\arrow no
\start none
\end double
[:optional] {(him | "her" | :them) +","}
<$railroad text="""
[:optional] {repeated +","}
"""/>
The [[railroad diagram|http://en.wikipedia.org/wiki/Syntax_diagram]] above is created using a plugin that will form part of ~TiddlyWiki5's core starting from version 5.1.8.
; Plugin documentation
: [[Introduction|$:/plugins/tiddlywiki/railroad/readme]]
: [[Notation|$:/plugins/tiddlywiki/railroad/syntax]]
: [[Example|$:/plugins/tiddlywiki/railroad/example]]
This site contains the latest development version of the plugin, with arrows on the repeat arcs and a less heavy style.
The plugin now offers a dedicated content type – `text/vnd.tiddlywiki.railroad`. Raw diagram notation can be stored in a tiddler of that type and transcluded into other tiddlers as required:
:[[Transclusion Examples]]
The notation has been extended to support several pragmas for fine-tuning the diagram's appearance.
[[Global configuration|$:/config/railroad]]
;[[Diagram 1]]
:{{Diagram 1}}
;[[Diagram 2]]
:{{Diagram 2}}
<$list filter="[tag[CommunityWikis]]">
<$view field="wiki-address"/>|<$view field="title"/><br/>
</$list>
Type the text for thexxx tiddler '<<qualify $:/temp/deleteeall-1084907871>>'
{
"menu": {
"header": "SVG Viewer",
"items": [
{
"id": "Open"
},
{
"id": "OpenNew",
"label": "Open New",
"thing": "thing"
},
{
"id": "ZoomIn",
"label": "Zoom In"
},
{
"id": "ZoomOut",
"label": "Zoom Out"
},
{
"id": "OriginalView",
"label": "Original View"
},
null,
{
"id": "Quality"
},
{
"id": "Pause"
},
{
"id": "Mute"
},
null,
{
"id": "Find",
"label": "Find..."
},
{
"id": "FindAgain",
"label": "Find Again"
},
{
"id": "Copy"
},
{
"id": "CopyAgain",
"label": "Copy Again"
},
{
"id": "CopySVG",
"label": "Copy SVG"
},
{
"id": "ViewSVG",
"label": "View SVG"
}
]
}
}
{
"parserrules": {
"pragmaRuleList": [],
"blockRuleList": [
"html"
],
"inlineRuleList": [
"html",
"prettylink",
"transcludeinline",
"wikilink"
]
},
"baserules": "",
"preparser": "text/x-preparser<B>text/plain"
}
!!Parameter:
*`state`: the tiddler to watch
*`text`: the text to match against the contents of the tiddler given by state
below is a demo of the `<$click>` widget clicking all links in a list.
It watches for writes to tiddler specified in 'state' and clicks when the it sees the contents matches that specified by'text'
!!Demo
Enter taglistdemo in the box
<$button set=<<qualify "$:/state">> setTo="open">Open all tagged</$button> <$edit-text tiddler="$:/temp/openall" tag="input" type="text"/> <$list filter="[!has[draft.of]tag{$:/temp/openall}sort[created]]"> <$link><$click state=<<qualify "$:/state">> text="open"/> </$link> </$list>
!!Demo code
`
<$button set=<<qualify "$:/state">> setTo="open">Open all tagged</$button> <$edit-text tiddler="$:/temp/openall" tag="input" type="text"/>
<$list filter="[!has[draft.of]tag{$:/temp/openall}sort[created]]">
<$link><$click state=<<qualify "$:/state">> text="open"/> </$link>
</$list>
`
!!Macros
I have produced 3 macros that use this widget
`<<openAllTagged>>` this produces a text box for the user to enter a tag and a button to press to open all tiddlers with the tag in the Story.
`<<closeAllTagged>>` this produces a text box for the user to enter a tag and a button to press to close all tiddlers with the tag in the Story.
These 2 will be added to the global macros when the plugin is installed
There is also a [[deleteAllTagged]] macro, due to its dangerous nature I have only included the text - it is not suitable for using globally - If you use it at all I would advise only install it into its own tiddler.
### Code ###
In a regular paragraph, you can create code span by wrapping text in
backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
`>`) will automatically be translated into HTML entities. This makes
it easy to use Markdown to write about HTML example code:
I strongly recommend against using any `<blink>` tags.
I wish SmartyPants used named entities like `—`
instead of decimal-encoded entites like `—`
<p>
https://help.github.com/articles/creating-and-editing-files-in-your-repository,
</p>
<p>
To create a new file, enter any directory in your repository and click on the <strong>New File</strong> icon near the file path:
</p>
<p>
<img alt="Create new file button" src="https://github-images.s3.amazonaws.com/help/repository/create_new_file.jpeg" />
</p>
<p>
https://help.github.com/articles/creating-and-editing-files-in-your-repository,
</p>
<div>
<h6>
<a href="https://help.github.com/articles/categories/24/articles">epositories</a> / Creating and editing files in your repository
</h6>
<div>
<div>
</div>
<div>
<div>
Search
<div>
</div>
</div>
</div>
</div>
Article last updated on 06-Feb-14
</div>
<div>
<h2>
Creating and editing files in your repository
</h2>
<div>
<ul>
<li>
<a href="https://help.github.com/articles#platform-mac">mac </a>
</li>
<li>
<a href="https://help.github.com/articles#platform-windows">windows </a>
</li>
<li>
<a href="https://help.github.com/articles#platform-linux">linux </a>
</li>
<li>
<a href="https://help.github.com/articles#platform-all">all </a>
</li>
</ul>
</div>
<div>
<div>
<p>
If you're away from your computer, don't worry! You can easily create and change files in your repository directly on GitHub.com.
</p>
</div>
<p>
<span style="background-color:Red">Changing files through the web interface isn't really recommended</span>, but it can be used to start an idea or quickly fix a critical issue.
</p>
<h3>
Creating a new file
</h3>
</div>
</div>
\define deleteAllTaggedInner( state:"$:/state/deletetagged" )
<$button set=<<qualify '$state$'>> setTo="delete">delete all tagged</$button>
<$edit-text tiddler="$(usertagdelete)$" tag="input" type="text"/>
<$linkcatcher message=tm-delete-tiddler>
<$list filter="[!has[draft.of]tag{$(usertagdelete)$}sort[created]]">
<$link><$click type="match" state=<<qualify "$state$">> text="delete"/> </$link>
</$list>
</$linkcatcher>
\end
\define deleteAllTagged(userparam:"$:/temp/deleteeall" state:"$:/state/deletetagged" )
<$set name="usertagdelete" value=<<qualify "$userparam$">>>
<<deleteAllTaggedInner $state$>>
\end
<<deleteAllTagged>>
\define bulletList(tag)
{{$tag$}}
<ul><$list filter="[tag[$tag$]]"><li><$link to={{!!title}}><$view field="title"/></$link></li></$list></ul>
\end
This is the main documentation hub for TiddlyWiki. See also [[TiddlyWiki for Developers]].
! How to use ~TiddlyWiki5
<<bulletList "howto">>
! Concepts
<<bulletList "concepts">>
! Wiki Text Rules
<<bulletList "wikitext">>
! Widgets
<<bulletList "widget">>
! Commands
<<bulletList "command">>
! Tips
<<bulletList "tips">>
! Miscellaneous
* ReportingBugs
* JeremyRuston (aka [[Jermolene]])
* FederatialLimited
* [[Acknowledgements]]
\define bulletList(tag)
<ul><$list filter="[tag[$tag$]]"><li><$link to={{!!title}}><$view field="title"/></$link></li></$list></ul>
\end
<script src="https://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.4.1/ckeditor.js"></script>
MarkDown List
=================
[=[list-links filter:'[tag[MdExtendDemoDocs]]']=]
<h1 id="test">test</h1>
[=[version]=]
MarkDown List
=================
[==[list-links filter$]==]f
```
<h1>
```
<h1 id="test">test</h1>
[=[version]=]
<h1>MarkDown: [[Basics]]</h1><p>
a
!j
<<version>>
{{ParagraphsMDs}}</p><h3>Phrase Emphasis</h3><p>Markdown uses asterisks and underscores to indicate spans of emphasis.</p><p>Markdown:</p><pre><code>Some of these words *are emphasized*.
item to add to list [[taglistdemo]]
<$edit-html tiddler="test" field="text"/>
Modification to the edit, and edit-text widget. Added option "onkeyupdate" with values "yes", "no" that set the update event to each key press or once the user move off the entry (yes is the default). Also modified the 'body' template to select onkeyupdate only in preview mode.
WARNING: there is currently a bug related to this plugin that will stop files syncing between node.js and the browser, do not use this plugin if you are going to use "server.js" or something similar
This approach was first proposed by Stephan Hradek in a pull request
{
"employee": {
"gid": 1020,
"companyID": 1211,
"defaultActionID": 444,
"names": {
"firstName": "Stivey",
"middleInitial": "Jr",
"lastName": "Martins"
},
"address": {
"city": "Albany",
"state": "NY",
"zipCode": "14410-585",
"addreess": "41 State Street"
},
"job": {
"departmentID": 102,
"jobTitleID": 100,
"hireDate": "1/02/2000",
"terminationDate": "1/12/2007"
},
"contact": {
"phoneHome": "12-123-2133",
"beeper": "5656",
"email1": "info@soft-amis.com",
"fax": "21-321-23223",
"phoneMobile": "32-434-3433",
"phoneOffice": "82-900-8993"
},
"login": {
"employeeID": "eID102",
"password": "password",
"superUser": true,
"lastLoginDate": "1/12/2007",
"text": "text",
"regexp": {},
"date": {}
},
"comment": {
"PCDATA": "comment"
},
"roles": [
{
"role": 102
},
{
"role": 103
}
]
}
}
test of edit template - edit me!
The Calendar macro is configurable via the file [[$:/config/bj/Calendar.json]], and is extendable by plug-in formatter modules, which enable it to be used in different applications.
A side bar tab is created via the tiddler [[$:/plugins/bj/calendar/sidbar]] containing a calendar configured for journal tiddlers.
The calander macro is extended by the diary macro and used the same options and configuration tiddler, but allows for journals to be create in the future.
Example usage:
`
!!Plain Calendar Format
<<calendar "2014" "2" plain>>
!!Default Calendar Format (for Journal tiddlers)
<<calendar "" "" >>
!!A years diary
<<diary 2014 "" >>
`
Renders as:
!!Plain Calendar Format
<<calendar "2014" "2" plain>>
!!Default Calendar Format (for Journal tiddlers)
<<calendar "" "" >>
!!A years diary
<<diary 2014 "" >>
<h1>Example illustrating the use of 'flexitype'</h1>
<h2>Wikiwords html</h2>
<p>The visual editor produces html type tiddlers. This type can be extended to include elements of wikitext yet remain editable visually, in this case adding transclusion, prettylinks and wikiwords. [[this tiddler is an example|Flexitype Demo]] - it's type is <strong>text/vnd.twbase;flexibility=htmlp</strong></p>
<p>!!Only links are wikified</p>
{
"parserrules":{
"pragmaRuleList":[],
"blockRuleList":[],
"inlineRuleList":["html"]
},
"baserules":"text/vnd.tiddlywiki<tiddlywikiRules"
}
<$include docsheader/>
! How to use ~TiddlyWiki5
<<bulletList "howto">>
<html><br>pageref="<a class="externalLink" href="https://github.com/Jermolene/TiddlyWiki5/issues/82" title="External link to https://github.com/Jermolene/TiddlyWiki5/issues/82" target="_blank">https://github.com/Jermolene/TiddlyWiki5/issues/82</a>" <br><br>date="Thursday, December 19th, 2013 at 9:51:10 am"<br><h1></h1><span>If you want to switch to raw HTML, and suppress wikitext parsing, you can
now do so by embedding it like this:
```
$$$.html
<div>
one two
three four
five six
</div>
$$$
```
{
"parserrules":{
"blockRuleList":[ "html"]
}
"parseAsInline":true
}
{
"parserrules": {
"pragmaRuleList": [],
"blockRuleList": [
"html"
],
"inlineRuleList": [
"html",
"prettylink",
"transcludeinline",
"entity",
"wikilink",
"codeinline",
"LfRule"
]
},
"parseAsInline": true
}
{
"preparser":"text/x-preparser<B>text/plain"
}
Try editing these examples: [[A menu system]] [[Employee data]].
Note that on keypress updating is disabled as a default, there is a 'set value' button that is used to enter values. The default can be changed by editing the option file:[[$:/plugins/bj/jsoneditor/options.json]]. On keypress updating may be slow due to the editor compiling the json.
~MarkDown: Extended
=================
What you are seeing here is the tabs macro working in extended markdown, using the tiddlers [[Code]] and [[Phrase Emphasis]]
[=[tabs 'Code[[Phrase Emphasis]]' 'Phrase Emphasis' '$:/state/tab1']]=]
MarkDown: [[Basics]]
================
{{ParagraphsMD}}
### Phrase Emphasis ###
Markdown uses asterisks and underscores to indicate spans of emphasis.
Markdown:
Some of these words *are emphasized*.
Some of these words _are emphasized also_.
Use two asterisks for **strong emphasis**.
Or, if you prefer, __use two underscores instead__.
Output:
<p>Some of these words <em>are emphasized</em>.
Some of these words <em>are emphasized also</em>.</p>
<p>Use two asterisks for <strong>strong emphasis</strong>.
Or, if you prefer, <strong>use two underscores instead</strong>.</p>
## Lists ##
Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
`+`, and `-`) as list markers. These three markers are
interchangable; this:
* Candy.
* Gum.
* Booze.
this:
+ Candy.
+ Gum.
+ Booze.
and this:
- Candy.
- Gum.
- Booze.
all produce the same output:
<ul>
<li>Candy.</li>
<li>Gum.</li>
<li>Booze.</li>
</ul>
Ordered (numbered) lists use regular numbers, followed by periods, as
list markers:
1. Red
2. Green
3. Blue
Output:
<ol>
<li>Red</li>
<li>Green</li>
<li>Blue</li>
</ol>
If you put blank lines between items, you'll get `<p>` tags for the
list item text. You can create multi-paragraph list items by indenting
the paragraphs by 4 spaces or 1 tab:
* A list item.
With multiple paragraphs.
* Another item in the list.
Output:
<ul>
<li><p>A list item.</p>
<p>With multiple paragraphs.</p></li>
<li><p>Another item in the list.</p></li>
</ul>
### Links ###
Markdown supports two styles for creating links: *inline* and
*reference*. With both styles, you use square brackets to delimit the
text you want to turn into a link.
Inline-style links use parentheses immediately after the link text.
For example:
This is an [example link](http://example.com/).
Output:
<p>This is an <a href="http://example.com/">
example link</a>.</p>
Optionally, you may include a title attribute in the parentheses:
This is an [example link](http://example.com/ "With a Title").
Output:
<p>This is an <a href="http://example.com/" title="With a Title">
example link</a>.</p>
Reference-style links allow you to refer to your links by names, which
you define elsewhere in your document:
I get 10 times more traffic from [Google][1] than from
[Yahoo][2] or [MSN][3].
[1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search"
Output:
<p>I get 10 times more traffic from <a href="http://google.com/"
title="Google">Google</a> than from <a href="http://search.yahoo.com/"
title="Yahoo Search">Yahoo</a> or <a href="http://search.msn.com/"
title="MSN Search">MSN</a>.</p>
The title attribute is optional. Link names may contain letters,
numbers and spaces, but are *not* case sensitive:
I start my morning with a cup of coffee and
[The New York Times][NY Times].
[ny times]: http://www.nytimes.com/
Output:
<p>I start my morning with a cup of coffee and
<a href="http://www.nytimes.com/">The New York Times</a>.</p>
### Images ###
Image syntax is very much like link syntax.
Inline (titles are optional):

Reference-style:
![alt text][id]
[id]: /path/to/img.jpg "Title"
Both of the above examples produce the same output:
<img src="/path/to/img.jpg" alt="alt text" title="Title" />
### Code ###
In a regular paragraph, you can create code span by wrapping text in
backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
`>`) will automatically be translated into HTML entities. This makes
it easy to use Markdown to write about HTML example code:
I strongly recommend against using any `<blink>` tags.
I wish SmartyPants used named entities like `—`
instead of decimal-encoded entites like `—`.
Output:
<p>I strongly recommend against using any
<code><blink></code> tags.</p>
<p>I wish SmartyPants used named entities like
<code>&mdash;</code> instead of decimal-encoded
entites like <code>&#8212;</code>.</p>
To specify an entire block of pre-formatted code, indent every line of
the block by 4 spaces or 1 tab. Just like with code spans, `&`, `<`,
and `>` characters will be escaped automatically.
Markdown:
If you want your page to validate under XHTML 1.0 Strict,
you've got to put paragraph tags in your blockquotes:
<blockquote>
<p>For example.</p>
</blockquote>
Output:
<p>If you want your page to validate under XHTML 1.0 Strict,
you've got to put paragraph tags in your blockquotes:</p>
<pre><code><blockquote>
<p>For example.</p>
</blockquote>
</code></pre>
MarkDown: [[Basics]]
================
a [=[version]=]
{{ParagraphsMDs}}
### Phrase Emphasis ###
Markdown uses asterisks and underscores to indicate spans of emphasis.
Markdown:
Some of these words *are emphasized*.
Some of these words _are emphasized also_.
Use two asterisks for **strong emphasis**.
Or, if you prefer, __use two underscores instead__.
Output:
<p>Some of these words <em>are emphasized</em>.
Some of these words <em>are emphasized also</em>.</p>
<p>Use two asterisks for <strong>strong emphasis</strong>.
Or, if you prefer, <strong>use two underscores instead</strong>.</p>
## Lists ##
Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
`+`, and `-`) as list markers. These three markers are
interchangable; this:
* Candy.
* Gum.
* Booze.
this:
+ Candy.
+ Gum.
+ Booze.
and this:
- Candy.
- Gum.
- Booze.
all produce the same output:
- Candy.
- Gum.
- Booze.
Ordered (numbered) lists use regular numbers, followed by periods, as
list markers:
1. Red
2. Green
3. Blue
Output:
1. Red
2. Green
3. Blue
If you put blank lines between items, you'll get `<p>` tags for the
list item text. You can create multi-paragraph list items by indenting
the paragraphs by 4 spaces or 1 tab:
* A list item.
With multiple paragraphs.
* Another item in the list.
Output:
* A list item.
With multiple paragraphs.
* Another item in the list.
### Links ###
Markdown supports two styles for creating links: *inline* and
*reference*. With both styles, you use square brackets to delimit the
text you want to turn into a link.
Inline-style links use parentheses immediately after the link text.
For example:
This is an [example link](http://example.com/).
Output:
<p>This is an <a href="http://example.com/">
example link</a>.</p>
Optionally, you may include a title attribute in the parentheses:
This is an [example link](http://example.com/ "With a Title").
Output:
<p>This is an <a href="http://example.com/" title="With a Title">
example link</a>.</p>
Reference-style links allow you to refer to your links by names, which
you define elsewhere in your document:
I get 10 times more traffic from [Google][1] than from
[Yahoo][2] or [MSN][3].
[1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search"
Output:
<p>I get 10 times more traffic from <a href="http://google.com/"
title="Google">Google</a> than from <a href="http://search.yahoo.com/"
title="Yahoo Search">Yahoo</a> or <a href="http://search.msn.com/"
title="MSN Search">MSN</a>.</p>
The title attribute is optional. Link names may contain letters,
numbers and spaces, but are *not* case sensitive:
I start my morning with a cup of coffee and
[The New York Times][NY Times].
[ny times]: http://www.nytimes.com/
Output:
<p>I start my morning with a cup of coffee and
<a href="http://www.nytimes.com/">The New York Times</a>.</p>
### Images ###
MarkDown List
=================
[==[list-links filter$]==]f
```
<h1>
```
<h1 id="test">test</h1>
[=[version]=]
MarkDown List
=================
[=[list-links filter:'[tag[MdExtendDemoDocs]]']=]
<h1 id="test">test</h1>
[=[version]=]
{
"parserrules": {
"pragmaRuleList": [
"macrodef"
],
"blockRuleList": [
"macrocallblock",
"html"
],
"inlineRuleList": [
"entity",
"macrocallinline",
"html",
"prettylink",
"transcludeinline",
"wikilink"
]
},
"baserules": "",
"preparser": "text/x-PostMd;flexibility=PostMark>text/plain"
}
<$set name="tcc1" value=<<currentTiddler>>>
<$taglist class="btn btn-primary" template="$:/.bj/templates/TagControlTemplate" emptyMessage="drop here to add tag"></$taglist>
</$set>
<$link><span class="tw-taglist"><$view field="title"/></span></$link><$fieldmangler><$link to=<<tcc1>> class="tc-btn-invisible">{{$:/core/images/cancel-button}}</$link></$fieldmangler>
<embed type="video/x-flv" width="400" height="200" src="file:///media/3497f82e-3b95-41de-90af-df905eceeab4/data/spanish/elementary/spanishpod_B0396pr.mp3">
Markdown: Basics
================
Getting the Gist of Markdown's Formatting Syntax
------------------------------------------------
This page offers a brief overview of what it's like to use Markdown.
The [syntax page] [s] provides complete, detailed documentation for
every feature, but Markdown should be very easy to pick up simply by
looking at a few examples of it in action. The examples on this page
are written in a before/after style, showing example syntax and the
HTML output produced by Markdown.
It's also helpful to simply try Markdown out; the [Dingus] [d] is a
web application that allows you type your own Markdown-formatted text
and translate it to XHTML.
**Note:** This document is itself written using Markdown; you
can [see the source for it by adding '.text' to the URL] [src].
[s]: /projects/markdown/syntax "Markdown Syntax"
[d]: /projects/markdown/dingus "Markdown Dingus"
[src]: /projects/markdown/basics.text
## Paragraphs, Headers, Blockquotes ##
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like
a blank line -- a line containing nothing but spaces or tabs is
considered blank.) Normal paragraphs should not be indented with
spaces or tabs.
Markdown offers two styles of headers: *Setext* and *atx*.
Setext-style headers for `<h1>` and `<h2>` are created by
"underlining" with equal signs (`=`) and hyphens (`-`), respectively.
To create an atx-style header, you put 1-6 hash marks (`#`) at the
beginning of the line -- the number of hashes equals the resulting
HTML header level.
Blockquotes are indicated using email-style '`>`' angle brackets.
Markdown:
A First Level Header
====================
A Second Level Header
---------------------
Now is the time for all good men to come to
the aid of their country. This is just a
regular paragraph.
The quick brown fox jumped over the lazy
dog's back.
### Header 3
> This is a blockquote.
>
> This is the second paragraph in the blockquote.
>
> ## This is an H2 in a blockquote
Output:
<h1>A First Level Header</h1>
<h2>A Second Level Header</h2>
<p>Now is the time for all good men to come to
the aid of their country. This is just a
regular paragraph.</p>
<p>The quick brown fox jumped over the lazy
dog's back.</p>
<h3>Header 3</h3>
<blockquote>
<p>This is a blockquote.</p>
<p>This is the second paragraph in the blockquote.</p>
<h2>This is an H2 in a blockquote</h2>
</blockquote>
### Phrase Emphasis ###
Markdown uses asterisks and underscores to indicate spans of emphasis.
Markdown:
Some of these words *are emphasized*.
Some of these words _are emphasized also_.
Use two asterisks for **strong emphasis**.
Or, if you prefer, __use two underscores instead__.
Output:
<p>Some of these words <em>are emphasized</em>.
Some of these words <em>are emphasized also</em>.</p>
<p>Use two asterisks for <strong>strong emphasis</strong>.
Or, if you prefer, <strong>use two underscores instead</strong>.</p>
## Lists ##
Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
`+`, and `-`) as list markers. These three markers are
interchangable; this:
* Candy.
* Gum.
* Booze.
this:
+ Candy.
+ Gum.
+ Booze.
and this:
- Candy.
- Gum.
- Booze.
all produce the same output:
<ul>
<li>Candy.</li>
<li>Gum.</li>
<li>Booze.</li>
</ul>
Ordered (numbered) lists use regular numbers, followed by periods, as
list markers:
1. Red
2. Green
3. Blue
Output:
<ol>
<li>Red</li>
<li>Green</li>
<li>Blue</li>
</ol>
If you put blank lines between items, you'll get `<p>` tags for the
list item text. You can create multi-paragraph list items by indenting
the paragraphs by 4 spaces or 1 tab:
* A list item.
With multiple paragraphs.
* Another item in the list.
Output:
<ul>
<li><p>A list item.</p>
<p>With multiple paragraphs.</p></li>
<li><p>Another item in the list.</p></li>
</ul>
### Links ###
Markdown supports two styles for creating links: *inline* and
*reference*. With both styles, you use square brackets to delimit the
text you want to turn into a link.
Inline-style links use parentheses immediately after the link text.
For example:
This is an [example link](http://example.com/).
Output:
<p>This is an <a href="http://example.com/">
example link</a>.</p>
Optionally, you may include a title attribute in the parentheses:
This is an [example link](http://example.com/ "With a Title").
Output:
<p>This is an <a href="http://example.com/" title="With a Title">
example link</a>.</p>
Reference-style links allow you to refer to your links by names, which
you define elsewhere in your document:
I get 10 times more traffic from [Google][1] than from
[Yahoo][2] or [MSN][3].
[1]: http://google.com/"Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/"MSN Search"
Output:
<p>I get 10 times more traffic from <a href="http://google.com/"
title="Google">Google</a> than from <a href="http://search.yahoo.com/"
title="Yahoo Search">Yahoo</a> or <a href="http://search.msn.com/"
title="MSN Search">MSN</a>.</p>
The title attribute is optional. Link names may contain letters,
numbers and spaces, but are *not* case sensitive:
I start my morning with a cup of coffee and
[The New York Times][NY Times].
[ny times]: http://www.nytimes.com/
Output:
<p>I start my morning with a cup of coffee and
<a href="http://www.nytimes.com/">The New York Times</a>.</p>
### Images ###
Image syntax is very much like link syntax.
Inline (titles are optional):

Reference-style:
![alt text][id]
[id]: /path/to/img.jpg "Title"
Both of the above examples produce the same output:
<img src="/path/to/img.jpg" alt="alt text" title="Title" />
### Code ###
In a regular paragraph, you can create code span by wrapping text in
backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
`>`) will automatically be translated into HTML entities. This makes
it easy to use Markdown to write about HTML example code:
I strongly recommend against using any `<blink>` tags.
I wish SmartyPants used named entities like `—`
instead of decimal-encoded entites like `—`.
Output:
<p>I strongly recommend against using any
<code><blink></code> tags.</p>
<p>I wish SmartyPants used named entities like
<code>&mdash;</code> instead of decimal-encoded
entites like <code>&#8212;</code>.</p>
To specify an entire block of pre-formatted code, indent every line of
the block by 4 spaces or 1 tab. Just like with code spans, `&`, `<`,
and `>` characters will be escaped automatically.
Markdown:
If you want your page to validate under XHTML 1.0 Strict,
you've got to put paragraph tags in your blockquotes:
<blockquote>
<p>For example.</p>
</blockquote>
Output:
<p>If you want your page to validate under XHTML 1.0 Strict,
you've got to put paragraph tags in your blockquotes:</p>
<pre><code><blockquote>
<p>For example.</p>
</blockquote>
</code></pre>
When editor a pdf tiddler to add tags, the contents of pdfs appear as gibberish in the edit window. This can be switch off with this plugin. Once the plugin is installed create a tiddler titled "[[$:/config/EditorTypeMappings/application/pdf]]" with content 'none' (or drag the one from here) .
This plugin provides object embedding via the CKEditor-oEmbed-Plugin (MIT license),
from http://w8tcha.github.com/CKEditor-oEmbed-Plugin/, which lists the supported sites.
Demo is here OembedDemo
I would not recommend using this at the moment as there are a number of issues that I am seeing
<$oembed url="https://www.youtube.com/watch?v=SX0jvQ0vYVk" maxWidth=300 maxHeight=500>
## Paragraphs, Headers, Blockquotes ##
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like
a blank line -- a line containing nothing but spaces or tabs is
considered blank.) Normal paragraphs should not be indented with
spaces or tabs.
Markdown offers two styles of headers: *Setext* and *atx*.
Setext-style headers for `<h1>` and `<h2>` are created by
"underlining" with equal signs (`=`) and hyphens (`-`), respectively.
To create an atx-style header, you put 1-6 hash marks (`#`) at the
beginning of the line -- the number of hashes equals the resulting
HTML header level.
Blockquotes are indicated using email-style '`>`' angle brackets.
Markdown:
A First Level Header
====================
A Second Level Header
---------------------
Now is the time for all good men to come to
the aid of their country. This is just a
regular paragraph.
The quick brown fox jumped over the lazy
dog's back.
### Header 3
> This is a blockquote.
>
> This is the second paragraph in the blockquote.
>
> ## This is an H2 in a blockquote
## Paragraphs, Headers, Blockquotes ##
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like
a blank line -- a line containing nothing but spaces or tabs is
considered blank.) Normal paragraphs should not be indented with
spaces or tabs.
MarkDown offers two styles of headers: *Setext* and *atx*.
Setext-style headers for `<h1>` and `<h2>` are created by
"underlining" with equal signs (`=`) and hyphens (`-`), respectively.
To create an atx-style header, you put 1-6 hash marks (`#`) at the
beginning of the line -- the number of hashes equals the resulting
HTML header level.
Blockquotes are indicated using email-style '`>`' angle brackets.
Markdown:
A First Level Header
====================
A Second Level Header
---------------------
Now is the time for all good men to come to
the aid of their country. This is just a
regular paragraph.
The quick brown fox jumped over the lazy
dog's back.
### Header 3
> This is a blockquote.
>
> This is the second paragraph in the blockquote.
>
> ## This is an H2 in a blockquote
Output:
<h1>A First Level Header</h1>
<h2>A Second Level Header</h2>
<p>Now is the time for all good men to come to
the aid of their country. This is just a
regular paragraph.</p>
<p>The quick brown fox jumped over the lazy
dog's back.</p>
<h3>Header 3</h3>
<blockquote>
<p>This is a blockquote.</p>
<p>This is the second paragraph in the blockquote.</p>
<h2>This is an H2 in a blockquote</h2>
</blockquote>
### Phrase Emphasis ###
Markdown uses asterisks and underscores to indicate spans of emphasis.
Markdown:
Some of these words *are emphasized*.
Some of these words _are emphasized also_.
Use two asterisks for **strong emphasis**.
Or, if you prefer, __use two underscores instead__.
{
"parserrules": {
"leftOfMacro": "\\[\\=\\[",
"rightOfMacro": "\\]\\=\\]"
},
"preparser": "text/x-Md>text/plain"
}
|!Search tag: | <$edit-text tiddler="$:/temp/RenameTags/search" tag="input" type="text"/> |
|!Replace by: | <$edit-text tiddler="$:/temp/RenameTags/replace" tag="input" type="text"/> |
<$button set=<<qualify "$:/state">> setTo="open1">rename</$button>
<div hidden="true">
<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}!tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/replace}}><$click state=<<qualify "$:/state">> text="open1"/> </$checkbox>
<$checkbox tag={{$:/temp/RenameTags/search}}><$click state=<<qualify "$:/state">> text="open1"/> </$checkbox>
</$list>
<$button set="$:/temp/RenameTags/search" setTo=""><$click state=<<qualify "$:/state">> text="open1"/> </$button>
<$button set="$:/temp/RenameTags/replace" setTo=""><$click state=<<qualify "$:/state">> text="open1"/> </$button>
</div>
!A Dev Tool
Replaces the tw5 red error box generated by a uncaught exceptions with a stacktrace showing where the error occurred.
The uncaught exception can now be passed to the error handling routine:
```
window.onerror(message,file,line,column,errorObj)
```
http://html5.org/tools/web-apps-tracker?from=8085&to=8086
So far I only know that it works with chrome and (at present) not with firefox.
A variation on the list widget, the taglist widget doesn't have filters - it only lists tiddlers with a given tag. The resultant list items can be dragged up and down the list causing a re-ordering. Tiddler links can be dragged onto the list, causing that tiddler to be tagged and inserted into the list.
Try out the demo TagListDemo.
See it in action : [[Tw5Info]]
Try addeding this tiddler to the list using drag and drop - <$link dragoverclic="yes">DragItem</$link>
<$taglist targeTtag="taglistdemo"></$taglist>
<$linkcatcher set=loop1 setTo={{!!title}} >
<$reveal state=loop1 text={{!!title}} type="match"><$button class="tw-taglist" set=loop1 setTo="">[x]</$button></$reveal>
<$link><span class="tw-taglist"><$view field="title"/></span></$link></$linkcatcher><$link>@</$link>
<$reveal state=loop1 text={{!!title}} type="match">
<$transclude mode="block">
</$reveal>
<h1>Edit the 'test' file</h1>
\define frame-classes()
tc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$
\end
<div class=<<frame-classes>>>
<$set name="storyTiddler" value=<<currentTiddler>>>
<$keyboard key="escape" message="tm-cancel-tiddler">
<$keyboard key="ctrl+enter" message="tm-save-tiddler">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]!title[$:/core/ui/EditTemplate/fields]!title[$:/core/ui/EditTemplate/body]] + [title[$:/bj/typestemplate/EditTemplate/body]]" variable="listItem">
<$transclude tiddler=<<listItem>>/>
</$list>
</$keyboard>
</$keyboard>
</$set>
</div>
\define frame-classes()
tc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$
\end
<$set name="storyTiddler" value=<<currentTiddler>>><$set name="tiddlerInfoState" value=<<qualify "$:/state/popup/tiddler-info">>><$tiddler tiddler=<<currentTiddler>>><div class=<<frame-classes>>><$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
</div>
</$tiddler></$set></$set>
| ''To Format Text As...'' | ''Use This Mark-Up'' |
| ''Bold'' | {{{''Bold''}}} Two single-quotes, not a double-quote. |
| //Italics// | {{{//Italics//}}} |
| ''//Bold Italics//'' | {{{''//Bold Italics//''}}} |
| __Underline__ | {{{__Underline__}}} |
| --Strikethrough-- | {{{--Strikethrough--}}} |
| Super^^script^^ | {{{Super^^script^^}}} |
| Sub~~script~~ | {{{Sub~~script~~}}} |
| @@Highlight@@ | {{{@@Highlight@@}}} |
| <nowiki>PlainText No ''Formatting''</nowiki> | {{{ <nowiki>PlainText No ''Formatting''</nowiki> }}} |
===+++!*[
Block Elements
`PlainText No ''Formatting''`
!! Headings
|]
!<nowiki>!</nowiki>Heading Level 1
!!<nowiki>!!</nowiki>Heading Level 2
!!!<nowiki>!!!</nowiki>Heading Level 3
!!!!<nowiki>!!!!</nowiki>Heading Level 4
!!!!!<nowiki>!!!!!</nowiki>Heading Level 5
!!!!!!<nowiki>!!!!!!</nowiki>Heading Level 6
===+++!!*[
!! Unordered Lists
|]
!!! Example
* Unordered List, Level 1
** Unordered List, Level 2
*** Unordered List, Level 3
!!!Mark-Up Used
{{{
* Unordered List, Level 1
** Unordered List, Level 2
*** Unordered List, Level 3
}}}
===+++!!*[
!! Ordered Lists
|]
!!! Example
# Ordered List, Level 1A
# Ordered List, Level 1B
## Ordered List, Level 2A
### Ordered List, Level 3A
!!! Mark-Up Used
{{{
# Ordered List, Level 1A
# Ordered List, Level 1B
## Ordered List, Level 2A
### Ordered List, Level 3A
}}}
===+++!!*[
!! Definition Lists
|]
!!! Example
; term
: description
!!! Mark-Up Used
{{{
; term
: description
}}}
===+++!!*[
!! Blockquotes
|]
!!! Example
> blockquote, level 1
>> blockquote, level 2
>>> blockquote, level 3
!!! Mark-Up Used
{{{
> blockquote, level 1
>> blockquote, level 2
>>> blockquote, level 3
}}}
!!! Block Example
<<<
blockquote
<<<
!!! Mark-Up Used
{{{
<<<
blockquote
<<<
}}}
===+++!!*[
!! Preformatted
|]
!!! Example
{{{
preformatted (e.g. code)
}}}
!!! Markup Used
<nowiki>{{{</nowiki>
<nowiki>preformatted (e.g. code)</nowiki>
<nowiki>}}}</nowiki>
===+++!!*[
!! Tables
|]
{{annotation{There is also an in-depth article on [[Tables]].}}}
Columns are delimited by a single pipe character ({{{|}}}); a new line creates a new row.
!!!Example
|CssClass|k
|!heading column 1|!heading column 2|h
|row 1, column 1|row 1, column 2|
|row 2, column 1|row 2, column 2|
|>|COLSPAN|
|ROWSPAN| … |
|~| … |
|CssProperty:value;…| … |
|caption|c
!!!Markup
{{{
|CssClass|k
|!heading column 1|!heading column 2|h
|row 1, column 1|row 1, column 2|
|row 2, column 1|row 2, column 2|
|>|COLSPAN|
|ROWSPAN| … |
|~| … |
|CssProperty:value;…| … |
|caption|c
}}}
Notes:
* The {{{>}}} marker creates a "colspan", causing the current cell to merge with the one to the right.
* The {{{~}}} marker creates a "rowspan", causing the current cell to merge with the one above.
===+++!!*[
!! Images
|]
See [[tiddlywiki.com|http://www.tiddlywiki.com/#EmbeddedImages]]
===
===+++!*[
! Links
|]
* [[WikiWord|WikiWords]] are automatically transformed to hyperlinks to the respective tiddler
** the automatic transformation can be suppressed by preceding the respective WikiWord with a tilde ({{{~}}}): {{{~WikiWord}}}
* [[PrettyLinks]] are enclosed in double square brackets and contain the desired tiddler name: {{{[[tiddler name]]}}}
** optionally, a custom title or description can be added, separated by a pipe character ({{{|}}}): {{{[[title|target]]}}} ''N.B.:'' The target can also be any website (i.e. URL), folder or file.
!! Examples
* a simple website (URL) requires no markup: {{{http://domain.tld}}}
* website (URL) : {{{[[label|http://domain.tld]]}}}
* Unix-style folder: {{{[[label|file:///folder/file]]}}}
* Windows drive-mapped folder {{{[[label|file:///c:/folder/file]]}}}
* Windows network share: {{{[[label|file://///server/folder/file]]}}}
* File in a local subfolder of the TiddlyWiki location: {{{[[label|folder/file]]}}}
! Custom Styling
* inline styles: {{{@@CssProperty:value;CssProperty:value;...@@}}} ''N.B.:''' CSS color definitions should use lowercase letters to prevent the inadvertent creation of WikiWords.
* class wrapper: <nowiki>{{customClass{...}}}</nowiki>
!! Example
{{indent{
lorem ''ipsum'' dolor '''sit''' amet
}}}
(The <code>indent</code> is provided by the TiddlyWiki core in [[StyleSheetLayout]].)
===+++!*[
! Inserting HTML
|]
raw HTML can be inserted by enclosing the respective code in HTML tags ({{{<html>...</html>}}}).
! Avoiding Wikificitation ==
To prevent wiki markup from taking effect for a particular section (e.g. special characters), that section can be enclosed in three double quotes: e.g. {{{"""WikiWord"""}}} (cf. [[Escaping]]).
! Special Markers
* {{{<br>}}} forces a manual line break
* {{{----}}} and {{{<hr>}}} create a horizontal rule
* [[HTML entities|http://www.tiddlywiki.com/#HtmlEntities]]
* {{{>}}} calls the respective [[Macros|macro]]
* To hide text within a tiddler so that it is not displayed, it can be wrapped in {{{/%}}} and {{{%/}}}. This can be a useful trick for hiding drafts or annotating complex markup.
===+++!*[
! See Also
|]
* [[Wiki Markup]]
* [[Multi-Line Contents]]
* [[Tiddler format]] (TiddlyWiki markup version / Cheat Sheet)
* [[Macros]]
* [[Customization]]
===
{
"parserrules":{
"pragmaRuleList":[],
"blockRuleList":[ "html"],
"inlineRuleList":[ "html", "entity", "extlink","filteredtranscludeinline",
"macrocallinline", "prettylink", "styleinline","transcludeinline", "wikilink"]
},
"baserules":"",
"preparser":"text/x-tiddlywiki>text/html"
}
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
<html>pageref="<a class="externalLink" href="http://tiddlywiki.com/" title="External link to http://tiddlywiki.com/" target="_blank">http://tiddlywiki.com/</a>" <br><br>date="Friday, December 20th, 2013 at 2:03:32 pm"<br><h1></h1><span>In the browser, any constituent tiddlers that are <a href="http://tiddlywiki.com#JavaScript" class=" tw-tiddlylink tw-tiddlylink-resolves">JavaScript</a> modules (ie shadow tiddlers of content type <code>application/javascript</code> and possessing the field <code>module-type</code>) are executed during startup processing.
</span></html>
{
"parserrules":{
"pragmaRuleList":["macrodef", "rules"],
"blockRuleList":["codeblock", "commentblock", "filteredtranscludeblock", "heading", "horizrule",
"list", "macrocallblock", "quoteblock", "styleblock", "table", "transcludeblock", "typedblock"],
"inlineRuleList":["codeinline", "commentinline", "dash", "emphasis", "entity", "extlink","filteredtranscludeinline",
"hardlinebreaks", "macrocallinline", "prettylink", "styleinline", "transcludeinline"]
},
"baserules":""
}
<html>pageref="<a class="externalLink" href="https://groups.google.com/forum/#%21searchin/tiddlywiki/video$20widget/tiddlywiki/JolT1K-27bk/pywmynIO6OQJ" title="External link to https://groups.google.com/forum/#!searchin/tiddlywiki/video$20widget/tiddlywiki/JolT1K-27bk/pywmynIO6OQJ" target="_blank">https://groups.google.com/forum/#!searchin/tiddlywiki/video$20widget/tiddlywiki/JolT1K-27bk/pywmynIO6OQJ</a>" <br><br>date="Wednesday, December 18th, 2013 at 10:38:16 pm"<br>
I think it would have been TWC, where there is a popular plugin from Eric that selects the template for each displayed tiddler according to tags and other critiera.<div><br></div><div>In TW5 the closes equivalent would be to define a new slice of the ViewTemplate that only displays itself when relevant to the tiddler being displayed. In this way one can augment the default template, rather than totally replacing it. If you wanted to remove any of the default viewtemplate slices you'd just overwrite the relevant shadow tiddlers with a new template that is selective.</div>
<div><br></div><div>To selectively hide things you can use the <$reveal> widget or the <$list> widget with the [limit[1]] trick that came up a few days ago.
<$set name="loop1" value=<<qualify "$:/temp/taglist">>>
<$taglist class="btn btn-primary">{{!!title||taglisttemplate}}</$taglist>
</$set>
<$include docsheader/>
! Concepts
<<bulletList "Tw5Info">>
Enables the user to setup edit and view templates for each type - defaults to non-plugin behavior.
Example: if a tiddler is given the type 'temp' then the templates for temp can be specified by these config tiddlers:
[[$:/config/EditTemplateTypeMappings/test]]
and
[[$:/config/ViewTemplateTypeMappings/test]]
ie the pattern is
```
$:/config/EditTemplateTypeMappings/ + TYPE
$:/config/ViewTemplateTypeMappings/ + TYPE
```
see [[example of typestemplate]]
file:///media/3497f82e-3b95-41de-90af-df905eceeab4/data/radice/firefoxextension/Tw516/plugins/jermolene.github.com/demo.html#%24%3A%2Fplugins%2Fbj%2FCalendar
There are several methods for upgrading an existing TiddlyWiki version 5 document to a new release. There is a [[different procedure|Upgrading TiddlyWiki on Node.js]] for upgrading [[TiddlyWiki on Node.js]].
<div class="tw-message-box">
<a class="tw-message-icon" href="http://tiddlywiki.com/" target="_blank">{{TiddlyWiki Classic.png}}</a>
!! Upgrading from TiddlyWikiClassic
Remember that TiddlyWiki version 5 is not fully backwards compatible with the older TiddlyWikiClassic. It is recommended that users of TiddlyWikiClassic should not attempt to upgrade their existing files until the new version is more mature.
</div>
! Online upgrading
This process will work on most desktop browsers. Note that none of your personal data leaves your browser with this process.
# Locate your TiddlyWiki file in the file system (ie using Windows Explorer, the Finder on Mac OS X, or your file manager on Linux)
# Visit http://tiddlywiki.com/empty.html in your browser
# Drag your old TiddlyWiki HTML file into the browser window
#* If the file is encrypted you will be prompted for the password
#* Your tiddlers should be imported
# Set a password if you want to use encryption
# Save changes to save the new version
This will download a file called ''empty.html'' to your computer. This file is the upgrade of your old file. You may need to open the location where ''empty.html'' was downloaded, rename ''empty.html'' with the name of the old file you are upgrading, and replace the old file by moving the new file in its place.
//For the moment you'll also need to manually update any plugins that are not included in empty.html://
># Open the control panel to the ''Plugins'' tab in your upgraded wiki
># Check the version numbers of the plugins you are using; any plugins with an older version than the version of [[$:/core]] will probably need updating
># Locate a wiki with the plugins you need to update and open the control panel ''Plugins'' tab
>#* http://tiddlywiki.com/d3demo.html for the D3 plugin
>#* http://tiddlywiki.com/codemirrordemo.html for the CodeMirror plugin
>#* http://tiddlywiki.com/markdowndemo.html for the MarkDown plugin
>#* http://tiddlywiki.com/ for most of the others
># Drag the plugin links one by one back to your own wiki. You should see the version numbers update in the control panel
># Save your wiki
! Offline upgrading
You can also download http://tiddlywiki.com/empty.html locally and perform the same drag-and-drop procedure to upgrade your files.
There are several methods for upgrading an existing TiddlyWiki version 5 document to a new release. There is a [[different procedure|Upgrading TiddlyWiki on Node.js]] for upgrading [[TiddlyWiki on Node.js]].
<div class="tw-message-box">
<a class="tw-message-icon" href="http://tiddlywiki.com/" target="_blank">{{TiddlyWiki Classic.png}}</a>
!! Upgrading from TiddlyWikiClassic
Remember that TiddlyWiki version 5 is not fully backwards compatible with the older TiddlyWikiClassic. It is recommended that users of TiddlyWikiClassic should not attempt to upgrade their existing files until the new version is more mature.
</div>
! Online upgrading
This process will work on most desktop browsers. Note that none of your personal data leaves your browser with this process.
# Locate your TiddlyWiki file in the file system (ie using Windows Explorer, the Finder on Mac OS X, or your file manager on Linux)
# Visit http://tiddlywiki.com/empty.html in your browser
# Drag your old TiddlyWiki HTML file into the browser window
#* If the file is encrypted you will be prompted for the password
#* Your tiddlers should be imported
# Set a password if you want to use encryption
# Save changes to save the new version
This will download a file called ''empty.html'' to your computer. This file is the upgrade of your old file. You may need to open the location where ''empty.html'' was downloaded, rename ''empty.html'' with the name of the old file you are upgrading, and replace the old file by moving the new file in its place.
//For the moment you'll also need to manually update any plugins that are not included in empty.html://
># Open the control panel to the ''Plugins'' tab in your upgraded wiki
># Check the version numbers of the plugins you are using; any plugins with an older version than the version of [[$:/core]] will probably need updating
># Locate a wiki with the plugins you need to update and open the control panel ''Plugins'' tab
>#* http://tiddlywiki.com/d3demo.html for the D3 plugin
>#* http://tiddlywiki.com/codemirrordemo.html for the CodeMirror plugin
>#* http://tiddlywiki.com/markdowndemo.html for the MarkDown plugin
>#* http://tiddlywiki.com/ for most of the others
># Drag the plugin links one by one back to your own wiki. You should see the version numbers update in the control panel
># Save your wiki
! Offline upgrading
You can also download http://tiddlywiki.com/empty.html locally and perform the same drag-and-drop procedure to upgrade your files.
<h2>Demo</h2>
<p>Try the demo here: VisualEditorDemo</p>
<h2>Installation</h2>
<p>This widget uses the ckeditor lib - the 'command' to load it is in the tiddler [[$:/plugin/bj/visualeditor/includelib]] - and it needs to point to a new location, where you will load the library from. To avoid querks with loading the library from the web include the library from your computer (the library can be obtained from http://ckeditor.com/download):</p>
<p>For linux</p>
<p><script src="file:///yourpath/ckeditor/ckeditor.js"></script></p>
<p>For windows</p>
<p><script src="file://c/yourpath/ckeditor/ckeditor.js"></script></p>
<p>where 'yourpath' is the path to where you have put the ckeditor download.</p>
<p>Then reload your tiddlywiki.</p>
<p>Also be aware that the editor strips newline characters, this means it cannot be used with some wiki text (it is probably a bad idea to try and mix wiki text with text produced in the visualeditor).</p>
<p>There is a new type for tiddlers using this plugin: text/x-htmlp, select it from the dropdown type menu when you create a new tiddler.</p>
<h1><span style="background-color:Red">Visual</span><span style="background-color:Yellow"> Editing</span></h1>
<p>This was created with the visual editor for text/html tiddlers (ckeditor), hit the edit button to give it a try!!</p>
<p><img alt="Screen Shot 2014-05-03 at 10.57.17 AM" class="aligncenter size-medium wp-image-2407" src="http://fluent-forever.com/wp-content/uploads/2014/05/Screen-Shot-2014-05-03-at-10.57.17-AM-300x215.png" style="height:215px; width:300px" /></p>
In this release:
*more functionality
*VisualTW5 can be activated (experimental only)
*internals updated for tw5 core v5.0.10
Note that at present only English is supported in the dialogues.
<p>VisualTW5 is the application visual editoring to tw5 wkitext. The Idea is to use the visual editor to provide the text markup as html tags, and use only the macro and link functionality from the tw5 wikitext. As tw5 wikitext includes html tags this means that only a subset of tw5 wiki text will be used (in tiddlers created this way). To make a distinction , a new type, text/x-perimental, is used.</p>
<h2>Activation</h2>
<p>After installing the visual editor plugin, drag this tiddler on to your tiddlywiki -[[$:/language/Docs/Types/text/x-perimental]]</p>
<p>- here I have written code to add/define/override parser setting. A base collection of setting are defined using a json tid, eg tiddlywikiRules, which lists the standard rules for vnd.tiddywiki, minus the html rule. An example of this being used is here - [[Upgrading2]], which has the type <strong>text/vnd.tiddlywiki<tiddlywikiRules</strong> ([[tiddlywikiRules]] being a json tiddler . This is then augmented with the 'html' rule, see [[Upgrading]] which has type:<strong>text/vnd.tiddlywiki<fullTW5</strong> see [[fullTW5]].</p>
|!Project|!Location|!Objective|
|[[Flexitype Demo]]|[[$:/plugins/bj/flexitype]] |Exended types|
|[[typestemplate]]|[[$:/plugins/bj/typestemplate]] |enables user templates for types|
|ExtendableCalendar|[[$:/plugins/bj/Calendar]] |A configuarable calendar|
|! <hr> |! <hr> |! <hr> |
|TagList|[[$:/plugins/bj/taglist]] |list by tag that is re-orderable by drag/drop |
|VisualEditor|[[$:/plugins/bj/visualeditor]] |Enable html based content to be created or edited|
|! <hr> |! <hr> |! <hr> |
|JsonEditor|[[$:/plugins/bj/jsoneditor]]|display and edit jsons as trees|
|ClickAction|[[$:/plugins/bj/smalltools]]|allows multiple actions on a lists to be activated at the same time|
|! <hr> |! <hr> |! <hr> |
There is also the tiddlyclip project at http://tiddlyclip.tiddlyspot.com
<$macrocall $name="appendButton" now={{Target}} caption="code" add={{$:/snippets/danielo/code}}/>
<$macrocall $name="appendButton" now={{Target}} caption='<$text text="<ol>"></$text>' add={{$:/snippets/danielo/htmlOL}}/>
<$macrocall $name="appendButton" now={{Target}} caption='<$text text="<ul>"></$text>' add={{$:/snippets/danielo/htmlUL}}/>
<$macrocall $name="appendButton" now={{Target}} caption="list" add={{$:/snippets/danielo/list}}/>
<$macrocall $name="appendButton" now={{Target}} caption="ol" add={{$:/snippets/danielo/oList}}/>
<$macrocall $name="appendButton" now={{Target}} caption="ul" add={{$:/snippets/danielo/uList}}/>
!!How this looks like?
An image is better than thousand words. Take a look at this example tiddler: [[Icons based on tags example]]
!!How to install
Just grab this tiddlers into your wiki:
* [[$:/danielo515/customizations/tagsicons]]
* [[$:/danielo515/customizations/tagsicons/styles]]
!!How to add icons
I created a system that makes adding icons very easy:
# Insert the desired icon in your tiddlywiki as a jpeg,svg,png or any other image format.
# Tag the tiddler with {{icon||$:/core/ui/TagTemplate}}
# Add a field called `fortag` and put inside it the target tag, for example, {{macros||$:/core/ui/TagTemplate}}.
# The new icon will apear on all the tiddlers tagged macros.
# You can repeat the above steps as many times as you want.
!!Icon examples
Here you have a couple of icons as example. You can grab them if you want:
<ul>
<$list filter="[tag[icon]]">
<li><$link>{{!!title}}</$link></li>
</$list>
</ul>
<pre><$view field="text"/></pre>
This widget looks for a word inside a tiddler and shows the result with the searched word highlighted with some of its context.
!Installation
The easiest way is to just grab the plugin. It contents the basic tiddlers needed. Just drag and drop the following link into your own wiki:
::[[$:/plugins/danielo515/ContextPlugin]]
!Usage
After installing the plugin you will have a new tab in [[$:/AdvancedSearch]] called [[Context Search|$:/plugins/danielo/context/Context Search]]. If you want this functionality in other places you will have to edit the desired tiddler yourself adding the ''context widget''. For more details about using the widget see the section below.
!!Using the widget
The very basic usage of the widget is the following:
```
<$context term="lorem"/>
```
Which will render as:
<$context term="lorem"/>
The widgets will search inside the current tiddler by default. Because that you see the same content twice here. This example is not very useful. Other more meaningful would be:
```
<$list filter="[search{$:/temp/advancedsearch}sort[title]limit[250]]">
{{!!title||$:/core/ui/ListItemTemplate}}
<$context term={{$:/temp/advancedsearch}}/>
</$list>
```
That will search for tiddlers containing the text specified in [[$:/temp/advancedsearch]] and will display a link to the matching tiddlers plus a preview of the matching content. Something very similar is used in [[Context Search]]. Below you can find a complete list of parameters and their default values.
|! parameter |! description | !default |
| term | The term you want to search ||
| searchTerm | An alias for the previous one ||
| tiddler | The tiddler's name to look into | current tiddler |
| length | Number of context characters to show | 50 |
| before | Number of characters before the matched term to show | the value of the length parameter |
| after | Number of characters after the matched term to show | the value of the length parameter |
| maxMatches | maximun number of matched elements to show. Incrementing this can cause several performance issues | 10 |
| element | Node element to create. This element will contain the results of the search. If you want to style it its class is `tw-context` | `<pre>` |
| matchClass | The css class to assign to the matched terms in the results. This is used to highlight the results | matched |
!Customizing the output
There are not many ways to customize the output of this widget. You can specify ''what type of node you want to create'' to wrap the results (div,span...). The default is `<pre>`. This container is created with the class `tw-context` so you can easily apply styles to it. Something similar happens to the ''highlighted'' words. You can specify the name of the class to assign to it and also you can apply styles to that class.
A very basic example of customization could be:
# Create a tiddler, for example [[$:/plugins/danielo/context/css]]
# Paste the following text or any css rule you want: """
<pre>
.matched{background-color:yellow}
.tw-context {
border:1px solid blue;
word-break: break-all; word-wrap: break-word;}
</pre>
"""
# Tag it with `$:/tags/stylesheet` (use `$:/tags/Stylesheet` instead ''for TW versions newer than 5.1.1'')
# Save the tiddler
!Live example
Here is a transclusion of [[Context Search|$:/plugins/danielo/context/Context Search]] so you can see the plugin in action:
{{$:/plugins/danielo/context/Context Search}}
.reactive-table tr:hover{ background-color:#f5f5f5;}
.reactive-table .editable input{background-color:#fbfbfb; border:0px;}
.reactive-table .editable{background-color:#fbfbfb; border:0px;}
.reactive-table input
{
height:100%;
margin:0; border:#fbfbfb;text-align:center;
width:100%;
}
.reactive-table td{padding:0;margin:0;}
.reactive-table td span{display:block; padding:2px; width:100%;height:100%; text-align:center;}
.reactive-table td span .buttons{display:inline;}
.reactive-table td .tw-reveal{width:100%;border:0px;text-align:center;}
<svg width="22" xmlns="http://www.w3.org/2000/svg" height="21.813" viewBox="0 0 22 21.813" xmlns:xlink="http://www.w3.org/1999/xlink" class="tw-image-button" >
<path fill="%23FCD" d="m0,0v21.813h22v-21.813h-22zm20.187,1.813c0,1.574 0,16.612 0,18.188-1.576,0-16.798,0-18.374,0 0-1.576 0-16.614 0-18.188 1.575,0 16.798,0 18.374,0z"/>
<path fill="%23FCD" d="m8.632,14.05l-5.782-2.515v-1.392l5.782-2.503v1.64l-4.029,1.543 4.029,1.602v1.625z"/>
<path fill="%23FCD" d="M9.168,15.155l2.093-8.718h1.212l-2.116,8.718H9.168z"/>
<path fill="%23FCD" d="m13.001,14.05v-1.625l4.037-1.593-4.037-1.574v-1.617l5.788,2.505v1.38l-5.788,2.524z"/>
</svg>
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" class="tw-image-button" viewBox="0 0 44 30"><path fill="green" d="M15.499,23.438c-3.846,0-7.708-0.987-9.534-3.117c-0.054,0.236-0.09,0.48-0.09,0.737v3.877c0,3.435,4.988,4.998,9.625,4.998s9.625-1.563,9.625-4.998v-3.877c0-0.258-0.036-0.501-0.09-0.737C23.209,22.451,19.347,23.438,15.499,23.438zM15.499,15.943c-3.846,0-7.708-0.987-9.533-3.117c-0.054,0.236-0.091,0.479-0.091,0.736v3.877c0,3.435,4.988,4.998,9.625,4.998s9.625-1.563,9.625-4.998v-3.877c0-0.257-0.036-0.501-0.09-0.737C23.209,14.956,19.347,15.943,15.499,15.943zM15.5,1.066c-4.637,0-9.625,1.565-9.625,5.001v3.876c0,3.435,4.988,4.998,9.625,4.998s9.625-1.563,9.625-4.998V6.067C25.125,2.632,20.137,1.066,15.5,1.066zM15.5,9.066c-4.211,0-7.625-1.343-7.625-3c0-1.656,3.414-3,7.625-3s7.625,1.344,7.625,3C23.125,7.724,19.711,9.066,15.5,9.066z"/></svg>
Type the text for the tiddler 'descTiddler'
\define fieldsFilter() [title[$(fields-source)$]split:table-fields[,]]
\define rowFilter() [!has[draft.of]tag[$(filter-tag)$]sort[$(sortField)$]]
\define editbutton()
<span title="edit details"><$button set="$:/temp/editPersona" setTo={{!!title}} class="tc-btn-invisible">{{$:/core/images/edit-button}}</$button></span>
\end
\define delbutton()
<span title="delete entry" class="buttons"><$button message="tm-delete-tiddler" param={{!!title}} class="tc-btn-invisible">{{$:/core/images/delete-button}}</$button></span>
\end
\define editModeButtons()
<$reveal state="$:/temp/editPersona" type="match" text={{!!title}} ><<delbutton>> <<okButton>></$reveal>
\end
\define viewModeButtons()
<$reveal state="$:/temp/editPersona" type="nomatch" text={{!!title}} ><<editbutton>></$reveal>
\end
\define okButton()
<span title="OK" class="buttons"><$button message="tm-save-tiddler" param={{!!title}} class="tc-btn-invisible" set="$:/temp/editPersona" setTo="" >{{$:/core/images/done-button}}</$button></span>
\end
\define editCell()
<$reveal state="$:/temp/editPersona" type="match" text={{!!title}} > <$edit-text field=<<currentField>>/> </$reveal>
\end
\define viewCell()
<$reveal state="$:/temp/editPersona" type="nomatch" text={{!!title}}><span><$view field=<<currentField>>/></span></$reveal>
\end
\define displayRows()
<$list filter=<<rowFilter>> >
<tr><td><span>{{!!title}}</span></td>
<$list filter=<<fieldsFilter>> variable="currentField"><td><<viewCell>><<editCell>></td></$list><td><<editModeButtons>><<viewModeButtons>> </td></tr></$list>
\end
\define TableHeaders()
<$list filter="[is[current]split:table-headers[,]]" variable="currentField"><th><$button class="tc-btn-invisible" set="sort-field" setTo=<<currentField>> ><<currentField>></$button></th></$list>
\end
\define add-entry-Row()
<tr class="editable"><td><$edit-text tiddler="$:/temp/table" default="" placeholder="Name" tag="input" /></td><$list filter=<<fieldsFilter>> variable="currentField"><td><$edit-text tiddler="$:/temp/table" field=<<currentField>> placeholder=<<currentField>>/></td></$list><td><span> <$newtiddler title={{$:/temp/table}} clear="$:/temp/table" tags={{!!filter-tag}} skeleton="$:/temp/table" edit="no" class="tc-btn-invisible">{{$:/core/images/new-button}}</$newtiddler></span></td></tr>
\end
<$set name="fields-source" value={{!!title}}>
<$set name="filter-tag" value={{!!filter-tag}}>
<$set name="sortField" value={{!!sort-field}}>
@@.reactive-table
<table>
<thead><tr>
<<TableHeaders>><th>Edit</th>
</tr>
</thead>
<tbody>
<<add-entry-Row>>
<<displayRows>>
</tbody>
</table>
@@
</$set>
</$set></$set>
\define appendButton(now, add,caption)
<$button set="Target" setTo='$now$$add$'>$caption$</$button>
\end
Title: <$edit-text tag="input" tiddler="$:/editor/title"/> <$button set={{$:/editor/title}} setTo={{Target}}> save </$button>
<$list filter="[tag[/editor/buttons]]"> <$transclude/></$list>
<$edit-text class="editorArea" tiddler="Target"/>
---
{{Target}}
.editorArea{
width:100%;}
!This is an encrypted Tiddler
This widget adds the ability to encrypt your tiddlers individually. This have several advantages:
* You can specify a different password for each tiddler if you want.
* You don't have to encrypt your whole wiky.
* If you forget your password, you only lose a tiddler.
* It's possible to edit the tiddler content , tags and fields ''except the encrypt field'' after encryption. Decrypting your tiddler will restore it to its original state when you encrypted it. This way you can hide the encrypted tiddlers as a "different" thing.
* You can even encrypt images.
* You can have sensible data in a day to day wiky.
* I didn't try this, but theoretically you can apply double encryption by encrypting your wiki too.
Tried in TW 5.1.4
[[$:/plugins/danielo/encryptTiddler]]
''Try it out!'' Here you have an encrypted tiddler. The password is: `tiddlywiki`
[[Encrypt-test]]
This is an example of how to create an index with descriptions for each link.
We are going to use the [[descTiddler]] as reference. Open it and click the edit button to see how it is created.
Every index is nothing but a list of titles and links.
Here is a very basic list:
```
<$list filter="[title[descTiddler]]">
</$list>
```
Not very useful. Let's add some useful code. For example a link. If we are creating an index we will want links to what we are listing! For that purpose we will use this code within the list.
```
<$link><$view field="title"/></$link>
```
That mean: "please create a link, and use the title of the destination as text."
At this point there is no functional difference with the previous code. That's because this is the default behavior of the list widget.
If you have opened [[descTiddler]] and edited it you should have seen a field called description. What we want now is to put that description below the link to that tiddler. This is one possible way:
```
<$link><$view field="title"/></$link><$transclude field="description"/>
```
That is exactly the same we did with title, but this time you are asking for other field.
Now let's put all together.
```
<$list filter="[title[descTiddler]]">
<dt><$link><$view field="title"/></$link></dt><dd><$transclude field="description"/></dd>
</$list>
```
And this is how it looks like:
<$list filter="[title[descTiddler]]">
<dt><$link><$view field="title"/></$link></dt><dd><$transclude field="description"/></dd>
</$list>
This is an example of how a filter with icons based on tags looks like. The tags does not make any sense, is just to illustrate how awesome is this. As you can see, only the tags that has an icon assigned are rendered as icons.
This plugin provides some GUI tools to manage imports through the new import method that tiddlywiki provides. Available since tiddlywiki 5.0.14. For example, unchecking all the already existing tiddlers.
!!How to install
Just grab the following link to your tiddlywiki window:
[[$:/plugins/danielo515/import-tools]]
!! How to use
After installing you will have some new elements on the importing report.
Currently it shows you which of the tiddlers you're importing exist already on the wiki you are importing to. It also provides you a button that lets you uncheck all those tiddlers.
!! Compatibility
It is compatible from Tiddliwiki 5.0.14 and onward. It was tested on 5.0.15
!!More functions
I have plans to add more functions. It depends on what community demands.
I'm glad to announce that
!! all the plugins and customizations have been updated to work with the latest version of TW!!!
For a long time a warning message was on this place informing that not everything here was compatible with the latest TW version. That is the past. It has been a long trip and a considerable amount of work, but it's already done. There are ''no new features'', the only good thing is that everything is working for the latest versions of tiddlywiki and it should work for a long long time period since tiddlywiki has reached its stable version.
.roundedDiv {
-moz-border-radius: 20px;
border-radius: 20px;
border:2px solid;
padding:1em;
background-image: url('data:image/svg+xml;utf8,data:image/svg+xml;utf8,<svg version="1.2" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve">
<path d="M21.171,15.398l-5.912-9.854C14.483,4.251,13.296,3.511,12,3.511s-2.483,0.74-3.259,2.031l-5.912,9.856
c-0.786,1.309-0.872,2.705-0.235,3.83C3.23,20.354,4.472,21,6,21h12c1.528,0,2.77-0.646,3.406-1.771
C22.043,18.104,21.957,16.708,21.171,15.398z M12,17.549c-0.854,0-1.55-0.695-1.55-1.549c0-0.855,0.695-1.551,1.55-1.551
s1.55,0.696,1.55,1.551C13.55,16.854,12.854,17.549,12,17.549z M13.633,10.125c-0.011,0.031-1.401,3.468-1.401,3.468
c-0.038,0.094-0.13,0.156-0.231,0.156s-0.193-0.062-0.231-0.156l-1.391-3.438C10.289,9.922,10.25,9.712,10.25,9.5
c0-0.965,0.785-1.75,1.75-1.75s1.75,0.785,1.75,1.75C13.75,9.712,13.711,9.922,13.633,10.125z"/>
</svg>
')
}
.yellowDiv{
border-color:orange;
background-color:#FFFFCC;
}
<div class="roundedDiv yellowDiv">
{{warning.svg}} thing
</div>
\define bulletList(tag)
<!--{{$tag$}}-->
<$list filter="[tag[$tag$]tags[]sort[title]] -$tag$">
<div class="column">
!! <$view field="title"/>
<ul>
<$list filter="[all[current]tagging[]]+[tag[$tag$]sort[title]]">
<li><$link><$view field="title"/></$link><br>{{!!description}}</li>
</$list>
</ul>
</div>
</$list>
\end
!Here are the main tiddlers to navigate from:
<<bulletList index>>
The ability to ''edit tables in view mode'' has been very demanded since TW5 came out. Maybe This is not as easy as many people would like to but it demonstrates how powerful and flexible TW5 can be.
First of all, the list of ''needed tiddlers''. Drag and drop all of them to your TW window.
<$list filter="[tag[editableTable]]">
* <$link to={{!!title}}>{{!!title}}</$link>
</$list>
If you ''already have the newTiddler widget'' from ([[tiddlystuff|tiddlystuff.tiddlyspot.com]]) <<rojo "''you have to update to this version''">>. This version has been modified by me to add some features such clearing the temporary tiddlers and defining tags without using a skeleton. This makes the process of creating new tables easier. ''This edition should be retro compatible but make a backup first.''
!How to use it
!!Creating a new table
Ok, this is the worst part of all the process.
<ol>
<li>
You have to clone the Editable-Table tiddler and name it however you want.
</li>
<li>
Fulfill the fields of your new table tiddler to fit your needs. Here is what each field is for:
<ul>
<li>''table-headers:'' The name is self explanatory</li>
<li>''table-fields:'' this should be lower case and ''different from the table headers names''. Take the Editable-Table as an example. You can use the same names to table-headers with the first letter in uppercase. This fields are those you will be able to edit. </li>
<li>''filter-tag:'' Since each table row is going to be a single tiddler you have to use a tag to group them all. Type here that tag name</li>
<li>''sort-field:'' Which table field you want to use as order index. This will be easier when TW 5.0.9 comes out. Just ''clicking in table headers will order the table with that field''.</li>
</ul>
<li>
Save the tiddler.
</li>
</li>
</ol>
!!Using the table.
At this point to can start using the table as a standalone tiddler if you want, as a contacts database or whatever.
You can transclude it to other too tiddlers if you want, but ''<<rojo "PLEASE">> read the section below''.
!!!Adding rows
You can add a new entry filling the first's row cells and clicking the plus button. The table will create a new entry with the provided data. ''You don't have to fulfill all the fields. <<rojo "Only the table title is mandatory">>.''
!!!Editign rows
Clicking {{$:/core/images/edit-button}} will enable the edit mode of that row. Here you can edit all the columns except the first one. This is because the first one is the tiddler title and can't be edited this way. You can always open the tiddler which tat row represents and edit the title.
''In edit mode'' clicking {{$:/core/images/delete-button}} will delete the row and the related tiddler. Clicking {{$:/core/images/done-button}} will exit the edit mode for that row. This does not actually saves the row because it is saved as you type.
!!Transcluding the table
If you want to ''transclude it'' to other tiddlers <<rojo "always use the `{{tableName}}` notation">>. This is mandatory because the table ''depends on its tiddler fields''. If you transclude the table using the transclude widget the table will try to grab those fields from the tiddler it is transcluded to. You can create the required fields in the destination tiddler but that way you will have only ONE table.
!!Live example
Here you have a live example of a contacts database. You can play around with it, add records, edit them and erase them. This has been transcluded using `{{Editable-Table}}`. ''As I said before'' clicking on the table headers does nothing in 5.0.8 and older, but in TW 5.0.9 this will sort the table by that column. <<rojo "There is no action needed by your side">>, it is already ready for the update.{{Smile}}
{{Editable-Table}}
```
```<ol>
<li></li>
<li></li>
<li></li>
</ol><ul>
<li></li>
<li></li>
<li></li>
</ul><$list filter="[tag[test]]"><$/list>#
#
#*
*
*
<info>
This plugin is compatible with all TW versions.
</info>
!!Description
This plugin allows you to use keyboard shortcuts for the most common wikitext markup.
!! Compatibility
This has been tested with tiddlywiki 5.0.8 and 5.0.9. Since I cant' guarantee retro-compatibility It should work with consecutive releases.
This may not be compatible with ''Codemirror plugin''
!! How to install
Just drag and drop the link below to your own tiddlywiki file.
[[KeyboardSnippets|$:/plugins/danielo/keyboardSnippets]]
!!Usage
While on a text field just try some key combinations. If you have ''text selected'' it will be enclosed in the text snipped.
<<rojo "''Now it supports creating multi line tags''">> such as list. Select a ''carriage return separated'' list of elements and hit the shortcut for list.
!!!Key combinations
I already defined the most common shortcuts to wiki syntax. Here is a table of what is already available
|!Combination|!snippet|!renders as|
|`ctrl+b`| `'' ''` | ''bold'' |
|`ctrl+i`| `// //` | //italics// |
|`ctrl+u`| ` __ __` | __underline__ |
|`ctrl+s`| `,, ,, ` | ,,subscript,, |
|`ctrl+l`| `*` | non ordered list |
|`ctrl+o`| `#` | ordered list |
|`ctrl+k`| | code |
|`alt+t`| `|| ` | table cell |
|`alt+h`| `|!|` | table head |
|`alt+s`| ` ~~ ~~` | ~~strikeout~~ |
|`alt+w` | `<$>` | widget call |
|`alt+z` | `{{!!}}` | variable transclusion |
|`ctrl+m` | `<<>>` | macro call |
|`ctrl+alt+t` | `{{}}` | transclusion |
|`ctrl+alt+l` | `[[]]`| [[link]] |
!!Customization
You can add your own key bindings just editing the file :
[[$:/plugins/danielo/keyboardSnippets/KEYBINDINGS]].
!!!Adding a new entry
You have to respect the formatting of the file. ''The best way'' to add a new entry is to copy an existing one and edit it. Every entry has to end in `},`
.
If you need your tag to be multi line (like lists are) add the property `"Multiline":"true"`. ''ONLY WHEN NEEDED''. If you don't need this property just don't add it.
The format for the key combination is one or more key modifiers and a single normal letter in lower case.
!!!Key modifiers
The supported modifiers are: `ctrl` `shift` `alt` . ''To use more than one modifier'' you have to do it in that order. Example of valid key combinations are:
*`ctrl+o`
*`shift+o`
*`ctrl+shift+o`
*`ctrl+shift+alt+o`
As invalid combinations you can see
*`shift+ctrl+o`
*`ctrl+alt+shift+o`
*`o+ctrl`
!!!Removing customizations
If you mess up with your customizations and you want to restore to default just delete the tiddler:
[[$:/plugins/danielo/keyboardSnippets/KEYBINDINGS]].
!!Limitations
* HTML markup is not supported for snippets.
* Caret `^` is not supported
We all love tags. They are easy to add, easy to remove and cool to see. I saw many times people claiming that they want this coolnes into other fields. Currently on TW versions higher than 5.1.0 this is already possible with the help of some smal macros and some smart tiddlywiki code.
!!How does this looks like
Here do you have a live example. Cliking on an element will remove it from the list. Hitting add will add a new element to the list. Just try it out:
<<tokeneditor>><<appendTokenButton>>
<$transclude tiddler="$:/danielo515/ui/item-button"/>
!! How to install:
You need the following tiddlers (drag each link into your own wiki)
* [[$:/danielo515/macros/ui/Buttons/addToken]]
* [[$:/danielo515/macros/ui/controls/addTokenEditor]]
* [[$:/danielo515/macros/remove_from_list.js]]
* [[$:/danielo515/ui/item-button]]
!!How to use it:
There are 3 elements involved, two macros and a tiddler.
!!!Macros
* `<<tokeneditor>>` this adds the input field where you write the "elements" you want to add to the list.
* `<<appendTokenButton>>` This is the button that actually adds the current element to the list. Usually you want to use this two macros together. It accepts ''two optional arguments:'' <span>
|!Parameter|!what is it|!default value|
|field|which field you want to use as list to store the elements|`tokens`|
|caption|the caption you want to display on the button|`add`|
</span>
!!!Tiddler
* `<$transclude tiddler="$:/danielo515/ui/item-button"/>` Basically you have to write that where you want your list to be displayed. Basically is a transclusion of a tiddler template.
!!BUGS
The mechanism used to clear the input box can cause problems on node version. This is because the linkcatcher sets the temporary tiddler to an undefined value instead of an empty string.
Yes, a plugin to pack tiddlers as plugins.
This is a a beta test for early adopt. There is not very good documentation because it was for personal use. But I think that some other people could find it useful.
If you don't know what is this for, the you don't need it. Grab this link to your TW
[[$:/plugins/danielo/packPlugin]]
After that you can use the [[$:/plugins/danielo/packPlugin/packator]] tiddler to pack your tiddlers into a plugin.
!! Some advises for use it
* Tag all the tiddlers you want to include with a certain tag for an easier filtering.
* The plugin will create a set of tiddlers that follows the naming convention of TW plugins, so don't worry about naming your tiddlers properly.
* If you open the developers console you will be able to see some debug messages of what the plugin is doing.
It has been discussed in the TW google group how to footnotes should be implemented<<footnote "note1" "https://groups.google.com/forum/#!searchin/tiddlywiki/footnotes%7Csort:date/tiddlywiki/u5A6qK7CmrY/DekPDREpQJgJ">>. This is just my vision of how footnotes should be in a modern browser environment. If you click in the footnote label you will see a popup with the footnote. Try it out in the previous one.
This implementation has several advantages:
* It is built with TW5 native elements. You need nothing but TW5 to make it work.
* It doesn't interrupt the reading flow.
* In case you want to read the plain text it is perfectly readable.
If you want it you have two ways to make it work:
! Install
!! Style
To prevent the very long notes going out of the screen grab this style sheet tiddler to your wiki:
[[popupStyle]]
,,Thanks to UBi,,
!! For a global scope
Copy the following code into any tiddler and tag it as $:/tags/Macro or grab this tiddler to your TW: [[$:/macros/danielo/footNote]]
{{$:/macros/danielo/footNote||code}}
!!For a local scope
Copy the same code into any tiddler you want to use the macro.
!Usage
!!Single reference
It's fairy simple
```
<<footnote "label" "text of the footnote">>
```
Wich renders as <<footnote "label" "text of the footnote">>
!!Multiple reference
Once defined you can use the same annotation multiple times. Use the `ref` macro and the same label of the note you want to reference again.
```
<<ref "label">>
```
Wich renders as <<ref "label">>
!! Botom definition.
Maybe you want to stick to classic footnotes but you like the popup thing. This means that you want to have all your definitions at the bottom of the page and reference them later like this <<ref "Note2">>. In that case use the same `ref` notation than in multiple reference but make your footnotes definitions at the bottom of the page. This way you cold maintain a page-wise formatting <<ref "Note3">> as Eric Shulman suggested.
```
---
<<footnotes "2" "You can see this footnote at the bottom of the page or inside a popup">>
```
Wich will render as:
---
<<footnotes "Note2" "You can see this footnote at the bottom of the page or inside a popup">>
<<footnotes "Note3" "although popup footnotes are useful for onscreen display, printed documents would need to have footnotes placed at the bottom of the page on which the footnote occurs.">>
.tc-drop-down dd
{
max-width:300px;
word-break: break;
white-space:normal;
padding :0;
padding-left: 5px;}
.tc-drop-down dl
{
padding: 5px;
}
tc-drop-down a {display:inline;padding:0}
This is a single macro to put any text in red color.
Usage:
```
<<rojo "text to put in red color">>.This is not in red color
```
<<rojo "text to put in red color">>. This is not in red color.
The macro name is rojo instead of red for two reasons:
* Spanish is my native languaje.
* red is a very common word in english, so I choosed rojo to avoid possible collisions.
If you want this macro just grab this link to your TW5:
[[$:/macros/danielo/rojo.js]]
''Note that after installing this macro you have to reload the browser in order to make it work.'' This is because the core have to load the javascript code.
Special thanks to ''StephanHradek'' to make the basic javascript macro example. ( [[TW5Magick|http://tw5magick.tiddlyspot.com/]] )
Maybe you have noticed the search bar in the top-left.
Yes, it works like you expected, is an alternative search. This is cool if you want to colapse the right side-bar. This way you can still search without opening the right side-bar.
If you want it :
* You need to have the top-sidebar already installed
** Grab it from here: http://tw5toolbar.tiddlyspot.com/
* Grab this tiddler to your wiki //(drag and drop)//: [[$:/stylesheet/top-search]]
* Grab this tiddler to your wiki //(drag and drop)//: [[$:/topSearch]]
tools for a digital brain
Si lo quieres a nivel globlal incluye este pedazo de código en [[$:/core/ui/PageMacros]]
```
\define slider(label,text)
<$button popup="$:/state/$label$" class="btn-invisible tw-slider"><$list filter="[[$label$]]"><$view field="title"/></$list></$button>
<$reveal type="nomatch" text="" default="" state="$:/state/$label$" animate="yes">
$text$
</$reveal>
\end
```
R0lGODlhFAAUAN0AAICAAP3jSv3oUPrZQQAAAOqzJP3wWffQOf3gRuKxLO24KfrJNPfINfjXQfC8LOOpNu24J//IKPnCMPjQOv/cP//4SPPPOf/2VfHALv/pSfbFMuiuNP3vWPvQNuq2KfK8I///UfznUP/gP9ijMfG9MfzDLOCvLP/3SP/pQf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACkALAAAAAAUABQAAAa/wJRwSCwajYCk8lhMnjIBwaCTZKYAlYtBwA0EBhTAEQAymLcC72AtJmLPZq6AE7AcFm0h4MIlEOQCfgcWEXlYHH1/AiEBggwaEm0AGYByXgEICwsYCZKXl2mfCxIKBZIIn58IAw0HGAqdehSon2sDBwwMChCxVygDq8BrExN2DgURG4YiDWsErK0ExwoKeVcUBwcDE35+xxAjyk0dGgzHBejoHw/WQwARJSQQpege7FZJEiYJ/OztY0qqWBl4JAgAOw==
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" class="tw-image-button" viewBox="10 10" ><path fill="blue" d="M22.5,8.5v3.168l3.832,3.832L22.5,19.332V22.5l7-7L22.5,8.5zM8.5,22.5v-3.168L4.667,15.5L8.5,11.668V8.5l-7,7L8.5,22.5zM15.5,14.101c-0.928,0-1.68,0.751-1.68,1.68c0,0.927,0.752,1.681,1.68,1.681c0.927,0,1.68-0.754,1.68-1.681C17.18,14.852,16.427,14.101,15.5,14.101zM10.46,14.101c-0.928,0-1.68,0.751-1.68,1.68c0,0.927,0.752,1.681,1.68,1.681s1.68-0.754,1.68-1.681C12.14,14.852,11.388,14.101,10.46,14.101zM20.541,14.101c-0.928,0-1.682,0.751-1.682,1.68c0,0.927,0.754,1.681,1.682,1.681s1.68-0.754,1.68-1.681C22.221,14.852,21.469,14.101,20.541,14.101z"/></svg>
<div class="tw-subtitle"><$link to={{!!modifier}}><$view field="modifier"/></$link> <$view field="modified" format="relativedate"/></div>
\define tag-styles()
background-color:$(backgroundColor)$;
\end
\define tag-filter() [![$:/temp/search]!has[draft.of]!is[current]$(systemFilter)$$(shadowFilter)$$(searchFilter)$$(tagNames)$sort[title]]
\define show-system()
<small><div> <em> System:</em> <$radio field="systemfilter" value=""> Show </$radio> <$radio field="systemfilter" value="!is[system]"> Hide </$radio></div></small>
\end
\define show-shadow()
<small><div> <em> Shadow:</em> <$radio field="shadowfilter" value="is[shadow]"> Show </$radio> <$radio field="shadowfilter" value="!is[shadow]"> Hide </$radio></div></small>
\end
<div class="tw-search"><$edit-text tiddler="$:/temp/search" type="search" tag="input"/> <$reveal state="$:/temp/search" type="nomatch" text=""><$linkcatcher to="$:/temp/search"><$link to="" class="btn-invisible">{{$:/core/images/close-button}}</$link></$linkcatcher></$reveal><$reveal state="$:/temp/search" type="match" text=""> <$link to="$:/AdvancedSearch" class="btn-invisible">…</$link></$reveal></div>
<$fieldmangler tiddler="$:/temp/search">
<div class="tw-edit-add-tag">
<span class="tw-add-tag-name">
<$edit-text tiddler="$:/temp/NewTagName" tag="input" default="" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}} focusPopup=<<qualify "$:/state/tagsAutoComplete">> class="tw-edit-texteditor"/>
</span><span class="tw-add-tag-button">
<$button message="tw-add-tag" param={{$:/temp/NewTagName}} set="$:/temp/NewTagName" setTo="" class="btn-invisible">
{{$:/core/images/new-button}}</$button>
</span>
</div>
<div class="tw-block-dropdown-wrapper">
<$reveal state=<<qualify "$:/state/tagsAutoComplete">> type="nomatch" text="" default="">
<div class="tw-block-dropdown">
<$linkcatcher set="$:/temp/NewTagName" setTo="" message="tw-add-tag">
<$list filter="[!is[shadow]tags[]search{$:/temp/NewTagName}sort[title]]-[[$:/temp/search]tags[]]">
<$link>
<$set name="backgroundColor" value={{!!color}}>
<span style=<<tag-styles>> class="tw-tag-label">
<$view field="title" format="text"/>
</span>
</$set>
</$link>
</$list>
</$linkcatcher>
</div>
</$reveal>
</div>
<$list filter="[[$:/temp/search]tags[]sort[title]]" storyview="pop"><$set name="backgroundColor" value={{!!color}}><span style=<<tag-styles>> class="tw-tag-label">
<$view field="title" format="text" />
<$button message="tw-remove-tag" param={{!!title}} class="btn-invisible tw-remove-tag-button">×</$button></span>
</$set>
</$list>
</$fieldmangler>
<div style="display:inline;"><<show-system>></div>
<$set name="searchFilter" value=<<search-filter "$:/temp/search">> >
<$set name="tagNames" value=<<extractTagsAsFilter "$:/temp/search">> >
<$set name="systemFilter" value={{!!systemfilter}}>
<$list filter=<<tag-filter>>>
</$list>
</$set></$set></$set>
This plugin allows you to refine searches using tags. It's possible to search without any tag and the opposite, using just tags as filter.
!!How to install
Just grab the following link to your tiddlywiki window:
[[$:/plugins/danielo/tagSearch]]
!! How to use
After installing it you will have a new tab in "Advanced search" tiddler. You can also transclude this search whatever you want just transcluding it
```
{{TagsSearch}}
```
!! Live demo
I think the better way to make you see how this works is allowing you playing with it. Just try changing the defined search.
{{TagsSearch}}
```
```<ol>
<li></li>
<li></li>
<li></li>
</ol><ul>
<li></li>
<li></li>
<li></li>
</ul><$list filter="[tag[test]]"><$/list>#
#
#*
*
*
\define myFilter()
[title[$(fields-source)$]split:table-fields[,]]
\end
\define displayRow()
<$list filter="[is[current]fields[]] -title -tags -text -creator -created -modified -modifier -type -[[draft.title]] -[[draft.of]sort[title]]" variable="currentField"><td><$view field=<<currentField>>/></td></$list>
\end
\define TableHeaders()
<$list filter="[is[current]split:table-headers[,]]" variable="currentField"><th><<currentField>></th></$list>
\end
! Gente y Grupos
<$set name="fields-source" value={{!!title}}>
<table><thead><tr><<TableHeaders>></tr></thead>
<tbody><$list filter="[!has[draft.of]tag[persona]]"><tr><td><b>{{!!title}}</b></td><$list filter=<<myFilter>> variable="currentField"><td><$view field=<<currentField>>/></td></$list>
</tr>
</$list>
</tbody>
</table>
</$set>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" class="tw-image-button" viewBox="0 0 44 30"><path fill="#00E" d="M11.791,25.229c1.027-0.104,1.162-1.191,0.68-1.666c-0.398-0.392-2.598-2.022-3.171-2.664C9.033,20.6,8.673,20.454,8.52,20.12c-0.352-0.771-0.598-1.869-0.151-2.658c0.081-0.144,0.133-0.078,0.071,0.22c-0.351,1.684,0.746,3.059,0.986,2.354c0.167-0.487,0.013-1.358,0.102-2.051c0.158-1.226,1.273-3.577,1.763-3.712c-0.755-1.398,0.886-2.494,0.866-3.723c-0.014-0.798,0.701,0.982,1.419,1.359c0.802,0.422,1.684-0.794,2.936-1.41c0.354-0.176,0.809-0.376,0.776-0.524c-0.146-0.718-1.644,0.886-2.979,0.939c-0.61,0.024-0.837-0.12-1.072-0.347c-0.712-0.689,0.073-0.115,1.132-0.307c0.471-0.085,0.629-0.163,1.128-0.365c0.5-0.201,1.069-0.5,1.636-0.654c0.395-0.106,0.361-0.402,0.208-0.491c-0.088-0.051-0.219-0.046-0.321,0.133c-0.244,0.419-1.383,0.661-1.74,0.771c-0.457,0.14-0.962,0.271-1.634,0.243c-1.021-0.042-0.782-0.509-1.513-0.928c-0.213-0.122-0.156-0.444,0.129-0.729c0.148-0.148,0.557-0.232,0.76-0.572c0.028-0.047,0.289-0.32,0.494-0.461c0.07-0.049,0.076-1.295-0.562-1.32c-0.543-0.021-0.697,0.398-0.675,0.818c0.022,0.419,0.245,0.765,0.393,0.764c0.285-0.004,0.019,0.311-0.138,0.361c-0.237,0.078-0.562-0.934-0.525-1.418c0.039-0.506,0.303-1.4,0.942-1.383c0.576,0.016,0.993,0.737,0.973,1.983c-0.003,0.211,0.935-0.101,1.247,0.229c0.224,0.236-0.767-2.207,1.438-2.375c0.582,0.111,1.14,0.305,1.371,1.641c-0.086,0.139,0.146,1.07-0.215,1.182c-0.438,0.135-0.707-0.02-0.453-0.438c0.172-0.418,0.004-1.483-0.882-1.42c-0.887,0.064-0.769,1.637-0.526,1.668c0.243,0.031,0.854,0.465,1.282,0.549c1.401,0.271,0.371,1.075,0.555,2.048c0.205,1.099,0.929,0.809,1.578,3.717c0.137,0.177,0.676,0.345,1.199,2.579c0.473,2.011-0.195,3.473,0.938,3.353c0.256-0.026,0.629-0.1,0.792-0.668c0.425-1.489-0.213-3.263-0.855-4.46c-0.375-0.698-0.729-1.174-0.916-1.337c0.738,0.436,1.683,1.829,1.898,2.862c0.286,1.358,0.49,1.934,0.059,3.37c0.25,0.125,0.871,0.39,0.871,0.685c-0.647-0.53-2.629-0.625-2.68,0.646c-0.338,0.008-0.594,0.034-0.811,0.293c-0.797,0.944-0.059,2.842-0.139,3.859c-0.07,0.896-0.318,1.783-0.46,2.683c-0.474-0.019-0.428-0.364-0.274-0.852c0.135-0.431,0.351-0.968,0.365-1.484c0.012-0.467-0.039-0.759-0.156-0.831c-0.118-0.072-0.303,0.074-0.559,0.485c-0.543,0.875-1.722,1.261-2.821,1.397c-1.099,0.138-2.123,0.028-2.664-0.578c-0.186-0.207-0.492,0.058-0.529,0.111c-0.049,0.074,0.18,0.219,0.352,0.533c0.251,0.461,0.49,1.159-0.105,1.479C12.83,26.314,12.316,26.221,11.791,25.229L11.791,25.229zM11.398,25.188c0.395,0.621,1.783,3.232-0.652,3.571c-0.814,0.114-2.125-0.474-3.396-0.784c-1.142-0.279-2.301-0.444-2.949-0.627c-0.391-0.108-0.554-0.25-0.588-0.414c-0.091-0.434,0.474-1.041,0.503-1.555c0.028-0.514-0.188-0.779-0.364-1.199c-0.177-0.42-0.224-0.734-0.081-0.914c0.109-0.141,0.334-0.199,0.698-0.164c0.462,0.047,1.02-0.049,1.319-0.23c0.505-0.309,0.742-0.939,0.516-1.699c0,0.744-0.244,1.025-0.855,1.366c-0.577,0.319-1.467,0.062-1.875,0.416c-0.492,0.427,0.175,1.528,0.12,2.338c-0.042,0.622-0.69,1.322-0.401,1.946c0.291,0.627,1.648,0.695,3.064,0.99c2.012,0.422,3.184,1.153,4.113,1.188c1.356,0.05,1.564-1.342,3.693-1.36c0.621-0.033,1.229-0.052,1.835-0.06c0.688-0.009,1.375-0.003,2.079,0.014c1.417,0.034,0.931,0.773,1.851,1.246c0.774,0.397,2.17,0.241,2.504-0.077c0.451-0.431,1.662-1.467,2.592-1.935c1.156-0.583,3.876-1.588,1.902-2.812c-0.461-0.285-1.547-0.588-1.639-2.676c-0.412,0.366-0.365,2.312,0.784,2.697c1.283,0.431,2.085,1.152-0.301,1.969c-1.58,0.54-1.849,0.706-3.099,1.747c-1.267,1.054-3.145,0.636-2.815-1.582c0.171-1.155,0.269-2.11-0.019-3.114c-0.142-0.49-0.211-1.119-0.114-1.562c0.187-0.858,0.651-1.117,1.106-0.293c0.285,0.519,0.385,1.122,1.408,1.171c1.607,0.077,1.926-1.553,2.439-1.627c0.343-0.05,0.686-1.02,0.425-2.589c-0.28-1.681-1.269-4.332-2.536-5.677c-1.053-1.118-1.717-2.098-2.135-3.497c-0.352-1.175-0.547-2.318-0.475-3.412c0.094-1.417-0.691-3.389-1.943-4.316c-0.782-0.581-2.011-0.893-3.122-0.88c-0.623,0.007-1.21,0.099-1.661,0.343c-1.855,1.008-2.113,2.445-2.086,4.088c0.025,1.543,0.078,3.303,0.254,4.977c-0.208,0.77-1.288,2.227-1.979,3.114C8.59,14.233,8.121,16.01,7.52,17.561c-0.321,0.828-0.862,1.2-0.908,2.265C6.6,20.122,6.61,20.891,6.894,20.672C7.98,19.829,9.343,21.95,11.398,25.188L11.398,25.188zM17.044,2.953c-0.06,0.176-0.3,0.321-0.146,0.443c0.152,0.123,0.24-0.171,0.549-0.281c0.08-0.028,0.449,0.012,0.519-0.164c0.03-0.077-0.19-0.164-0.321-0.291c-0.133-0.125-0.262-0.236-0.386-0.229C16.938,2.451,17.096,2.798,17.044,2.953L17.044,2.953zM18.934,9.35c0.115-0.121,0.174,0.207,0.483,0.402c0.244,0.154,0.481,0.04,0.545,0.354c0.044,0.225-0.097,0.467-0.284,0.436C19.35,10.486,18.596,9.705,18.934,9.35L18.934,9.35zM13.832,7.375c-0.508-0.037-0.543,0.33-0.375,0.324C13.629,7.693,13.523,7.408,13.832,7.375L13.832,7.375zM12.96,6.436c0.06-0.013,0.146,0.09,0.119,0.233c-0.037,0.199-0.021,0.324,0.117,0.325c0.022,0,0.048-0.005,0.056-0.057c0.066-0.396-0.14-0.688-0.225-0.711C12.834,6.178,12.857,6.458,12.96,6.436L12.96,6.436zM16.663,6.268c0.129,0.039,0.253,0.262,0.28,0.504c0.002,0.021,0.168-0.035,0.17-0.088c0.011-0.389-0.321-0.571-0.408-0.562C16.506,6.139,16.562,6.238,16.663,6.268L16.663,6.268zM14.765,7.423c0.463-0.214,0.625,0.118,0.465,0.171C15.066,7.648,15.065,7.345,14.765,7.423L14.765,7.423zM9.178,15.304c-0.219-0.026,0.063-0.19,0.184-0.397c0.131-0.227,0.105-0.511,0.244-0.469s0.061,0.2-0.033,0.461C9.491,15.121,9.258,15.313,9.178,15.304L9.178,15.304z"/></svg>
<svg version="1.2" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve">
<path d="M21.171,15.398l-5.912-9.854C14.483,4.251,13.296,3.511,12,3.511s-2.483,0.74-3.259,2.031l-5.912,9.856
c-0.786,1.309-0.872,2.705-0.235,3.83C3.23,20.354,4.472,21,6,21h12c1.528,0,2.77-0.646,3.406-1.771
C22.043,18.104,21.957,16.708,21.171,15.398z M12,17.549c-0.854,0-1.55-0.695-1.55-1.549c0-0.855,0.695-1.551,1.55-1.551
s1.55,0.696,1.55,1.551C13.55,16.854,12.854,17.549,12,17.549z M13.633,10.125c-0.011,0.031-1.401,3.468-1.401,3.468
c-0.038,0.094-0.13,0.156-0.231,0.156s-0.193-0.062-0.231-0.156l-1.391-3.438C10.289,9.922,10.25,9.712,10.25,9.5
c0-0.965,0.785-1.75,1.75-1.75s1.75,0.785,1.75,1.75C13.75,9.712,13.711,9.922,13.633,10.125z"/>
</svg>
Hello all.
This is my personal tiddlywiki file for testing.
Here I will post the tools and Macros that I develop for this awesome tool. That way, all the help the comunity gave me can came back to the comunity again.
Tested under Tiddlywiky <<version>>: [[tiddlywiki|http://www.tiddlywiky.com]]
This is only possible thanks to other community wikies with the same flavour:
* [[TW5 Mall|http://www.giffmex.org/tw5mall.htm]] -- DaveGifford's growing catalogue of hints and tips
* Several [[customisation howto's and theme tweaks|http://tongerner.tiddlyspot.com/]] from TonGerner
* A [[TW5Magick|http://tw5magick.tiddlyspot.com/]] -- a collection of hints and tips from StephanHradek
* A [[collection of articles|http://blog.jeffreykishner.com/tiddlywiki/]] from JeffreyKishner
* A new theme from [[BobRobison|http://tw5gray.tiddlyspot.com]]
* [[Coding for TiddlyWiki5|http://cjhunt.github.io]], an introduction to developing extensions and plugins from ChrisHunt
* [[Hosting TiddlyWiki5 on GoogleDrive|https://googledrive.com/host/0B51gSXixfJ2Qb0I4R2M4MWJVMlU]] from TonyChing
http://tiddlywiki.com/static/Block%2520Quotes%2520in%2520WikiText.html
!!TW5
Supports all blockquote markup from TWC (see below) and also...
''custom classes''
```
>.red this will be styled
```
>.custom-class.red this will be styled
''nested within lists''
```
* foo
*> bar
```
* foo
*> bar
!!TWC
```
> block
>> quotes
>>> are easy
```
> block
>> quotes
>>> are easy
```
<<<
real
easy
<<<
```
<<<
real
easy
<<<
This wiki gathers information that helps you to compare between and migrate from [[TiddlyWikiClasic|http://classic.tiddlywiki.com]] to the new version of TiddlyWiki...
!!TW5
`` `code` ``
!!TWC
`{{{code}}}`
!!TW5
| !Context | !Action | !Shortcut | !Details |
|editing|save tiddler|~Ctrl-Enter|for Macs: Ctrl => Cmd|
|editing|cancel|Esc|leave edit-mode|
|search|clear|Esc|clears the search term|
!!TWC
See http://tiddlywiki.org/#AccessKeys:
| !Context | !Action | !Shortcut | !Details |
|editing|save tiddler|~Ctrl-Enter|for Macs: Ctrl => Cmd|
|editing|minor change|~Shift-Ctrl-Enter|does not update modified timestamp|
|editing|cancel|Esc|leave edit-mode|
|search|clear|Esc|clears the search term|
Some core macros define [[access keys|http://en.wikipedia.org/wiki/Access_key]], whose invocation is browser-specific:
| !Action | !PC | !Mac |h
|search|SHIFT+ALT+F| CTRL+F|
|saveChanges|SHIFT+ALT+S| CTRL+S|
|newTiddler|SHIFT+ALT+N| CTRL+N|
|newJournal|SHIFT+ALT+J| CTRL+J|
In TW5, lists require to either bei at the beginning of a tiddler or block, or otherwise be preceded by a blank line, e.g.
```
This fails in TW5, but not in TWc...
* foo
* bar
This is howTW5 expects it...
* foo
* bar
```
<<<
This fails in TW5, but not in TWc...
* foo
* bar
This is howTW5 expects it...
* foo
* bar
<<<
; discussion
: https://groups.google.com/d/msg/tiddlywiki/2eqXBsxC8BM/-XzbynrkgoUJ
!!TW5
<pre>
```
multi
line
```
</pre>
!!TWC
```
{{{
multi
line
}}}
```
!!TW5
not implemented — <<git5 issues/699>>
!!TWC
```
"""
foo
bar
"""
```
or
```
<nowiki>
foo
bar
</nowiki>
```
!! @@color:red;Attention@@
TW5 repurposes this notation for [[hard linebreaks|http://tiddlywiki.com/static/Hard%2520Linebreaks%2520in%2520WikiText.html]]!
```
"""
foo
bar
"""
```
!! Workaround
You can use the rules pragma on it's own line to turn off italics, which will also prevent you from using `//foo//` in the same tiddler.
```
\rules except emphasis
```
http://compare-tw2-tw5.tiddlyspace.com
A solution [[proposed|https://groups.google.com/d/msg/tiddlywiki/JLJ2weN08Ho/pFae2_hvukYJ]] by [[Stephan Hradek]] to prevent wikification of problematic content as was done in TWc using `<nowiki>//foo</nowiki>` or `"""//fooi"""`.
!!Problem
Imagine you wanted to display a literal `//foo` but without the code highlight as I just did.
!!Solution
Use a template like: <<source plain>>
!!Example
```
{{//foo/bar||plain}}
```
<<<
{{//foo/bar||plain}}
<<<
!!tw5
Simply add tags with strings into the default tag editor to add them:
*`foo bar`
They are internally stored as [[foo bar]].
When using a plain input field for entering tags, you need to use this notation to declare a tag with spaces:
* `[[foo bar]]`
!!twC
Can use all of these to enter tags with spaces:
* `"foo bar"`
* `'foo bar'`
* `[[foo bar]]`
Silently turns all into `[[foo bar]]` when saving, even internally when calling `readBracketedList` on a list of supposed tiddler titles.
http://tb5.tiddlyspot.com
<$link to=<<currentTiddler>>>
<strong><$view field="title"/></strong>
</$link><br/>
Wiki:
<$list filter="[all[current]tags[]] -CommunityPlugins" variable="author">
<$link to=<<author>>>
<$text text=<<author>>/>
</$link>
</$list>
<br/>
Version: {{!!version}}<br/>
Title: {{!!source-tiddler-title-as-text}}<br/>
!!! Description
{{!!description}}
!!! Author
TODO
!!!Wiki
<$list filter="[all[current]tags[]] -CommunityPlugins" variable="author">
<$link to=<<author>>>
<$text text=<<author>>/>
</$link>
</$list>
<br/>
!!! Version
{{!!version}}
<ul>
<$list filter="[all[current]tagging[]tag[CommunityWikis]]">
<li>{{||$:/CommunityWikiShortDescription}}</li>
</$list>
</ul>
@@font-size: 80%;
Authorised indexing: {{!!licence}}
@@
!!! Address
{{!!wiki-address}}
!!!Author
<$list filter="[all[current]tags[]] -CommunityWikis" variable="author">
<$link to=<<author>>>
<$text text=<<author>>/>
</$link>
</$list>
<br/>
!!! TW version
{{||$:/CommunityWikiTWVersionInfo}}
!!! Latest modifications
<$list filter="[source-wiki-id<currentTiddler>sort[modified]!limit[5]] +[reverse[]]" emptyMessage="unknown">
<$view field="modified" format="relativedate"/><$transclude tiddler="$:/core/ui/ListItemTemplate"/>
</$list>
!!! Tags
<$list filter="[source-wiki-id<currentTiddler>tags[]!is[system]sort[title]] -[<currentTiddler>]">
<$transclude tiddler="$:/core/ui/TagTemplate"/>
<small class="tc-menu-list-count">
<$count filter="[all[current]tagging[]]"/>
</small><br/>
</$list>
!!! Tiddlers
<$count filter="[source-wiki-id<currentTiddler>sort[title]]" /> indexed tiddlers.
<$button set="$:/PresentationTiddlerShowTiddlers" setTo="show">Show tiddlers</$button>
<$button set="$:/PresentationTiddlerShowTiddlers" setTo="hide">Hide tiddlers</$button>
<$reveal type="match" state="$:/PresentationTiddlerShowTiddlers" text="show">
<$list filter="[source-wiki-id<currentTiddler>sort[title]]">
<$transclude tiddler="$:/core/ui/ListItemTemplate" />
</$list>
</$reveal>
<$link to=<<currentTiddler>>>
<strong><$view field="title"/></strong>
</$link><br/>
<a href={{!!wiki-address}} target="_blank"><$view field="wiki-address"/></a><br/>
by
<$list filter="[all[current]tags[]] -CommunityWikis" variable="author">
<$link to=<<author>>>
<$text text=<<author>>/>
</$link>
</$list>
<br/>
TW version {{||$:/CommunityWikiTWVersionInfo
}}<br/>
@@font-style: italic;
<$count filter="[source-wiki-id<currentTiddler>sort[title]]" />
tiddlers. Latest modification <$view field="wiki-latest-modification" format="relativedate"/>.
@@
<br/>
<$transclude tiddler="$:/core/ui/TagTemplate"/>
<$set name=version value={{!!wiki-tw-version}}>
<strong>
<$list filter="[<version>prefix[5.1]]">
<$text text=<<version>>/>
</$list>
<$list filter="[<version>prefix[5.0]]">
<$text text=<<version>>/>
@@color:orange;
[obsolete version]
@@
</$list>
<$list filter="[<version>!prefix[5.0]!prefix[5.1]]">
<$text text=<<version>>/>
@@color:orange;
[no version found!]
@@
</$list>
</strong>
</$set>
This widget looks for a word inside a tiddler and shows the result with the searched word highlighted with some of its context.
!Installation
The easiest way is to just grab the plugin. It contents the basic tiddlers needed. Just drag and drop the following link into your own wiki:
::[[$:/plugins/danielo515/ContextPlugin]]
!Usage
After installing the plugin you will have a new tab in [[$:/AdvancedSearch]] called [[Context Search]]. If you want this functionality in other places you will have to edit the desired tiddler yourself adding the ''context widget''. For more details about using the widget see the section below.
!!Using the widget
The very basic usage of the widget is the following:
```
<$context term="lorem"/>
```
Which will render as:
<$context term="lorem"/>
The widgets will search inside the current tiddler by default. Because that you see the same content twice here. This example is not very useful. Other more meaningful would be:
```
<$list filter="[search{$:/temp/advancedsearch}sort[title]limit[250]]">
{{!!title||$:/core/ui/ListItemTemplate}}
<$context term={{$:/temp/advancedsearch}}/>
</$list>
```
That will search for tiddlers containing the text specified in [[$:/temp/advancedsearch]] and will display a link to the matching tiddlers plus a preview of the matching content. Something very similar is used in [[Context Search]]. Below you can find a complete list of parameters and their default values.
|! parameter |! description | !default |
| term | The term you want to search ||
| searchTerm | An alias for the previous one ||
| tiddler | The tiddler's name to look into | current tiddler |
| length | Number of context characters to show | 50 |
| before | Number of characters before the matched term to show | the value of the length parameter |
| after | Number of characters after the matched term to show | the value of the length parameter |
| maxMatches | maximun number of matched elements to show. Incrementing this can cause several performance issues | 10 |
| element | Node element to create. This element will contain the results of the search. If you want to style it its class is `tw-context` | `<pre>` |
| matchClass | The css class to assign to the matched terms in the results. This is used to highlight the results | matched |
!Customizing the output
There are not many ways to customize the output of this widget. You can specify ''what type of node you want to create'' to wrap the results (div,span...). The default is `<pre>`. This container is created with the class `tw-context` so you can easily apply styles to it. Something similar happens to the ''highlighted'' words. You can specify the name of the class to assign to it and also you can apply styles to that class.
A very basic example of customization could be:
# Create a tiddler, for example [[$/plugins/danielo515/context/css]]
# Paste the following text or any css rule you want: """
<pre>
.matched{background-color:yellow}
.tw-context {
border:1px solid blue;
word-break: break-all; word-wrap: break-word;}
</pre>
"""
# Tag it with `$:/tags/stylesheet`
# Save the tiddler
!Live example
Here is a transclusion of [[Context Search]] so you can see the plugin in action:
{{Context Search}}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
{
"tiddlers": {
"$:/Acknowledgements": {
"title": "$:/Acknowledgements",
"type": "text/vnd.tiddlywiki",
"text": "TiddlyWiki incorporates code from these fine OpenSource projects:\n\n* [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]]\n* [[The Jasmine JavaScript Test Framework|http://pivotal.github.io/jasmine/]]\n* [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]]\n\nAnd media from these projects:\n\n* World flag icons from [[Wikipedia|http://commons.wikimedia.org/wiki/Category:SVG_flags_by_country]]\n"
},
"$:/core/copyright.txt": {
"title": "$:/core/copyright.txt",
"type": "text/plain",
"text": "TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)\n\nCopyright © Jeremy Ruston 2004-2007\nCopyright © UnaMesa Association 2007-2014\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this\nlist of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this\nlist of conditions and the following disclaimer in the documentation and/or other\nmaterials provided with the distribution.\n\nNeither the name of the UnaMesa Association nor the names of its contributors may be\nused to endorse or promote products derived from this software without specific\nprior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT\nSHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\nINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\nBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\nANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGE.\n"
},
"$:/core/icon": {
"title": "$:/core/icon",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path d=\"M64 0l54.56 32v64L64 128 9.44 96V32L64 0zm21.127 95.408c-3.578-.103-5.15-.094-6.974-3.152l-1.42.042c-1.653-.075-.964-.04-2.067-.097-1.844-.07-1.548-1.86-1.873-2.8-.52-3.202.687-6.43.65-9.632-.014-1.14-1.593-5.17-2.157-6.61-1.768.34-3.546.406-5.34.497-4.134-.01-8.24-.527-12.317-1.183-.8 3.35-3.16 8.036-1.21 11.44 2.37 3.52 4.03 4.495 6.61 4.707 2.572.212 3.16 3.18 2.53 4.242-.55.73-1.52.864-2.346 1.04l-1.65.08c-1.296-.046-2.455-.404-3.61-.955-1.93-1.097-3.925-3.383-5.406-5.024.345.658.55 1.938.24 2.53-.878 1.27-4.665 1.26-6.4.47-1.97-.89-6.73-7.162-7.468-11.86 1.96-3.78 4.812-7.07 6.255-11.186-3.146-2.05-4.83-5.384-4.61-9.16l.08-.44c-3.097.59-1.49.37-4.82.628-10.608-.032-19.935-7.37-14.68-18.774.34-.673.664-1.287 1.243-.994.466.237.4 1.18.166 2.227-3.005 13.627 11.67 13.732 20.69 11.21.89-.25 2.67-1.936 3.905-2.495 2.016-.91 4.205-1.282 6.376-1.55 5.4-.63 11.893 2.276 15.19 2.37 3.3.096 7.99-.805 10.87-.615 2.09.098 4.143.483 6.16 1.03 1.306-6.49 1.4-11.27 4.492-12.38 1.814.293 3.213 2.818 4.25 4.167 2.112-.086 4.12.46 6.115 1.066 3.61-.522 6.642-2.593 9.833-4.203-3.234 2.69-3.673 7.075-3.303 11.127.138 2.103-.444 4.386-1.164 6.54-1.348 3.507-3.95 7.204-6.97 7.014-1.14-.036-1.805-.695-2.653-1.4-.164 1.427-.81 2.7-1.434 3.96-1.44 2.797-5.203 4.03-8.687 7.016-3.484 2.985 1.114 13.65 2.23 15.594 1.114 1.94 4.226 2.652 3.02 4.406-.37.58-.936.785-1.54 1.01l-.82.11zm-40.097-8.85l.553.14c.694-.27 2.09.15 2.83.353-1.363-1.31-3.417-3.24-4.897-4.46-.485-1.47-.278-2.96-.174-4.46l.02-.123c-.582 1.205-1.322 2.376-1.72 3.645-.465 1.71 2.07 3.557 3.052 4.615l.336.3z\" fill-rule=\"evenodd\"/></svg>"
},
"$:/core/images/advanced-search-button": {
"title": "$:/core/images/advanced-search-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-advanced-search-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M74.5651535,87.9848361 C66.9581537,93.0488876 57.8237115,96 48,96 C21.490332,96 0,74.509668 0,48 C0,21.490332 21.490332,0 48,0 C74.509668,0 96,21.490332 96,48 C96,57.8541369 93.0305793,67.0147285 87.9377231,74.6357895 L122.284919,108.982985 C125.978897,112.676963 125.973757,118.65366 122.284271,122.343146 C118.593975,126.033442 112.613238,126.032921 108.92411,122.343793 L74.5651535,87.9848361 Z M48,80 C65.673112,80 80,65.673112 80,48 C80,30.326888 65.673112,16 48,16 C30.326888,16 16,30.326888 16,48 C16,65.673112 30.326888,80 48,80 Z\"></path>\n <circle cx=\"48\" cy=\"48\" r=\"8\"></circle>\n <circle cx=\"28\" cy=\"48\" r=\"8\"></circle>\n <circle cx=\"68\" cy=\"48\" r=\"8\"></circle>\n </g>\n</svg>"
},
"$:/core/images/blank": {
"title": "$:/core/images/blank",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-blank tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\"></svg>"
},
"$:/core/images/cancel-button": {
"title": "$:/core/images/cancel-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-cancel-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n\t<g fill-rule=\"evenodd\">\n\t <path d=\"M64,76.3137085 L47.0294734,93.2842351 C43.9038742,96.4098343 38.8399231,96.4084656 35.7157288,93.2842712 C32.5978915,90.166434 32.5915506,85.0947409 35.7157649,81.9705266 L52.6862915,65 L35.7157649,48.0294734 C32.5901657,44.9038742 32.5915344,39.8399231 35.7157288,36.7157288 C38.833566,33.5978915 43.9052591,33.5915506 47.0294734,36.7157649 L64,53.6862915 L80.9705266,36.7157649 C84.0961258,33.5901657 89.1600769,33.5915344 92.2842712,36.7157288 C95.4021085,39.833566 95.4084494,44.9052591 92.2842351,48.0294734 L75.3137085,65 L92.2842351,81.9705266 C95.4098343,85.0961258 95.4084656,90.1600769 92.2842712,93.2842712 C89.166434,96.4021085 84.0947409,96.4084494 80.9705266,93.2842351 L64,76.3137085 Z M64,129 C99.346224,129 128,100.346224 128,65 C128,29.653776 99.346224,1 64,1 C28.653776,1 1.13686838e-13,29.653776 1.13686838e-13,65 C1.13686838e-13,100.346224 28.653776,129 64,129 Z M64,113 C90.509668,113 112,91.509668 112,65 C112,38.490332 90.509668,17 64,17 C37.490332,17 16,38.490332 16,65 C16,91.509668 37.490332,113 64,113 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/chevron-down": {
"title": "$:/core/images/chevron-down",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-down tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n\t<g fill-rule=\"evenodd\" transform=\"translate(64.000000, 40.500000) rotate(-270.000000) translate(-64.000000, -40.500000) translate(-22.500000, -26.500000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n\t</g>\n</svg>"
},
"$:/core/images/chevron-left": {
"title": "$:/core/images/chevron-left",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-left tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\" version=\"1.1\">\n <g fill-rule=\"evenodd\" transform=\"translate(92.500000, 64.000000) rotate(-180.000000) translate(-92.500000, -64.000000) translate(6.000000, -3.000000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n </g>\n</svg>"
},
"$:/core/images/chevron-right": {
"title": "$:/core/images/chevron-right",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-right tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\" transform=\"translate(-48.000000, -3.000000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n </g>\n</svg>"
},
"$:/core/images/chevron-up": {
"title": "$:/core/images/chevron-up",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-up tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n\t<g fill-rule=\"evenodd\" transform=\"translate(64.000000, 89.500000) rotate(-90.000000) translate(-64.000000, -89.500000) translate(-22.500000, 22.500000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n\t</g>\n</svg>"
},
"$:/core/images/clone-button": {
"title": "$:/core/images/clone-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-clone-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M32.2650915,96 L32.2650915,120.002359 C32.2650915,124.419334 35.8432884,128 40.2627323,128 L120.002359,128 C124.419334,128 128,124.421803 128,120.002359 L128,40.2627323 C128,35.8457573 124.421803,32.2650915 120.002359,32.2650915 L96,32.2650915 L96,48 L108.858899,48 C110.519357,48 111.853018,49.3405131 111.853018,50.9941198 L111.853018,108.858899 C111.853018,110.519357 110.512505,111.853018 108.858899,111.853018 L50.9941198,111.853018 C49.333661,111.853018 48,110.512505 48,108.858899 L48,96 L32.2650915,96 Z\"></path>\n <path d=\"M40,56 L32.0070969,56 C27.5881712,56 24,52.418278 24,48 C24,43.5907123 27.5848994,40 32.0070969,40 L40,40 L40,32.0070969 C40,27.5881712 43.581722,24 48,24 C52.4092877,24 56,27.5848994 56,32.0070969 L56,40 L63.9929031,40 C68.4118288,40 72,43.581722 72,48 C72,52.4092877 68.4151006,56 63.9929031,56 L56,56 L56,63.9929031 C56,68.4118288 52.418278,72 48,72 C43.5907123,72 40,68.4151006 40,63.9929031 L40,56 Z M7.9992458,0 C3.58138434,0 0,3.5881049 0,7.9992458 L0,88.0007542 C0,92.4186157 3.5881049,96 7.9992458,96 L88.0007542,96 C92.4186157,96 96,92.4118951 96,88.0007542 L96,7.9992458 C96,3.58138434 92.4118951,0 88.0007542,0 L7.9992458,0 Z M19.0010118,16 C17.3435988,16 16,17.336731 16,19.0010118 L16,76.9989882 C16,78.6564012 17.336731,80 19.0010118,80 L76.9989882,80 C78.6564012,80 80,78.663269 80,76.9989882 L80,19.0010118 C80,17.3435988 78.663269,16 76.9989882,16 L19.0010118,16 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/close-all-button": {
"title": "$:/core/images/close-all-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-close-all-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\" transform=\"translate(-23.000000, -23.000000)\">\n <path d=\"M43,131 L22.9976794,131 C18.5827987,131 15,127.418278 15,123 C15,118.590712 18.5806831,115 22.9976794,115 L43,115 L43,94.9976794 C43,90.5827987 46.581722,87 51,87 C55.4092877,87 59,90.5806831 59,94.9976794 L59,115 L79.0023206,115 C83.4172013,115 87,118.581722 87,123 C87,127.409288 83.4193169,131 79.0023206,131 L59,131 L59,151.002321 C59,155.417201 55.418278,159 51,159 C46.5907123,159 43,155.419317 43,151.002321 L43,131 Z\" transform=\"translate(51.000000, 123.000000) rotate(-45.000000) translate(-51.000000, -123.000000) \"></path>\n <path d=\"M43,59 L22.9976794,59 C18.5827987,59 15,55.418278 15,51 C15,46.5907123 18.5806831,43 22.9976794,43 L43,43 L43,22.9976794 C43,18.5827987 46.581722,15 51,15 C55.4092877,15 59,18.5806831 59,22.9976794 L59,43 L79.0023206,43 C83.4172013,43 87,46.581722 87,51 C87,55.4092877 83.4193169,59 79.0023206,59 L59,59 L59,79.0023206 C59,83.4172013 55.418278,87 51,87 C46.5907123,87 43,83.4193169 43,79.0023206 L43,59 Z\" transform=\"translate(51.000000, 51.000000) rotate(-45.000000) translate(-51.000000, -51.000000) \"></path>\n <path d=\"M115,59 L94.9976794,59 C90.5827987,59 87,55.418278 87,51 C87,46.5907123 90.5806831,43 94.9976794,43 L115,43 L115,22.9976794 C115,18.5827987 118.581722,15 123,15 C127.409288,15 131,18.5806831 131,22.9976794 L131,43 L151.002321,43 C155.417201,43 159,46.581722 159,51 C159,55.4092877 155.419317,59 151.002321,59 L131,59 L131,79.0023206 C131,83.4172013 127.418278,87 123,87 C118.590712,87 115,83.4193169 115,79.0023206 L115,59 Z\" transform=\"translate(123.000000, 51.000000) rotate(-45.000000) translate(-123.000000, -51.000000) \"></path>\n <path d=\"M115,131 L94.9976794,131 C90.5827987,131 87,127.418278 87,123 C87,118.590712 90.5806831,115 94.9976794,115 L115,115 L115,94.9976794 C115,90.5827987 118.581722,87 123,87 C127.409288,87 131,90.5806831 131,94.9976794 L131,115 L151.002321,115 C155.417201,115 159,118.581722 159,123 C159,127.409288 155.419317,131 151.002321,131 L131,131 L131,151.002321 C131,155.417201 127.418278,159 123,159 C118.590712,159 115,155.419317 115,151.002321 L115,131 Z\" transform=\"translate(123.000000, 123.000000) rotate(-45.000000) translate(-123.000000, -123.000000) \"></path>\n </g>\n</svg>"
},
"$:/core/images/close-button": {
"title": "$:/core/images/close-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-close-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M65.0864256,75.4091629 L14.9727349,125.522854 C11.8515951,128.643993 6.78104858,128.64922 3.65685425,125.525026 C0.539017023,122.407189 0.5336324,117.334539 3.65902635,114.209145 L53.7727171,64.0954544 L3.65902635,13.9817637 C0.537886594,10.8606239 0.532659916,5.79007744 3.65685425,2.6658831 C6.77469148,-0.451954124 11.8473409,-0.457338747 14.9727349,2.66805521 L65.0864256,52.7817459 L115.200116,2.66805521 C118.321256,-0.453084553 123.391803,-0.458311231 126.515997,2.6658831 C129.633834,5.78372033 129.639219,10.8563698 126.513825,13.9817637 L76.4001341,64.0954544 L126.513825,114.209145 C129.634965,117.330285 129.640191,122.400831 126.515997,125.525026 C123.39816,128.642863 118.32551,128.648248 115.200116,125.522854 L65.0864256,75.4091629 L65.0864256,75.4091629 Z\"></path>\n </g>\n</svg>\n"
},
"$:/core/images/close-others-button": {
"title": "$:/core/images/close-others-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-close-others-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z M64,96 C81.673112,96 96,81.673112 96,64 C96,46.326888 81.673112,32 64,32 C46.326888,32 32,46.326888 32,64 C32,81.673112 46.326888,96 64,96 Z M64,80 C72.836556,80 80,72.836556 80,64 C80,55.163444 72.836556,48 64,48 C55.163444,48 48,55.163444 48,64 C48,72.836556 55.163444,80 64,80 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/delete-button": {
"title": "$:/core/images/delete-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-delete-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\" transform=\"translate(12.000000, 0.000000)\">\n <rect x=\"0\" y=\"11\" width=\"105\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"28\" y=\"0\" width=\"48\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"8\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n <rect x=\"8\" y=\"112\" width=\"88\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"80\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n <rect x=\"56\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n <rect x=\"32\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n </g>\n</svg>"
},
"$:/core/images/done-button": {
"title": "$:/core/images/done-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-done-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M3.52445141,76.8322939 C2.07397484,75.3828178 1.17514421,73.3795385 1.17514421,71.1666288 L1.17514421,23.1836596 C1.17514421,18.7531992 4.75686621,15.1751442 9.17514421,15.1751442 C13.5844319,15.1751442 17.1751442,18.7606787 17.1751442,23.1836596 L17.1751442,63.1751442 L119.173716,63.1751442 C123.590457,63.1751442 127.175144,66.7568662 127.175144,71.1751442 C127.175144,75.5844319 123.592783,79.1751442 119.173716,79.1751442 L9.17657227,79.1751442 C6.96796403,79.1751442 4.9674142,78.279521 3.51911285,76.8315312 Z\" id=\"Rectangle-285\" transform=\"translate(64.175144, 47.175144) rotate(-45.000000) translate(-64.175144, -47.175144) \"></path>\n </g>\n</svg>"
},
"$:/core/images/down-arrow": {
"title": "$:/core/images/down-arrow",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-down-arrow tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <path d=\"M109.35638,81.3533152 C107.923899,82.7869182 105.94502,83.6751442 103.759224,83.6751442 L24.5910645,83.6751442 C20.225873,83.6751442 16.6751442,80.1307318 16.6751442,75.7584775 C16.6751442,71.3951199 20.2192225,67.8418109 24.5910645,67.8418109 L95.8418109,67.8418109 L95.8418109,-3.40893546 C95.8418109,-7.77412698 99.3862233,-11.3248558 103.758478,-11.3248558 C108.121835,-11.3248558 111.675144,-7.78077754 111.675144,-3.40893546 L111.675144,75.7592239 C111.675144,77.9416955 110.789142,79.9205745 109.356651,81.3538862 Z\" transform=\"translate(64.175144, 36.175144) rotate(45.000000) translate(-64.175144, -36.175144) \"></path>\n</svg>"
},
"$:/core/images/download-button": {
"title": "$:/core/images/download-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-download-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path class=\"tc-image-download-button-ring\" d=\"M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z\"/><path d=\"M34.3496823,66.4308767 L61.2415823,93.634668 C63.0411536,95.4551107 65.9588502,95.4551107 67.7584215,93.634668 L94.6503215,66.4308767 C96.4498928,64.610434 96.4498928,61.6588981 94.6503215,59.8384554 C93.7861334,58.9642445 92.6140473,58.4731195 91.3919019,58.4731195 L82.9324098,58.4731195 C80.3874318,58.4731195 78.3243078,56.3860674 78.3243078,53.8115729 L78.3243078,38.6615466 C78.3243078,36.0870521 76.2611837,34 73.7162058,34 L55.283798,34 C52.7388201,34 50.675696,36.0870521 50.675696,38.6615466 L50.675696,38.6615466 L50.675696,53.8115729 C50.675696,56.3860674 48.612572,58.4731195 46.0675941,58.4731195 L37.608102,58.4731195 C35.063124,58.4731195 33,60.5601716 33,63.134666 C33,64.3709859 33.4854943,65.5566658 34.3496823,66.4308767 L34.3496823,66.4308767 Z\"/></g></svg>"
},
"$:/core/images/edit-button": {
"title": "$:/core/images/edit-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-edit-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M116.870058,45.3431458 L108.870058,45.3431458 L108.870058,45.3431458 L108.870058,61.3431458 L116.870058,61.3431458 L116.870058,45.3431458 Z M124.870058,45.3431458 L127.649881,45.3431458 C132.066101,45.3431458 135.656854,48.9248678 135.656854,53.3431458 C135.656854,57.7524334 132.07201,61.3431458 127.649881,61.3431458 L124.870058,61.3431458 L124.870058,45.3431458 Z M100.870058,45.3431458 L15.6638275,45.3431458 C15.5064377,45.3431458 15.3501085,45.3476943 15.1949638,45.3566664 L15.1949638,45.3566664 C15.0628002,45.3477039 14.928279,45.3431458 14.7913977,45.3431458 C6.68160973,45.3431458 -8.34314575,53.3431458 -8.34314575,53.3431458 C-8.34314575,53.3431458 6.85614548,61.3431458 14.7913977,61.3431458 C14.9266533,61.3431458 15.0596543,61.3384973 15.190398,61.3293588 C15.3470529,61.3385075 15.5049057,61.3431458 15.6638275,61.3431458 L100.870058,61.3431458 L100.870058,45.3431458 L100.870058,45.3431458 Z\" transform=\"translate(63.656854, 53.343146) rotate(-45.000000) translate(-63.656854, -53.343146) \"></path>\n <path d=\"M35.1714596,124.189544 C41.9594858,123.613403 49.068777,121.917633 58.85987,118.842282 C60.6854386,118.268877 62.4306907,117.705515 65.1957709,116.802278 C81.1962861,111.575575 87.0734839,109.994907 93.9414474,109.655721 C102.29855,109.242993 107.795169,111.785371 111.520478,118.355045 C112.610163,120.276732 115.051363,120.951203 116.97305,119.861518 C118.894737,118.771832 119.569207,116.330633 118.479522,114.408946 C113.146151,105.003414 104.734907,101.112919 93.5468356,101.66546 C85.6716631,102.054388 79.4899908,103.716944 62.7116783,109.197722 C59.9734132,110.092199 58.2519873,110.64787 56.4625698,111.20992 C37.002649,117.322218 25.6914684,118.282267 16.8654804,112.957098 C14.9739614,111.815848 12.5154166,112.424061 11.3741667,114.31558 C10.2329168,116.207099 10.84113,118.665644 12.7326489,119.806894 C19.0655164,123.627836 26.4866335,124.926678 35.1714596,124.189544 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/export-button": {
"title": "$:/core/images/export-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-export-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00348646,127.999999 C8.00464867,128 8.00581094,128 8.00697327,128 L119.993027,128 C122.205254,128 124.207939,127.101378 125.657096,125.651198 L125.656838,125.65759 C127.104563,124.210109 128,122.21009 128,119.999949 L128,56.0000511 C128,51.5817449 124.409288,48 120,48 C115.581722,48 112,51.5797863 112,56.0000511 L112,112 L16,112 L16,56.0000511 C16,51.5817449 12.4092877,48 8,48 C3.581722,48 7.10542736e-15,51.5797863 7.10542736e-15,56.0000511 L7.10542736e-15,119.999949 C7.10542736e-15,124.418255 3.59071231,128 8,128 C8.00116233,128 8.0023246,128 8.00348681,127.999999 Z M56.6235633,27.3113724 L47.6580188,36.2769169 C44.5333664,39.4015692 39.4634864,39.4061295 36.339292,36.2819351 C33.2214548,33.1640979 33.2173444,28.0901742 36.3443103,24.9632084 L58.9616908,2.34582788 C60.5248533,0.782665335 62.5748436,0.000361191261 64.624516,2.38225238e-14 L64.6193616,0.00151809229 C66.6695374,0.000796251595 68.7211167,0.781508799 70.2854358,2.34582788 L92.9028163,24.9632084 C96.0274686,28.0878607 96.0320289,33.1577408 92.9078345,36.2819351 C89.7899973,39.3997724 84.7160736,39.4038827 81.5891078,36.2769169 L72.6235633,27.3113724 L72.6235633,88.5669606 C72.6235633,92.9781015 69.0418413,96.5662064 64.6235633,96.5662064 C60.2142756,96.5662064 56.6235633,92.984822 56.6235633,88.5669606 L56.6235633,27.3113724 L56.6235633,27.3113724 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/full-screen-button": {
"title": "$:/core/images/full-screen-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-full-screen-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g>\n <g>\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n <g transform=\"translate(104.000000, 104.000000) rotate(-180.000000) translate(-104.000000, -104.000000) translate(80.000000, 80.000000)\">\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n <g transform=\"translate(24.000000, 104.000000) rotate(-90.000000) translate(-24.000000, -104.000000) translate(0.000000, 80.000000)\">\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n <g transform=\"translate(104.000000, 24.000000) rotate(90.000000) translate(-104.000000, -24.000000) translate(80.000000, 0.000000)\">\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n </g>\n</svg>"
},
"$:/core/images/github": {
"title": "$:/core/images/github",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-github tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M63.9383506,1.60695328 C28.6017227,1.60695328 -0.055756057,30.2970814 -0.055756057,65.6906208 C-0.055756057,94.003092 18.2804728,118.019715 43.7123154,126.493393 C46.9143781,127.083482 48.0812647,125.104717 48.0812647,123.405261 C48.0812647,121.886765 48.02626,117.85449 47.9948287,112.508284 C30.1929317,116.379268 26.4368926,103.916587 26.4368926,103.916587 C23.5255693,96.5129372 19.3294921,94.5420399 19.3294921,94.5420399 C13.5186324,90.5687739 19.7695302,90.6474524 19.7695302,90.6474524 C26.1933001,91.099854 29.5721638,97.2525155 29.5721638,97.2525155 C35.2808718,107.044059 44.5531024,104.215566 48.1991321,102.575118 C48.7806109,98.4366275 50.4346826,95.612068 52.2616263,94.0109598 C38.0507543,92.3941159 23.1091047,86.8944862 23.1091047,62.3389152 C23.1091047,55.3443933 25.6039634,49.6205298 29.6978889,45.1437211 C29.0378318,43.5229433 26.8415704,37.0044266 30.3265147,28.1845627 C30.3265147,28.1845627 35.6973364,26.4615028 47.9241083,34.7542205 C53.027764,33.330139 58.5046663,32.6220321 63.9462084,32.5944947 C69.3838216,32.6220321 74.856795,33.330139 79.9683085,34.7542205 C92.1872225,26.4615028 97.5501864,28.1845627 97.5501864,28.1845627 C101.042989,37.0044266 98.8467271,43.5229433 98.190599,45.1437211 C102.292382,49.6205298 104.767596,55.3443933 104.767596,62.3389152 C104.767596,86.9574291 89.8023734,92.3744463 75.5482834,93.9598188 C77.8427675,95.9385839 79.8897303,99.8489072 79.8897303,105.828476 C79.8897303,114.392635 79.8111521,121.304544 79.8111521,123.405261 C79.8111521,125.120453 80.966252,127.114954 84.2115327,126.489459 C109.623731,117.996111 127.944244,93.9952241 127.944244,65.6906208 C127.944244,30.2970814 99.2867652,1.60695328 63.9383506,1.60695328\"></path>\n </g>\n </svg>\n"
},
"$:/core/images/globe": {
"title": "$:/core/images/globe",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-globe tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M72.8111354,37.1275855 C72.8111354,37.9789875 72.8111354,38.8303894 72.8111354,39.6817913 C72.8111354,41.8784743 73.7885604,46.5631866 72.8111354,48.5143758 C71.3445471,51.4420595 68.1617327,52.0543531 66.4170946,54.3812641 C65.2352215,55.9575873 61.7987417,64.9821523 62.7262858,67.3005778 C66.6959269,77.2228204 74.26087,70.4881886 80.6887657,76.594328 C81.5527211,77.415037 83.5758191,78.8666631 83.985137,79.8899578 C87.2742852,88.1128283 76.4086873,94.8989524 87.7419325,106.189751 C88.9872885,107.430443 91.555495,102.372895 91.8205061,101.575869 C92.6726866,99.0129203 98.5458765,96.1267309 100.908882,94.5234439 C102.928056,93.1534443 105.782168,91.8557166 107.236936,89.7775886 C109.507391,86.5342557 108.717505,82.2640435 110.334606,79.0328716 C112.473794,74.7585014 114.163418,69.3979002 116.332726,65.0674086 C120.230862,57.2857361 121.054075,67.1596684 121.400359,67.5059523 C121.757734,67.8633269 122.411167,67.5059523 122.916571,67.5059523 C123.011132,67.5059523 124.364019,67.6048489 124.432783,67.5059523 C125.0832,66.5705216 123.390209,49.5852316 123.114531,48.2089091 C121.710578,41.1996597 116.17083,32.4278331 111.249523,27.7092761 C104.975994,21.6942076 104.160516,11.5121686 92.9912146,12.7547535 C92.7872931,12.7774397 87.906794,22.9027026 85.2136766,26.2672064 C81.486311,30.9237934 82.7434931,22.1144904 78.6876623,22.1144904 C78.6065806,22.1144904 77.5045497,22.0107615 77.4353971,22.1144904 C76.8488637,22.9942905 75.9952305,26.0101404 75.1288269,26.5311533 C74.8635477,26.6906793 73.4071369,26.2924966 73.2826811,26.5311533 C71.0401728,30.8313939 81.5394677,28.7427264 79.075427,34.482926 C76.7225098,39.9642538 72.747373,32.4860199 72.747373,43.0434079\"></path>\n <path d=\"M44.4668556,7.01044608 C54.151517,13.1403033 45.1489715,19.2084878 47.1611905,23.2253896 C48.8157833,26.5283781 51.4021933,28.6198851 48.8753629,33.038878 C46.8123257,36.6467763 42.0052989,37.0050492 39.251679,39.7621111 C36.2115749,42.8060154 33.7884281,48.7028116 32.4624592,52.6732691 C30.8452419,57.5158356 47.0088721,59.5388126 44.5246867,63.6811917 C43.1386839,65.9923513 37.7785192,65.1466282 36.0880227,63.8791519 C34.9234453,63.0059918 32.4946425,63.3331166 31.6713597,62.0997342 C29.0575851,58.1839669 29.4107339,54.0758543 28.0457962,49.9707786 C27.1076833,47.1493864 21.732611,47.8501656 20.2022714,49.3776393 C19.6790362,49.8998948 19.8723378,51.1703278 19.8723378,51.8829111 C19.8723378,57.1682405 26.9914913,55.1986414 26.9914913,58.3421973 C26.9914913,72.9792302 30.9191897,64.8771867 38.1313873,69.6793121 C48.1678018,76.3618966 45.9763926,76.981595 53.0777543,84.0829567 C56.7511941,87.7563965 60.8192437,87.7689005 62.503478,93.3767069 C64.1046972,98.7081071 53.1759798,98.7157031 50.786754,100.825053 C49.663965,101.816317 47.9736094,104.970571 46.5680513,105.439676 C44.7757187,106.037867 43.334221,105.93607 41.6242359,107.219093 C39.1967302,109.040481 37.7241465,112.151588 37.6034934,112.030935 C35.4555278,109.88297 34.0848666,96.5511248 33.7147244,93.7726273 C33.1258872,89.3524817 28.1241923,88.2337027 26.7275443,84.7420826 C25.1572737,80.8164061 28.2518481,75.223612 25.599097,70.9819941 C19.0797019,60.557804 13.7775712,56.4811506 10.2493953,44.6896152 C9.3074899,41.5416683 13.5912267,38.1609942 15.1264825,35.8570308 C17.0029359,33.0410312 17.7876232,30.0028946 19.8723378,27.2224065 C22.146793,24.1888519 40.8551166,9.46076832 43.8574051,8.63490613 L44.4668556,7.01044608 Z\"></path>\n <path d=\"M64,126 C98.2416545,126 126,98.2416545 126,64 C126,29.7583455 98.2416545,2 64,2 C29.7583455,2 2,29.7583455 2,64 C2,98.2416545 29.7583455,126 64,126 Z M64,120 C94.927946,120 120,94.927946 120,64 C120,33.072054 94.927946,8 64,8 C33.072054,8 8,33.072054 8,64 C8,94.927946 33.072054,120 64,120 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/help": {
"title": "$:/core/images/help",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-help tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M36.0548906,111.44117 C30.8157418,115.837088 20.8865444,118.803477 9.5,118.803477 C7.86465619,118.803477 6.25937294,118.742289 4.69372699,118.624467 C12.612543,115.984876 18.7559465,110.02454 21.0611049,102.609942 C8.74739781,92.845129 1.04940554,78.9359851 1.04940554,63.5 C1.04940554,33.9527659 29.2554663,10 64.0494055,10 C98.8433448,10 127.049406,33.9527659 127.049406,63.5 C127.049406,93.0472341 98.8433448,117 64.0494055,117 C53.9936953,117 44.48824,114.999337 36.0548906,111.44117 L36.0548906,111.44117 Z M71.4042554,77.5980086 C71.406883,77.2865764 71.4095079,76.9382011 71.4119569,76.5610548 C71.4199751,75.3262169 71.4242825,74.0811293 71.422912,72.9158546 C71.4215244,71.736154 71.4143321,70.709635 71.4001396,69.8743525 C71.4078362,68.5173028 71.9951951,67.7870427 75.1273009,65.6385471 C75.2388969,65.5619968 76.2124091,64.8981068 76.5126553,64.6910879 C79.6062455,62.5580654 81.5345849,60.9050204 83.2750652,58.5038955 C85.6146327,55.2762841 86.8327108,51.426982 86.8327108,46.8554323 C86.8327108,33.5625756 76.972994,24.9029551 65.3778484,24.9029551 C54.2752771,24.9029551 42.8794554,34.5115163 41.3121702,47.1975534 C40.9043016,50.4989536 43.2499725,53.50591 46.5513726,53.9137786 C49.8527728,54.3216471 52.8597292,51.9759763 53.2675978,48.6745761 C54.0739246,42.1479456 60.2395837,36.9492759 65.3778484,36.9492759 C70.6427674,36.9492759 74.78639,40.5885487 74.78639,46.8554323 C74.78639,50.4892974 73.6853224,52.008304 69.6746221,54.7736715 C69.4052605,54.9593956 68.448509,55.6118556 68.3131127,55.7047319 C65.6309785,57.5445655 64.0858213,58.803255 62.6123358,60.6352315 C60.5044618,63.2559399 59.3714208,66.3518252 59.3547527,69.9487679 C59.3684999,70.8407274 59.3752803,71.8084521 59.3765995,72.9300232 C59.3779294,74.0607297 59.3737237,75.2764258 59.36589,76.482835 C59.3634936,76.8518793 59.3609272,77.1924914 59.3583633,77.4963784 C59.3568319,77.6778944 59.3556368,77.8074256 59.3549845,77.8730928 C59.3219814,81.1994287 61.9917551,83.9227111 65.318091,83.9557142 C68.644427,83.9887173 71.3677093,81.3189435 71.4007124,77.9926076 C71.4014444,77.9187458 71.402672,77.7856841 71.4042554,77.5980086 Z M65.3778489,102.097045 C69.5359735,102.097045 72.9067994,98.7262189 72.9067994,94.5680944 C72.9067994,90.4099698 69.5359735,87.0391439 65.3778489,87.0391439 C61.2197243,87.0391439 57.8488984,90.4099698 57.8488984,94.5680944 C57.8488984,98.7262189 61.2197243,102.097045 65.3778489,102.097045 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/home-button": {
"title": "$:/core/images/home-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-home-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M112.9847,119.501583 C112.99485,119.336814 113,119.170705 113,119.003406 L113,67.56802 C116.137461,70.5156358 121.076014,70.4518569 124.133985,67.3938855 C127.25818,64.2696912 127.260618,59.2068102 124.131541,56.0777326 L70.3963143,2.34250601 C68.8331348,0.779326498 66.7828947,-0.000743167069 64.7337457,1.61675364e-05 C62.691312,-0.00409949529 60.6426632,0.777559815 59.077717,2.34250601 L33,28.420223 L33,28.420223 L33,8.00697327 C33,3.58484404 29.4092877,0 25,0 C20.581722,0 17,3.59075293 17,8.00697327 L17,44.420223 L5.3424904,56.0777326 C2.21694607,59.2032769 2.22220878,64.2760483 5.34004601,67.3938855 C8.46424034,70.5180798 13.5271213,70.5205187 16.6561989,67.3914411 L17,67.04764 L17,119.993027 C17,119.994189 17.0000002,119.995351 17.0000007,119.996514 C17.0000002,119.997675 17,119.998838 17,120 C17,124.418278 20.5881049,128 24.9992458,128 L105.000754,128 C109.418616,128 113,124.409288 113,120 C113,119.832611 112.99485,119.666422 112.9847,119.501583 Z M97,112 L97,51.5736087 L97,51.5736087 L64.7370156,19.3106244 L33,51.04764 L33,112 L97,112 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/import-button": {
"title": "$:/core/images/import-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-import-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M105.449437,94.2138951 C105.449437,94.2138951 110.049457,94.1897106 110.049457,99.4026111 C110.049457,104.615512 105.163246,104.615511 105.163246,104.615511 L45.0075072,105.157833 C45.0075072,105.157833 0.367531803,106.289842 0.367532368,66.6449212 C0.367532934,27.0000003 45.0428249,27.0000003 45.0428249,27.0000003 L105.532495,27.0000003 C105.532495,27.0000003 138.996741,25.6734987 138.996741,55.1771866 C138.996741,84.6808745 105.727102,82.8457535 105.727102,82.8457535 L56.1735087,82.8457535 C56.1735087,82.8457535 22.6899229,85.1500223 22.6899229,66.0913753 C22.6899229,47.0327282 56.1735087,49.3383013 56.1735087,49.3383013 L105.727102,49.3383013 C105.727102,49.3383013 111.245209,49.3383024 111.245209,54.8231115 C111.245209,60.3079206 105.727102,60.5074524 105.727102,60.5074524 L56.1735087,60.5074524 C56.1735087,60.5074524 37.48913,60.5074528 37.48913,66.6449195 C37.48913,72.7823862 56.1735087,71.6766023 56.1735087,71.6766023 L105.727102,71.6766029 C105.727102,71.6766029 127.835546,73.1411469 127.835546,55.1771866 C127.835546,35.5304025 105.727102,38.3035317 105.727102,38.3035317 L45.0428249,38.3035317 C45.0428249,38.3035317 11.5287276,38.3035313 11.5287276,66.6449208 C11.5287276,94.9863103 45.0428244,93.9579678 45.0428244,93.9579678 L105.449437,94.2138951 Z\" transform=\"translate(69.367532, 66.000000) rotate(-45.000000) translate(-69.367532, -66.000000) \"></path>\n </g>\n</svg>"
},
"$:/core/images/info-button": {
"title": "$:/core/images/info-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-info-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <g transform=\"translate(0.049406, 0.000000)\">\n <path d=\"M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z\"></path>\n <circle cx=\"64\" cy=\"32\" r=\"8\"></circle>\n <rect x=\"56\" y=\"48\" width=\"16\" height=\"56\" rx=\"8\"></rect>\n </g>\n </g>\n </g>\n</svg>"
},
"$:/core/images/left-arrow": {
"created": "20150315234410875",
"modified": "20150315235324760",
"tags": "$:/tags/Image",
"title": "$:/core/images/left-arrow",
"text": "<svg class=\"tc-image-left-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path transform=\"rotate(135, 63.8945, 64.1752)\" d=\"m109.07576,109.35336c-1.43248,1.43361 -3.41136,2.32182 -5.59717,2.32182l-79.16816,0c-4.36519,0 -7.91592,-3.5444 -7.91592,-7.91666c0,-4.36337 3.54408,-7.91667 7.91592,-7.91667l71.25075,0l0,-71.25075c0,-4.3652 3.54442,-7.91592 7.91667,-7.91592c4.36336,0 7.91667,3.54408 7.91667,7.91592l0,79.16815c0,2.1825 -0.88602,4.16136 -2.3185,5.59467l-0.00027,-0.00056z\"/>\n</svg>\n"
},
"$:/core/images/locked-padlock": {
"title": "$:/core/images/locked-padlock",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-locked-padlock tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M96.4723753,64 L105,64 L105,96.0097716 C105,113.673909 90.6736461,128 73.001193,128 L55.998807,128 C38.3179793,128 24,113.677487 24,96.0097716 L24,64 L32.0000269,64 C32.0028554,48.2766389 32.3030338,16.2688026 64.1594984,16.2688041 C95.9543927,16.2688056 96.4648869,48.325931 96.4723753,64 Z M80.5749059,64 L48.4413579,64 C48.4426205,47.71306 48.5829272,31.9999996 64.1595001,31.9999996 C79.8437473,31.9999996 81.1369461,48.1359182 80.5749059,64 Z M67.7315279,92.3641717 C70.8232551,91.0923621 73,88.0503841 73,84.5 C73,79.8055796 69.1944204,76 64.5,76 C59.8055796,76 56,79.8055796 56,84.5 C56,87.947435 58.0523387,90.9155206 61.0018621,92.2491029 L55.9067479,115.020857 L72.8008958,115.020857 L67.7315279,92.3641717 L67.7315279,92.3641717 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/mail": {
"title": "$:/core/images/mail",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-mail tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M122.826782,104.894066 C121.945525,105.22777 120.990324,105.41043 119.993027,105.41043 L8.00697327,105.41043 C7.19458381,105.41043 6.41045219,105.289614 5.67161357,105.064967 L5.67161357,105.064967 L39.8346483,70.9019325 L60.6765759,91.7438601 C61.6118278,92.679112 62.8865166,93.0560851 64.0946097,92.8783815 C65.2975108,93.0473238 66.5641085,92.6696979 67.4899463,91.7438601 L88.5941459,70.6396605 C88.6693095,70.7292352 88.7490098,70.8162939 88.8332479,70.9005321 L122.826782,104.894066 Z M127.903244,98.6568194 C127.966933,98.2506602 128,97.8343714 128,97.4103789 L128,33.410481 C128,32.7414504 127.917877,32.0916738 127.763157,31.4706493 L94.2292399,65.0045665 C94.3188145,65.0797417 94.4058701,65.1594458 94.4901021,65.2436778 L127.903244,98.6568194 Z M0.205060636,99.2178117 C0.0709009529,98.6370366 0,98.0320192 0,97.4103789 L0,33.410481 C0,32.694007 0.0944223363,31.9995312 0.27147538,31.3387595 L0.27147538,31.3387595 L34.1777941,65.2450783 L0.205060636,99.2178117 L0.205060636,99.2178117 Z M5.92934613,25.6829218 C6.59211333,25.5051988 7.28862283,25.4104299 8.00697327,25.4104299 L119.993027,25.4104299 C120.759109,25.4104299 121.500064,25.5178649 122.201605,25.7184927 L122.201605,25.7184927 L64.0832611,83.8368368 L5.92934613,25.6829218 L5.92934613,25.6829218 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/menu-button": {
"title": "$:/core/images/menu-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-menu-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <rect x=\"0\" y=\"16\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"56\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"96\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n</svg>"
},
"$:/core/images/new-button": {
"title": "$:/core/images/new-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M56,72 L8.00697327,72 C3.59075293,72 0,68.418278 0,64 C0,59.5907123 3.58484404,56 8.00697327,56 L56,56 L56,8.00697327 C56,3.59075293 59.581722,0 64,0 C68.4092877,0 72,3.58484404 72,8.00697327 L72,56 L119.993027,56 C124.409247,56 128,59.581722 128,64 C128,68.4092877 124.415156,72 119.993027,72 L72,72 L72,119.993027 C72,124.409247 68.418278,128 64,128 C59.5907123,128 56,124.415156 56,119.993027 L56,72 L56,72 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/new-here-button": {
"title": "$:/core/images/new-here-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-here-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n \t<g transform=\"translate(52.233611, 64.389922) rotate(75.000000) translate(-52.233611, -64.389922) translate(-7.734417, 3.702450)\">\n\t <path d=\"M18.9270186,45.959338 L18.9080585,49.6521741 C18.8884833,53.4648378 21.0574548,58.7482162 23.7526408,61.4434022 L78.5671839,116.257945 C81.2617332,118.952495 85.6348701,118.950391 88.3334363,116.251825 L115.863237,88.7220241 C118.555265,86.0299959 118.564544,81.6509578 115.869358,78.9557717 L61.0548144,24.1412286 C58.3602652,21.4466794 53.0787224,19.2788426 49.2595808,19.3006519 L25.9781737,19.4336012 C22.1633003,19.4553862 19.0471195,22.5673232 19.0275223,26.3842526 L18.9871663,34.2443819 C19.0818862,34.255617 19.1779758,34.2665345 19.2754441,34.2771502 C22.6891275,34.6489512 27.0485594,34.2348566 31.513244,33.2285542 C31.7789418,32.8671684 32.075337,32.5211298 32.4024112,32.1940556 C34.8567584,29.7397084 38.3789778,29.0128681 41.4406288,30.0213822 C41.5958829,29.9543375 41.7503946,29.8866669 41.9041198,29.8183808 L42.1110981,30.2733467 C43.1114373,30.6972371 44.0473796,31.3160521 44.8614145,32.1300869 C48.2842088,35.5528813 48.2555691,41.130967 44.7974459,44.5890903 C41.4339531,47.952583 36.0649346,48.0717177 32.6241879,44.9262969 C27.8170558,45.8919233 23.0726921,46.2881596 18.9270186,45.959338 Z\"></path>\n\t <path d=\"M45.4903462,38.8768094 C36.7300141,42.6833154 26.099618,44.7997354 18.1909048,43.9383587 C7.2512621,42.7468685 1.50150083,35.8404432 4.66865776,24.7010202 C7.51507386,14.6896965 15.4908218,6.92103848 24.3842626,4.38423012 C34.1310219,1.60401701 42.4070208,6.15882777 42.4070209,16.3101169 L34.5379395,16.310117 C34.5379394,11.9285862 31.728784,10.3825286 26.5666962,11.8549876 C20.2597508,13.6540114 14.3453742,19.4148216 12.2444303,26.8041943 C10.4963869,32.9523565 12.6250796,35.5092726 19.0530263,36.2093718 C25.5557042,36.9176104 35.0513021,34.9907189 42.7038419,31.5913902 L42.7421786,31.6756595 C44.3874154,31.5384763 47.8846101,37.3706354 45.9274416,38.6772897 L45.9302799,38.6835285 C45.9166992,38.6895612 45.9031139,38.6955897 45.8895238,38.7016142 C45.8389288,38.7327898 45.7849056,38.7611034 45.7273406,38.7863919 C45.6506459,38.8200841 45.571574,38.8501593 45.4903462,38.8768094 Z\"></path>\n </g>\n <rect x=\"96\" y=\"80\" width=\"16\" height=\"48\" rx=\"8\"></rect>\n <rect x=\"80\" y=\"96\" width=\"48\" height=\"16\" rx=\"8\"></rect>\n </g>\n </g>\n</svg>"
},
"$:/core/images/new-journal-button": {
"title": "$:/core/images/new-journal-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-journal-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M102.545455,112.818182 L102.545455,124.636364 L102.545455,124.636364 L102.545455,124.636364 C102.545455,125.941761 103.630828,127 104.969697,127 L111.030303,127 C112.369172,127 113.454545,125.941761 113.454545,124.636364 L113.454545,112.818182 L125.575758,112.818182 C126.914626,112.818182 128,111.759982 128,110.454545 L128,104.545455 C128,103.240018 126.914626,102.181818 125.575758,102.181818 L113.454545,102.181818 L113.454545,90.3636364 C113.454545,89.0582 112.369172,88 111.030303,88 L104.969697,88 L104.969697,88 C103.630828,88 102.545455,89.0582 102.545455,90.3636364 L102.545455,102.181818 L90.4242424,102.181818 L90.4242424,102.181818 C89.0853705,102.181818 88,103.240018 88,104.545455 L88,110.454545 L88,110.454545 L88,110.454545 C88,111.759982 89.0853705,112.818182 90.4242424,112.818182 L102.545455,112.818182 Z\"></path>\n <g transform=\"translate(59.816987, 64.316987) rotate(30.000000) translate(-59.816987, -64.316987) translate(20.316987, 12.816987)\">\n <g transform=\"translate(0.000000, 0.000000)\">\n <path d=\"M9.99631148,0 C4.4755011,0 -2.27373675e-13,4.48070044 -2.27373675e-13,9.99759461 L-2.27373675e-13,91.6128884 C-2.27373675e-13,97.1344074 4.46966773,101.610483 9.99631148,101.610483 L68.9318917,101.610483 C74.4527021,101.610483 78.9282032,97.1297826 78.9282032,91.6128884 L78.9282032,9.99759461 C78.9282032,4.47607557 74.4585355,0 68.9318917,0 L9.99631148,0 Z M20.8885263,26 C24.2022348,26 26.8885263,23.3137085 26.8885263,20 C26.8885263,16.6862915 24.2022348,14 20.8885263,14 C17.5748178,14 14.8885263,16.6862915 14.8885263,20 C14.8885263,23.3137085 17.5748178,26 20.8885263,26 Z M57.3033321,25.6783342 C60.6170406,25.6783342 63.3033321,22.9920427 63.3033321,19.6783342 C63.3033321,16.3646258 60.6170406,13.6783342 57.3033321,13.6783342 C53.9896236,13.6783342 51.3033321,16.3646258 51.3033321,19.6783342 C51.3033321,22.9920427 53.9896236,25.6783342 57.3033321,25.6783342 Z\"></path>\n <text font-family=\"Helvetica\" font-size=\"47.1724138\" font-weight=\"bold\" fill=\"#FFFFFF\">\n <tspan x=\"42\" y=\"77.4847912\" text-anchor=\"middle\"><<now \"DD\">></tspan>\n </text>\n </g>\n </g>\n </g>\n</svg>"
},
"$:/core/images/options-button": {
"title": "$:/core/images/options-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-options-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M110.48779,76.0002544 C109.354214,80.4045063 107.611262,84.5641217 105.354171,88.3838625 L105.354171,88.3838625 L112.07833,95.1080219 C115.20107,98.2307613 115.210098,103.299824 112.089164,106.420759 L106.420504,112.089418 C103.301049,115.208874 98.2346851,115.205502 95.1077675,112.078585 L88.3836082,105.354425 C84.5638673,107.611516 80.4042519,109.354468 76,110.488045 L76,110.488045 L76,119.993281 C76,124.409501 72.4220153,128.000254 68.0083475,128.000254 L59.9916525,128.000254 C55.5800761,128.000254 52,124.41541 52,119.993281 L52,110.488045 C47.5957481,109.354468 43.4361327,107.611516 39.6163918,105.354425 L32.8922325,112.078585 C29.7694931,115.201324 24.7004301,115.210353 21.5794957,112.089418 L15.9108363,106.420759 C12.7913807,103.301303 12.7947522,98.2349395 15.9216697,95.1080219 L22.6458291,88.3838625 C20.3887383,84.5641217 18.6457859,80.4045063 17.5122098,76.0002544 L8.00697327,76.0002544 C3.59075293,76.0002544 2.19088375e-16,72.4222697 4.89347582e-16,68.0086019 L9.80228577e-16,59.9919069 C1.25035972e-15,55.5803305 3.58484404,52.0002544 8.00697327,52.0002544 L17.5122098,52.0002544 C18.6457859,47.5960025 20.3887383,43.4363871 22.6458291,39.6166462 L15.9216697,32.8924868 C12.7989304,29.7697475 12.7899019,24.7006845 15.9108363,21.5797501 L21.5794957,15.9110907 C24.6989513,12.7916351 29.7653149,12.7950065 32.8922325,15.9219241 L39.6163918,22.6460835 C43.4361327,20.3889927 47.5957481,18.6460403 52,17.5124642 L52,8.00722764 C52,3.5910073 55.5779847,0.000254375069 59.9916525,0.000254375069 L68.0083475,0.000254375069 C72.4199239,0.000254375069 76,3.58509841 76,8.00722764 L76,17.5124642 C80.4042519,18.6460403 84.5638673,20.3889927 88.3836082,22.6460835 L95.1077675,15.9219241 C98.2305069,12.7991848 103.29957,12.7901562 106.420504,15.9110907 L112.089164,21.5797501 C115.208619,24.6992057 115.205248,29.7655693 112.07833,32.8924868 L105.354171,39.6166462 L105.354171,39.6166462 C107.611262,43.4363871 109.354214,47.5960025 110.48779,52.0002544 L119.993027,52.0002544 C124.409247,52.0002544 128,55.5782391 128,59.9919069 L128,68.0086019 C128,72.4201783 124.415156,76.0002544 119.993027,76.0002544 L110.48779,76.0002544 L110.48779,76.0002544 Z M64,96.0002544 C81.673112,96.0002544 96,81.6733664 96,64.0002544 C96,46.3271424 81.673112,32.0002544 64,32.0002544 C46.326888,32.0002544 32,46.3271424 32,64.0002544 C32,81.6733664 46.326888,96.0002544 64,96.0002544 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/permalink-button": {
"title": "$:/core/images/permalink-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-permalink-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M80.4834582,48 L73.0956761,80 L73.0956761,80 L47.5165418,80 L54.9043239,48 L80.4834582,48 Z M84.1773493,32 L89.8007299,7.64246248 C90.7941633,3.33942958 95.0918297,0.64641956 99.3968675,1.64031585 C103.693145,2.63218977 106.385414,6.93288901 105.390651,11.2416793 L100.598215,32 L104.000754,32 C108.411895,32 112,35.581722 112,40 C112,44.4092877 108.418616,48 104.000754,48 L96.9043239,48 L89.5165418,80 L104.000754,80 C108.411895,80 112,83.581722 112,88 C112,92.4092877 108.418616,96 104.000754,96 L85.8226507,96 L80.1992701,120.357538 C79.2058367,124.66057 74.9081703,127.35358 70.6031325,126.359684 C66.3068546,125.36781 63.6145865,121.067111 64.6093491,116.758321 L69.401785,96 L43.8226507,96 L38.1992701,120.357538 C37.2058367,124.66057 32.9081703,127.35358 28.6031325,126.359684 C24.3068546,125.36781 21.6145865,121.067111 22.6093491,116.758321 L27.401785,96 L23.9992458,96 C19.5881049,96 16,92.418278 16,88 C16,83.5907123 19.5813843,80 23.9992458,80 L31.0956761,80 L38.4834582,48 L23.9992458,48 C19.5881049,48 16,44.418278 16,40 C16,35.5907123 19.5813843,32 23.9992458,32 L42.1773493,32 L47.8007299,7.64246248 C48.7941633,3.33942958 53.0918297,0.64641956 57.3968675,1.64031585 C61.6931454,2.63218977 64.3854135,6.93288901 63.3906509,11.2416793 L58.598215,32 L84.1773493,32 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/permaview-button": {
"title": "$:/core/images/permaview-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-permaview-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M81.4834582,48 L79.6365127,56 L79.6365127,56 L74.0573784,56 L75.9043239,48 L81.4834582,48 Z M85.1773493,32 L90.8007299,7.64246248 C91.7941633,3.33942958 96.0918297,0.64641956 100.396867,1.64031585 C104.693145,2.63218977 107.385414,6.93288901 106.390651,11.2416793 L101.598215,32 L104.000754,32 C108.411895,32 112,35.581722 112,40 C112,44.4092877 108.418616,48 104.000754,48 L97.9043239,48 L96.0573784,56 L104.000754,56 C108.411895,56 112,59.581722 112,64 C112,68.4092877 108.418616,72 104.000754,72 L92.3634873,72 L90.5165418,80 L104.000754,80 C108.411895,80 112,83.581722 112,88 C112,92.4092877 108.418616,96 104.000754,96 L86.8226507,96 L81.1992701,120.357538 C80.2058367,124.66057 75.9081703,127.35358 71.6031325,126.359684 C67.3068546,125.36781 64.6145865,121.067111 65.6093491,116.758321 L70.401785,96 L64.8226507,96 L59.1992701,120.357538 C58.2058367,124.66057 53.9081703,127.35358 49.6031325,126.359684 C45.3068546,125.36781 42.6145865,121.067111 43.6093491,116.758321 L48.401785,96 L42.8226507,96 L37.1992701,120.357538 C36.2058367,124.66057 31.9081703,127.35358 27.6031325,126.359684 C23.3068546,125.36781 20.6145865,121.067111 21.6093491,116.758321 L26.401785,96 L23.9992458,96 C19.5881049,96 16,92.418278 16,88 C16,83.5907123 19.5813843,80 23.9992458,80 L30.0956761,80 L31.9426216,72 L23.9992458,72 C19.5881049,72 16,68.418278 16,64 C16,59.5907123 19.5813843,56 23.9992458,56 L35.6365127,56 L37.4834582,48 L23.9992458,48 C19.5881049,48 16,44.418278 16,40 C16,35.5907123 19.5813843,32 23.9992458,32 L41.1773493,32 L46.8007299,7.64246248 C47.7941633,3.33942958 52.0918297,0.64641956 56.3968675,1.64031585 C60.6931454,2.63218977 63.3854135,6.93288901 62.3906509,11.2416793 L57.598215,32 L63.1773493,32 L68.8007299,7.64246248 C69.7941633,3.33942958 74.0918297,0.64641956 78.3968675,1.64031585 C82.6931454,2.63218977 85.3854135,6.93288901 84.3906509,11.2416793 L79.598215,32 L85.1773493,32 Z M53.9043239,48 L52.0573784,56 L57.6365127,56 L59.4834582,48 L53.9043239,48 Z M75.9426216,72 L74.0956761,80 L74.0956761,80 L68.5165418,80 L70.3634873,72 L75.9426216,72 L75.9426216,72 Z M48.3634873,72 L46.5165418,80 L52.0956761,80 L53.9426216,72 L48.3634873,72 L48.3634873,72 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/plugin-generic-language": {
"title": "$:/core/images/plugin-generic-language",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M61.2072232,68.1369825 C56.8829239,70.9319564 54.2082892,74.793177 54.2082892,79.0581634 C54.2082892,86.9638335 63.3980995,93.4821994 75.2498076,94.3940006 C77.412197,98.2964184 83.8475284,101.178858 91.5684735,101.403106 C86.4420125,100.27851 82.4506393,97.6624107 80.9477167,94.3948272 C92.8046245,93.4861461 102,86.9662269 102,79.0581634 C102,70.5281905 91.3014611,63.6132813 78.1041446,63.6132813 C71.5054863,63.6132813 65.5315225,65.3420086 61.2072232,68.1369825 Z M74.001066,53.9793443 C69.6767667,56.7743182 63.7028029,58.5030456 57.1041446,58.5030456 C54.4851745,58.5030456 51.9646095,58.2307276 49.6065315,57.7275105 C46.2945155,59.9778212 41.2235699,61.4171743 35.5395922,61.4171743 C35.4545771,61.4171743 35.3696991,61.4168523 35.2849622,61.4162104 C39.404008,60.5235193 42.7961717,58.6691298 44.7630507,56.286533 C37.8379411,53.5817651 33.2082892,48.669413 33.2082892,43.0581634 C33.2082892,34.5281905 43.9068281,27.6132812 57.1041446,27.6132812 C70.3014611,27.6132812 81,34.5281905 81,43.0581634 C81,47.3231498 78.3253653,51.1843704 74.001066,53.9793443 Z M64,0 L118.5596,32 L118.5596,96 L64,128 L9.44039956,96 L9.44039956,32 L64,0 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/plugin-generic-plugin": {
"title": "$:/core/images/plugin-generic-plugin",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M40.3972881,76.4456988 L40.3972881,95.3404069 L54.5170166,95.3404069 L54.5170166,95.3404069 C54.5165526,95.3385183 54.516089,95.3366295 54.515626,95.3347404 C54.6093153,95.3385061 54.7034848,95.3404069 54.7980982,95.3404069 C58.6157051,95.3404069 61.710487,92.245625 61.710487,88.4280181 C61.710487,86.6197822 61.01617,84.9737128 59.8795929,83.7418666 L59.8795929,83.7418666 C59.8949905,83.7341665 59.9104102,83.7265043 59.925852,83.7188798 C58.8840576,82.5086663 58.2542926,80.9336277 58.2542926,79.2114996 C58.2542926,75.3938927 61.3490745,72.2991108 65.1666814,72.2991108 C68.9842884,72.2991108 72.0790703,75.3938927 72.0790703,79.2114996 C72.0790703,81.1954221 71.2432806,82.9841354 69.9045961,84.2447446 L69.9045961,84.2447446 C69.9333407,84.2629251 69.9619885,84.281245 69.9905383,84.2997032 L69.9905383,84.2997032 C69.1314315,85.4516923 68.6228758,86.8804654 68.6228758,88.4280181 C68.6228758,91.8584969 71.1218232,94.7053153 74.3986526,95.2474079 C74.3913315,95.2784624 74.3838688,95.3094624 74.3762652,95.3404069 L95.6963988,95.3404069 L95.6963988,75.5678578 L95.6963988,75.5678578 C95.6466539,75.5808558 95.5967614,75.5934886 95.5467242,75.6057531 C95.5504899,75.5120637 95.5523907,75.4178943 95.5523907,75.3232809 C95.5523907,71.505674 92.4576088,68.4108921 88.6400019,68.4108921 C86.831766,68.4108921 85.1856966,69.105209 83.9538504,70.2417862 L83.9538504,70.2417862 C83.9461503,70.2263886 83.938488,70.2109688 83.9308636,70.1955271 C82.7206501,71.2373215 81.1456115,71.8670865 79.4234834,71.8670865 C75.6058765,71.8670865 72.5110946,68.7723046 72.5110946,64.9546976 C72.5110946,61.1370907 75.6058765,58.0423088 79.4234834,58.0423088 C81.4074059,58.0423088 83.1961192,58.8780985 84.4567284,60.2167829 L84.4567284,60.2167829 C84.4749089,60.1880383 84.4932288,60.1593906 84.511687,60.1308407 L84.511687,60.1308407 C85.6636761,60.9899475 87.0924492,61.4985032 88.6400019,61.4985032 C92.0704807,61.4985032 94.9172991,58.9995558 95.4593917,55.7227265 C95.538755,55.7414363 95.6177614,55.761071 95.6963988,55.7816184 L95.6963988,40.0412962 L74.3762652,40.0412962 L74.3762652,40.0412962 C74.3838688,40.0103516 74.3913315,39.9793517 74.3986526,39.9482971 L74.3986526,39.9482971 C71.1218232,39.4062046 68.6228758,36.5593862 68.6228758,33.1289073 C68.6228758,31.5813547 69.1314315,30.1525815 69.9905383,29.0005925 C69.9619885,28.9821342 69.9333407,28.9638143 69.9045961,28.9456339 C71.2432806,27.6850247 72.0790703,25.8963113 72.0790703,23.9123888 C72.0790703,20.0947819 68.9842884,17 65.1666814,17 C61.3490745,17 58.2542926,20.0947819 58.2542926,23.9123888 C58.2542926,25.6345169 58.8840576,27.2095556 59.925852,28.419769 L59.925852,28.419769 C59.9104102,28.4273935 59.8949905,28.4350558 59.8795929,28.4427558 C61.01617,29.674602 61.710487,31.3206715 61.710487,33.1289073 C61.710487,36.9465143 58.6157051,40.0412962 54.7980982,40.0412962 C54.7034848,40.0412962 54.6093153,40.0393953 54.515626,40.0356296 L54.515626,40.0356296 C54.516089,40.0375187 54.5165526,40.0394075 54.5170166,40.0412962 L40.3972881,40.0412962 L40.3972881,52.887664 L40.3972881,52.887664 C40.4916889,53.3430132 40.5412962,53.8147625 40.5412962,54.2980982 C40.5412962,58.1157051 37.4465143,61.210487 33.6289073,61.210487 C32.0813547,61.210487 30.6525815,60.7019313 29.5005925,59.8428245 C29.4821342,59.8713744 29.4638143,59.9000221 29.4456339,59.9287667 C28.1850247,58.5900823 26.3963113,57.7542926 24.4123888,57.7542926 C20.5947819,57.7542926 17.5,60.8490745 17.5,64.6666814 C17.5,68.4842884 20.5947819,71.5790703 24.4123888,71.5790703 C26.134517,71.5790703 27.7095556,70.9493053 28.919769,69.9075109 L28.919769,69.9075109 C28.9273935,69.9229526 28.9350558,69.9383724 28.9427558,69.95377 C30.174602,68.8171928 31.8206715,68.1228758 33.6289073,68.1228758 C37.4465143,68.1228758 40.5412962,71.2176578 40.5412962,75.0352647 C40.5412962,75.5186004 40.4916889,75.9903496 40.3972881,76.4456988 Z M64,0 L118.5596,32 L118.5596,96 L64,128 L9.44039956,96 L9.44039956,32 L64,0 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/plugin-generic-theme": {
"title": "$:/core/images/plugin-generic-theme",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M27.6619958,98.5383065 C27.5690581,98.5388896 27.4761291,98.539182 27.383212,98.539182 C41.5122315,92.2342259 36.7359182,71.4340774 52.2062903,71.4340772 C52.3396942,72.0325374 52.4778143,72.6764878 52.6543744,73.3309353 C41.7206358,71.5725612 42.70852,93.6013809 27.6619958,98.5383065 Z M27.962646,98.5354078 C44.3675979,98.3221342 60.9448114,89.104528 60.944811,79.6231217 C57.0326028,79.6231217 55.0057081,78.1546059 53.8483468,76.2715831 C46.8437297,73.3160546 41.0335584,95.5643154 27.9626323,98.5354081 Z M60.4476718,66.8723739 C57.4632888,63.6421817 54.9582687,60.7541572 53.4305549,58.7453802 C47.3662923,50.7715364 44.307483,54.9700909 40.8462757,58.7453801 C37.3850684,62.5206692 41.7580858,65.5796149 38.4732643,68.2464352 C35.1884428,70.9132556 35.391237,71.8376623 29.8473278,66.9588778 C24.3034186,62.0800933 23.919977,60.7368279 26.4649349,57.9530299 C29.0098928,55.1692318 31.1369568,59.5524845 36.3357237,54.6053302 C41.5344905,49.6581758 37.1673192,45.2736183 37.1673192,45.2736183 C37.1673192,45.2736183 47.9916921,23.1463023 62.4556497,24.7805686 C76.9196074,26.4148348 56.9839048,22.6644011 52.0250205,40.0179431 C49.9018746,47.4478606 52.4201529,45.6971267 56.4460414,48.8353078 C57.8695188,49.9449088 63.120208,53.6842856 69.3136884,58.3372485 C77.8095419,50.1273311 87.3705002,40.8200581 90.1462007,38.0443577 C94.9225135,33.268045 99.6988262,38.0443577 94.9225134,42.8206705 C92.2168565,45.5263274 83.0052228,54.3768782 74.6585455,62.4104777 C84.7196352,70.2010353 95.1107413,79.0341049 95.1107416,82.5307694 C95.1107421,88.9149413 92.3944614,92.7263341 86.6764506,90.6368273 C83.0906414,89.3264812 73.3126471,80.2536547 65.0234105,71.7029822 C62.8994697,73.7599251 61.2357389,75.3821997 60.3189624,76.2989761 C57.6045976,78.4574835 53.6647127,73.2589589 55.5426497,71.5226634 C56.5140946,70.6244887 58.249291,68.9770292 60.4476718,66.8723739 L60.4476718,66.8723739 Z M64,0 L118.5596,32 L118.5596,96 L64,128 L9.44039956,96 L9.44039956,32 L64,0 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/refresh-button": {
"title": "$:/core/images/refresh-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-refresh-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M106.369002,39.4325143 C116.529932,60.3119371 112.939592,86.1974934 95.5979797,103.539105 C73.7286194,125.408466 38.2713806,125.408466 16.4020203,103.539105 C-5.46734008,81.6697449 -5.46734008,46.2125061 16.4020203,24.3431458 C19.5262146,21.2189514 24.5915344,21.2189514 27.7157288,24.3431458 C30.8399231,27.4673401 30.8399231,32.5326599 27.7157288,35.6568542 C12.0947571,51.2778259 12.0947571,76.6044251 27.7157288,92.2253967 C43.3367004,107.846368 68.6632996,107.846368 84.2842712,92.2253967 C97.71993,78.7897379 99.5995262,58.1740623 89.9230597,42.729491 L83.4844861,54.9932839 C81.4307001,58.9052072 76.5945372,60.4115251 72.682614,58.3577391 C68.7706907,56.3039532 67.2643728,51.4677903 69.3181587,47.555867 L84.4354914,18.7613158 C86.4966389,14.8353707 91.3577499,13.3347805 95.273202,15.415792 L124.145886,30.7612457 C128.047354,32.8348248 129.52915,37.6785572 127.455571,41.5800249 C125.381992,45.4814927 120.53826,46.9632892 116.636792,44.8897102 L106.369002,39.4325143 Z M98.1470904,27.0648707 C97.9798954,26.8741582 97.811187,26.6843098 97.6409651,26.4953413 L98.6018187,26.1987327 L98.1470904,27.0648707 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/right-arrow": {
"title": "$:/core/images/right-arrow",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-right-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path d=\"M80.3563798,109.353315 C78.9238993,110.786918 76.9450203,111.675144 74.7592239,111.675144 L-4.40893546,111.675144 C-8.77412698,111.675144 -12.3248558,108.130732 -12.3248558,103.758478 C-12.3248558,99.3951199 -8.78077754,95.8418109 -4.40893546,95.8418109 L66.8418109,95.8418109 L66.8418109,24.5910645 C66.8418109,20.225873 70.3862233,16.6751442 74.7584775,16.6751442 C79.1218352,16.6751442 82.6751442,20.2192225 82.6751442,24.5910645 L82.6751442,103.759224 C82.6751442,105.941695 81.7891419,107.920575 80.3566508,109.353886 Z\" transform=\"translate(35.175144, 64.175144) rotate(-45.000000) translate(-35.175144, -64.175144) \"></path>\n</svg>"
},
"$:/core/images/save-button": {
"title": "$:/core/images/save-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-save-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M120.78304,34.329058 C125.424287,43.1924006 128.049406,53.2778608 128.049406,63.9764502 C128.049406,99.3226742 99.3956295,127.97645 64.0494055,127.97645 C28.7031816,127.97645 0.0494055385,99.3226742 0.0494055385,63.9764502 C0.0494055385,28.6302262 28.7031816,-0.0235498012 64.0494055,-0.0235498012 C82.8568763,-0.0235498012 99.769563,8.08898558 111.479045,21.0056358 L114.159581,18.3250998 C117.289194,15.1954866 122.356036,15.1939641 125.480231,18.3181584 C128.598068,21.4359957 128.601317,26.5107804 125.473289,29.6388083 L120.78304,34.329058 Z M108.72451,46.3875877 C110.870571,51.8341374 112.049406,57.767628 112.049406,63.9764502 C112.049406,90.4861182 90.5590735,111.97645 64.0494055,111.97645 C37.5397375,111.97645 16.0494055,90.4861182 16.0494055,63.9764502 C16.0494055,37.4667822 37.5397375,15.9764502 64.0494055,15.9764502 C78.438886,15.9764502 91.3495036,22.308215 100.147097,32.3375836 L58.9411255,73.5435552 L41.975581,56.5780107 C38.8486152,53.4510448 33.7746915,53.4551552 30.6568542,56.5729924 C27.5326599,59.6971868 27.5372202,64.7670668 30.6618725,67.8917192 L53.279253,90.5090997 C54.8435723,92.073419 56.8951519,92.8541315 58.9380216,92.8558261 C60.987971,92.8559239 63.0389578,92.0731398 64.6049211,90.5071765 L108.72451,46.3875877 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/star-filled": {
"title": "$:/core/images/star-filled",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-star-filled tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"nonzero\">\n <path d=\"M61.8361286,96.8228569 L99.1627704,124.110219 C101.883827,126.099427 105.541968,123.420868 104.505636,120.198072 L90.2895569,75.9887263 L89.0292911,79.8977279 L126.314504,52.5528988 C129.032541,50.5595011 127.635256,46.2255025 124.273711,46.2229134 L78.1610486,46.1873965 L81.4604673,48.6032923 L67.1773543,4.41589688 C66.1361365,1.19470104 61.6144265,1.19470104 60.5732087,4.41589688 L46.2900957,48.6032923 L49.5895144,46.1873965 L3.47685231,46.2229134 C0.115307373,46.2255025 -1.28197785,50.5595011 1.43605908,52.5528988 L38.7212719,79.8977279 L37.4610061,75.9887263 L23.2449266,120.198072 C22.2085954,123.420868 25.8667356,126.099427 28.5877926,124.110219 L65.9144344,96.8228569 L61.8361286,96.8228569 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/storyview-classic": {
"title": "$:/core/images/storyview-classic",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-storyview-classic tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M23.9992458,16 C19.5813843,16 16,19.5776607 16,23.9924054 L16,40.0075946 C16,44.4216782 19.5881049,48 23.9992458,48 L104.000754,48 C108.418616,48 112,44.4223393 112,40.0075946 L112,23.9924054 C112,19.5783218 108.411895,16 104.000754,16 L23.9992458,16 L23.9992458,16 Z M23.9992458,64 C19.5813843,64 16,67.5907123 16,72 C16,76.418278 19.5881049,80 23.9992458,80 L104.000754,80 C108.418616,80 112,76.4092877 112,72 C112,67.581722 108.411895,64 104.000754,64 L23.9992458,64 L23.9992458,64 Z M23.9992458,96 C19.5813843,96 16,99.5907123 16,104 C16,108.418278 19.5881049,112 23.9992458,112 L104.000754,112 C108.418616,112 112,108.409288 112,104 C112,99.581722 108.411895,96 104.000754,96 L23.9992458,96 L23.9992458,96 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/storyview-pop": {
"title": "$:/core/images/storyview-pop",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-storyview-pop tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M23.9992458,16 C19.5813843,16 16,19.5776607 16,23.9924054 L16,40.0075946 C16,44.4216782 19.5881049,48 23.9992458,48 L104.000754,48 C108.418616,48 112,44.4223393 112,40.0075946 L112,23.9924054 C112,19.5783218 108.411895,16 104.000754,16 L23.9992458,16 L23.9992458,16 Z M16.0098166,56 C11.586117,56 8,59.5776607 8,63.9924054 L8,80.0075946 C8,84.4216782 11.5838751,88 16.0098166,88 L111.990183,88 C116.413883,88 120,84.4223393 120,80.0075946 L120,63.9924054 C120,59.5783218 116.416125,56 111.990183,56 L16.0098166,56 L16.0098166,56 Z M23.9992458,96 C19.5813843,96 16,99.5907123 16,104 C16,108.418278 19.5881049,112 23.9992458,112 L104.000754,112 C108.418616,112 112,108.409288 112,104 C112,99.581722 108.411895,96 104.000754,96 L23.9992458,96 L23.9992458,96 Z M23.9992458,64 C19.5813843,64 16,67.5907123 16,72 C16,76.418278 19.5881049,80 23.9992458,80 L104.000754,80 C108.418616,80 112,76.4092877 112,72 C112,67.581722 108.411895,64 104.000754,64 L23.9992458,64 L23.9992458,64 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/storyview-zoomin": {
"title": "$:/core/images/storyview-zoomin",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-storyview-zoomin tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M23.9992458,16 C19.5813843,16 16,19.578055 16,24.0085154 L16,71.9914846 C16,76.4144655 19.5881049,80 23.9992458,80 L104.000754,80 C108.418616,80 112,76.421945 112,71.9914846 L112,24.0085154 C112,19.5855345 108.411895,16 104.000754,16 L23.9992458,16 L23.9992458,16 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/tag-button": {
"title": "$:/core/images/tag-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-tag-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M18.1643182,47.6600756 L18.1677196,51.7651887 C18.1708869,55.5878829 20.3581578,60.8623899 23.0531352,63.5573673 L84.9021823,125.406414 C87.5996731,128.103905 91.971139,128.096834 94.6717387,125.396234 L125.766905,94.3010679 C128.473612,91.5943612 128.472063,87.2264889 125.777085,84.5315115 L63.9280381,22.6824644 C61.2305472,19.9849735 55.9517395,17.801995 52.1318769,17.8010313 L25.0560441,17.7942007 C21.2311475,17.7932358 18.1421354,20.8872832 18.1452985,24.7049463 L18.1535504,34.6641936 C18.2481119,34.6754562 18.3439134,34.6864294 18.4409623,34.6971263 C22.1702157,35.1081705 26.9295004,34.6530132 31.806204,33.5444844 C32.1342781,33.0700515 32.5094815,32.6184036 32.9318197,32.1960654 C35.6385117,29.4893734 39.5490441,28.718649 42.94592,29.8824694 C43.0432142,29.8394357 43.1402334,29.7961748 43.2369683,29.7526887 L43.3646982,30.0368244 C44.566601,30.5115916 45.6933052,31.2351533 46.6655958,32.2074439 C50.4612154,36.0030635 50.4663097,42.1518845 46.6769742,45.94122 C43.0594074,49.5587868 37.2914155,49.7181264 33.4734256,46.422636 C28.1082519,47.5454734 22.7987486,48.0186448 18.1643182,47.6600756 Z\"></path>\n <path d=\"M47.6333528,39.5324628 L47.6562932,39.5834939 C37.9670934,43.9391617 26.0718874,46.3819521 17.260095,45.4107025 C5.27267473,44.0894301 -1.02778744,36.4307276 2.44271359,24.0779512 C5.56175386,12.9761516 14.3014034,4.36129832 24.0466405,1.54817001 C34.7269254,-1.53487574 43.7955833,3.51606438 43.7955834,14.7730751 L35.1728168,14.7730752 C35.1728167,9.91428944 32.0946059,8.19982862 26.4381034,9.83267419 C19.5270911,11.8276553 13.046247,18.2159574 10.7440788,26.4102121 C8.82861123,33.2280582 11.161186,36.0634845 18.2047888,36.8398415 C25.3302805,37.6252244 35.7353482,35.4884477 44.1208333,31.7188498 L44.1475077,31.7781871 C44.159701,31.7725635 44.1718402,31.7671479 44.1839238,31.7619434 C45.9448098,31.0035157 50.4503245,38.3109156 47.7081571,39.5012767 C47.6834429,39.512005 47.6585061,39.5223987 47.6333528,39.5324628 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/theme-button": {
"title": "$:/core/images/theme-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-theme-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <g transform=\"translate(6.762422, 19.968999)\">\n <path d=\"M0.824945506,108.186742 C0.664785639,108.187747 0.504640965,108.188251 0.344516735,108.188251 C24.6927592,97.3230528 16.4618388,61.4785938 43.121606,61.4785936 C43.3514982,62.5099075 43.5895175,63.6196137 43.8937798,64.7474092 C25.0518979,61.7172401 26.754298,99.6790423 0.824939051,108.186742 Z M1.34304326,108.181747 C29.613352,107.814217 58.1805158,91.9297101 58.1805151,75.5906019 C51.4386888,75.5906018 47.9457839,73.0599394 45.9513275,69.8149659 C33.880418,64.7217657 23.8678719,103.061726 1.34301955,108.181748 Z\"></path>\n <path d=\"M48.871084,61.6312522 C45.6348746,64.6233738 52.4243955,73.581882 57.1020034,69.8621716 C65.3329228,61.631253 108.502656,20.4006304 116.733576,12.169711 C124.964495,3.9387916 116.733576,-4.29212771 108.502656,3.9387916 C100.271737,12.1697108 57.4180113,53.7289683 48.871084,61.6312522 Z\"></path>\n </g>\n <path d=\"M62.2824054,71.6211067 C57.93733,66.8541323 54.3123948,62.6301561 51.9937779,59.5814279 C41.5433616,45.8402704 36.2721798,53.0755512 30.307554,59.5814276 C24.3429282,66.0873041 31.8788571,71.3587209 26.2181932,75.9543964 C20.5575294,80.5500719 20.9070004,82.1430826 11.3532982,73.7355757 C1.79959591,65.3280689 1.13881905,63.0132479 5.52449152,58.2159872 C9.91016399,53.4187265 13.5756887,60.9722938 22.5346144,52.4469667 C31.4935401,43.9216395 23.9676854,36.3658236 23.9676854,36.3658236 C23.9676854,36.3658236 42.6210998,-1.76571499 67.5465342,1.05058165 C92.4719685,3.8668783 58.1171911,-2.5961653 49.5716499,27.3088291 C45.9128772,40.1126497 50.2525733,37.0956468 57.1903023,42.5036084 C59.4792141,44.2878157 67.5103988,50.0176866 77.2457031,57.2905766 C71.4143155,62.9019825 66.2337717,67.8661661 62.2824054,71.6211067 Z M73.4870997,83.4678852 C87.4278174,97.7290403 103.323635,112.360587 109.285731,114.539289 C119.139459,118.140092 123.820369,111.571999 123.820368,100.570289 C123.820367,94.7414103 107.064445,80.3074425 90.2759123,67.2185217 C83.6390655,73.6178 77.7700759,79.2918373 73.4870997,83.4678852 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/tip": {
"title": "$:/core/images/tip",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-tip tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,128.241818 C99.346224,128.241818 128,99.5880417 128,64.2418177 C128,28.8955937 99.346224,0.241817675 64,0.241817675 C28.653776,0.241817675 0,28.8955937 0,64.2418177 C0,99.5880417 28.653776,128.241818 64,128.241818 Z M75.9358659,91.4531941 C75.3115438,95.581915 70.2059206,98.8016748 64,98.8016748 C57.7940794,98.8016748 52.6884562,95.581915 52.0641341,91.4531941 C54.3299053,94.0502127 58.8248941,95.8192805 64,95.8192805 C69.1751059,95.8192805 73.6700947,94.0502127 75.9358659,91.4531941 L75.9358659,91.4531941 Z M75.9358659,95.9453413 C75.3115438,100.074062 70.2059206,103.293822 64,103.293822 C57.7940794,103.293822 52.6884562,100.074062 52.0641341,95.9453413 C54.3299053,98.5423599 58.8248941,100.311428 64,100.311428 C69.1751059,100.311428 73.6700947,98.5423599 75.9358659,95.9453413 L75.9358659,95.9453413 Z M75.9358659,100.40119 C75.3115438,104.529911 70.2059206,107.74967 64,107.74967 C57.7940794,107.74967 52.6884562,104.529911 52.0641341,100.40119 C54.3299053,102.998208 58.8248941,104.767276 64,104.767276 C69.1751059,104.767276 73.6700947,102.998208 75.9358659,100.40119 L75.9358659,100.40119 Z M75.9358659,104.893337 C75.3115438,109.022058 70.2059206,112.241818 64,112.241818 C57.7940794,112.241818 52.6884562,109.022058 52.0641341,104.893337 C54.3299053,107.490356 58.8248941,109.259423 64,109.259423 C69.1751059,109.259423 73.6700947,107.490356 75.9358659,104.893337 L75.9358659,104.893337 Z M64.3010456,24.2418177 C75.9193117,24.2418188 88.0000013,32.0619847 88,48.4419659 C87.9999987,64.8219472 75.9193018,71.7540963 75.9193021,83.5755932 C75.9193022,89.4486648 70.0521957,92.8368862 63.9999994,92.8368862 C57.947803,92.8368862 51.9731007,89.8295115 51.9731007,83.5755932 C51.9731007,71.1469799 39.9999998,65.4700602 40,48.4419647 C40.0000002,31.4138691 52.6827796,24.2418166 64.3010456,24.2418177 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/twitter": {
"title": "$:/core/images/twitter",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-twitter tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M41.6263422,115.803477 C27.0279663,115.803477 13.4398394,111.540813 1.99987456,104.234833 C4.02221627,104.472643 6.08004574,104.594302 8.16644978,104.594302 C20.277456,104.594302 31.4238403,100.47763 40.270894,93.5715185 C28.9590538,93.3635501 19.4123842,85.9189246 16.1230832,75.6885328 C17.7011365,75.9892376 19.320669,76.1503787 20.9862896,76.1503787 C23.344152,76.1503787 25.6278127,75.8359011 27.7971751,75.247346 C15.9709927,72.8821073 7.06079851,62.4745062 7.06079851,49.9982394 C7.06079851,49.8898938 7.06079851,49.7820074 7.06264203,49.67458 C10.5482779,51.6032228 14.5339687,52.7615103 18.7717609,52.8951059 C11.8355159,48.277565 7.2714207,40.3958845 7.2714207,31.4624258 C7.2714207,26.7434257 8.54621495,22.3200804 10.7713439,18.5169676 C23.5211299,34.0957738 42.568842,44.3472839 64.0532269,45.4210985 C63.6126256,43.5365285 63.3835682,41.5711584 63.3835682,39.5529928 C63.3835682,25.3326379 74.95811,13.8034766 89.2347917,13.8034766 C96.6697089,13.8034766 103.387958,16.930807 108.103682,21.9353619 C113.991886,20.780288 119.52429,18.6372496 124.518847,15.6866694 C122.588682,21.6993889 118.490075,26.7457211 113.152623,29.9327334 C118.381769,29.3102055 123.363882,27.926045 127.999875,25.8780385 C124.534056,31.0418981 120.151087,35.5772616 115.100763,39.2077561 C115.150538,40.3118708 115.175426,41.4224128 115.175426,42.538923 C115.175426,76.5663154 89.1744164,115.803477 41.6263422,115.803477\"></path>\n </g>\n</svg>\n"
},
"$:/core/images/unlocked-padlock": {
"title": "$:/core/images/unlocked-padlock",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-unlocked-padlock tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M48.6266053,64 L105,64 L105,96.0097716 C105,113.673909 90.6736461,128 73.001193,128 L55.998807,128 C38.3179793,128 24,113.677487 24,96.0097716 L24,64 L30.136303,64 C19.6806213,51.3490406 2.77158986,28.2115132 25.8366966,8.85759246 C50.4723026,-11.8141335 71.6711028,13.2108337 81.613302,25.0594855 C91.5555012,36.9081373 78.9368488,47.4964439 69.1559674,34.9513593 C59.375086,22.4062748 47.9893192,10.8049522 35.9485154,20.9083862 C23.9077117,31.0118202 34.192312,43.2685325 44.7624679,55.8655518 C47.229397,58.805523 48.403443,61.5979188 48.6266053,64 Z M67.7315279,92.3641717 C70.8232551,91.0923621 73,88.0503841 73,84.5 C73,79.8055796 69.1944204,76 64.5,76 C59.8055796,76 56,79.8055796 56,84.5 C56,87.947435 58.0523387,90.9155206 61.0018621,92.2491029 L55.9067479,115.020857 L72.8008958,115.020857 L67.7315279,92.3641717 L67.7315279,92.3641717 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/up-arrow": {
"created": "20150316000544368",
"modified": "20150316000831867",
"tags": "$:/tags/Image",
"title": "$:/core/images/up-arrow",
"text": "<svg class=\"tc-image-up-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n<path transform=\"rotate(-135, 63.8945, 64.1752)\" d=\"m109.07576,109.35336c-1.43248,1.43361 -3.41136,2.32182 -5.59717,2.32182l-79.16816,0c-4.36519,0 -7.91592,-3.5444 -7.91592,-7.91666c0,-4.36337 3.54408,-7.91667 7.91592,-7.91667l71.25075,0l0,-71.25074c0,-4.3652 3.54442,-7.91592 7.91667,-7.91592c4.36336,0 7.91667,3.54408 7.91667,7.91592l0,79.16815c0,2.1825 -0.88602,4.16136 -2.3185,5.59467l-0.00027,-0.00056l0.00001,-0.00001z\" />\n</svg>\n \n"
},
"$:/core/images/video": {
"title": "$:/core/images/video",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-video tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,12 C29.0909091,12 8.72727273,14.9166667 5.81818182,17.8333333 C2.90909091,20.75 1.93784382e-15,41.1666667 0,64.5 C1.93784382e-15,87.8333333 2.90909091,108.25 5.81818182,111.166667 C8.72727273,114.083333 29.0909091,117 64,117 C98.9090909,117 119.272727,114.083333 122.181818,111.166667 C125.090909,108.25 128,87.8333333 128,64.5 C128,41.1666667 125.090909,20.75 122.181818,17.8333333 C119.272727,14.9166667 98.9090909,12 64,12 Z M54.9161194,44.6182253 C51.102648,42.0759111 48.0112186,43.7391738 48.0112186,48.3159447 L48.0112186,79.6840553 C48.0112186,84.2685636 51.109784,85.9193316 54.9161194,83.3817747 L77.0838806,68.6032672 C80.897352,66.0609529 80.890216,61.9342897 77.0838806,59.3967328 L54.9161194,44.6182253 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/warning": {
"title": "$:/core/images/warning",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-warning tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M57.0717968,11 C60.1509982,5.66666667 67.8490018,5.66666667 70.9282032,11 L126.353829,107 C129.433031,112.333333 125.584029,119 119.425626,119 L8.57437416,119 C2.41597129,119 -1.43303051,112.333333 1.64617093,107 L57.0717968,11 Z M64,37 C59.581722,37 56,40.5820489 56,44.9935776 L56,73.0064224 C56,77.4211534 59.5907123,81 64,81 C68.418278,81 72,77.4179511 72,73.0064224 L72,44.9935776 C72,40.5788466 68.4092877,37 64,37 Z M64,104 C68.418278,104 72,100.418278 72,96 C72,91.581722 68.418278,88 64,88 C59.581722,88 56,91.581722 56,96 C56,100.418278 59.581722,104 64,104 Z\"></path>\n </g>\n</svg>"
},
"$:/language/Buttons/AdvancedSearch/Caption": {
"title": "$:/language/Buttons/AdvancedSearch/Caption",
"text": "advanced search"
},
"$:/language/Buttons/AdvancedSearch/Hint": {
"title": "$:/language/Buttons/AdvancedSearch/Hint",
"text": "Advanced search"
},
"$:/language/Buttons/Cancel/Caption": {
"title": "$:/language/Buttons/Cancel/Caption",
"text": "cancel"
},
"$:/language/Buttons/Cancel/Hint": {
"title": "$:/language/Buttons/Cancel/Hint",
"text": "Discard changes to this tiddler"
},
"$:/language/Buttons/Clone/Caption": {
"title": "$:/language/Buttons/Clone/Caption",
"text": "clone"
},
"$:/language/Buttons/Clone/Hint": {
"title": "$:/language/Buttons/Clone/Hint",
"text": "Clone this tiddler"
},
"$:/language/Buttons/Close/Caption": {
"title": "$:/language/Buttons/Close/Caption",
"text": "close"
},
"$:/language/Buttons/Close/Hint": {
"title": "$:/language/Buttons/Close/Hint",
"text": "Close this tiddler"
},
"$:/language/Buttons/CloseAll/Caption": {
"title": "$:/language/Buttons/CloseAll/Caption",
"text": "close all"
},
"$:/language/Buttons/CloseAll/Hint": {
"title": "$:/language/Buttons/CloseAll/Hint",
"text": "Close all tiddlers"
},
"$:/language/Buttons/CloseOthers/Caption": {
"title": "$:/language/Buttons/CloseOthers/Caption",
"text": "close others"
},
"$:/language/Buttons/CloseOthers/Hint": {
"title": "$:/language/Buttons/CloseOthers/Hint",
"text": "Close other tiddlers"
},
"$:/language/Buttons/ControlPanel/Caption": {
"title": "$:/language/Buttons/ControlPanel/Caption",
"text": "control panel"
},
"$:/language/Buttons/ControlPanel/Hint": {
"title": "$:/language/Buttons/ControlPanel/Hint",
"text": "Open control panel"
},
"$:/language/Buttons/Delete/Caption": {
"title": "$:/language/Buttons/Delete/Caption",
"text": "delete"
},
"$:/language/Buttons/Delete/Hint": {
"title": "$:/language/Buttons/Delete/Hint",
"text": "Delete this tiddler"
},
"$:/language/Buttons/Edit/Caption": {
"title": "$:/language/Buttons/Edit/Caption",
"text": "edit"
},
"$:/language/Buttons/Edit/Hint": {
"title": "$:/language/Buttons/Edit/Hint",
"text": "Edit this tiddler"
},
"$:/language/Buttons/Encryption/Caption": {
"title": "$:/language/Buttons/Encryption/Caption",
"text": "encryption"
},
"$:/language/Buttons/Encryption/Hint": {
"title": "$:/language/Buttons/Encryption/Hint",
"text": "Set or clear a password for saving this wiki"
},
"$:/language/Buttons/Encryption/ClearPassword/Caption": {
"title": "$:/language/Buttons/Encryption/ClearPassword/Caption",
"text": "clear password"
},
"$:/language/Buttons/Encryption/ClearPassword/Hint": {
"title": "$:/language/Buttons/Encryption/ClearPassword/Hint",
"text": "Clear the password and save this wiki without encryption"
},
"$:/language/Buttons/Encryption/SetPassword/Caption": {
"title": "$:/language/Buttons/Encryption/SetPassword/Caption",
"text": "set password"
},
"$:/language/Buttons/Encryption/SetPassword/Hint": {
"title": "$:/language/Buttons/Encryption/SetPassword/Hint",
"text": "Set a password for saving this wiki with encryption"
},
"$:/language/Buttons/ExportPage/Caption": {
"title": "$:/language/Buttons/ExportPage/Caption",
"text": "export all"
},
"$:/language/Buttons/ExportPage/Hint": {
"title": "$:/language/Buttons/ExportPage/Hint",
"text": "Export all tiddlers"
},
"$:/language/Buttons/ExportTiddler/Caption": {
"title": "$:/language/Buttons/ExportTiddler/Caption",
"text": "export tiddler"
},
"$:/language/Buttons/ExportTiddler/Hint": {
"title": "$:/language/Buttons/ExportTiddler/Hint",
"text": "Export tiddler"
},
"$:/language/Buttons/ExportTiddlers/Caption": {
"title": "$:/language/Buttons/ExportTiddlers/Caption",
"text": "export tiddlers"
},
"$:/language/Buttons/ExportTiddlers/Hint": {
"title": "$:/language/Buttons/ExportTiddlers/Hint",
"text": "Export tiddlers"
},
"$:/language/Buttons/FullScreen/Caption": {
"title": "$:/language/Buttons/FullScreen/Caption",
"text": "full-screen"
},
"$:/language/Buttons/FullScreen/Hint": {
"title": "$:/language/Buttons/FullScreen/Hint",
"text": "Enter or leave full-screen mode"
},
"$:/language/Buttons/Help/Caption": {
"title": "$:/language/Buttons/Help/Caption",
"text": "help"
},
"$:/language/Buttons/Help/Hint": {
"title": "$:/language/Buttons/Help/Hint",
"text": "Show help panel"
},
"$:/language/Buttons/Import/Caption": {
"title": "$:/language/Buttons/Import/Caption",
"text": "import"
},
"$:/language/Buttons/Import/Hint": {
"title": "$:/language/Buttons/Import/Hint",
"text": "Import files"
},
"$:/language/Buttons/Info/Caption": {
"title": "$:/language/Buttons/Info/Caption",
"text": "info"
},
"$:/language/Buttons/Info/Hint": {
"title": "$:/language/Buttons/Info/Hint",
"text": "Show information for this tiddler"
},
"$:/language/Buttons/Home/Caption": {
"title": "$:/language/Buttons/Home/Caption",
"text": "home"
},
"$:/language/Buttons/Home/Hint": {
"title": "$:/language/Buttons/Home/Hint",
"text": "Open the default tiddlers"
},
"$:/language/Buttons/Language/Caption": {
"title": "$:/language/Buttons/Language/Caption",
"text": "language"
},
"$:/language/Buttons/Language/Hint": {
"title": "$:/language/Buttons/Language/Hint",
"text": "Choose the user interface language"
},
"$:/language/Buttons/More/Caption": {
"title": "$:/language/Buttons/More/Caption",
"text": "more"
},
"$:/language/Buttons/More/Hint": {
"title": "$:/language/Buttons/More/Hint",
"text": "More actions"
},
"$:/language/Buttons/NewHere/Caption": {
"title": "$:/language/Buttons/NewHere/Caption",
"text": "new here"
},
"$:/language/Buttons/NewHere/Hint": {
"title": "$:/language/Buttons/NewHere/Hint",
"text": "Create a new tiddler tagged with this one"
},
"$:/language/Buttons/NewJournal/Caption": {
"title": "$:/language/Buttons/NewJournal/Caption",
"text": "new journal"
},
"$:/language/Buttons/NewJournal/Hint": {
"title": "$:/language/Buttons/NewJournal/Hint",
"text": "Create a new journal tiddler"
},
"$:/language/Buttons/NewJournalHere/Caption": {
"title": "$:/language/Buttons/NewJournalHere/Caption",
"text": "new journal here"
},
"$:/language/Buttons/NewJournalHere/Hint": {
"title": "$:/language/Buttons/NewJournalHere/Hint",
"text": "Create a new journal tiddler tagged with this one"
},
"$:/language/Buttons/NewTiddler/Caption": {
"title": "$:/language/Buttons/NewTiddler/Caption",
"text": "new tiddler"
},
"$:/language/Buttons/NewTiddler/Hint": {
"title": "$:/language/Buttons/NewTiddler/Hint",
"text": "Create a new tiddler"
},
"$:/language/Buttons/Permalink/Caption": {
"title": "$:/language/Buttons/Permalink/Caption",
"text": "permalink"
},
"$:/language/Buttons/Permalink/Hint": {
"title": "$:/language/Buttons/Permalink/Hint",
"text": "Set browser address bar to a direct link to this tiddler"
},
"$:/language/Buttons/Permaview/Caption": {
"title": "$:/language/Buttons/Permaview/Caption",
"text": "permaview"
},
"$:/language/Buttons/Permaview/Hint": {
"title": "$:/language/Buttons/Permaview/Hint",
"text": "Set browser address bar to a direct link to all the tiddlers in this story"
},
"$:/language/Buttons/Refresh/Caption": {
"title": "$:/language/Buttons/Refresh/Caption",
"text": "refresh"
},
"$:/language/Buttons/Refresh/Hint": {
"title": "$:/language/Buttons/Refresh/Hint",
"text": "Perform a full refresh of the wiki"
},
"$:/language/Buttons/Save/Caption": {
"title": "$:/language/Buttons/Save/Caption",
"text": "ok"
},
"$:/language/Buttons/Save/Hint": {
"title": "$:/language/Buttons/Save/Hint",
"text": "Confirm changes to this tiddler"
},
"$:/language/Buttons/SaveWiki/Caption": {
"title": "$:/language/Buttons/SaveWiki/Caption",
"text": "save changes"
},
"$:/language/Buttons/SaveWiki/Hint": {
"title": "$:/language/Buttons/SaveWiki/Hint",
"text": "Save changes"
},
"$:/language/Buttons/StoryView/Caption": {
"title": "$:/language/Buttons/StoryView/Caption",
"text": "storyview"
},
"$:/language/Buttons/StoryView/Hint": {
"title": "$:/language/Buttons/StoryView/Hint",
"text": "Choose the story visualisation"
},
"$:/language/Buttons/HideSideBar/Caption": {
"title": "$:/language/Buttons/HideSideBar/Caption",
"text": "hide sidebar"
},
"$:/language/Buttons/HideSideBar/Hint": {
"title": "$:/language/Buttons/HideSideBar/Hint",
"text": "Hide sidebar"
},
"$:/language/Buttons/ShowSideBar/Caption": {
"title": "$:/language/Buttons/ShowSideBar/Caption",
"text": "show sidebar"
},
"$:/language/Buttons/ShowSideBar/Hint": {
"title": "$:/language/Buttons/ShowSideBar/Hint",
"text": "Show sidebar"
},
"$:/language/Buttons/TagManager/Caption": {
"title": "$:/language/Buttons/TagManager/Caption",
"text": "tag manager"
},
"$:/language/Buttons/TagManager/Hint": {
"title": "$:/language/Buttons/TagManager/Hint",
"text": "Open tag manager"
},
"$:/language/Buttons/Theme/Caption": {
"title": "$:/language/Buttons/Theme/Caption",
"text": "theme"
},
"$:/language/Buttons/Theme/Hint": {
"title": "$:/language/Buttons/Theme/Hint",
"text": "Choose the display theme"
},
"$:/language/ControlPanel/Advanced/Caption": {
"title": "$:/language/ControlPanel/Advanced/Caption",
"text": "Advanced"
},
"$:/language/ControlPanel/Advanced/Hint": {
"title": "$:/language/ControlPanel/Advanced/Hint",
"text": "Internal information about this TiddlyWiki"
},
"$:/language/ControlPanel/Appearance/Caption": {
"title": "$:/language/ControlPanel/Appearance/Caption",
"text": "Appearance"
},
"$:/language/ControlPanel/Appearance/Hint": {
"title": "$:/language/ControlPanel/Appearance/Hint",
"text": "Ways to customise the appearance of your TiddlyWiki."
},
"$:/language/ControlPanel/Basics/AnimDuration/Prompt": {
"title": "$:/language/ControlPanel/Basics/AnimDuration/Prompt",
"text": "Animation duration:"
},
"$:/language/ControlPanel/Basics/Caption": {
"title": "$:/language/ControlPanel/Basics/Caption",
"text": "Basics"
},
"$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint": {
"title": "$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint",
"text": "Use [[double square brackets]] for titles with spaces. Or you can choose to <$button set=\"$:/DefaultTiddlers\" setTo=\"[list[$:/StoryList]]\">retain story ordering</$button>"
},
"$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt",
"text": "Default tiddlers:"
},
"$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint": {
"title": "$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint",
"text": "Choose which tiddlers are displayed at startup:"
},
"$:/language/ControlPanel/Basics/Language/Prompt": {
"title": "$:/language/ControlPanel/Basics/Language/Prompt",
"text": "Hello! Current language:"
},
"$:/language/ControlPanel/Basics/NewJournal/Title/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewJournal/Title/Prompt",
"text": "Title of new journal tiddlers"
},
"$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt",
"text": "Tags for new journal tiddlers"
},
"$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt",
"text": "Number of overridden shadow tiddlers:"
},
"$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt",
"text": "Number of shadow tiddlers:"
},
"$:/language/ControlPanel/Basics/Subtitle/Prompt": {
"title": "$:/language/ControlPanel/Basics/Subtitle/Prompt",
"text": "Subtitle:"
},
"$:/language/ControlPanel/Basics/SystemTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/SystemTiddlers/Prompt",
"text": "Number of system tiddlers:"
},
"$:/language/ControlPanel/Basics/Tags/Prompt": {
"title": "$:/language/ControlPanel/Basics/Tags/Prompt",
"text": "Number of tags:"
},
"$:/language/ControlPanel/Basics/Tiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/Tiddlers/Prompt",
"text": "Number of tiddlers:"
},
"$:/language/ControlPanel/Basics/Title/Prompt": {
"title": "$:/language/ControlPanel/Basics/Title/Prompt",
"text": "Title of this ~TiddlyWiki:"
},
"$:/language/ControlPanel/Basics/Username/Prompt": {
"title": "$:/language/ControlPanel/Basics/Username/Prompt",
"text": "Username for signing edits:"
},
"$:/language/ControlPanel/Basics/Version/Prompt": {
"title": "$:/language/ControlPanel/Basics/Version/Prompt",
"text": "~TiddlyWiki version:"
},
"$:/language/ControlPanel/EditorTypes/Caption": {
"title": "$:/language/ControlPanel/EditorTypes/Caption",
"text": "Editor Types"
},
"$:/language/ControlPanel/EditorTypes/Editor/Caption": {
"title": "$:/language/ControlPanel/EditorTypes/Editor/Caption",
"text": "Editor"
},
"$:/language/ControlPanel/EditorTypes/Hint": {
"title": "$:/language/ControlPanel/EditorTypes/Hint",
"text": "These tiddlers determine which editor is used to edit specific tiddler types."
},
"$:/language/ControlPanel/EditorTypes/Type/Caption": {
"title": "$:/language/ControlPanel/EditorTypes/Type/Caption",
"text": "Type"
},
"$:/language/ControlPanel/Info/Caption": {
"title": "$:/language/ControlPanel/Info/Caption",
"text": "Info"
},
"$:/language/ControlPanel/Info/Hint": {
"title": "$:/language/ControlPanel/Info/Hint",
"text": "Information about this TiddlyWiki"
},
"$:/language/ControlPanel/LoadedModules/Caption": {
"title": "$:/language/ControlPanel/LoadedModules/Caption",
"text": "Loaded Modules"
},
"$:/language/ControlPanel/LoadedModules/Hint": {
"title": "$:/language/ControlPanel/LoadedModules/Hint",
"text": "These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process."
},
"$:/language/ControlPanel/Palette/Caption": {
"title": "$:/language/ControlPanel/Palette/Caption",
"text": "Palette"
},
"$:/language/ControlPanel/Palette/Editor/Clone/Caption": {
"title": "$:/language/ControlPanel/Palette/Editor/Clone/Caption",
"text": "clone"
},
"$:/language/ControlPanel/Palette/Editor/Clone/Prompt": {
"title": "$:/language/ControlPanel/Palette/Editor/Clone/Prompt",
"text": "It is recommended that you clone this shadow palette before editing it"
},
"$:/language/ControlPanel/Palette/Editor/Prompt/Modified": {
"title": "$:/language/ControlPanel/Palette/Editor/Prompt/Modified",
"text": "This shadow palette has been modified"
},
"$:/language/ControlPanel/Palette/Editor/Prompt": {
"title": "$:/language/ControlPanel/Palette/Editor/Prompt",
"text": "Editing"
},
"$:/language/ControlPanel/Palette/Editor/Reset/Caption": {
"title": "$:/language/ControlPanel/Palette/Editor/Reset/Caption",
"text": "reset"
},
"$:/language/ControlPanel/Palette/HideEditor/Caption": {
"title": "$:/language/ControlPanel/Palette/HideEditor/Caption",
"text": "hide editor"
},
"$:/language/ControlPanel/Palette/Prompt": {
"title": "$:/language/ControlPanel/Palette/Prompt",
"text": "Current palette:"
},
"$:/language/ControlPanel/Palette/ShowEditor/Caption": {
"title": "$:/language/ControlPanel/Palette/ShowEditor/Caption",
"text": "show editor"
},
"$:/language/ControlPanel/Plugins/Add/Hint": {
"title": "$:/language/ControlPanel/Plugins/Add/Hint",
"text": "Install plugins from the official library"
},
"$:/language/ControlPanel/Plugins/Add/Caption": {
"title": "$:/language/ControlPanel/Plugins/Add/Caption",
"text": "Get more plugins"
},
"$:/language/ControlPanel/Plugins/Caption": {
"title": "$:/language/ControlPanel/Plugins/Caption",
"text": "Plugins"
},
"$:/language/ControlPanel/Plugins/Disable/Caption": {
"title": "$:/language/ControlPanel/Plugins/Disable/Caption",
"text": "disable"
},
"$:/language/ControlPanel/Plugins/Disable/Hint": {
"title": "$:/language/ControlPanel/Plugins/Disable/Hint",
"text": "Disable this plugin when reloading page"
},
"$:/language/ControlPanel/Plugins/Disabled/Status": {
"title": "$:/language/ControlPanel/Plugins/Disabled/Status",
"text": "(disabled)"
},
"$:/language/ControlPanel/Plugins/Empty/Hint": {
"title": "$:/language/ControlPanel/Plugins/Empty/Hint",
"text": "None"
},
"$:/language/ControlPanel/Plugins/Enable/Caption": {
"title": "$:/language/ControlPanel/Plugins/Enable/Caption",
"text": "enable"
},
"$:/language/ControlPanel/Plugins/Enable/Hint": {
"title": "$:/language/ControlPanel/Plugins/Enable/Hint",
"text": "Enable this plugin when reloading page"
},
"$:/language/ControlPanel/Plugins/Installed/Hint": {
"title": "$:/language/ControlPanel/Plugins/Installed/Hint",
"text": "Currently installed plugins:"
},
"$:/language/ControlPanel/Plugins/Languages/Caption": {
"title": "$:/language/ControlPanel/Plugins/Languages/Caption",
"text": "Languages"
},
"$:/language/ControlPanel/Plugins/Languages/Hint": {
"title": "$:/language/ControlPanel/Plugins/Languages/Hint",
"text": "Language pack plugins"
},
"$:/language/ControlPanel/Plugins/Plugins/Caption": {
"title": "$:/language/ControlPanel/Plugins/Plugins/Caption",
"text": "Plugins"
},
"$:/language/ControlPanel/Plugins/Plugins/Hint": {
"title": "$:/language/ControlPanel/Plugins/Plugins/Hint",
"text": "Plugins"
},
"$:/language/ControlPanel/Plugins/Themes/Caption": {
"title": "$:/language/ControlPanel/Plugins/Themes/Caption",
"text": "Themes"
},
"$:/language/ControlPanel/Plugins/Themes/Hint": {
"title": "$:/language/ControlPanel/Plugins/Themes/Hint",
"text": "Theme plugins"
},
"$:/language/ControlPanel/Saving/Caption": {
"title": "$:/language/ControlPanel/Saving/Caption",
"text": "Saving"
},
"$:/language/ControlPanel/Saving/Heading": {
"title": "$:/language/ControlPanel/Saving/Heading",
"text": "Saving"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading",
"text": "Advanced Settings"
},
"$:/language/ControlPanel/Saving/TiddlySpot/BackupDir": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/BackupDir",
"text": "Backup Directory"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Backups": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Backups",
"text": "Backups"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Description": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Description",
"text": "These settings are only used when saving to http://tiddlyspot.com or a compatible remote server"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Filename": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Filename",
"text": "Upload Filename"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Heading": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Heading",
"text": "~TiddlySpot"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Hint": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Hint",
"text": "//The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Password": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Password",
"text": "Password"
},
"$:/language/ControlPanel/Saving/TiddlySpot/ServerURL": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/ServerURL",
"text": "Server URL"
},
"$:/language/ControlPanel/Saving/TiddlySpot/UploadDir": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/UploadDir",
"text": "Upload Directory"
},
"$:/language/ControlPanel/Saving/TiddlySpot/UserName": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/UserName",
"text": "Wiki Name"
},
"$:/language/ControlPanel/Settings/AutoSave/Caption": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Caption",
"text": "Autosave"
},
"$:/language/ControlPanel/Settings/AutoSave/Disabled/Description": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Disabled/Description",
"text": "Do not save changes automatically"
},
"$:/language/ControlPanel/Settings/AutoSave/Enabled/Description": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Enabled/Description",
"text": "Save changes automatically"
},
"$:/language/ControlPanel/Settings/AutoSave/Hint": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Hint",
"text": "Automatically save changes during editing"
},
"$:/language/ControlPanel/Settings/Caption": {
"title": "$:/language/ControlPanel/Settings/Caption",
"text": "Settings"
},
"$:/language/ControlPanel/Settings/Hint": {
"title": "$:/language/ControlPanel/Settings/Hint",
"text": "These settings let you customise the behaviour of TiddlyWiki."
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Caption": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Caption",
"text": "Navigation Address Bar"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Hint": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Hint",
"text": "Behaviour of the browser address bar when navigating to a tiddler:"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description",
"text": "Do not update the address bar"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description",
"text": "Include the target tiddler"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description",
"text": "Include the target tiddler and the current story sequence"
},
"$:/language/ControlPanel/Settings/NavigationHistory/Caption": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/Caption",
"text": "Navigation History"
},
"$:/language/ControlPanel/Settings/NavigationHistory/Hint": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/Hint",
"text": "Update browser history when navigating to a tiddler:"
},
"$:/language/ControlPanel/Settings/NavigationHistory/No/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/No/Description",
"text": "Do not update history"
},
"$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description",
"text": "Update history"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Caption": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Caption",
"text": "Toolbar Buttons"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Hint": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Hint",
"text": "Default toolbar button appearance:"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description",
"text": "Include icon"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description",
"text": "Include text"
},
"$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption": {
"title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption",
"text": "Default Sidebar Tab"
},
"$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint": {
"title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint",
"text": "Specify which sidebar tab is displayed by default"
},
"$:/language/ControlPanel/StoryView/Caption": {
"title": "$:/language/ControlPanel/StoryView/Caption",
"text": "Story View"
},
"$:/language/ControlPanel/StoryView/Prompt": {
"title": "$:/language/ControlPanel/StoryView/Prompt",
"text": "Current view:"
},
"$:/language/ControlPanel/Theme/Caption": {
"title": "$:/language/ControlPanel/Theme/Caption",
"text": "Theme"
},
"$:/language/ControlPanel/Theme/Prompt": {
"title": "$:/language/ControlPanel/Theme/Prompt",
"text": "Current theme:"
},
"$:/language/ControlPanel/TiddlerFields/Caption": {
"title": "$:/language/ControlPanel/TiddlerFields/Caption",
"text": "Tiddler Fields"
},
"$:/language/ControlPanel/TiddlerFields/Hint": {
"title": "$:/language/ControlPanel/TiddlerFields/Hint",
"text": "This is the full set of TiddlerFields in use in this wiki (including system tiddlers but excluding shadow tiddlers)."
},
"$:/language/ControlPanel/Toolbars/Caption": {
"title": "$:/language/ControlPanel/Toolbars/Caption",
"text": "Toolbars"
},
"$:/language/ControlPanel/Toolbars/EditToolbar/Caption": {
"title": "$:/language/ControlPanel/Toolbars/EditToolbar/Caption",
"text": "Edit Toolbar"
},
"$:/language/ControlPanel/Toolbars/EditToolbar/Hint": {
"title": "$:/language/ControlPanel/Toolbars/EditToolbar/Hint",
"text": "Choose which buttons are displayed for tiddlers in edit mode"
},
"$:/language/ControlPanel/Toolbars/Hint": {
"title": "$:/language/ControlPanel/Toolbars/Hint",
"text": "Select which toolbar buttons are displayed"
},
"$:/language/ControlPanel/Toolbars/PageControls/Caption": {
"title": "$:/language/ControlPanel/Toolbars/PageControls/Caption",
"text": "Page Toolbar"
},
"$:/language/ControlPanel/Toolbars/PageControls/Hint": {
"title": "$:/language/ControlPanel/Toolbars/PageControls/Hint",
"text": "Choose which buttons are displayed on the main page toolbar "
},
"$:/language/ControlPanel/Toolbars/ViewToolbar/Caption": {
"title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Caption",
"text": "View Toolbar"
},
"$:/language/ControlPanel/Toolbars/ViewToolbar/Hint": {
"title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Hint",
"text": "Choose which buttons are displayed for tiddlers in view mode"
},
"$:/language/ControlPanel/Tools/Download/Full/Caption": {
"title": "$:/language/ControlPanel/Tools/Download/Full/Caption",
"text": "Download full wiki"
},
"$:/language/Date/DaySuffix/1": {
"title": "$:/language/Date/DaySuffix/1",
"text": "st"
},
"$:/language/Date/DaySuffix/2": {
"title": "$:/language/Date/DaySuffix/2",
"text": "nd"
},
"$:/language/Date/DaySuffix/3": {
"title": "$:/language/Date/DaySuffix/3",
"text": "rd"
},
"$:/language/Date/DaySuffix/4": {
"title": "$:/language/Date/DaySuffix/4",
"text": "th"
},
"$:/language/Date/DaySuffix/5": {
"title": "$:/language/Date/DaySuffix/5",
"text": "th"
},
"$:/language/Date/DaySuffix/6": {
"title": "$:/language/Date/DaySuffix/6",
"text": "th"
},
"$:/language/Date/DaySuffix/7": {
"title": "$:/language/Date/DaySuffix/7",
"text": "th"
},
"$:/language/Date/DaySuffix/8": {
"title": "$:/language/Date/DaySuffix/8",
"text": "th"
},
"$:/language/Date/DaySuffix/9": {
"title": "$:/language/Date/DaySuffix/9",
"text": "th"
},
"$:/language/Date/DaySuffix/10": {
"title": "$:/language/Date/DaySuffix/10",
"text": "th"
},
"$:/language/Date/DaySuffix/11": {
"title": "$:/language/Date/DaySuffix/11",
"text": "th"
},
"$:/language/Date/DaySuffix/12": {
"title": "$:/language/Date/DaySuffix/12",
"text": "th"
},
"$:/language/Date/DaySuffix/13": {
"title": "$:/language/Date/DaySuffix/13",
"text": "th"
},
"$:/language/Date/DaySuffix/14": {
"title": "$:/language/Date/DaySuffix/14",
"text": "th"
},
"$:/language/Date/DaySuffix/15": {
"title": "$:/language/Date/DaySuffix/15",
"text": "th"
},
"$:/language/Date/DaySuffix/16": {
"title": "$:/language/Date/DaySuffix/16",
"text": "th"
},
"$:/language/Date/DaySuffix/17": {
"title": "$:/language/Date/DaySuffix/17",
"text": "th"
},
"$:/language/Date/DaySuffix/18": {
"title": "$:/language/Date/DaySuffix/18",
"text": "th"
},
"$:/language/Date/DaySuffix/19": {
"title": "$:/language/Date/DaySuffix/19",
"text": "th"
},
"$:/language/Date/DaySuffix/20": {
"title": "$:/language/Date/DaySuffix/20",
"text": "th"
},
"$:/language/Date/DaySuffix/21": {
"title": "$:/language/Date/DaySuffix/21",
"text": "st"
},
"$:/language/Date/DaySuffix/22": {
"title": "$:/language/Date/DaySuffix/22",
"text": "nd"
},
"$:/language/Date/DaySuffix/23": {
"title": "$:/language/Date/DaySuffix/23",
"text": "rd"
},
"$:/language/Date/DaySuffix/24": {
"title": "$:/language/Date/DaySuffix/24",
"text": "th"
},
"$:/language/Date/DaySuffix/25": {
"title": "$:/language/Date/DaySuffix/25",
"text": "th"
},
"$:/language/Date/DaySuffix/26": {
"title": "$:/language/Date/DaySuffix/26",
"text": "th"
},
"$:/language/Date/DaySuffix/27": {
"title": "$:/language/Date/DaySuffix/27",
"text": "th"
},
"$:/language/Date/DaySuffix/28": {
"title": "$:/language/Date/DaySuffix/28",
"text": "th"
},
"$:/language/Date/DaySuffix/29": {
"title": "$:/language/Date/DaySuffix/29",
"text": "th"
},
"$:/language/Date/DaySuffix/30": {
"title": "$:/language/Date/DaySuffix/30",
"text": "th"
},
"$:/language/Date/DaySuffix/31": {
"title": "$:/language/Date/DaySuffix/31",
"text": "st"
},
"$:/language/Date/Long/Day/0": {
"title": "$:/language/Date/Long/Day/0",
"text": "Sunday"
},
"$:/language/Date/Long/Day/1": {
"title": "$:/language/Date/Long/Day/1",
"text": "Monday"
},
"$:/language/Date/Long/Day/2": {
"title": "$:/language/Date/Long/Day/2",
"text": "Tuesday"
},
"$:/language/Date/Long/Day/3": {
"title": "$:/language/Date/Long/Day/3",
"text": "Wednesday"
},
"$:/language/Date/Long/Day/4": {
"title": "$:/language/Date/Long/Day/4",
"text": "Thursday"
},
"$:/language/Date/Long/Day/5": {
"title": "$:/language/Date/Long/Day/5",
"text": "Friday"
},
"$:/language/Date/Long/Day/6": {
"title": "$:/language/Date/Long/Day/6",
"text": "Saturday"
},
"$:/language/Date/Long/Month/1": {
"title": "$:/language/Date/Long/Month/1",
"text": "January"
},
"$:/language/Date/Long/Month/2": {
"title": "$:/language/Date/Long/Month/2",
"text": "February"
},
"$:/language/Date/Long/Month/3": {
"title": "$:/language/Date/Long/Month/3",
"text": "March"
},
"$:/language/Date/Long/Month/4": {
"title": "$:/language/Date/Long/Month/4",
"text": "April"
},
"$:/language/Date/Long/Month/5": {
"title": "$:/language/Date/Long/Month/5",
"text": "May"
},
"$:/language/Date/Long/Month/6": {
"title": "$:/language/Date/Long/Month/6",
"text": "June"
},
"$:/language/Date/Long/Month/7": {
"title": "$:/language/Date/Long/Month/7",
"text": "July"
},
"$:/language/Date/Long/Month/8": {
"title": "$:/language/Date/Long/Month/8",
"text": "August"
},
"$:/language/Date/Long/Month/9": {
"title": "$:/language/Date/Long/Month/9",
"text": "September"
},
"$:/language/Date/Long/Month/10": {
"title": "$:/language/Date/Long/Month/10",
"text": "October"
},
"$:/language/Date/Long/Month/11": {
"title": "$:/language/Date/Long/Month/11",
"text": "November"
},
"$:/language/Date/Long/Month/12": {
"title": "$:/language/Date/Long/Month/12",
"text": "December"
},
"$:/language/Date/Period/am": {
"title": "$:/language/Date/Period/am",
"text": "am"
},
"$:/language/Date/Period/pm": {
"title": "$:/language/Date/Period/pm",
"text": "pm"
},
"$:/language/Date/Short/Day/0": {
"title": "$:/language/Date/Short/Day/0",
"text": "Sun"
},
"$:/language/Date/Short/Day/1": {
"title": "$:/language/Date/Short/Day/1",
"text": "Mon"
},
"$:/language/Date/Short/Day/2": {
"title": "$:/language/Date/Short/Day/2",
"text": "Tue"
},
"$:/language/Date/Short/Day/3": {
"title": "$:/language/Date/Short/Day/3",
"text": "Wed"
},
"$:/language/Date/Short/Day/4": {
"title": "$:/language/Date/Short/Day/4",
"text": "Thu"
},
"$:/language/Date/Short/Day/5": {
"title": "$:/language/Date/Short/Day/5",
"text": "Fri"
},
"$:/language/Date/Short/Day/6": {
"title": "$:/language/Date/Short/Day/6",
"text": "Sat"
},
"$:/language/Date/Short/Month/1": {
"title": "$:/language/Date/Short/Month/1",
"text": "Jan"
},
"$:/language/Date/Short/Month/2": {
"title": "$:/language/Date/Short/Month/2",
"text": "Feb"
},
"$:/language/Date/Short/Month/3": {
"title": "$:/language/Date/Short/Month/3",
"text": "Mar"
},
"$:/language/Date/Short/Month/4": {
"title": "$:/language/Date/Short/Month/4",
"text": "Apr"
},
"$:/language/Date/Short/Month/5": {
"title": "$:/language/Date/Short/Month/5",
"text": "May"
},
"$:/language/Date/Short/Month/6": {
"title": "$:/language/Date/Short/Month/6",
"text": "Jun"
},
"$:/language/Date/Short/Month/7": {
"title": "$:/language/Date/Short/Month/7",
"text": "Jul"
},
"$:/language/Date/Short/Month/8": {
"title": "$:/language/Date/Short/Month/8",
"text": "Aug"
},
"$:/language/Date/Short/Month/9": {
"title": "$:/language/Date/Short/Month/9",
"text": "Sep"
},
"$:/language/Date/Short/Month/10": {
"title": "$:/language/Date/Short/Month/10",
"text": "Oct"
},
"$:/language/Date/Short/Month/11": {
"title": "$:/language/Date/Short/Month/11",
"text": "Nov"
},
"$:/language/Date/Short/Month/12": {
"title": "$:/language/Date/Short/Month/12",
"text": "Dec"
},
"$:/language/RelativeDate/Future/Days": {
"title": "$:/language/RelativeDate/Future/Days",
"text": "<<period>> days from now"
},
"$:/language/RelativeDate/Future/Hours": {
"title": "$:/language/RelativeDate/Future/Hours",
"text": "<<period>> hours from now"
},
"$:/language/RelativeDate/Future/Minutes": {
"title": "$:/language/RelativeDate/Future/Minutes",
"text": "<<period>> minutes from now"
},
"$:/language/RelativeDate/Future/Months": {
"title": "$:/language/RelativeDate/Future/Months",
"text": "<<period>> months from now"
},
"$:/language/RelativeDate/Future/Second": {
"title": "$:/language/RelativeDate/Future/Second",
"text": "1 second from now"
},
"$:/language/RelativeDate/Future/Seconds": {
"title": "$:/language/RelativeDate/Future/Seconds",
"text": "<<period>> seconds from now"
},
"$:/language/RelativeDate/Future/Years": {
"title": "$:/language/RelativeDate/Future/Years",
"text": "<<period>> years from now"
},
"$:/language/RelativeDate/Past/Days": {
"title": "$:/language/RelativeDate/Past/Days",
"text": "<<period>> days ago"
},
"$:/language/RelativeDate/Past/Hours": {
"title": "$:/language/RelativeDate/Past/Hours",
"text": "<<period>> hours ago"
},
"$:/language/RelativeDate/Past/Minutes": {
"title": "$:/language/RelativeDate/Past/Minutes",
"text": "<<period>> minutes ago"
},
"$:/language/RelativeDate/Past/Months": {
"title": "$:/language/RelativeDate/Past/Months",
"text": "<<period>> months ago"
},
"$:/language/RelativeDate/Past/Second": {
"title": "$:/language/RelativeDate/Past/Second",
"text": "1 second ago"
},
"$:/language/RelativeDate/Past/Seconds": {
"title": "$:/language/RelativeDate/Past/Seconds",
"text": "<<period>> seconds ago"
},
"$:/language/RelativeDate/Past/Years": {
"title": "$:/language/RelativeDate/Past/Years",
"text": "<<period>> years ago"
},
"$:/language/Docs/ModuleTypes/animation": {
"title": "$:/language/Docs/ModuleTypes/animation",
"text": "Animations that may be used with the RevealWidget."
},
"$:/language/Docs/ModuleTypes/command": {
"title": "$:/language/Docs/ModuleTypes/command",
"text": "Commands that can be executed under Node.js."
},
"$:/language/Docs/ModuleTypes/config": {
"title": "$:/language/Docs/ModuleTypes/config",
"text": "Data to be inserted into `$tw.config`."
},
"$:/language/Docs/ModuleTypes/filteroperator": {
"title": "$:/language/Docs/ModuleTypes/filteroperator",
"text": "Individual filter operator methods."
},
"$:/language/Docs/ModuleTypes/global": {
"title": "$:/language/Docs/ModuleTypes/global",
"text": "Global data to be inserted into `$tw`."
},
"$:/language/Docs/ModuleTypes/isfilteroperator": {
"title": "$:/language/Docs/ModuleTypes/isfilteroperator",
"text": "Operands for the ''is'' filter operator."
},
"$:/language/Docs/ModuleTypes/macro": {
"title": "$:/language/Docs/ModuleTypes/macro",
"text": "JavaScript macro definitions."
},
"$:/language/Docs/ModuleTypes/parser": {
"title": "$:/language/Docs/ModuleTypes/parser",
"text": "Parsers for different content types."
},
"$:/language/Docs/ModuleTypes/saver": {
"title": "$:/language/Docs/ModuleTypes/saver",
"text": "Savers handle different methods for saving files from the browser."
},
"$:/language/Docs/ModuleTypes/startup": {
"title": "$:/language/Docs/ModuleTypes/startup",
"text": "Startup functions."
},
"$:/language/Docs/ModuleTypes/storyview": {
"title": "$:/language/Docs/ModuleTypes/storyview",
"text": "Story views customise the animation and behaviour of list widgets."
},
"$:/language/Docs/ModuleTypes/tiddlerdeserializer": {
"title": "$:/language/Docs/ModuleTypes/tiddlerdeserializer",
"text": "Converts different content types into tiddlers."
},
"$:/language/Docs/ModuleTypes/tiddlerfield": {
"title": "$:/language/Docs/ModuleTypes/tiddlerfield",
"text": "Defines the behaviour of an individual tiddler field."
},
"$:/language/Docs/ModuleTypes/tiddlermethod": {
"title": "$:/language/Docs/ModuleTypes/tiddlermethod",
"text": "Adds methods to the `$tw.Tiddler` prototype."
},
"$:/language/Docs/ModuleTypes/upgrader": {
"title": "$:/language/Docs/ModuleTypes/upgrader",
"text": "Applies upgrade processing to tiddlers during an upgrade/import."
},
"$:/language/Docs/ModuleTypes/utils": {
"title": "$:/language/Docs/ModuleTypes/utils",
"text": "Adds methods to `$tw.utils`."
},
"$:/language/Docs/ModuleTypes/utils-node": {
"title": "$:/language/Docs/ModuleTypes/utils-node",
"text": "Adds Node.js-specific methods to `$tw.utils`."
},
"$:/language/Docs/ModuleTypes/widget": {
"title": "$:/language/Docs/ModuleTypes/widget",
"text": "Widgets encapsulate DOM rendering and refreshing."
},
"$:/language/Docs/ModuleTypes/wikimethod": {
"title": "$:/language/Docs/ModuleTypes/wikimethod",
"text": "Adds methods to `$tw.Wiki`."
},
"$:/language/Docs/ModuleTypes/wikirule": {
"title": "$:/language/Docs/ModuleTypes/wikirule",
"text": "Individual parser rules for the main WikiText parser."
},
"$:/language/Docs/PaletteColours/alert-background": {
"title": "$:/language/Docs/PaletteColours/alert-background",
"text": "Alert background"
},
"$:/language/Docs/PaletteColours/alert-border": {
"title": "$:/language/Docs/PaletteColours/alert-border",
"text": "Alert border"
},
"$:/language/Docs/PaletteColours/alert-highlight": {
"title": "$:/language/Docs/PaletteColours/alert-highlight",
"text": "Alert highlight"
},
"$:/language/Docs/PaletteColours/alert-muted-foreground": {
"title": "$:/language/Docs/PaletteColours/alert-muted-foreground",
"text": "Alert muted foreground"
},
"$:/language/Docs/PaletteColours/background": {
"title": "$:/language/Docs/PaletteColours/background",
"text": "General background"
},
"$:/language/Docs/PaletteColours/blockquote-bar": {
"title": "$:/language/Docs/PaletteColours/blockquote-bar",
"text": "Blockquote bar"
},
"$:/language/Docs/PaletteColours/dirty-indicator": {
"title": "$:/language/Docs/PaletteColours/dirty-indicator",
"text": "Unsaved changes indicator"
},
"$:/language/Docs/PaletteColours/code-background": {
"title": "$:/language/Docs/PaletteColours/code-background",
"text": "Code background"
},
"$:/language/Docs/PaletteColours/code-border": {
"title": "$:/language/Docs/PaletteColours/code-border",
"text": "Code border"
},
"$:/language/Docs/PaletteColours/code-foreground": {
"title": "$:/language/Docs/PaletteColours/code-foreground",
"text": "Code foreground"
},
"$:/language/Docs/PaletteColours/download-background": {
"title": "$:/language/Docs/PaletteColours/download-background",
"text": "Download button background"
},
"$:/language/Docs/PaletteColours/download-foreground": {
"title": "$:/language/Docs/PaletteColours/download-foreground",
"text": "Download button foreground"
},
"$:/language/Docs/PaletteColours/dragger-background": {
"title": "$:/language/Docs/PaletteColours/dragger-background",
"text": "Dragger background"
},
"$:/language/Docs/PaletteColours/dragger-foreground": {
"title": "$:/language/Docs/PaletteColours/dragger-foreground",
"text": "Dragger foreground"
},
"$:/language/Docs/PaletteColours/dropdown-background": {
"title": "$:/language/Docs/PaletteColours/dropdown-background",
"text": "Dropdown background"
},
"$:/language/Docs/PaletteColours/dropdown-border": {
"title": "$:/language/Docs/PaletteColours/dropdown-border",
"text": "Dropdown border"
},
"$:/language/Docs/PaletteColours/dropdown-tab-background-selected": {
"title": "$:/language/Docs/PaletteColours/dropdown-tab-background-selected",
"text": "Dropdown tab background for selected tabs"
},
"$:/language/Docs/PaletteColours/dropdown-tab-background": {
"title": "$:/language/Docs/PaletteColours/dropdown-tab-background",
"text": "Dropdown tab background"
},
"$:/language/Docs/PaletteColours/dropzone-background": {
"title": "$:/language/Docs/PaletteColours/dropzone-background",
"text": "Dropzone background"
},
"$:/language/Docs/PaletteColours/external-link-background-hover": {
"title": "$:/language/Docs/PaletteColours/external-link-background-hover",
"text": "External link background hover"
},
"$:/language/Docs/PaletteColours/external-link-background-visited": {
"title": "$:/language/Docs/PaletteColours/external-link-background-visited",
"text": "External link background visited"
},
"$:/language/Docs/PaletteColours/external-link-background": {
"title": "$:/language/Docs/PaletteColours/external-link-background",
"text": "External link background"
},
"$:/language/Docs/PaletteColours/external-link-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/external-link-foreground-hover",
"text": "External link foreground hover"
},
"$:/language/Docs/PaletteColours/external-link-foreground-visited": {
"title": "$:/language/Docs/PaletteColours/external-link-foreground-visited",
"text": "External link foreground visited"
},
"$:/language/Docs/PaletteColours/external-link-foreground": {
"title": "$:/language/Docs/PaletteColours/external-link-foreground",
"text": "External link foreground"
},
"$:/language/Docs/PaletteColours/foreground": {
"title": "$:/language/Docs/PaletteColours/foreground",
"text": "General foreground"
},
"$:/language/Docs/PaletteColours/message-background": {
"title": "$:/language/Docs/PaletteColours/message-background",
"text": "Message box background"
},
"$:/language/Docs/PaletteColours/message-border": {
"title": "$:/language/Docs/PaletteColours/message-border",
"text": "Message box border"
},
"$:/language/Docs/PaletteColours/message-foreground": {
"title": "$:/language/Docs/PaletteColours/message-foreground",
"text": "Message box foreground"
},
"$:/language/Docs/PaletteColours/modal-backdrop": {
"title": "$:/language/Docs/PaletteColours/modal-backdrop",
"text": "Modal backdrop"
},
"$:/language/Docs/PaletteColours/modal-background": {
"title": "$:/language/Docs/PaletteColours/modal-background",
"text": "Modal background"
},
"$:/language/Docs/PaletteColours/modal-border": {
"title": "$:/language/Docs/PaletteColours/modal-border",
"text": "Modal border"
},
"$:/language/Docs/PaletteColours/modal-footer-background": {
"title": "$:/language/Docs/PaletteColours/modal-footer-background",
"text": "Modal footer background"
},
"$:/language/Docs/PaletteColours/modal-footer-border": {
"title": "$:/language/Docs/PaletteColours/modal-footer-border",
"text": "Modal footer border"
},
"$:/language/Docs/PaletteColours/modal-header-border": {
"title": "$:/language/Docs/PaletteColours/modal-header-border",
"text": "Modal header border"
},
"$:/language/Docs/PaletteColours/muted-foreground": {
"title": "$:/language/Docs/PaletteColours/muted-foreground",
"text": "General muted foreground"
},
"$:/language/Docs/PaletteColours/notification-background": {
"title": "$:/language/Docs/PaletteColours/notification-background",
"text": "Notification background"
},
"$:/language/Docs/PaletteColours/notification-border": {
"title": "$:/language/Docs/PaletteColours/notification-border",
"text": "Notification border"
},
"$:/language/Docs/PaletteColours/page-background": {
"title": "$:/language/Docs/PaletteColours/page-background",
"text": "Page background"
},
"$:/language/Docs/PaletteColours/pre-background": {
"title": "$:/language/Docs/PaletteColours/pre-background",
"text": "Preformatted code background"
},
"$:/language/Docs/PaletteColours/pre-border": {
"title": "$:/language/Docs/PaletteColours/pre-border",
"text": "Preformatted code border"
},
"$:/language/Docs/PaletteColours/primary": {
"title": "$:/language/Docs/PaletteColours/primary",
"text": "General primary"
},
"$:/language/Docs/PaletteColours/sidebar-button-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-button-foreground",
"text": "Sidebar button foreground"
},
"$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover",
"text": "Sidebar controls foreground hover"
},
"$:/language/Docs/PaletteColours/sidebar-controls-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground",
"text": "Sidebar controls foreground"
},
"$:/language/Docs/PaletteColours/sidebar-foreground-shadow": {
"title": "$:/language/Docs/PaletteColours/sidebar-foreground-shadow",
"text": "Sidebar foreground shadow"
},
"$:/language/Docs/PaletteColours/sidebar-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-foreground",
"text": "Sidebar foreground"
},
"$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover",
"text": "Sidebar muted foreground hover"
},
"$:/language/Docs/PaletteColours/sidebar-muted-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground",
"text": "Sidebar muted foreground"
},
"$:/language/Docs/PaletteColours/sidebar-tab-background-selected": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-background-selected",
"text": "Sidebar tab background for selected tabs"
},
"$:/language/Docs/PaletteColours/sidebar-tab-background": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-background",
"text": "Sidebar tab background"
},
"$:/language/Docs/PaletteColours/sidebar-tab-border-selected": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-border-selected",
"text": "Sidebar tab border for selected tabs"
},
"$:/language/Docs/PaletteColours/sidebar-tab-border": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-border",
"text": "Sidebar tab border"
},
"$:/language/Docs/PaletteColours/sidebar-tab-divider": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-divider",
"text": "Sidebar tab divider"
},
"$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected",
"text": "Sidebar tab foreground for selected tabs"
},
"$:/language/Docs/PaletteColours/sidebar-tab-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground",
"text": "Sidebar tab foreground"
},
"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover",
"text": "Sidebar tiddler link foreground hover"
},
"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground",
"text": "Sidebar tiddler link foreground"
},
"$:/language/Docs/PaletteColours/static-alert-foreground": {
"title": "$:/language/Docs/PaletteColours/static-alert-foreground",
"text": "Static alert foreground"
},
"$:/language/Docs/PaletteColours/tab-background-selected": {
"title": "$:/language/Docs/PaletteColours/tab-background-selected",
"text": "Tab background for selected tabs"
},
"$:/language/Docs/PaletteColours/tab-background": {
"title": "$:/language/Docs/PaletteColours/tab-background",
"text": "Tab background"
},
"$:/language/Docs/PaletteColours/tab-border-selected": {
"title": "$:/language/Docs/PaletteColours/tab-border-selected",
"text": "Tab border for selected tabs"
},
"$:/language/Docs/PaletteColours/tab-border": {
"title": "$:/language/Docs/PaletteColours/tab-border",
"text": "Tab border"
},
"$:/language/Docs/PaletteColours/tab-divider": {
"title": "$:/language/Docs/PaletteColours/tab-divider",
"text": "Tab divider"
},
"$:/language/Docs/PaletteColours/tab-foreground-selected": {
"title": "$:/language/Docs/PaletteColours/tab-foreground-selected",
"text": "Tab foreground for selected tabs"
},
"$:/language/Docs/PaletteColours/tab-foreground": {
"title": "$:/language/Docs/PaletteColours/tab-foreground",
"text": "Tab foreground"
},
"$:/language/Docs/PaletteColours/table-border": {
"title": "$:/language/Docs/PaletteColours/table-border",
"text": "Table border"
},
"$:/language/Docs/PaletteColours/table-footer-background": {
"title": "$:/language/Docs/PaletteColours/table-footer-background",
"text": "Table footer background"
},
"$:/language/Docs/PaletteColours/table-header-background": {
"title": "$:/language/Docs/PaletteColours/table-header-background",
"text": "Table header background"
},
"$:/language/Docs/PaletteColours/tag-background": {
"title": "$:/language/Docs/PaletteColours/tag-background",
"text": "Tag background"
},
"$:/language/Docs/PaletteColours/tag-foreground": {
"title": "$:/language/Docs/PaletteColours/tag-foreground",
"text": "Tag foreground"
},
"$:/language/Docs/PaletteColours/tiddler-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-background",
"text": "Tiddler background"
},
"$:/language/Docs/PaletteColours/tiddler-border": {
"title": "$:/language/Docs/PaletteColours/tiddler-border",
"text": "Tiddler border"
},
"$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover",
"text": "Tiddler controls foreground hover"
},
"$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected": {
"title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected",
"text": "Tiddler controls foreground for selected controls"
},
"$:/language/Docs/PaletteColours/tiddler-controls-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground",
"text": "Tiddler controls foreground"
},
"$:/language/Docs/PaletteColours/tiddler-editor-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-background",
"text": "Tiddler editor background"
},
"$:/language/Docs/PaletteColours/tiddler-editor-border-image": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-border-image",
"text": "Tiddler editor border image"
},
"$:/language/Docs/PaletteColours/tiddler-editor-border": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-border",
"text": "Tiddler editor border"
},
"$:/language/Docs/PaletteColours/tiddler-editor-fields-even": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-even",
"text": "Tiddler editor background for even fields"
},
"$:/language/Docs/PaletteColours/tiddler-editor-fields-odd": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-odd",
"text": "Tiddler editor background for odd fields"
},
"$:/language/Docs/PaletteColours/tiddler-info-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-info-background",
"text": "Tiddler info panel background"
},
"$:/language/Docs/PaletteColours/tiddler-info-border": {
"title": "$:/language/Docs/PaletteColours/tiddler-info-border",
"text": "Tiddler info panel border"
},
"$:/language/Docs/PaletteColours/tiddler-info-tab-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-info-tab-background",
"text": "Tiddler info panel tab background"
},
"$:/language/Docs/PaletteColours/tiddler-link-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-link-background",
"text": "Tiddler link background"
},
"$:/language/Docs/PaletteColours/tiddler-link-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-link-foreground",
"text": "Tiddler link foreground"
},
"$:/language/Docs/PaletteColours/tiddler-subtitle-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-subtitle-foreground",
"text": "Tiddler subtitle foreground"
},
"$:/language/Docs/PaletteColours/tiddler-title-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-title-foreground",
"text": "Tiddler title foreground"
},
"$:/language/Docs/PaletteColours/toolbar-new-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-new-button",
"text": "Toolbar 'new tiddler' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-options-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-options-button",
"text": "Toolbar 'options' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-save-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-save-button",
"text": "Toolbar 'save' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-info-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-info-button",
"text": "Toolbar 'info' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-edit-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-edit-button",
"text": "Toolbar 'edit' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-close-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-close-button",
"text": "Toolbar 'close' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-delete-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-delete-button",
"text": "Toolbar 'delete' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-cancel-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-cancel-button",
"text": "Toolbar 'cancel' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-done-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-done-button",
"text": "Toolbar 'done' button foreground"
},
"$:/language/Docs/PaletteColours/untagged-background": {
"title": "$:/language/Docs/PaletteColours/untagged-background",
"text": "Untagged pill background"
},
"$:/language/Docs/PaletteColours/very-muted-foreground": {
"title": "$:/language/Docs/PaletteColours/very-muted-foreground",
"text": "Very muted foreground"
},
"$:/language/EditTemplate/Body/External/Hint": {
"title": "$:/language/EditTemplate/Body/External/Hint",
"text": "This is an external tiddler stored outside of the main TiddlyWiki file. You can edit the tags and fields but cannot directly edit the content itself"
},
"$:/language/EditTemplate/Body/Hint": {
"title": "$:/language/EditTemplate/Body/Hint",
"text": "Use [[wiki text|http://tiddlywiki.com/static/WikiText.html]] to add formatting, images, and dynamic features"
},
"$:/language/EditTemplate/Body/Placeholder": {
"title": "$:/language/EditTemplate/Body/Placeholder",
"text": "Type the text for this tiddler"
},
"$:/language/EditTemplate/Body/Preview/Button/Hide": {
"title": "$:/language/EditTemplate/Body/Preview/Button/Hide",
"text": "hide preview"
},
"$:/language/EditTemplate/Body/Preview/Button/Show": {
"title": "$:/language/EditTemplate/Body/Preview/Button/Show",
"text": "show preview"
},
"$:/language/EditTemplate/Field/Remove/Caption": {
"title": "$:/language/EditTemplate/Field/Remove/Caption",
"text": "remove field"
},
"$:/language/EditTemplate/Field/Remove/Hint": {
"title": "$:/language/EditTemplate/Field/Remove/Hint",
"text": "Remove field"
},
"$:/language/EditTemplate/Fields/Add/Button": {
"title": "$:/language/EditTemplate/Fields/Add/Button",
"text": "add"
},
"$:/language/EditTemplate/Fields/Add/Name/Placeholder": {
"title": "$:/language/EditTemplate/Fields/Add/Name/Placeholder",
"text": "field name"
},
"$:/language/EditTemplate/Fields/Add/Prompt": {
"title": "$:/language/EditTemplate/Fields/Add/Prompt",
"text": "Add a new field:"
},
"$:/language/EditTemplate/Fields/Add/Value/Placeholder": {
"title": "$:/language/EditTemplate/Fields/Add/Value/Placeholder",
"text": "field value"
},
"$:/language/EditTemplate/Shadow/Warning": {
"title": "$:/language/EditTemplate/Shadow/Warning",
"text": "This is a shadow tiddler. Any changes will override the default version"
},
"$:/language/EditTemplate/Shadow/OverriddenWarning": {
"title": "$:/language/EditTemplate/Shadow/OverriddenWarning",
"text": "This is a modified shadow tiddler. You can revert to the default version by deleting this tiddler"
},
"$:/language/EditTemplate/Tags/Add/Button": {
"title": "$:/language/EditTemplate/Tags/Add/Button",
"text": "add"
},
"$:/language/EditTemplate/Tags/Add/Placeholder": {
"title": "$:/language/EditTemplate/Tags/Add/Placeholder",
"text": "tag name"
},
"$:/language/EditTemplate/Tags/Dropdown/Caption": {
"title": "$:/language/EditTemplate/Tags/Dropdown/Caption",
"text": "tag list"
},
"$:/language/EditTemplate/Tags/Dropdown/Hint": {
"title": "$:/language/EditTemplate/Tags/Dropdown/Hint",
"text": "Show tag list"
},
"$:/language/EditTemplate/Type/Dropdown/Caption": {
"title": "$:/language/EditTemplate/Type/Dropdown/Caption",
"text": "content type list"
},
"$:/language/EditTemplate/Type/Dropdown/Hint": {
"title": "$:/language/EditTemplate/Type/Dropdown/Hint",
"text": "Show content type list"
},
"$:/language/EditTemplate/Type/Delete/Caption": {
"title": "$:/language/EditTemplate/Type/Delete/Caption",
"text": "delete content type"
},
"$:/language/EditTemplate/Type/Delete/Hint": {
"title": "$:/language/EditTemplate/Type/Delete/Hint",
"text": "Delete content type"
},
"$:/language/EditTemplate/Type/Placeholder": {
"title": "$:/language/EditTemplate/Type/Placeholder",
"text": "content type"
},
"$:/language/EditTemplate/Type/Prompt": {
"title": "$:/language/EditTemplate/Type/Prompt",
"text": "Type:"
},
"$:/language/Exporters/StaticRiver": {
"title": "$:/language/Exporters/StaticRiver",
"text": "Static HTML"
},
"$:/language/Exporters/JsonFile": {
"title": "$:/language/Exporters/JsonFile",
"text": "JSON file"
},
"$:/language/Exporters/CsvFile": {
"title": "$:/language/Exporters/CsvFile",
"text": "CSV file"
},
"$:/language/Exporters/TidFile": {
"title": "$:/language/Exporters/TidFile",
"text": "\".tid\" file"
},
"$:/language/Docs/Fields/_canonical_uri": {
"title": "$:/language/Docs/Fields/_canonical_uri",
"text": "The full URI of an external image tiddler"
},
"$:/language/Docs/Fields/bag": {
"title": "$:/language/Docs/Fields/bag",
"text": "The name of the bag from which a tiddler came"
},
"$:/language/Docs/Fields/caption": {
"title": "$:/language/Docs/Fields/caption",
"text": "The text to be displayed on a tab or button"
},
"$:/language/Docs/Fields/color": {
"title": "$:/language/Docs/Fields/color",
"text": "The CSS color value associated with a tiddler"
},
"$:/language/Docs/Fields/component": {
"title": "$:/language/Docs/Fields/component",
"text": "The name of the component responsible for an [[alert tiddler|AlertMechanism]]"
},
"$:/language/Docs/Fields/current-tiddler": {
"title": "$:/language/Docs/Fields/current-tiddler",
"text": "Used to cache the top tiddler in a [[history list|HistoryMechanism]]"
},
"$:/language/Docs/Fields/created": {
"title": "$:/language/Docs/Fields/created",
"text": "The date a tiddler was created"
},
"$:/language/Docs/Fields/creator": {
"title": "$:/language/Docs/Fields/creator",
"text": "The name of the person who created a tiddler"
},
"$:/language/Docs/Fields/dependents": {
"title": "$:/language/Docs/Fields/dependents",
"text": "For a plugin, lists the dependent plugin titles"
},
"$:/language/Docs/Fields/description": {
"title": "$:/language/Docs/Fields/description",
"text": "The descriptive text for a plugin, or a modal dialogue"
},
"$:/language/Docs/Fields/draft.of": {
"title": "$:/language/Docs/Fields/draft.of",
"text": "For draft tiddlers, contains the title of the tiddler of which this is a draft"
},
"$:/language/Docs/Fields/draft.title": {
"title": "$:/language/Docs/Fields/draft.title",
"text": "For draft tiddlers, contains the proposed new title of the tiddler"
},
"$:/language/Docs/Fields/footer": {
"title": "$:/language/Docs/Fields/footer",
"text": "The footer text for a wizard"
},
"$:/language/Docs/Fields/hack-to-give-us-something-to-compare-against": {
"title": "$:/language/Docs/Fields/hack-to-give-us-something-to-compare-against",
"text": "A temporary storage field used in [[$:/core/templates/static.content]]"
},
"$:/language/Docs/Fields/icon": {
"title": "$:/language/Docs/Fields/icon",
"text": "The title of the tiddler containing the icon associated with a tiddler"
},
"$:/language/Docs/Fields/library": {
"title": "$:/language/Docs/Fields/library",
"text": "If set to \"yes\" indicates that a tiddler should be saved as a JavaScript library"
},
"$:/language/Docs/Fields/list": {
"title": "$:/language/Docs/Fields/list",
"text": "An ordered list of tiddler titles associated with a tiddler"
},
"$:/language/Docs/Fields/list-before": {
"title": "$:/language/Docs/Fields/list-before",
"text": "If set, the title of a tiddler before which this tiddler should be added to the ordered list of tiddler titles, or at the start of the list if this field is present but empty"
},
"$:/language/Docs/Fields/list-after": {
"title": "$:/language/Docs/Fields/list-after",
"text": "If set, the title of the tiddler after which this tiddler should be added to the ordered list of tiddler titles"
},
"$:/language/Docs/Fields/modified": {
"title": "$:/language/Docs/Fields/modified",
"text": "The date and time at which a tiddler was last modified"
},
"$:/language/Docs/Fields/modifier": {
"title": "$:/language/Docs/Fields/modifier",
"text": "The tiddler title associated with the person who last modified a tiddler"
},
"$:/language/Docs/Fields/name": {
"title": "$:/language/Docs/Fields/name",
"text": "The human readable name associated with a plugin tiddler"
},
"$:/language/Docs/Fields/plugin-priority": {
"title": "$:/language/Docs/Fields/plugin-priority",
"text": "A numerical value indicating the priority of a plugin tiddler"
},
"$:/language/Docs/Fields/plugin-type": {
"title": "$:/language/Docs/Fields/plugin-type",
"text": "The type of plugin in a plugin tiddler"
},
"$:/language/Docs/Fields/revision": {
"title": "$:/language/Docs/Fields/revision",
"text": "The revision of the tiddler held at the server"
},
"$:/language/Docs/Fields/released": {
"title": "$:/language/Docs/Fields/released",
"text": "Date of a TiddlyWiki release"
},
"$:/language/Docs/Fields/source": {
"title": "$:/language/Docs/Fields/source",
"text": "The source URL associated with a tiddler"
},
"$:/language/Docs/Fields/subtitle": {
"title": "$:/language/Docs/Fields/subtitle",
"text": "The subtitle text for a wizard"
},
"$:/language/Docs/Fields/tags": {
"title": "$:/language/Docs/Fields/tags",
"text": "A list of tags associated with a tiddler"
},
"$:/language/Docs/Fields/text": {
"title": "$:/language/Docs/Fields/text",
"text": "The body text of a tiddler"
},
"$:/language/Docs/Fields/title": {
"title": "$:/language/Docs/Fields/title",
"text": "The unique name of a tiddler"
},
"$:/language/Docs/Fields/type": {
"title": "$:/language/Docs/Fields/type",
"text": "The content type of a tiddler"
},
"$:/language/Docs/Fields/version": {
"title": "$:/language/Docs/Fields/version",
"text": "Version information for a plugin"
},
"$:/language/Filters/AllTiddlers": {
"title": "$:/language/Filters/AllTiddlers",
"text": "All tiddlers except system tiddlers"
},
"$:/language/Filters/RecentSystemTiddlers": {
"title": "$:/language/Filters/RecentSystemTiddlers",
"text": "Recently modified tiddlers, including system tiddlers"
},
"$:/language/Filters/RecentTiddlers": {
"title": "$:/language/Filters/RecentTiddlers",
"text": "Recently modified tiddlers"
},
"$:/language/Filters/AllTags": {
"title": "$:/language/Filters/AllTags",
"text": "All tags except system tags"
},
"$:/language/Filters/Missing": {
"title": "$:/language/Filters/Missing",
"text": "Missing tiddlers"
},
"$:/language/Filters/Drafts": {
"title": "$:/language/Filters/Drafts",
"text": "Draft tiddlers"
},
"$:/language/Filters/Orphans": {
"title": "$:/language/Filters/Orphans",
"text": "Orphan tiddlers"
},
"$:/language/Filters/SystemTiddlers": {
"title": "$:/language/Filters/SystemTiddlers",
"text": "System tiddlers"
},
"$:/language/Filters/ShadowTiddlers": {
"title": "$:/language/Filters/ShadowTiddlers",
"text": "Shadow tiddlers"
},
"$:/language/Filters/OverriddenShadowTiddlers": {
"title": "$:/language/Filters/OverriddenShadowTiddlers",
"text": "Overridden shadow tiddlers"
},
"$:/language/Filters/SystemTags": {
"title": "$:/language/Filters/SystemTags",
"text": "System tags"
},
"$:/language/Filters/TypedTiddlers": {
"title": "$:/language/Filters/TypedTiddlers",
"text": "Non wiki-text tiddlers"
},
"GettingStarted": {
"title": "GettingStarted",
"text": "\\define lingo-base() $:/language/ControlPanel/Basics/\nWelcome to ~TiddlyWiki and the ~TiddlyWiki community\n\nBefore you start storing important information in ~TiddlyWiki it is important to make sure that you can reliably save changes. See http://tiddlywiki.com/#GettingStarted for details\n\n!! Set up this ~TiddlyWiki\n\n<div class=\"tc-control-panel\">\n\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit-text tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n</div>\n\nSee the [[control panel|$:/ControlPanel]] for more options.\n"
},
"$:/language/Help/build": {
"title": "$:/language/Help/build",
"description": "Automatically run configured commands",
"text": "Build the specified build targets for the current wiki. If no build targets are specified then all available targets will be built.\n\n```\n--build <target> [<target> ...]\n```\n\nBuild targets are defined in the `tiddlywiki.info` file of a wiki folder.\n\n"
},
"$:/language/Help/clearpassword": {
"title": "$:/language/Help/clearpassword",
"description": "Clear a password for subsequent crypto operations",
"text": "Clear the password for subsequent crypto operations\n\n```\n--clearpassword\n```\n"
},
"$:/language/Help/default": {
"title": "$:/language/Help/default",
"text": "\\define commandTitle()\n$:/language/Help/$(command)$\n\\end\n```\nusage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]\n```\n\nAvailable commands:\n\n<ul>\n<$list filter=\"[commands[]sort[title]]\" variable=\"command\">\n<li><$link to=<<commandTitle>>><$macrocall $name=\"command\" $type=\"text/plain\" $output=\"text/plain\"/></$link>: <$transclude tiddler=<<commandTitle>> field=\"description\"/></li>\n</$list>\n</ul>\n\nTo get detailed help on a command:\n\n```\ntiddlywiki --help <command>\n```\n"
},
"$:/language/Help/editions": {
"title": "$:/language/Help/editions",
"description": "Lists the available editions of TiddlyWiki",
"text": "Lists the names and descriptions of the available editions. You can create a new wiki of a specified edition with the `--init` command.\n\n```\n--editions\n```\n"
},
"$:/language/Help/help": {
"title": "$:/language/Help/help",
"description": "Display help for TiddlyWiki commands",
"text": "Displays help text for a command:\n\n```\n--help [<command>]\n```\n\nIf the command name is omitted then a list of available commands is displayed.\n"
},
"$:/language/Help/init": {
"title": "$:/language/Help/init",
"description": "Initialise a new wiki folder",
"text": "Initialise an empty [[WikiFolder|WikiFolders]] with a copy of the specified edition.\n\n```\n--init <edition> [<edition> ...]\n```\n\nFor example:\n\n```\ntiddlywiki ./MyWikiFolder --init empty\n```\n\nNote:\n\n* The wiki folder directory will be created if necessary\n* The \"edition\" defaults to ''empty''\n* The init command will fail if the wiki folder is not empty\n* The init command removes any `includeWikis` definitions in the edition's `tiddlywiki.info` file\n* When multiple editions are specified, editions initialised later will overwrite any files shared with earlier editions (so, the final `tiddlywiki.info` file will be copied from the last edition)\n* `--editions` returns a list of available editions\n"
},
"$:/language/Help/load": {
"title": "$:/language/Help/load",
"description": "Load tiddlers from a file",
"text": "Load tiddlers from 2.x.x TiddlyWiki files (`.html`), `.tiddler`, `.tid`, `.json` or other files \n\n```\n--load <filepath>\n```\n\nTo load tiddlers from an encrypted TiddlyWiki file you should first specify the password with the PasswordCommand. For example:\n\n```\ntiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html\n```\n\nNote that TiddlyWiki will not load an older version of an already loaded plugin.\n"
},
"$:/language/Help/makelibrary": {
"title": "$:/language/Help/makelibrary",
"description": "Construct library plugin required by upgrade process",
"text": "Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process.\n\nThe upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository.\n\nThis command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure.\n\n```\n--makelibrary <title>\n```\n\nThe title argument defaults to `$:/UpgradeLibrary`.\n"
},
"$:/language/Help/notfound": {
"title": "$:/language/Help/notfound",
"text": "No such help item"
},
"$:/language/Help/output": {
"title": "$:/language/Help/output",
"description": "Set the base output directory for subsequent commands",
"text": "Sets the base output directory for subsequent commands. The default output directory is the `output` subdirectory of the edition directory.\n\n```\n--output <pathname>\n```\n\nIf the specified pathname is relative then it is resolved relative to the current working directory. For example `--output .` sets the output directory to the current working directory.\n\n"
},
"$:/language/Help/password": {
"title": "$:/language/Help/password",
"description": "Set a password for subsequent crypto operations",
"text": "Set a password for subsequent crypto operations\n\n```\n--password <password>\n```\n\n"
},
"$:/language/Help/rendertiddler": {
"title": "$:/language/Help/rendertiddler",
"description": "Render an individual tiddler as a specified ContentType",
"text": "Render an individual tiddler as a specified ContentType, defaults to `text/html` and save it to the specified filename:\n\n```\n--rendertiddler <title> <filename> [<type>]\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n"
},
"$:/language/Help/rendertiddlers": {
"title": "$:/language/Help/rendertiddlers",
"description": "Render tiddlers matching a filter to a specified ContentType",
"text": "Render a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).\n\n```\n--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>] [\"noclean\"]\n```\n\nFor example:\n\n```\n--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny files in the target directory are deleted unless the \"noclean\" parameter is specified. The target directory is recursively created if it is missing.\n"
},
"$:/language/Help/savetiddler": {
"title": "$:/language/Help/savetiddler",
"description": "Saves a raw tiddler to a file",
"text": "Saves an individual tiddler in its raw text or binary format to the specified filename. \n\n```\n--savetiddler <title> <filename>\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n"
},
"$:/language/Help/savetiddlers": {
"title": "$:/language/Help/savetiddlers",
"description": "Saves a group of raw tiddlers to a directory",
"text": "Saves a group of tiddlers in their raw text or binary format to the specified directory. \n\n```\n--savetiddlers <filter> <pathname>\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the pathname are automatically created.\n"
},
"$:/language/Help/server": {
"title": "$:/language/Help/server",
"description": "Provides an HTTP server interface to TiddlyWiki",
"text": "The server built in to TiddlyWiki5 is very simple. Although compatible with TiddlyWeb it doesn't support many of the features needed for robust Internet-facing usage.\n\nAt the root, it serves a rendering of a specified tiddler. Away from the root, it serves individual tiddlers encoded in JSON, and supports the basic HTTP operations for `GET`, `PUT` and `DELETE`.\n\n```\n--server <port> <roottiddler> <rendertype> <servetype> <username> <password> <host> <pathprefix>\n```\n\nThe parameters are:\n\n* ''port'' - port number to serve from (defaults to \"8080\")\n* ''roottiddler'' - the tiddler to serve at the root (defaults to \"$:/core/save/all\") \n* ''rendertype'' - the content type to which the root tiddler should be rendered (defaults to \"text/plain\")\n* ''servetype'' - the content type with which the root tiddler should be served (defaults to \"text/html\")\n* ''username'' - the default username for signing edits\n* ''password'' - optional password for basic authentication\n* ''host'' - optional hostname to serve from (defaults to \"127.0.0.1\" aka \"localhost\")\n* ''pathprefix'' - optional prefix for paths\n\nIf the password parameter is specified then the browser will prompt the user for the username and password. Note that the password is transmitted in plain text so this implementation isn't suitable for general use.\n\nFor example:\n\n```\n--server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd\n```\n\nThe username and password can be specified as empty strings if you need to set the hostname or pathprefix and don't want to require a password:\n\n```\n--server 8080 $:/core/save/all text/plain text/html \"\" \"\" 192.168.0.245\n```\n\nTo run multiple TiddlyWiki servers at the same time you'll need to put each one on a different port.\n"
},
"$:/language/Help/setfield": {
"title": "$:/language/Help/setfield",
"description": "Prepares external tiddlers for use",
"text": "//Note that this command is experimental and may change or be replaced before being finalised//\n\nSets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.\n\n```\n--setfield <filter> <fieldname> <templatetitle> <rendertype>\n```\n\nThe parameters are:\n\n* ''filter'' - filter identifying the tiddlers to be affected\n* ''fieldname'' - the field to modify (defaults to \"text\")\n* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted\n* ''type'' - the text type to render (defaults to \"text/plain\"; \"text/html\" can be used to include HTML tags)\n\n"
},
"$:/language/Help/unpackplugin": {
"title": "$:/language/Help/unpackplugin",
"description": "Unpack the payload tiddlers from a plugin",
"text": "Extract the payload tiddlers from a plugin, creating them as ordinary tiddlers:\n\n```\n--unpackplugin <title>\n```\n"
},
"$:/language/Help/verbose": {
"title": "$:/language/Help/verbose",
"description": "Triggers verbose output mode",
"text": "Triggers verbose output, useful for debugging \n\n```\n--verbose\n```\n"
},
"$:/language/Help/version": {
"title": "$:/language/Help/version",
"description": "Displays the version number of TiddlyWiki",
"text": "Displays the version number of TiddlyWiki.\n\n```\n--version\n```\n"
},
"$:/language/Import/Listing/Cancel/Caption": {
"title": "$:/language/Import/Listing/Cancel/Caption",
"text": "Cancel"
},
"$:/language/Import/Listing/Hint": {
"title": "$:/language/Import/Listing/Hint",
"text": "These tiddlers are ready to import:"
},
"$:/language/Import/Listing/Import/Caption": {
"title": "$:/language/Import/Listing/Import/Caption",
"text": "Import"
},
"$:/language/Import/Listing/Select/Caption": {
"title": "$:/language/Import/Listing/Select/Caption",
"text": "Select"
},
"$:/language/Import/Listing/Status/Caption": {
"title": "$:/language/Import/Listing/Status/Caption",
"text": "Status"
},
"$:/language/Import/Listing/Title/Caption": {
"title": "$:/language/Import/Listing/Title/Caption",
"text": "Title"
},
"$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible": {
"title": "$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible",
"text": "Blocked incompatible or obsolete plugin "
},
"$:/language/Import/Upgrader/Plugins/Suppressed/Version": {
"title": "$:/language/Import/Upgrader/Plugins/Suppressed/Version",
"text": "Blocked plugin (due to incoming <<incoming>> being older than existing <<existing>>)"
},
"$:/language/Import/Upgrader/Plugins/Upgraded": {
"title": "$:/language/Import/Upgrader/Plugins/Upgraded",
"text": "Upgraded plugin from <<incoming>> to <<upgraded>>"
},
"$:/language/Import/Upgrader/State/Suppressed": {
"title": "$:/language/Import/Upgrader/State/Suppressed",
"text": "Blocked temporary state tiddler"
},
"$:/language/Import/Upgrader/System/Suppressed": {
"title": "$:/language/Import/Upgrader/System/Suppressed",
"text": "Blocked system tiddler"
},
"$:/language/Import/Upgrader/ThemeTweaks/Created": {
"title": "$:/language/Import/Upgrader/ThemeTweaks/Created",
"text": "Migrated theme tweak from <$text text=<<from>>/>"
},
"$:/language/BinaryWarning/Prompt": {
"title": "$:/language/BinaryWarning/Prompt",
"text": "This tiddler contains binary data"
},
"$:/language/ClassicWarning/Hint": {
"title": "$:/language/ClassicWarning/Hint",
"text": "This tiddler is written in TiddlyWiki Classic wiki text format, which is not fully compatible with TiddlyWiki version 5. See http://tiddlywiki.com/static/Upgrading.html for more details. "
},
"$:/language/ClassicWarning/Upgrade/Caption": {
"title": "$:/language/ClassicWarning/Upgrade/Caption",
"text": "upgrade"
},
"$:/language/CloseAll/Button": {
"title": "$:/language/CloseAll/Button",
"text": "close all"
},
"$:/language/ConfirmCancelTiddler": {
"title": "$:/language/ConfirmCancelTiddler",
"text": "Do you wish to discard changes to the tiddler \"<$text text=<<title>>/>\"?"
},
"$:/language/ConfirmDeleteTiddler": {
"title": "$:/language/ConfirmDeleteTiddler",
"text": "Do you wish to delete the tiddler \"<$text text=<<title>>/>\"?"
},
"$:/language/ConfirmOverwriteTiddler": {
"title": "$:/language/ConfirmOverwriteTiddler",
"text": "Do you wish to overwrite the tiddler \"<$text text=<<title>>/>\"?"
},
"$:/language/ConfirmEditShadowTiddler": {
"title": "$:/language/ConfirmEditShadowTiddler",
"text": "You are about to edit a ShadowTiddler. Any changes will override the default system making future upgrades non-trivial. Are you sure you want to edit \"<$text text=<<title>>/>\"?"
},
"$:/language/DefaultNewTiddlerTitle": {
"title": "$:/language/DefaultNewTiddlerTitle",
"text": "New Tiddler"
},
"$:/language/DropMessage": {
"title": "$:/language/DropMessage",
"text": "Drop here (or use the 'Escape' key to cancel)"
},
"$:/language/Encryption/Cancel": {
"title": "$:/language/Encryption/Cancel",
"text": "Cancel"
},
"$:/language/Encryption/ConfirmClearPassword": {
"title": "$:/language/Encryption/ConfirmClearPassword",
"text": "Do you wish to clear the password? This will remove the encryption applied when saving this wiki"
},
"$:/language/Encryption/PromptSetPassword": {
"title": "$:/language/Encryption/PromptSetPassword",
"text": "Set a new password for this TiddlyWiki"
},
"$:/language/Encryption/Username": {
"title": "$:/language/Encryption/Username",
"text": "Username"
},
"$:/language/Encryption/Password": {
"title": "$:/language/Encryption/Password",
"text": "Password"
},
"$:/language/Encryption/RepeatPassword": {
"title": "$:/language/Encryption/RepeatPassword",
"text": "Repeat password"
},
"$:/language/Encryption/PasswordNoMatch": {
"title": "$:/language/Encryption/PasswordNoMatch",
"text": "Passwords do not match"
},
"$:/language/Encryption/SetPassword": {
"title": "$:/language/Encryption/SetPassword",
"text": "Set password"
},
"$:/language/InvalidFieldName": {
"title": "$:/language/InvalidFieldName",
"text": "Illegal characters in field name \"<$text text=<<fieldName>>/>\". Fields can only contain lowercase letters, digits and the characters underscore (`_`), hyphen (`-`) and period (`.`)"
},
"$:/language/MissingTiddler/Hint": {
"title": "$:/language/MissingTiddler/Hint",
"text": "Missing tiddler \"<$text text=<<currentTiddler>>/>\" - click {{$:/core/images/edit-button}} to create"
},
"$:/language/OfficialPluginLibrary": {
"title": "$:/language/OfficialPluginLibrary",
"text": "Official ~TiddlyWiki Plugin Library"
},
"$:/language/PluginReloadWarning": {
"title": "$:/language/PluginReloadWarning",
"text": "Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to plugins to take effect"
},
"$:/language/RecentChanges/DateFormat": {
"title": "$:/language/RecentChanges/DateFormat",
"text": "DDth MMM YYYY"
},
"$:/language/SystemTiddler/Tooltip": {
"title": "$:/language/SystemTiddler/Tooltip",
"text": "This is a system tiddler"
},
"$:/language/TagManager/Colour/Heading": {
"title": "$:/language/TagManager/Colour/Heading",
"text": "Colour"
},
"$:/language/TagManager/Icon/Heading": {
"title": "$:/language/TagManager/Icon/Heading",
"text": "Icon"
},
"$:/language/TagManager/Info/Heading": {
"title": "$:/language/TagManager/Info/Heading",
"text": "Info"
},
"$:/language/TagManager/Tag/Heading": {
"title": "$:/language/TagManager/Tag/Heading",
"text": "Tag"
},
"$:/language/UnsavedChangesWarning": {
"title": "$:/language/UnsavedChangesWarning",
"text": "You have unsaved changes in TiddlyWiki"
},
"$:/language/Modals/Download": {
"title": "$:/language/Modals/Download",
"type": "text/vnd.tiddlywiki",
"subtitle": "Download changes",
"footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
"help": "http://tiddlywiki.com/static/DownloadingChanges.html",
"text": "Your browser only supports manual saving.\n\nTo save your modified wiki, right click on the download link below and select \"Download file\" or \"Save file\", and then choose the folder and filename.\n\n//You can marginally speed things up by clicking the link with the control key (Windows) or the options/alt key (Mac OS X). You will not be prompted for the folder or filename, but your browser is likely to give it an unrecognisable name -- you may need to rename the file to include an `.html` extension before you can do anything useful with it.//\n\nOn smartphones that do not allow files to be downloaded you can instead bookmark the link, and then sync your bookmarks to a desktop computer from where the wiki can be saved normally.\n"
},
"$:/language/Modals/SaveInstructions": {
"title": "$:/language/Modals/SaveInstructions",
"type": "text/vnd.tiddlywiki",
"subtitle": "Save your work",
"footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
"help": "http://tiddlywiki.com/static/SavingChanges.html",
"text": "Your changes to this wiki need to be saved as a ~TiddlyWiki HTML file.\n\n!!! Desktop browsers\n\n# Select ''Save As'' from the ''File'' menu\n# Choose a filename and location\n#* Some browsers also require you to explicitly specify the file saving format as ''Webpage, HTML only'' or similar\n# Close this tab\n\n!!! Smartphone browsers\n\n# Create a bookmark to this page\n#* If you've got iCloud or Google Sync set up then the bookmark will automatically sync to your desktop where you can open it and save it as above\n# Close this tab\n\n//If you open the bookmark again in Mobile Safari you will see this message again. If you want to go ahead and use the file, just click the ''close'' button below//\n"
},
"$:/config/NewJournal/Title": {
"title": "$:/config/NewJournal/Title",
"text": "DDth MMM YYYY"
},
"$:/config/NewJournal/Tags": {
"title": "$:/config/NewJournal/Tags",
"text": "Journal"
},
"$:/language/Notifications/Save/Done": {
"title": "$:/language/Notifications/Save/Done",
"text": "Saved wiki"
},
"$:/language/Notifications/Save/Starting": {
"title": "$:/language/Notifications/Save/Starting",
"text": "Starting to save wiki"
},
"$:/language/Search/DefaultResults/Caption": {
"title": "$:/language/Search/DefaultResults/Caption",
"text": "List"
},
"$:/language/Search/Filter/Caption": {
"title": "$:/language/Search/Filter/Caption",
"text": "Filter"
},
"$:/language/Search/Filter/Hint": {
"title": "$:/language/Search/Filter/Hint",
"text": "Search via a [[filter expression|http://tiddlywiki.com/static/Filters.html]]"
},
"$:/language/Search/Filter/Matches": {
"title": "$:/language/Search/Filter/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/Matches": {
"title": "$:/language/Search/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/Shadows/Caption": {
"title": "$:/language/Search/Shadows/Caption",
"text": "Shadows"
},
"$:/language/Search/Shadows/Hint": {
"title": "$:/language/Search/Shadows/Hint",
"text": "Search for shadow tiddlers"
},
"$:/language/Search/Shadows/Matches": {
"title": "$:/language/Search/Shadows/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/Standard/Caption": {
"title": "$:/language/Search/Standard/Caption",
"text": "Standard"
},
"$:/language/Search/Standard/Hint": {
"title": "$:/language/Search/Standard/Hint",
"text": "Search for standard tiddlers"
},
"$:/language/Search/Standard/Matches": {
"title": "$:/language/Search/Standard/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/System/Caption": {
"title": "$:/language/Search/System/Caption",
"text": "System"
},
"$:/language/Search/System/Hint": {
"title": "$:/language/Search/System/Hint",
"text": "Search for system tiddlers"
},
"$:/language/Search/System/Matches": {
"title": "$:/language/Search/System/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/SideBar/All/Caption": {
"title": "$:/language/SideBar/All/Caption",
"text": "All"
},
"$:/language/SideBar/Contents/Caption": {
"title": "$:/language/SideBar/Contents/Caption",
"text": "Contents"
},
"$:/language/SideBar/Drafts/Caption": {
"title": "$:/language/SideBar/Drafts/Caption",
"text": "Drafts"
},
"$:/language/SideBar/Missing/Caption": {
"title": "$:/language/SideBar/Missing/Caption",
"text": "Missing"
},
"$:/language/SideBar/More/Caption": {
"title": "$:/language/SideBar/More/Caption",
"text": "More"
},
"$:/language/SideBar/Open/Caption": {
"title": "$:/language/SideBar/Open/Caption",
"text": "Open"
},
"$:/language/SideBar/Orphans/Caption": {
"title": "$:/language/SideBar/Orphans/Caption",
"text": "Orphans"
},
"$:/language/SideBar/Recent/Caption": {
"title": "$:/language/SideBar/Recent/Caption",
"text": "Recent"
},
"$:/language/SideBar/Shadows/Caption": {
"title": "$:/language/SideBar/Shadows/Caption",
"text": "Shadows"
},
"$:/language/SideBar/System/Caption": {
"title": "$:/language/SideBar/System/Caption",
"text": "System"
},
"$:/language/SideBar/Tags/Caption": {
"title": "$:/language/SideBar/Tags/Caption",
"text": "Tags"
},
"$:/language/SideBar/Tags/Untagged/Caption": {
"title": "$:/language/SideBar/Tags/Untagged/Caption",
"text": "untagged"
},
"$:/language/SideBar/Tools/Caption": {
"title": "$:/language/SideBar/Tools/Caption",
"text": "Tools"
},
"$:/language/SideBar/Types/Caption": {
"title": "$:/language/SideBar/Types/Caption",
"text": "Types"
},
"$:/SiteSubtitle": {
"title": "$:/SiteSubtitle",
"text": "a non-linear personal web notebook"
},
"$:/SiteTitle": {
"title": "$:/SiteTitle",
"text": "My ~TiddlyWiki"
},
"$:/language/TiddlerInfo/Advanced/Caption": {
"title": "$:/language/TiddlerInfo/Advanced/Caption",
"text": "Advanced"
},
"$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint",
"text": "none"
},
"$:/language/TiddlerInfo/Advanced/PluginInfo/Heading": {
"title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Heading",
"text": "Plugin Details"
},
"$:/language/TiddlerInfo/Advanced/PluginInfo/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Hint",
"text": "This plugin contains the following shadow tiddlers:"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading",
"text": "Shadow Status"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint",
"text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is not a shadow tiddler"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint",
"text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is a shadow tiddler"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source",
"text": "It is defined in the plugin <$link to=<<pluginTiddler>>><$text text=<<pluginTiddler>>/></$link>"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint",
"text": "It is overridden by an ordinary tiddler"
},
"$:/language/TiddlerInfo/Fields/Caption": {
"title": "$:/language/TiddlerInfo/Fields/Caption",
"text": "Fields"
},
"$:/language/TiddlerInfo/List/Caption": {
"title": "$:/language/TiddlerInfo/List/Caption",
"text": "List"
},
"$:/language/TiddlerInfo/List/Empty": {
"title": "$:/language/TiddlerInfo/List/Empty",
"text": "This tiddler does not have a list"
},
"$:/language/TiddlerInfo/Listed/Caption": {
"title": "$:/language/TiddlerInfo/Listed/Caption",
"text": "Listed"
},
"$:/language/TiddlerInfo/Listed/Empty": {
"title": "$:/language/TiddlerInfo/Listed/Empty",
"text": "This tiddler is not listed by any others"
},
"$:/language/TiddlerInfo/References/Caption": {
"title": "$:/language/TiddlerInfo/References/Caption",
"text": "References"
},
"$:/language/TiddlerInfo/References/Empty": {
"title": "$:/language/TiddlerInfo/References/Empty",
"text": "No tiddlers link to this one"
},
"$:/language/TiddlerInfo/Tagging/Caption": {
"title": "$:/language/TiddlerInfo/Tagging/Caption",
"text": "Tagging"
},
"$:/language/TiddlerInfo/Tagging/Empty": {
"title": "$:/language/TiddlerInfo/Tagging/Empty",
"text": "No tiddlers are tagged with this one"
},
"$:/language/TiddlerInfo/Tools/Caption": {
"title": "$:/language/TiddlerInfo/Tools/Caption",
"text": "Tools"
},
"$:/language/Docs/Types/application/javascript": {
"title": "$:/language/Docs/Types/application/javascript",
"description": "JavaScript code",
"name": "application/javascript",
"group": "Developer"
},
"$:/language/Docs/Types/application/json": {
"title": "$:/language/Docs/Types/application/json",
"description": "JSON data",
"name": "application/json",
"group": "Developer"
},
"$:/language/Docs/Types/application/x-tiddler-dictionary": {
"title": "$:/language/Docs/Types/application/x-tiddler-dictionary",
"description": "Data dictionary",
"name": "application/x-tiddler-dictionary",
"group": "Developer"
},
"$:/language/Docs/Types/image/gif": {
"title": "$:/language/Docs/Types/image/gif",
"description": "GIF image",
"name": "image/gif",
"group": "Image"
},
"$:/language/Docs/Types/image/jpeg": {
"title": "$:/language/Docs/Types/image/jpeg",
"description": "JPEG image",
"name": "image/jpeg",
"group": "Image"
},
"$:/language/Docs/Types/image/png": {
"title": "$:/language/Docs/Types/image/png",
"description": "PNG image",
"name": "image/png",
"group": "Image"
},
"$:/language/Docs/Types/image/svg+xml": {
"title": "$:/language/Docs/Types/image/svg+xml",
"description": "Structured Vector Graphics image",
"name": "image/svg+xml",
"group": "Image"
},
"$:/language/Docs/Types/image/x-icon": {
"title": "$:/language/Docs/Types/image/x-icon",
"description": "ICO format icon file",
"name": "image/x-icon",
"group": "Image"
},
"$:/language/Docs/Types/text/css": {
"title": "$:/language/Docs/Types/text/css",
"description": "Static stylesheet",
"name": "text/css",
"group": "Developer"
},
"$:/language/Docs/Types/text/html": {
"title": "$:/language/Docs/Types/text/html",
"description": "HTML markup",
"name": "text/html",
"group": "Text"
},
"$:/language/Docs/Types/text/plain": {
"title": "$:/language/Docs/Types/text/plain",
"description": "Plain text",
"name": "text/plain",
"group": "Text"
},
"$:/language/Docs/Types/text/vnd.tiddlywiki": {
"title": "$:/language/Docs/Types/text/vnd.tiddlywiki",
"description": "TiddlyWiki 5",
"name": "text/vnd.tiddlywiki",
"group": "Text"
},
"$:/language/Docs/Types/text/x-tiddlywiki": {
"title": "$:/language/Docs/Types/text/x-tiddlywiki",
"description": "TiddlyWiki Classic",
"name": "text/x-tiddlywiki",
"group": "Text"
},
"$:/languages/en-GB/icon": {
"title": "$:/languages/en-GB/icon",
"type": "image/svg+xml",
"text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 30\" width=\"1200\" height=\"600\">\n<clipPath id=\"t\">\n\t<path d=\"M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z\"/>\n</clipPath>\n<path d=\"M0,0 v30 h60 v-30 z\" fill=\"#00247d\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" stroke=\"#fff\" stroke-width=\"6\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" clip-path=\"url(#t)\" stroke=\"#cf142b\" stroke-width=\"4\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#fff\" stroke-width=\"10\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#cf142b\" stroke-width=\"6\"/>\n</svg>\n"
},
"$:/languages/en-GB": {
"title": "$:/languages/en-GB",
"name": "en-GB",
"description": "English (British)",
"author": "JeremyRuston",
"core-version": ">=5.0.0\"",
"text": "Stub pseudo-plugin for the default language"
},
"$:/core/modules/commander.js": {
"text": "/*\\\ntitle: $:/core/modules/commander.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Commander class is a command interpreter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParse a sequence of commands\n\tcommandTokens: an array of command string tokens\n\twiki: reference to the wiki store object\n\tstreams: {output:, error:}, each of which has a write(string) method\n\tcallback: a callback invoked as callback(err) where err is null if there was no error\n*/\nvar Commander = function(commandTokens,callback,wiki,streams) {\n\tvar path = require(\"path\");\n\tthis.commandTokens = commandTokens;\n\tthis.nextToken = 0;\n\tthis.callback = callback;\n\tthis.wiki = wiki;\n\tthis.streams = streams;\n\tthis.outputPath = path.resolve($tw.boot.wikiPath,$tw.config.wikiOutputSubDir);\n};\n\n/*\nAdd a string of tokens to the command queue\n*/\nCommander.prototype.addCommandTokens = function(commandTokens) {\n\tvar params = commandTokens.slice(0);\n\tparams.unshift(0);\n\tparams.unshift(this.nextToken);\n\tArray.prototype.splice.apply(this.commandTokens,params);\n};\n\n/*\nExecute the sequence of commands and invoke a callback on completion\n*/\nCommander.prototype.execute = function() {\n\tthis.executeNextCommand();\n};\n\n/*\nExecute the next command in the sequence\n*/\nCommander.prototype.executeNextCommand = function() {\n\tvar self = this;\n\t// Invoke the callback if there are no more commands\n\tif(this.nextToken >= this.commandTokens.length) {\n\t\tthis.callback(null);\n\t} else {\n\t\t// Get and check the command token\n\t\tvar commandName = this.commandTokens[this.nextToken++];\n\t\tif(commandName.substr(0,2) !== \"--\") {\n\t\t\tthis.callback(\"Missing command: \" + commandName);\n\t\t} else {\n\t\t\tcommandName = commandName.substr(2); // Trim off the --\n\t\t\t// Accumulate the parameters to the command\n\t\t\tvar params = [];\n\t\t\twhile(this.nextToken < this.commandTokens.length && \n\t\t\t\tthis.commandTokens[this.nextToken].substr(0,2) !== \"--\") {\n\t\t\t\tparams.push(this.commandTokens[this.nextToken++]);\n\t\t\t}\n\t\t\t// Get the command info\n\t\t\tvar command = $tw.commands[commandName],\n\t\t\t\tc,err;\n\t\t\tif(!command) {\n\t\t\t\tthis.callback(\"Unknown command: \" + commandName);\n\t\t\t} else {\n\t\t\t\tif(this.verbose) {\n\t\t\t\t\tthis.streams.output.write(\"Executing command: \" + commandName + \" \" + params.join(\" \") + \"\\n\");\n\t\t\t\t}\n\t\t\t\tif(command.info.synchronous) {\n\t\t\t\t\t// Synchronous command\n\t\t\t\t\tc = new command.Command(params,this);\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.executeNextCommand();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Asynchronous command\n\t\t\t\t\tc = new command.Command(params,this,function(err) {\n\t\t\t\t\t\tif(err) {\n\t\t\t\t\t\t\tself.callback(err);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself.executeNextCommand();\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\nCommander.initCommands = function(moduleType) {\n\tmoduleType = moduleType || \"command\";\n\t$tw.commands = {};\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tvar c = $tw.commands[module.info.name] = {};\n\t\t// Add the methods defined by the module\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\tc[f] = module[f];\n\t\t\t}\n\t\t}\n\t});\n};\n\nexports.Commander = Commander;\n\n})();\n",
"title": "$:/core/modules/commander.js",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/commands/build.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/build.js\ntype: application/javascript\nmodule-type: command\n\nCommand to build a build target\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"build\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\t// Get the build targets defined in the wiki\n\tvar buildTargets = $tw.boot.wikiInfo.build;\n\tif(!buildTargets) {\n\t\treturn \"No build targets defined\";\n\t}\n\t// Loop through each of the specified targets\n\tvar targets;\n\tif(this.params.length > 0) {\n\t\ttargets = this.params;\n\t} else {\n\t\ttargets = Object.keys(buildTargets);\n\t}\n\tfor(var targetIndex=0; targetIndex<targets.length; targetIndex++) {\n\t\tvar target = targets[targetIndex],\n\t\t\tcommands = buildTargets[target];\n\t\tif(!commands) {\n\t\t\treturn \"Build target '\" + target + \"' not found\";\n\t\t}\n\t\t// Add the commands to the queue\n\t\tthis.commander.addCommandTokens(commands);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/build.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/clearpassword.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/clearpassword.js\ntype: application/javascript\nmodule-type: command\n\nClear password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"clearpassword\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\t$tw.crypto.setPassword(null);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/clearpassword.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/editions.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/editions.js\ntype: application/javascript\nmodule-type: command\n\nCommand to list the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"editions\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this;\n\t// Output the list\n\tthis.commander.streams.output.write(\"Available editions:\\n\\n\");\n\tvar editionInfo = $tw.utils.getEditionInfo();\n\t$tw.utils.each(editionInfo,function(info,name) {\n\t\tself.commander.streams.output.write(\" \" + name + \": \" + info.description + \"\\n\");\n\t});\n\tthis.commander.streams.output.write(\"\\n\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/editions.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/help.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/help.js\ntype: application/javascript\nmodule-type: command\n\nHelp command\n\n\\*/\n(function(){\n\n/*jshint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"help\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar subhelp = this.params[0] || \"default\",\n\t\thelpBase = \"$:/language/Help/\",\n\t\ttext;\n\tif(!this.commander.wiki.getTiddler(helpBase + subhelp)) {\n\t\tsubhelp = \"notfound\";\n\t}\n\t// Wikify the help as formatted text (ie block elements generate newlines)\n\ttext = this.commander.wiki.renderTiddler(\"text/plain-formatted\",helpBase + subhelp);\n\t// Remove any leading linebreaks\n\ttext = text.replace(/^(\\r?\\n)*/g,\"\");\n\tthis.commander.streams.output.write(text);\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/help.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/init.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/init.js\ntype: application/javascript\nmodule-type: command\n\nCommand to initialise an empty wiki folder\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"init\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\t// Check that we don't already have a valid wiki folder\n\tif($tw.boot.wikiTiddlersPath || ($tw.utils.isDirectory($tw.boot.wikiPath) && !$tw.utils.isDirectoryEmpty($tw.boot.wikiPath))) {\n\t\treturn \"Wiki folder is not empty\";\n\t}\n\t// Loop through each of the specified editions\n\tvar editions = this.params.length > 0 ? this.params : [\"empty\"];\n\tfor(var editionIndex=0; editionIndex<editions.length; editionIndex++) {\n\t\tvar editionName = editions[editionIndex];\n\t\t// Check the edition exists\n\t\tvar editionPath = $tw.findLibraryItem(editionName,$tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar));\n\t\tif(!$tw.utils.isDirectory(editionPath)) {\n\t\t\treturn \"Edition '\" + editionName + \"' not found\";\n\t\t}\n\t\t// Copy the edition content\n\t\tvar err = $tw.utils.copyDirectory(editionPath,$tw.boot.wikiPath);\n\t\tif(!err) {\n\t\t\tthis.commander.streams.output.write(\"Copied edition '\" + editionName + \"' to \" + $tw.boot.wikiPath + \"\\n\");\n\t\t} else {\n\t\t\treturn err;\n\t\t}\n\t}\n\t// Tweak the tiddlywiki.info to remove any included wikis\n\tvar packagePath = $tw.boot.wikiPath + \"/tiddlywiki.info\",\n\t\tpackageJson = JSON.parse(fs.readFileSync(packagePath));\n\tdelete packageJson.includeWikis;\n\tfs.writeFileSync(packagePath,JSON.stringify(packageJson,null,$tw.config.preferences.jsonSpaces));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/init.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/load.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/load.js\ntype: application/javascript\nmodule-type: command\n\nCommand to load tiddlers from a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"load\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar ext = path.extname(self.params[0]);\n\tfs.readFile(this.params[0],$tw.utils.getTypeEncoding(ext),function(err,data) {\n\t\tif (err) {\n\t\t\tself.callback(err);\n\t\t} else {\n\t\t\tvar fields = {title: self.params[0]},\n\t\t\t\ttype = path.extname(self.params[0]);\n\t\t\tvar tiddlers = self.commander.wiki.deserializeTiddlers(type,data,fields);\n\t\t\tif(!tiddlers) {\n\t\t\t\tself.callback(\"No tiddlers found in file \\\"\" + self.params[0] + \"\\\"\");\n\t\t\t} else {\n\t\t\t\tfor(var t=0; t<tiddlers.length; t++) {\n\t\t\t\t\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddlers[t]));\n\t\t\t\t}\n\t\t\t\tself.callback(null);\t\n\t\t\t}\n\t\t}\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/load.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/makelibrary.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/makelibrary.js\ntype: application/javascript\nmodule-type: command\n\nCommand to pack all of the plugins in the library into a plugin tiddler of type \"library\"\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"makelibrary\",\n\tsynchronous: true\n};\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar wiki = this.commander.wiki,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tupgradeLibraryTitle = this.params[0] || UPGRADE_LIBRARY_TITLE,\n\t\ttiddlers = {};\n\t// Collect up the library plugins\n\tvar collectPlugins = function(folder) {\n\t\t\tvar pluginFolders = fs.readdirSync(folder);\n\t\t\tfor(var p=0; p<pluginFolders.length; p++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(pluginFolders[p])) {\n\t\t\t\t\tpluginFields = $tw.loadPluginFolder(path.resolve(folder,\"./\" + pluginFolders[p]));\n\t\t\t\t\tif(pluginFields && pluginFields.title) {\n\t\t\t\t\t\ttiddlers[pluginFields.title] = pluginFields;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tcollectPublisherPlugins = function(folder) {\n\t\t\tvar publisherFolders = fs.readdirSync(folder);\n\t\t\tfor(var t=0; t<publisherFolders.length; t++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(publisherFolders[t])) {\n\t\t\t\t\tcollectPlugins(path.resolve(folder,\"./\" + publisherFolders[t]));\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\tcollectPublisherPlugins(path.resolve($tw.boot.corePath,$tw.config.pluginsPath));\n\tcollectPublisherPlugins(path.resolve($tw.boot.corePath,$tw.config.themesPath));\n\tcollectPlugins(path.resolve($tw.boot.corePath,$tw.config.languagesPath));\n\t// Save the upgrade library tiddler\n\tvar pluginFields = {\n\t\ttitle: upgradeLibraryTitle,\n\t\ttype: \"application/json\",\n\t\t\"plugin-type\": \"library\",\n\t\t\"text\": JSON.stringify({tiddlers: tiddlers},null,$tw.config.preferences.jsonSpaces)\n\t};\n\twiki.addTiddler(new $tw.Tiddler(pluginFields));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/makelibrary.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/output.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/output.js\ntype: application/javascript\nmodule-type: command\n\nCommand to set the default output location (defaults to current working directory)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"output\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing output path\";\n\t}\n\tthis.commander.outputPath = path.resolve(process.cwd(),this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/output.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/password.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/password.js\ntype: application/javascript\nmodule-type: command\n\nSave password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"password\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing password\";\n\t}\n\t$tw.crypto.setPassword(this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/password.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/rendertiddler.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/rendertiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render a tiddler and save it to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"rendertiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttype = this.params[2] || \"text/html\";\n\t$tw.utils.createFileDirectories(filename);\n\tfs.writeFile(filename,this.commander.wiki.renderTiddler(type,title),\"utf8\",function(err) {\n\t\tself.callback(err);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/rendertiddler.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/rendertiddlers.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/rendertiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"rendertiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\ttemplate = this.params[1],\n\t\toutputPath = this.commander.outputPath,\n\t\tpathname = path.resolve(outputPath,this.params[2]),\t\t\n\t\ttype = this.params[3] || \"text/html\",\n\t\textension = this.params[4] || \".html\",\n\t\tdeleteDirectory = (this.params[5] || \"\") != \"noclean\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\tif(deleteDirectory) {\n\t\t$tw.utils.deleteDirectory(pathname);\n\t}\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template),\n\t\t\twidgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}}),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\tvar text = type === \"text/html\" ? container.innerHTML : container.textContent,\n\t\t\texportPath = null;\n\t\tif($tw.utils.hop($tw.macros,\"tv-get-export-path\")) {\n\t\t\tvar macroPath = $tw.macros[\"tv-get-export-path\"].run.apply(self,[title]);\n\t\t\tif(macroPath) {\n\t\t\t\texportPath = path.resolve(outputPath,macroPath + extension);\n\t\t\t}\n\t\t}\n\t\tvar finalPath = exportPath || path.resolve(pathname,encodeURIComponent(title) + extension);\n\t\t$tw.utils.createFileDirectories(finalPath);\n\t\tfs.writeFileSync(finalPath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/rendertiddlers.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savelibrarytiddlers.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/savelibrarytiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the subtiddlers of a bundle tiddler as a series of JSON files\n\n--savelibrarytiddlers <tiddler> <pathname> <skinnylisting>\n\nThe tiddler identifies the bundle tiddler that contains the subtiddlers.\n\nThe pathname specifies the pathname to the folder in which the JSON files should be saved. The filename is the URL encoded title of the subtiddler.\n\nThe skinnylisting specifies the title of the tiddler to which a JSON catalogue of the subtiddlers will be saved. The JSON file contains the same data as the bundle tiddler but with the `text` field removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savelibrarytiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tcontainerTitle = this.params[0],\n\t\tfilter = this.params[1],\n\t\tbasepath = this.params[2],\n\t\tskinnyListTitle = this.params[3];\n\t// Get the container tiddler as data\n\tvar containerData = self.commander.wiki.getTiddlerData(containerTitle,undefined);\n\tif(!containerData) {\n\t\treturn \"'\" + containerTitle + \"' is not a tiddler bundle\";\n\t}\n\t// Filter the list of plugins\n\tvar pluginList = [];\n\t$tw.utils.each(containerData.tiddlers,function(tiddler,title) {\n\t\tpluginList.push(title);\n\t});\n\tvar filteredPluginList;\n\tif(filter) {\n\t\tfilteredPluginList = self.commander.wiki.filterTiddlers(filter,null,self.commander.wiki.makeTiddlerIterator(pluginList));\n\t} else {\n\t\tfilteredPluginList = pluginList;\n\t}\n\t// Iterate through the plugins\n\tvar skinnyList = [];\n\t$tw.utils.each(filteredPluginList,function(title) {\n\t\tvar tiddler = containerData.tiddlers[title];\n\t\t// Save each JSON file and collect the skinny data\n\t\tvar pathname = path.resolve(self.commander.outputPath,basepath + encodeURIComponent(title) + \".json\");\n\t\t$tw.utils.createFileDirectories(pathname);\n\t\tfs.writeFileSync(pathname,JSON.stringify(tiddler,null,$tw.config.preferences.jsonSpaces),\"utf8\");\n\t\t// Collect the skinny list data\n\t\tvar pluginTiddlers = JSON.parse(tiddler.text),\n\t\t\treadmeContent = (pluginTiddlers.tiddlers[title + \"/readme\"] || {}).text,\n\t\t\ticonTiddler = pluginTiddlers.tiddlers[title + \"/icon\"] || {},\n\t\t\ticonType = iconTiddler.type,\n\t\t\ticonText = iconTiddler.text,\n\t\t\ticonContent;\n\t\tif(iconType && iconText) {\n\t\t\ticonContent = $tw.utils.makeDataUri(iconText,iconType);\n\t\t}\n\t\tskinnyList.push($tw.utils.extend({},tiddler,{text: undefined, readme: readmeContent, icon: iconContent}));\n\t});\n\t// Save the catalogue tiddler\n\tif(skinnyListTitle) {\n\t\tself.commander.wiki.setTiddlerData(skinnyListTitle,skinnyList);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/savelibrarytiddlers.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savetiddler.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/savetiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the content of a tiddler to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savetiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttiddler = this.commander.wiki.getTiddler(title),\n\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"};\n\t$tw.utils.createFileDirectories(filename);\n\tfs.writeFile(filename,tiddler.fields.text,contentTypeInfo.encoding,function(err) {\n\t\tself.callback(err);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/savetiddler.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savetiddlers.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/savetiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"savetiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tpathname = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\t$tw.utils.deleteDirectory(pathname);\n\t$tw.utils.createDirectory(pathname);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.commander.wiki.getTiddler(title),\n\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"},\n\t\t\tfilename = path.resolve(pathname,encodeURIComponent(title));\n\t\tfs.writeFileSync(filename,tiddler.fields.text,contentTypeInfo.encoding);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/savetiddlers.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/server.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/server.js\ntype: application/javascript\nmodule-type: command\n\nServe tiddlers over http\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nif(!$tw.browser) {\n\tvar util = require(\"util\"),\n\t\tfs = require(\"fs\"),\n\t\turl = require(\"url\"),\n\t\tpath = require(\"path\"),\n\t\thttp = require(\"http\");\n}\n\nexports.info = {\n\tname: \"server\",\n\tsynchronous: true\n};\n\n/*\nA simple HTTP server with regexp-based routes\n*/\nfunction SimpleServer(options) {\n\tthis.routes = options.routes || [];\n\tthis.wiki = options.wiki;\n\tthis.variables = options.variables || {};\n}\n\nSimpleServer.prototype.set = function(obj) {\n\tvar self = this;\n\t$tw.utils.each(obj,function(value,name) {\n\t\tself.variables[name] = value;\n\t});\n};\n\nSimpleServer.prototype.get = function(name) {\n\treturn this.variables[name];\n};\n\nSimpleServer.prototype.addRoute = function(route) {\n\tthis.routes.push(route);\n};\n\nSimpleServer.prototype.findMatchingRoute = function(request,state) {\n\tvar pathprefix = this.get(\"pathprefix\") || \"\";\n\tfor(var t=0; t<this.routes.length; t++) {\n\t\tvar potentialRoute = this.routes[t],\n\t\t\tpathRegExp = potentialRoute.path,\n\t\t\tpathname = state.urlInfo.pathname,\n\t\t\tmatch;\n\t\tif(pathprefix) {\n\t\t\tif(pathname.substr(0,pathprefix.length) === pathprefix) {\n\t\t\t\tpathname = pathname.substr(pathprefix.length);\n\t\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t\t} else {\n\t\t\t\tmatch = false;\n\t\t\t}\n\t\t} else {\n\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t}\n\t\tif(match && request.method === potentialRoute.method) {\n\t\t\tstate.params = [];\n\t\t\tfor(var p=1; p<match.length; p++) {\n\t\t\t\tstate.params.push(match[p]);\n\t\t\t}\n\t\t\treturn potentialRoute;\n\t\t}\n\t}\n\treturn null;\n};\n\nSimpleServer.prototype.checkCredentials = function(request,incomingUsername,incomingPassword) {\n\tvar header = request.headers.authorization || \"\",\n\t\ttoken = header.split(/\\s+/).pop() || \"\",\n\t\tauth = $tw.utils.base64Decode(token),\n\t\tparts = auth.split(/:/),\n\t\tusername = parts[0],\n\t\tpassword = parts[1];\n\tif(incomingUsername === username && incomingPassword === password) {\n\t\treturn \"ALLOWED\";\n\t} else {\n\t\treturn \"DENIED\";\n\t}\n};\n\nSimpleServer.prototype.listen = function(port,host) {\n\tvar self = this;\n\thttp.createServer(function(request,response) {\n\t\t// Compose the state object\n\t\tvar state = {};\n\t\tstate.wiki = self.wiki;\n\t\tstate.server = self;\n\t\tstate.urlInfo = url.parse(request.url);\n\t\t// Find the route that matches this path\n\t\tvar route = self.findMatchingRoute(request,state);\n\t\t// Check for the username and password if we've got one\n\t\tvar username = self.get(\"username\"),\n\t\t\tpassword = self.get(\"password\");\n\t\tif(username && password) {\n\t\t\t// Check they match\n\t\t\tif(self.checkCredentials(request,username,password) !== \"ALLOWED\") {\n\t\t\t\tvar servername = state.wiki.getTiddlerText(\"$:/SiteTitle\") || \"TiddlyWiki5\";\n\t\t\t\tresponse.writeHead(401,\"Authentication required\",{\n\t\t\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + servername + '\"'\n\t\t\t\t});\n\t\t\t\tresponse.end();\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t// Return a 404 if we didn't find a route\n\t\tif(!route) {\n\t\t\tresponse.writeHead(404);\n\t\t\tresponse.end();\n\t\t\treturn;\n\t\t}\n\t\t// Set the encoding for the incoming request\n\t\t// TODO: Presumably this would need tweaking if we supported PUTting binary tiddlers\n\t\trequest.setEncoding(\"utf8\");\n\t\t// Dispatch the appropriate method\n\t\tswitch(request.method) {\n\t\t\tcase \"GET\": // Intentional fall-through\n\t\t\tcase \"DELETE\":\n\t\t\t\troute.handler(request,response,state);\n\t\t\t\tbreak;\n\t\t\tcase \"PUT\":\n\t\t\t\tvar data = \"\";\n\t\t\t\trequest.on(\"data\",function(chunk) {\n\t\t\t\t\tdata += chunk.toString();\n\t\t\t\t});\n\t\t\t\trequest.on(\"end\",function() {\n\t\t\t\t\tstate.data = data;\n\t\t\t\t\troute.handler(request,response,state);\n\t\t\t\t});\n\t\t\t\tbreak;\n\t\t}\n\t}).listen(port,host);\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n\t// Set up server\n\tthis.server = new SimpleServer({\n\t\twiki: this.commander.wiki\n\t});\n\t// Add route handlers\n\tthis.server.addRoute({\n\t\tmethod: \"PUT\",\n\t\tpath: /^\\/recipes\\/default\\/tiddlers\\/(.+)$/,\n\t\thandler: function(request,response,state) {\n\t\t\tvar title = decodeURIComponent(state.params[0]),\n\t\t\t\tfields = JSON.parse(state.data);\n\t\t\t// Pull up any subfields in the `fields` object\n\t\t\tif(fields.fields) {\n\t\t\t\t$tw.utils.each(fields.fields,function(field,name) {\n\t\t\t\t\tfields[name] = field;\n\t\t\t\t});\n\t\t\t\tdelete fields.fields;\n\t\t\t}\n\t\t\t// Remove any revision field\n\t\t\tif(fields.revision) {\n\t\t\t\tdelete fields.revision;\n\t\t\t}\n\t\t\tstate.wiki.addTiddler(new $tw.Tiddler(state.wiki.getCreationFields(),fields,{title: title}));\n\t\t\tvar changeCount = state.wiki.getChangeCount(title).toString();\n\t\t\tresponse.writeHead(204, \"OK\",{\n\t\t\t\tEtag: \"\\\"default/\" + encodeURIComponent(title) + \"/\" + changeCount + \":\\\"\",\n\t\t\t\t\"Content-Type\": \"text/plain\"\n\t\t\t});\n\t\t\tresponse.end();\n\t\t}\n\t});\n\tthis.server.addRoute({\n\t\tmethod: \"DELETE\",\n\t\tpath: /^\\/bags\\/default\\/tiddlers\\/(.+)$/,\n\t\thandler: function(request,response,state) {\n\t\t\tvar title = decodeURIComponent(state.params[0]);\n\t\t\tstate.wiki.deleteTiddler(title);\n\t\t\tresponse.writeHead(204, \"OK\", {\n\t\t\t\t\"Content-Type\": \"text/plain\"\n\t\t\t});\n\t\t\tresponse.end();\n\t\t}\n\t});\n\tthis.server.addRoute({\n\t\tmethod: \"GET\",\n\t\tpath: /^\\/$/,\n\t\thandler: function(request,response,state) {\n\t\t\tresponse.writeHead(200, {\"Content-Type\": state.server.get(\"serveType\")});\n\t\t\tvar text = state.wiki.renderTiddler(state.server.get(\"renderType\"),state.server.get(\"rootTiddler\"));\n\t\t\tresponse.end(text,\"utf8\");\n\t\t}\n\t});\n\tthis.server.addRoute({\n\t\tmethod: \"GET\",\n\t\tpath: /^\\/status$/,\n\t\thandler: function(request,response,state) {\n\t\t\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\t\t\tvar text = JSON.stringify({\n\t\t\t\tusername: state.server.get(\"username\"),\n\t\t\t\tspace: {\n\t\t\t\t\trecipe: \"default\"\n\t\t\t\t},\n\t\t\t\ttiddlywiki_version: $tw.version\n\t\t\t});\n\t\t\tresponse.end(text,\"utf8\");\n\t\t}\n\t});\n\tthis.server.addRoute({\n\t\tmethod: \"GET\",\n\t\tpath: /^\\/favicon.ico$/,\n\t\thandler: function(request,response,state) {\n\t\t\tresponse.writeHead(200, {\"Content-Type\": \"image/x-icon\"});\n\t\t\tvar buffer = state.wiki.getTiddlerText(\"$:/favicon.ico\",\"\");\n\t\t\tresponse.end(buffer,\"base64\");\n\t\t}\n\t});\n\tthis.server.addRoute({\n\t\tmethod: \"GET\",\n\t\tpath: /^\\/recipes\\/default\\/tiddlers.json$/,\n\t\thandler: function(request,response,state) {\n\t\t\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\t\t\tvar tiddlers = [];\n\t\t\tstate.wiki.forEachTiddler({sortField: \"title\"},function(title,tiddler) {\n\t\t\t\tvar tiddlerFields = {};\n\t\t\t\t$tw.utils.each(tiddler.fields,function(field,name) {\n\t\t\t\t\tif(name !== \"text\") {\n\t\t\t\t\t\ttiddlerFields[name] = tiddler.getFieldString(name);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\t\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\t\t\ttiddlers.push(tiddlerFields);\n\t\t\t});\n\t\t\tvar text = JSON.stringify(tiddlers);\n\t\t\tresponse.end(text,\"utf8\");\n\t\t}\n\t});\n\tthis.server.addRoute({\n\t\tmethod: \"GET\",\n\t\tpath: /^\\/recipes\\/default\\/tiddlers\\/(.+)$/,\n\t\thandler: function(request,response,state) {\n\t\t\tvar title = decodeURIComponent(state.params[0]),\n\t\t\t\ttiddler = state.wiki.getTiddler(title),\n\t\t\t\ttiddlerFields = {},\n\t\t\t\tknownFields = [\n\t\t\t\t\t\"bag\", \"created\", \"creator\", \"modified\", \"modifier\", \"permissions\", \"recipe\", \"revision\", \"tags\", \"text\", \"title\", \"type\", \"uri\"\n\t\t\t\t];\n\t\t\tif(tiddler) {\n\t\t\t\t$tw.utils.each(tiddler.fields,function(field,name) {\n\t\t\t\t\tvar value = tiddler.getFieldString(name);\n\t\t\t\t\tif(knownFields.indexOf(name) !== -1) {\n\t\t\t\t\t\ttiddlerFields[name] = value;\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttiddlerFields.fields = tiddlerFields.fields || {};\n\t\t\t\t\t\ttiddlerFields.fields[name] = value;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\t\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\t\t\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\t\t\t\tresponse.end(JSON.stringify(tiddlerFields),\"utf8\");\n\t\t\t} else {\n\t\t\t\tresponse.writeHead(404);\n\t\t\t\tresponse.end();\n\t\t\t}\n\t\t}\n\t});\n};\n\nCommand.prototype.execute = function() {\n\tif(!$tw.boot.wikiTiddlersPath) {\n\t\t$tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n\t}\n\tvar port = this.params[0] || \"8080\",\n\t\trootTiddler = this.params[1] || \"$:/core/save/all\",\n\t\trenderType = this.params[2] || \"text/plain\",\n\t\tserveType = this.params[3] || \"text/html\",\n\t\tusername = this.params[4],\n\t\tpassword = this.params[5],\n\t\thost = this.params[6] || \"127.0.0.1\",\n\t\tpathprefix = this.params[7];\n\tthis.server.set({\n\t\trootTiddler: rootTiddler,\n\t\trenderType: renderType,\n\t\tserveType: serveType,\n\t\tusername: username,\n\t\tpassword: password,\n\t\tpathprefix: pathprefix\n\t});\n\tthis.server.listen(port,host);\n\tconsole.log(\"Serving on \" + host + \":\" + port);\n\tconsole.log(\"(press ctrl-C to exit)\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/server.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/setfield.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/setfield.js\ntype: application/javascript\nmodule-type: command\n\nCommand to modify selected tiddlers to set a field to the text of a template tiddler that has been wikified with the selected tiddler as the current tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"setfield\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 4) {\n\t\treturn \"Missing parameters\";\n\t}\n\tvar self = this,\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tfieldname = this.params[1] || \"text\",\n\t\ttemplatetitle = this.params[2],\n\t\trendertype = this.params[3] || \"text/plain\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(templatetitle),\n\t\t\tnewFields = {},\n\t\t\ttiddler = wiki.getTiddler(title);\n\t\tif(parser) {\n\t\t\tvar widgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}});\n\t\t\tvar container = $tw.fakeDocument.createElement(\"div\");\n\t\t\twidgetNode.render(container,null);\n\t\t\tnewFields[fieldname] = rendertype === \"text/html\" ? container.innerHTML : container.textContent;\n\t\t} else {\n\t\t\tnewFields[fieldname] = undefined;\n\t\t}\n\t\twiki.addTiddler(new $tw.Tiddler(tiddler,newFields));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/setfield.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/unpackplugin.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/unpackplugin.js\ntype: application/javascript\nmodule-type: command\n\nCommand to extract the shadow tiddlers from within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"unpackplugin\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing plugin name\";\n\t}\n\tvar self = this,\n\t\ttitle = this.params[0],\n\t\tpluginData = this.commander.wiki.getTiddlerData(title);\n\tif(!pluginData) {\n\t\treturn \"Plugin '\" + title + \"' not found\";\n\t}\n\t$tw.utils.each(pluginData.tiddlers,function(tiddler) {\n\t\tself.commander.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/unpackplugin.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/verbose.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/verbose.js\ntype: application/javascript\nmodule-type: command\n\nVerbose command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"verbose\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.verbose = true;\n\t// Output the boot message log\n\tthis.commander.streams.output.write(\"Boot log:\\n \" + $tw.boot.logMessages.join(\"\\n \") + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/verbose.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/version.js": {
"text": "/*\\\ntitle: $:/core/modules/commands/version.js\ntype: application/javascript\nmodule-type: command\n\nVersion command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"version\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.streams.output.write($tw.version + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
"title": "$:/core/modules/commands/version.js",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/config.js": {
"text": "/*\\\ntitle: $:/core/modules/config.js\ntype: application/javascript\nmodule-type: config\n\nCore configuration constants\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.preferences = {};\n\nexports.preferences.notificationDuration = 3 * 1000;\nexports.preferences.jsonSpaces = 4;\n\nexports.textPrimitives = {\n\tupperLetter: \"[A-Z\\u00c0-\\u00d6\\u00d8-\\u00de\\u0150\\u0170]\",\n\tlowerLetter: \"[a-z\\u00df-\\u00f6\\u00f8-\\u00ff\\u0151\\u0171]\",\n\tanyLetter: \"[A-Za-z0-9\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\",\n\tblockPrefixLetters:\t\"[A-Za-z0-9-_\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\"\n};\n\nexports.textPrimitives.unWikiLink = \"~\";\nexports.textPrimitives.wikiLink = exports.textPrimitives.upperLetter + \"+\" +\n\texports.textPrimitives.lowerLetter + \"+\" +\n\texports.textPrimitives.upperLetter +\n\texports.textPrimitives.anyLetter + \"*\";\n\nexports.htmlEntities = {quot:34, amp:38, apos:39, lt:60, gt:62, nbsp:160, iexcl:161, cent:162, pound:163, curren:164, yen:165, brvbar:166, sect:167, uml:168, copy:169, ordf:170, laquo:171, not:172, shy:173, reg:174, macr:175, deg:176, plusmn:177, sup2:178, sup3:179, acute:180, micro:181, para:182, middot:183, cedil:184, sup1:185, ordm:186, raquo:187, frac14:188, frac12:189, frac34:190, iquest:191, Agrave:192, Aacute:193, Acirc:194, Atilde:195, Auml:196, Aring:197, AElig:198, Ccedil:199, Egrave:200, Eacute:201, Ecirc:202, Euml:203, Igrave:204, Iacute:205, Icirc:206, Iuml:207, ETH:208, Ntilde:209, Ograve:210, Oacute:211, Ocirc:212, Otilde:213, Ouml:214, times:215, Oslash:216, Ugrave:217, Uacute:218, Ucirc:219, Uuml:220, Yacute:221, THORN:222, szlig:223, agrave:224, aacute:225, acirc:226, atilde:227, auml:228, aring:229, aelig:230, ccedil:231, egrave:232, eacute:233, ecirc:234, euml:235, igrave:236, iacute:237, icirc:238, iuml:239, eth:240, ntilde:241, ograve:242, oacute:243, ocirc:244, otilde:245, ouml:246, divide:247, oslash:248, ugrave:249, uacute:250, ucirc:251, uuml:252, yacute:253, thorn:254, yuml:255, OElig:338, oelig:339, Scaron:352, scaron:353, Yuml:376, fnof:402, circ:710, tilde:732, Alpha:913, Beta:914, Gamma:915, Delta:916, Epsilon:917, Zeta:918, Eta:919, Theta:920, Iota:921, Kappa:922, Lambda:923, Mu:924, Nu:925, Xi:926, Omicron:927, Pi:928, Rho:929, Sigma:931, Tau:932, Upsilon:933, Phi:934, Chi:935, Psi:936, Omega:937, alpha:945, beta:946, gamma:947, delta:948, epsilon:949, zeta:950, eta:951, theta:952, iota:953, kappa:954, lambda:955, mu:956, nu:957, xi:958, omicron:959, pi:960, rho:961, sigmaf:962, sigma:963, tau:964, upsilon:965, phi:966, chi:967, psi:968, omega:969, thetasym:977, upsih:978, piv:982, ensp:8194, emsp:8195, thinsp:8201, zwnj:8204, zwj:8205, lrm:8206, rlm:8207, ndash:8211, mdash:8212, lsquo:8216, rsquo:8217, sbquo:8218, ldquo:8220, rdquo:8221, bdquo:8222, dagger:8224, Dagger:8225, bull:8226, hellip:8230, permil:8240, prime:8242, Prime:8243, lsaquo:8249, rsaquo:8250, oline:8254, frasl:8260, euro:8364, image:8465, weierp:8472, real:8476, trade:8482, alefsym:8501, larr:8592, uarr:8593, rarr:8594, darr:8595, harr:8596, crarr:8629, lArr:8656, uArr:8657, rArr:8658, dArr:8659, hArr:8660, forall:8704, part:8706, exist:8707, empty:8709, nabla:8711, isin:8712, notin:8713, ni:8715, prod:8719, sum:8721, minus:8722, lowast:8727, radic:8730, prop:8733, infin:8734, ang:8736, and:8743, or:8744, cap:8745, cup:8746, int:8747, there4:8756, sim:8764, cong:8773, asymp:8776, ne:8800, equiv:8801, le:8804, ge:8805, sub:8834, sup:8835, nsub:8836, sube:8838, supe:8839, oplus:8853, otimes:8855, perp:8869, sdot:8901, lceil:8968, rceil:8969, lfloor:8970, rfloor:8971, lang:9001, rang:9002, loz:9674, spades:9824, clubs:9827, hearts:9829, diams:9830 };\n\nexports.htmlVoidElements = \"area,base,br,col,command,embed,hr,img,input,keygen,link,meta,param,source,track,wbr\".split(\",\");\n\nexports.htmlBlockElements = \"address,article,aside,audio,blockquote,canvas,dd,div,dl,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,li,noscript,ol,output,p,pre,section,table,tfoot,ul,video\".split(\",\");\n\nexports.htmlUnsafeElements = \"script\".split(\",\");\n\n})();\n",
"title": "$:/core/modules/config.js",
"type": "application/javascript",
"module-type": "config"
},
"$:/core/modules/deserializers.js": {
"text": "/*\\\ntitle: $:/core/modules/deserializers.js\ntype: application/javascript\nmodule-type: tiddlerdeserializer\n\nFunctions to deserialise tiddlers from a block of text\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nUtility function to parse an old-style tiddler DIV in a *.tid file. It looks like this:\n\n<div title=\"Title\" creator=\"JoeBloggs\" modifier=\"JoeBloggs\" created=\"201102111106\" modified=\"201102111310\" tags=\"myTag [[my long tag]]\">\n<pre>The text of the tiddler (without the expected HTML encoding).\n</pre>\n</div>\n\nNote that the field attributes are HTML encoded, but that the body of the <PRE> tag is not encoded.\n\nWhen these tiddler DIVs are encountered within a TiddlyWiki HTML file then the body is encoded in the usual way.\n*/\nvar parseTiddlerDiv = function(text /* [,fields] */) {\n\t// Slot together the default results\n\tvar result = {};\n\tif(arguments.length > 1) {\n\t\tfor(var f=1; f<arguments.length; f++) {\n\t\t\tvar fields = arguments[f];\n\t\t\tfor(var t in fields) {\n\t\t\t\tresult[t] = fields[t];\t\t\n\t\t\t}\n\t\t}\n\t}\n\t// Parse the DIV body\n\tvar startRegExp = /^\\s*<div\\s+([^>]*)>(\\s*<pre>)?/gi,\n\t\tendRegExp,\n\t\tmatch = startRegExp.exec(text);\n\tif(match) {\n\t\t// Old-style DIVs don't have the <pre> tag\n\t\tif(match[2]) {\n\t\t\tendRegExp = /<\\/pre>\\s*<\\/div>\\s*$/gi;\n\t\t} else {\n\t\t\tendRegExp = /<\\/div>\\s*$/gi;\n\t\t}\n\t\tvar endMatch = endRegExp.exec(text);\n\t\tif(endMatch) {\n\t\t\t// Extract the text\n\t\t\tresult.text = text.substring(match.index + match[0].length,endMatch.index);\n\t\t\t// Process the attributes\n\t\t\tvar attrRegExp = /\\s*([^=\\s]+)\\s*=\\s*(?:\"([^\"]*)\"|'([^']*)')/gi,\n\t\t\t\tattrMatch;\n\t\t\tdo {\n\t\t\t\tattrMatch = attrRegExp.exec(match[1]);\n\t\t\t\tif(attrMatch) {\n\t\t\t\t\tvar name = attrMatch[1];\n\t\t\t\t\tvar value = attrMatch[2] !== undefined ? attrMatch[2] : attrMatch[3];\n\t\t\t\t\tresult[name] = value;\n\t\t\t\t}\n\t\t\t} while(attrMatch);\n\t\t\treturn result;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports[\"application/x-tiddler-html-div\"] = function(text,fields) {\n\treturn [parseTiddlerDiv(text,fields)];\n};\n\nexports[\"application/json\"] = function(text,fields) {\n\tvar incoming = JSON.parse(text),\n\t\tresults = [];\n\tif($tw.utils.isArray(incoming)) {\n\t\tfor(var t=0; t<incoming.length; t++) {\n\t\t\tvar incomingFields = incoming[t],\n\t\t\t\tfields = {};\n\t\t\tfor(var f in incomingFields) {\n\t\t\t\tif(typeof incomingFields[f] === \"string\") {\n\t\t\t\t\tfields[f] = incomingFields[f];\n\t\t\t\t}\n\t\t\t}\n\t\t\tresults.push(fields);\n\t\t}\n\t}\n\treturn results;\n};\n\n/*\nParse an HTML file into tiddlers. There are three possibilities:\n# A TiddlyWiki classic HTML file containing `text/x-tiddlywiki` tiddlers\n# A TiddlyWiki5 HTML file containing `text/vnd.tiddlywiki` tiddlers\n# An ordinary HTML file\n*/\nexports[\"text/html\"] = function(text,fields) {\n\t// Check if we've got a store area\n\tvar storeAreaMarkerRegExp = /<div id=[\"']?storeArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\tmatch = storeAreaMarkerRegExp.exec(text);\n\tif(match) {\n\t\t// If so, it's either a classic TiddlyWiki file or an unencrypted TW5 file\n\t\t// First read the normal tiddlers\n\t\tvar results = deserializeTiddlyWikiFile(text,storeAreaMarkerRegExp.lastIndex,!!match[1],fields);\n\t\t// Then any system tiddlers\n\t\tvar systemAreaMarkerRegExp = /<div id=[\"']?systemArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\t\tsysMatch = systemAreaMarkerRegExp.exec(text);\n\t\tif(sysMatch) {\n\t\t\tresults.push.apply(results,deserializeTiddlyWikiFile(text,systemAreaMarkerRegExp.lastIndex,!!sysMatch[1],fields));\n\t\t}\n\t\treturn results;\n\t} else {\n\t\t// Check whether we've got an encrypted file\n\t\tvar encryptedStoreArea = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedStoreArea) {\n\t\t\t// If so, attempt to decrypt it using the current password\n\t\t\treturn $tw.utils.decryptStoreArea(encryptedStoreArea);\n\t\t} else {\n\t\t\t// It's not a TiddlyWiki so we'll return the entire HTML file as a tiddler\n\t\t\treturn deserializeHtmlFile(text,fields);\n\t\t}\n\t}\n};\n\nfunction deserializeHtmlFile(text,fields) {\n\tvar result = {};\n\t$tw.utils.each(fields,function(value,name) {\n\t\tresult[name] = value;\n\t});\n\tresult.text = text;\n\tresult.type = \"text/html\";\n\treturn [result];\n}\n\nfunction deserializeTiddlyWikiFile(text,storeAreaEnd,isTiddlyWiki5,fields) {\n\tvar results = [],\n\t\tendOfDivRegExp = /(<\\/div>\\s*)/gi,\n\t\tstartPos = storeAreaEnd,\n\t\tdefaultType = isTiddlyWiki5 ? undefined : \"text/x-tiddlywiki\";\n\tendOfDivRegExp.lastIndex = startPos;\n\tvar match = endOfDivRegExp.exec(text);\n\twhile(match) {\n\t\tvar endPos = endOfDivRegExp.lastIndex,\n\t\t\ttiddlerFields = parseTiddlerDiv(text.substring(startPos,endPos),fields,{type: defaultType});\n\t\tif(!tiddlerFields) {\n\t\t\tbreak;\n\t\t}\n\t\t$tw.utils.each(tiddlerFields,function(value,name) {\n\t\t\tif(typeof value === \"string\") {\n\t\t\t\ttiddlerFields[name] = $tw.utils.htmlDecode(value);\n\t\t\t}\n\t\t});\n\t\tif(tiddlerFields.text !== null) {\n\t\t\tresults.push(tiddlerFields);\n\t\t}\n\t\tstartPos = endPos;\n\t\tmatch = endOfDivRegExp.exec(text);\n\t}\n\treturn results;\n}\n\n})();\n",
"title": "$:/core/modules/deserializers.js",
"type": "application/javascript",
"module-type": "tiddlerdeserializer"
},
"$:/core/modules/filters/addprefix.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/addprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a prefix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(operator.operand + title);\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/addprefix.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/addsuffix.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/addsuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a suffix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addsuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title + operator.operand);\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/addsuffix.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/after.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/after.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is after the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.after = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index === -1 || index > (results.length - 2)) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index + 1]];\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/filters/after.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/all/current.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/all/current.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar currTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(currTiddlerTitle) {\n\t\treturn [currTiddlerTitle];\n\t} else {\n\t\treturn [];\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/filters/all/current.js",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/missing.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/all/missing.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\treturn options.wiki.getMissingTitles();\n};\n\n})();\n",
"title": "$:/core/modules/filters/all/missing.js",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/orphans.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/all/orphans.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[orphans]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphans = function(source,prefix,options) {\n\treturn options.wiki.getOrphanTitles();\n};\n\n})();\n",
"title": "$:/core/modules/filters/all/orphans.js",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/shadows.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/all/shadows.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[shadows]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadows = function(source,prefix,options) {\n\treturn options.wiki.allShadowTitles();\n};\n\n})();\n",
"title": "$:/core/modules/filters/all/shadows.js",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/tiddlers.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/all/tiddlers.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddlers = function(source,prefix,options) {\n\treturn options.wiki.allTitles();\n};\n\n})();\n",
"title": "$:/core/modules/filters/all/tiddlers.js",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/all.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for selecting tiddlers\n\n[all[shadows+tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar allFilterOperators;\n\nfunction getAllFilterOperators() {\n\tif(!allFilterOperators) {\n\t\tallFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"allfilteroperator\",allFilterOperators);\n\t}\n\treturn allFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.all = function(source,operator,options) {\n\t// Get our suboperators\n\tvar allFilterOperators = getAllFilterOperators();\n\t// Cycle through the suboperators accumulating their results\n\tvar results = [],\n\t\tsubops = operator.operand.split(\"+\");\n\t// Check for common optimisations\n\tif(subops.length === 1 && subops[0] === \"\") {\n\t\treturn source;\n\t} else if(subops.length === 1 && subops[0] === \"tiddlers\") {\n\t\treturn options.wiki.each;\n\t} else if(subops.length === 1 && subops[0] === \"shadows\") {\n\t\treturn options.wiki.eachShadow;\n\t} else if(subops.length === 2 && subops[0] === \"tiddlers\" && subops[1] === \"shadows\") {\n\t\treturn options.wiki.eachTiddlerPlusShadows;\n\t} else if(subops.length === 2 && subops[0] === \"shadows\" && subops[1] === \"tiddlers\") {\n\t\treturn options.wiki.eachShadowPlusTiddlers;\n\t}\n\t// Do it the hard way\n\tfor(var t=0; t<subops.length; t++) {\n\t\tvar subop = allFilterOperators[subops[t]];\n\t\tif(subop) {\n\t\t\t$tw.utils.pushTop(results,subop(source,operator.prefix,options));\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/all.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/backlinks.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/backlinks.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the backlinks from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.backlinks = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerBacklinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/backlinks.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/before.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/before.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is before the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.before = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index <= 0) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index - 1]];\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/filters/before.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/commands.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/commands.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the commands available in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.commands = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.commands,function(commandInfo,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/commands.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/each.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/each.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique value of the specified field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.each = function(source,operator,options) {\n\tvar results = [],\n\t\tvalues = {};\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tvar value;\n\t\t\tif((operator.operand === \"\") || (operator.operand === \"title\")) {\n\t\t\t\tvalue = title;\n\t\t\t} else {\n\t\t\t\tvalue = tiddler.getFieldString(operator.operand);\n\t\t\t}\n\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\tvalues[value] = true;\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/each.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/eachday.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/eachday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique day covered by the specified date field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.eachday = function(source,operator,options) {\n\tvar results = [],\n\t\tvalues = [],\n\t\tfieldName = operator.operand || \"modified\";\n\t// Function to convert a date/time to a date integer\n\tvar toDate = function(value) {\n\t\tvalue = (new Date(value)).setHours(0,0,0,0);\n\t\treturn value+0;\n\t};\n\tsource(function(tiddler,title) {\n\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\tvar value = toDate($tw.utils.parseDate(tiddler.fields[fieldName]));\n\t\t\tif(values.indexOf(value) === -1) {\n\t\t\t\tvalues.push(value);\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/eachday.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/editiondescription.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/editiondescription.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the descriptions of the specified edition names\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editiondescription = function(source,operator,options) {\n\tvar results = [],\n\t\teditionInfo = $tw.utils.getEditionInfo();\n\tif(editionInfo) {\n\t\tsource(function(tiddler,title) {\n\t\t\tif($tw.utils.hop(editionInfo,title)) {\n\t\t\t\tresults.push(editionInfo[title].description || \"\");\t\t\t\t\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/editiondescription.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/editions.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/editions.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the available editions in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editions = function(source,operator,options) {\n\tvar results = [],\n\t\teditionInfo = $tw.utils.getEditionInfo();\n\tif(editionInfo) {\n\t\t$tw.utils.each(editionInfo,function(info,name) {\n\t\t\tresults.push(name);\n\t\t});\n\t}\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/editions.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/field.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/field.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.field = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || operator.operator || \"title\").toLowerCase();\n\tif(operator.prefix === \"!\") {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text !== operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !!operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text === operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/field.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/fields.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/fields.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the fields on the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.fields = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tfor(var fieldName in tiddler.fields) {\n\t\t\t\t$tw.utils.pushTop(results,fieldName);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/fields.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/get.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/get.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing tiddler titles by the value of the field specified in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.get = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tvar value = tiddler.getFieldString(operator.operand);\n\t\t\tif(value) {\n\t\t\t\tresults.push(value);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/get.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/getindex.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/getindex.js\ntype: application/javascript\nmodule-type: filteroperator\n\nreturns the value at a given index of datatiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getindex = function(source,operator,options) {\n\tvar data,title,results = [];\n\tif(operator.operand){\n\t\tsource(function(tiddler,title) {\n\t\t\ttitle = tiddler ? tiddler.fields.title : title;\n\t\t\tdata = options.wiki.extractTiddlerDataItem(tiddler,operator.operand);\n\t\t\tif(data) {\n\t\t\t\tresults.push(data);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/getindex.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/has.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/has.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a tiddler has the specified field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.has = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || (tiddler && (!$tw.utils.hop(tiddler.fields,operator.operand) || tiddler.fields[operator.operand] === \"\"))) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand) && tiddler.fields[operator.operand] !== \"\") {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/has.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/haschanged.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/haschanged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returns tiddlers from the list that have a non-zero changecount.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.haschanged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) === 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) > 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/haschanged.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/indexes.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/indexes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the indexes of a data tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.indexes = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar data = options.wiki.getTiddlerData(title);\n\t\tif(data) {\n\t\t\t$tw.utils.pushTop(results,Object.keys(data));\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/indexes.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/is/current.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/is/current.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar results = [],\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title !== currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title === currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/is/current.js",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/image.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/is/image.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[image]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.image = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/is/image.js",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/missing.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/is/missing.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/is/missing.js",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/orphan.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/is/orphan.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[orphan]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphan = function(source,prefix,options) {\n\tvar results = [],\n\t\torphanTitles = options.wiki.getOrphanTitles();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) !== -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/is/orphan.js",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/shadow.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/is/shadow.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[shadow]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadow = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/is/shadow.js",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/system.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/is/system.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[system]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.system = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/is/system.js",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/tag.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/is/tag.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tag]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,prefix,options) {\n\tvar results = [],\n\t\ttagMap = options.wiki.getTagMap();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif($tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/is/tag.js",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/tiddler.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/is/tiddler.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tiddler]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddler = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/is/tiddler.js",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/is.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking tiddler properties\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar isFilterOperators;\n\nfunction getIsFilterOperators() {\n\tif(!isFilterOperators) {\n\t\tisFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"isfilteroperator\",isFilterOperators);\n\t}\n\treturn isFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.is = function(source,operator,options) {\n\t// Dispatch to the correct isfilteroperator\n\tvar isFilterOperators = getIsFilterOperators();\n\tvar isFilterOperator = isFilterOperators[operator.operand];\n\tif(isFilterOperator) {\n\t\treturn isFilterOperator(source,operator.prefix,options);\n\t} else {\n\t\treturn [\"Filter Error: Unknown operand for the 'is' filter operator\"];\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/filters/is.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/limit.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/limit.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for chopping the results to a specified maximum number of entries\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.limit = function(source,operator,options) {\n\tvar results = [];\n\t// Convert to an array\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\t// Slice the array if necessary\n\tvar limit = Math.min(results.length,parseInt(operator.operand,10));\n\tif(operator.prefix === \"!\") {\n\t\tresults = results.slice(-limit);\n\t} else {\n\t\tresults = results.slice(0,limit);\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/limit.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/links.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/links.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the links from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.links = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerLinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/links.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/list.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/list.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddlers whose title is listed in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.list = function(source,operator,options) {\n\tvar results = [],\n\t\ttr = $tw.utils.parseTextReference(operator.operand),\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\"),\n\t\tlist = options.wiki.getTiddlerList(tr.title || currTiddlerTitle,tr.field,tr.index);\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults = list;\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/list.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/listed.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/listed.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that have the selected tiddlers in a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.listed = function(source,operator,options) {\n\tvar field = operator.operand || \"list\",\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.findListingsOfTiddler(title,field));\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/listed.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/listops.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/listops.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for manipulating the current selection list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nReverse list\n*/\nexports.reverse = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.unshift(title);\n\t});\n\treturn results;\n};\n\n/*\nFirst entry/entries in list\n*/\nexports.first = function(source,operator,options) {\n\tvar count = parseInt(operator.operand) || 1,\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,count);\n};\n\n/*\nLast entry/entries in list\n*/\nexports.last = function(source,operator,options) {\n\tvar count = parseInt(operator.operand) || 1,\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(-count);\n};\n\n/*\nAll but the first entry/entries of the list\n*/\nexports.rest = function(source,operator,options) {\n\tvar count = parseInt(operator.operand) || 1,\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count);\n};\nexports.butfirst = exports.rest;\nexports.bf = exports.rest;\n\n/*\nAll but the last entry/entries of the list\n*/\nexports.butlast = function(source,operator,options) {\n\tvar count = parseInt(operator.operand) || 1,\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,-count);\n};\nexports.bl = exports.butlast;\n\n/*\nThe nth member of the list\n*/\nexports.nth = function(source,operator,options) {\n\tvar count = parseInt(operator.operand) || 1,\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count - 1,count);\n};\n\n})();\n",
"title": "$:/core/modules/filters/listops.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/modules.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/modules.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the modules of a given type in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.modules = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.each($tw.modules.types[title],function(moduleInfo,moduleName) {\n\t\t\tresults.push(moduleName);\n\t\t});\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/modules.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/moduletypes.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/moduletypes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the module types in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.moduletypes = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.modules.types,function(moduleInfo,type) {\n\t\tresults.push(type);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/moduletypes.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/next.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/next.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs next in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.next = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch++;\n\t\tif(match > 0 && match < list.length) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/next.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/plugintiddlers.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/plugintiddlers.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the shadow tiddlers within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.plugintiddlers = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar pluginInfo = options.wiki.getPluginInfo(title) || options.wiki.getTiddlerData(title,{tiddlers:[]});\n\t\tif(pluginInfo && pluginInfo.tiddlers) {\n\t\t\t$tw.utils.each(pluginInfo.tiddlers,function(fields,title) {\n\t\t\t\tresults.push(title);\n\t\t\t});\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/plugintiddlers.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/prefix.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/prefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title starts with a prefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.prefix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/prefix.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/previous.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/previous.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs immediately prior in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.previous = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch--;\n\t\tif(match >= 0) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/previous.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/regexp.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/regexp.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for regexp matching\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.regexp = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"title\").toLowerCase(),\n\t\tregexpString, regexp, flags = \"\", match,\n\t\tgetFieldString = function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\treturn tiddler.getFieldString(fieldname);\n\t\t\t} else if(fieldname === \"title\") {\n\t\t\t\treturn title;\n\t\t\t} else {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t};\n\t// Process flags and construct regexp\n\tregexpString = operator.operand;\n\tmatch = /^\\(\\?([gim]+)\\)/.exec(regexpString);\n\tif(match) {\n\t\tflags = match[1];\n\t\tregexpString = regexpString.substr(match[0].length);\n\t} else {\n\t\tmatch = /\\(\\?([gim]+)\\)$/.exec(regexpString);\n\t\tif(match) {\n\t\t\tflags = match[1];\n\t\t\tregexpString = regexpString.substr(0,regexpString.length - match[0].length);\n\t\t}\n\t}\n\ttry {\n\t\tregexp = new RegExp(regexpString,flags);\n\t} catch(e) {\n\t\treturn [\"\" + e];\n\t}\n\t// Process the incoming tiddlers\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/regexp.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/removeprefix.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/removeprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a prefix from each title in the list. Titles that do not start with the prefix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removeprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/removeprefix.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/removesuffix.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/removesuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a suffix from each title in the list. Titles that do not end with the suffix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removesuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title.substr(-operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(0,title.length - operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/removesuffix.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/sameday.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/sameday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects tiddlers with a modified date field on the same day as the provided value.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sameday = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName = operator.suffix || \"modified\",\n\t\ttargetDate = (new Date($tw.utils.parseDate(operator.operand))).setHours(0,0,0,0);\n\t// Function to convert a date/time to a date integer\n\tvar isSameDay = function(dateField) {\n\t\t\treturn (new Date(dateField)).setHours(0,0,0,0) === targetDate;\n\t\t};\n\tsource(function(tiddler,title) {\n\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\tif(isSameDay($tw.utils.parseDate(tiddler.fields[fieldName]))) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/sameday.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/search.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/search.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for searching for the text in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.search = function(source,operator,options) {\n\tvar invert = operator.prefix === \"!\";\n\tif(operator.suffix) {\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert,\n\t\t\tfield: operator.suffix\n\t\t});\n\t} else {\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert\n\t\t});\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/filters/search.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/shadowsource.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/shadowsource.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the source plugins for shadow tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadowsource = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar source = options.wiki.getShadowSource(title);\n\t\tif(source) {\n\t\t\t$tw.utils.pushTop(results,source);\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/shadowsource.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/sort.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/sort.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for sorting\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,false);\n\treturn results;\n};\n\nexports.nsort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,true);\n\treturn results;\n};\n\nexports.sortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,false);\n\treturn results;\n};\n\nexports.nsortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,true);\n\treturn results;\n};\n\nvar prepare_results = function (source) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/sort.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/splitbefore.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/splitbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that splits each result on the first occurance of the specified separator and returns the unique values.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.splitbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar parts = title.split(operator.operand);\n\t\tif(parts.length === 1) {\n\t\t\t$tw.utils.pushTop(results,parts[0]);\n\t\t} else {\n\t\t\t$tw.utils.pushTop(results,parts[0] + operator.operand);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/splitbefore.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/storyviews.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/storyviews.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the story views in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.storyviews = function(source,operator,options) {\n\tvar results = [],\n\t\tstoryviews = {};\n\t$tw.modules.applyMethods(\"storyview\",storyviews);\n\t$tw.utils.each(storyviews,function(info,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/storyviews.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/suffix.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/suffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title ends with a suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.suffix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/suffix.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/tag.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/tag.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking for the presence of a tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && !tiddler.hasTag(operator.operand)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.hasTag(operator.operand)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t\tresults = options.wiki.sortByList(results,operator.operand);\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/tag.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/tagging.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/tagging.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that are tagged with the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tagging = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlersWithTag(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/tagging.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/tags.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/tags.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the tags of the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler && tiddler.fields.tags) {\n\t\t\t$tw.utils.pushTop(results,tiddler.fields.tags);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/tags.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/title.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/title.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing title fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.title = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields.title !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults.push(operator.operand);\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/title.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/untagged.js": {
"text": "/*\\\ntitle: $:/core/modules/filters/untagged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the selected tiddlers that are untagged\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.untagged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length > 0) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || !tiddler.hasField(\"tags\") || ($tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length === 0)) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"title": "$:/core/modules/filters/untagged.js",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters.js": {
"text": "/*\\\ntitle: $:/core/modules/filters.js\ntype: application/javascript\nmodule-type: wikimethod\n\nAdds tiddler filtering methods to the $tw.Wiki object.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParses an operation (i.e. a run) within a filter string\n\toperators: Array of array of operator nodes into which results should be inserted\n\tfilterString: filter string\n\tp: start position within the string\nReturns the new start position, after the parsed operation\n*/\nfunction parseFilterOperation(operators,filterString,p) {\n\tvar operator, operand, bracketPos, curlyBracketPos;\n\t// Skip the starting square bracket\n\tif(filterString.charAt(p++) !== \"[\") {\n\t\tthrow \"Missing [ in filter expression\";\n\t}\n\t// Process each operator in turn\n\tdo {\n\t\toperator = {};\n\t\t// Check for an operator prefix\n\t\tif(filterString.charAt(p) === \"!\") {\n\t\t\toperator.prefix = filterString.charAt(p++);\n\t\t}\n\t\t// Get the operator name\n\t\tvar nextBracketPos = filterString.substring(p).search(/[\\[\\{<\\/]/);\n\t\tif(nextBracketPos === -1) {\n\t\t\tthrow \"Missing [ in filter expression\";\n\t\t}\n\t\tnextBracketPos += p;\n\t\tvar bracket = filterString.charAt(nextBracketPos);\n\t\toperator.operator = filterString.substring(p,nextBracketPos);\n\t\t\n\t\t// Any suffix?\n\t\tvar colon = operator.operator.indexOf(':');\n\t\tif(colon > -1) {\n\t\t\toperator.suffix = operator.operator.substring(colon + 1);\n\t\t\toperator.operator = operator.operator.substring(0,colon) || \"field\";\n\t\t}\n\t\t// Empty operator means: title\n\t\telse if(operator.operator === \"\") {\n\t\t\toperator.operator = \"title\";\n\t\t}\n\n\t\tp = nextBracketPos + 1;\n\t\tswitch (bracket) {\n\t\t\tcase \"{\": // Curly brackets\n\t\t\t\toperator.indirect = true;\n\t\t\t\tnextBracketPos = filterString.indexOf(\"}\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"[\": // Square brackets\n\t\t\t\tnextBracketPos = filterString.indexOf(\"]\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"<\": // Angle brackets\n\t\t\t\toperator.variable = true;\n\t\t\t\tnextBracketPos = filterString.indexOf(\">\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"/\": // regexp brackets\n\t\t\t\tvar rex = /^((?:[^\\\\\\/]*|\\\\.)*)\\/(?:\\(([mygi]+)\\))?/g,\n\t\t\t\t\trexMatch = rex.exec(filterString.substring(p));\n\t\t\t\tif(rexMatch) {\n\t\t\t\t\toperator.regexp = new RegExp(rexMatch[1], rexMatch[2]);\n// DEPRECATION WARNING\nconsole.log(\"WARNING: Filter\",operator.operator,\"has a deprecated regexp operand\",operator.regexp);\n\t\t\t\t\tnextBracketPos = p + rex.lastIndex - 1;\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tthrow \"Unterminated regular expression in filter expression\";\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\t\t\n\t\tif(nextBracketPos === -1) {\n\t\t\tthrow \"Missing closing bracket in filter expression\";\n\t\t}\n\t\tif(!operator.regexp) {\n\t\t\toperator.operand = filterString.substring(p,nextBracketPos);\n\t\t}\n\t\tp = nextBracketPos + 1;\n\t\t\t\n\t\t// Push this operator\n\t\toperators.push(operator);\n\t} while(filterString.charAt(p) !== \"]\");\n\t// Skip the ending square bracket\n\tif(filterString.charAt(p++) !== \"]\") {\n\t\tthrow \"Missing ] in filter expression\";\n\t}\n\t// Return the parsing position\n\treturn p;\n}\n\n/*\nParse a filter string\n*/\nexports.parseFilter = function(filterString) {\n\tfilterString = filterString || \"\";\n\tvar results = [], // Array of arrays of operator nodes {operator:,operand:}\n\t\tp = 0, // Current position in the filter string\n\t\tmatch;\n\tvar whitespaceRegExp = /(\\s+)/mg,\n\t\toperandRegExp = /((?:\\+|\\-)?)(?:(\\[)|(?:\"([^\"]*)\")|(?:'([^']*)')|([^\\s\\[\\]]+))/mg;\n\twhile(p < filterString.length) {\n\t\t// Skip any whitespace\n\t\twhitespaceRegExp.lastIndex = p;\n\t\tmatch = whitespaceRegExp.exec(filterString);\n\t\tif(match && match.index === p) {\n\t\t\tp = p + match[0].length;\n\t\t}\n\t\t// Match the start of the operation\n\t\tif(p < filterString.length) {\n\t\t\toperandRegExp.lastIndex = p;\n\t\t\tmatch = operandRegExp.exec(filterString);\n\t\t\tif(!match || match.index !== p) {\n\t\t\t\tthrow \"Syntax error in filter expression\";\n\t\t\t}\n\t\t\tvar operation = {\n\t\t\t\tprefix: \"\",\n\t\t\t\toperators: []\n\t\t\t};\n\t\t\tif(match[1]) {\n\t\t\t\toperation.prefix = match[1];\n\t\t\t\tp++;\n\t\t\t}\n\t\t\tif(match[2]) { // Opening square bracket\n\t\t\t\tp = parseFilterOperation(operation.operators,filterString,p);\n\t\t\t} else {\n\t\t\t\tp = match.index + match[0].length;\n\t\t\t}\n\t\t\tif(match[3] || match[4] || match[5]) { // Double quoted string, single quoted string or unquoted title\n\t\t\t\toperation.operators.push(\n\t\t\t\t\t{operator: \"title\", operand: match[3] || match[4] || match[5]}\n\t\t\t\t);\n\t\t\t}\n\t\t\tresults.push(operation);\n\t\t}\n\t}\n\treturn results;\n};\n\nexports.getFilterOperators = function() {\n\tif(!this.filterOperators) {\n\t\t$tw.Wiki.prototype.filterOperators = {};\n\t\t$tw.modules.applyMethods(\"filteroperator\",this.filterOperators);\n\t}\n\treturn this.filterOperators;\n};\n\nexports.filterTiddlers = function(filterString,widget,source) {\n\tvar fn = this.compileFilter(filterString);\n\treturn fn.call(this,source,widget);\n};\n\n/*\nCompile a filter into a function with the signature fn(source,widget) where:\nsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\nwidget: an optional widget node for retrieving the current tiddler etc.\n*/\nexports.compileFilter = function(filterString) {\n\tvar filterParseTree;\n\ttry {\n\t\tfilterParseTree = this.parseFilter(filterString);\n\t} catch(e) {\n\t\treturn function(source,widget) {\n\t\t\treturn [\"Filter error: \" + e];\n\t\t};\n\t}\n\t// Get the hashmap of filter operator functions\n\tvar filterOperators = this.getFilterOperators();\n\t// Assemble array of functions, one for each operation\n\tvar operationFunctions = [];\n\t// Step through the operations\n\tvar self = this;\n\t$tw.utils.each(filterParseTree,function(operation) {\n\t\t// Create a function for the chain of operators in the operation\n\t\tvar operationSubFunction = function(source,widget) {\n\t\t\tvar accumulator = source,\n\t\t\t\tresults = [],\n\t\t\t\tcurrTiddlerTitle = widget && widget.getVariable(\"currentTiddler\");\n\t\t\t$tw.utils.each(operation.operators,function(operator) {\n\t\t\t\tvar operand = operator.operand,\n\t\t\t\t\toperatorFunction;\n\t\t\t\tif(!operator.operator) {\n\t\t\t\t\toperatorFunction = filterOperators.title;\n\t\t\t\t} else if(!filterOperators[operator.operator]) {\n\t\t\t\t\toperatorFunction = filterOperators.field;\n\t\t\t\t} else {\n\t\t\t\t\toperatorFunction = filterOperators[operator.operator];\n\t\t\t\t}\n\t\t\t\tif(operator.indirect) {\n\t\t\t\t\toperand = self.getTextReference(operator.operand,\"\",currTiddlerTitle);\n\t\t\t\t}\n\t\t\t\tif(operator.variable) {\n\t\t\t\t\toperand = widget.getVariable(operator.operand,{defaultValue: \"\"});\n\t\t\t\t}\n\t\t\t\t// Invoke the appropriate filteroperator module\n\t\t\t\tresults = operatorFunction(accumulator,{\n\t\t\t\t\t\t\toperator: operator.operator,\n\t\t\t\t\t\t\toperand: operand,\n\t\t\t\t\t\t\tprefix: operator.prefix,\n\t\t\t\t\t\t\tsuffix: operator.suffix,\n\t\t\t\t\t\t\tregexp: operator.regexp\n\t\t\t\t\t\t},{\n\t\t\t\t\t\t\twiki: self,\n\t\t\t\t\t\t\twidget: widget\n\t\t\t\t\t\t});\n\t\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\t\taccumulator = self.makeTiddlerIterator(results);\n\t\t\t\t} else {\n\t\t\t\t\taccumulator = results;\n\t\t\t\t}\n\t\t\t});\n\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\treturn results;\n\t\t\t} else {\n\t\t\t\tvar resultArray = [];\n\t\t\t\tresults(function(tiddler,title) {\n\t\t\t\t\tresultArray.push(title);\n\t\t\t\t});\n\t\t\t\treturn resultArray;\n\t\t\t}\n\t\t};\n\t\t// Wrap the operator functions in a wrapper function that depends on the prefix\n\t\toperationFunctions.push((function() {\n\t\t\tswitch(operation.prefix || \"\") {\n\t\t\t\tcase \"\": // No prefix means that the operation is unioned into the result\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"-\": // The results of this operation are removed from the main result\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t$tw.utils.removeArrayEntries(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"+\": // This operation is applied to the main results so far\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t// This replaces all the elements of the array, but keeps the actual array so that references to it are preserved\n\t\t\t\t\t\tsource = self.makeTiddlerIterator(results);\n\t\t\t\t\t\tresults.splice(0,results.length);\n\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t}\n\t\t})());\n\t});\n\t// Return a function that applies the operations to a source iterator of tiddler titles\n\treturn $tw.perf.measure(\"filter\",function filterFunction(source,widget) {\n\t\tif(!source) {\n\t\t\tsource = self.each;\n\t\t} else if(typeof source === \"object\") { // Array or hashmap\n\t\t\tsource = self.makeTiddlerIterator(source);\n\t\t}\n\t\tvar results = [];\n\t\t$tw.utils.each(operationFunctions,function(operationFunction) {\n\t\t\toperationFunction(results,source,widget);\n\t\t});\n\t\treturn results;\n\t});\n};\n\n})();\n",
"title": "$:/core/modules/filters.js",
"type": "application/javascript",
"module-type": "wikimethod"
},
"$:/core/modules/info/platform.js": {
"text": "/*\\\ntitle: $:/core/modules/info/platform.js\ntype: application/javascript\nmodule-type: info\n\nInitialise basic platform $:/info/ tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.getInfoTiddlerFields = function() {\n\tvar mapBoolean = function(value) {return value ? \"yes\" : \"no\";},\n\t\tinfoTiddlerFields = [];\n\t// Basics\n\tinfoTiddlerFields.push({title: \"$:/info/browser\", text: mapBoolean(!!$tw.browser)});\n\tinfoTiddlerFields.push({title: \"$:/info/node\", text: mapBoolean(!!$tw.node)});\n\treturn infoTiddlerFields;\n};\n\n})();\n",
"title": "$:/core/modules/info/platform.js",
"type": "application/javascript",
"module-type": "info"
},
"$:/core/modules/language.js": {
"text": "/*\\\ntitle: $:/core/modules/language.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Language() manages translateable strings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate an instance of the language manager. Options include:\nwiki: wiki from which to retrieve translation tiddlers\n*/\nfunction Language(options) {\n\toptions = options || \"\";\n\tthis.wiki = options.wiki || $tw.wiki;\n}\n\n/*\nReturn a single translateable string. The title is automatically prefixed with \"$:/language/\"\nOptions include:\nvariables: optional hashmap of variables to supply to the language wikification\n*/\nLanguage.prototype.getString = function(title,options) {\n\toptions = options || {};\n\ttitle = \"$:/language/\" + title;\n\treturn this.wiki.renderTiddler(\"text/plain\",title,{variables: options.variables});\n};\n\nexports.Language = Language;\n\n})();\n",
"title": "$:/core/modules/language.js",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/macros/changecount.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/changecount.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the changecount for the current tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"changecount\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn this.wiki.getChangeCount(this.getVariable(\"currentTiddler\")) + \"\";\n};\n\n})();\n",
"title": "$:/core/modules/macros/changecount.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/contrastcolour.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/contrastcolour.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to choose which of two colours has the highest contrast with a base colour\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"contrastcolour\";\n\nexports.params = [\n\t{name: \"target\"},\n\t{name: \"fallbackTarget\"},\n\t{name: \"colourA\"},\n\t{name: \"colourB\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(target,fallbackTarget,colourA,colourB) {\n\tvar rgbTarget = $tw.utils.parseCSSColor(target) || $tw.utils.parseCSSColor(fallbackTarget);\n\tif(!rgbTarget) {\n\t\treturn colourA;\n\t}\n\t// Colour brightness formula derived from http://www.w3.org/WAI/ER/WD-AERT/#color-contrast\n\tvar rgbColourA = $tw.utils.parseCSSColor(colourA),\n\t\trgbColourB = $tw.utils.parseCSSColor(colourB),\n\t\tbrightnessTarget = rgbTarget[0] * 0.299 + rgbTarget[1] * 0.587 + rgbTarget[2] * 0.114,\n\t\tbrightnessA = rgbColourA[0] * 0.299 + rgbColourA[1] * 0.587 + rgbColourA[2] * 0.114,\n\t\tbrightnessB = rgbColourB[0] * 0.299 + rgbColourB[1] * 0.587 + rgbColourB[2] * 0.114;\n\treturn Math.abs(brightnessTarget - brightnessA) > Math.abs(brightnessTarget - brightnessB) ? colourA : colourB;\n};\n\n})();\n",
"title": "$:/core/modules/macros/contrastcolour.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/csvtiddlers.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/csvtiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to CSV\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"csvtiddlers\";\n\nexports.params = [\n\t{name: \"filter\"},\n\t{name: \"format\"},\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter,format) {\n\tvar self = this,\n\t\ttiddlers = this.wiki.filterTiddlers(filter),\n\t\ttiddler,\n\t\tfields = [],\n\t\tt,f;\n\t// Collect all the fields\n\tfor(t=0;t<tiddlers.length; t++) {\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\tfor(f in tiddler.fields) {\n\t\t\tif(fields.indexOf(f) === -1) {\n\t\t\t\tfields.push(f);\n\t\t\t}\n\t\t}\n\t}\n\t// Sort the fields and bring the standard ones to the front\n\tfields.sort();\n\t\"title text modified modifier created creator\".split(\" \").reverse().forEach(function(value,index) {\n\t\tvar p = fields.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tfields.splice(p,1);\n\t\t\tfields.unshift(value)\n\t\t}\n\t});\n\t// Output the column headings\n\tvar output = [], row = [];\n\tfields.forEach(function(value) {\n\t\trow.push(quoteAndEscape(value))\n\t});\n\toutput.push(row.join(\",\"));\n\t// Output each tiddler\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\trow = [];\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\t\tfor(f=0; f<fields.length; f++) {\n\t\t\t\trow.push(quoteAndEscape(tiddler ? tiddler.getFieldString(fields[f]) || \"\" : \"\"));\n\t\t\t}\n\t\toutput.push(row.join(\",\"));\n\t}\n\treturn output.join(\"\\n\");\n};\n\nfunction quoteAndEscape(value) {\n\treturn \"\\\"\" + value.replace(/\"/mg,\"\\\"\\\"\") + \"\\\"\";\n}\n\n})();\n",
"title": "$:/core/modules/macros/csvtiddlers.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/dumpvariables.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/dumpvariables.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to dump all active variable values\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"dumpvariables\";\n\nexports.params = [\n];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\tvar output = [\"|!Variable |!Value |\"],\n\t\tvariables = [], variable;\n\tfor(variable in this.variables) {\n\t\tvariables.push(variable);\n\t}\n\tvariables.sort();\n\tfor(var index=0; index<variables.length; index++) {\n\t\tvar variable = variables[index];\n\t\toutput.push(\"|\" + variable + \" |<input size=50 value=<<\" + variable + \">>/> |\")\n\t}\n\treturn output.join(\"\\n\");\n};\n\n})();\n",
"title": "$:/core/modules/macros/dumpvariables.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/jsontiddlers.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/jsontiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to JSON\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"jsontiddlers\";\n\nexports.params = [\n\t{name: \"filter\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter) {\n\tvar tiddlers = this.wiki.filterTiddlers(filter),\n\t\tdata = [];\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\tvar tiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\tif(tiddler) {\n\t\t\tvar fields = new Object();\n\t\t\tfor(var field in tiddler.fields) {\n\t\t\t\tfields[field] = tiddler.getFieldString(field);\n\t\t\t}\n\t\t\tdata.push(fields);\n\t\t}\n\t}\n\treturn JSON.stringify(data,null,$tw.config.preferences.jsonSpaces);\n};\n\n})();\n",
"title": "$:/core/modules/macros/jsontiddlers.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/makedatauri.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/makedatauri.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to convert the content of a tiddler to a data URI\n\n<<makedatauri text:\"Text to be converted\" type:\"text/vnd.tiddlywiki\">>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"makedatauri\";\n\nexports.params = [\n\t{name: \"text\"},\n\t{name: \"type\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(text,type) {\n\treturn $tw.utils.makeDataUri(text,type);\n};\n\n})();\n",
"title": "$:/core/modules/macros/makedatauri.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/now.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/now.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return a formatted version of the current time\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"now\";\n\nexports.params = [\n\t{name: \"format\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(format) {\n\treturn $tw.utils.formatDateString(new Date(),format || \"0hh:0mm, DDth MMM YYYY\");\n};\n\n})();\n",
"title": "$:/core/modules/macros/now.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/qualify.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/qualify.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to qualify a state tiddler title according\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"qualify\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\treturn title + \"-\" + this.getStateQualifier();\n};\n\n})();\n",
"title": "$:/core/modules/macros/qualify.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/resolvepath.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/resolvepath.js\ntype: application/javascript\nmodule-type: macro\n\nResolves a relative path for an absolute rootpath.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"resolvepath\";\n\nexports.params = [\n\t{name: \"source\"},\n\t{name: \"root\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(source, root) {\n\treturn $tw.utils.resolvePath(source, root);\n};\n\n})();\n",
"title": "$:/core/modules/macros/resolvepath.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/version.js": {
"text": "/*\\\ntitle: $:/core/modules/macros/version.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the TiddlyWiki core version number\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"version\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn $tw.version;\n};\n\n})();\n",
"title": "$:/core/modules/macros/version.js",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/parsers/audioparser.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/audioparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe audio parser parses an audio tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar AudioParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"audio\",\n\t\t\tattributes: {\n\t\t\t\tcontrols: {type: \"string\", value: \"controls\"}\n\t\t\t}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"audio/ogg\"] = AudioParser;\nexports[\"audio/mpeg\"] = AudioParser;\nexports[\"audio/mp3\"] = AudioParser;\nexports[\"audio/mp4\"] = AudioParser;\n\n})();\n\n",
"title": "$:/core/modules/parsers/audioparser.js",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/csvparser.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/csvparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe CSV text parser processes CSV files into a table wrapped in a scrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar CsvParser = function(type,text,options) {\n\t// Table framework\n\tthis.tree = [{\n\t\t\"type\": \"scrollable\", \"children\": [{\n\t\t\t\"type\": \"element\", \"tag\": \"table\", \"children\": [{\n\t\t\t\t\"type\": \"element\", \"tag\": \"tbody\", \"children\": []\n\t\t\t}], \"attributes\": {\n\t\t\t\t\"class\": {\"type\": \"string\", \"value\": \"tc-csv-table\"}\n\t\t\t}\n\t\t}]\n\t}];\n\t// Split the text into lines\n\tvar lines = text.split(/\\r?\\n/mg),\n\t\ttag = \"th\";\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar lineText = lines[line];\n\t\tif(lineText) {\n\t\t\tvar row = {\n\t\t\t\t\t\"type\": \"element\", \"tag\": \"tr\", \"children\": []\n\t\t\t\t};\n\t\t\tvar columns = lineText.split(\",\");\n\t\t\tfor(var column=0; column<columns.length; column++) {\n\t\t\t\trow.children.push({\n\t\t\t\t\t\t\"type\": \"element\", \"tag\": tag, \"children\": [{\n\t\t\t\t\t\t\t\"type\": \"text\",\n\t\t\t\t\t\t\t\"text\": columns[column]\n\t\t\t\t\t\t}]\n\t\t\t\t\t});\n\t\t\t}\n\t\t\ttag = \"td\";\n\t\t\tthis.tree[0].children[0].children[0].children.push(row);\n\t\t}\n\t}\n};\n\nexports[\"text/csv\"] = CsvParser;\n\n})();\n\n",
"title": "$:/core/modules/parsers/csvparser.js",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/htmlparser.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/htmlparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe HTML parser displays text as raw HTML\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HtmlParser = function(type,text,options) {\n\tvar src;\n\tif(options._canonical_uri) {\n\t\tsrc = options._canonical_uri;\n\t} else if(text) {\n\t\tsrc = \"data:text/html;charset=utf-8,\" + encodeURIComponent(text);\n\t}\n\tthis.tree = [{\n\t\ttype: \"element\",\n\t\ttag: \"iframe\",\n\t\tattributes: {\n\t\t\tsrc: {type: \"string\", value: src},\n\t\t\tsandbox: {type: \"string\", value: \"sandbox\"}\n\t\t}\n\t}];\n};\n\nexports[\"text/html\"] = HtmlParser;\n\n})();\n\n",
"title": "$:/core/modules/parsers/htmlparser.js",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/imageparser.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/imageparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe image parser parses an image into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ImageParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"img\",\n\t\t\tattributes: {}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t\tif(type === \"application/pdf\" || type === \".pdf\") {\n\t\t\telement.tag = \"embed\";\n\t\t}\n\t} else if(text) {\n\t\tif(type === \"application/pdf\" || type === \".pdf\") {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:application/pdf;base64,\" + text};\n\t\t\telement.tag = \"embed\";\n\t\t} else if(type === \"image/svg+xml\" || type === \".svg\") {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:image/svg+xml,\" + encodeURIComponent(text)};\n\t\t} else {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t\t}\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"image/svg+xml\"] = ImageParser;\nexports[\"image/jpg\"] = ImageParser;\nexports[\"image/jpeg\"] = ImageParser;\nexports[\"image/png\"] = ImageParser;\nexports[\"image/gif\"] = ImageParser;\nexports[\"application/pdf\"] = ImageParser;\nexports[\"image/x-icon\"] = ImageParser;\n\n})();\n\n",
"title": "$:/core/modules/parsers/imageparser.js",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/utils/parseutils.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/parseutils.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions concerned with parsing text into tokens.\n\nMost functions have the following pattern:\n\n* The parameters are:\n** `source`: the source string being parsed\n** `pos`: the current parse position within the string\n** Any further parameters are used to identify the token that is being parsed\n* The return value is:\n** null if the token was not found at the specified position\n** an object representing the token with the following standard fields:\n*** `type`: string indicating the type of the token\n*** `start`: start position of the token in the source string\n*** `end`: end position of the token in the source string\n*** Any further fields required to describe the token\n\nThe exception is `skipWhiteSpace`, which just returns the position after the whitespace.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for a whitespace token. Returns null if not found, otherwise returns {type: \"whitespace\", start:, end:,}\n*/\nexports.parseWhiteSpace = function(source,pos) {\n\tvar node = {\n\t\ttype: \"whitespace\",\n\t\tstart: pos\n\t};\n\tvar re = /(\\s)+/g;\n\tre.lastIndex = pos;\n\tvar match = re.exec(source);\n\tif(match && match.index === pos) {\n\t\tnode.end = pos + match[0].length;\n\t\treturn node;\n\t}\n\treturn null;\n};\n\n/*\nConvenience wrapper for parseWhiteSpace. Returns the position after the whitespace\n*/\nexports.skipWhiteSpace = function(source,pos) {\n\tvar whitespace = $tw.utils.parseWhiteSpace(source,pos);\n\tif(whitespace) {\n\t\treturn whitespace.end;\n\t}\n\treturn pos;\n};\n\n/*\nLook for a given string token. Returns null if not found, otherwise returns {type: \"token\", value:, start:, end:,}\n*/\nexports.parseTokenString = function(source,pos,token) {\n\tvar match = source.indexOf(token,pos) === pos;\n\tif(match) {\n\t\treturn {\n\t\t\ttype: \"token\",\n\t\t\tvalue: token,\n\t\t\tstart: pos,\n\t\t\tend: pos + token.length\n\t\t};\n\t}\n\treturn null;\n};\n\n/*\nLook for a token matching a regex. Returns null if not found, otherwise returns {type: \"regexp\", match:, start:, end:,}\n*/\nexports.parseTokenRegExp = function(source,pos,reToken) {\n\tvar node = {\n\t\ttype: \"regexp\",\n\t\tstart: pos\n\t};\n\treToken.lastIndex = pos;\n\tnode.match = reToken.exec(source);\n\tif(node.match && node.match.index === pos) {\n\t\tnode.end = pos + node.match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a string literal. Returns null if not found, otherwise returns {type: \"string\", value:, start:, end:,}\n*/\nexports.parseStringLiteral = function(source,pos) {\n\tvar node = {\n\t\ttype: \"string\",\n\t\tstart: pos\n\t};\n\tvar reString = /(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\")|(?:'([^']*)')/g;\n\treString.lastIndex = pos;\n\tvar match = reString.exec(source);\n\tif(match && match.index === pos) {\n\t\tnode.value = match[1] !== undefined ? match[1] :(\n\t\t\tmatch[2] !== undefined ? match[2] : match[3] \n\t\t\t\t\t);\n\t\tnode.end = pos + match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a macro invocation parameter. Returns null if not found, or {type: \"macro-parameter\", name:, value:, start:, end:}\n*/\nexports.parseMacroParameter = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macro-parameter\",\n\t\tstart: pos\n\t};\n\t// Define our regexp\n\tvar reMacroParameter = /(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\\s>\"'=]+)))/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the parameter\n\tvar token = $tw.utils.parseTokenRegExp(source,pos,reMacroParameter);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the parameter details\n\tnode.value = token.match[2] !== undefined ? token.match[2] : (\n\t\t\t\t\ttoken.match[3] !== undefined ? token.match[3] : (\n\t\t\t\t\t\ttoken.match[4] !== undefined ? token.match[4] : (\n\t\t\t\t\t\t\ttoken.match[5] !== undefined ? token.match[5] : (\n\t\t\t\t\t\t\t\ttoken.match[6] !== undefined ? token.match[6] : (\n\t\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t)\n\t\t\t\t\t)\n\t\t\t\t);\n\tif(token.match[1]) {\n\t\tnode.name = token.match[1];\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for a macro invocation. Returns null if not found, or {type: \"macrocall\", name:, parameters:, start:, end:}\n*/\nexports.parseMacroInvocation = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macrocall\",\n\t\tstart: pos,\n\t\tparams: []\n\t};\n\t// Define our regexps\n\tvar reMacroName = /([^\\s>\"'=]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double less than sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"<<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the macro name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reMacroName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Process parameters\n\tvar parameter = $tw.utils.parseMacroParameter(source,pos);\n\twhile(parameter) {\n\t\tnode.params.push(parameter);\n\t\tpos = parameter.end;\n\t\t// Get the next parameter\n\t\tparameter = $tw.utils.parseMacroParameter(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">>\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for an HTML attribute definition. Returns null if not found, otherwise returns {type: \"attribute\", name:, valueType: \"string|indirect|macro\", value:, start:, end:,}\n*/\nexports.parseAttribute = function(source,pos) {\n\tvar node = {\n\t\tstart: pos\n\t};\n\t// Define our regexps\n\tvar reAttributeName = /([^\\/\\s>\"'=]+)/g,\n\t\treUnquotedAttribute = /([^\\/\\s<>\"'=]+)/g,\n\t\treIndirectValue = /\\{\\{([^\\}]+)\\}\\}/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the attribute name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reAttributeName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for an equals sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"=\");\n\tif(token) {\n\t\tpos = token.end;\n\t\t// Skip whitespace\n\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t// Look for a string literal\n\t\tvar stringLiteral = $tw.utils.parseStringLiteral(source,pos);\n\t\tif(stringLiteral) {\n\t\t\tpos = stringLiteral.end;\n\t\t\tnode.type = \"string\";\n\t\t\tnode.value = stringLiteral.value;\n\t\t} else {\n\t\t\t// Look for an indirect value\n\t\t\tvar indirectValue = $tw.utils.parseTokenRegExp(source,pos,reIndirectValue);\n\t\t\tif(indirectValue) {\n\t\t\t\tpos = indirectValue.end;\n\t\t\t\tnode.type = \"indirect\";\n\t\t\t\tnode.textReference = indirectValue.match[1];\n\t\t\t} else {\n\t\t\t\t// Look for a unquoted value\n\t\t\t\tvar unquotedValue = $tw.utils.parseTokenRegExp(source,pos,reUnquotedAttribute);\n\t\t\t\tif(unquotedValue) {\n\t\t\t\t\tpos = unquotedValue.end;\n\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\tnode.value = unquotedValue.match[1];\n\t\t\t\t} else {\n\t\t\t\t\t// Look for a macro invocation value\n\t\t\t\t\tvar macroInvocation = $tw.utils.parseMacroInvocation(source,pos);\n\t\t\t\t\tif(macroInvocation) {\n\t\t\t\t\t\tpos = macroInvocation.end;\n\t\t\t\t\t\tnode.type = \"macro\";\n\t\t\t\t\t\tnode.value = macroInvocation;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\t\tnode.value = \"true\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else {\n\t\tnode.type = \"string\";\n\t\tnode.value = \"true\";\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
"title": "$:/core/modules/utils/parseutils.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/parsers/textparser.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/textparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe plain text parser processes blocks of source text into a degenerate parse tree consisting of a single text node\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar TextParser = function(type,text,options) {\n\tthis.tree = [{\n\t\ttype: \"codeblock\",\n\t\tattributes: {\n\t\t\tcode: {type: \"string\", value: text},\n\t\t\tlanguage: {type: \"string\", value: type}\n\t\t}\n\t}];\n};\n\nexports[\"text/plain\"] = TextParser;\nexports[\"text/x-tiddlywiki\"] = TextParser;\nexports[\"application/javascript\"] = TextParser;\nexports[\"application/json\"] = TextParser;\nexports[\"text/css\"] = TextParser;\nexports[\"application/x-tiddler-dictionary\"] = TextParser;\n\n})();\n\n",
"title": "$:/core/modules/parsers/textparser.js",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/wikiparser/rules/codeblock.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for code blocks. For example:\n\n```\n\t```\n\tThis text will not be //wikified//\n\t```\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match and get language if defined\n\tthis.matchRegExp = /```([\\w-]*)\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\\r?\\n```$)/mg;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Return the $codeblock widget\n\treturn [{\n\t\t\ttype: \"codeblock\",\n\t\t\tattributes: {\n\t\t\t\t\tcode: {type: \"string\", value: text},\n\t\t\t\t\tlanguage: {type: \"string\", value: this.match[1]}\n\t\t\t}\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/codeblock.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/codeinline.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for code runs. For example:\n\n```\n\tThis is a `code run`.\n\tThis is another ``code run``\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(``?)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar reEnd = new RegExp(this.match[1], \"mg\");\n\t// Look for the end marker\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the text\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"code\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: text\n\t\t}]\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/codeinline.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/commentblock.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/commentblock.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/commentinline.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/commentinline.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/dash.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/dash.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for dashes. For example:\n\n```\nThis is an en-dash: --\n\nThis is an em-dash: ---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"dash\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{2,3}(?!-)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar dash = this.match[0].length === 2 ? \"–\" : \"—\";\n\treturn [{\n\t\ttype: \"entity\",\n\t\tentity: dash\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/dash.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/bold.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - bold. For example:\n\n```\n\tThis is ''bold'' text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except bold \n\\rules only bold \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"bold\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /''/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/''/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strong\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/italic.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - italic. For example:\n\n```\n\tThis is //italic// text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except italic\n\\rules only italic\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"italic\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\/\\//mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\/\\//mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"em\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - strikethrough. For example:\n\n```\n\tThis is ~~strikethrough~~ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except strikethrough \n\\rules only strikethrough \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"strikethrough\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~~/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/~~/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strike\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - subscript. For example:\n\n```\n\tThis is ,,subscript,, text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except subscript \n\\rules only subscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"subscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /,,/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/,,/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sub\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - superscript. For example:\n\n```\n\tThis is ^^superscript^^ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except superscript \n\\rules only superscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"superscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\^\\^/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\^\\^/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sup\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - underscore. For example:\n\n```\n\tThis is __underscore__ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except underscore \n\\rules only underscore\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"underscore\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /__/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/__/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"u\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/entity.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/entity.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML entities. For example:\n\n```\n\tThis is a copyright symbol: ©\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"entity\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(&#?[a-zA-Z0-9]{2,8};)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar entityString = this.match[1];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Return the entity\n\treturn [{type: \"entity\", entity: this.match[0]}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/entity.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/extlink.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/extlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\nAn external link: http://www.tiddlywiki.com/\n\nA suppressed external link: ~http://www.tiddlyspace.com/\n```\n\nExternal links can be suppressed by preceding them with `~`.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"extlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|'\"\\\\^~]+(?:\\/|\\b)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(this.match[0].substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: this.match[0].substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: this.match[0]},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: this.match[0]\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/extlink.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t},\n\t\tisBlock: true\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t}\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for marking areas with hard line breaks. For example:\n\n```\n\"\"\"\nThis is some text\nThat is set like\nIt is a Poem\nWhen it is\nClearly\nNot\n\"\"\"\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"hardlinebreaks\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\"\"\"(?:\\r?\\n)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\"\"\")|(\\r?\\n)/mg,\n\t\ttree = [],\n\t\tmatch;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tdo {\n\t\t// Parse the run up to the terminator\n\t\ttree.push.apply(tree,this.parser.parseInlineRun(reEnd,{eatTerminator: false}));\n\t\t// Redo the terminator match\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tmatch = reEnd.exec(this.parser.source);\n\t\tif(match) {\n\t\t\tthis.parser.pos = reEnd.lastIndex;\n\t\t\t// Add a line break if the terminator was a line break\n\t\t\tif(match[2]) {\n\t\t\t\ttree.push({type: \"element\", tag: \"br\"});\n\t\t\t}\n\t\t}\n\t} while(match && !match[1]);\n\t// Return the nodes\n\treturn tree;\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/heading.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/heading.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for headings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"heading\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(!{1,6})/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar headingLevel = this.match[1].length;\n\t// Move past the !s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse any classes, whitespace and then the heading itself\n\tvar classes = this.parser.parseClasses();\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// Return the heading\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"h\" + headingLevel, \n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: classes.join(\" \")}\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/heading.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/horizrule.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/horizrule.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for rules. For example:\n\n```\n---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"horizrule\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{3,}\\r?(?:\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\treturn [{type: \"element\", tag: \"hr\"}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/horizrule.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/html.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/html.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for HTML elements and widgets. For example:\n\n{{{\n<aside>\nThis is an HTML5 aside element\n</aside>\n\n<$slider target=\"MyTiddler\">\nThis is a widget invocation\n</$slider>\n\n}}}\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"html\";\nexports.types = {inline: true, block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextTag = this.findNextTag(this.parser.source,startPos,{\n\t\trequireLineBreak: this.is.block\n\t});\n\treturn this.nextTag ? this.nextTag.start : undefined;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Retrieve the most recent match so that recursive calls don't overwrite it\n\tvar tag = this.nextTag;\n\tthis.nextTag = null;\n\t// Advance the parser position to past the tag\n\tthis.parser.pos = tag.end;\n\t// Check for an immediately following double linebreak\n\tvar hasLineBreak = !tag.isSelfClosing && !!$tw.utils.parseTokenRegExp(this.parser.source,this.parser.pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t// Set whether we're in block mode\n\ttag.isBlock = this.is.block || hasLineBreak;\n\t// Parse the body if we need to\n\tif(!tag.isSelfClosing && $tw.config.htmlVoidElements.indexOf(tag.tag) === -1) {\n\t\t\tvar reEndString = \"</\" + $tw.utils.escapeRegExp(tag.tag) + \">\",\n\t\t\t\treEnd = new RegExp(\"(\" + reEndString + \")\",\"mg\");\n\t\tif(hasLineBreak) {\n\t\t\ttag.children = this.parser.parseBlocks(reEndString);\n\t\t} else {\n\t\t\ttag.children = this.parser.parseInlineRun(reEnd);\n\t\t}\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tvar endMatch = reEnd.exec(this.parser.source);\n\t\tif(endMatch && endMatch.index === this.parser.pos) {\n\t\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t\t}\n\t}\n\t// Return the tag\n\treturn [tag];\n};\n\n/*\nLook for an HTML tag. Returns null if not found, otherwise returns {type: \"element\", name:, attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseTag = function(source,pos,options) {\n\toptions = options || {};\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Define our regexps\n\tvar reTagName = /([a-zA-Z0-9\\-\\$]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a less than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\"<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the tag name\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,reTagName);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tnode.tag = token.match[1];\n\tif(node.tag.charAt(0) === \"$\") {\n\t\tnode.type = node.tag.substr(1);\n\t}\n\tpos = token.end;\n\t// Process attributes\n\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\twhile(attribute) {\n\t\tnode.attributes[attribute.name] = attribute;\n\t\tpos = attribute.end;\n\t\t// Get the next attribute\n\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a closing slash\n\ttoken = $tw.utils.parseTokenString(source,pos,\"/\");\n\tif(token) {\n\t\tpos = token.end;\n\t\tnode.isSelfClosing = true;\n\t}\n\t// Look for a greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Check for a required line break\n\tif(options.requireLineBreak) {\n\t\ttoken = $tw.utils.parseTokenRegExp(source,pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t\tif(!token) {\n\t\t\treturn null;\n\t\t}\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\nexports.findNextTag = function(source,pos,options) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /<([a-zA-Z\\-\\$]+)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseTag(source,match.index,options);\n\t\t// Return success\n\t\tif(tag && this.isLegalTag(tag)) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\nexports.isLegalTag = function(tag) {\n\t// Widgets are always OK\n\tif(tag.type !== \"element\") {\n\t\treturn true;\n\t// If it's an HTML tag that starts with a dash then it's not legal\n\t} else if(tag.tag.charAt(0) === \"-\") {\n\t\treturn false;\n\t} else {\n\t\t// Otherwise it's OK\n\t\treturn true;\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/html.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/image.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/image.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for embedding images. For example:\n\n```\n[img[http://tiddlywiki.com/fractalveg.jpg]]\n[img width=23 height=24 [http://tiddlywiki.com/fractalveg.jpg]]\n[img width={{!!width}} height={{!!height}} [http://tiddlywiki.com/fractalveg.jpg]]\n[img[Description of image|http://tiddlywiki.com/fractalveg.jpg]]\n[img[TiddlerTitle]]\n[img[Description of image|TiddlerTitle]]\n```\n\nGenerates the `<$image>` widget.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"image\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextImage = this.findNextImage(this.parser.source,startPos);\n\treturn this.nextImage ? this.nextImage.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextImage.end;\n\tvar node = {\n\t\ttype: \"image\",\n\t\tattributes: this.nextImage.attributes\n\t};\n\treturn [node];\n};\n\n/*\nFind the next image from the current position\n*/\nexports.findNextImage = function(source,pos) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /(\\[img)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseImage(source,match.index);\n\t\t// Return success\n\t\tif(tag) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an image at the specified position. Returns null if not found, otherwise returns {type: \"image\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseImage = function(source,pos) {\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"image\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[img`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[img\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Process attributes\n\tif(source.charAt(pos) !== \"[\") {\n\t\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\t\twhile(attribute) {\n\t\t\tnode.attributes[attribute.name] = attribute;\n\t\t\tpos = attribute.end;\n\t\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t\tif(source.charAt(pos) !== \"[\") {\n\t\t\t\t// Get the next attribute\n\t\t\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t\t\t} else {\n\t\t\t\tattribute = null;\n\t\t\t}\n\t\t}\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[` after the attributes\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the source up to the terminating `]]`\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,/(?:([^|\\]]*?)\\|)?([^\\]]+?)\\]\\]/g);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\tif(token.match[1]) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: token.match[1].trim()};\n\t}\n\tnode.attributes.source = {type: \"string\", value: (token.match[2] || \"\").trim()};\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/image.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/list.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/list.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for lists. For example:\n\n```\n* This is an unordered list\n* It has two items\n\n# This is a numbered list\n## With a subitem\n# And a third item\n\n; This is a term that is being defined\n: This is the definition of that term\n```\n\nNote that lists can be nested arbitrarily:\n\n```\n#** One\n#* Two\n#** Three\n#**** Four\n#**# Five\n#**## Six\n## Seven\n### Eight\n## Nine\n```\n\nA CSS class can be applied to a list item as follows:\n\n```\n* List item one\n*.active List item two has the class `active`\n* List item three\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"list\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /([\\*#;:>]+)/mg;\n};\n\nvar listTypes = {\n\t\"*\": {listTag: \"ul\", itemTag: \"li\"},\n\t\"#\": {listTag: \"ol\", itemTag: \"li\"},\n\t\";\": {listTag: \"dl\", itemTag: \"dt\"},\n\t\":\": {listTag: \"dl\", itemTag: \"dd\"},\n\t\">\": {listTag: \"blockquote\", itemTag: \"p\"}\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Array of parse tree nodes for the previous row of the list\n\tvar listStack = [];\n\t// Cycle through the items in the list\n\twhile(true) {\n\t\t// Match the list marker\n\t\tvar reMatch = /([\\*#;:>]+)/mg;\n\t\treMatch.lastIndex = this.parser.pos;\n\t\tvar match = reMatch.exec(this.parser.source);\n\t\tif(!match || match.index !== this.parser.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check whether the list type of the top level matches\n\t\tvar listInfo = listTypes[match[0].charAt(0)];\n\t\tif(listStack.length > 0 && listStack[0].tag !== listInfo.listTag) {\n\t\t\tbreak;\n\t\t}\n\t\t// Move past the list marker\n\t\tthis.parser.pos = match.index + match[0].length;\n\t\t// Walk through the list markers for the current row\n\t\tfor(var t=0; t<match[0].length; t++) {\n\t\t\tlistInfo = listTypes[match[0].charAt(t)];\n\t\t\t// Remove any stacked up element if we can't re-use it because the list type doesn't match\n\t\t\tif(listStack.length > t && listStack[t].tag !== listInfo.listTag) {\n\t\t\t\tlistStack.splice(t,listStack.length - t);\n\t\t\t}\n\t\t\t// Construct the list element or reuse the previous one at this level\n\t\t\tif(listStack.length <= t) {\n\t\t\t\tvar listElement = {type: \"element\", tag: listInfo.listTag, children: [\n\t\t\t\t\t{type: \"element\", tag: listInfo.itemTag, children: []}\n\t\t\t\t]};\n\t\t\t\t// Link this list element into the last child item of the parent list item\n\t\t\t\tif(t) {\n\t\t\t\t\tvar prevListItem = listStack[t-1].children[listStack[t-1].children.length-1];\n\t\t\t\t\tprevListItem.children.push(listElement);\n\t\t\t\t}\n\t\t\t\t// Save this element in the stack\n\t\t\t\tlistStack[t] = listElement;\n\t\t\t} else if(t === (match[0].length - 1)) {\n\t\t\t\tlistStack[t].children.push({type: \"element\", tag: listInfo.itemTag, children: []});\n\t\t\t}\n\t\t}\n\t\tif(listStack.length > match[0].length) {\n\t\t\tlistStack.splice(match[0].length,listStack.length - match[0].length);\n\t\t}\n\t\t// Process the body of the list item into the last list item\n\t\tvar lastListChildren = listStack[listStack.length-1].children,\n\t\t\tlastListItem = lastListChildren[lastListChildren.length-1],\n\t\t\tclasses = this.parser.parseClasses();\n\t\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\t\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t\tlastListItem.children.push.apply(lastListItem.children,tree);\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(lastListItem,classes.join(\" \"));\n\t\t}\n\t\t// Consume any whitespace following the list item\n\t\tthis.parser.skipWhitespace();\n\t}\n\t// Return the root element of the list\n\treturn [listStack[0]];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/list.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/macrocallblock.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for block macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^>\\s]+)(?:\\s*)((?:[^>]|(?:>(?!>)))*?)>>(?:\\r?\\n|$)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params,\n\t\tisBlock: true\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/macrocallblock.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/macrocallinline.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^\\s>]+)\\s*([\\s\\S]*?)>>/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5]|| paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/macrocallinline.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/macrodef.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrodef.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for macro definitions\n\n```\n\\define name(param:defaultvalue,param2:defaultvalue)\ndefinition text, including $param$ markers\n\\end\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrodef\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\define\\s+([^(\\s]+)\\(\\s*([^)]*)\\)(\\s*\\r?\\n)?/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the macro name and parameters\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the parameters\n\tvar paramString = this.match[2],\n\t\tparams = [];\n\tif(paramString !== \"\") {\n\t\tvar reParam = /\\s*([A-Za-z0-9\\-_]+)(?:\\s*:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))?/mg,\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\twhile(paramMatch) {\n\t\t\t// Save the parameter details\n\t\t\tvar paramInfo = {name: paramMatch[1]},\n\t\t\t\tdefaultValue = paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6];\n\t\t\tif(defaultValue) {\n\t\t\t\tparamInfo[\"default\"] = defaultValue;\n\t\t\t}\n\t\t\tparams.push(paramInfo);\n\t\t\t// Look for the next parameter\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\t}\n\t}\n\t// Is this a multiline definition?\n\tvar reEnd;\n\tif(this.match[3]) {\n\t\t// If so, the end of the body is marked with \\end\n\t\treEnd = /(\\r?\\n\\\\end[^\\S\\n\\r]*(?:$|\\r?\\n))/mg;\n\t} else {\n\t\t// Otherwise, the end of the definition is marked by the end of the line\n\t\treEnd = /(\\r?\\n)/mg;\n\t\t// Move past any whitespace\n\t\tthis.parser.pos = $tw.utils.skipWhiteSpace(this.parser.source,this.parser.pos);\n\t}\n\t// Find the end of the definition\n\treEnd.lastIndex = this.parser.pos;\n\tvar text,\n\t\tendMatch = reEnd.exec(this.parser.source);\n\tif(endMatch) {\n\t\ttext = this.parser.source.substring(this.parser.pos,endMatch.index);\n\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t} else {\n\t\t// We didn't find the end of the definition, so we'll make it blank\n\t\ttext = \"\";\n\t}\n\t// Save the macro definition\n\treturn [{\n\t\ttype: \"macrodef\",\n\t\tname: this.match[1],\n\t\tparams: params,\n\t\ttext: text\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/macrodef.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/prettyextlink.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettyextlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\n[ext[http://tiddlywiki.com/fractalveg.jpg]]\n[ext[Tooltip|http://tiddlywiki.com/fractalveg.jpg]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettyextlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextLink = this.findNextLink(this.parser.source,startPos);\n\treturn this.nextLink ? this.nextLink.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextLink.end;\n\treturn [this.nextLink];\n};\n\n/*\nFind the next link from the current position\n*/\nexports.findNextLink = function(source,pos) {\n\t// A regexp for finding candidate links\n\tvar reLookahead = /(\\[ext\\[)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a link\n\t\tvar link = this.parseLink(source,match.index);\n\t\t// Return success\n\t\tif(link) {\n\t\t\treturn link;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an link at the specified position. Returns null if not found, otherwise returns {type: \"element\", tag: \"a\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseLink = function(source,pos) {\n\tvar token,\n\t\ttextNode = {\n\t\t\ttype: \"text\"\n\t\t},\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tstart: pos,\n\t\t\tattributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t},\n\t\t\tchildren: [textNode]\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[ext[`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[ext[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Look ahead for the terminating `]]`\n\tvar closePos = source.indexOf(\"]]\",pos);\n\tif(closePos === -1) {\n\t\treturn null;\n\t}\n\t// Look for a `|` separating the tooltip\n\tvar splitPos = source.indexOf(\"|\",pos);\n\tif(splitPos === -1 || splitPos > closePos) {\n\t\tsplitPos = null;\n\t}\n\t// Pull out the tooltip and URL\n\tvar tooltip, URL;\n\tif(splitPos) {\n\t\tURL = source.substring(splitPos + 1,closePos).trim();\n\t\ttextNode.text = source.substring(pos,splitPos).trim();\n\t} else {\n\t\tURL = source.substring(pos,closePos).trim();\n\t\ttextNode.text = URL;\n\t}\n\tnode.attributes.href = {type: \"string\", value: URL};\n\tnode.attributes.target = {type: \"string\", value: \"_blank\"};\n\t// Update the end position\n\tnode.end = closePos + 2;\n\treturn node;\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/prettyextlink.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/prettylink.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettylink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for pretty links. For example:\n\n```\n[[Introduction]]\n\n[[Link description|TiddlerTitle]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettylink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\[\\[(.*?)(?:\\|(.*?))?\\]\\]/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Process the link\n\tvar text = this.match[1],\n\t\tlink = this.match[2] || text;\n\tif($tw.utils.isLinkExternal(link)) {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: link},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: link}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/prettylink.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/quoteblock.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/quoteblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for quote blocks. For example:\n\n```\n\t<<<.optionalClass(es) optional cited from\n\ta quote\n\t<<<\n\t\n\t<<<.optionalClass(es)\n\ta quote\n\t<<< optional cited from\n```\n\nQuotes can be quoted by putting more <s\n\n```\n\t<<<\n\tQuote Level 1\n\t\n\t<<<<\n\tQuoteLevel 2\n\t<<<<\n\t\n\t<<<\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"quoteblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(<<<+)/mg;\n};\n\nexports.parse = function() {\n\tvar classes = [\"tc-quote\"];\n\t// Get all the details of the match\n\tvar reEndString = \"^\" + this.match[1] + \"(?!<)\";\n\t// Move past the <s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\n\t// Parse any classes, whitespace and then the optional cite itself\n\tclasses.push.apply(classes, this.parser.parseClasses());\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar cite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// before handling the cite, parse the body of the quote\n\tvar tree= this.parser.parseBlocks(reEndString);\n\t// If we got a cite, put it before the text\n\tif(cite.length > 0) {\n\t\ttree.unshift({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Parse any optional cite\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tcite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// If we got a cite, push it\n\tif(cite.length > 0) {\n\t\ttree.push({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Return the blockquote element\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"blockquote\",\n\t\tattributes: {\n\t\t\tclass: { type: \"string\", value: classes.join(\" \") },\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/quoteblock.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/rules.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/rules.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for rules specifications\n\n```\n\\rules except ruleone ruletwo rulethree\n\\rules only ruleone ruletwo rulethree\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"rules\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\rules[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse whitespace delimited tokens terminated by a line break\n\tvar reMatch = /[^\\S\\n]*(\\S+)|(\\r?\\n)/mg,\n\t\ttokens = [];\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\twhile(match && match.index === this.parser.pos) {\n\t\tthis.parser.pos = reMatch.lastIndex;\n\t\t// Exit if we've got the line break\n\t\tif(match[2]) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the token\n\t\tif(match[1]) {\n\t\t\ttokens.push(match[1]);\n\t\t}\n\t\t// Match the next token\n\t\tmatch = reMatch.exec(this.parser.source);\n\t}\n\t// Process the tokens\n\tif(tokens.length > 0) {\n\t\tthis.parser.amendRules(tokens[0],tokens.slice(1));\n\t}\n\t// No parse tree nodes to return\n\treturn [];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/rules.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/styleblock.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for assigning styles and classes to paragraphs and other blocks. For example:\n\n```\n@@.myClass\n@@background-color:red;\nThis paragraph will have the CSS class `myClass`.\n\n* The `<ul>` around this list will also have the class `myClass`\n* List item 2\n\n@@\n```\n\nNote that classes and styles can be mixed subject to the rule that styles must precede classes. For example\n\n```\n@@.myFirstClass.mySecondClass\n@@width:100px;.myThirdClass\nThis is a paragraph\n@@\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(?:\\.([^\\r\\n\\s]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEndString = \"^@@(?:\\\\r?\\\\n)?\";\n\tvar classes = [], styles = [];\n\tdo {\n\t\t// Get the class and style\n\t\tif(this.match[1]) {\n\t\t\tstyles.push(this.match[1]);\n\t\t}\n\t\tif(this.match[2]) {\n\t\t\tclasses.push(this.match[2].split(\".\").join(\" \"));\n\t\t}\n\t\t// Move past the match\n\t\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\t// Look for another line of classes and styles\n\t\tthis.match = this.matchRegExp.exec(this.parser.source);\n\t} while(this.match && this.match.index === this.parser.pos);\n\t// Parse the body\n\tvar tree = this.parser.parseBlocks(reEndString);\n\tfor(var t=0; t<tree.length; t++) {\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(tree[t],classes.join(\" \"));\n\t\t}\n\t\tif(styles.length > 0) {\n\t\t\t$tw.utils.addAttributeToParseTreeNode(tree[t],\"style\",styles.join(\"\"));\n\t\t}\n\t}\n\treturn tree;\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/styleblock.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/styleinline.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for assigning styles and classes to inline runs. For example:\n\n```\n@@.myClass This is some text with a class@@\n@@background-color:red;This is some text with a background colour@@\n@@width:100px;.myClass This is some text with a class and a width@@\n```\n\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(\\.(?:[^\\r\\n\\s]+)\\s+)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /@@/g;\n\t// Get the styles and class\n\tvar stylesString = this.match[1],\n\t\tclassString = this.match[2] ? this.match[2].split(\".\").join(\" \") : undefined;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the run up to the terminator\n\tvar tree = this.parser.parseInlineRun(reEnd,{eatTerminator: true});\n\t// Return the classed span\n\tvar node = {\n\t\ttype: \"element\",\n\t\ttag: \"span\",\n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: \"tc-inline-style\"}\n\t\t},\n\t\tchildren: tree\n\t};\n\tif(classString) {\n\t\t$tw.utils.addClassToParseTreeNode(node,classString);\n\t}\n\tif(stylesString) {\n\t\t$tw.utils.addAttributeToParseTreeNode(node,\"style\",stylesString);\n\t}\n\treturn [node];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/styleinline.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/syslink.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/syslink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for system tiddler links.\nCan be suppressed preceding them with `~`.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"syslink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~?\\$:[^\\s<|]+(?:[^\\s<|])/mg;\n};\n\nexports.parse = function() {\n\tvar match = this.match[0];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(match.substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: match.substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: match}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: match\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();",
"title": "$:/core/modules/parsers/wikiparser/rules/syslink.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/table.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/table.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for tables.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"table\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\|(?:[^\\n]*)\\|(?:[fhck]?)\\r?(?:\\n|$)/mg;\n};\n\nvar processRow = function(prevColumns) {\n\tvar cellRegExp = /(?:\\|([^\\n\\|]*)\\|)|(\\|[fhck]?\\r?(?:\\n|$))/mg,\n\t\tcellTermRegExp = /((?:\\x20*)\\|)/mg,\n\t\ttree = [],\n\t\tcol = 0,\n\t\tcolSpanCount = 1,\n\t\tprevCell,\n\t\tvAlign;\n\t// Match a single cell\n\tcellRegExp.lastIndex = this.parser.pos;\n\tvar cellMatch = cellRegExp.exec(this.parser.source);\n\twhile(cellMatch && cellMatch.index === this.parser.pos) {\n\t\tif(cellMatch[1] === \"~\") {\n\t\t\t// Rowspan\n\t\t\tvar last = prevColumns[col];\n\t\t\tif(last) {\n\t\t\t\tlast.rowSpanCount++;\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"rowspan\",last.rowSpanCount);\n\t\t\t\tvAlign = $tw.utils.getAttributeValueFromParseTreeNode(last.element,\"valign\",\"center\");\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"valign\",vAlign);\n\t\t\t\tif(colSpanCount > 1) {\n\t\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"colspan\",colSpanCount);\n\t\t\t\t\tcolSpanCount = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \">\") {\n\t\t\t// Colspan\n\t\t\tcolSpanCount++;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \"<\" && prevCell) {\n\t\t\tcolSpanCount = 1 + $tw.utils.getAttributeValueFromParseTreeNode(prevCell,\"colspan\",1);\n\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\tcolSpanCount = 1;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[2]) {\n\t\t\t// End of row\n\t\t\tif(prevCell && colSpanCount > 1) {\n\t\t\t\tif(prevCell.attributes && prevCell.attributes && prevCell.attributes.colspan) {\n\t\t\t\t\t\tcolSpanCount += prevCell.attributes.colspan.value;\n\t\t\t\t} else {\n\t\t\t\t\tcolSpanCount -= 1;\n\t\t\t\t}\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\t}\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t\tbreak;\n\t\t} else {\n\t\t\t// For ordinary cells, step beyond the opening `|`\n\t\t\tthis.parser.pos++;\n\t\t\t// Look for a space at the start of the cell\n\t\t\tvar spaceLeft = false;\n\t\t\tvAlign = null;\n\t\t\tif(this.parser.source.substr(this.parser.pos).search(/^\\^([^\\^]|\\^\\^)/) === 0) {\n\t\t\t\tvAlign = \"top\";\n\t\t\t} else if(this.parser.source.substr(this.parser.pos).search(/^,([^,]|,,)/) === 0) {\n\t\t\t\tvAlign = \"bottom\";\n\t\t\t}\n\t\t\tif(vAlign) {\n\t\t\t\tthis.parser.pos++;\n\t\t\t}\n\t\t\tvar chr = this.parser.source.substr(this.parser.pos,1);\n\t\t\twhile(chr === \" \") {\n\t\t\t\tspaceLeft = true;\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tchr = this.parser.source.substr(this.parser.pos,1);\n\t\t\t}\n\t\t\t// Check whether this is a heading cell\n\t\t\tvar cell;\n\t\t\tif(chr === \"!\") {\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tcell = {type: \"element\", tag: \"th\", children: []};\n\t\t\t} else {\n\t\t\t\tcell = {type: \"element\", tag: \"td\", children: []};\n\t\t\t}\n\t\t\ttree.push(cell);\n\t\t\t// Record information about this cell\n\t\t\tprevCell = cell;\n\t\t\tprevColumns[col] = {rowSpanCount:1,element:cell};\n\t\t\t// Check for a colspan\n\t\t\tif(colSpanCount > 1) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"colspan\",colSpanCount);\n\t\t\t\tcolSpanCount = 1;\n\t\t\t}\n\t\t\t// Parse the cell\n\t\t\tcell.children = this.parser.parseInlineRun(cellTermRegExp,{eatTerminator: true});\n\t\t\t// Set the alignment for the cell\n\t\t\tif(vAlign) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"valign\",vAlign);\n\t\t\t}\n\t\t\tif(this.parser.source.substr(this.parser.pos - 2,1) === \" \") { // spaceRight\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",spaceLeft ? \"center\" : \"left\");\n\t\t\t} else if(spaceLeft) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",\"right\");\n\t\t\t}\n\t\t\t// Move back to the closing `|`\n\t\t\tthis.parser.pos--;\n\t\t}\n\t\tcol++;\n\t\tcellRegExp.lastIndex = this.parser.pos;\n\t\tcellMatch = cellRegExp.exec(this.parser.source);\n\t}\n\treturn tree;\n};\n\nexports.parse = function() {\n\tvar rowContainerTypes = {\"c\":\"caption\", \"h\":\"thead\", \"\":\"tbody\", \"f\":\"tfoot\"},\n\t\ttable = {type: \"element\", tag: \"table\", children: []},\n\t\trowRegExp = /^\\|([^\\n]*)\\|([fhck]?)\\r?(?:\\n|$)/mg,\n\t\trowTermRegExp = /(\\|(?:[fhck]?)\\r?(?:\\n|$))/mg,\n\t\tprevColumns = [],\n\t\tcurrRowType,\n\t\trowContainer,\n\t\trowCount = 0;\n\t// Match the row\n\trowRegExp.lastIndex = this.parser.pos;\n\tvar rowMatch = rowRegExp.exec(this.parser.source);\n\twhile(rowMatch && rowMatch.index === this.parser.pos) {\n\t\tvar rowType = rowMatch[2];\n\t\t// Check if it is a class assignment\n\t\tif(rowType === \"k\") {\n\t\t\t$tw.utils.addClassToParseTreeNode(table,rowMatch[1]);\n\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t} else {\n\t\t\t// Otherwise, create a new row if this one is of a different type\n\t\t\tif(rowType !== currRowType) {\n\t\t\t\trowContainer = {type: \"element\", tag: rowContainerTypes[rowType], children: []};\n\t\t\t\ttable.children.push(rowContainer);\n\t\t\t\tcurrRowType = rowType;\n\t\t\t}\n\t\t\t// Is this a caption row?\n\t\t\tif(currRowType === \"c\") {\n\t\t\t\t// If so, move past the opening `|` of the row\n\t\t\t\tthis.parser.pos++;\n\t\t\t\t// Move the caption to the first row if it isn't already\n\t\t\t\tif(table.children.length !== 1) {\n\t\t\t\t\ttable.children.pop(); // Take rowContainer out of the children array\n\t\t\t\t\ttable.children.splice(0,0,rowContainer); // Insert it at the bottom\t\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t// Set the alignment - TODO: figure out why TW did this\n//\t\t\t\trowContainer.attributes.align = rowCount === 0 ? \"top\" : \"bottom\";\n\t\t\t\t// Parse the caption\n\t\t\t\trowContainer.children = this.parser.parseInlineRun(rowTermRegExp,{eatTerminator: true});\n\t\t\t} else {\n\t\t\t\t// Create the row\n\t\t\t\tvar theRow = {type: \"element\", tag: \"tr\", children: []};\n\t\t\t\t$tw.utils.addClassToParseTreeNode(theRow,rowCount%2 ? \"oddRow\" : \"evenRow\");\n\t\t\t\trowContainer.children.push(theRow);\n\t\t\t\t// Process the row\n\t\t\t\ttheRow.children = processRow.call(this,prevColumns);\n\t\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t\t\t// Increment the row count\n\t\t\t\trowCount++;\n\t\t\t}\n\t\t}\n\t\trowMatch = rowRegExp.exec(this.parser.source);\n\t}\n\treturn [table];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/table.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/transcludeblock.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {},\n\t\t\tisBlock: true\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tisBlock: true,\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/transcludeblock.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/transcludeinline.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {}\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/transcludeinline.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/typedblock.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/typedblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for typed blocks. For example:\n\n```\n$$$.js\nThis will be rendered as JavaScript\n$$$\n\n$$$.svg\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"150\" height=\"100\">\n <circle cx=\"100\" cy=\"50\" r=\"40\" stroke=\"black\" stroke-width=\"2\" fill=\"red\" />\n</svg>\n$$$\n\n$$$text/vnd.tiddlywiki>text/html\nThis will be rendered as an //HTML representation// of WikiText\n$$$\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.name = \"typedblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\$\\$\\$([^ >\\r\\n]*)(?: *> *([^ \\r\\n]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /\\r?\\n\\$\\$\\$\\r?(?:\\n|$)/mg;\n\t// Save the type\n\tvar parseType = this.match[1],\n\t\trenderType = this.match[2];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Parse the block according to the specified type\n\tvar parser = this.parser.wiki.parseText(parseType,text,{defaultType: \"text/plain\"});\n\t// If there's no render type, just return the parse tree\n\tif(!renderType) {\n\t\treturn parser.tree;\n\t} else {\n\t\t// Otherwise, render to the rendertype and return in a <PRE> tag\n\t\tvar widgetNode = this.parser.wiki.makeWidget(parser),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\ttext = renderType === \"text/html\" ? container.innerHTML : container.textContent;\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"pre\",\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/typedblock.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/wikilink.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikilink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for wiki links. For example:\n\n```\nAWikiLink\nAnotherLink\n~SuppressedLink\n```\n\nPrecede a camel case word with `~` to prevent it from being recognised as a link.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"wikilink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = new RegExp($tw.config.textPrimitives.unWikiLink + \"?\" + $tw.config.textPrimitives.wikiLink,\"mg\");\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get the details of the match\n\tvar linkText = this.match[0];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// If the link starts with the unwikilink character then just output it as plain text\n\tif(linkText.substr(0,1) === $tw.config.textPrimitives.unWikiLink) {\n\t\treturn [{type: \"text\", text: linkText.substr(1)}];\n\t}\n\t// If the link has been preceded with a blocked letter then don't treat it as a link\n\tif(this.match.index > 0) {\n\t\tvar preRegExp = new RegExp($tw.config.textPrimitives.blockPrefixLetters,\"mg\");\n\t\tpreRegExp.lastIndex = this.match.index-1;\n\t\tvar preMatch = preRegExp.exec(this.parser.source);\n\t\tif(preMatch && preMatch.index === this.match.index-1) {\n\t\t\treturn [{type: \"text\", text: linkText}];\n\t\t}\n\t}\n\treturn [{\n\t\ttype: \"link\",\n\t\tattributes: {\n\t\t\tto: {type: \"string\", value: linkText}\n\t\t},\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: linkText\n\t\t}]\n\t}];\n};\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/wikilink.js",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/wikiparser.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/wikiparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe wiki text parser processes blocks of source text into a parse tree.\n\nThe parse tree is made up of nested arrays of these JavaScript objects:\n\n\t{type: \"element\", tag: <string>, attributes: {}, children: []} - an HTML element\n\t{type: \"text\", text: <string>} - a text node\n\t{type: \"entity\", value: <string>} - an entity\n\t{type: \"raw\", html: <string>} - raw HTML\n\nAttributes are stored as hashmaps of the following objects:\n\n\t{type: \"string\", value: <string>} - literal string\n\t{type: \"indirect\", textReference: <textReference>} - indirect through a text reference\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar WikiParser = function(type,text,options) {\n\tthis.wiki = options.wiki;\n\t// Initialise the classes if we don't have them already\n\tif(!this.pragmaRuleClasses) {\n\t\tWikiParser.prototype.pragmaRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"pragma\",$tw.WikiRuleBase);\n\t}\n\tif(!this.blockRuleClasses) {\n\t\tWikiParser.prototype.blockRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"block\",$tw.WikiRuleBase);\n\t}\n\tif(!this.inlineRuleClasses) {\n\t\tWikiParser.prototype.inlineRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"inline\",$tw.WikiRuleBase);\n\t}\n\t// Save the parse text\n\tthis.type = type || \"text/vnd.tiddlywiki\";\n\tthis.source = text || \"\";\n\tthis.sourceLength = this.source.length;\n\t// Set current parse position\n\tthis.pos = 0;\n\t// Instantiate the pragma parse rules\n\tthis.pragmaRules = this.instantiateRules(this.pragmaRuleClasses,\"pragma\",0);\n\t// Instantiate the parser block and inline rules\n\tthis.blockRules = this.instantiateRules(this.blockRuleClasses,\"block\",0);\n\tthis.inlineRules = this.instantiateRules(this.inlineRuleClasses,\"inline\",0);\n\t// Parse any pragmas\n\tthis.tree = this.parsePragmas();\n\t// Parse the text into inline runs or blocks\n\tif(options.parseAsInline) {\n\t\tthis.tree.push.apply(this.tree,this.parseInlineRun());\n\t} else {\n\t\tthis.tree.push.apply(this.tree,this.parseBlocks());\n\t}\n\t// Return the parse tree\n};\n\n/*\nInstantiate an array of parse rules\n*/\nWikiParser.prototype.instantiateRules = function(classes,type,startPos) {\n\tvar rulesInfo = [],\n\t\tself = this;\n\t$tw.utils.each(classes,function(RuleClass) {\n\t\t// Instantiate the rule\n\t\tvar rule = new RuleClass(self);\n\t\trule.is = {};\n\t\trule.is[type] = true;\n\t\trule.init(self);\n\t\tvar matchIndex = rule.findNextMatch(startPos);\n\t\tif(matchIndex !== undefined) {\n\t\t\trulesInfo.push({\n\t\t\t\trule: rule,\n\t\t\t\tmatchIndex: matchIndex\n\t\t\t});\n\t\t}\n\t});\n\treturn rulesInfo;\n};\n\n/*\nSkip any whitespace at the current position. Options are:\n\ttreatNewlinesAsNonWhitespace: true if newlines are NOT to be treated as whitespace\n*/\nWikiParser.prototype.skipWhitespace = function(options) {\n\toptions = options || {};\n\tvar whitespaceRegExp = options.treatNewlinesAsNonWhitespace ? /([^\\S\\n]+)/mg : /(\\s+)/mg;\n\twhitespaceRegExp.lastIndex = this.pos;\n\tvar whitespaceMatch = whitespaceRegExp.exec(this.source);\n\tif(whitespaceMatch && whitespaceMatch.index === this.pos) {\n\t\tthis.pos = whitespaceRegExp.lastIndex;\n\t}\n};\n\n/*\nGet the next match out of an array of parse rule instances\n*/\nWikiParser.prototype.findNextMatch = function(rules,startPos) {\n\t// Find the best matching rule by finding the closest match position\n\tvar matchingRule,\n\t\tmatchingRulePos = this.sourceLength;\n\t// Step through each rule\n\tfor(var t=0; t<rules.length; t++) {\n\t\tvar ruleInfo = rules[t];\n\t\t// Ask the rule to get the next match if we've moved past the current one\n\t\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex < startPos) {\n\t\t\truleInfo.matchIndex = ruleInfo.rule.findNextMatch(startPos);\n\t\t}\n\t\t// Adopt this match if it's closer than the current best match\n\t\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex <= matchingRulePos) {\n\t\t\tmatchingRule = ruleInfo;\n\t\t\tmatchingRulePos = ruleInfo.matchIndex;\n\t\t}\n\t}\n\treturn matchingRule;\n};\n\n/*\nParse any pragmas at the beginning of a block of parse text\n*/\nWikiParser.prototype.parsePragmas = function() {\n\tvar tree = [];\n\twhile(true) {\n\t\t// Skip whitespace\n\t\tthis.skipWhitespace();\n\t\t// Check for the end of the text\n\t\tif(this.pos >= this.sourceLength) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check if we've arrived at a pragma rule match\n\t\tvar nextMatch = this.findNextMatch(this.pragmaRules,this.pos);\n\t\t// If not, just exit\n\t\tif(!nextMatch || nextMatch.matchIndex !== this.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the pragma rule\n\t\ttree.push.apply(tree,nextMatch.rule.parse());\n\t}\n\treturn tree;\n};\n\n/*\nParse a block from the current position\n\tterminatorRegExpString: optional regular expression string that identifies the end of plain paragraphs. Must not include capturing parenthesis\n*/\nWikiParser.prototype.parseBlock = function(terminatorRegExpString) {\n\tvar terminatorRegExp = terminatorRegExpString ? new RegExp(\"(\" + terminatorRegExpString + \"|\\\\r?\\\\n\\\\r?\\\\n)\",\"mg\") : /(\\r?\\n\\r?\\n)/mg;\n\tthis.skipWhitespace();\n\tif(this.pos >= this.sourceLength) {\n\t\treturn [];\n\t}\n\t// Look for a block rule that applies at the current position\n\tvar nextMatch = this.findNextMatch(this.blockRules,this.pos);\n\tif(nextMatch && nextMatch.matchIndex === this.pos) {\n\t\treturn nextMatch.rule.parse();\n\t}\n\t// Treat it as a paragraph if we didn't find a block rule\n\treturn [{type: \"element\", tag: \"p\", children: this.parseInlineRun(terminatorRegExp)}];\n};\n\n/*\nParse a series of blocks of text until a terminating regexp is encountered or the end of the text\n\tterminatorRegExpString: terminating regular expression\n*/\nWikiParser.prototype.parseBlocks = function(terminatorRegExpString) {\n\tif(terminatorRegExpString) {\n\t\treturn this.parseBlocksTerminated(terminatorRegExpString);\n\t} else {\n\t\treturn this.parseBlocksUnterminated();\n\t}\n};\n\n/*\nParse a block from the current position to the end of the text\n*/\nWikiParser.prototype.parseBlocksUnterminated = function() {\n\tvar tree = [];\n\twhile(this.pos < this.sourceLength) {\n\t\ttree.push.apply(tree,this.parseBlock());\n\t}\n\treturn tree;\n};\n\n/*\nParse blocks of text until a terminating regexp is encountered\n*/\nWikiParser.prototype.parseBlocksTerminated = function(terminatorRegExpString) {\n\tvar terminatorRegExp = new RegExp(\"(\" + terminatorRegExpString + \")\",\"mg\"),\n\t\ttree = [];\n\t// Skip any whitespace\n\tthis.skipWhitespace();\n\t// Check if we've got the end marker\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar match = terminatorRegExp.exec(this.source);\n\t// Parse the text into blocks\n\twhile(this.pos < this.sourceLength && !(match && match.index === this.pos)) {\n\t\tvar blocks = this.parseBlock(terminatorRegExpString);\n\t\ttree.push.apply(tree,blocks);\n\t\t// Skip any whitespace\n\t\tthis.skipWhitespace();\n\t\t// Check if we've got the end marker\n\t\tterminatorRegExp.lastIndex = this.pos;\n\t\tmatch = terminatorRegExp.exec(this.source);\n\t}\n\tif(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t}\n\treturn tree;\n};\n\n/*\nParse a run of text at the current position\n\tterminatorRegExp: a regexp at which to stop the run\n\toptions: see below\nOptions available:\n\teatTerminator: move the parse position past any encountered terminator (default false)\n*/\nWikiParser.prototype.parseInlineRun = function(terminatorRegExp,options) {\n\tif(terminatorRegExp) {\n\t\treturn this.parseInlineRunTerminated(terminatorRegExp,options);\n\t} else {\n\t\treturn this.parseInlineRunUnterminated(options);\n\t}\n};\n\nWikiParser.prototype.parseInlineRunUnterminated = function(options) {\n\tvar tree = [];\n\t// Find the next occurrence of an inline rule\n\tvar nextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around the matches until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && nextMatch) {\n\t\t// Process the text preceding the run rule\n\t\tif(nextMatch.matchIndex > this.pos) {\n\t\t\ttree.push({type: \"text\", text: this.source.substring(this.pos,nextMatch.matchIndex)});\n\t\t\tthis.pos = nextMatch.matchIndex;\n\t\t}\n\t\t// Process the run rule\n\t\ttree.push.apply(tree,nextMatch.rule.parse());\n\t\t// Look for the next run rule\n\t\tnextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\ttree.push({type: \"text\", text: this.source.substr(this.pos)});\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\nWikiParser.prototype.parseInlineRunTerminated = function(terminatorRegExp,options) {\n\toptions = options || {};\n\tvar tree = [];\n\t// Find the next occurrence of the terminator\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar terminatorMatch = terminatorRegExp.exec(this.source);\n\t// Find the next occurrence of a inlinerule\n\tvar inlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && (terminatorMatch || inlineRuleMatch)) {\n\t\t// Return if we've found the terminator, and it precedes any inline rule match\n\t\tif(terminatorMatch) {\n\t\t\tif(!inlineRuleMatch || inlineRuleMatch.matchIndex >= terminatorMatch.index) {\n\t\t\t\tif(terminatorMatch.index > this.pos) {\n\t\t\t\t\ttree.push({type: \"text\", text: this.source.substring(this.pos,terminatorMatch.index)});\n\t\t\t\t}\n\t\t\t\tthis.pos = terminatorMatch.index;\n\t\t\t\tif(options.eatTerminator) {\n\t\t\t\t\tthis.pos += terminatorMatch[0].length;\n\t\t\t\t}\n\t\t\t\treturn tree;\n\t\t\t}\n\t\t}\n\t\t// Process any inline rule, along with the text preceding it\n\t\tif(inlineRuleMatch) {\n\t\t\t// Preceding text\n\t\t\tif(inlineRuleMatch.matchIndex > this.pos) {\n\t\t\t\ttree.push({type: \"text\", text: this.source.substring(this.pos,inlineRuleMatch.matchIndex)});\n\t\t\t\tthis.pos = inlineRuleMatch.matchIndex;\n\t\t\t}\n\t\t\t// Process the inline rule\n\t\t\ttree.push.apply(tree,inlineRuleMatch.rule.parse());\n\t\t\t// Look for the next inline rule\n\t\t\tinlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t\t\t// Look for the next terminator match\n\t\t\tterminatorRegExp.lastIndex = this.pos;\n\t\t\tterminatorMatch = terminatorRegExp.exec(this.source);\n\t\t}\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\ttree.push({type: \"text\", text: this.source.substr(this.pos)});\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\n/*\nParse zero or more class specifiers `.classname`\n*/\nWikiParser.prototype.parseClasses = function() {\n\tvar classRegExp = /\\.([^\\s\\.]+)/mg,\n\t\tclassNames = [];\n\tclassRegExp.lastIndex = this.pos;\n\tvar match = classRegExp.exec(this.source);\n\twhile(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t\tclassNames.push(match[1]);\n\t\tmatch = classRegExp.exec(this.source);\n\t}\n\treturn classNames;\n};\n\n/*\nAmend the rules used by this instance of the parser\n\ttype: `only` keeps just the named rules, `except` keeps all but the named rules\n\tnames: array of rule names\n*/\nWikiParser.prototype.amendRules = function(type,names) {\n\tnames = names || [];\n\t// Define the filter function\n\tvar keepFilter;\n\tif(type === \"only\") {\n\t\tkeepFilter = function(name) {\n\t\t\treturn names.indexOf(name) !== -1;\n\t\t};\n\t} else if(type === \"except\") {\n\t\tkeepFilter = function(name) {\n\t\t\treturn names.indexOf(name) === -1;\n\t\t};\n\t} else {\n\t\treturn;\n\t}\n\t// Define a function to process each of our rule arrays\n\tvar processRuleArray = function(ruleArray) {\n\t\tfor(var t=ruleArray.length-1; t>=0; t--) {\n\t\t\tif(!keepFilter(ruleArray[t].rule.name)) {\n\t\t\t\truleArray.splice(t,1);\n\t\t\t}\n\t\t}\n\t};\n\t// Process each rule array\n\tprocessRuleArray(this.pragmaRules);\n\tprocessRuleArray(this.blockRules);\n\tprocessRuleArray(this.inlineRules);\n};\n\nexports[\"text/vnd.tiddlywiki\"] = WikiParser;\n\n})();\n\n",
"title": "$:/core/modules/parsers/wikiparser/wikiparser.js",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/wikiparser/rules/wikirulebase.js": {
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikirulebase.js\ntype: application/javascript\nmodule-type: global\n\nBase class for wiki parser rules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nThis constructor is always overridden with a blank constructor, and so shouldn't be used\n*/\nvar WikiRuleBase = function() {\n};\n\n/*\nTo be overridden by individual rules\n*/\nWikiRuleBase.prototype.init = function(parser) {\n\tthis.parser = parser;\n};\n\n/*\nDefault implementation of findNextMatch uses RegExp matching\n*/\nWikiRuleBase.prototype.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\treturn this.match ? this.match.index : undefined;\n};\n\nexports.WikiRuleBase = WikiRuleBase;\n\n})();\n",
"title": "$:/core/modules/parsers/wikiparser/rules/wikirulebase.js",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/pluginswitcher.js": {
"text": "/*\\\ntitle: $:/core/modules/pluginswitcher.js\ntype: application/javascript\nmodule-type: global\n\nManages switching plugins for themes and languages.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\noptions:\nwiki: wiki store to be used\npluginType: type of plugin to be switched\ncontrollerTitle: title of tiddler used to control switching of this resource\ndefaultPlugins: array of default plugins to be used if nominated plugin isn't found\n*/\nfunction PluginSwitcher(options) {\n\tthis.wiki = options.wiki;\n\tthis.pluginType = options.pluginType;\n\tthis.controllerTitle = options.controllerTitle;\n\tthis.defaultPlugins = options.defaultPlugins || [];\n\t// Switch to the current plugin\n\tthis.switchPlugins();\n\t// Listen for changes to the selected plugin\n\tvar self = this;\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,self.controllerTitle)) {\n\t\t\tself.switchPlugins();\n\t\t}\n\t});\n}\n\nPluginSwitcher.prototype.switchPlugins = function() {\n\t// Get the name of the current theme\n\tvar selectedPluginTitle = this.wiki.getTiddlerText(this.controllerTitle);\n\t// If it doesn't exist, then fallback to one of the default themes\n\tvar index = 0;\n\twhile(!this.wiki.getTiddler(selectedPluginTitle) && index < this.defaultPlugins.length) {\n\t\tselectedPluginTitle = this.defaultPlugins[index++];\n\t}\n\t// Accumulate the titles of the plugins that we need to load\n\tvar plugins = [],\n\t\tself = this,\n\t\taccumulatePlugin = function(title) {\n\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\tif(tiddler && tiddler.isPlugin() && plugins.indexOf(title) === -1) {\n\t\t\t\tplugins.push(title);\n\t\t\t\tvar pluginInfo = JSON.parse(self.wiki.getTiddlerText(title)),\n\t\t\t\t\tdependents = $tw.utils.parseStringArray(tiddler.fields.dependents || \"\");\n\t\t\t\t$tw.utils.each(dependents,function(title) {\n\t\t\t\t\taccumulatePlugin(title);\n\t\t\t\t});\n\t\t\t}\n\t\t};\n\taccumulatePlugin(selectedPluginTitle);\n\t// Unregister any existing theme tiddlers\n\tvar unregisteredTiddlers = $tw.wiki.unregisterPluginTiddlers(this.pluginType);\n\t// Register any new theme tiddlers\n\tvar registeredTiddlers = $tw.wiki.registerPluginTiddlers(this.pluginType,plugins);\n\t// Unpack the current theme tiddlers\n\t$tw.wiki.unpackPluginTiddlers();\n};\n\nexports.PluginSwitcher = PluginSwitcher;\n\n})();\n",
"title": "$:/core/modules/pluginswitcher.js",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/saver-handler.js": {
"text": "/*\\\ntitle: $:/core/modules/saver-handler.js\ntype: application/javascript\nmodule-type: global\n\nThe saver handler tracks changes to the store and handles saving the entire wiki via saver modules.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInstantiate the saver handler with the following options:\nwiki: wiki to be synced\ndirtyTracking: true if dirty tracking should be performed\n*/\nfunction SaverHandler(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\tthis.dirtyTracking = options.dirtyTracking;\n\tthis.pendingAutoSave = false;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"saver-handler\");\n\t// Initialise our savers\n\tif($tw.browser) {\n\t\tthis.initSavers();\n\t}\n\t// Only do dirty tracking if required\n\tif($tw.browser && this.dirtyTracking) {\n\t\t// Compile the dirty tiddler filter\n\t\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t\t// Count of changes that have not yet been saved\n\t\tthis.numChanges = 0;\n\t\t// Listen out for changes to tiddlers\n\t\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\t\t// Filter the changes so that we only count changes to tiddlers that we care about\n\t\t\tvar filteredChanges = self.filterFn.call(self.wiki,function(callback) {\n\t\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\t\tcallback(tiddler,title);\n\t\t\t\t});\n\t\t\t});\n\t\t\t// Adjust the number of changes\n\t\t\tself.numChanges += filteredChanges.length;\n\t\t\tself.updateDirtyStatus();\n\t\t\t// Do any autosave if one is pending and there's no more change events\n\t\t\tif(self.pendingAutoSave && self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tself.pendingAutoSave = false;\n\t\t\t}\n\t\t});\n\t\t// Listen for the autosave event\n\t\t$tw.rootWidget.addEventListener(\"tm-auto-save-wiki\",function(event) {\n\t\t\t// Do the autosave unless there are outstanding tiddler change events\n\t\t\tif(self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Otherwise put ourselves in the \"pending autosave\" state and wait for the change event before we do the autosave\n\t\t\t\tself.pendingAutoSave = true;\n\t\t\t}\n\t\t});\n\t\t// Set up our beforeunload handler\n\t\twindow.onbeforeunload = function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t};\n\t}\n\t// Install the save action handlers\n\tif($tw.browser) {\n\t\t$tw.rootWidget.addEventListener(\"tm-save-wiki\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-download-file\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\tmethod: \"download\",\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t}\n}\n\nSaverHandler.prototype.titleSyncFilter = \"$:/config/SaverFilter\";\nSaverHandler.prototype.titleAutoSave = \"$:/config/AutoSave\";\nSaverHandler.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\n\n/*\nSelect the appropriate saver modules and set them up\n*/\nSaverHandler.prototype.initSavers = function(moduleType) {\n\tmoduleType = moduleType || \"saver\";\n\t// Instantiate the available savers\n\tthis.savers = [];\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tif(module.canSave(self)) {\n\t\t\tself.savers.push(module.create(self.wiki));\n\t\t}\n\t});\n\t// Sort the savers into priority order\n\tthis.savers.sort(function(a,b) {\n\t\tif(a.info.priority < b.info.priority) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(a.info.priority > b.info.priority) {\n\t\t\t\treturn +1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nSave the wiki contents. Options are:\n\tmethod: \"save\", \"autosave\" or \"download\"\n\ttemplate: the tiddler containing the template to save\n\tdownloadType: the content type for the saved file\n*/\nSaverHandler.prototype.saveWiki = function(options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tmethod = options.method || \"save\",\n\t\tvariables = options.variables || {},\n\t\ttemplate = options.template || \"$:/core/save/all\",\n\t\tdownloadType = options.downloadType || \"text/plain\",\n\t\ttext = this.wiki.renderTiddler(downloadType,template,options),\n\t\tcallback = function(err) {\n\t\t\tif(err) {\n\t\t\t\talert(\"Error while saving:\\n\\n\" + err);\n\t\t\t} else {\n\t\t\t\t// Clear the task queue if we're saving (rather than downloading)\n\t\t\t\tif(method !== \"download\") {\n\t\t\t\t\tself.numChanges = 0;\n\t\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t}\n\t\t\t\t$tw.notifier.display(self.titleSavedNotification);\n\t\t\t\tif(options.callback) {\n\t\t\t\t\toptions.callback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t// Ignore autosave if disabled\n\tif(method === \"autosave\" && this.wiki.getTiddlerText(this.titleAutoSave,\"yes\") !== \"yes\") {\n\t\treturn false;\n\t}\n\t// Call the highest priority saver that supports this method\n\tfor(var t=this.savers.length-1; t>=0; t--) {\n\t\tvar saver = this.savers[t];\n\t\tif(saver.info.capabilities.indexOf(method) !== -1 && saver.save(text,method,callback,{variables: {filename: variables.filename}})) {\n\t\t\tthis.logger.log(\"Saving wiki with method\",method,\"through saver\",saver.info.name);\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSaverHandler.prototype.isDirty = function() {\n\treturn this.numChanges > 0;\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSaverHandler.prototype.updateDirtyStatus = function() {\n\tif($tw.browser) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\n\t}\n};\n\nexports.SaverHandler = SaverHandler;\n\n})();\n",
"title": "$:/core/modules/saver-handler.js",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/savers/andtidwiki.js": {
"text": "/*\\\ntitle: $:/core/modules/savers/andtidwiki.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the AndTidWiki Android app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar AndTidWiki = function(wiki) {\n};\n\nAndTidWiki.prototype.save = function(text,method,callback) {\n\t// Get the pathname of this document\n\tvar pathname = decodeURIComponent(document.location.toString().split(\"#\")[0]);\n\t// Strip the file://\n\tif(pathname.indexOf(\"file://\") === 0) {\n\t\tpathname = pathname.substr(7);\n\t}\n\t// Strip any query or location part\n\tvar p = pathname.indexOf(\"?\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\tp = pathname.indexOf(\"#\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\t// Save the file\n\twindow.twi.saveFile(pathname,text);\n\t// Call the callback\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nAndTidWiki.prototype.info = {\n\tname: \"andtidwiki\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.twi && !!window.twi.saveFile;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new AndTidWiki(wiki);\n};\n\n})();\n",
"title": "$:/core/modules/savers/andtidwiki.js",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/download.js": {
"text": "/*\\\ntitle: $:/core/modules/savers/download.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar DownloadSaver = function(wiki) {\n};\n\nDownloadSaver.prototype.save = function(text,method,callback,options) {\n\toptions = options || {};\n\t// Get the current filename\n\tvar filename = options.variables.filename;\n\tif(!filename) {\n\t\tvar p = document.location.pathname.lastIndexOf(\"/\");\n\t\tif(p !== -1) {\n\t\t\tfilename = document.location.pathname.substr(p+1);\n\t\t}\n\t}\n\tif(!filename) {\n\t\tfilename = \"tiddlywiki.html\";\n\t}\n\t// Set up the link\n\tvar link = document.createElement(\"a\");\n\tlink.setAttribute(\"target\",\"_blank\");\n\tif(Blob !== undefined) {\n\t\tvar blob = new Blob([text], {type: \"text/html\"});\n\t\tlink.setAttribute(\"href\", URL.createObjectURL(blob));\n\t} else {\n\t\tlink.setAttribute(\"href\",\"data:text/html,\" + encodeURIComponent(text));\n\t}\n\tlink.setAttribute(\"download\",filename);\n\tdocument.body.appendChild(link);\n\tlink.click();\n\tdocument.body.removeChild(link);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nDownloadSaver.prototype.info = {\n\tname: \"download\",\n\tpriority: 100,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn document.createElement(\"a\").download !== undefined;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new DownloadSaver(wiki);\n};\n\n})();\n",
"title": "$:/core/modules/savers/download.js",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/fsosaver.js": {
"text": "/*\\\ntitle: $:/core/modules/savers/fsosaver.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via MS FileSystemObject ActiveXObject\n\nNote: Since TiddlyWiki's markup contains the MOTW, the FileSystemObject normally won't be available. \nHowever, if the wiki is loaded as an .HTA file (Windows HTML Applications) then the FSO can be used.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar FSOSaver = function(wiki) {\n};\n\nFSOSaver.prototype.save = function(text,method,callback) {\n\t// Get the pathname of this document\n\tvar pathname = unescape(document.location.pathname);\n\t// Test for a Windows path of the form /x:\\blah...\n\tif(/^\\/[A-Z]\\:\\\\[^\\\\]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t} else if(document.location.hostname !== \"\" && /^\\/\\\\[^\\\\]+\\\\[^\\\\]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t\t// reconstruct UNC path\n\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t} else {\n\t\treturn false;\n\t}\n\t// Save the file (as UTF-16)\n\tvar fso = new ActiveXObject(\"Scripting.FileSystemObject\");\n\tvar file = fso.OpenTextFile(pathname,2,-1,-1);\n\tfile.Write(text);\n\tfile.Close();\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nFSOSaver.prototype.info = {\n\tname: \"FSOSaver\",\n\tpriority: 120,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\ttry {\n\t\treturn (window.location.protocol === \"file:\") && !!(new ActiveXObject(\"Scripting.FileSystemObject\"));\n\t} catch(e) { return false; }\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new FSOSaver(wiki);\n};\n\n})();\n",
"title": "$:/core/modules/savers/fsosaver.js",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/manualdownload.js": {
"text": "/*\\\ntitle: $:/core/modules/savers/manualdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Title of the tiddler containing the download message\nvar downloadInstructionsTitle = \"$:/language/Modals/Download\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar ManualDownloadSaver = function(wiki) {\n};\n\nManualDownloadSaver.prototype.save = function(text,method,callback) {\n\t$tw.modal.display(downloadInstructionsTitle,{\n\t\tdownloadLink: \"data:text/html,\" + encodeURIComponent(text)\n\t});\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nManualDownloadSaver.prototype.info = {\n\tname: \"manualdownload\",\n\tpriority: 0,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new ManualDownloadSaver(wiki);\n};\n\n})();\n",
"title": "$:/core/modules/savers/manualdownload.js",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/msdownload.js": {
"text": "/*\\\ntitle: $:/core/modules/savers/msdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via window.navigator.msSaveBlob()\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar MsDownloadSaver = function(wiki) {\n};\n\nMsDownloadSaver.prototype.save = function(text,method,callback) {\n\t// Get the current filename\n\tvar filename = \"tiddlywiki.html\",\n\t\tp = document.location.pathname.lastIndexOf(\"/\");\n\tif(p !== -1) {\n\t\tfilename = document.location.pathname.substr(p+1);\n\t}\n\t// Set up the link\n\tvar blob = new Blob([text], {type: \"text/html\"});\n\twindow.navigator.msSaveBlob(blob,filename);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nMsDownloadSaver.prototype.info = {\n\tname: \"msdownload\",\n\tpriority: 110,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.navigator.msSaveBlob;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new MsDownloadSaver(wiki);\n};\n\n})();\n",
"title": "$:/core/modules/savers/msdownload.js",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/tiddlyfox.js": {
"text": "/*\\\ntitle: $:/core/modules/savers/tiddlyfox.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TiddlyFox file extension\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TiddlyFoxSaver = function(wiki) {\n};\n\nTiddlyFoxSaver.prototype.save = function(text,method,callback) {\n\tvar messageBox = document.getElementById(\"tiddlyfox-message-box\");\n\tif(messageBox) {\n\t\t// Get the pathname of this document\n\t\tvar pathname = document.location.toString().split(\"#\")[0];\n\t\t// Replace file://localhost/ with file:///\n\t\tif(pathname.indexOf(\"file://localhost/\") === 0) {\n\t\t\tpathname = \"file://\" + pathname.substr(16);\n\t\t}\n\t\t// Windows path file:///x:/blah/blah --> x:\\blah\\blah\n\t\tif(/^file\\:\\/\\/\\/[A-Z]\\:\\//i.test(pathname)) {\n\t\t\t// Remove the leading slash and convert slashes to backslashes\n\t\t\tpathname = pathname.substr(8).replace(/\\//g,\"\\\\\");\n\t\t// Firefox Windows network path file://///server/share/blah/blah --> //server/share/blah/blah\n\t\t} else if(pathname.indexOf(\"file://///\") === 0) {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(10)).replace(/\\//g,\"\\\\\");\n\t\t// Mac/Unix local path file:///path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:///\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(7));\n\t\t// Mac/Unix local path file:/path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:/\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(5));\n\t\t// Otherwise Windows networth path file://server/share/path/path --> \\\\server\\share\\path\\path\n\t\t} else {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(7)).replace(new RegExp(\"/\",\"g\"),\"\\\\\");\n\t\t}\n\t\t// Create the message element and put it in the message box\n\t\tvar message = document.createElement(\"div\");\n\t\tmessage.setAttribute(\"data-tiddlyfox-path\",decodeURIComponent(pathname));\n\t\tmessage.setAttribute(\"data-tiddlyfox-content\",text);\n\t\tmessageBox.appendChild(message);\n\t\t// Add an event handler for when the file has been saved\n\t\tmessage.addEventListener(\"tiddlyfox-have-saved-file\",function(event) {\n\t\t\tcallback(null);\n\t\t}, false);\n\t\t// Create and dispatch the custom event to the extension\n\t\tvar event = document.createEvent(\"Events\");\n\t\tevent.initEvent(\"tiddlyfox-save-file\",true,false);\n\t\tmessage.dispatchEvent(event);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyFoxSaver.prototype.info = {\n\tname: \"tiddlyfox\",\n\tpriority: 1500,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn (window.location.protocol === \"file:\");\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyFoxSaver(wiki);\n};\n\n})();\n",
"title": "$:/core/modules/savers/tiddlyfox.js",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/tiddlyie.js": {
"text": "/*\\\ntitle: $:/core/modules/savers/tiddlyie.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via Internet Explorer BHO extenion (TiddlyIE)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar TiddlyIESaver = function(wiki) {\n};\n\nTiddlyIESaver.prototype.save = function(text,method,callback) {\n\t// Check existence of TiddlyIE BHO extension (note: only works after document is complete)\n\tif(typeof(window.TiddlyIE) != \"undefined\") {\n\t\t// Get the pathname of this document\n\t\tvar pathname = unescape(document.location.pathname);\n\t\t// Test for a Windows path of the form /x:/blah...\n\t\tif(/^\\/[A-Z]\\:\\/[^\\/]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+ (is this better?: ^/[a-z]:/[^/]+(/[^/]+)*\\.[^/]+ )\n\t\t\t// Remove the leading slash\n\t\t\tpathname = pathname.substr(1);\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t} else if(document.hostname !== \"\" && /^\\/[^\\/]+\\/[^\\/]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t\t// reconstruct UNC path\n\t\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t\t} else return false;\n\t\t// Prompt the user to save the file\n\t\twindow.TiddlyIE.save(pathname, text);\n\t\t// Callback that we succeeded\n\t\tcallback(null);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyIESaver.prototype.info = {\n\tname: \"tiddlyiesaver\",\n\tpriority: 1500,\n\tcapabilities: [\"save\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn (window.location.protocol === \"file:\");\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyIESaver(wiki);\n};\n\n})();\n",
"title": "$:/core/modules/savers/tiddlyie.js",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/twedit.js": {
"text": "/*\\\ntitle: $:/core/modules/savers/twedit.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TWEdit iOS app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TWEditSaver = function(wiki) {\n};\n\nTWEditSaver.prototype.save = function(text,method,callback) {\n\t// Bail if we're not running under TWEdit\n\tif(typeof DeviceInfo !== \"object\") {\n\t\treturn false;\n\t}\n\t// Get the pathname of this document\n\tvar pathname = decodeURIComponent(document.location.pathname);\n\t// Strip any query or location part\n\tvar p = pathname.indexOf(\"?\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\tp = pathname.indexOf(\"#\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\t// Remove the leading \"/Documents\" from path\n\tvar prefix = \"/Documents\";\n\tif(pathname.indexOf(prefix) === 0) {\n\t\tpathname = pathname.substr(prefix.length);\n\t}\n\t// Error handler\n\tvar errorHandler = function(event) {\n\t\t// Error\n\t\tcallback(\"Error saving to TWEdit: \" + event.target.error.code);\n\t};\n\t// Get the file system\n\twindow.requestFileSystem(LocalFileSystem.PERSISTENT,0,function(fileSystem) {\n\t\t// Now we've got the filesystem, get the fileEntry\n\t\tfileSystem.root.getFile(pathname, {create: true}, function(fileEntry) {\n\t\t\t// Now we've got the fileEntry, create the writer\n\t\t\tfileEntry.createWriter(function(writer) {\n\t\t\t\twriter.onerror = errorHandler;\n\t\t\t\twriter.onwrite = function() {\n\t\t\t\t\tcallback(null);\n\t\t\t\t};\n\t\t\t\twriter.position = 0;\n\t\t\t\twriter.write(text);\n\t\t\t},errorHandler);\n\t\t}, errorHandler);\n\t}, errorHandler);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nTWEditSaver.prototype.info = {\n\tname: \"twedit\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TWEditSaver(wiki);\n};\n\n/////////////////////////// Hack\n// HACK: This ensures that TWEdit recognises us as a TiddlyWiki document\nif($tw.browser) {\n\twindow.version = {title: \"TiddlyWiki\"};\n}\n\n})();\n",
"title": "$:/core/modules/savers/twedit.js",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/upload.js": {
"text": "/*\\\ntitle: $:/core/modules/savers/upload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via upload to a server.\n\nDesigned to be compatible with BidiX's UploadPlugin at http://tiddlywiki.bidix.info/#UploadPlugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar UploadSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nUploadSaver.prototype.save = function(text,method,callback) {\n\t// Get the various parameters we need\n\tvar backupDir = this.wiki.getTextReference(\"$:/UploadBackupDir\") || \".\",\n\t\tusername = this.wiki.getTextReference(\"$:/UploadName\"),\n\t\tpassword = $tw.utils.getPassword(\"upload\"),\n\t\tuploadDir = this.wiki.getTextReference(\"$:/UploadDir\") || \".\",\n\t\tuploadFilename = this.wiki.getTextReference(\"$:/UploadFilename\") || \"index.html\",\n\t\turl = this.wiki.getTextReference(\"$:/UploadURL\");\n\t// Bail out if we don't have the bits we need\n\tif(!username || username.toString().trim() === \"\" || !password || password.toString().trim() === \"\") {\n\t\treturn false;\n\t}\n\t// Construct the url if not provided\n\tif(!url) {\n\t\turl = \"http://\" + username + \".tiddlyspot.com/store.cgi\";\n\t}\n\t// Assemble the header\n\tvar boundary = \"---------------------------\" + \"AaB03x\";\t\n\tvar uploadFormName = \"UploadPlugin\";\n\tvar head = [];\n\thead.push(\"--\" + boundary + \"\\r\\nContent-disposition: form-data; name=\\\"UploadPlugin\\\"\\r\\n\");\n\thead.push(\"backupDir=\" + backupDir + \";user=\" + username + \";password=\" + password + \";uploaddir=\" + uploadDir + \";;\"); \n\thead.push(\"\\r\\n\" + \"--\" + boundary);\n\thead.push(\"Content-disposition: form-data; name=\\\"userfile\\\"; filename=\\\"\" + uploadFilename + \"\\\"\");\n\thead.push(\"Content-Type: text/html;charset=UTF-8\");\n\thead.push(\"Content-Length: \" + text.length + \"\\r\\n\");\n\thead.push(\"\");\n\t// Assemble the tail and the data itself\n\tvar tail = \"\\r\\n--\" + boundary + \"--\\r\\n\",\n\t\tdata = head.join(\"\\r\\n\") + text + tail;\n\t// Do the HTTP post\n\tvar http = new XMLHttpRequest();\n\thttp.open(\"POST\",url,true,username,password);\n\thttp.setRequestHeader(\"Content-Type\",\"multipart/form-data; ;charset=UTF-8; boundary=\" + boundary);\n\thttp.onreadystatechange = function() {\n\t\tif(http.readyState == 4 && http.status == 200) {\n\t\t\tif(http.responseText.substr(0,4) === \"0 - \") {\n\t\t\t\tcallback(null);\n\t\t\t} else {\n\t\t\t\tcallback(http.responseText);\n\t\t\t}\n\t\t}\n\t};\n\ttry {\n\t\thttp.send(data);\n\t} catch(ex) {\n\t\treturn callback(\"Error:\" + ex);\n\t}\n\t$tw.notifier.display(\"$:/language/Notifications/Save/Starting\");\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nUploadSaver.prototype.info = {\n\tname: \"upload\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new UploadSaver(wiki);\n};\n\n})();\n",
"title": "$:/core/modules/savers/upload.js",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/browser-messaging.js": {
"text": "/*\\\ntitle: $:/core/modules/browser-messaging.js\ntype: application/javascript\nmodule-type: startup\n\nBrowser message handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"browser-messaging\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*\nLoad a specified url as an iframe and call the callback when it is loaded. If the url is already loaded then the existing iframe instance is used\n*/\nfunction loadIFrame(url,callback) {\n\t// Check if iframe already exists\n\tvar iframeInfo = $tw.browserMessaging.iframeInfoMap[url];\n\tif(iframeInfo) {\n\t\t// We've already got the iframe\n\t\tcallback(null,iframeInfo);\n\t} else {\n\t\t// Create the iframe and save it in the list\n\t\tvar iframe = document.createElement(\"iframe\"),\n\t\t\tiframeInfo = {\n\t\t\t\turl: url,\n\t\t\t\tstatus: \"loading\",\n\t\t\t\tdomNode: iframe\n\t\t\t};\n\t\t$tw.browserMessaging.iframeInfoMap[url] = iframeInfo;\n\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t// Add the iframe to the DOM and hide it\n\t\tiframe.style.display = \"none\";\n\t\tdocument.body.appendChild(iframe);\n\t\t// Set up onload\n\t\tiframe.onload = function() {\n\t\t\tiframeInfo.status = \"loaded\";\n\t\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t\tcallback(null,iframeInfo);\n\t\t};\n\t\tiframe.onerror = function() {\n\t\t\tcallback(\"Cannot load iframe\");\n\t\t};\n\t\ttry {\n\t\t\tiframe.src = url;\n\t\t} catch(ex) {\n\t\t\tcallback(ex);\n\t\t}\n\t}\n}\n\nfunction saveIFrameInfoTiddler(iframeInfo) {\n\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),{\n\t\ttitle: \"$:/temp/ServerConnection/\" + iframeInfo.url,\n\t\ttext: iframeInfo.status,\n\t\ttags: [\"$:/tags/ServerConnection\"],\n\t\turl: iframeInfo.url\n\t},$tw.wiki.getModificationFields()));\n}\n\nexports.startup = function() {\n\t// Initialise the store of iframes we've created\n\t$tw.browserMessaging = {\n\t\tiframeInfoMap: {} // Hashmap by URL of {url:,status:\"loading/loaded\",domNode:}\n\t};\n\t// Listen for widget messages to control loading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\tif(url) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert(\"Error loading plugin library: \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers.json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-info\",\n\t\t\t\t\t\t\tinfoTitlePrefix: paramObject.infoTitlePrefix || \"$:/temp/RemoteAssetInfo/\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-from-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url,\n\t\t\ttitle = paramObject.title;\n\t\tif(url && title) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert(\"Error loading plugin library: \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers/\" + encodeURIComponent(title) + \".json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-tiddler\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for window messages from other windows\n\twindow.addEventListener(\"message\",function listener(event){\n\t\tconsole.log(\"browser-messaging: \",document.location.toString())\n\t\tconsole.log(\"browser-messaging: Received message from\",event.origin);\n\t\tconsole.log(\"browser-messaging: Message content\",event.data);\n\t\tswitch(event.data.verb) {\n\t\t\tcase \"GET-RESPONSE\":\n\t\t\t\tif(event.data.status.charAt(0) === \"2\") {\n\t\t\t\t\tif(event.data.cookies) {\n\t\t\t\t\t\tif(event.data.cookies.type === \"save-info\") {\n\t\t\t\t\t\t\tvar tiddlers = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\t\t\t\t\ttitle: event.data.cookies.infoTitlePrefix + event.data.cookies.url + \"/\" + tiddler.title,\n\t\t\t\t\t\t\t\t\t\"original-title\": tiddler.title,\n\t\t\t\t\t\t\t\t\ttext: \"\",\n\t\t\t\t\t\t\t\t\ttype: \"text/vnd.tiddlywiki\",\n\t\t\t\t\t\t\t\t\t\"original-type\": tiddler.type,\n\t\t\t\t\t\t\t\t\t\"plugin-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-plugin-type\": tiddler[\"plugin-type\"],\n\t\t\t\t\t\t\t\t\t\"module-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-module-type\": tiddler[\"module-type\"],\n\t\t\t\t\t\t\t\t\ttags: [\"$:/tags/RemoteAssetInfo\"],\n\t\t\t\t\t\t\t\t\t\"original-tags\": $tw.utils.stringifyList(tiddler.tags || []),\n\t\t\t\t\t\t\t\t\t\"server-url\": event.data.cookies.url\n\t\t\t\t\t\t\t\t},$tw.wiki.getModificationFields()));\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else if(event.data.cookies.type === \"save-tiddler\") {\n\t\t\t\t\t\t\tvar tiddler = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\t},false);\n};\n\n})();\n",
"title": "$:/core/modules/browser-messaging.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/commands.js": {
"text": "/*\\\ntitle: $:/core/modules/startup/commands.js\ntype: application/javascript\nmodule-type: startup\n\nCommand processing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"commands\";\nexports.platforms = [\"node\"];\nexports.after = [\"story\"];\nexports.synchronous = false;\n\nexports.startup = function(callback) {\n\t// On the server, start a commander with the command line arguments\n\tvar commander = new $tw.Commander(\n\t\t$tw.boot.argv,\n\t\tfunction(err) {\n\t\t\tif(err) {\n\t\t\t\treturn $tw.utils.error(\"Error: \" + err);\n\t\t\t}\n\t\t\tcallback();\n\t\t},\n\t\t$tw.wiki,\n\t\t{output: process.stdout, error: process.stderr}\n\t);\n\tcommander.execute();\n};\n\n})();\n",
"title": "$:/core/modules/startup/commands.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/favicon.js": {
"text": "/*\\\ntitle: $:/core/modules/startup/favicon.js\ntype: application/javascript\nmodule-type: startup\n\nFavicon handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"favicon\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\t\t\n// Favicon tiddler\nvar FAVICON_TITLE = \"$:/favicon.ico\";\n\nexports.startup = function() {\n\t// Set up the favicon\n\tsetFavicon();\n\t// Reset the favicon when the tiddler changes\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,FAVICON_TITLE)) {\n\t\t\tsetFavicon();\n\t\t}\n\t});\n};\n\nfunction setFavicon() {\n\tvar tiddler = $tw.wiki.getTiddler(FAVICON_TITLE);\n\tif(tiddler) {\n\t\tvar faviconLink = document.getElementById(\"faviconLink\");\n\t\tfaviconLink.setAttribute(\"href\",\"data:\" + tiddler.fields.type + \";base64,\" + tiddler.fields.text);\n\t}\n}\n\n})();\n",
"title": "$:/core/modules/startup/favicon.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/info.js": {
"text": "/*\\\ntitle: $:/core/modules/startup/info.js\ntype: application/javascript\nmodule-type: startup\n\nInitialise $:/info tiddlers via $:/temp/info-plugin pseudo-plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"info\";\nexports.before = [\"startup\"];\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Collect up the info tiddlers\n\tvar infoTiddlerFields = {};\n\t// Give each info module a chance to fill in as many info tiddlers as they want\n\t$tw.modules.forEachModuleOfType(\"info\",function(title,moduleExports) {\n\t\tif(moduleExports && moduleExports.getInfoTiddlerFields) {\n\t\t\tvar tiddlerFieldsArray = moduleExports.getInfoTiddlerFields(infoTiddlerFields);\n\t\t\t$tw.utils.each(tiddlerFieldsArray,function(fields) {\n\t\t\t\tif(fields) {\n\t\t\t\t\tinfoTiddlerFields[fields.title] = fields;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Bake the info tiddlers into a plugin\n\tvar fields = {\n\t\ttitle: \"$:/temp/info-plugin\",\n\t\ttype: \"application/json\",\n\t\t\"plugin-type\": \"info\",\n\t\ttext: JSON.stringify({tiddlers: infoTiddlerFields},null,$tw.config.preferences.jsonSpaces)\n\t};\n\t$tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\t$tw.wiki.readPluginInfo();\n\t$tw.wiki.registerPluginTiddlers(\"info\");\n\t$tw.wiki.unpackPluginTiddlers();\n};\n\n})();\n",
"title": "$:/core/modules/startup/info.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/load-modules.js": {
"text": "/*\\\ntitle: $:/core/modules/startup/load-modules.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"load-modules\";\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Load modules\n\t$tw.modules.applyMethods(\"utils\",$tw.utils);\n\tif($tw.node) {\n\t\t$tw.modules.applyMethods(\"utils-node\",$tw.utils);\n\t}\n\t$tw.modules.applyMethods(\"global\",$tw);\n\t$tw.modules.applyMethods(\"config\",$tw.config);\n\t$tw.Tiddler.fieldModules = $tw.modules.getModulesByTypeAsHashmap(\"tiddlerfield\");\n\t$tw.modules.applyMethods(\"tiddlermethod\",$tw.Tiddler.prototype);\n\t$tw.modules.applyMethods(\"wikimethod\",$tw.Wiki.prototype);\n\t$tw.modules.applyMethods(\"tiddlerdeserializer\",$tw.Wiki.tiddlerDeserializerModules);\n\t$tw.macros = $tw.modules.getModulesByTypeAsHashmap(\"macro\");\n\t$tw.wiki.initParsers();\n\t$tw.Commander.initCommands();\n};\n\n})();\n",
"title": "$:/core/modules/startup/load-modules.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/password.js": {
"text": "/*\\\ntitle: $:/core/modules/startup/password.js\ntype: application/javascript\nmodule-type: startup\n\nPassword handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"password\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t$tw.rootWidget.addEventListener(\"tm-set-password\",function(event) {\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: $tw.language.getString(\"Encryption/PromptSetPassword\"),\n\t\t\tnoUserName: true,\n\t\t\tsubmitText: $tw.language.getString(\"Encryption/SetPassword\"),\n\t\t\tcanCancel: true,\n\t\t\trepeatPassword: true,\n\t\t\tcallback: function(data) {\n\t\t\t\tif(data) {\n\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t}\n\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t}\n\t\t});\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-clear-password\",function(event) {\n\t\tif($tw.browser) {\n\t\t\tif(!confirm($tw.language.getString(\"Encryption/ConfirmClearPassword\"))) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t$tw.crypto.setPassword(null);\n\t});\n\t// Ensure that $:/isEncrypted is maintained properly\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,\"$:/isEncrypted\")) {\n\t\t\t$tw.crypto.updateCryptoStateTiddler();\n\t\t}\n\t});\n};\n\n})();\n",
"title": "$:/core/modules/startup/password.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/render.js": {
"text": "/*\\\ntitle: $:/core/modules/startup/render.js\ntype: application/javascript\nmodule-type: startup\n\nTitle, stylesheet and page rendering\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"render\";\nexports.platforms = [\"browser\"];\nexports.after = [\"story\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar PAGE_TITLE_TITLE = \"$:/core/wiki/title\";\nvar PAGE_STYLESHEET_TITLE = \"$:/core/ui/PageStylesheet\";\nvar PAGE_TEMPLATE_TITLE = \"$:/core/ui/PageTemplate\";\n\n// Time (in ms) that we defer refreshing changes to draft tiddlers\nvar DRAFT_TIDDLER_TIMEOUT = 400;\n\nexports.startup = function() {\n\t// Set up the title\n\t$tw.titleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TITLE_TITLE,{document: $tw.fakeDocument, parseAsInline: true});\n\t$tw.titleContainer = $tw.fakeDocument.createElement(\"div\");\n\t$tw.titleWidgetNode.render($tw.titleContainer,null);\n\tdocument.title = $tw.titleContainer.textContent;\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.titleWidgetNode.refresh(changes,$tw.titleContainer,null)) {\n\t\t\tdocument.title = $tw.titleContainer.textContent;\n\t\t}\n\t});\n\t// Set up the styles\n\t$tw.styleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_STYLESHEET_TITLE,{document: $tw.fakeDocument});\n\t$tw.styleContainer = $tw.fakeDocument.createElement(\"style\");\n\t$tw.styleWidgetNode.render($tw.styleContainer,null);\n\t$tw.styleElement = document.createElement(\"style\");\n\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\tdocument.head.insertBefore($tw.styleElement,document.head.firstChild);\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"styleRefresh\",function(changes) {\n\t\tif($tw.styleWidgetNode.refresh(changes,$tw.styleContainer,null)) {\n\t\t\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\t\t}\n\t}));\n\t// Display the $:/core/ui/PageTemplate tiddler to kick off the display\n\t$tw.perf.report(\"mainRender\",function() {\n\t\t$tw.pageWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TEMPLATE_TITLE,{document: document, parentWidget: $tw.rootWidget});\n\t\t$tw.pageContainer = document.createElement(\"div\");\n\t\t$tw.utils.addClass($tw.pageContainer,\"tc-page-container-wrapper\");\n\t\tdocument.body.insertBefore($tw.pageContainer,document.body.firstChild);\n\t\t$tw.pageWidgetNode.render($tw.pageContainer,null);\n\t})();\n\t// Prepare refresh mechanism\n\tvar deferredChanges = Object.create(null),\n\t\ttimerId;\n\tfunction refresh() {\n\t\t// Process the refresh\n\t\t$tw.pageWidgetNode.refresh(deferredChanges);\n\t\tdeferredChanges = Object.create(null);\n\t}\n\t// Add the change event handler\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"mainRefresh\",function(changes) {\n\t\t// Check if only drafts have changed\n\t\tvar onlyDraftsHaveChanged = true;\n\t\tfor(var title in changes) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\tif(!tiddler || !tiddler.hasField(\"draft.of\")) {\n\t\t\t\tonlyDraftsHaveChanged = false;\n\t\t\t}\n\t\t}\n\t\t// Defer the change if only drafts have changed\n\t\tif(timerId) {\n\t\t\tclearTimeout(timerId);\n\t\t}\n\t\ttimerId = null;\n\t\tif(onlyDraftsHaveChanged) {\n\t\t\ttimerId = setTimeout(refresh,DRAFT_TIDDLER_TIMEOUT);\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t} else {\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t\trefresh();\n\t\t}\n\t}));\n\t// Fix up the link between the root widget and the page container\n\t$tw.rootWidget.domNodes = [$tw.pageContainer];\n\t$tw.rootWidget.children = [$tw.pageWidgetNode];\n};\n\n})();\n",
"title": "$:/core/modules/startup/render.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/rootwidget.js": {
"text": "/*\\\ntitle: $:/core/modules/startup/rootwidget.js\ntype: application/javascript\nmodule-type: startup\n\nSetup the root widget and the core root widget handlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"rootwidget\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.before = [\"story\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Install the modal message mechanism\n\t$tw.modal = new $tw.utils.Modal($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-modal\",function(event) {\n\t\t$tw.modal.display(event.param,{variables: event.paramObject});\n\t});\n\t// Install the notification mechanism\n\t$tw.notifier = new $tw.utils.Notifier($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-notify\",function(event) {\n\t\t$tw.notifier.display(event.param);\n\t});\n\t// Install the scroller\n\t$tw.pageScroller = new $tw.utils.PageScroller();\n\t$tw.rootWidget.addEventListener(\"tm-scroll\",function(event) {\n\t\t$tw.pageScroller.handleEvent(event);\n\t});\n\tvar fullscreen = $tw.utils.getFullScreenApis();\n\tif(fullscreen) {\n\t\t$tw.rootWidget.addEventListener(\"tm-full-screen\",function(event) {\n\t\t\tif(document[fullscreen._fullscreenElement]) {\n\t\t\t\tdocument[fullscreen._exitFullscreen]();\n\t\t\t} else {\n\t\t\t\tdocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\n\t\t\t}\n\t\t});\n\t}\n\t// If we're being viewed on a data: URI then give instructions for how to save\n\tif(document.location.protocol === \"data:\") {\n\t\t$tw.rootWidget.dispatchEvent({\n\t\t\ttype: \"tm-modal\",\n\t\t\tparam: \"$:/language/Modals/SaveInstructions\"\n\t\t});\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/startup/rootwidget.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup.js": {
"text": "/*\\\ntitle: $:/core/modules/startup.js\ntype: application/javascript\nmodule-type: startup\n\nMiscellaneous startup logic for both the client and server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"startup\";\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\n// Set to `true` to enable performance instrumentation\nvar PERFORMANCE_INSTRUMENTATION = false;\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.startup = function() {\n\tvar modules,n,m,f;\n\tif($tw.browser) {\n\t\t$tw.browser.isIE = (/msie|trident/i.test(navigator.userAgent));\n\t}\n\t$tw.version = $tw.utils.extractVersionInfo();\n\t// Set up the performance framework\n\t$tw.perf = new $tw.Performance(PERFORMANCE_INSTRUMENTATION);\n\t// Kick off the language manager and switcher\n\t$tw.language = new $tw.Language();\n\t$tw.languageSwitcher = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"language\",\n\t\tcontrollerTitle: \"$:/language\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/languages/en-US\"\n\t\t]\n\t});\n\t// Kick off the theme manager\n\t$tw.themeManager = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"theme\",\n\t\tcontrollerTitle: \"$:/theme\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/themes/tiddlywiki/snowwhite\",\n\t\t\t\"$:/themes/tiddlywiki/vanilla\"\n\t\t]\n\t});\n\t// Clear outstanding tiddler store change events to avoid an unnecessary refresh cycle at startup\n\t$tw.wiki.clearTiddlerEventQueue();\n\t// Create a root widget for attaching event handlers. By using it as the parentWidget for another widget tree, one can reuse the event handlers\n\tif($tw.browser) {\n\t\t$tw.rootWidget = new widget.widget({\n\t\t\ttype: \"widget\",\n\t\t\tchildren: []\n\t\t},{\n\t\t\twiki: $tw.wiki,\n\t\t\tdocument: document\n\t\t});\n\t}\n\t// Find a working syncadaptor\n\t$tw.syncadaptor = undefined;\n\t$tw.modules.forEachModuleOfType(\"syncadaptor\",function(title,module) {\n\t\tif(!$tw.syncadaptor && module.adaptorClass) {\n\t\t\t$tw.syncadaptor = new module.adaptorClass({wiki: $tw.wiki});\n\t\t}\n\t});\n\t// Set up the syncer object if we've got a syncadaptor\n\tif($tw.syncadaptor) {\n\t\t$tw.syncer = new $tw.Syncer({wiki: $tw.wiki, syncadaptor: $tw.syncadaptor});\n\t} \n\t// Setup the saver handler\n\t$tw.saverHandler = new $tw.SaverHandler({wiki: $tw.wiki, dirtyTracking: !$tw.syncadaptor});\n\t// Host-specific startup\n\tif($tw.browser) {\n\t\t// Install the popup manager\n\t\t$tw.popup = new $tw.utils.Popup();\n\t\t// Install the animator\n\t\t$tw.anim = new $tw.utils.Animator();\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/startup.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/story.js": {
"text": "/*\\\ntitle: $:/core/modules/startup/story.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"story\";\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar DEFAULT_STORY_TITLE = \"$:/StoryList\";\nvar DEFAULT_HISTORY_TITLE = \"$:/HistoryList\";\n\n// Default tiddlers\nvar DEFAULT_TIDDLERS_TITLE = \"$:/DefaultTiddlers\";\n\n// Config\nvar CONFIG_UPDATE_ADDRESS_BAR = \"$:/config/Navigation/UpdateAddressBar\"; // Can be \"no\", \"permalink\", \"permaview\"\nvar CONFIG_UPDATE_HISTORY = \"$:/config/Navigation/UpdateHistory\"; // Can be \"yes\" or \"no\"\n\nexports.startup = function() {\n\t// Open startup tiddlers\n\topenStartupTiddlers();\n\tif($tw.browser) {\n\t\t// Set up location hash update\n\t\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\t\tif($tw.utils.hop(changes,DEFAULT_STORY_TITLE) || $tw.utils.hop(changes,DEFAULT_HISTORY_TITLE)) {\n\t\t\t\tupdateLocationHash({\n\t\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_UPDATE_ADDRESS_BAR,\"permaview\").trim(),\n\t\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim()\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\t// Listen for changes to the browser location hash\n\t\twindow.addEventListener(\"hashchange\",function() {\n\t\t\tvar hash = $tw.utils.getLocationHash();\n\t\t\tif(hash !== $tw.locationHash) {\n\t\t\t\t$tw.locationHash = hash;\n\t\t\t\topenStartupTiddlers({defaultToCurrentStory: true});\n\t\t\t}\n\t\t},false);\n\t\t// Listen for the tm-browser-refresh message\n\t\t$tw.rootWidget.addEventListener(\"tm-browser-refresh\",function(event) {\n\t\t\twindow.location.reload(true);\n\t\t});\n\t\t// Listen for the tm-home message\n\t\t$tw.rootWidget.addEventListener(\"tm-home\",function(event) {\n\t\t\twindow.location.hash = \"\";\n\t\t\tvar storyFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE),\n\t\t\t\tstoryList = $tw.wiki.filterTiddlers(storyFilter);\n\t\t\t//invoke any hooks that might change the default story list\n\t\t\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t\t\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t\t\tif(storyList[0]) {\n\t\t\t\t$tw.wiki.addToHistory(storyList[0]);\t\t\t\t\n\t\t\t}\n\t\t});\n\t\t// Listen for the tm-permalink message\n\t\t$tw.rootWidget.addEventListener(\"tm-permalink\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: \"permalink\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle\n\t\t\t});\n\t\t});\n\t\t// Listen for the tm-permaview message\n\t\t$tw.rootWidget.addEventListener(\"tm-permaview\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: \"permaview\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle\n\t\t\t});\n\t\t});\n\t}\n};\n\n/*\nProcess the location hash to open the specified tiddlers. Options:\ndefaultToCurrentStory: If true, the current story is retained as the default, instead of opening the default tiddlers\n*/\nfunction openStartupTiddlers(options) {\n\toptions = options || {};\n\t// Work out the target tiddler and the story filter. \"null\" means \"unspecified\"\n\tvar target = null,\n\t\tstoryFilter = null;\n\tif($tw.locationHash.length > 1) {\n\t\tvar hash = $tw.locationHash.substr(1),\n\t\t\tsplit = hash.indexOf(\":\");\n\t\tif(split === -1) {\n\t\t\ttarget = decodeURIComponent(hash.trim());\n\t\t} else {\n\t\t\ttarget = decodeURIComponent(hash.substr(0,split).trim());\n\t\t\tstoryFilter = decodeURIComponent(hash.substr(split + 1).trim());\n\t\t}\n\t}\n\t// If the story wasn't specified use the current tiddlers or a blank story\n\tif(storyFilter === null) {\n\t\tif(options.defaultToCurrentStory) {\n\t\t\tvar currStoryList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE);\n\t\t\tstoryFilter = $tw.utils.stringifyList(currStoryList);\n\t\t} else {\n\t\t\tif(target && target !== \"\") {\n\t\t\t\tstoryFilter = \"\";\n\t\t\t} else {\n\t\t\t\tstoryFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE);\n\t\t\t}\n\t\t}\n\t}\n\t// Process the story filter to get the story list\n\tvar storyList = $tw.wiki.filterTiddlers(storyFilter);\n\t//invoke any hooks that might change the default story list\n\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t// If the target tiddler isn't included then splice it in at the top\n\tif(target && storyList.indexOf(target) === -1) {\n\t\tstoryList.unshift(target);\n\t}\n\t// Save the story list\n\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t// If a target tiddler was specified add it to the history stack\n\tif(target && target !== \"\") {\n\t\t// The target tiddler doesn't need double square brackets, but we'll silently remove them if they're present\n\t\tif(target.indexOf(\"[[\") === 0 && target.substr(-2) === \"]]\") {\n\t\t\ttarget = target.substr(2,target.length - 4);\n\t\t}\n\t\t$tw.wiki.addToHistory(target);\n\t} else if(storyList.length > 0) {\n\t\t$tw.wiki.addToHistory(storyList[0]);\n\t}\n}\n\n/*\noptions: See below\noptions.updateAddressBar: \"permalink\", \"permaview\" or \"no\" (defaults to \"permaview\")\noptions.updateHistory: \"yes\" or \"no\" (defaults to \"no\")\noptions.targetTiddler: optional title of target tiddler for permalink\n*/\nfunction updateLocationHash(options) {\n\tif(options.updateAddressBar !== \"no\") {\n\t\t// Get the story and the history stack\n\t\tvar storyList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE),\n\t\t\thistoryList = $tw.wiki.getTiddlerData(DEFAULT_HISTORY_TITLE,[]),\n\t\t\ttargetTiddler = \"\";\n\t\tif(options.targetTiddler) {\n\t\t\ttargetTiddler = options.targetTiddler;\n\t\t} else {\n\t\t\t// The target tiddler is the one at the top of the stack\n\t\t\tif(historyList.length > 0) {\n\t\t\t\ttargetTiddler = historyList[historyList.length-1].title;\n\t\t\t}\n\t\t\t// Blank the target tiddler if it isn't present in the story\n\t\t\tif(storyList.indexOf(targetTiddler) === -1) {\n\t\t\t\ttargetTiddler = \"\";\n\t\t\t}\n\t\t}\n\t\t// Assemble the location hash\n\t\tif(options.updateAddressBar === \"permalink\") {\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler);\n\t\t} else {\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList));\n\t\t}\n\t\t// Only change the location hash if we must, thus avoiding unnecessary onhashchange events\n\t\tif($tw.utils.getLocationHash() !== $tw.locationHash) {\n\t\t\tif(options.updateHistory === \"yes\") {\n\t\t\t\t// Assign the location hash so that history is updated\n\t\t\t\twindow.location.hash = $tw.locationHash;\n\t\t\t} else {\n\t\t\t\t// We use replace so that browser history isn't affected\n\t\t\t\twindow.location.replace(window.location.toString().split(\"#\")[0] + $tw.locationHash);\n\t\t\t}\n\t\t}\n\t}\n}\n\n})();\n",
"title": "$:/core/modules/startup/story.js",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/storyviews/classic.js": {
"text": "/*\\\ntitle: $:/core/modules/storyviews/classic.js\ntype: application/javascript\nmodule-type: storyview\n\nViews the story as a linear sequence\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ClassicStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nClassicStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Scroll the node into view\n\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\n};\n\nClassicStoryView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Get the current height of the tiddler\n\tvar computedStyle = window.getComputedStyle(targetElement),\n\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t// Reset the margin once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"}\n\t\t]);\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t// Transition to the final position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n};\n\nClassicStoryView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\twidget.removeChildDomNodes();\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Get the current height of the tiddler\n\tvar currWidth = targetElement.offsetWidth,\n\t\tcomputedStyle = window.getComputedStyle(targetElement),\n\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t// Remove the dom nodes of the widget at the end of the transition\n\tsetTimeout(removeElement,duration);\n\t// Animate the closure\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"translateX(0px)\"},\n\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t{transform: \"translateX(-\" + currWidth + \"px)\"},\n\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n};\n\nexports.classic = ClassicStoryView;\n\n})();",
"title": "$:/core/modules/storyviews/classic.js",
"type": "application/javascript",
"module-type": "storyview"
},
"$:/core/modules/storyviews/pop.js": {
"text": "/*\\\ntitle: $:/core/modules/storyviews/pop.js\ntype: application/javascript\nmodule-type: storyview\n\nAnimates list insertions and removals\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar PopStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nPopStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Scroll the node into view\n\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\n};\n\nPopStoryView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Reset once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{transform: \"none\"}\n\t\t]);\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(2)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t// Transition to the final position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n};\n\nPopStoryView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\tif(targetElement.parentNode) {\n\t\t\t\twidget.removeChildDomNodes();\n\t\t\t}\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Remove the element at the end of the transition\n\tsetTimeout(removeElement,duration);\n\t// Animate the closure\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(0.1)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n};\n\nexports.pop = PopStoryView;\n\n})();\n",
"title": "$:/core/modules/storyviews/pop.js",
"type": "application/javascript",
"module-type": "storyview"
},
"$:/core/modules/storyviews/zoomin.js": {
"text": "/*\\\ntitle: $:/core/modules/storyviews/zoomin.js\ntype: application/javascript\nmodule-type: storyview\n\nZooms between individual tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ZoominListView = function(listWidget) {\n\tvar self = this;\n\tthis.listWidget = listWidget;\n\t// Get the index of the tiddler that is at the top of the history\n\tvar history = this.listWidget.wiki.getTiddlerData(this.listWidget.historyTitle,[]),\n\t\ttargetTiddler;\n\tif(history.length > 0) {\n\t\ttargetTiddler = history[history.length-1].title;\n\t}\n\t// Make all the tiddlers position absolute, and hide all but the top (or first) one\n\t$tw.utils.each(this.listWidget.children,function(itemWidget,index) {\n\t\tvar domNode = itemWidget.findFirstDomNode();\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(domNode instanceof Element)) {\n\t\t\treturn;\n\t\t}\n\t\tif((targetTiddler && targetTiddler !== itemWidget.parseTreeNode.itemTitle) || (!targetTiddler && index)) {\n\t\t\tdomNode.style.display = \"none\";\n\t\t} else {\n\t\t\tself.currentTiddlerDomNode = domNode;\n\t\t}\n\t\t$tw.utils.addClass(domNode,\"tc-storyview-zoomin-tiddler\");\n\t});\n};\n\nZoominListView.prototype.navigateTo = function(historyInfo) {\n\tvar duration = $tw.utils.getAnimationDuration(),\n\t\tlistElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the new tiddler be position absolute and visible so that we can measure it\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"0 0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t// Get the position of the source node, or use the centre of the window as the source position\n\tvar sourceBounds = historyInfo.fromPageRect || {\n\t\t\tleft: window.innerWidth/2 - 2,\n\t\t\ttop: window.innerHeight/2 - 2,\n\t\t\twidth: window.innerWidth/8,\n\t\t\theight: window.innerHeight/8\n\t\t};\n\t// Try to find the title node in the target tiddler\n\tvar titleDomNode = findTitleDomNode(listItemWidget) || listItemWidget.findFirstDomNode(),\n\t\tzoomBounds = titleDomNode.getBoundingClientRect();\n\t// Compute the transform for the target tiddler to make the title lie over the source rectange\n\tvar targetBounds = targetElement.getBoundingClientRect(),\n\t\tscale = sourceBounds.width / zoomBounds.width,\n\t\tx = sourceBounds.left - targetBounds.left - (zoomBounds.left - targetBounds.left) * scale,\n\t\ty = sourceBounds.top - targetBounds.top - (zoomBounds.top - targetBounds.top) * scale;\n\t// Transform the target tiddler to its starting position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(targetElement);\n\t// Apply the ending transitions with a timeout to ensure that the previously applied transformations are applied first\n\tvar self = this,\n\t\tprevCurrentTiddler = this.currentTiddlerDomNode;\n\tthis.currentTiddlerDomNode = targetElement;\n\t// Transform the target tiddler to its natural size\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{zIndex: \"500\"},\n\t]);\n\t// Transform the previous tiddler out of the way and then hide it\n\tif(prevCurrentTiddler && prevCurrentTiddler !== targetElement) {\n\t\tscale = zoomBounds.width / sourceBounds.width;\n\t\tx = zoomBounds.left - targetBounds.left - (sourceBounds.left - targetBounds.left) * scale;\n\t\ty = zoomBounds.top - targetBounds.top - (sourceBounds.top - targetBounds.top) * scale;\n\t\t$tw.utils.setStyle(prevCurrentTiddler,[\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transformOrigin: \"0 0\"},\n\t\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"},\n\t\t\t{zIndex: \"0\"}\n\t\t]);\n\t\t// Hide the tiddler when the transition has finished\n\t\tsetTimeout(function() {\n\t\t\tif(self.currentTiddlerDomNode !== prevCurrentTiddler) {\n\t\t\t\tprevCurrentTiddler.style.display = \"none\";\n\t\t\t}\n\t\t},duration);\n\t}\n\t// Scroll the target into view\n//\t$tw.pageScroller.scrollIntoView(targetElement);\n};\n\n/*\nFind the first child DOM node of a widget that has the class \"tc-title\"\n*/\nfunction findTitleDomNode(widget,targetClass) {\n\ttargetClass = targetClass || \"tc-title\";\n\tvar domNode = widget.findFirstDomNode();\n\tif(domNode && domNode.querySelector) {\n\t\treturn domNode.querySelector(\".\" + targetClass);\n\t}\n\treturn null;\n}\n\nZoominListView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the newly inserted node position absolute and hidden\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"none\"}\n\t]);\n};\n\nZoominListView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\twidget.removeChildDomNodes();\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Set up the tiddler that is being closed\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\t// We'll move back to the previous or next element in the story\n\tvar toWidget = widget.previousSibling();\n\tif(!toWidget) {\n\t\ttoWidget = widget.nextSibling();\n\t}\n\tvar toWidgetDomNode = toWidget && toWidget.findFirstDomNode();\n\t// Set up the tiddler we're moving back in\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.addClass(toWidgetDomNode,\"tc-storyview-zoomin-tiddler\");\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{display: \"block\"},\n\t\t\t{transformOrigin: \"50% 50%\"},\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(10)\"},\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0\"},\n\t\t\t{zIndex: \"500\"}\n\t\t]);\n\t\tthis.currentTiddlerDomNode = toWidgetDomNode;\n\t}\n\t// Animate them both\n\t// Force layout\n\t$tw.utils.forceLayout(this.listWidget.parentDomNode);\n\t// First, the tiddler we're closing\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(0.1)\"},\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"0\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\tsetTimeout(removeElement,duration);\n\t// Now the tiddler we're going back to\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t\t{opacity: \"1\"}\n\t\t]);\n\t}\n\treturn true; // Indicate that we'll delete the DOM node\n};\n\nexports.zoomin = ZoominListView;\n\n})();",
"title": "$:/core/modules/storyviews/zoomin.js",
"type": "application/javascript",
"module-type": "storyview"
},
"$:/core/modules/syncer.js": {
"text": "/*\\\ntitle: $:/core/modules/syncer.js\ntype: application/javascript\nmodule-type: global\n\nThe syncer tracks changes to the store. If a syncadaptor is used then individual tiddlers are synchronised through it. If there is no syncadaptor then the entire wiki is saved via saver modules.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInstantiate the syncer with the following options:\nsyncadaptor: reference to syncadaptor to be used\nwiki: wiki to be synced\n*/\nfunction Syncer(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\tthis.syncadaptor = options.syncadaptor;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"syncer\" + ($tw.browser ? \"-browser\" : \"\") + ($tw.node ? \"-server\" : \"\"));\n\t// Compile the dirty tiddler filter\n\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t// Record information for known tiddlers\n\tthis.readTiddlerInfo();\n\t// Tasks are {type: \"load\"/\"save\"/\"delete\", title:, queueTime:, lastModificationTime:}\n\tthis.taskQueue = {}; // Hashmap of tasks yet to be performed\n\tthis.taskInProgress = {}; // Hash of tasks in progress\n\tthis.taskTimerId = null; // Timer for task dispatch\n\tthis.pollTimerId = null; // Timer for polling server\n\t// Listen out for changes to tiddlers\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tself.syncToServer(changes);\n\t});\n\t// Browser event handlers\n\tif($tw.browser) {\n\t\t// Set up our beforeunload handler\n\t\twindow.onbeforeunload = function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t};\n\t\t// Listen out for login/logout/refresh events in the browser\n\t\t$tw.rootWidget.addEventListener(\"tm-login\",function() {\n\t\t\tself.handleLoginEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-logout\",function() {\n\t\t\tself.handleLogoutEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-server-refresh\",function() {\n\t\t\tself.handleRefreshEvent();\n\t\t});\n\t}\n\t// Listen out for lazyLoad events\n\tthis.wiki.addEventListener(\"lazyLoad\",function(title) {\n\t\tself.handleLazyLoadEvent(title);\n\t});\n\t// Get the login status\n\tthis.getStatus(function(err,isLoggedIn) {\n\t\t// Do a sync from the server\n\t\tself.syncFromServer();\n\t});\n}\n\n/*\nConstants\n*/\nSyncer.prototype.titleIsLoggedIn = \"$:/status/IsLoggedIn\";\nSyncer.prototype.titleUserName = \"$:/status/UserName\";\nSyncer.prototype.titleSyncFilter = \"$:/config/SyncFilter\";\nSyncer.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\nSyncer.prototype.taskTimerInterval = 1 * 1000; // Interval for sync timer\nSyncer.prototype.throttleInterval = 1 * 1000; // Defer saving tiddlers if they've changed in the last 1s...\nSyncer.prototype.fallbackInterval = 10 * 1000; // Unless the task is older than 10s\nSyncer.prototype.pollTimerInterval = 60 * 1000; // Interval for polling for changes from the adaptor\n\n\n/*\nRead (or re-read) the latest tiddler info from the store\n*/\nSyncer.prototype.readTiddlerInfo = function() {\n\t// Hashmap by title of {revision:,changeCount:,adaptorInfo:}\n\tthis.tiddlerInfo = {};\n\t// Record information for known tiddlers\n\tvar self = this,\n\t\ttiddlers = this.filterFn.call(this.wiki);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\tself.tiddlerInfo[title] = {\n\t\t\trevision: tiddler.fields.revision,\n\t\t\tadaptorInfo: self.syncadaptor && self.syncadaptor.getTiddlerInfo(tiddler),\n\t\t\tchangeCount: self.wiki.getChangeCount(title)\n\t\t};\n\t});\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSyncer.prototype.isDirty = function() {\n\treturn (this.numTasksInQueue() > 0) || (this.numTasksInProgress() > 0);\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSyncer.prototype.updateDirtyStatus = function() {\n\tif($tw.browser) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\n\t}\n};\n\n/*\nSave an incoming tiddler in the store, and updates the associated tiddlerInfo\n*/\nSyncer.prototype.storeTiddler = function(tiddlerFields) {\n\t// Save the tiddler\n\tvar tiddler = new $tw.Tiddler(this.wiki.getTiddler(tiddlerFields.title),tiddlerFields);\n\tthis.wiki.addTiddler(tiddler);\n\t// Save the tiddler revision and changeCount details\n\tthis.tiddlerInfo[tiddlerFields.title] = {\n\t\trevision: tiddlerFields.revision,\n\t\tadaptorInfo: this.syncadaptor.getTiddlerInfo(tiddler),\n\t\tchangeCount: this.wiki.getChangeCount(tiddlerFields.title)\n\t};\n};\n\nSyncer.prototype.getStatus = function(callback) {\n\tvar self = this;\n\t// Check if the adaptor supports getStatus()\n\tif(this.syncadaptor && this.syncadaptor.getStatus) {\n\t\t// Mark us as not logged in\n\t\tthis.wiki.addTiddler({title: this.titleIsLoggedIn,text: \"no\"});\n\t\t// Get login status\n\t\tthis.syncadaptor.getStatus(function(err,isLoggedIn,username) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Set the various status tiddlers\n\t\t\tself.wiki.addTiddler({title: self.titleIsLoggedIn,text: isLoggedIn ? \"yes\" : \"no\"});\n\t\t\tif(isLoggedIn) {\n\t\t\t\tself.wiki.addTiddler({title: self.titleUserName,text: username || \"\"});\n\t\t\t} else {\n\t\t\t\tself.wiki.deleteTiddler(self.titleUserName);\n\t\t\t}\n\t\t\t// Invoke the callback\n\t\t\tif(callback) {\n\t\t\t\tcallback(err,isLoggedIn,username);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tcallback(null,true,\"UNAUTHENTICATED\");\n\t}\n};\n\n/*\nSynchronise from the server by reading the skinny tiddler list and queuing up loads for any tiddlers that we don't already have up to date\n*/\nSyncer.prototype.syncFromServer = function() {\n\tif(this.syncadaptor && this.syncadaptor.getSkinnyTiddlers) {\n\t\tthis.logger.log(\"Retrieving skinny tiddler list\");\n\t\tvar self = this;\n\t\tif(this.pollTimerId) {\n\t\t\tclearTimeout(this.pollTimerId);\n\t\t\tthis.pollTimerId = null;\n\t\t}\n\t\tthis.syncadaptor.getSkinnyTiddlers(function(err,tiddlers) {\n\t\t\t// Trigger the next sync\n\t\t\tself.pollTimerId = setTimeout(function() {\n\t\t\t\tself.pollTimerId = null;\n\t\t\t\tself.syncFromServer.call(self);\n\t\t\t},self.pollTimerInterval);\n\t\t\t// Check for errors\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(\"Error retrieving skinny tiddler list:\",err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Process each incoming tiddler\n\t\t\tfor(var t=0; t<tiddlers.length; t++) {\n\t\t\t\t// Get the incoming tiddler fields, and the existing tiddler\n\t\t\t\tvar tiddlerFields = tiddlers[t],\n\t\t\t\t\tincomingRevision = tiddlerFields.revision + \"\",\n\t\t\t\t\ttiddler = self.wiki.getTiddler(tiddlerFields.title),\n\t\t\t\t\ttiddlerInfo = self.tiddlerInfo[tiddlerFields.title],\n\t\t\t\t\tcurrRevision = tiddlerInfo ? tiddlerInfo.revision : null;\n\t\t\t\t// Ignore the incoming tiddler if it's the same as the revision we've already got\n\t\t\t\tif(currRevision !== incomingRevision) {\n\t\t\t\t\t// Do a full load if we've already got a fat version of the tiddler\n\t\t\t\t\tif(tiddler && tiddler.fields.text !== undefined) {\n\t\t\t\t\t\t// Do a full load of this tiddler\n\t\t\t\t\t\tself.enqueueSyncTask({\n\t\t\t\t\t\t\ttype: \"load\",\n\t\t\t\t\t\t\ttitle: tiddlerFields.title\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Load the skinny version of the tiddler\n\t\t\t\t\t\tself.storeTiddler(tiddlerFields);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nSynchronise a set of changes to the server\n*/\nSyncer.prototype.syncToServer = function(changes) {\n\tvar self = this,\n\t\tnow = Date.now(),\n\t\tfilteredChanges = this.filterFn.call(this.wiki,function(callback) {\n\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\tcallback(tiddler,title);\n\t\t\t});\n\t\t});\n\t$tw.utils.each(changes,function(change,title,object) {\n\t\t// Process the change if it is a deletion of a tiddler we're already syncing, or is on the filtered change list\n\t\tif((change.deleted && $tw.utils.hop(self.tiddlerInfo,title)) || filteredChanges.indexOf(title) !== -1) {\n\t\t\t// Queue a task to sync this tiddler\n\t\t\tself.enqueueSyncTask({\n\t\t\t\ttype: change.deleted ? \"delete\" : \"save\",\n\t\t\t\ttitle: title\n\t\t\t});\n\t\t}\n\t});\n};\n\n/*\nLazily load a skinny tiddler if we can\n*/\nSyncer.prototype.handleLazyLoadEvent = function(title) {\n\t// Queue up a sync task to load this tiddler\n\tthis.enqueueSyncTask({\n\t\ttype: \"load\",\n\t\ttitle: title\n\t});\n};\n\n/*\nDispay a password prompt and allow the user to login\n*/\nSyncer.prototype.handleLoginEvent = function() {\n\tvar self = this;\n\tthis.getStatus(function(err,isLoggedIn,username) {\n\t\tif(!isLoggedIn) {\n\t\t\t$tw.passwordPrompt.createPrompt({\n\t\t\t\tserviceName: \"Login to TiddlySpace\",\n\t\t\t\tcallback: function(data) {\n\t\t\t\t\tself.login(data.username,data.password,function(err,isLoggedIn) {\n\t\t\t\t\t\tself.syncFromServer();\n\t\t\t\t\t});\n\t\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n};\n\n/*\nAttempt to login to TiddlyWeb.\n\tusername: username\n\tpassword: password\n\tcallback: invoked with arguments (err,isLoggedIn)\n*/\nSyncer.prototype.login = function(username,password,callback) {\n\tthis.logger.log(\"Attempting to login as\",username);\n\tvar self = this;\n\tif(this.syncadaptor.login) {\n\t\tthis.syncadaptor.login(username,password,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.getStatus(function(err,isLoggedIn,username) {\n\t\t\t\tif(callback) {\n\t\t\t\t\tcallback(null,isLoggedIn);\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t} else {\n\t\tcallback(null,true);\n\t}\n};\n\n/*\nAttempt to log out of TiddlyWeb\n*/\nSyncer.prototype.handleLogoutEvent = function() {\n\tthis.logger.log(\"Attempting to logout\");\n\tvar self = this;\n\tif(this.syncadaptor.logout) {\n\t\tthis.syncadaptor.logout(function(err) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t} else {\n\t\t\t\tself.getStatus();\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nImmediately refresh from the server\n*/\nSyncer.prototype.handleRefreshEvent = function() {\n\tthis.syncFromServer();\n};\n\n/*\nQueue up a sync task. If there is already a pending task for the tiddler, just update the last modification time\n*/\nSyncer.prototype.enqueueSyncTask = function(task) {\n\tvar self = this,\n\t\tnow = Date.now();\n\t// Set the timestamps on this task\n\ttask.queueTime = now;\n\ttask.lastModificationTime = now;\n\t// Fill in some tiddlerInfo if the tiddler is one we haven't seen before\n\tif(!$tw.utils.hop(this.tiddlerInfo,task.title)) {\n\t\tthis.tiddlerInfo[task.title] = {\n\t\t\trevision: null,\n\t\t\tadaptorInfo: {},\n\t\t\tchangeCount: -1\n\t\t};\n\t}\n\t// Bail if this is a save and the tiddler is already at the changeCount that the server has\n\tif(task.type === \"save\" && this.wiki.getChangeCount(task.title) <= this.tiddlerInfo[task.title].changeCount) {\n\t\treturn;\n\t}\n\t// Check if this tiddler is already in the queue\n\tif($tw.utils.hop(this.taskQueue,task.title)) {\n\t\t// this.logger.log(\"Re-queueing up sync task with type:\",task.type,\"title:\",task.title);\n\t\tvar existingTask = this.taskQueue[task.title];\n\t\t// If so, just update the last modification time\n\t\texistingTask.lastModificationTime = task.lastModificationTime;\n\t\t// If the new task is a save then we upgrade the existing task to a save. Thus a pending load is turned into a save if the tiddler changes locally in the meantime. But a pending save is not modified to become a load\n\t\tif(task.type === \"save\" || task.type === \"delete\") {\n\t\t\texistingTask.type = task.type;\n\t\t}\n\t} else {\n\t\t// this.logger.log(\"Queuing up sync task with type:\",task.type,\"title:\",task.title);\n\t\t// If it is not in the queue, insert it\n\t\tthis.taskQueue[task.title] = task;\n\t\tthis.updateDirtyStatus();\n\t}\n\t// Process the queue\n\t$tw.utils.nextTick(function() {self.processTaskQueue.call(self);});\n};\n\n/*\nReturn the number of tasks in progress\n*/\nSyncer.prototype.numTasksInProgress = function() {\n\treturn $tw.utils.count(this.taskInProgress);\n};\n\n/*\nReturn the number of tasks in the queue\n*/\nSyncer.prototype.numTasksInQueue = function() {\n\treturn $tw.utils.count(this.taskQueue);\n};\n\n/*\nTrigger a timeout if one isn't already outstanding\n*/\nSyncer.prototype.triggerTimeout = function() {\n\tvar self = this;\n\tif(!this.taskTimerId) {\n\t\tthis.taskTimerId = setTimeout(function() {\n\t\t\tself.taskTimerId = null;\n\t\t\tself.processTaskQueue.call(self);\n\t\t},self.taskTimerInterval);\n\t}\n};\n\n/*\nProcess the task queue, performing the next task if appropriate\n*/\nSyncer.prototype.processTaskQueue = function() {\n\tvar self = this;\n\t// Only process a task if we're not already performing a task. If we are already performing a task then we'll dispatch the next one when it completes\n\tif(this.numTasksInProgress() === 0) {\n\t\t// Choose the next task to perform\n\t\tvar task = this.chooseNextTask();\n\t\t// Perform the task if we had one\n\t\tif(task) {\n\t\t\t// Remove the task from the queue and add it to the in progress list\n\t\t\tdelete this.taskQueue[task.title];\n\t\t\tthis.taskInProgress[task.title] = task;\n\t\t\tthis.updateDirtyStatus();\n\t\t\t// Dispatch the task\n\t\t\tthis.dispatchTask(task,function(err) {\n\t\t\t\tif(err) {\n\t\t\t\t\tself.logger.alert(\"Sync error while processing '\" + task.title + \"':\\n\" + err);\n\t\t\t\t}\n\t\t\t\t// Mark that this task is no longer in progress\n\t\t\t\tdelete self.taskInProgress[task.title];\n\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t// Process the next task\n\t\t\t\tself.processTaskQueue.call(self);\n\t\t\t});\n\t\t} else {\n\t\t\t// Make sure we've set a time if there wasn't a task to perform, but we've still got tasks in the queue\n\t\t\tif(this.numTasksInQueue() > 0) {\n\t\t\t\tthis.triggerTimeout();\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nChoose the next applicable task\n*/\nSyncer.prototype.chooseNextTask = function() {\n\tvar self = this,\n\t\tcandidateTask = null,\n\t\tnow = Date.now();\n\t// Select the best candidate task\n\t$tw.utils.each(this.taskQueue,function(task,title) {\n\t\t// Exclude the task if there's one of the same name in progress\n\t\tif($tw.utils.hop(self.taskInProgress,title)) {\n\t\t\treturn;\n\t\t}\n\t\t// Exclude the task if it is a save and the tiddler has been modified recently, but not hit the fallback time\n\t\tif(task.type === \"save\" && (now - task.lastModificationTime) < self.throttleInterval &&\n\t\t\t(now - task.queueTime) < self.fallbackInterval) {\n\t\t\treturn;\n\t\t}\n\t\t// Exclude the task if it is newer than the current best candidate\n\t\tif(candidateTask && candidateTask.queueTime < task.queueTime) {\n\t\t\treturn;\n\t\t}\n\t\t// Now this is our best candidate\n\t\tcandidateTask = task;\n\t});\n\treturn candidateTask;\n};\n\n/*\nDispatch a task and invoke the callback\n*/\nSyncer.prototype.dispatchTask = function(task,callback) {\n\tvar self = this;\n\tif(task.type === \"save\") {\n\t\tvar changeCount = this.wiki.getChangeCount(task.title),\n\t\t\ttiddler = this.wiki.getTiddler(task.title);\n\t\tthis.logger.log(\"Dispatching 'save' task:\",task.title);\n\t\tif(tiddler) {\n\t\t\tthis.syncadaptor.saveTiddler(tiddler,function(err,adaptorInfo,revision) {\n\t\t\t\tif(err) {\n\t\t\t\t\treturn callback(err);\n\t\t\t\t}\n\t\t\t\t// Adjust the info stored about this tiddler\n\t\t\t\tself.tiddlerInfo[task.title] = {\n\t\t\t\t\tchangeCount: changeCount,\n\t\t\t\t\tadaptorInfo: adaptorInfo,\n\t\t\t\t\trevision: revision\n\t\t\t\t};\n\t\t\t\t// Invoke the callback\n\t\t\t\tcallback(null);\n\t\t\t},{\n\t\t\t\ttiddlerInfo: self.tiddlerInfo[task.title]\n\t\t\t});\n\t\t} else {\n\t\t\tthis.logger.log(\" Not Dispatching 'save' task:\",task.title,\"tiddler does not exist\");\n\t\t\treturn callback(null);\n\t\t}\n\t} else if(task.type === \"load\") {\n\t\t// Load the tiddler\n\t\tthis.logger.log(\"Dispatching 'load' task:\",task.title);\n\t\tthis.syncadaptor.loadTiddler(task.title,function(err,tiddlerFields) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\t// Store the tiddler\n\t\t\tif(tiddlerFields) {\n\t\t\t\tself.storeTiddler(tiddlerFields);\n\t\t\t}\n\t\t\t// Invoke the callback\n\t\t\tcallback(null);\n\t\t});\n\t} else if(task.type === \"delete\") {\n\t\t// Delete the tiddler\n\t\tthis.logger.log(\"Dispatching 'delete' task:\",task.title);\n\t\tthis.syncadaptor.deleteTiddler(task.title,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tdelete self.tiddlerInfo[task.title];\n\t\t\t// Invoke the callback\n\t\t\tcallback(null);\n\t\t},{\n\t\t\ttiddlerInfo: self.tiddlerInfo[task.title]\n\t\t});\n\t}\n};\n\nexports.Syncer = Syncer;\n\n})();\n",
"title": "$:/core/modules/syncer.js",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/tiddler.js": {
"text": "/*\\\ntitle: $:/core/modules/tiddler.js\ntype: application/javascript\nmodule-type: tiddlermethod\n\nExtension methods for the $tw.Tiddler object (constructor and methods required at boot time are in boot/boot.js)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.hasTag = function(tag) {\n\treturn this.fields.tags && this.fields.tags.indexOf(tag) !== -1;\n};\n\nexports.isPlugin = function() {\n\treturn this.fields.type === \"application/json\" && this.hasField(\"plugin-type\");\n};\n\nexports.isDraft = function() {\n\treturn this.hasField(\"draft.of\");\n};\n\nexports.getFieldString = function(field) {\n\tvar value = this.fields[field];\n\t// Check for a missing field\n\tif(value === undefined || value === null) {\n\t\treturn \"\";\n\t}\n\t// Parse the field with the associated module (if any)\n\tvar fieldModule = $tw.Tiddler.fieldModules[field];\n\tif(fieldModule && fieldModule.stringify) {\n\t\treturn fieldModule.stringify.call(this,value);\n\t} else {\n\t\treturn value.toString();\n\t}\n};\n\n/*\nGet all the fields as a name:value block. Options:\n\texclude: an array of field names to exclude\n*/\nexports.getFieldStringBlock = function(options) {\n\toptions = options || {};\n\tvar exclude = options.exclude || [];\n\tvar fields = [];\n\tfor(var field in this.fields) {\n\t\tif($tw.utils.hop(this.fields,field)) {\n\t\t\tif(exclude.indexOf(field) === -1) {\n\t\t\t\tfields.push(field + \": \" + this.getFieldString(field));\n\t\t\t}\n\t\t}\n\t}\n\treturn fields.join(\"\\n\");\n};\n\n/*\nCompare two tiddlers for equality\ntiddler: the tiddler to compare\nexcludeFields: array of field names to exclude from the comparison\n*/\nexports.isEqual = function(tiddler,excludeFields) {\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\treturn false;\n\t}\n\texcludeFields = excludeFields || [];\n\tvar self = this,\n\t\tdifferences = []; // Fields that have differences\n\t// Add to the differences array\n\tfunction addDifference(fieldName) {\n\t\t// Check for this field being excluded\n\t\tif(excludeFields.indexOf(fieldName) === -1) {\n\t\t\t// Save the field as a difference\n\t\t\t$tw.utils.pushTop(differences,fieldName);\n\t\t}\n\t}\n\t// Returns true if the two values of this field are equal\n\tfunction isFieldValueEqual(fieldName) {\n\t\tvar valueA = self.fields[fieldName],\n\t\t\tvalueB = tiddler.fields[fieldName];\n\t\t// Check for identical string values\n\t\tif(typeof(valueA) === \"string\" && typeof(valueB) === \"string\" && valueA === valueB) {\n\t\t\treturn true;\n\t\t}\n\t\t// Check for identical array values\n\t\tif($tw.utils.isArray(valueA) && $tw.utils.isArray(valueB) && $tw.utils.isArrayEqual(valueA,valueB)) {\n\t\t\treturn true;\n\t\t}\n\t\t// Otherwise the fields must be different\n\t\treturn false;\n\t}\n\t// Compare our fields\n\tfor(var fieldName in this.fields) {\n\t\tif(!isFieldValueEqual(fieldName)) {\n\t\t\taddDifference(fieldName);\n\t\t}\n\t}\n\t// There's a difference for every field in the other tiddler that we don't have\n\tfor(fieldName in tiddler.fields) {\n\t\tif(!(fieldName in this.fields)) {\n\t\t\taddDifference(fieldName);\n\t\t}\n\t}\n\t// Return whether there were any differences\n\treturn differences.length === 0;\n};\n\n})();\n",
"title": "$:/core/modules/tiddler.js",
"type": "application/javascript",
"module-type": "tiddlermethod"
},
"$:/core/modules/upgraders/plugins.js": {
"text": "/*\\\ntitle: $:/core/modules/upgraders/plugins.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that checks that plugins are newer than any already installed version\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar BLOCKED_PLUGINS = {\n\t\"$:/themes/tiddlywiki/stickytitles\": {\n\t\tversions: [\"*\"]\n\t},\n\t\"$:/plugins/tiddlywiki/fullscreen\": {\n\t\tversions: [\"*\"]\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {},\n\t\tupgradeLibrary,\n\t\tgetLibraryTiddler = function(title) {\n\t\t\tif(!upgradeLibrary) {\n\t\t\t\tupgradeLibrary = wiki.getTiddlerData(UPGRADE_LIBRARY_TITLE,{});\n\t\t\t\tupgradeLibrary.tiddlers = upgradeLibrary.tiddlers || {};\n\t\t\t}\n\t\t\treturn upgradeLibrary.tiddlers[title];\n\t\t};\n\n\t// Go through all the incoming tiddlers\n\t$tw.utils.each(titles,function(title) {\n\t\tvar incomingTiddler = tiddlers[title];\n\t\t// Check if we're dealing with a plugin\n\t\tif(incomingTiddler && incomingTiddler[\"plugin-type\"] && incomingTiddler.version) {\n\t\t\t// Upgrade the incoming plugin if it is in the upgrade library\n\t\t\tvar libraryTiddler = getLibraryTiddler(title);\n\t\t\tif(libraryTiddler && libraryTiddler[\"plugin-type\"] && libraryTiddler.version) {\n\t\t\t\ttiddlers[title] = libraryTiddler;\n\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Upgraded\",{variables: {incoming: incomingTiddler.version, upgraded: libraryTiddler.version}});\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Suppress the incoming plugin if it is older than the currently installed one\n\t\t\tvar existingTiddler = wiki.getTiddler(title);\n\t\t\tif(existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t\t\t// Reject the incoming plugin by blanking all its fields\n\t\t\t\tif($tw.utils.checkVersions(existingTiddler.fields.version,incomingTiddler.version)) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Version\",{variables: {incoming: incomingTiddler.version, existing: existingTiddler.fields.version}});\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif(incomingTiddler && incomingTiddler[\"plugin-type\"]) {\n\t\t\t// Check whether the plugin is on the blocked list\n\t\t\tvar blockInfo = BLOCKED_PLUGINS[title];\n\t\t\tif(blockInfo) {\n\t\t\t\tif(blockInfo.versions.indexOf(\"*\") !== -1 || (incomingTiddler.version && blockInfo.versions.indexOf(incomingTiddler.version) !== -1)) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Incompatible\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
"title": "$:/core/modules/upgraders/plugins.js",
"type": "application/javascript",
"module-type": "upgrader"
},
"$:/core/modules/upgraders/system.js": {
"text": "/*\\\ntitle: $:/core/modules/upgraders/system.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that suppresses certain system tiddlers that shouldn't be imported\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DONT_IMPORT_LIST = [\"$:/StoryList\",\"$:/HistoryList\"],\n\tDONT_IMPORT_PREFIX_LIST = [\"$:/temp/\",\"$:/state/\"];\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {};\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tif(DONT_IMPORT_LIST.indexOf(title) !== -1) {\n\t\t\ttiddlers[title] = Object.create(null);\n\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/System/Suppressed\");\n\t\t} else {\n\t\t\tfor(var t=0; t<DONT_IMPORT_PREFIX_LIST.length; t++) {\n\t\t\t\tvar prefix = DONT_IMPORT_PREFIX_LIST[t];\n\t\t\t\tif(title.substr(0,prefix.length) === prefix) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/State/Suppressed\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
"title": "$:/core/modules/upgraders/system.js",
"type": "application/javascript",
"module-type": "upgrader"
},
"$:/core/modules/upgraders/themetweaks.js": {
"text": "/*\\\ntitle: $:/core/modules/upgraders/themetweaks.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that handles the change in theme tweak storage introduced in 5.0.14-beta.\n\nPreviously, theme tweaks were stored in two data tiddlers:\n\n* $:/themes/tiddlywiki/vanilla/metrics\n* $:/themes/tiddlywiki/vanilla/settings\n\nNow, each tweak is stored in its own separate tiddler.\n\nThis upgrader copies any values from the old format to the new. The old data tiddlers are not deleted in case they have been used to store additional indexes.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar MAPPINGS = {\n\t\"$:/themes/tiddlywiki/vanilla/metrics\": {\n\t\t\"fontsize\": \"$:/themes/tiddlywiki/vanilla/metrics/fontsize\",\n\t\t\"lineheight\": \"$:/themes/tiddlywiki/vanilla/metrics/lineheight\",\n\t\t\"storyleft\": \"$:/themes/tiddlywiki/vanilla/metrics/storyleft\",\n\t\t\"storytop\": \"$:/themes/tiddlywiki/vanilla/metrics/storytop\",\n\t\t\"storyright\": \"$:/themes/tiddlywiki/vanilla/metrics/storyright\",\n\t\t\"storywidth\": \"$:/themes/tiddlywiki/vanilla/metrics/storywidth\",\n\t\t\"tiddlerwidth\": \"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"\n\t},\n\t\"$:/themes/tiddlywiki/vanilla/settings\": {\n\t\t\"fontfamily\": \"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {};\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tvar mapping = MAPPINGS[title];\n\t\tif(mapping) {\n\t\t\tvar tiddler = new $tw.Tiddler(tiddlers[title]),\n\t\t\t\ttiddlerData = wiki.getTiddlerData(tiddler,{});\n\t\t\tfor(var index in mapping) {\n\t\t\t\tvar mappedTitle = mapping[index];\n\t\t\t\tif(!tiddlers[mappedTitle] || tiddlers[mappedTitle].title !== mappedTitle) {\n\t\t\t\t\ttiddlers[mappedTitle] = {\n\t\t\t\t\t\ttitle: mappedTitle,\n\t\t\t\t\t\ttext: tiddlerData[index]\n\t\t\t\t\t};\n\t\t\t\t\tmessages[mappedTitle] = $tw.language.getString(\"Import/Upgrader/ThemeTweaks/Created\",{variables: {\n\t\t\t\t\t\tfrom: title + \"##\" + index\n\t\t\t\t\t}});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
"title": "$:/core/modules/upgraders/themetweaks.js",
"type": "application/javascript",
"module-type": "upgrader"
},
"$:/core/modules/utils/crypto.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/crypto.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions related to crypto.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for an encrypted store area in the text of a TiddlyWiki file\n*/\nexports.extractEncryptedStoreArea = function(text) {\n\tvar encryptedStoreAreaStartMarker = \"<pre id=\\\"encryptedStoreArea\\\" type=\\\"text/plain\\\" style=\\\"display:none;\\\">\",\n\t\tencryptedStoreAreaStart = text.indexOf(encryptedStoreAreaStartMarker);\n\tif(encryptedStoreAreaStart !== -1) {\n\t\tvar encryptedStoreAreaEnd = text.indexOf(\"</pre>\",encryptedStoreAreaStart);\n\t\tif(encryptedStoreAreaEnd !== -1) {\n\t\t\treturn $tw.utils.htmlDecode(text.substring(encryptedStoreAreaStart + encryptedStoreAreaStartMarker.length,encryptedStoreAreaEnd-1));\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If the password is not provided then the password in the password store will be used\n*/\nexports.decryptStoreArea = function(encryptedStoreArea,password) {\n\tvar decryptedText = $tw.crypto.decrypt(encryptedStoreArea,password);\n\tif(decryptedText) {\n\t\tvar json = JSON.parse(decryptedText),\n\t\t\ttiddlers = [];\n\t\tfor(var title in json) {\n\t\t\tif(title !== \"$:/isEncrypted\") {\n\t\t\t\ttiddlers.push(json[title]);\n\t\t\t}\n\t\t}\n\t\treturn tiddlers;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If that fails, the user is prompted for a password.\nencryptedStoreArea: text of the TiddlyWiki encrypted store area\ncallback: function(tiddlers) called with the array of decrypted tiddlers\n\nThe following configuration settings are supported:\n\n$tw.config.usePasswordVault: causes any password entered by the user to also be put into the system password vault\n*/\nexports.decryptStoreAreaInteractive = function(encryptedStoreArea,callback,options) {\n\t// Try to decrypt with the current password\n\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea);\n\tif(tiddlers) {\n\t\tcallback(tiddlers);\n\t} else {\n\t\t// Prompt for a new password and keep trying\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: \"Enter a password to decrypt the imported TiddlyWiki\",\n\t\t\tnoUserName: true,\n\t\t\tcanCancel: true,\n\t\t\tsubmitText: \"Decrypt\",\n\t\t\tcallback: function(data) {\n\t\t\t\t// Exit if the user cancelled\n\t\t\t\tif(!data) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\t// Attempt to decrypt the tiddlers\n\t\t\t\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea,data.password);\n\t\t\t\tif(tiddlers) {\n\t\t\t\t\tif($tw.config.usePasswordVault) {\n\t\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t\t}\n\t\t\t\t\tcallback(tiddlers);\n\t\t\t\t\t// Exit and remove the password prompt\n\t\t\t\t\treturn true;\n\t\t\t\t} else {\n\t\t\t\t\t// We didn't decrypt everything, so continue to prompt for password\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/utils/crypto.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/animations/slide.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom/animations/slide.js\ntype: application/javascript\nmodule-type: animation\n\nA simple slide animation that varies the height of the element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction slideOpen(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration();\n\t// Get the current height of the domNode\n\tvar computedStyle = window.getComputedStyle(domNode),\n\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\tcurrPaddingBottom = parseInt(computedStyle.paddingBottom,10),\n\t\tcurrPaddingTop = parseInt(computedStyle.paddingTop,10),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Reset the margin once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"none\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t{marginTop: currMarginTop + \"px\"},\n\t\t{paddingBottom: currPaddingBottom + \"px\"},\n\t\t{paddingTop: currPaddingTop + \"px\"},\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n}\n\nfunction slideClosed(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration(),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Clear the properties we've set when the animation is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n}\n\nexports.slide = {\n\topen: slideOpen,\n\tclose: slideClosed\n};\n\n})();\n",
"title": "$:/core/modules/utils/dom/animations/slide.js",
"type": "application/javascript",
"module-type": "animation"
},
"$:/core/modules/utils/dom/animator.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom/animator.js\ntype: application/javascript\nmodule-type: utils\n\nOrchestrates animations and transitions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Animator() {\n\t// Get the registered animation modules\n\tthis.animations = {};\n\t$tw.modules.applyMethods(\"animation\",this.animations);\n}\n\nAnimator.prototype.perform = function(type,domNode,options) {\n\toptions = options || {};\n\t// Find an animation that can handle this type\n\tvar chosenAnimation;\n\t$tw.utils.each(this.animations,function(animation,name) {\n\t\tif($tw.utils.hop(animation,type)) {\n\t\t\tchosenAnimation = animation[type];\n\t\t}\n\t});\n\tif(!chosenAnimation) {\n\t\tchosenAnimation = function(domNode,options) {\n\t\t\tif(options.callback) {\n\t\t\t\toptions.callback();\n\t\t\t}\n\t\t};\n\t}\n\t// Call the animation\n\tchosenAnimation(domNode,options);\n};\n\nexports.Animator = Animator;\n\n})();\n",
"title": "$:/core/modules/utils/dom/animator.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/browser.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom/browser.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser feature detection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet style properties of an element\n\telement: dom node\n\tstyles: ordered array of {name: value} pairs\n*/\nexports.setStyle = function(element,styles) {\n\tif(element.nodeType === 1) { // Element.ELEMENT_NODE\n\t\tfor(var t=0; t<styles.length; t++) {\n\t\t\tfor(var styleName in styles[t]) {\n\t\t\t\telement.style[$tw.utils.convertStyleNameToPropertyName(styleName)] = styles[t][styleName];\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nConverts a standard CSS property name into the local browser-specific equivalent. For example:\n\t\"background-color\" --> \"backgroundColor\"\n\t\"transition\" --> \"webkitTransition\"\n*/\n\nvar styleNameCache = {}; // We'll cache the style name conversions\n\nexports.convertStyleNameToPropertyName = function(styleName) {\n\t// Return from the cache if we can\n\tif(styleNameCache[styleName]) {\n\t\treturn styleNameCache[styleName];\n\t}\n\t// Convert it by first removing any hyphens\n\tvar propertyName = $tw.utils.unHyphenateCss(styleName);\n\t// Then check if it needs a prefix\n\tif(document.body.style[propertyName] === undefined) {\n\t\tvar prefixes = [\"O\",\"MS\",\"Moz\",\"webkit\"];\n\t\tfor(var t=0; t<prefixes.length; t++) {\n\t\t\tvar prefixedName = prefixes[t] + propertyName.substr(0,1).toUpperCase() + propertyName.substr(1);\n\t\t\tif(document.body.style[prefixedName] !== undefined) {\n\t\t\t\tpropertyName = prefixedName;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\t// Put it in the cache too\n\tstyleNameCache[styleName] = propertyName;\n\treturn propertyName;\n};\n\n/*\nConverts a JS format CSS property name back into the dashed form used in CSS declarations. For example:\n\t\"backgroundColor\" --> \"background-color\"\n\t\"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.convertPropertyNameToStyleName = function(propertyName) {\n\t// Rehyphenate the name\n\tvar styleName = $tw.utils.hyphenateCss(propertyName);\n\t// If there's a webkit prefix, add a dash (other browsers have uppercase prefixes, and so get the dash automatically)\n\tif(styleName.indexOf(\"webkit\") === 0) {\n\t\tstyleName = \"-\" + styleName;\n\t} else if(styleName.indexOf(\"-m-s\") === 0) {\n\t\tstyleName = \"-ms\" + styleName.substr(4);\n\t}\n\treturn styleName;\n};\n\n/*\nRound trip a stylename to a property name and back again. For example:\n\t\"transform\" --> \"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.roundTripPropertyName = function(propertyName) {\n\treturn $tw.utils.convertPropertyNameToStyleName($tw.utils.convertStyleNameToPropertyName(propertyName));\n};\n\n/*\nConverts a standard event name into the local browser specific equivalent. For example:\n\t\"animationEnd\" --> \"webkitAnimationEnd\"\n*/\n\nvar eventNameCache = {}; // We'll cache the conversions\n\nvar eventNameMappings = {\n\t\"transitionEnd\": {\n\t\tcorrespondingCssProperty: \"transition\",\n\t\tmappings: {\n\t\t\ttransition: \"transitionend\",\n\t\t\tOTransition: \"oTransitionEnd\",\n\t\t\tMSTransition: \"msTransitionEnd\",\n\t\t\tMozTransition: \"transitionend\",\n\t\t\twebkitTransition: \"webkitTransitionEnd\"\n\t\t}\n\t},\n\t\"animationEnd\": {\n\t\tcorrespondingCssProperty: \"animation\",\n\t\tmappings: {\n\t\t\tanimation: \"animationend\",\n\t\t\tOAnimation: \"oAnimationEnd\",\n\t\t\tMSAnimation: \"msAnimationEnd\",\n\t\t\tMozAnimation: \"animationend\",\n\t\t\twebkitAnimation: \"webkitAnimationEnd\"\n\t\t}\n\t}\n};\n\nexports.convertEventName = function(eventName) {\n\tif(eventNameCache[eventName]) {\n\t\treturn eventNameCache[eventName];\n\t}\n\tvar newEventName = eventName,\n\t\tmappings = eventNameMappings[eventName];\n\tif(mappings) {\n\t\tvar convertedProperty = $tw.utils.convertStyleNameToPropertyName(mappings.correspondingCssProperty);\n\t\tif(mappings.mappings[convertedProperty]) {\n\t\t\tnewEventName = mappings.mappings[convertedProperty];\n\t\t}\n\t}\n\t// Put it in the cache too\n\teventNameCache[eventName] = newEventName;\n\treturn newEventName;\n};\n\n/*\nReturn the names of the fullscreen APIs\n*/\nexports.getFullScreenApis = function() {\n\tvar d = document,\n\t\tdb = d.body,\n\t\tresult = {\n\t\t\"_requestFullscreen\": db.webkitRequestFullscreen !== undefined ? \"webkitRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.mozRequestFullScreen !== undefined ? \"mozRequestFullScreen\" :\n\t\t\t\t\t\t\tdb.msRequestFullscreen !== undefined ? \"msRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.requestFullscreen !== undefined ? \"requestFullscreen\" : \"\",\n\t\t\"_exitFullscreen\": d.webkitExitFullscreen !== undefined ? \"webkitExitFullscreen\" :\n\t\t\t\t\t\t\td.mozCancelFullScreen !== undefined ? \"mozCancelFullScreen\" :\n\t\t\t\t\t\t\td.msExitFullscreen !== undefined ? \"msExitFullscreen\" :\n\t\t\t\t\t\t\td.exitFullscreen !== undefined ? \"exitFullscreen\" : \"\",\n\t\t\"_fullscreenElement\": d.webkitFullscreenElement !== undefined ? \"webkitFullscreenElement\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozFullScreenElement\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"msFullscreenElement\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenElement\" : \"\",\n\t\t\"_fullscreenChange\": d.webkitFullscreenElement !== undefined ? \"webkitfullscreenchange\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozfullscreenchange\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"MSFullscreenChange\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenchange\" : \"\"\n\t};\n\tif(!result._requestFullscreen || !result._exitFullscreen || !result._fullscreenElement || !result._fullscreenChange) {\n\t\treturn null;\n\t} else {\n\t\treturn result;\n\t}\n};\n\n})();\n",
"title": "$:/core/modules/utils/dom/browser.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/csscolorparser.js": {
"text": "// (c) Dean McNamee <dean@gmail.com>, 2012.\n//\n// https://github.com/deanm/css-color-parser-js\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to\n// deal in the Software without restriction, including without limitation the\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n// sell copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n// IN THE SOFTWARE.\n\n// http://www.w3.org/TR/css3-color/\nvar kCSSColorTable = {\n \"transparent\": [0,0,0,0], \"aliceblue\": [240,248,255,1],\n \"antiquewhite\": [250,235,215,1], \"aqua\": [0,255,255,1],\n \"aquamarine\": [127,255,212,1], \"azure\": [240,255,255,1],\n \"beige\": [245,245,220,1], \"bisque\": [255,228,196,1],\n \"black\": [0,0,0,1], \"blanchedalmond\": [255,235,205,1],\n \"blue\": [0,0,255,1], \"blueviolet\": [138,43,226,1],\n \"brown\": [165,42,42,1], \"burlywood\": [222,184,135,1],\n \"cadetblue\": [95,158,160,1], \"chartreuse\": [127,255,0,1],\n \"chocolate\": [210,105,30,1], \"coral\": [255,127,80,1],\n \"cornflowerblue\": [100,149,237,1], \"cornsilk\": [255,248,220,1],\n \"crimson\": [220,20,60,1], \"cyan\": [0,255,255,1],\n \"darkblue\": [0,0,139,1], \"darkcyan\": [0,139,139,1],\n \"darkgoldenrod\": [184,134,11,1], \"darkgray\": [169,169,169,1],\n \"darkgreen\": [0,100,0,1], \"darkgrey\": [169,169,169,1],\n \"darkkhaki\": [189,183,107,1], \"darkmagenta\": [139,0,139,1],\n \"darkolivegreen\": [85,107,47,1], \"darkorange\": [255,140,0,1],\n \"darkorchid\": [153,50,204,1], \"darkred\": [139,0,0,1],\n \"darksalmon\": [233,150,122,1], \"darkseagreen\": [143,188,143,1],\n \"darkslateblue\": [72,61,139,1], \"darkslategray\": [47,79,79,1],\n \"darkslategrey\": [47,79,79,1], \"darkturquoise\": [0,206,209,1],\n \"darkviolet\": [148,0,211,1], \"deeppink\": [255,20,147,1],\n \"deepskyblue\": [0,191,255,1], \"dimgray\": [105,105,105,1],\n \"dimgrey\": [105,105,105,1], \"dodgerblue\": [30,144,255,1],\n \"firebrick\": [178,34,34,1], \"floralwhite\": [255,250,240,1],\n \"forestgreen\": [34,139,34,1], \"fuchsia\": [255,0,255,1],\n \"gainsboro\": [220,220,220,1], \"ghostwhite\": [248,248,255,1],\n \"gold\": [255,215,0,1], \"goldenrod\": [218,165,32,1],\n \"gray\": [128,128,128,1], \"green\": [0,128,0,1],\n \"greenyellow\": [173,255,47,1], \"grey\": [128,128,128,1],\n \"honeydew\": [240,255,240,1], \"hotpink\": [255,105,180,1],\n \"indianred\": [205,92,92,1], \"indigo\": [75,0,130,1],\n \"ivory\": [255,255,240,1], \"khaki\": [240,230,140,1],\n \"lavender\": [230,230,250,1], \"lavenderblush\": [255,240,245,1],\n \"lawngreen\": [124,252,0,1], \"lemonchiffon\": [255,250,205,1],\n \"lightblue\": [173,216,230,1], \"lightcoral\": [240,128,128,1],\n \"lightcyan\": [224,255,255,1], \"lightgoldenrodyellow\": [250,250,210,1],\n \"lightgray\": [211,211,211,1], \"lightgreen\": [144,238,144,1],\n \"lightgrey\": [211,211,211,1], \"lightpink\": [255,182,193,1],\n \"lightsalmon\": [255,160,122,1], \"lightseagreen\": [32,178,170,1],\n \"lightskyblue\": [135,206,250,1], \"lightslategray\": [119,136,153,1],\n \"lightslategrey\": [119,136,153,1], \"lightsteelblue\": [176,196,222,1],\n \"lightyellow\": [255,255,224,1], \"lime\": [0,255,0,1],\n \"limegreen\": [50,205,50,1], \"linen\": [250,240,230,1],\n \"magenta\": [255,0,255,1], \"maroon\": [128,0,0,1],\n \"mediumaquamarine\": [102,205,170,1], \"mediumblue\": [0,0,205,1],\n \"mediumorchid\": [186,85,211,1], \"mediumpurple\": [147,112,219,1],\n \"mediumseagreen\": [60,179,113,1], \"mediumslateblue\": [123,104,238,1],\n \"mediumspringgreen\": [0,250,154,1], \"mediumturquoise\": [72,209,204,1],\n \"mediumvioletred\": [199,21,133,1], \"midnightblue\": [25,25,112,1],\n \"mintcream\": [245,255,250,1], \"mistyrose\": [255,228,225,1],\n \"moccasin\": [255,228,181,1], \"navajowhite\": [255,222,173,1],\n \"navy\": [0,0,128,1], \"oldlace\": [253,245,230,1],\n \"olive\": [128,128,0,1], \"olivedrab\": [107,142,35,1],\n \"orange\": [255,165,0,1], \"orangered\": [255,69,0,1],\n \"orchid\": [218,112,214,1], \"palegoldenrod\": [238,232,170,1],\n \"palegreen\": [152,251,152,1], \"paleturquoise\": [175,238,238,1],\n \"palevioletred\": [219,112,147,1], \"papayawhip\": [255,239,213,1],\n \"peachpuff\": [255,218,185,1], \"peru\": [205,133,63,1],\n \"pink\": [255,192,203,1], \"plum\": [221,160,221,1],\n \"powderblue\": [176,224,230,1], \"purple\": [128,0,128,1],\n \"red\": [255,0,0,1], \"rosybrown\": [188,143,143,1],\n \"royalblue\": [65,105,225,1], \"saddlebrown\": [139,69,19,1],\n \"salmon\": [250,128,114,1], \"sandybrown\": [244,164,96,1],\n \"seagreen\": [46,139,87,1], \"seashell\": [255,245,238,1],\n \"sienna\": [160,82,45,1], \"silver\": [192,192,192,1],\n \"skyblue\": [135,206,235,1], \"slateblue\": [106,90,205,1],\n \"slategray\": [112,128,144,1], \"slategrey\": [112,128,144,1],\n \"snow\": [255,250,250,1], \"springgreen\": [0,255,127,1],\n \"steelblue\": [70,130,180,1], \"tan\": [210,180,140,1],\n \"teal\": [0,128,128,1], \"thistle\": [216,191,216,1],\n \"tomato\": [255,99,71,1], \"turquoise\": [64,224,208,1],\n \"violet\": [238,130,238,1], \"wheat\": [245,222,179,1],\n \"white\": [255,255,255,1], \"whitesmoke\": [245,245,245,1],\n \"yellow\": [255,255,0,1], \"yellowgreen\": [154,205,50,1]}\n\nfunction clamp_css_byte(i) { // Clamp to integer 0 .. 255.\n i = Math.round(i); // Seems to be what Chrome does (vs truncation).\n return i < 0 ? 0 : i > 255 ? 255 : i;\n}\n\nfunction clamp_css_float(f) { // Clamp to float 0.0 .. 1.0.\n return f < 0 ? 0 : f > 1 ? 1 : f;\n}\n\nfunction parse_css_int(str) { // int or percentage.\n if (str[str.length - 1] === '%')\n return clamp_css_byte(parseFloat(str) / 100 * 255);\n return clamp_css_byte(parseInt(str));\n}\n\nfunction parse_css_float(str) { // float or percentage.\n if (str[str.length - 1] === '%')\n return clamp_css_float(parseFloat(str) / 100);\n return clamp_css_float(parseFloat(str));\n}\n\nfunction css_hue_to_rgb(m1, m2, h) {\n if (h < 0) h += 1;\n else if (h > 1) h -= 1;\n\n if (h * 6 < 1) return m1 + (m2 - m1) * h * 6;\n if (h * 2 < 1) return m2;\n if (h * 3 < 2) return m1 + (m2 - m1) * (2/3 - h) * 6;\n return m1;\n}\n\nfunction parseCSSColor(css_str) {\n // Remove all whitespace, not compliant, but should just be more accepting.\n var str = css_str.replace(/ /g, '').toLowerCase();\n\n // Color keywords (and transparent) lookup.\n if (str in kCSSColorTable) return kCSSColorTable[str].slice(); // dup.\n\n // #abc and #abc123 syntax.\n if (str[0] === '#') {\n if (str.length === 4) {\n var iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing.\n if (!(iv >= 0 && iv <= 0xfff)) return null; // Covers NaN.\n return [((iv & 0xf00) >> 4) | ((iv & 0xf00) >> 8),\n (iv & 0xf0) | ((iv & 0xf0) >> 4),\n (iv & 0xf) | ((iv & 0xf) << 4),\n 1];\n } else if (str.length === 7) {\n var iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing.\n if (!(iv >= 0 && iv <= 0xffffff)) return null; // Covers NaN.\n return [(iv & 0xff0000) >> 16,\n (iv & 0xff00) >> 8,\n iv & 0xff,\n 1];\n }\n\n return null;\n }\n\n var op = str.indexOf('('), ep = str.indexOf(')');\n if (op !== -1 && ep + 1 === str.length) {\n var fname = str.substr(0, op);\n var params = str.substr(op+1, ep-(op+1)).split(',');\n var alpha = 1; // To allow case fallthrough.\n switch (fname) {\n case 'rgba':\n if (params.length !== 4) return null;\n alpha = parse_css_float(params.pop());\n // Fall through.\n case 'rgb':\n if (params.length !== 3) return null;\n return [parse_css_int(params[0]),\n parse_css_int(params[1]),\n parse_css_int(params[2]),\n alpha];\n case 'hsla':\n if (params.length !== 4) return null;\n alpha = parse_css_float(params.pop());\n // Fall through.\n case 'hsl':\n if (params.length !== 3) return null;\n var h = (((parseFloat(params[0]) % 360) + 360) % 360) / 360; // 0 .. 1\n // NOTE(deanm): According to the CSS spec s/l should only be\n // percentages, but we don't bother and let float or percentage.\n var s = parse_css_float(params[1]);\n var l = parse_css_float(params[2]);\n var m2 = l <= 0.5 ? l * (s + 1) : l + s - l * s;\n var m1 = l * 2 - m2;\n return [clamp_css_byte(css_hue_to_rgb(m1, m2, h+1/3) * 255),\n clamp_css_byte(css_hue_to_rgb(m1, m2, h) * 255),\n clamp_css_byte(css_hue_to_rgb(m1, m2, h-1/3) * 255),\n alpha];\n default:\n return null;\n }\n }\n\n return null;\n}\n\ntry { exports.parseCSSColor = parseCSSColor } catch(e) { }\n",
"title": "$:/core/modules/utils/dom/csscolorparser.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static DOM-related utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDetermines whether element 'a' contains element 'b'\nCode thanks to John Resig, http://ejohn.org/blog/comparing-document-position/\n*/\nexports.domContains = function(a,b) {\n\treturn a.contains ?\n\t\ta !== b && a.contains(b) :\n\t\t!!(a.compareDocumentPosition(b) & 16);\n};\n\nexports.removeChildren = function(node) {\n\twhile(node.hasChildNodes()) {\n\t\tnode.removeChild(node.firstChild);\n\t}\n};\n\nexports.hasClass = function(el,className) {\n\treturn el && el.className && el.className.toString().split(\" \").indexOf(className) !== -1;\n};\n\nexports.addClass = function(el,className) {\n\tvar c = el.className.split(\" \");\n\tif(c.indexOf(className) === -1) {\n\t\tc.push(className);\n\t}\n\tel.className = c.join(\" \");\n};\n\nexports.removeClass = function(el,className) {\n\tvar c = el.className.split(\" \"),\n\t\tp = c.indexOf(className);\n\tif(p !== -1) {\n\t\tc.splice(p,1);\n\t\tel.className = c.join(\" \");\n\t}\n};\n\nexports.toggleClass = function(el,className,status) {\n\tif(status === undefined) {\n\t\tstatus = !exports.hasClass(el,className);\n\t}\n\tif(status) {\n\t\texports.addClass(el,className);\n\t} else {\n\t\texports.removeClass(el,className);\n\t}\n};\n\n/*\nGet the scroll position of the viewport\nReturns:\n\t{\n\t\tx: horizontal scroll position in pixels,\n\t\ty: vertical scroll position in pixels\n\t}\n*/\nexports.getScrollPosition = function() {\n\tif(\"scrollX\" in window) {\n\t\treturn {x: window.scrollX, y: window.scrollY};\n\t} else {\n\t\treturn {x: document.documentElement.scrollLeft, y: document.documentElement.scrollTop};\n\t}\n};\n\n/*\nGets the bounding rectangle of an element in absolute page coordinates\n*/\nexports.getBoundingPageRect = function(element) {\n\tvar scrollPos = $tw.utils.getScrollPosition(),\n\t\tclientRect = element.getBoundingClientRect();\n\treturn {\n\t\tleft: clientRect.left + scrollPos.x,\n\t\twidth: clientRect.width,\n\t\tright: clientRect.right + scrollPos.x,\n\t\ttop: clientRect.top + scrollPos.y,\n\t\theight: clientRect.height,\n\t\tbottom: clientRect.bottom + scrollPos.y\n\t};\n};\n\n/*\nSaves a named password in the browser\n*/\nexports.savePassword = function(name,password) {\n\ttry {\n\t\tif(window.localStorage) {\n\t\t\tlocalStorage.setItem(\"tw5-password-\" + name,password);\n\t\t}\n\t} catch(e) {\n\t}\n};\n\n/*\nRetrieve a named password from the browser\n*/\nexports.getPassword = function(name) {\n\ttry {\n\t\treturn window.localStorage ? localStorage.getItem(\"tw5-password-\" + name) : \"\";\n\t} catch(e) {\n\t\treturn \"\";\n\t}\n};\n\n/*\nForce layout of a dom node and its descendents\n*/\nexports.forceLayout = function(element) {\n\tvar dummy = element.offsetWidth;\n};\n\n/*\nPulse an element for debugging purposes\n*/\nexports.pulseElement = function(element) {\n\t// Event handler to remove the class at the end\n\telement.addEventListener($tw.browser.animationEnd,function handler(event) {\n\t\telement.removeEventListener($tw.browser.animationEnd,handler,false);\n\t\t$tw.utils.removeClass(element,\"pulse\");\n\t},false);\n\t// Apply the pulse class\n\t$tw.utils.removeClass(element,\"pulse\");\n\t$tw.utils.forceLayout(element);\n\t$tw.utils.addClass(element,\"pulse\");\n};\n\n/*\nAttach specified event handlers to a DOM node\ndomNode: where to attach the event handlers\nevents: array of event handlers to be added (see below)\nEach entry in the events array is an object with these properties:\nhandlerFunction: optional event handler function\nhandlerObject: optional event handler object\nhandlerMethod: optionally specifies object handler method name (defaults to `handleEvent`)\n*/\nexports.addEventListeners = function(domNode,events) {\n\t$tw.utils.each(events,function(eventInfo) {\n\t\tvar handler;\n\t\tif(eventInfo.handlerFunction) {\n\t\t\thandler = eventInfo.handlerFunction;\n\t\t} else if(eventInfo.handlerObject) {\n\t\t\tif(eventInfo.handlerMethod) {\n\t\t\t\thandler = function(event) {\n\t\t\t\t\teventInfo.handlerObject[eventInfo.handlerMethod].call(eventInfo.handlerObject,event);\n\t\t\t\t};\t\n\t\t\t} else {\n\t\t\t\thandler = eventInfo.handlerObject;\n\t\t\t}\n\t\t}\n\t\tdomNode.addEventListener(eventInfo.name,handler,false);\n\t});\n};\n\n\n})();\n",
"title": "$:/core/modules/utils/dom.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/http.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom/http.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser HTTP support\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nA quick and dirty HTTP function; to be refactored later. Options are:\n\turl: URL to retrieve\n\ttype: GET, PUT, POST etc\n\tcallback: function invoked with (err,data)\n*/\nexports.httpRequest = function(options) {\n\tvar type = options.type || \"GET\",\n\t\theaders = options.headers || {accept: \"application/json\"},\n\t\trequest = new XMLHttpRequest(),\n\t\tdata = \"\",\n\t\tf,results;\n\t// Massage the data hashmap into a string\n\tif(options.data) {\n\t\tif(typeof options.data === \"string\") { // Already a string\n\t\t\tdata = options.data;\n\t\t} else { // A hashmap of strings\n\t\t\tresults = [];\n\t\t\t$tw.utils.each(options.data,function(dataItem,dataItemTitle) {\n\t\t\t\tresults.push(dataItemTitle + \"=\" + encodeURIComponent(dataItem));\n\t\t\t});\n\t\t\tdata = results.join(\"&\");\n\t\t}\n\t}\n\t// Set up the state change handler\n\trequest.onreadystatechange = function() {\n\t\tif(this.readyState === 4) {\n\t\t\tif(this.status === 200 || this.status === 201 || this.status === 204) {\n\t\t\t\t// Success!\n\t\t\t\toptions.callback(null,this.responseText,this);\n\t\t\t\treturn;\n\t\t\t}\n\t\t// Something went wrong\n\t\toptions.callback(\"XMLHttpRequest error code: \" + this.status);\n\t\t}\n\t};\n\t// Make the request\n\trequest.open(type,options.url,true);\n\tif(headers) {\n\t\t$tw.utils.each(headers,function(header,headerTitle,object) {\n\t\t\trequest.setRequestHeader(headerTitle,header);\n\t\t});\n\t}\n\tif(data && !$tw.utils.hop(headers,\"Content-type\")) {\n\t\trequest.setRequestHeader(\"Content-type\",\"application/x-www-form-urlencoded; charset=UTF-8\");\n\t}\n\trequest.send(data);\n\treturn request;\n};\n\n})();\n",
"title": "$:/core/modules/utils/dom/http.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/keyboard.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom/keyboard.js\ntype: application/javascript\nmodule-type: utils\n\nKeyboard utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar namedKeys = {\n\t\"backspace\": 8,\n\t\"tab\": 9,\n\t\"enter\": 13,\n\t\"escape\": 27\n};\n\n/*\nParses a key descriptor into the structure:\n{\n\tkeyCode: numeric keycode\n\tshiftKey: boolean\n\taltKey: boolean\n\tctrlKey: boolean\n}\nKey descriptors have the following format:\n\tctrl+enter\n\tctrl+shift+alt+A\n*/\nexports.parseKeyDescriptor = function(keyDescriptor) {\n\tvar components = keyDescriptor.split(\"+\"),\n\t\tinfo = {\n\t\t\tkeyCode: 0,\n\t\t\tshiftKey: false,\n\t\t\taltKey: false,\n\t\t\tctrlKey: false\n\t\t};\n\tfor(var t=0; t<components.length; t++) {\n\t\tvar s = components[t].toLowerCase();\n\t\t// Look for modifier keys\n\t\tif(s === \"ctrl\") {\n\t\t\tinfo.ctrlKey = true;\n\t\t} else if(s === \"shift\") {\n\t\t\tinfo.shiftKey = true;\n\t\t} else if(s === \"alt\") {\n\t\t\tinfo.altKey = true;\n\t\t} else if(s === \"meta\") {\n\t\t\tinfo.metaKey = true;\n\t\t}\n\t\t// Replace named keys with their code\n\t\tif(namedKeys[s]) {\n\t\t\tinfo.keyCode = namedKeys[s];\n\t\t}\n\t}\n\treturn info;\n};\n\nexports.checkKeyDescriptor = function(event,keyInfo) {\n\tvar metaKeyStatus = !!keyInfo.metaKey; // Using a temporary variable to keep JSHint happy\n\treturn event.keyCode === keyInfo.keyCode && \n\t\t\tevent.shiftKey === keyInfo.shiftKey && \n\t\t\tevent.altKey === keyInfo.altKey && \n\t\t\tevent.ctrlKey === keyInfo.ctrlKey && \n\t\t\tevent.metaKey === metaKeyStatus;\t\n};\n\n})();\n",
"title": "$:/core/modules/utils/dom/keyboard.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/modal.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom/modal.js\ntype: application/javascript\nmodule-type: utils\n\nModal message mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar Modal = function(wiki) {\n\tthis.wiki = wiki;\n\tthis.modalCount = 0;\n};\n\n/*\nDisplay a modal dialogue\n\ttitle: Title of tiddler to display\n\toptions: see below\nOptions include:\n\tdownloadLink: Text of a big download link to include\n*/\nModal.prototype.display = function(title,options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\ttiddler = this.wiki.getTiddler(title);\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Create the variables\n\tvar variables = $tw.utils.extend({currentTiddler: title},options.variables);\n\t// Create the wrapper divs\n\tvar wrapper = document.createElement(\"div\"),\n\t\tmodalBackdrop = document.createElement(\"div\"),\n\t\tmodalWrapper = document.createElement(\"div\"),\n\t\tmodalHeader = document.createElement(\"div\"),\n\t\theaderTitle = document.createElement(\"h3\"),\n\t\tmodalBody = document.createElement(\"div\"),\n\t\tmodalLink = document.createElement(\"a\"),\n\t\tmodalFooter = document.createElement(\"div\"),\n\t\tmodalFooterHelp = document.createElement(\"span\"),\n\t\tmodalFooterButtons = document.createElement(\"span\");\n\t// Up the modal count and adjust the body class\n\tthis.modalCount++;\n\tthis.adjustPageClass();\n\t// Add classes\n\t$tw.utils.addClass(wrapper,\"tc-modal-wrapper\");\n\t$tw.utils.addClass(modalBackdrop,\"tc-modal-backdrop\");\n\t$tw.utils.addClass(modalWrapper,\"tc-modal\");\n\t$tw.utils.addClass(modalHeader,\"tc-modal-header\");\n\t$tw.utils.addClass(modalBody,\"tc-modal-body\");\n\t$tw.utils.addClass(modalFooter,\"tc-modal-footer\");\n\t// Join them together\n\twrapper.appendChild(modalBackdrop);\n\twrapper.appendChild(modalWrapper);\n\tmodalHeader.appendChild(headerTitle);\n\tmodalWrapper.appendChild(modalHeader);\n\tmodalWrapper.appendChild(modalBody);\n\tmodalFooter.appendChild(modalFooterHelp);\n\tmodalFooter.appendChild(modalFooterButtons);\n\tmodalWrapper.appendChild(modalFooter);\n\t// Render the title of the message\n\tvar headerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"subtitle\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\tattributes: {\n\t\t\t\ttext: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title\n\t\t}}}],\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: document,\n\t\tvariables: variables\n\t});\n\theaderWidgetNode.render(headerTitle,null);\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\theaderWidgetNode.refresh(changes,modalHeader,null);\n\t});\n\t// Render the body of the message\n\tvar bodyWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: document,\n\t\tvariables: variables\n\t});\n\tbodyWidgetNode.render(modalBody,null);\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tbodyWidgetNode.refresh(changes,modalBody,null);\n\t});\n\t// Setup the link if present\n\tif(options.downloadLink) {\n\t\tmodalLink.href = options.downloadLink;\n\t\tmodalLink.appendChild(document.createTextNode(\"Right-click to save changes\"));\n\t\tmodalBody.appendChild(modalLink);\n\t}\n\t// Render the footer of the message\n\tif(tiddler && tiddler.fields && tiddler.fields.help) {\n\t\tvar link = document.createElement(\"a\");\n\t\tlink.setAttribute(\"href\",tiddler.fields.help);\n\t\tlink.setAttribute(\"target\",\"_blank\");\n\t\tlink.appendChild(document.createTextNode(\"Help\"));\n\t\tmodalFooterHelp.appendChild(link);\n\t\tmodalFooterHelp.style.float = \"left\";\n\t}\n\tvar footerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"footer\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"button\",\n\t\t\tattributes: {\n\t\t\t\tmessage: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: \"tm-close-tiddler\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\tattributes: {\n\t\t\t\t\ttext: {\n\t\t\t\t\t\ttype: \"string\",\n\t\t\t\t\t\tvalue: \"Close\"\n\t\t\t}}}\n\t\t]}],\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: document,\n\t\tvariables: variables\n\t});\n\tfooterWidgetNode.render(modalFooterButtons,null);\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tfooterWidgetNode.refresh(changes,modalFooterButtons,null);\n\t});\n\t// Add the close event handler\n\tvar closeHandler = function(event) {\n\t\t// Decrease the modal count and adjust the body class\n\t\tself.modalCount--;\n\t\tself.adjustPageClass();\n\t\t// Force layout and animate the modal message away\n\t\t$tw.utils.forceLayout(modalBackdrop);\n\t\t$tw.utils.forceLayout(modalWrapper);\n\t\t$tw.utils.setStyle(modalBackdrop,[\n\t\t\t{opacity: \"0\"}\n\t\t]);\n\t\t$tw.utils.setStyle(modalWrapper,[\n\t\t\t{transform: \"translateY(\" + window.innerHeight + \"px)\"}\n\t\t]);\n\t\t// Set up an event for the transition end\n\t\twindow.setTimeout(function() {\n\t\t\tif(wrapper.parentNode) {\n\t\t\t\t// Remove the modal message from the DOM\n\t\t\t\tdocument.body.removeChild(wrapper);\n\t\t\t}\n\t\t},duration);\n\t\t// Don't let anyone else handle the tm-close-tiddler message\n\t\treturn false;\n\t};\n\theaderWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tbodyWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tfooterWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\t// Set the initial styles for the message\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-window.innerHeight) + \"px)\"}\n\t]);\n\t// Put the message into the document\n\tdocument.body.appendChild(wrapper);\n\t// Set up animation for the styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{transition: \"opacity \" + duration + \"ms ease-out\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(modalBackdrop);\n\t$tw.utils.forceLayout(modalWrapper);\n\t// Set final animated styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0.7\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n};\n\nModal.prototype.adjustPageClass = function() {\n\tif($tw.pageContainer) {\n\t\t$tw.utils.toggleClass($tw.pageContainer,\"tc-modal-displayed\",this.modalCount > 0);\n\t}\n};\n\nexports.Modal = Modal;\n\n})();\n",
"title": "$:/core/modules/utils/dom/modal.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/notifier.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom/notifier.js\ntype: application/javascript\nmodule-type: utils\n\nNotifier mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar Notifier = function(wiki) {\n\tthis.wiki = wiki;\n};\n\n/*\nDisplay a notification\n\ttitle: Title of tiddler containing the notification text\n\toptions: see below\nOptions include:\n*/\nNotifier.prototype.display = function(title,options) {\n\toptions = options || {};\n\t// Create the wrapper divs\n\tvar notification = document.createElement(\"div\"),\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tduration = $tw.utils.getAnimationDuration();\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Add classes\n\t$tw.utils.addClass(notification,\"tc-notification\");\n\t// Render the body of the notification\n\tvar widgetNode = this.wiki.makeTranscludeWidget(title,{parentWidget: $tw.rootWidget, document: document});\n\twidgetNode.render(notification,null);\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\twidgetNode.refresh(changes,notification,null);\n\t});\n\t// Set the initial styles for the notification\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"0\"},\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-window.innerHeight) + \"px)\"},\n\t\t{transition: \"opacity \" + duration + \"ms ease-out, \" + $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Add the notification to the DOM\n\tdocument.body.appendChild(notification);\n\t// Force layout\n\t$tw.utils.forceLayout(notification);\n\t// Set final animated styles\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n\t// Set a timer to remove the notification\n\twindow.setTimeout(function() {\n\t\t// Force layout and animate the notification away\n\t\t$tw.utils.forceLayout(notification);\n\t\t$tw.utils.setStyle(notification,[\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transform: \"translateX(\" + (notification.offsetWidth) + \"px)\"}\n\t\t]);\n\t\t// Remove the modal message from the DOM once the transition ends\n\t\tsetTimeout(function() {\n\t\t\tif(notification.parentNode) {\n\t\t\t\tdocument.body.removeChild(notification);\n\t\t\t}\n\t\t},duration);\n\t},$tw.config.preferences.notificationDuration);\n};\n\nexports.Notifier = Notifier;\n\n})();\n",
"title": "$:/core/modules/utils/dom/notifier.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/popup.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom/popup.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Popup object prototype that manages popups in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreates a Popup object with these options:\n\trootElement: the DOM element to which the popup zapper should be attached\n*/\nvar Popup = function(options) {\n\toptions = options || {};\n\tthis.rootElement = options.rootElement || document.documentElement;\n\tthis.popups = []; // Array of {title:,wiki:,domNode:} objects\n};\n\n/*\nTrigger a popup open or closed. Parameters are in a hashmap:\n\ttitle: title of the tiddler where the popup details are stored\n\tdomNode: dom node to which the popup will be positioned\n\twiki: wiki\n\tforce: if specified, forces the popup state to true or false (instead of toggling it)\n*/\nPopup.prototype.triggerPopup = function(options) {\n\t// Check if this popup is already active\n\tvar index = -1;\n\tfor(var t=0; t<this.popups.length; t++) {\n\t\tif(this.popups[t].title === options.title) {\n\t\t\tindex = t;\n\t\t}\n\t}\n\t// Compute the new state\n\tvar state = index === -1;\n\tif(options.force !== undefined) {\n\t\tstate = options.force;\n\t}\n\t// Show or cancel the popup according to the new state\n\tif(state) {\n\t\tthis.show(options);\n\t} else {\n\t\tthis.cancel(index);\n\t}\n};\n\nPopup.prototype.handleEvent = function(event) {\n\tif(event.type === \"click\") {\n\t\t// Find out what was clicked on\n\t\tvar info = this.popupInfo(event.target),\n\t\t\tcancelLevel = info.popupLevel - 1;\n\t\t// Don't remove the level that was clicked on if we clicked on a handle\n\t\tif(info.isHandle) {\n\t\t\tcancelLevel++;\n\t\t}\n\t\t// Cancel\n\t\tthis.cancel(cancelLevel);\n\t}\n};\n\n/*\nFind the popup level containing a DOM node. Returns:\npopupLevel: count of the number of nested popups containing the specified element\nisHandle: true if the specified element is within a popup handle\n*/\nPopup.prototype.popupInfo = function(domNode) {\n\tvar isHandle = false,\n\t\tpopupCount = 0,\n\t\tnode = domNode;\n\t// First check ancestors to see if we're within a popup handle\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup-handle\")) {\n\t\t\tisHandle = true;\n\t\t\tpopupCount++;\n\t\t}\n\t\tif($tw.utils.hasClass(node,\"tc-popup-keep\")) {\n\t\t\tisHandle = true;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\t// Then count the number of ancestor popups\n\tnode = domNode;\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup\")) {\n\t\t\tpopupCount++;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\tvar info = {\n\t\tpopupLevel: popupCount,\n\t\tisHandle: isHandle\n\t};\n\treturn info;\n};\n\n/*\nDisplay a popup by adding it to the stack\n*/\nPopup.prototype.show = function(options) {\n\t// Find out what was clicked on\n\tvar info = this.popupInfo(options.domNode);\n\t// Cancel any higher level popups\n\tthis.cancel(info.popupLevel);\n\t// Store the popup details\n\tthis.popups.push({\n\t\ttitle: options.title,\n\t\twiki: options.wiki,\n\t\tdomNode: options.domNode\n\t});\n\t// Set the state tiddler\n\toptions.wiki.setTextReference(options.title,\n\t\t\t\"(\" + options.domNode.offsetLeft + \",\" + options.domNode.offsetTop + \",\" + \n\t\t\t\toptions.domNode.offsetWidth + \",\" + options.domNode.offsetHeight + \")\");\n\t// Add the click handler if we have any popups\n\tif(this.popups.length > 0) {\n\t\tthis.rootElement.addEventListener(\"click\",this,true);\t\t\n\t}\n};\n\n/*\nCancel all popups at or above a specified level or DOM node\nlevel: popup level to cancel (0 cancels all popups)\n*/\nPopup.prototype.cancel = function(level) {\n\tvar numPopups = this.popups.length;\n\tlevel = Math.max(0,Math.min(level,numPopups));\n\tfor(var t=level; t<numPopups; t++) {\n\t\tvar popup = this.popups.pop();\n\t\tif(popup.title) {\n\t\t\tpopup.wiki.deleteTiddler(popup.title);\n\t\t}\n\t}\n\tif(this.popups.length === 0) {\n\t\tthis.rootElement.removeEventListener(\"click\",this,false);\n\t}\n};\n\n/*\nReturns true if the specified title and text identifies an active popup\n*/\nPopup.prototype.readPopupState = function(text) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/;\n\treturn popupLocationRegExp.test(text);\n};\n\nexports.Popup = Popup;\n\n})();\n",
"title": "$:/core/modules/utils/dom/popup.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/scroller.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/dom/scroller.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Scroller object prototype that manages scrolling in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nEvent handler for when the `tm-scroll` event hits the document body\n*/\nvar PageScroller = function() {\n\tthis.idRequestFrame = null;\n\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\twindow.webkitRequestAnimationFrame ||\n\t\twindow.mozRequestAnimationFrame ||\n\t\tfunction(callback) {\n\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t};\n\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\twindow.webkitCancelAnimationFrame ||\n\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\twindow.mozCancelAnimationFrame ||\n\t\twindow.mozCancelRequestAnimationFrame ||\n\t\tfunction(id) {\n\t\t\twindow.clearTimeout(id);\n\t\t};\n};\n\nPageScroller.prototype.cancelScroll = function() {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(window,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle an event\n*/\nPageScroller.prototype.handleEvent = function(event) {\n\tif(event.type === \"tm-scroll\") {\n\t\treturn this.scrollIntoView(event.target);\n\t}\n\treturn true;\n};\n\n/*\nHandle a scroll event hitting the page document\n*/\nPageScroller.prototype.scrollIntoView = function(element) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\t// Now get ready to scroll the body\n\tthis.cancelScroll();\n\tthis.startTime = Date.now();\n\tvar scrollPosition = $tw.utils.getScrollPosition();\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar clientBounds = element.getBoundingClientRect(),\n\t\tbounds = {\n\t\t\tleft: clientBounds.left + scrollPosition.x,\n\t\t\ttop: clientBounds.top + scrollPosition.y,\n\t\t\twidth: clientBounds.width,\n\t\t\theight: clientBounds.height\n\t\t};\n\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\t// targetPos/targetSize - position and size of the target element\n\t// currentPos/currentSize - position and size of the current scroll viewport\n\t// returns: new position of the scroll viewport\n\tvar getEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\tvar newPos = currentPos;\n\t\t\t// If the target is above/left of the current view, then scroll to it's top/left\n\t\t\tif(targetPos <= currentPos) {\n\t\t\t\tnewPos = targetPos;\n\t\t\t// If the target is smaller than the window and the scroll position is too far up, then scroll till the target is at the bottom of the window\n\t\t\t} else if(targetSize < currentSize && currentPos < (targetPos + targetSize - currentSize)) {\n\t\t\t\tnewPos = targetPos + targetSize - currentSize;\n\t\t\t// If the target is big, then just scroll to the top\n\t\t\t} else if(currentPos < targetPos) {\n\t\t\t\tnewPos = targetPos;\n\t\t\t// Otherwise, stay where we are\n\t\t\t} else {\n\t\t\t\tnewPos = currentPos;\n\t\t\t}\n\t\t\t// If we are scrolling within 50 pixels of the top/left then snap to zero\n\t\t\tif(newPos < 50) {\n\t\t\t\tnewPos = 0;\n\t\t\t}\n\t\t\treturn newPos;\n\t\t},\n\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,window.innerWidth),\n\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,window.innerHeight);\n\t// Only scroll if the position has changed\n\tif(endX !== scrollPosition.x || endY !== scrollPosition.y) {\n\t\tvar self = this,\n\t\t\tdrawFrame;\n\t\tdrawFrame = function () {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll();\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\twindow.scrollTo(scrollPosition.x + (endX - scrollPosition.x) * t,scrollPosition.y + (endY - scrollPosition.y) * t);\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(window,drawFrame);\n\t\t\t}\n\t\t};\n\t\tdrawFrame();\n\t}\n};\n\nexports.PageScroller = PageScroller;\n\n})();\n",
"title": "$:/core/modules/utils/dom/scroller.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/edition-info.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/edition-info.js\ntype: application/javascript\nmodule-type: utils-node\n\nInformation about the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\nvar editionInfo;\n\nexports.getEditionInfo = function() {\n\tif(!editionInfo) {\n\t\t// Enumerate the edition paths\n\t\tvar editionPaths = $tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar);\n\t\teditionInfo = {};\n\t\tfor(var editionIndex=0; editionIndex<editionPaths.length; editionIndex++) {\n\t\t\tvar editionPath = editionPaths[editionIndex];\n\t\t\t// Enumerate the folders\n\t\t\tvar entries = fs.readdirSync(editionPath);\n\t\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\t\tvar entry = entries[entryIndex];\n\t\t\t\t// Check if directories have a valid tiddlywiki.info\n\t\t\t\tif(!editionInfo[entry] && $tw.utils.isDirectory(path.resolve(editionPath,entry))) {\n\t\t\t\t\tvar info;\n\t\t\t\t\ttry {\n\t\t\t\t\t\tinfo = JSON.parse(fs.readFileSync(path.resolve(editionPath,entry,\"tiddlywiki.info\"),\"utf8\"));\n\t\t\t\t\t} catch(ex) {\n\t\t\t\t\t}\n\t\t\t\t\tif(info) {\n\t\t\t\t\t\teditionInfo[entry] = info;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn editionInfo;\n};\n\n})();\n",
"title": "$:/core/modules/utils/edition-info.js",
"type": "application/javascript",
"module-type": "utils-node"
},
"$:/core/modules/utils/fakedom.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/fakedom.js\ntype: application/javascript\nmodule-type: global\n\nA barebones implementation of DOM interfaces needed by the rendering mechanism.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Sequence number used to enable us to track objects for testing\nvar sequenceNumber = null;\n\nvar bumpSequenceNumber = function(object) {\n\tif(sequenceNumber !== null) {\n\t\tobject.sequenceNumber = sequenceNumber++;\n\t}\n};\n\nvar TW_TextNode = function(text) {\n\tbumpSequenceNumber(this);\n\tthis.textContent = text;\n};\n\nObject.defineProperty(TW_TextNode.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\treturn this.textContent.replace(/(\\r?\\n)/g,\"\");\n\t}\n});\n\nvar TW_Element = function(tag,namespace) {\n\tbumpSequenceNumber(this);\n\tthis.isTiddlyWikiFakeDom = true;\n\tthis.tag = tag;\n\tthis.attributes = {};\n\tthis.isRaw = false;\n\tthis.children = [];\n\tthis.style = {};\n\tthis.namespaceURI = namespace || \"http://www.w3.org/1999/xhtml\";\n};\n\nTW_Element.prototype.setAttribute = function(name,value) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot setAttribute on a raw TW_Element\";\n\t}\n\tthis.attributes[name] = value;\n};\n\nTW_Element.prototype.setAttributeNS = function(namespace,name,value) {\n\tthis.setAttribute(name,value);\n};\n\nTW_Element.prototype.removeAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot removeAttribute on a raw TW_Element\";\n\t}\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\tdelete this.attributes[name];\n\t}\n};\n\nTW_Element.prototype.appendChild = function(node) {\n\tthis.children.push(node);\n\tnode.parentNode = this;\n};\n\nTW_Element.prototype.insertBefore = function(node,nextSibling) {\n\tif(nextSibling) {\n\t\tvar p = this.children.indexOf(nextSibling);\n\t\tif(p !== -1) {\n\t\t\tthis.children.splice(p,0,node);\n\t\t\tnode.parentNode = this;\n\t\t} else {\n\t\t\tthis.appendChild(node);\n\t\t}\n\t} else {\n\t\tthis.appendChild(node);\n\t}\n};\n\nTW_Element.prototype.removeChild = function(node) {\n\tvar p = this.children.indexOf(node);\n\tif(p !== -1) {\n\t\tthis.children.splice(p,1);\n\t}\n};\n\nTW_Element.prototype.hasChildNodes = function() {\n\treturn !!this.children.length;\n};\n\nObject.defineProperty(TW_Element.prototype, \"firstChild\", {\n\tget: function() {\n\t\treturn this.children[0];\n\t}\n});\n\nTW_Element.prototype.addEventListener = function(type,listener,useCapture) {\n\t// Do nothing\n};\n\nObject.defineProperty(TW_Element.prototype, \"className\", {\n\tget: function() {\n\t\treturn this.attributes[\"class\"] || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes[\"class\"] = value;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"value\", {\n\tget: function() {\n\t\treturn this.attributes.value || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes.value = value;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"outerHTML\", {\n\tget: function() {\n\t\tvar output = [],attr,a,v;\n\t\toutput.push(\"<\",this.tag);\n\t\tif(this.attributes) {\n\t\t\tattr = [];\n\t\t\tfor(a in this.attributes) {\n\t\t\t\tattr.push(a);\n\t\t\t}\n\t\t\tattr.sort();\n\t\t\tfor(a=0; a<attr.length; a++) {\n\t\t\t\tv = this.attributes[attr[a]];\n\t\t\t\tif(v !== undefined) {\n\t\t\t\t\toutput.push(\" \",attr[a],\"=\\\"\",$tw.utils.htmlEncode(v),\"\\\"\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif(this.style) {\n\t\t\tvar style = [];\n\t\t\tfor(var s in this.style) {\n\t\t\t\tstyle.push(s + \":\" + this.style[s] + \";\");\n\t\t\t}\n\t\t\tif(style.length > 0) {\n\t\t\t\toutput.push(\" style=\\\"\",style.join(\"\"),\"\\\"\")\n\t\t\t}\n\t\t}\n\t\toutput.push(\">\");\n\t\tif($tw.config.htmlVoidElements.indexOf(this.tag) === -1) {\n\t\t\toutput.push(this.innerHTML);\n\t\t\toutput.push(\"</\",this.tag,\">\");\n\t\t}\n\t\treturn output.join(\"\");\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"innerHTML\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\treturn this.rawHTML;\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tif(node instanceof TW_Element) {\n\t\t\t\t\tb.push(node.outerHTML);\n\t\t\t\t} else if(node instanceof TW_TextNode) {\n\t\t\t\t\tb.push($tw.utils.htmlEncode(node.textContent));\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.isRaw = true;\n\t\tthis.rawHTML = value;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"textContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\tthrow \"Cannot get textContent on a raw TW_Element\";\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.textContent);\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.children = [new TW_TextNode(value)];\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\tthrow \"Cannot get formattedTextContent on a raw TW_Element\";\n\t\t} else {\n\t\t\tvar b = [],\n\t\t\t\tisBlock = $tw.config.htmlBlockElements.indexOf(this.tag) !== -1;\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\tif(this.tag === \"li\") {\n\t\t\t\tb.push(\"* \");\n\t\t\t}\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.formattedTextContent);\n\t\t\t});\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\treturn b.join(\"\");\n\t\t}\n\t}\n});\n\nvar document = {\n\tsetSequenceNumber: function(value) {\n\t\tsequenceNumber = value;\n\t},\n\tcreateElementNS: function(namespace,tag) {\n\t\treturn new TW_Element(tag,namespace);\n\t},\n\tcreateElement: function(tag) {\n\t\treturn new TW_Element(tag);\n\t},\n\tcreateTextNode: function(text) {\n\t\treturn new TW_TextNode(text);\n\t},\n\tcompatMode: \"CSS1Compat\", // For KaTeX to know that we're not a browser in quirks mode\n\tisTiddlyWikiFakeDom: true\n};\n\nexports.fakeDocument = document;\n\n})();\n",
"title": "$:/core/modules/utils/fakedom.js",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/utils/filesystem.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/filesystem.js\ntype: application/javascript\nmodule-type: utils-node\n\nFile system utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\n/*\nRecursively (and synchronously) copy a directory and all its content\n*/\nexports.copyDirectory = function(srcPath,dstPath) {\n\t// Remove any trailing path separators\n\tsrcPath = $tw.utils.removeTrailingSeparator(srcPath);\n\tdstPath = $tw.utils.removeTrailingSeparator(dstPath);\n\t// Create the destination directory\n\tvar err = $tw.utils.createDirectory(dstPath);\n\tif(err) {\n\t\treturn err;\n\t}\n\t// Function to copy a folder full of files\n\tvar copy = function(srcPath,dstPath) {\n\t\tvar srcStats = fs.lstatSync(srcPath),\n\t\t\tdstExists = fs.existsSync(dstPath);\n\t\tif(srcStats.isFile()) {\n\t\t\t$tw.utils.copyFile(srcPath,dstPath);\n\t\t} else if(srcStats.isDirectory()) {\n\t\t\tvar items = fs.readdirSync(srcPath);\n\t\t\tfor(var t=0; t<items.length; t++) {\n\t\t\t\tvar item = items[t],\n\t\t\t\t\terr = copy(srcPath + path.sep + item,dstPath + path.sep + item);\n\t\t\t\tif(err) {\n\t\t\t\t\treturn err;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\tcopy(srcPath,dstPath);\n\treturn null;\n};\n\n/*\nCopy a file\n*/\nvar FILE_BUFFER_LENGTH = 64 * 1024,\n\tfileBuffer;\n\nexports.copyFile = function(srcPath,dstPath) {\n\t// Create buffer if required\n\tif(!fileBuffer) {\n\t\tfileBuffer = new Buffer(FILE_BUFFER_LENGTH);\n\t}\n\t// Create any directories in the destination\n\t$tw.utils.createDirectory(path.dirname(dstPath));\n\t// Copy the file\n\tvar srcFile = fs.openSync(srcPath,\"r\"),\n\t\tdstFile = fs.openSync(dstPath,\"w\"),\n\t\tbytesRead = 1,\n\t\tpos = 0;\n\twhile (bytesRead > 0) {\n\t\tbytesRead = fs.readSync(srcFile,fileBuffer,0,FILE_BUFFER_LENGTH,pos);\n\t\tfs.writeSync(dstFile,fileBuffer,0,bytesRead);\n\t\tpos += bytesRead;\n\t}\n\tfs.closeSync(srcFile);\n\tfs.closeSync(dstFile);\n\treturn null;\n};\n\n/*\nRemove trailing path separator\n*/\nexports.removeTrailingSeparator = function(dirPath) {\n\tvar len = dirPath.length;\n\tif(dirPath.charAt(len-1) === path.sep) {\n\t\tdirPath = dirPath.substr(0,len-1);\n\t}\n\treturn dirPath;\n};\n\n/*\nRecursively create a directory\n*/\nexports.createDirectory = function(dirPath) {\n\tif(dirPath.substr(dirPath.length-1,1) !== path.sep) {\n\t\tdirPath = dirPath + path.sep;\n\t}\n\tvar pos = 1;\n\tpos = dirPath.indexOf(path.sep,pos);\n\twhile(pos !== -1) {\n\t\tvar subDirPath = dirPath.substr(0,pos);\n\t\tif(!$tw.utils.isDirectory(subDirPath)) {\n\t\t\ttry {\n\t\t\t\tfs.mkdirSync(subDirPath);\n\t\t\t} catch(e) {\n\t\t\t\treturn \"Error creating directory '\" + subDirPath + \"'\";\n\t\t\t}\n\t\t}\n\t\tpos = dirPath.indexOf(path.sep,pos + 1);\n\t}\n\treturn null;\n};\n\n/*\nRecursively create directories needed to contain a specified file\n*/\nexports.createFileDirectories = function(filePath) {\n\treturn $tw.utils.createDirectory(path.dirname(filePath));\n};\n\n/*\nRecursively delete a directory\n*/\nexports.deleteDirectory = function(dirPath) {\n\tif(fs.existsSync(dirPath)) {\n\t\tvar entries = fs.readdirSync(dirPath);\n\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\tvar currPath = dirPath + path.sep + entries[entryIndex];\n\t\t\tif(fs.lstatSync(currPath).isDirectory()) {\n\t\t\t\t$tw.utils.deleteDirectory(currPath);\n\t\t\t} else {\n\t\t\t\tfs.unlinkSync(currPath);\n\t\t\t}\n\t\t}\n\tfs.rmdirSync(dirPath);\n\t}\n\treturn null;\n};\n\n/*\nCheck if a path identifies a directory\n*/\nexports.isDirectory = function(dirPath) {\n\treturn fs.existsSync(dirPath) && fs.statSync(dirPath).isDirectory();\n};\n\n/*\nCheck if a path identifies a directory that is empty\n*/\nexports.isDirectoryEmpty = function(dirPath) {\n\tif(!$tw.utils.isDirectory(dirPath)) {\n\t\treturn false;\n\t}\n\tvar files = fs.readdirSync(dirPath),\n\t\tempty = true;\n\t$tw.utils.each(files,function(file,index) {\n\t\tif(file.charAt(0) !== \".\") {\n\t\t\tempty = false;\n\t\t}\n\t});\n\treturn empty;\n};\n\n})();\n",
"title": "$:/core/modules/utils/filesystem.js",
"type": "application/javascript",
"module-type": "utils-node"
},
"$:/core/modules/utils/logger.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/logger.js\ntype: application/javascript\nmodule-type: utils\n\nA basic logging implementation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ALERT_TAG = \"$:/tags/Alert\";\n\n/*\nMake a new logger\n*/\nfunction Logger(componentName) {\n\tthis.componentName = componentName || \"\";\n}\n\n/*\nLog a message\n*/\nLogger.prototype.log = function(/* args */) {\n\tif(console !== undefined && console.log !== undefined) {\n\t\treturn Function.apply.call(console.log, console, [this.componentName + \":\"].concat(Array.prototype.slice.call(arguments,0)));\n\t}\n};\n\n/*\nAlert a message\n*/\nLogger.prototype.alert = function(/* args */) {\n\t// Prepare the text of the alert\n\tvar text = Array.prototype.join.call(arguments,\" \");\n\t// Create alert tiddlers in the browser\n\tif($tw.browser) {\n\t\t// Check if there is an existing alert with the same text and the same component\n\t\tvar existingAlerts = $tw.wiki.getTiddlersWithTag(ALERT_TAG),\n\t\t\talertFields,\n\t\t\texistingCount,\n\t\t\tself = this;\n\t\t$tw.utils.each(existingAlerts,function(title) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\tif(tiddler.fields.text === text && tiddler.fields.component === self.componentName && tiddler.fields.modified && (!alertFields || tiddler.fields.modified < alertFields.modified)) {\n\t\t\t\t\talertFields = $tw.utils.extend({},tiddler.fields);\n\t\t\t}\n\t\t});\n\t\tif(alertFields) {\n\t\t\texistingCount = alertFields.count || 1;\n\t\t} else {\n\t\t\talertFields = {\n\t\t\t\ttitle: $tw.wiki.generateNewTitle(\"$:/temp/alerts/alert\",{prefix: \"\"}),\n\t\t\t\ttext: text,\n\t\t\t\ttags: [ALERT_TAG],\n\t\t\t\tcomponent: this.componentName\n\t\t\t};\n\t\t\texistingCount = 0;\n\t\t}\n\t\talertFields.modified = new Date();\n\t\tif(++existingCount > 1) {\n\t\t\talertFields.count = existingCount;\n\t\t} else {\n\t\t\talertFields.count = undefined;\n\t\t}\n\t\t$tw.wiki.addTiddler(new $tw.Tiddler(alertFields));\n\t\t// Log the alert as well\n\t\tthis.log.apply(this,Array.prototype.slice.call(arguments,0));\n\t} else {\n\t\t// Print an orange message to the console if not in the browser\n\t\tconsole.error(\"\\x1b[1;33m\" + text + \"\\x1b[0m\");\n\t}\n};\n\nexports.Logger = Logger;\n\n})();\n",
"title": "$:/core/modules/utils/logger.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/parsetree.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/parsetree.js\ntype: application/javascript\nmodule-type: utils\n\nParse tree utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.addAttributeToParseTreeNode = function(node,name,value) {\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[name] = {type: \"string\", value: value};\n};\n\nexports.getAttributeValueFromParseTreeNode = function(node,name,defaultValue) {\n\tif(node.attributes && node.attributes[name] && node.attributes[name].value !== undefined) {\n\t\treturn node.attributes[name].value;\n\t}\n\treturn defaultValue;\n};\n\nexports.addClassToParseTreeNode = function(node,classString) {\n\tvar classes = [];\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[\"class\"] = node.attributes[\"class\"] || {type: \"string\", value: \"\"};\n\tif(node.attributes[\"class\"].type === \"string\") {\n\t\tif(node.attributes[\"class\"].value !== \"\") {\n\t\t\tclasses = node.attributes[\"class\"].value.split(\" \");\n\t\t}\n\t\tif(classString !== \"\") {\n\t\t\t$tw.utils.pushTop(classes,classString.split(\" \"));\n\t\t}\n\t\tnode.attributes[\"class\"].value = classes.join(\" \");\n\t}\n};\n\nexports.addStyleToParseTreeNode = function(node,name,value) {\n\t\tnode.attributes = node.attributes || {};\n\t\tnode.attributes.style = node.attributes.style || {type: \"string\", value: \"\"};\n\t\tif(node.attributes.style.type === \"string\") {\n\t\t\tnode.attributes.style.value += name + \":\" + value + \";\";\n\t\t}\n};\n\nexports.findParseTreeNode = function(nodeArray,search) {\n\tfor(var t=0; t<nodeArray.length; t++) {\n\t\tif(nodeArray[t].type === search.type && nodeArray[t].tag === search.tag) {\n\t\t\treturn nodeArray[t];\n\t\t}\n\t}\n\treturn undefined;\n};\n\n})();\n",
"title": "$:/core/modules/utils/parsetree.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/performance.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/performance.js\ntype: application/javascript\nmodule-type: global\n\nPerformance measurement.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Performance(enabled) {\n\tthis.enabled = !!enabled;\n\tthis.measures = {}; // Hashmap of current values of measurements\n\tthis.logger = new $tw.utils.Logger(\"performance\");\n}\n\n/*\nWrap performance reporting around a top level function\n*/\nPerformance.prototype.report = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tself.measures = {};\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments);\n\t\t\tself.logger.log(name + \": \" + $tw.utils.timer(startTime) + \"ms\");\n\t\t\tfor(var m in self.measures) {\n\t\t\t\tself.logger.log(\"+\" + m + \": \" + self.measures[m] + \"ms\");\n\t\t\t}\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\n/*\nWrap performance measurements around a subfunction\n*/\nPerformance.prototype.measure = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments),\n\t\t\t\tvalue = self.measures[name] || 0;\n\t\t\tself.measures[name] = value + $tw.utils.timer(startTime);\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\nexports.Performance = Performance;\n\n})();\n",
"title": "$:/core/modules/utils/performance.js",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/utils/pluginmaker.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/pluginmaker.js\ntype: application/javascript\nmodule-type: utils\n\nA quick and dirty way to pack up plugins within the browser.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRepack a plugin, and then delete any non-shadow payload tiddlers\n*/\nexports.repackPlugin = function(title,additionalTiddlers,excludeTiddlers) {\n\tadditionalTiddlers = additionalTiddlers || [];\n\texcludeTiddlers = excludeTiddlers || [];\n\t// Get the plugin tiddler\n\tvar pluginTiddler = $tw.wiki.getTiddler(title);\n\tif(!pluginTiddler) {\n\t\tthrow \"No such tiddler as \" + title;\n\t}\n\t// Extract the JSON\n\tvar jsonPluginTiddler;\n\ttry {\n\t\tjsonPluginTiddler = JSON.parse(pluginTiddler.fields.text);\n\t} catch(e) {\n\t\tthrow \"Cannot parse plugin tiddler \" + title + \"\\nError: \" + e;\n\t}\n\t// Get the list of tiddlers\n\tvar tiddlers = Object.keys(jsonPluginTiddler.tiddlers);\n\t// Add the additional tiddlers\n\t$tw.utils.pushTop(tiddlers,additionalTiddlers);\n\t// Remove any excluded tiddlers\n\tfor(var t=tiddlers.length-1; t>=0; t--) {\n\t\tif(excludeTiddlers.indexOf(tiddlers[t]) !== -1) {\n\t\t\ttiddlers.splice(t,1);\n\t\t}\n\t}\n\t// Pack up the tiddlers into a block of JSON\n\tvar plugins = {};\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = $tw.wiki.getTiddler(title),\n\t\t\tfields = {};\n\t\t$tw.utils.each(tiddler.fields,function (value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\tplugins[title] = fields;\n\t});\n\t// Retrieve and bump the version number\n\tvar pluginVersion = $tw.utils.parseVersion(pluginTiddler.getFieldString(\"version\") || \"0.0.0\") || {\n\t\t\tmajor: \"0\",\n\t\t\tminor: \"0\",\n\t\t\tpatch: \"0\"\n\t\t};\n\tpluginVersion.patch++;\n\tvar version = pluginVersion.major + \".\" + pluginVersion.minor + \".\" + pluginVersion.patch;\n\tif(pluginVersion.prerelease) {\n\t\tversion += \"-\" + pluginVersion.prerelease;\n\t}\n\tif(pluginVersion.build) {\n\t\tversion += \"+\" + pluginVersion.build;\n\t}\n\t// Save the tiddler\n\t$tw.wiki.addTiddler(new $tw.Tiddler(pluginTiddler,{text: JSON.stringify({tiddlers: plugins},null,4), version: version}));\n\t// Delete any non-shadow constituent tiddlers\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tif($tw.wiki.tiddlerExists(title)) {\n\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t}\n\t});\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t// Return a heartwarming confirmation\n\treturn \"Plugin \" + title + \" successfully saved\";\n};\n\n})();\n",
"title": "$:/core/modules/utils/pluginmaker.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/utils.js": {
"text": "/*\\\ntitle: $:/core/modules/utils/utils.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDisplay a warning, in colour if we're on a terminal\n*/\nexports.warning = function(text) {\n\tconsole.log($tw.node ? \"\\x1b[1;33m\" + text + \"\\x1b[0m\" : text);\n}\n\n/*\nTrim whitespace from the start and end of a string\nThanks to Steven Levithan, http://blog.stevenlevithan.com/archives/faster-trim-javascript\n*/\nexports.trim = function(str) {\n\tif(typeof str === \"string\") {\n\t\treturn str.replace(/^\\s\\s*/, '').replace(/\\s\\s*$/, '');\n\t} else {\n\t\treturn str;\n\t}\n};\n\n/*\nReturn the number of keys in an object\n*/\nexports.count = function(object) {\n\tvar s = 0;\n\t$tw.utils.each(object,function() {s++;});\n\treturn s;\n};\n\n/*\nCheck if an array is equal by value and by reference.\n*/\nexports.isArrayEqual = function(array1,array2) {\n\tif(array1 === array2) {\n\t\treturn true;\n\t}\n\tarray1 = array1 || [];\n\tarray2 = array2 || [];\n\tif(array1.length !== array2.length) {\n\t\treturn false;\n\t}\n\treturn array1.every(function(value,index) {\n\t\treturn value === array2[index];\n\t});\n};\n\n/*\nPush entries onto an array, removing them first if they already exist in the array\n\tarray: array to modify (assumed to be free of duplicates)\n\tvalue: a single value to push or an array of values to push\n*/\nexports.pushTop = function(array,value) {\n\tvar t,p;\n\tif($tw.utils.isArray(value)) {\n\t\t// Remove any array entries that are duplicated in the new values\n\t\tif(value.length !== 0) {\n\t\t\tif(array.length !== 0) {\n\t\t\t\tif(value.length < array.length) {\n\t\t\t\t\tfor(t=0; t<value.length; t++) {\n\t\t\t\t\t\tp = array.indexOf(value[t]);\n\t\t\t\t\t\tif(p !== -1) {\n\t\t\t\t\t\t\tarray.splice(p,1);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tfor(t=array.length-1; t>=0; t--) {\n\t\t\t\t\t\tp = value.indexOf(array[t]);\n\t\t\t\t\t\tif(p !== -1) {\n\t\t\t\t\t\t\tarray.splice(t,1);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Push the values on top of the main array\n\t\t\tarray.push.apply(array,value);\n\t\t}\n\t} else {\n\t\tp = array.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tarray.splice(p,1);\n\t\t}\n\t\tarray.push(value);\n\t}\n\treturn array;\n};\n\n/*\nRemove entries from an array\n\tarray: array to modify\n\tvalue: a single value to remove, or an array of values to remove\n*/\nexports.removeArrayEntries = function(array,value) {\n\tvar t,p;\n\tif($tw.utils.isArray(value)) {\n\t\tfor(t=0; t<value.length; t++) {\n\t\t\tp = array.indexOf(value[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tarray.splice(p,1);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tp = array.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tarray.splice(p,1);\n\t\t}\n\t}\n};\n\n/*\nCheck whether any members of a hashmap are present in another hashmap\n*/\nexports.checkDependencies = function(dependencies,changes) {\n\tvar hit = false;\n\t$tw.utils.each(changes,function(change,title) {\n\t\tif($tw.utils.hop(dependencies,title)) {\n\t\t\thit = true;\n\t\t}\n\t});\n\treturn hit;\n};\n\nexports.extend = function(object /* [, src] */) {\n\t$tw.utils.each(Array.prototype.slice.call(arguments, 1), function(source) {\n\t\tif(source) {\n\t\t\tfor(var property in source) {\n\t\t\t\tobject[property] = source[property];\n\t\t\t}\n\t\t}\n\t});\n\treturn object;\n};\n\nexports.deepCopy = function(object) {\n\tvar result,t;\n\tif($tw.utils.isArray(object)) {\n\t\t// Copy arrays\n\t\tresult = object.slice(0);\n\t} else if(typeof object === \"object\") {\n\t\tresult = {};\n\t\tfor(t in object) {\n\t\t\tif(object[t] !== undefined) {\n\t\t\t\tresult[t] = $tw.utils.deepCopy(object[t]);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tresult = object;\n\t}\n\treturn result;\n};\n\nexports.extendDeepCopy = function(object,extendedProperties) {\n\tvar result = $tw.utils.deepCopy(object),t;\n\tfor(t in extendedProperties) {\n\t\tif(extendedProperties[t] !== undefined) {\n\t\t\tresult[t] = $tw.utils.deepCopy(extendedProperties[t]);\n\t\t}\n\t}\n\treturn result;\n};\n\nexports.slowInSlowOut = function(t) {\n\treturn (1 - ((Math.cos(t * Math.PI) + 1) / 2));\n};\n\nexports.formatDateString = function(date,template) {\n\tvar result = \"\",\n\t\tt = template,\n\t\tmatches = [\n\t\t\t[/^0hh12/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getHours12(date));\n\t\t\t}],\n\t\t\t[/^wYYYY/, function() {\n\t\t\t\treturn $tw.utils.getYearForWeekNo(date);\n\t\t\t}],\n\t\t\t[/^hh12/, function() {\n\t\t\t\treturn $tw.utils.getHours12(date);\n\t\t\t}],\n\t\t\t[/^DDth/, function() {\n\t\t\t\treturn date.getDate() + $tw.utils.getDaySuffix(date);\n\t\t\t}],\n\t\t\t[/^YYYY/, function() {\n\t\t\t\treturn date.getFullYear();\n\t\t\t}],\n\t\t\t[/^0hh/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getHours());\n\t\t\t}],\n\t\t\t[/^0mm/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMinutes());\n\t\t\t}],\n\t\t\t[/^0ss/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getSeconds());\n\t\t\t}],\n\t\t\t[/^0DD/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getDate());\n\t\t\t}],\n\t\t\t[/^0MM/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMonth()+1);\n\t\t\t}],\n\t\t\t[/^0WW/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getWeek(date));\n\t\t\t}],\n\t\t\t[/^ddd/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^mmm/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^DDD/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^MMM/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^TZD/, function() {\n\t\t\t\tvar tz = date.getTimezoneOffset(),\n\t\t\t\tatz = Math.abs(tz);\n\t\t\t\treturn (tz < 0 ? '+' : '-') + $tw.utils.pad(Math.floor(atz / 60)) + ':' + $tw.utils.pad(atz % 60);\n\t\t\t}],\n\t\t\t[/^wYY/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getYearForWeekNo(date) - 2000);\n\t\t\t}],\n\t\t\t[/^[ap]m/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toLowerCase();\n\t\t\t}],\n\t\t\t[/^hh/, function() {\n\t\t\t\treturn date.getHours();\n\t\t\t}],\n\t\t\t[/^mm/, function() {\n\t\t\t\treturn date.getMinutes();\n\t\t\t}],\n\t\t\t[/^ss/, function() {\n\t\t\t\treturn date.getSeconds();\n\t\t\t}],\n\t\t\t[/^[AP]M/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toUpperCase();\n\t\t\t}],\n\t\t\t[/^DD/, function() {\n\t\t\t\treturn date.getDate();\n\t\t\t}],\n\t\t\t[/^MM/, function() {\n\t\t\t\treturn date.getMonth() + 1;\n\t\t\t}],\n\t\t\t[/^WW/, function() {\n\t\t\t\treturn $tw.utils.getWeek(date);\n\t\t\t}],\n\t\t\t[/^YY/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getFullYear() - 2000);\n\t\t\t}]\n\t\t];\n\twhile(t.length){\n\t\tvar matchString = \"\";\n\t\t$tw.utils.each(matches, function(m) {\n\t\t\tvar match = m[0].exec(t);\n\t\t\tif(match) {\n\t\t\t\tmatchString = m[1].call();\n\t\t\t\tt = t.substr(match[0].length);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\t\tif(matchString) {\n\t\t\tresult += matchString;\n\t\t} else {\n\t\t\tresult += t.charAt(0);\n\t\t\tt = t.substr(1);\n\t\t}\n\t}\n\tresult = result.replace(/\\\\(.)/g,\"$1\");\n\treturn result;\n};\n\nexports.getAmPm = function(date) {\n\treturn $tw.language.getString(\"Date/Period/\" + (date.getHours() >= 12 ? \"pm\" : \"am\"));\n};\n\nexports.getDaySuffix = function(date) {\n\treturn $tw.language.getString(\"Date/DaySuffix/\" + date.getDate());\n};\n\nexports.getWeek = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week to calculate weekNo\n\tvar n = Math.floor((dt.getTime()-new Date(dt.getFullYear(),0,1) + 3600000) / 86400000);\n\treturn Math.floor(n / 7) + 1;\n};\n\nexports.getYearForWeekNo = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week\n\treturn dt.getFullYear();\n};\n\nexports.getHours12 = function(date) {\n\tvar h = date.getHours();\n\treturn h > 12 ? h-12 : ( h > 0 ? h : 12 );\n};\n\n/*\nConvert a date delta in milliseconds into a string representation of \"23 seconds ago\", \"27 minutes ago\" etc.\n\tdelta: delta in milliseconds\nReturns an object with these members:\n\tdescription: string describing the delta period\n\tupdatePeriod: time in millisecond until the string will be inaccurate\n*/\nexports.getRelativeDate = function(delta) {\n\tvar futurep = false;\n\tif(delta < 0) {\n\t\tdelta = -1 * delta;\n\t\tfuturep = true;\n\t}\n\tvar units = [\n\t\t{name: \"Years\", duration: 365 * 24 * 60 * 60 * 1000},\n\t\t{name: \"Months\", duration: (365/12) * 24 * 60 * 60 * 1000},\n\t\t{name: \"Days\", duration: 24 * 60 * 60 * 1000},\n\t\t{name: \"Hours\", duration: 60 * 60 * 1000},\n\t\t{name: \"Minutes\", duration: 60 * 1000},\n\t\t{name: \"Seconds\", duration: 1000}\n\t];\n\tfor(var t=0; t<units.length; t++) {\n\t\tvar result = Math.floor(delta / units[t].duration);\n\t\tif(result >= 2) {\n\t\t\treturn {\n\t\t\t\tdelta: delta,\n\t\t\t\tdescription: $tw.language.getString(\n\t\t\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/\" + units[t].name,\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{period: result.toString()}\n\t\t\t\t\t}\n\t\t\t\t),\n\t\t\t\tupdatePeriod: units[t].duration\n\t\t\t};\n\t\t}\n\t}\n\treturn {\n\t\tdelta: delta,\n\t\tdescription: $tw.language.getString(\n\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/Second\",\n\t\t\t{variables:\n\t\t\t\t{period: \"1\"}\n\t\t\t}\n\t\t),\n\t\tupdatePeriod: 1000\n\t};\n};\n\n// Convert & to \"&\", < to \"<\", > to \">\", \" to \""\"\nexports.htmlEncode = function(s) {\n\tif(s) {\n\t\treturn s.toString().replace(/&/mg,\"&\").replace(/</mg,\"<\").replace(/>/mg,\">\").replace(/\\\"/mg,\""\");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n// Converts all HTML entities to their character equivalents\nexports.entityDecode = function(s) {\n\tvar e = s.substr(1,s.length-2); // Strip the & and the ;\n\tif(e.charAt(0) === \"#\") {\n\t\tif(e.charAt(1) === \"x\" || e.charAt(1) === \"X\") {\n\t\t\treturn String.fromCharCode(parseInt(e.substr(2),16));\t\n\t\t} else {\n\t\t\treturn String.fromCharCode(parseInt(e.substr(1),10));\n\t\t}\n\t} else {\n\t\tvar c = $tw.config.htmlEntities[e];\n\t\tif(c) {\n\t\t\treturn String.fromCharCode(c);\n\t\t} else {\n\t\t\treturn s; // Couldn't convert it as an entity, just return it raw\n\t\t}\n\t}\n};\n\nexports.unescapeLineBreaks = function(s) {\n\treturn s.replace(/\\\\n/mg,\"\\n\").replace(/\\\\b/mg,\" \").replace(/\\\\s/mg,\"\\\\\").replace(/\\r/mg,\"\");\n};\n\n/*\n * Returns an escape sequence for given character. Uses \\x for characters <=\n * 0xFF to save space, \\u for the rest.\n *\n * The code needs to be in sync with th code template in the compilation\n * function for \"action\" nodes.\n */\n// Copied from peg.js, thanks to David Majda\nexports.escape = function(ch) {\n\tvar charCode = ch.charCodeAt(0);\n\tif(charCode <= 0xFF) {\n\t\treturn '\\\\x' + $tw.utils.pad(charCode.toString(16).toUpperCase());\n\t} else {\n\t\treturn '\\\\u' + $tw.utils.pad(charCode.toString(16).toUpperCase(),4);\n\t}\n};\n\n// Turns a string into a legal JavaScript string\n// Copied from peg.js, thanks to David Majda\nexports.stringify = function(s) {\n\t/*\n\t* ECMA-262, 5th ed., 7.8.4: All characters may appear literally in a string\n\t* literal except for the closing quote character, backslash, carriage return,\n\t* line separator, paragraph separator, and line feed. Any character may\n\t* appear in the form of an escape sequence.\n\t*\n\t* For portability, we also escape all non-ASCII characters.\n\t*/\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\') // backslash\n\t\t.replace(/\"/g, '\\\\\"') // double quote character\n\t\t.replace(/'/g, \"\\\\'\") // single quote character\n\t\t.replace(/\\r/g, '\\\\r') // carriage return\n\t\t.replace(/\\n/g, '\\\\n') // line feed\n\t\t.replace(/[\\x80-\\uFFFF]/g, exports.escape); // non-ASCII characters\n};\n\n/*\nEscape the RegExp special characters with a preceding backslash\n*/\nexports.escapeRegExp = function(s) {\n return s.replace(/[\\-\\/\\\\\\^\\$\\*\\+\\?\\.\\(\\)\\|\\[\\]\\{\\}]/g, '\\\\$&');\n};\n\n// Checks whether a link target is external, i.e. not a tiddler title\nexports.isLinkExternal = function(to) {\n\tvar externalRegExp = /(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|'\"\\\\^~]+(?:\\/|\\b)/i;\n\treturn externalRegExp.test(to);\n};\n\nexports.nextTick = function(fn) {\n/*global window: false */\n\tif(typeof process === \"undefined\") {\n\t\t// Apparently it would be faster to use postMessage - http://dbaron.org/log/20100309-faster-timeouts\n\t\twindow.setTimeout(fn,4);\n\t} else {\n\t\tprocess.nextTick(fn);\n\t}\n};\n\n/*\nConvert a hyphenated CSS property name into a camel case one\n*/\nexports.unHyphenateCss = function(propName) {\n\treturn propName.replace(/-([a-z])/gi, function(match0,match1) {\n\t\treturn match1.toUpperCase();\n\t});\n};\n\n/*\nConvert a camelcase CSS property name into a dashed one (\"backgroundColor\" --> \"background-color\")\n*/\nexports.hyphenateCss = function(propName) {\n\treturn propName.replace(/([A-Z])/g, function(match0,match1) {\n\t\treturn \"-\" + match1.toLowerCase();\n\t});\n};\n\n/*\nParse a text reference of one of these forms:\n* title\n* !!field\n* title!!field\n* title##index\n* etc\nReturns an object with the following fields, all optional:\n* title: tiddler title\n* field: tiddler field name\n* index: JSON property index\n*/\nexports.parseTextReference = function(textRef) {\n\t// Separate out the title, field name and/or JSON indices\n\tvar reTextRef = /(?:(.*?)!!(.+))|(?:(.*?)##(.+))|(.*)/mg,\n\t\tmatch = reTextRef.exec(textRef),\n\t\tresult = {};\n\tif(match && reTextRef.lastIndex === textRef.length) {\n\t\t// Return the parts\n\t\tif(match[1]) {\n\t\t\tresult.title = match[1];\n\t\t}\n\t\tif(match[2]) {\n\t\t\tresult.field = match[2];\n\t\t}\n\t\tif(match[3]) {\n\t\t\tresult.title = match[3];\n\t\t}\n\t\tif(match[4]) {\n\t\t\tresult.index = match[4];\n\t\t}\n\t\tif(match[5]) {\n\t\t\tresult.title = match[5];\n\t\t}\n\t} else {\n\t\t// If we couldn't parse it\n\t\tresult.title = textRef\n\t}\n\treturn result;\n};\n\n/*\nChecks whether a string is a valid fieldname\n*/\nexports.isValidFieldName = function(name) {\n\tif(!name || typeof name !== \"string\") {\n\t\treturn false;\n\t}\n\tname = name.toLowerCase().trim();\n\tvar fieldValidatorRegEx = /^[a-z0-9\\-\\._]+$/mg;\n\treturn fieldValidatorRegEx.test(name);\n};\n\n/*\nExtract the version number from the meta tag or from the boot file\n*/\n\n// Browser version\nexports.extractVersionInfo = function() {\n\tif($tw.packageInfo) {\n\t\treturn $tw.packageInfo.version;\n\t} else {\n\t\tvar metatags = document.getElementsByTagName(\"meta\");\n\t\tfor(var t=0; t<metatags.length; t++) {\n\t\t\tvar m = metatags[t];\n\t\t\tif(m.name === \"tiddlywiki-version\") {\n\t\t\t\treturn m.content;\n\t\t\t}\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the animation duration in ms\n*/\nexports.getAnimationDuration = function() {\n\treturn parseInt($tw.wiki.getTiddlerText(\"$:/config/AnimationDuration\",\"400\"),10);\n};\n\n/*\nHash a string to a number\nDerived from http://stackoverflow.com/a/15710692\n*/\nexports.hashString = function(str) {\n\treturn str.split(\"\").reduce(function(a,b) {\n\t\ta = ((a << 5) - a) + b.charCodeAt(0);\n\t\treturn a & a;\n\t},0);\n};\n\n/*\nDecode a base64 string\n*/\nexports.base64Decode = function(string64) {\n\tif($tw.browser) {\n\t\t// TODO\n\t\tthrow \"$tw.utils.base64Decode() doesn't work in the browser\";\n\t} else {\n\t\treturn (new Buffer(string64,\"base64\")).toString();\n\t}\n};\n\n/*\nConvert a hashmap into a tiddler dictionary format sequence of name:value pairs\n*/\nexports.makeTiddlerDictionary = function(data) {\n\tvar output = [];\n\tfor(var name in data) {\n\t\toutput.push(name + \": \" + data[name]);\n\t}\n\treturn output.join(\"\\n\");\n};\n\n/*\nHigh resolution microsecond timer for profiling\n*/\nexports.timer = function(base) {\n\tvar m;\n\tif($tw.node) {\n\t\tvar r = process.hrtime();\t\t\n\t\tm = r[0] * 1e3 + (r[1] / 1e6);\n\t} else if(window.performance) {\n\t\tm = performance.now();\n\t} else {\n\t\tm = Date.now();\n\t}\n\tif(typeof base !== \"undefined\") {\n\t\tm = m - base;\n\t}\n\treturn m;\n};\n\n/*\nConvert text and content type to a data URI\n*/\nexports.makeDataUri = function(text,type) {\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar typeInfo = $tw.config.contentTypeInfo[type] || $tw.config.contentTypeInfo[\"text/plain\"],\n\t\tisBase64 = typeInfo.encoding === \"base64\",\n\t\tparts = [];\n\tparts.push(\"data:\");\n\tparts.push(type);\n\tparts.push(isBase64 ? \";base64\" : \"\");\n\tparts.push(\",\");\n\tparts.push(isBase64 ? text : encodeURIComponent(text));\n\treturn parts.join(\"\");\n};\n\n})();",
"title": "$:/core/modules/utils/utils.js",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/widgets/action-deletefield.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/action-deletefield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete fields of a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\ttiddler = this.wiki.getTiddler(self.actionTiddler),\n\t\tremoveFields = {};\n\tif(this.actionField) {\n\t\tremoveFields[this.actionField] = undefined;\n\t}\n\tif(tiddler) {\n\t\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\t\tif(name.charAt(0) !== \"$\" && name !== \"title\") {\n\t\t\t\tremoveFields[name] = undefined;\n\t\t\t}\n\t\t});\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,removeFields));\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletefield\"] = DeleteFieldWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/action-deletefield.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-deletetiddler.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/action-deletetiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteTiddlerWidget.prototype.execute = function() {\n\tthis.actionFilter = this.getAttribute(\"$filter\");\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$filter\"] || changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar tiddlers = [];\n\tif(this.actionFilter) {\n\t\ttiddlers = this.wiki.filterTiddlers(this.actionFilter,this);\n\t}\n\tif(this.actionTiddler) {\n\t\ttiddlers.push(this.actionTiddler);\n\t}\n\tfor(var t=0; t<tiddlers.length; t++) {\n\t\tthis.wiki.deleteTiddler(tiddlers[t]);\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletetiddler\"] = DeleteTiddlerWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/action-deletetiddler.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-navigate.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/action-navigate.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to navigate to a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigateWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigateWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigateWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigateWidget.prototype.execute = function() {\n\tthis.actionTo = this.getAttribute(\"$to\");\n\tthis.actionScroll = this.getAttribute(\"$scroll\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nNavigateWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$to\"] || changedAttributes[\"$scroll\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nNavigateWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar bounds = triggeringWidget && triggeringWidget.getBoundingClientRect && triggeringWidget.getBoundingClientRect(),\n\t\tsuppressNavigation = event.metaKey || event.ctrlKey || (event.button === 1);\n\tif(this.actionScroll === \"yes\") {\n\t\tsuppressNavigation = false;\n\t} else if(this.actionScroll === \"no\") {\n\t\tsuppressNavigation = true;\n\t}\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.actionTo === undefined ? this.getVariable(\"currentTiddler\") : this.actionTo,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: triggeringWidget,\n\t\tnavigateFromClientRect: bounds && { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: suppressNavigation\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-navigate\"] = NavigateWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/action-navigate.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-sendmessage.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/action-sendmessage.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to send a message\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SendMessageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSendMessageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSendMessageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSendMessageWidget.prototype.execute = function() {\n\tthis.actionMessage = this.getAttribute(\"$message\");\n\tthis.actionParam = this.getAttribute(\"$param\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSendMessageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$message\"] || changedAttributes[\"$param\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSendMessageWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\t// Get the string parameter\n\tvar param = this.actionParam;\n\t// Assemble the attributes as a hashmap\n\tvar paramObject = Object.create(null);\n\tvar count = 0;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparamObject[name] = attribute;\n\t\t\tcount++;\n\t\t}\n\t});\n\t// Dispatch the message\n\tthis.dispatchEvent({type: this.actionMessage, param: param, paramObject: paramObject, tiddlerTitle: this.getVariable(\"currentTiddler\")});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-sendmessage\"] = SendMessageWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/action-sendmessage.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-setfield.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/action-setfield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to set a single field or index on a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n\tthis.actionIndex = this.getAttribute(\"$index\");\n\tthis.actionValue = this.getAttribute(\"$value\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSetFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"] || changedAttributes[\"$field\"] || changedAttributes[\"$index\"] || changedAttributes[\"$value\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this;\n\tif(typeof this.actionValue === \"string\") {\n\t\tthis.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue);\t\t\n\t}\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tself.wiki.setText(self.actionTiddler,name,undefined,attribute);\n\t\t}\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-setfield\"] = SetFieldWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/action-setfield.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/browse.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/browse.js\ntype: application/javascript\nmodule-type: widget\n\nBrowse widget for browsing for files to import\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar BrowseWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nBrowseWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nBrowseWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"file\");\n\tif(this.browseMultiple) {\n\t\tdomNode.setAttribute(\"multiple\",\"multiple\");\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\tif(this.nwsaveas) {\n\t\tdomNode.setAttribute(\"nwsaveas\",this.nwsaveas);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"change\",function (event) {\n\t\tif(self.message) {\n\t\t\tself.dispatchEvent({type: self.message, param: self.param, files: event.target.files});\n\t\t} else {\n\t\t\tself.wiki.readFiles(event.target.files,function(tiddlerFieldsArray) {\n\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t\t});\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nBrowseWidget.prototype.execute = function() {\n\tthis.browseMultiple = this.getAttribute(\"multiple\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.nwsaveas = this.getAttribute(\"nwsaveas\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nBrowseWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.browse = BrowseWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/browse.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/button.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/button.js\ntype: application/javascript\nmodule-type: widget\n\nButton widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ButtonWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nButtonWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nButtonWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"button\");\n\t// Assign classes\n\tvar classes = this[\"class\"].split(\" \") || [],\n\t\tisPoppedUp = this.popup && this.isPoppedUp();\n\tif(this.selectedClass) {\n\t\tif(this.set && this.setTo && this.isSelected()) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t\tif(isPoppedUp) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t}\n\tif(isPoppedUp) {\n\t\t$tw.utils.pushTop(classes,\"tc-popup-handle\");\n\t}\n\tdomNode.className = classes.join(\" \");\n\t// Assign other attributes\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"click\",function (event) {\n\t\tvar handled = false;\n\t\tif(self.invokeActions(this,event)) {\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.to) {\n\t\t\tself.navigateTo(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.message) {\n\t\t\tself.dispatchMessage(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.popup) {\n\t\t\tself.triggerPopup(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.set) {\n\t\t\tself.setTiddler();\n\t\t\thandled = true;\n\t\t}\n\t\tif(handled) {\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t}\n\t\treturn handled;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nWe don't allow actions to propagate because we trigger actions ourselves\n*/\nButtonWidget.prototype.allowActionPropagation = function() {\n\treturn false;\n};\n\nButtonWidget.prototype.getBoundingClientRect = function() {\n\treturn this.domNodes[0].getBoundingClientRect();\n}\n\nButtonWidget.prototype.isSelected = function() {\n\tvar tiddler = this.wiki.getTiddler(this.set);\n\treturn tiddler ? tiddler.fields.text === this.setTo : this.defaultSetValue === this.setTo;\n};\n\nButtonWidget.prototype.isPoppedUp = function() {\n\tvar tiddler = this.wiki.getTiddler(this.popup);\n\tvar result = tiddler && tiddler.fields.text ? $tw.popup.readPopupState(tiddler.fields.text) : false;\n\treturn result;\n};\n\nButtonWidget.prototype.navigateTo = function(event) {\n\tvar bounds = this.getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1)\n\t});\n};\n\nButtonWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\")});\n};\n\nButtonWidget.prototype.triggerPopup = function(event) {\n\t$tw.popup.triggerPopup({\n\t\tdomNode: this.domNodes[0],\n\t\ttitle: this.popup,\n\t\twiki: this.wiki\n\t});\n};\n\nButtonWidget.prototype.setTiddler = function() {\n\tthis.wiki.setTextReference(this.set,this.setTo,this.getVariable(\"currentTiddler\"));\n};\n\n/*\nCompute the internal state of the widget\n*/\nButtonWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.to = this.getAttribute(\"to\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.set = this.getAttribute(\"set\");\n\tthis.setTo = this.getAttribute(\"setTo\");\n\tthis.popup = this.getAttribute(\"popup\");\n\tthis.hover = this.getAttribute(\"hover\");\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.style = this.getAttribute(\"style\");\n\tthis.selectedClass = this.getAttribute(\"selectedClass\");\n\tthis.defaultSetValue = this.getAttribute(\"default\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nButtonWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedAttributes.message || changedAttributes.param || changedAttributes.set || changedAttributes.setTo || changedAttributes.popup || changedAttributes.hover || changedAttributes[\"class\"] || changedAttributes.selectedClass || changedAttributes.style || (this.set && changedTiddlers[this.set]) || (this.popup && changedTiddlers[this.popup])) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.button = ButtonWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/button.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/checkbox.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/checkbox.js\ntype: application/javascript\nmodule-type: widget\n\nCheckbox widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CheckboxWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCheckboxWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCheckboxWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",this.checkboxClass);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"checkbox\");\n\tif(this.getValue()) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nCheckboxWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.checkboxTitle);\n\tif(tiddler) {\n\t\tif(this.checkboxTag) {\n\t\t\treturn tiddler.hasTag(this.checkboxTag);\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tvar value = tiddler.fields[this.checkboxField] || this.checkboxDefault || \"\";\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tif(this.checkboxTag) {\n\t\t\treturn false;\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tif(this.checkboxDefault === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(this.checkboxDefault === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\nCheckboxWidget.prototype.handleChangeEvent = function(event) {\n\tvar checked = this.inputDomNode.checked,\n\t\ttiddler = this.wiki.getTiddler(this.checkboxTitle),\n\t\tfallbackFields = {text: \"\"},\n\t\tnewFields = {title: this.checkboxTitle},\n\t\thasChanged = false;\n\t// Set the tag if specified\n\tif(this.checkboxTag && (!tiddler || tiddler.hasTag(this.checkboxTag) !== checked)) {\n\t\tnewFields.tags = tiddler ? (tiddler.fields.tags || []).slice(0) : [];\n\t\tvar pos = newFields.tags.indexOf(this.checkboxTag);\n\t\tif(pos !== -1) {\n\t\t\tnewFields.tags.splice(pos,1);\n\t\t}\n\t\tif(checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t}\n\t\thasChanged = true;\n\t}\n\t// Set the field if specified\n\tif(this.checkboxField) {\n\t\tvar value = checked ? this.checkboxChecked : this.checkboxUnchecked;\n\t\tif(!tiddler || tiddler.fields[this.checkboxField] !== value) {\n\t\t\tnewFields[this.checkboxField] = value;\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(hasChanged) {\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(fallbackFields,tiddler,newFields,this.wiki.getModificationFields()));\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCheckboxWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.checkboxTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.checkboxTag = this.getAttribute(\"tag\");\n\tthis.checkboxField = this.getAttribute(\"field\");\n\tthis.checkboxChecked = this.getAttribute(\"checked\");\n\tthis.checkboxUnchecked = this.getAttribute(\"unchecked\");\n\tthis.checkboxDefault = this.getAttribute(\"default\");\n\tthis.checkboxClass = this.getAttribute(\"class\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCheckboxWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.tag || changedAttributes.field || changedAttributes.checked || changedAttributes.unchecked || changedAttributes[\"default\"] || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.checkboxTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue();\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.checkbox = CheckboxWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/checkbox.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/codeblock.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/codeblock.js\ntype: application/javascript\nmodule-type: widget\n\nCode block node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CodeBlockWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCodeBlockWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCodeBlockWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar codeNode = this.document.createElement(\"code\"),\n\t\tdomNode = this.document.createElement(\"pre\");\n\tcodeNode.appendChild(this.document.createTextNode(this.getAttribute(\"code\")));\n\tdomNode.appendChild(codeNode);\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n\tif(this.postRender) {\n\t\tthis.postRender();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCodeBlockWidget.prototype.execute = function() {\n\tthis.language = this.getAttribute(\"language\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCodeBlockWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.codeblock = CodeBlockWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/codeblock.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/count.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/count.js\ntype: application/javascript\nmodule-type: widget\n\nCount widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CountWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCountWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCountWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.currentCount);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nCountWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Execute the filter\n\tif(this.filter) {\n\t\tthis.currentCount = this.wiki.filterTiddlers(this.filter,this).length;\n\t} else {\n\t\tthis.currentCount = undefined;\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCountWidget.prototype.refresh = function(changedTiddlers) {\n\t// Re-execute the filter to get the count\n\tthis.computeAttributes();\n\tvar oldCount = this.currentCount;\n\tthis.execute();\n\tif(this.currentCount !== oldCount) {\n\t\t// Regenerate and rerender the widget and replace the existing DOM node\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n\n};\n\nexports.count = CountWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/count.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/dropzone.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/dropzone.js\ntype: application/javascript\nmodule-type: widget\n\nDropzone widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DropZoneWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDropZoneWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDropZoneWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"div\");\n\tdomNode.className = \"tc-dropzone\";\n\t// Add event handlers\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"},\n\t\t{name: \"paste\", handlerObject: this, handlerMethod: \"handlePasteEvent\"}\n\t]);\n\tdomNode.addEventListener(\"click\",function (event) {\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nDropZoneWidget.prototype.enterDrag = function() {\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\t// We count enter/leave events\n\tthis.dragEnterCount = (this.dragEnterCount || 0) + 1;\n\t// If we're entering for the first time we need to apply highlighting\n\tif(this.dragEnterCount === 1) {\n\t\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n\t}\n};\n\nDropZoneWidget.prototype.leaveDrag = function() {\n\t// Reduce the enter count\n\tthis.dragEnterCount = (this.dragEnterCount || 0) - 1;\n\t// Remove highlighting if we're leaving externally\n\tif(this.dragEnterCount <= 0) {\n\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t}\n};\n\nDropZoneWidget.prototype.handleDragEnterEvent = function(event) {\n\tthis.enterDrag();\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.handleDragOverEvent = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\tevent.dataTransfer.dropEffect = \"copy\"; // Explicitly show this is a copy\n};\n\nDropZoneWidget.prototype.handleDragLeaveEvent = function(event) {\n\tthis.leaveDrag();\n};\n\nDropZoneWidget.prototype.handleDropEvent = function(event) {\n\tthis.leaveDrag();\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\tvar self = this,\n\t\tdataTransfer = event.dataTransfer;\n\t// Reset the enter count\n\tthis.dragEnterCount = 0;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Import any files in the drop\n\tvar numFiles = this.wiki.readFiles(dataTransfer.files,function(tiddlerFieldsArray) {\n\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t});\n\t// Try to import the various data types we understand\n\tif(numFiles === 0) {\n\t\tthis.importData(dataTransfer);\n\t}\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.importData = function(dataTransfer) {\n\t// Try each provided data type in turn\n\tfor(var t=0; t<this.importDataTypes.length; t++) {\n\t\tif(!$tw.browser.isIE || this.importDataTypes[t].IECompatible) {\n\t\t\t// Get the data\n\t\t\tvar dataType = this.importDataTypes[t];\n\t\t\t\tvar data = dataTransfer.getData(dataType.type);\n\t\t\t// Import the tiddlers in the data\n\t\t\tif(data !== \"\" && data !== null) {\n\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\tconsole.log(\"Importing data type '\" + dataType.type + \"', data: '\" + data + \"'\")\n\t\t\t\t}\n\t\t\t\tvar tiddlerFields = dataType.convertToFields(data);\n\t\t\t\tif(!tiddlerFields.title) {\n\t\t\t\t\ttiddlerFields.title = this.wiki.generateNewTitle(\"Untitled\");\n\t\t\t\t}\n\t\t\t\tthis.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify([tiddlerFields])});\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t}\n};\n\nDropZoneWidget.prototype.importDataTypes = [\n\t{type: \"text/vnd.tiddler\", IECompatible: false, convertToFields: function(data) {\n\t\treturn JSON.parse(data);\n\t}},\n\t{type: \"URL\", IECompatible: true, convertToFields: function(data) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn JSON.parse(match[1]);\n\t\t} else {\n\t\t\treturn { // As URL string\n\t\t\t\ttext: data\n\t\t\t};\n\t\t}\n\t}},\n\t{type: \"text/x-moz-url\", IECompatible: false, convertToFields: function(data) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn JSON.parse(match[1]);\n\t\t} else {\n\t\t\treturn { // As URL string\n\t\t\t\ttext: data\n\t\t\t};\n\t\t}\n\t}},\n\t{type: \"text/html\", IECompatible: false, convertToFields: function(data) {\n\t\treturn {\n\t\t\ttext: data\n\t\t};\n\t}},\n\t{type: \"text/plain\", IECompatible: false, convertToFields: function(data) {\n\t\treturn {\n\t\t\ttext: data\n\t\t};\n\t}},\n\t{type: \"Text\", IECompatible: true, convertToFields: function(data) {\n\t\treturn {\n\t\t\ttext: data\n\t\t};\n\t}},\n\t{type: \"text/uri-list\", IECompatible: false, convertToFields: function(data) {\n\t\treturn {\n\t\t\ttext: data\n\t\t};\n\t}}\n];\n\nDropZoneWidget.prototype.handlePasteEvent = function(event) {\n\t// Let the browser handle it if we're in a textarea or input box\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) == -1) {\n\t\tvar self = this,\n\t\t\titems = event.clipboardData.items;\n\t\t// Enumerate the clipboard items\n\t\tfor(var t = 0; t<items.length; t++) {\n\t\t\tvar item = items[t];\n\t\t\tif(item.kind === \"file\") {\n\t\t\t\t// Import any files\n\t\t\t\tthis.wiki.readFile(item.getAsFile(),function(tiddlerFieldsArray) {\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t\t\t});\n\t\t\t} else if(item.kind === \"string\") {\n\t\t\t\t// Create tiddlers from string items\n\t\t\t\tvar type = item.type;\n\t\t\t\titem.getAsString(function(str) {\n\t\t\t\t\tvar tiddlerFields = {\n\t\t\t\t\t\ttitle: self.wiki.generateNewTitle(\"Untitled\"),\n\t\t\t\t\t\ttext: str,\n\t\t\t\t\t\ttype: type\n\t\t\t\t\t};\n\t\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\t\tconsole.log(\"Importing string '\" + str + \"', type: '\" + type + \"'\");\n\t\t\t\t\t}\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify([tiddlerFields])});\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t\t// Tell the browser that we've handled the paste\n\t\tevent.stopPropagation();\n\t\tevent.preventDefault();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDropZoneWidget.prototype.execute = function() {\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDropZoneWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.dropzone = DropZoneWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/dropzone.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-binary.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-binary.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-binary widget; placeholder for editing binary tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar BINARY_WARNING_MESSAGE = \"$:/core/ui/BinaryWarning\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBinaryWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBinaryWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBinaryWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBinaryWidget.prototype.execute = function() {\n\t// Construct the child widgets\n\tthis.makeChildWidgets([{\n\t\ttype: \"transclude\",\n\t\tattributes: {\n\t\t\ttiddler: {type: \"string\", value: BINARY_WARNING_MESSAGE}\n\t\t}\n\t}]);\n};\n\n/*\nRefresh by refreshing our child widget\n*/\nEditBinaryWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports[\"edit-binary\"] = EditBinaryWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/edit-binary.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-bitmap.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-bitmap.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-bitmap widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Default image sizes\nvar DEFAULT_IMAGE_WIDTH = 300,\n\tDEFAULT_IMAGE_HEIGHT = 185;\n\n// Configuration tiddlers\nvar LINE_WIDTH_TITLE = \"$:/config/BitmapEditor/LineWidth\",\n\tLINE_COLOUR_TITLE = \"$:/config/BitmapEditor/Colour\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBitmapWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBitmapWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBitmapWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our element\n\tthis.canvasDomNode = $tw.utils.domMaker(\"canvas\",{\n\t\tdocument: this.document,\n\t\t\"class\":\"tc-edit-bitmapeditor\",\n\t\teventListeners: [{\n\t\t\tname: \"touchstart\", handlerObject: this, handlerMethod: \"handleTouchStartEvent\"\n\t\t},{\n\t\t\tname: \"touchmove\", handlerObject: this, handlerMethod: \"handleTouchMoveEvent\"\n\t\t},{\n\t\t\tname: \"touchend\", handlerObject: this, handlerMethod: \"handleTouchEndEvent\"\n\t\t},{\n\t\t\tname: \"mousedown\", handlerObject: this, handlerMethod: \"handleMouseDownEvent\"\n\t\t},{\n\t\t\tname: \"mousemove\", handlerObject: this, handlerMethod: \"handleMouseMoveEvent\"\n\t\t},{\n\t\t\tname: \"mouseup\", handlerObject: this, handlerMethod: \"handleMouseUpEvent\"\n\t\t}]\n\t});\n\tthis.widthDomNode = $tw.utils.domMaker(\"input\",{\n\t\tdocument: this.document,\n\t\t\"class\":\"tc-edit-bitmapeditor-width\",\n\t\teventListeners: [{\n\t\t\tname: \"change\", handlerObject: this, handlerMethod: \"handleWidthChangeEvent\"\n\t\t}]\n\t});\n\tthis.heightDomNode = $tw.utils.domMaker(\"input\",{\n\t\tdocument: this.document,\n\t\t\"class\":\"tc-edit-bitmapeditor-height\",\n\t\teventListeners: [{\n\t\t\tname: \"change\", handlerObject: this, handlerMethod: \"handleHeightChangeEvent\"\n\t\t}]\n\t});\n\t// Insert the elements into the DOM\n\tparent.insertBefore(this.canvasDomNode,nextSibling);\n\tparent.insertBefore(this.widthDomNode,nextSibling);\n\tparent.insertBefore(this.heightDomNode,nextSibling);\n\tthis.domNodes.push(this.canvasDomNode,this.widthDomNode,this.heightDomNode);\n\t// Load the image into the canvas\n\tif($tw.browser) {\n\t\tthis.loadCanvas();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBitmapWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n};\n\n/*\nNote that the bitmap editor intentionally doesn't try to refresh itself because it would be confusing to have the image changing spontaneously while editting it\n*/\nEditBitmapWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nEditBitmapWidget.prototype.loadCanvas = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle),\n\t\tcurrImage = new Image();\n\t// Set up event handlers for loading the image\n\tvar self = this;\n\tcurrImage.onload = function() {\n\t\t// Copy the image to the on-screen canvas\n\t\tself.initCanvas(self.canvasDomNode,currImage.width,currImage.height,currImage);\n\t\t// And also copy the current bitmap to the off-screen canvas\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,currImage.width,currImage.height,currImage);\n\t\t// Set the width and height input boxes\n\t\tself.updateSize();\n\t};\n\tcurrImage.onerror = function() {\n\t\t// Set the on-screen canvas size and clear it\n\t\tself.initCanvas(self.canvasDomNode,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the off-screen canvas size and clear it\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the width and height input boxes\n\t\tself.updateSize();\n\t};\n\t// Get the current bitmap into an image object\n\tcurrImage.src = \"data:\" + tiddler.fields.type + \";base64,\" + tiddler.fields.text;\n};\n\nEditBitmapWidget.prototype.initCanvas = function(canvas,width,height,image) {\n\tcanvas.width = width;\n\tcanvas.height = height;\n\tvar ctx = canvas.getContext(\"2d\");\n\tif(image) {\n\t\tctx.drawImage(image,0,0);\n\t} else {\n\t\tctx.fillStyle = \"#fff\";\n\t\tctx.fillRect(0,0,canvas.width,canvas.height);\n\t}\n};\n\n/*\n** Update the input boxes with the actual size of the canvas\n*/\nEditBitmapWidget.prototype.updateSize = function() {\n\tthis.widthDomNode.value = this.currCanvas.width;\n\tthis.heightDomNode.value = this.currCanvas.height;\n};\n\n/*\n** Change the size of the canvas, preserving the current image\n*/\nEditBitmapWidget.prototype.changeCanvasSize = function(newWidth,newHeight) {\n\t// Create and size a new canvas\n\tvar newCanvas = this.document.createElement(\"canvas\");\n\tthis.initCanvas(newCanvas,newWidth,newHeight);\n\t// Copy the old image\n\tvar ctx = newCanvas.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Set the new canvas as the current one\n\tthis.currCanvas = newCanvas;\n\t// Set the size of the onscreen canvas\n\tthis.canvasDomNode.width = newWidth;\n\tthis.canvasDomNode.height = newHeight;\n\t// Paint the onscreen canvas with the offscreen canvas\n\tctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n};\n\nEditBitmapWidget.prototype.handleWidthChangeEvent = function(event) {\n\t// Get the new width\n\tvar newWidth = parseInt(this.widthDomNode.value,10);\n\t// Update if necessary\n\tif(newWidth > 0 && newWidth !== this.currCanvas.width) {\n\t\tthis.changeCanvasSize(newWidth,this.currCanvas.height);\n\t}\n\t// Update the input controls\n\tthis.updateSize();\n};\n\nEditBitmapWidget.prototype.handleHeightChangeEvent = function(event) {\n\t// Get the new width\n\tvar newHeight = parseInt(this.heightDomNode.value,10);\n\t// Update if necessary\n\tif(newHeight > 0 && newHeight !== this.currCanvas.height) {\n\t\tthis.changeCanvasSize(this.currCanvas.width,newHeight);\n\t}\n\t// Update the input controls\n\tthis.updateSize();\n};\n\nEditBitmapWidget.prototype.handleTouchStartEvent = function(event) {\n\tthis.brushDown = true;\n\tthis.strokeStart(event.touches[0].clientX,event.touches[0].clientY);\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.touches[0].clientX,event.touches[0].clientY);\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchEndEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseDownEvent = function(event) {\n\tthis.strokeStart(event.clientX,event.clientY);\n\tthis.brushDown = true;\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.clientX,event.clientY);\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.handleMouseUpEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.adjustCoordinates = function(x,y) {\n\tvar canvasRect = this.canvasDomNode.getBoundingClientRect(),\n\t\tscale = this.canvasDomNode.width/canvasRect.width;\n\treturn {x: (x - canvasRect.left) * scale, y: (y - canvasRect.top) * scale};\n};\n\nEditBitmapWidget.prototype.strokeStart = function(x,y) {\n\t// Start off a new stroke\n\tthis.stroke = [this.adjustCoordinates(x,y)];\n};\n\nEditBitmapWidget.prototype.strokeMove = function(x,y) {\n\tvar ctx = this.canvasDomNode.getContext(\"2d\"),\n\t\tt;\n\t// Add the new position to the end of the stroke\n\tthis.stroke.push(this.adjustCoordinates(x,y));\n\t// Redraw the previous image\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Render the stroke\n\tctx.strokeStyle = this.wiki.getTiddlerText(LINE_COLOUR_TITLE,\"#ff0\");\n\tctx.lineWidth = parseInt(this.wiki.getTiddlerText(LINE_WIDTH_TITLE,\"3\"),10);\n\tctx.lineCap = \"round\";\n\tctx.lineJoin = \"round\";\n\tctx.beginPath();\n\tctx.moveTo(this.stroke[0].x,this.stroke[0].y);\n\tfor(t=1; t<this.stroke.length-1; t++) {\n\t\tvar s1 = this.stroke[t],\n\t\t\ts2 = this.stroke[t-1],\n\t\t\ttx = (s1.x + s2.x)/2,\n\t\t\tty = (s1.y + s2.y)/2;\n\t\tctx.quadraticCurveTo(s2.x,s2.y,tx,ty);\n\t}\n\tctx.stroke();\n};\n\nEditBitmapWidget.prototype.strokeEnd = function() {\n\t// Copy the bitmap to the off-screen canvas\n\tvar ctx = this.currCanvas.getContext(\"2d\");\n\tctx.drawImage(this.canvasDomNode,0,0);\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\nEditBitmapWidget.prototype.saveChanges = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\tif(tiddler) {\n\t\t// data URIs look like \"data:<type>;base64,<text>\"\n\t\tvar dataURL = this.canvasDomNode.toDataURL(tiddler.fields.type,1.0),\n\t\t\tposColon = dataURL.indexOf(\":\"),\n\t\t\tposSemiColon = dataURL.indexOf(\";\"),\n\t\t\tposComma = dataURL.indexOf(\",\"),\n\t\t\ttype = dataURL.substring(posColon+1,posSemiColon),\n\t\t\ttext = dataURL.substring(posComma+1);\n\t\tvar update = {type: type, text: text};\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,update));\n\t}\n};\n\nexports[\"edit-bitmap\"] = EditBitmapWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/edit-bitmap.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-text.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-text.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-text widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DEFAULT_MIN_TEXT_AREA_HEIGHT = \"100px\"; // Minimum height of textareas in pixels\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditTextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditTextWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditTextWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our element\n\tvar editInfo = this.getEditInfo(),\n\t\ttag = this.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tvar domNode = this.document.createElement(tag);\n\tif(this.editType) {\n\t\tdomNode.setAttribute(\"type\",this.editType);\n\t}\n\tif(editInfo.value === \"\" && this.editPlaceholder) {\n\t\tdomNode.setAttribute(\"placeholder\",this.editPlaceholder);\n\t}\n\tif(this.editSize) {\n\t\tdomNode.setAttribute(\"size\",this.editSize);\n\t}\n\t// Assign classes\n\tif(this.editClass) {\n\t\tdomNode.className = this.editClass;\n\t}\n\t// Set the text\n\tif(this.editTag === \"textarea\") {\n\t\tdomNode.appendChild(this.document.createTextNode(editInfo.value));\n\t} else {\n\t\tdomNode.value = editInfo.value;\n\t}\n\t// Add an input event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"focus\", handlerObject: this, handlerMethod: \"handleFocusEvent\"},\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInputEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n\tif(this.postRender) {\n\t\tthis.postRender();\n\t}\n\t// Fix height\n\tthis.fixHeight();\n\t// Focus field\n\tif(this.editFocus === \"true\") {\n\t\tif(domNode.focus && domNode.select) {\n\t\t\tdomNode.focus();\n\t\t\tdomNode.select();\t\t\t\n\t\t}\n\t}\n};\n\n/*\nGet the tiddler being edited and current value\n*/\nEditTextWidget.prototype.getEditInfo = function() {\n\t// Get the edit value\n\tvar self = this,\n\t\tvalue,\n\t\tupdate;\n\tif(this.editIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.editTitle,this.editIndex,this.editDefault);\n\t\tupdate = function(value) {\n\t\t\tvar data = self.wiki.getTiddlerData(self.editTitle,{});\n\t\t\tif(data[self.editIndex] !== value) {\n\t\t\t\tdata[self.editIndex] = value;\n\t\t\t\tself.wiki.setTiddlerData(self.editTitle,data);\n\t\t\t}\n\t\t};\n\t} else {\n\t\t// Get the current tiddler and the field name\n\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\tif(tiddler) {\n\t\t\t// If we've got a tiddler, the value to display is the field string value\n\t\t\tvalue = tiddler.getFieldString(this.editField);\n\t\t} else {\n\t\t\t// Otherwise, we need to construct a default value for the editor\n\t\t\tswitch(this.editField) {\n\t\t\t\tcase \"text\":\n\t\t\t\t\tvalue = \"Type the text for the tiddler '\" + this.editTitle + \"'\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"title\":\n\t\t\t\t\tvalue = this.editTitle;\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tvalue = \"\";\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif(this.editDefault !== undefined) {\n\t\t\t\tvalue = this.editDefault;\n\t\t\t}\n\t\t}\n\t\tupdate = function(value) {\n\t\t\tvar tiddler = self.wiki.getTiddler(self.editTitle),\n\t\t\t\tupdateFields = {\n\t\t\t\t\ttitle: self.editTitle\n\t\t\t\t};\n\t\t\tupdateFields[self.editField] = value;\n\t\t\tself.wiki.addTiddler(new $tw.Tiddler(self.wiki.getCreationFields(),tiddler,updateFields,self.wiki.getModificationFields()));\n\t\t};\n\t}\n\treturn {value: value, update: update};\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditTextWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.editField = this.getAttribute(\"field\",\"text\");\n\tthis.editIndex = this.getAttribute(\"index\");\n\tthis.editDefault = this.getAttribute(\"default\");\n\tthis.editClass = this.getAttribute(\"class\");\n\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\tthis.editSize = this.getAttribute(\"size\");\n\tthis.editAutoHeight = this.getAttribute(\"autoHeight\",\"yes\") === \"yes\";\n\tthis.editMinHeight = this.getAttribute(\"minHeight\",DEFAULT_MIN_TEXT_AREA_HEIGHT);\n\tthis.editFocusPopup = this.getAttribute(\"focusPopup\");\n\tthis.editFocus = this.getAttribute(\"focus\");\n\t// Get the editor element tag and type\n\tvar tag,type;\n\tif(this.editField === \"text\") {\n\t\ttag = \"textarea\";\n\t} else {\n\t\ttag = \"input\";\n\t\tvar fieldModule = $tw.Tiddler.fieldModules[this.editField];\n\t\tif(fieldModule && fieldModule.editTag) {\n\t\t\ttag = fieldModule.editTag;\n\t\t}\n\t\tif(fieldModule && fieldModule.editType) {\n\t\t\ttype = fieldModule.editType;\n\t\t}\n\t\ttype = type || \"text\";\n\t}\n\t// Get the rest of our parameters\n\tthis.editTag = this.getAttribute(\"tag\",tag);\n\tthis.editType = this.getAttribute(\"type\",type);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEditTextWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Completely rerender if any of our attributes have changed\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.placeholder || changedAttributes.size || changedAttributes.autoHeight || changedAttributes.minHeight || changedAttributes.focusPopup) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedTiddlers[this.editTitle]) {\n\t\tthis.updateEditor(this.getEditInfo().value);\n\t\treturn true;\n\t}\n\treturn false;\n};\n\n/*\nUpdate the editor with new text. This method is separate from updateEditorDomNode()\nso that subclasses can override updateEditor() and still use updateEditorDomNode()\n*/\nEditTextWidget.prototype.updateEditor = function(text) {\n\tthis.updateEditorDomNode(text);\n};\n\n/*\nUpdate the editor dom node with new text\n*/\nEditTextWidget.prototype.updateEditorDomNode = function(text) {\n\t// Replace the edit value if the tiddler we're editing has changed\n\tvar domNode = this.domNodes[0];\n\tif(!domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.document.activeElement !== domNode) {\n\t\t\tdomNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nFix the height of textareas to fit their content\n*/\nEditTextWidget.prototype.fixHeight = function() {\n\tvar self = this,\n\t\tdomNode = this.domNodes[0];\n\tif(this.editAutoHeight && domNode && !domNode.isTiddlyWikiFakeDom && this.editTag === \"textarea\") {\n\t\t// Resize the textarea to fit its content, preserving scroll position\n\t\tvar scrollPosition = $tw.utils.getScrollPosition(),\n\t\t\tscrollTop = scrollPosition.y;\n\t\t// Measure the specified minimum height\n\t\tdomNode.style.height = self.editMinHeight;\n\t\tvar minHeight = domNode.offsetHeight;\n\t\t// Set its height to auto so that it snaps to the correct height\n\t\tdomNode.style.height = \"auto\";\n\t\t// Calculate the revised height\n\t\tvar newHeight = Math.max(domNode.scrollHeight + domNode.offsetHeight - domNode.clientHeight,minHeight);\n\t\t// Only try to change the height if it has changed\n\t\tif(newHeight !== domNode.offsetHeight) {\n\t\t\tdomNode.style.height = newHeight + \"px\";\n\t\t\t// Make sure that the dimensions of the textarea are recalculated\n\t\t\t$tw.utils.forceLayout(domNode);\n\t\t\t// Check that the scroll position is still visible before trying to scroll back to it\n\t\t\tscrollTop = Math.min(scrollTop,self.document.body.scrollHeight - window.innerHeight);\n\t\t\twindow.scrollTo(scrollPosition.x,scrollTop);\n\t\t}\n\t}\n};\n\n/*\nHandle a dom \"input\" event\n*/\nEditTextWidget.prototype.handleInputEvent = function(event) {\n\tthis.saveChanges(this.domNodes[0].value);\n\tthis.fixHeight();\n\treturn true;\n};\n\nEditTextWidget.prototype.handleFocusEvent = function(event) {\n\tif(this.editFocusPopup) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.editFocusPopup,\n\t\t\twiki: this.wiki,\n\t\t\tforce: true\n\t\t});\n\t}\n\treturn true;\n};\n\nEditTextWidget.prototype.saveChanges = function(text) {\n\tvar editInfo = this.getEditInfo();\n\tif(text !== editInfo.value) {\n\t\teditInfo.update(text);\n\t}\n};\n\nexports[\"edit-text\"] = EditTextWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/edit-text.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/edit.js\ntype: application/javascript\nmodule-type: widget\n\nEdit widget is a meta-widget chooses the appropriate actual editting widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n// Mappings from content type to editor type are stored in tiddlers with this prefix\nvar EDITOR_MAPPING_PREFIX = \"$:/config/EditorTypeMappings/\";\n\n/*\nCompute the internal state of the widget\n*/\nEditWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.editField = this.getAttribute(\"field\",\"text\");\n\tthis.editIndex = this.getAttribute(\"index\");\n\tthis.editClass = this.getAttribute(\"class\");\n\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\t// Choose the appropriate edit widget\n\tthis.editorType = this.getEditorType();\n\t// Make the child widgets\n\tthis.makeChildWidgets([{\n\t\ttype: \"edit-\" + this.editorType,\n\t\tattributes: {\n\t\t\ttiddler: {type: \"string\", value: this.editTitle},\n\t\t\tfield: {type: \"string\", value: this.editField},\n\t\t\tindex: {type: \"string\", value: this.editIndex},\n\t\t\t\"class\": {type: \"string\", value: this.editClass},\n\t\t\t\"placeholder\": {type: \"string\", value: this.editPlaceholder}\n\t\t}\n\t}]);\n};\n\nEditWidget.prototype.getEditorType = function() {\n\t// Get the content type of the thing we're editing\n\tvar type;\n\tif(this.editField === \"text\") {\n\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\tif(tiddler) {\n\t\t\ttype = tiddler.fields.type;\n\t\t}\n\t}\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar editorType = this.wiki.getTiddlerText(EDITOR_MAPPING_PREFIX + type);\n\tif(!editorType) {\n\t\tvar typeInfo = $tw.config.contentTypeInfo[type];\n\t\tif(typeInfo && typeInfo.encoding === \"base64\") {\n\t\t\teditorType = \"binary\";\n\t\t} else {\n\t\t\teditorType = \"text\";\n\t\t}\n\t}\n\treturn editorType;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEditWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh if an attribute has changed, or the type associated with the target tiddler has changed\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || (changedTiddlers[this.editTitle] && this.getEditorType() !== this.editorType)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.edit = EditWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/edit.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/element.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/element.js\ntype: application/javascript\nmodule-type: widget\n\nElement widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ElementWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nElementWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nElementWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Neuter blacklisted elements\n\tvar tag = this.parseTreeNode.tag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"safe-\" + tag;\n\t}\n\tvar domNode = this.document.createElementNS(this.namespace,tag);\n\tthis.assignAttributes(domNode,{excludeEventAttributes: true});\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nElementWidget.prototype.execute = function() {\n\t// Select the namespace for the tag\n\tvar tagNamespaces = {\n\t\t\tsvg: \"http://www.w3.org/2000/svg\",\n\t\t\tmath: \"http://www.w3.org/1998/Math/MathML\",\n\t\t\tbody: \"http://www.w3.org/1999/xhtml\"\n\t\t};\n\tthis.namespace = tagNamespaces[this.parseTreeNode.tag];\n\tif(this.namespace) {\n\t\tthis.setVariable(\"namespace\",this.namespace);\n\t} else {\n\t\tthis.namespace = this.getVariable(\"namespace\",{defaultValue: \"http://www.w3.org/1999/xhtml\"});\n\t}\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nElementWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\thasChangedAttributes = $tw.utils.count(changedAttributes) > 0;\n\tif(hasChangedAttributes) {\n\t\t// Update our attributes\n\t\tthis.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});\n\t}\n\treturn this.refreshChildren(changedTiddlers) || hasChangedAttributes;\n};\n\nexports.element = ElementWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/element.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/encrypt.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/encrypt.js\ntype: application/javascript\nmodule-type: widget\n\nEncrypt widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EncryptWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEncryptWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEncryptWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.encryptedText);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEncryptWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\",\"[!is[system]]\");\n\t// Encrypt the filtered tiddlers\n\tvar tiddlers = this.wiki.filterTiddlers(this.filter),\n\t\tjson = {},\n\t\tself = this;\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title),\n\t\t\tjsonTiddler = {};\n\t\tfor(var f in tiddler.fields) {\n\t\t\tjsonTiddler[f] = tiddler.getFieldString(f);\n\t\t}\n\t\tjson[title] = jsonTiddler;\n\t});\n\tthis.encryptedText = $tw.utils.htmlEncode($tw.crypto.encrypt(JSON.stringify(json)));\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEncryptWidget.prototype.refresh = function(changedTiddlers) {\n\t// We don't need to worry about refreshing because the encrypt widget isn't for interactive use\n\treturn false;\n};\n\nexports.encrypt = EncryptWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/encrypt.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/entity.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/entity.js\ntype: application/javascript\nmodule-type: widget\n\nHTML entity widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EntityWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEntityWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEntityWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tvar textNode = this.document.createTextNode($tw.utils.entityDecode(this.parseTreeNode.entity));\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEntityWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEntityWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.entity = EntityWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/entity.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/fieldmangler.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/fieldmangler.js\ntype: application/javascript\nmodule-type: widget\n\nField mangler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldManglerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-remove-field\", handler: \"handleRemoveFieldEvent\"},\n\t\t{type: \"tm-add-field\", handler: \"handleAddFieldEvent\"},\n\t\t{type: \"tm-remove-tag\", handler: \"handleRemoveTagEvent\"},\n\t\t{type: \"tm-add-tag\", handler: \"handleAddTagEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldManglerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldManglerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldManglerWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.mangleTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldManglerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nFieldManglerWidget.prototype.handleRemoveFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tdeletion = {};\n\tdeletion[event.param] = undefined;\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,deletion));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\taddition = this.wiki.getModificationFields(),\n\t\thadInvalidFieldName = false,\n\t\taddField = function(name,value) {\n\t\t\tvar trimmedName = name.toLowerCase().trim();\n\t\t\tif(!$tw.utils.isValidFieldName(trimmedName)) {\n\t\t\t\tif(!hadInvalidFieldName) {\n\t\t\t\t\talert($tw.language.getString(\n\t\t\t\t\t\t\"InvalidFieldName\",\n\t\t\t\t\t\t{variables:\n\t\t\t\t\t\t\t{fieldName: trimmedName}\n\t\t\t\t\t\t}\n\t\t\t\t\t));\n\t\t\t\t\thadInvalidFieldName = true;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif(!value && tiddler) {\n\t\t\t\t\tvalue = tiddler.fields[trimmedName];\n\t\t\t\t}\n\t\t\t\taddition[trimmedName] = value || \"\";\n\t\t\t}\n\t\t\treturn;\n\t\t};\n\taddition.title = this.mangleTitle;\n\tif(typeof event.param === \"string\") {\n\t\taddField(event.param,\"\");\n\t}\n\tif(typeof event.paramObject === \"object\") {\n\t\tfor(var name in event.paramObject) {\n\t\t\taddField(name,event.paramObject[name]);\n\t\t}\n\t}\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,addition));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleRemoveTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle);\n\tif(tiddler && tiddler.fields.tags) {\n\t\tvar p = tiddler.fields.tags.indexOf(event.param);\n\t\tif(p !== -1) {\n\t\t\tvar modification = this.wiki.getModificationFields();\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\tmodification.tags.splice(p,1);\n\t\t\tif(modification.tags.length === 0) {\n\t\t\t\tmodification.tags = undefined;\n\t\t\t}\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\n\t\t}\n\t}\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle);\n\tif(tiddler && typeof event.param === \"string\") {\n\t\tvar tag = event.param.trim();\n\t\tif(tag !== \"\") {\n\t\t\tvar modification = this.wiki.getModificationFields();\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\t$tw.utils.pushTop(modification.tags,tag);\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\t\t\t\n\t\t}\n\t}\n\treturn true;\n};\n\nexports.fieldmangler = FieldManglerWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/fieldmangler.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/fields.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/fields.js\ntype: application/javascript\nmodule-type: widget\n\nFields widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldsWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldsWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldsWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldsWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.template = this.getAttribute(\"template\");\n\tthis.exclude = this.getAttribute(\"exclude\");\n\tthis.stripTitlePrefix = this.getAttribute(\"stripTitlePrefix\",\"no\") === \"yes\";\n\t// Get the value to display\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\t// Get the exclusion list\n\tvar exclude;\n\tif(this.exclude) {\n\t\texclude = this.exclude.split(\" \");\n\t} else {\n\t\texclude = [\"text\"]; \n\t}\n\t// Compose the template\n\tvar text = [];\n\tif(this.template && tiddler) {\n\t\tvar fields = [];\n\t\tfor(var fieldName in tiddler.fields) {\n\t\t\tif(exclude.indexOf(fieldName) === -1) {\n\t\t\t\tfields.push(fieldName);\n\t\t\t}\n\t\t}\n\t\tfields.sort();\n\t\tfor(var f=0; f<fields.length; f++) {\n\t\t\tfieldName = fields[f];\n\t\t\tif(exclude.indexOf(fieldName) === -1) {\n\t\t\t\tvar row = this.template,\n\t\t\t\t\tvalue = tiddler.getFieldString(fieldName);\n\t\t\t\tif(this.stripTitlePrefix && fieldName === \"title\") {\n\t\t\t\t\tvar reStrip = /^\\{[^\\}]+\\}(.+)/mg,\n\t\t\t\t\t\treMatch = reStrip.exec(value);\n\t\t\t\t\tif(reMatch) {\n\t\t\t\t\t\tvalue = reMatch[1];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\trow = row.replace(\"$name$\",fieldName);\n\t\t\t\trow = row.replace(\"$value$\",value);\n\t\t\t\trow = row.replace(\"$encoded_value$\",$tw.utils.htmlEncode(value));\n\t\t\t\ttext.push(row);\n\t\t\t}\n\t\t}\n\t}\n\tthis.text = text.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.template || changedAttributes.exclude || changedAttributes.stripTitlePrefix || changedTiddlers[this.tiddlerTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.fields = FieldsWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/fields.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/image.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/image.js\ntype: application/javascript\nmodule-type: widget\n\nThe image widget displays an image referenced with an external URI or with a local tiddler title.\n\n```\n<$image src=\"TiddlerTitle\" width=\"320\" height=\"400\" class=\"classnames\">\n```\n\nThe image source can be the title of an existing tiddler or the URL of an external image.\n\nExternal images always generate an HTML `<img>` tag.\n\nTiddlers that have a _canonical_uri field generate an HTML `<img>` tag with the src attribute containing the URI.\n\nTiddlers that contain image data generate an HTML `<img>` tag with the src attribute containing a base64 representation of the image.\n\nTiddlers that contain wikitext could be rendered to a DIV of the usual size of a tiddler, and then transformed to the size requested.\n\nThe width and height attributes are interpreted as a number of pixels, and do not need to include the \"px\" suffix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\t// Determine what type of image it is\n\tvar tag = \"img\", src = \"\",\n\t\ttiddler = this.wiki.getTiddler(this.imageSource);\n\tif(!tiddler) {\n\t\t// The source isn't the title of a tiddler, so we'll assume it's a URL\n\t\tsrc = this.getVariable(\"tv-get-export-image-link\",{params: [{name: \"src\",value: this.imageSource}],defaultValue: this.imageSource});\n\t} else {\n\t\t// Check if it is an image tiddler\n\t\tif(this.wiki.isImageTiddler(this.imageSource)) {\n\t\t\tvar type = tiddler.fields.type,\n\t\t\t\ttext = tiddler.fields.text,\n\t\t\t\t_canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t// If the tiddler has body text then it doesn't need to be lazily loaded\n\t\t\tif(text) {\n\t\t\t\t// Render the appropriate element for the image type\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = \"data:application/pdf;base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = \"data:image/svg+xml,\" + encodeURIComponent(text);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = \"data:\" + type + \";base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else if(_canonical_uri) {\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\t\n\t\t\t}\n\t\t}\n\t}\n\t// Create the element and assign the attributes\n\tvar domNode = this.document.createElement(tag);\n\tdomNode.setAttribute(\"src\",src);\n\tif(this.imageClass) {\n\t\tdomNode.setAttribute(\"class\",this.imageClass);\t\t\n\t}\n\tif(this.imageWidth) {\n\t\tdomNode.setAttribute(\"width\",this.imageWidth);\n\t}\n\tif(this.imageHeight) {\n\t\tdomNode.setAttribute(\"height\",this.imageHeight);\n\t}\n\tif(this.imageTooltip) {\n\t\tdomNode.setAttribute(\"title\",this.imageTooltip);\t\t\n\t}\n\tif(this.imageAlt) {\n\t\tdomNode.setAttribute(\"alt\",this.imageAlt);\t\t\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImageWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.imageSource = this.getAttribute(\"source\");\n\tthis.imageWidth = this.getAttribute(\"width\");\n\tthis.imageHeight = this.getAttribute(\"height\");\n\tthis.imageClass = this.getAttribute(\"class\");\n\tthis.imageTooltip = this.getAttribute(\"tooltip\");\n\tthis.imageAlt = this.getAttribute(\"alt\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.source || changedAttributes.width || changedAttributes.height || changedAttributes[\"class\"] || changedAttributes.tooltip || changedTiddlers[this.imageSource]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\t\n\t}\n};\n\nexports.image = ImageWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/image.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/importvariables.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/importvariables.js\ntype: application/javascript\nmodule-type: widget\n\nImport variable definitions from other tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImportVariablesWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImportVariablesWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImportVariablesWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImportVariablesWidget.prototype.execute = function(tiddlerList) {\n\tvar self = this;\n\t// Get our parameters\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Compute the filter\n\tthis.tiddlerList = tiddlerList || this.wiki.filterTiddlers(this.filter,this);\n\t// Accumulate the <$set> widgets from each tiddler\n\tvar widgetStackStart,widgetStackEnd;\n\tfunction addWidgetNode(widgetNode) {\n\t\tif(widgetNode) {\n\t\t\tif(!widgetStackStart && !widgetStackEnd) {\n\t\t\t\twidgetStackStart = widgetNode;\n\t\t\t\twidgetStackEnd = widgetNode;\n\t\t\t} else {\n\t\t\t\twidgetStackEnd.children = [widgetNode];\n\t\t\t\twidgetStackEnd = widgetNode;\n\t\t\t}\n\t\t}\n\t}\n\t$tw.utils.each(this.tiddlerList,function(title) {\n\t\tvar parser = self.wiki.parseTiddler(title);\n\t\tif(parser) {\n\t\t\tvar parseTreeNode = parser.tree[0];\n\t\t\twhile(parseTreeNode && parseTreeNode.type === \"set\") {\n\t\t\t\taddWidgetNode({\n\t\t\t\t\ttype: \"set\",\n\t\t\t\t\tattributes: parseTreeNode.attributes,\n\t\t\t\t\tparams: parseTreeNode.params\n\t\t\t\t});\n\t\t\t\tparseTreeNode = parseTreeNode.children[0];\n\t\t\t}\n\t\t} \n\t});\n\t// Add our own children to the end of the pile\n\tvar parseTreeNodes;\n\tif(widgetStackStart && widgetStackEnd) {\n\t\tparseTreeNodes = [widgetStackStart];\n\t\twidgetStackEnd.children = this.parseTreeNode.children;\n\t} else {\n\t\tparseTreeNodes = this.parseTreeNode.children;\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImportVariablesWidget.prototype.refresh = function(changedTiddlers) {\n\t// Recompute our attributes and the filter list\n\tvar changedAttributes = this.computeAttributes(),\n\t\ttiddlerList = this.wiki.filterTiddlers(this.getAttribute(\"filter\"),this);\n\t// Refresh if the filter has changed, or the list of tiddlers has changed, or any of the tiddlers in the list has changed\n\tfunction haveListedTiddlersChanged() {\n\t\tvar changed = false;\n\t\ttiddlerList.forEach(function(title) {\n\t\t\tif(changedTiddlers[title]) {\n\t\t\t\tchanged = true;\n\t\t\t}\n\t\t});\n\t\treturn changed;\n\t}\n\tif(changedAttributes.filter || !$tw.utils.isArrayEqual(this.tiddlerList,tiddlerList) || haveListedTiddlersChanged()) {\n\t\t// Compute the filter\n\t\tthis.removeChildDomNodes();\n\t\tthis.execute(tiddlerList);\n\t\tthis.renderChildren(this.parentDomNode,this.findNextSiblingDomNode());\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.importvariables = ImportVariablesWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/importvariables.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/keyboard.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/keyboard.js\ntype: application/javascript\nmodule-type: widget\n\nKeyboard shortcut widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar KeyboardWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nKeyboardWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nKeyboardWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"div\");\n\t// Assign classes\n\tvar classes = (this[\"class\"] || \"\").split(\" \");\n\tclasses.push(\"tc-keyboard\");\n\tdomNode.className = classes.join(\" \");\n\t// Add a keyboard event handler\n\tdomNode.addEventListener(\"keydown\",function (event) {\n\t\tif($tw.utils.checkKeyDescriptor(event,self.keyInfo)) {\n\t\t\tself.dispatchMessage(event);\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nKeyboardWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\")});\n};\n\n/*\nCompute the internal state of the widget\n*/\nKeyboardWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.key = this.getAttribute(\"key\");\n\tthis.keyInfo = $tw.utils.parseKeyDescriptor(this.key);\n\tthis[\"class\"] = this.getAttribute(\"class\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nKeyboardWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.message || changedAttributes.param || changedAttributes.key || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.keyboard = KeyboardWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/keyboard.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/link.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/link.js\ntype: application/javascript\nmodule-type: widget\n\nLink widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the value of the tv-wikilinks configuration macro\n\tvar wikiLinksMacro = this.getVariable(\"tv-wikilinks\"),\n\t\tuseWikiLinks = wikiLinksMacro ? (wikiLinksMacro.trim() !== \"no\") : true;\n\t// Render the link if required\n\tif(useWikiLinks) {\n\t\tthis.renderLink(parent,nextSibling);\n\t} else {\n\t\t// Just insert the link text\n\t\tvar domNode = this.document.createElement(\"span\");\n\t\tparent.insertBefore(domNode,nextSibling);\n\t\tthis.renderChildren(domNode,null);\n\t\tthis.domNodes.push(domNode);\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.renderLink = function(parent,nextSibling) {\n\tvar self = this;\n\t// Sanitise the specified tag\n\tvar tag = this.linkTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"a\";\n\t}\n\t// Create our element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = [];\n\tif(this.linkClasses) {\n\t\tclasses.push(this.linkClasses);\n\t}\n\tclasses.push(\"tc-tiddlylink\");\n\tif(this.isShadow) {\n\t\tclasses.push(\"tc-tiddlylink-shadow\");\n\t}\n\tif(this.isMissing && !this.isShadow) {\n\t\tclasses.push(\"tc-tiddlylink-missing\");\n\t} else {\n\t\tif(!this.isMissing) {\n\t\t\tclasses.push(\"tc-tiddlylink-resolves\");\n\t\t}\n\t}\n\tdomNode.setAttribute(\"class\",classes.join(\" \"));\n\t// Set an href\n\tvar wikiLinkTemplateMacro = this.getVariable(\"tv-wikilink-template\"),\n\t\twikiLinkTemplate = wikiLinkTemplateMacro ? wikiLinkTemplateMacro.trim() : \"#$uri_encoded$\",\n\t\twikiLinkText = wikiLinkTemplate.replace(\"$uri_encoded$\",encodeURIComponent(this.to));\n\twikiLinkText = wikiLinkText.replace(\"$uri_doubleencoded$\",encodeURIComponent(encodeURIComponent(this.to)));\n\twikiLinkText = this.getVariable(\"tv-get-export-link\",{params: [{name: \"to\",value: this.to}],defaultValue: wikiLinkText});\n\tif(tag === \"a\") {\n\t\tdomNode.setAttribute(\"href\",wikiLinkText);\n\t}\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\n\t// Set the tooltip\n\t// HACK: Performance issues with re-parsing the tooltip prevent us defaulting the tooltip to \"<$transclude field='tooltip'><$transclude field='title'/></$transclude>\"\n\tvar tooltipWikiText = this.tooltip || this.getVariable(\"tv-wikilink-tooltip\");\n\tif(tooltipWikiText) {\n\t\tvar tooltipText = this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",tooltipWikiText,{\n\t\t\t\tparseAsInline: true,\n\t\t\t\tvariables: {\n\t\t\t\t\tcurrentTiddler: this.to\n\t\t\t\t},\n\t\t\t\tparentWidget: this\n\t\t\t});\n\t\tdomNode.setAttribute(\"title\",tooltipText);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"click\", handlerObject: this, handlerMethod: \"handleClickEvent\"},\n\t]);\n\tif(this.draggable === \"yes\") {\n\t\t$tw.utils.addEventListeners(domNode,[\n\t\t\t{name: \"dragstart\", handlerObject: this, handlerMethod: \"handleDragStartEvent\"},\n\t\t\t{name: \"dragend\", handlerObject: this, handlerMethod: \"handleDragEndEvent\"}\n\t\t]);\n\t}\n\t// Insert the link into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nLinkWidget.prototype.handleClickEvent = function(event) {\n\t// Send the click on its way as a navigate event\n\tvar bounds = this.domNodes[0].getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1)\n\t});\n\tif(this.domNodes[0].hasAttribute(\"href\")) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n};\n\nLinkWidget.prototype.handleDragStartEvent = function(event) {\n\tif(event.target === this.domNodes[0]) {\n\t\tif(this.to) {\n\t\t\t$tw.dragInProgress = true;\n\t\t\t// Set the dragging class on the element being dragged\n\t\t\t$tw.utils.addClass(event.target,\"tc-tiddlylink-dragging\");\n\t\t\t// Create the drag image elements\n\t\t\tthis.dragImage = this.document.createElement(\"div\");\n\t\t\tthis.dragImage.className = \"tc-tiddler-dragger\";\n\t\t\tvar inner = this.document.createElement(\"div\");\n\t\t\tinner.className = \"tc-tiddler-dragger-inner\";\n\t\t\tinner.appendChild(this.document.createTextNode(this.to));\n\t\t\tthis.dragImage.appendChild(inner);\n\t\t\tthis.document.body.appendChild(this.dragImage);\n\t\t\t// Astoundingly, we need to cover the dragger up: http://www.kryogenix.org/code/browser/custom-drag-image.html\n\t\t\tvar cover = this.document.createElement(\"div\");\n\t\t\tcover.className = \"tc-tiddler-dragger-cover\";\n\t\t\tcover.style.left = (inner.offsetLeft - 16) + \"px\";\n\t\t\tcover.style.top = (inner.offsetTop - 16) + \"px\";\n\t\t\tcover.style.width = (inner.offsetWidth + 32) + \"px\";\n\t\t\tcover.style.height = (inner.offsetHeight + 32) + \"px\";\n\t\t\tthis.dragImage.appendChild(cover);\n\t\t\t// Set the data transfer properties\n\t\t\tvar dataTransfer = event.dataTransfer;\n\t\t\t// First the image\n\t\t\tdataTransfer.effectAllowed = \"copy\";\n\t\t\tif(dataTransfer.setDragImage) {\n\t\t\t\tdataTransfer.setDragImage(this.dragImage.firstChild,-16,-16);\n\t\t\t}\n\t\t\t// Then the data\n\t\t\tdataTransfer.clearData();\n\t\t\tvar jsonData = this.wiki.getTiddlerAsJson(this.to),\n\t\t\t\ttextData = this.wiki.getTiddlerText(this.to,\"\"),\n\t\t\t\ttitle = (new RegExp(\"^\" + $tw.config.textPrimitives.wikiLink + \"$\",\"mg\")).exec(this.to) ? this.to : \"[[\" + this.to + \"]]\";\n\t\t\t// IE doesn't like these content types\n\t\t\tif(!$tw.browser.isIE) {\n\t\t\t\tdataTransfer.setData(\"text/vnd.tiddler\",jsonData);\n\t\t\t\tdataTransfer.setData(\"text/plain\",title);\n\t\t\t\tdataTransfer.setData(\"text/x-moz-url\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\t}\n\t\t\tdataTransfer.setData(\"URL\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\tdataTransfer.setData(\"Text\",title);\n\t\t\tevent.stopPropagation();\n\t\t} else {\n\t\t\tevent.preventDefault();\n\t\t}\n\t}\n};\n\nLinkWidget.prototype.handleDragEndEvent = function(event) {\n\tif(event.target === this.domNodes[0]) {\n\t\t$tw.dragInProgress = false;\n\t\t// Remove the dragging class on the element being dragged\n\t\t$tw.utils.removeClass(event.target,\"tc-tiddlylink-dragging\");\n\t\t// Delete the drag image element\n\t\tif(this.dragImage) {\n\t\t\tthis.dragImage.parentNode.removeChild(this.dragImage);\n\t\t}\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.to = this.getAttribute(\"to\",this.getVariable(\"currentTiddler\"));\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.linkClasses = this.getAttribute(\"class\");\n\tthis.tabIndex = this.getAttribute(\"tabindex\");\n\tthis.draggable = this.getAttribute(\"draggable\",\"yes\");\n\tthis.linkTag = this.getAttribute(\"tag\",\"a\");\n\t// Determine the link characteristics\n\tthis.isMissing = !this.wiki.tiddlerExists(this.to);\n\tthis.isShadow = this.wiki.isShadowTiddler(this.to);\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedTiddlers[this.to] || changedAttributes[\"aria-label\"] || changedAttributes.tooltip) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.link = LinkWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/link.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/linkcatcher.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/linkcatcher.js\ntype: application/javascript\nmodule-type: widget\n\nLinkcatcher widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkCatcherWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkCatcherWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkCatcherWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkCatcherWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.catchTo = this.getAttribute(\"to\");\n\tthis.catchMessage = this.getAttribute(\"message\");\n\tthis.catchSet = this.getAttribute(\"set\");\n\tthis.catchSetTo = this.getAttribute(\"setTo\");\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkCatcherWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedAttributes.message || changedAttributes.set || changedAttributes.setTo) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\n/*\nHandle a tm-navigate event\n*/\nLinkCatcherWidget.prototype.handleNavigateEvent = function(event) {\n\tif(this.catchTo) {\n\t\tthis.wiki.setTextReference(this.catchTo,event.navigateTo,this.getVariable(\"currentTiddler\"));\n\t}\n\tif(this.catchMessage && this.parentWidget) {\n\t\tthis.parentWidget.dispatchEvent({\n\t\t\ttype: this.catchMessage,\n\t\t\tparam: event.navigateTo,\n\t\t\tnavigateTo: event.navigateTo\n\t\t});\n\t}\n\tif(this.catchSet) {\n\t\tvar tiddler = this.wiki.getTiddler(this.catchSet);\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,{title: this.catchSet, text: this.catchSetTo}));\n\t}\n\treturn false;\n};\n\nexports.linkcatcher = LinkCatcherWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/linkcatcher.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/list.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/list.js\ntype: application/javascript\nmodule-type: widget\n\nList and list item widgets\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\n/*\nThe list widget creates list element sub-widgets that reach back into the list widget for their configuration\n*/\n\nvar ListWidget = function(parseTreeNode,options) {\n\t// Initialise the storyviews if they've not been done already\n\tif(!this.storyViews) {\n\t\tListWidget.prototype.storyViews = {};\n\t\t$tw.modules.applyMethods(\"storyview\",this.storyViews);\n\t}\n\t// Main initialisation inherited from widget.js\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\t// Construct the storyview\n\tvar StoryView = this.storyViews[this.storyViewName];\n\tif(StoryView && !this.document.isTiddlyWikiFakeDom) {\n\t\tthis.storyview = new StoryView(this);\n\t} else {\n\t\tthis.storyview = null;\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nListWidget.prototype.execute = function() {\n\t// Get our attributes\n\tthis.template = this.getAttribute(\"template\");\n\tthis.editTemplate = this.getAttribute(\"editTemplate\");\n\tthis.variableName = this.getAttribute(\"variable\",\"currentTiddler\");\n\tthis.storyViewName = this.getAttribute(\"storyview\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\t// Compose the list elements\n\tthis.list = this.getTiddlerList();\n\tvar members = [],\n\t\tself = this;\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\tmembers = this.getEmptyMessage();\n\t} else {\n\t\t$tw.utils.each(this.list,function(title,index) {\n\t\t\tmembers.push(self.makeItemTemplate(title));\n\t\t});\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(members);\n\t// Clear the last history\n\tthis.history = [];\n};\n\nListWidget.prototype.getTiddlerList = function() {\n\tvar defaultFilter = \"[!is[system]sort[title]]\";\n\treturn this.wiki.filterTiddlers(this.getAttribute(\"filter\",defaultFilter),this);\n};\n\nListWidget.prototype.getEmptyMessage = function() {\n\tvar emptyMessage = this.getAttribute(\"emptyMessage\",\"\"),\n\t\tparser = this.wiki.parseText(\"text/vnd.tiddlywiki\",emptyMessage,{parseAsInline: true});\n\tif(parser) {\n\t\treturn parser.tree;\n\t} else {\n\t\treturn [];\n\t}\n};\n\n/*\nCompose the template for a list item\n*/\nListWidget.prototype.makeItemTemplate = function(title) {\n\t// Check if the tiddler is a draft\n\tvar tiddler = this.wiki.getTiddler(title),\n\t\tisDraft = tiddler && tiddler.hasField(\"draft.of\"),\n\t\ttemplate = this.template,\n\t\ttemplateTree;\n\tif(isDraft && this.editTemplate) {\n\t\ttemplate = this.editTemplate;\n\t}\n\t// Compose the transclusion of the template\n\tif(template) {\n\t\ttemplateTree = [{type: \"transclude\", attributes: {tiddler: {type: \"string\", value: template}}}];\n\t} else {\n\t\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\t\ttemplateTree = this.parseTreeNode.children;\n\t\t} else {\n\t\t\t// Default template is a link to the title\n\t\t\ttemplateTree = [{type: \"element\", tag: this.parseTreeNode.isBlock ? \"div\" : \"span\", children: [{type: \"link\", attributes: {to: {type: \"string\", value: title}}, children: [\n\t\t\t\t\t{type: \"text\", text: title}\n\t\t\t]}]}];\n\t\t}\n\t}\n\t// Return the list item\n\treturn {type: \"listitem\", itemTitle: title, variableName: this.variableName, children: templateTree};\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tresult;\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshStart) {\n\t\tthis.storyview.refreshStart(changedTiddlers,changedAttributes);\n\t}\n\t// Completely refresh if any of our attributes have changed\n\tif(changedAttributes.filter || changedAttributes.template || changedAttributes.editTemplate || changedAttributes.emptyMessage || changedAttributes.storyview || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\tresult = true;\n\t} else {\n\t\t// Handle any changes to the list\n\t\tresult = this.handleListChanges(changedTiddlers);\n\t\t// Handle any changes to the history stack\n\t\tif(this.historyTitle && changedTiddlers[this.historyTitle]) {\n\t\t\tthis.handleHistoryChanges();\n\t\t}\n\t}\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshEnd) {\n\t\tthis.storyview.refreshEnd(changedTiddlers,changedAttributes);\n\t}\n\treturn result;\n};\n\n/*\nHandle any changes to the history list\n*/\nListWidget.prototype.handleHistoryChanges = function() {\n\t// Get the history data\n\tvar newHistory = this.wiki.getTiddlerData(this.historyTitle,[]);\n\t// Ignore any entries of the history that match the previous history\n\tvar entry = 0;\n\twhile(entry < newHistory.length && entry < this.history.length && newHistory[entry].title === this.history[entry].title) {\n\t\tentry++;\n\t}\n\t// Navigate forwards to each of the new tiddlers\n\twhile(entry < newHistory.length) {\n\t\tif(this.storyview && this.storyview.navigateTo) {\n\t\t\tthis.storyview.navigateTo(newHistory[entry]);\n\t\t}\n\t\tentry++;\n\t}\n\t// Update the history\n\tthis.history = newHistory;\n};\n\n/*\nProcess any changes to the list\n*/\nListWidget.prototype.handleListChanges = function(changedTiddlers) {\n\t// Get the new list\n\tvar prevList = this.list;\n\tthis.list = this.getTiddlerList();\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\t// Check if it was empty before\n\t\tif(prevList.length === 0) {\n\t\t\t// If so, just refresh the empty message\n\t\t\treturn this.refreshChildren(changedTiddlers);\n\t\t} else {\n\t\t\t// Replace the previous content with the empty message\n\t\t\tfor(t=this.children.length-1; t>=0; t--) {\n\t\t\t\tthis.removeListItem(t);\n\t\t\t}\n\t\t\tvar nextSibling = this.findNextSiblingDomNode();\n\t\t\tthis.makeChildWidgets(this.getEmptyMessage());\n\t\t\tthis.renderChildren(this.parentDomNode,nextSibling);\n\t\t\treturn true;\n\t\t}\n\t} else {\n\t\t// If the list was empty then we need to remove the empty message\n\t\tif(prevList.length === 0) {\n\t\t\tthis.removeChildDomNodes();\n\t\t\tthis.children = [];\n\t\t}\n\t\t// Cycle through the list, inserting and removing list items as needed\n\t\tvar hasRefreshed = false;\n\t\tfor(var t=0; t<this.list.length; t++) {\n\t\t\tvar index = this.findListItem(t,this.list[t]);\n\t\t\tif(index === undefined) {\n\t\t\t\t// The list item must be inserted\n\t\t\t\tthis.insertListItem(t,this.list[t]);\n\t\t\t\thasRefreshed = true;\n\t\t\t} else {\n\t\t\t\t// There are intervening list items that must be removed\n\t\t\t\tfor(var n=index-1; n>=t; n--) {\n\t\t\t\t\tthis.removeListItem(n);\n\t\t\t\t\thasRefreshed = true;\n\t\t\t\t}\n\t\t\t\t// Refresh the item we're reusing\n\t\t\t\tvar refreshed = this.children[t].refresh(changedTiddlers);\n\t\t\t\thasRefreshed = hasRefreshed || refreshed;\n\t\t\t}\n\t\t}\n\t\t// Remove any left over items\n\t\tfor(t=this.children.length-1; t>=this.list.length; t--) {\n\t\t\tthis.removeListItem(t);\n\t\t\thasRefreshed = true;\n\t\t}\n\t\treturn hasRefreshed;\n\t}\n};\n\n/*\nFind the list item with a given title, starting from a specified position\n*/\nListWidget.prototype.findListItem = function(startIndex,title) {\n\twhile(startIndex < this.children.length) {\n\t\tif(this.children[startIndex].parseTreeNode.itemTitle === title) {\n\t\t\treturn startIndex;\n\t\t}\n\t\tstartIndex++;\n\t}\n\treturn undefined;\n};\n\n/*\nInsert a new list item at the specified index\n*/\nListWidget.prototype.insertListItem = function(index,title) {\n\t// Create, insert and render the new child widgets\n\tvar widget = this.makeChildWidget(this.makeItemTemplate(title));\n\twidget.parentDomNode = this.parentDomNode; // Hack to enable findNextSiblingDomNode() to work\n\tthis.children.splice(index,0,widget);\n\tvar nextSibling = widget.findNextSiblingDomNode();\n\twidget.render(this.parentDomNode,nextSibling);\n\t// Animate the insertion if required\n\tif(this.storyview && this.storyview.insert) {\n\t\tthis.storyview.insert(widget);\n\t}\n\treturn true;\n};\n\n/*\nRemove the specified list item\n*/\nListWidget.prototype.removeListItem = function(index) {\n\tvar widget = this.children[index];\n\t// Animate the removal if required\n\tif(this.storyview && this.storyview.remove) {\n\t\tthis.storyview.remove(widget);\n\t} else {\n\t\twidget.removeChildDomNodes();\n\t}\n\t// Remove the child widget\n\tthis.children.splice(index,1);\n};\n\nexports.list = ListWidget;\n\nvar ListItemWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListItemWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListItemWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nListItemWidget.prototype.execute = function() {\n\t// Set the current list item title\n\tthis.setVariable(this.parseTreeNode.variableName,this.parseTreeNode.itemTitle);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListItemWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.listitem = ListItemWidget;\n\n})();",
"title": "$:/core/modules/widgets/list.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/macrocall.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/macrocall.js\ntype: application/javascript\nmodule-type: widget\n\nMacrocall widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar MacroCallWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nMacroCallWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nMacroCallWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nMacroCallWidget.prototype.execute = function() {\n\t// Get the parse type if specified\n\tthis.parseType = this.getAttribute(\"$type\",\"text/vnd.tiddlywiki\");\n\tthis.renderOutput = this.getAttribute(\"$output\",\"text/html\");\n\t// Merge together the parameters specified in the parse tree with the specified attributes\n\tvar params = this.parseTreeNode.params ? this.parseTreeNode.params.slice(0) : [];\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparams.push({name: name, value: attribute});\t\t\t\n\t\t}\n\t});\n\t// Get the macro value\n\tvar text = this.getVariable(this.parseTreeNode.name || this.getAttribute(\"$name\"),{params: params}),\n\t\tparseTreeNodes;\n\t// Are we rendering to HTML?\n\tif(this.renderOutput === \"text/html\") {\n\t\t// If so we'll return the parsed macro\n\t\tvar parser = this.wiki.parseText(this.parseType,text,\n\t\t\t\t\t\t\t{parseAsInline: !this.parseTreeNode.isBlock});\n\t\tparseTreeNodes = parser ? parser.tree : [];\n\t} else {\n\t\t// Otherwise, we'll render the text\n\t\tvar plainText = this.wiki.renderText(\"text/plain\",this.parseType,text,{parentWidget: this});\n\t\tparseTreeNodes = [{type: \"text\", text: plainText}];\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nMacroCallWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\t// Rerender ourselves\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.macrocall = MacroCallWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/macrocall.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/navigator.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/navigator.js\ntype: application/javascript\nmodule-type: widget\n\nNavigator widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar IMPORT_TITLE = \"$:/Import\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigatorWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"},\n\t\t{type: \"tm-edit-tiddler\", handler: \"handleEditTiddlerEvent\"},\n\t\t{type: \"tm-delete-tiddler\", handler: \"handleDeleteTiddlerEvent\"},\n\t\t{type: \"tm-save-tiddler\", handler: \"handleSaveTiddlerEvent\"},\n\t\t{type: \"tm-cancel-tiddler\", handler: \"handleCancelTiddlerEvent\"},\n\t\t{type: \"tm-close-tiddler\", handler: \"handleCloseTiddlerEvent\"},\n\t\t{type: \"tm-close-all-tiddlers\", handler: \"handleCloseAllTiddlersEvent\"},\n\t\t{type: \"tm-close-other-tiddlers\", handler: \"handleCloseOtherTiddlersEvent\"},\n\t\t{type: \"tm-new-tiddler\", handler: \"handleNewTiddlerEvent\"},\n\t\t{type: \"tm-import-tiddlers\", handler: \"handleImportTiddlersEvent\"},\n\t\t{type: \"tm-perform-import\", handler: \"handlePerformImportEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigatorWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigatorWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigatorWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.storyTitle = this.getAttribute(\"story\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nNavigatorWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.story || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nNavigatorWidget.prototype.getStoryList = function() {\n\treturn this.storyTitle ? this.wiki.getTiddlerList(this.storyTitle) : null;\n};\n\nNavigatorWidget.prototype.saveStoryList = function(storyList) {\n\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\t{title: this.storyTitle},\n\t\tstoryTiddler,\n\t\t{list: storyList}\n\t));\n};\n\nNavigatorWidget.prototype.findTitleInStory = function(storyList,title,defaultIndex) {\n\tvar p = storyList.indexOf(title);\n\treturn p === -1 ? defaultIndex : p;\n};\n\nNavigatorWidget.prototype.removeTitleFromStory = function(storyList,title) {\n\tvar p = storyList.indexOf(title);\n\twhile(p !== -1) {\n\t\tstoryList.splice(p,1);\n\t\tp = storyList.indexOf(title);\n\t}\n};\n\nNavigatorWidget.prototype.replaceFirstTitleInStory = function(storyList,oldTitle,newTitle) {\n\tvar pos = storyList.indexOf(oldTitle);\n\tif(pos !== -1) {\n\t\tstoryList[pos] = newTitle;\n\t\tdo {\n\t\t\tpos = storyList.indexOf(oldTitle,pos + 1);\n\t\t\tif(pos !== -1) {\n\t\t\t\tstoryList.splice(pos,1);\n\t\t\t}\n\t\t} while(pos !== -1);\n\t} else {\n\t\tstoryList.splice(0,0,newTitle);\n\t}\n};\n\nNavigatorWidget.prototype.addToStory = function(title,fromTitle) {\n\tvar storyList = this.getStoryList();\n\tif(storyList) {\n\t\t// See if the tiddler is already there\n\t\tvar slot = this.findTitleInStory(storyList,title,-1);\n\t\t// If not we need to add it\n\t\tif(slot === -1) {\n\t\t\t// First we try to find the position of the story element we navigated from\n\t\t\tslot = this.findTitleInStory(storyList,fromTitle,-1) + 1;\n\t\t\t// Add the tiddler\n\t\t\tstoryList.splice(slot,0,title);\n\t\t\t// Save the story\n\t\t\tthis.saveStoryList(storyList);\n\t\t}\n\t}\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\n*/\nNavigatorWidget.prototype.addToHistory = function(title,fromPageRect) {\n\tthis.wiki.addToHistory(title,fromPageRect,this.historyTitle);\n};\n\n/*\nHandle a tm-navigate event\n*/\nNavigatorWidget.prototype.handleNavigateEvent = function(event) {\n\tif(event.navigateTo) {\n\t\tthis.addToStory(event.navigateTo,event.navigateFromTitle);\n\t\tif(!event.navigateSuppressNavigation) {\n\t\t\tthis.addToHistory(event.navigateTo,event.navigateFromClientRect);\n\t\t}\n\t}\n\treturn false;\n};\n\n// Close a specified tiddler\nNavigatorWidget.prototype.handleCloseTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\tstoryList = this.getStoryList();\n\t// Look for tiddlers with this title to close\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\treturn false;\n};\n\n// Close all tiddlers\nNavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) {\n\tthis.saveStoryList([]);\n\treturn false;\n};\n\n// Close other tiddlers\nNavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle;\n\tthis.saveStoryList([title]);\n\treturn false;\n};\n\n// Place a tiddler in edit mode\nNavigatorWidget.prototype.handleEditTiddlerEvent = function(event) {\n\tvar self = this;\n\tfunction isUnmodifiedShadow(title) {\n\t\treturn self.wiki.isShadowTiddler(title) && !self.wiki.tiddlerExists(title);\n\t}\n\tfunction confirmEditShadow(title) {\n\t\treturn confirm($tw.language.getString(\n\t\t\t\"ConfirmEditShadowTiddler\",\n\t\t\t{variables:\n\t\t\t\t{title: title}\n\t\t\t}\n\t\t));\n\t}\n\tvar title = event.param || event.tiddlerTitle;\n\tif(isUnmodifiedShadow(title) && !confirmEditShadow(title)) {\n\t\treturn false;\n\t}\n\t// Replace the specified tiddler with a draft in edit mode\n\tvar draftTiddler = this.makeDraftTiddler(title),\n\t\tdraftTitle = draftTiddler.fields.title,\n\t\tstoryList = this.getStoryList();\n\tthis.removeTitleFromStory(storyList,draftTitle);\n\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\tthis.saveStoryList(storyList);\n\treturn false;\n};\n\n// Delete a tiddler\nNavigatorWidget.prototype.handleDeleteTiddlerEvent = function(event) {\n\t// Get the tiddler we're deleting\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList(),\n\t\toriginalTitle = tiddler ? tiddler.fields[\"draft.of\"] : \"\",\n\t\tconfirmationTitle;\n\tif(!tiddler) {\n\t\treturn false;\n\t}\n\t// Check if the tiddler we're deleting is in draft mode\n\tif(originalTitle) {\n\t\t// If so, we'll prompt for confirmation referencing the original tiddler\n\t\tconfirmationTitle = originalTitle;\n\t} else {\n\t\t// If not a draft, then prompt for confirmation referencing the specified tiddler\n\t\tconfirmationTitle = title;\n\t}\n\t// Seek confirmation\n\tif((this.wiki.getTiddler(originalTitle) || (tiddler.fields.text || \"\") !== \"\") && !confirm($tw.language.getString(\n\t\t\t\t\"ConfirmDeleteTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: confirmationTitle}\n\t\t\t\t}\n\t\t\t))) {\n\t\treturn false;\n\t}\n\t// Delete the original tiddler\n\tif(originalTitle) {\n\t\tthis.wiki.deleteTiddler(originalTitle);\n\t\tthis.removeTitleFromStory(storyList,originalTitle);\n\t}\n\t// Delete this tiddler\n\tthis.wiki.deleteTiddler(title);\n\t// Remove the closed tiddler from the story\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\treturn false;\n};\n\n/*\nCreate/reuse the draft tiddler for a given title\n*/\nNavigatorWidget.prototype.makeDraftTiddler = function(targetTitle) {\n\t// See if there is already a draft tiddler for this tiddler\n\tvar draftTitle = this.wiki.findDraft(targetTitle);\n\tif(draftTitle) {\n\t\treturn this.wiki.getTiddler(draftTitle);\n\t}\n\t// Get the current value of the tiddler we're editing\n\tvar tiddler = this.wiki.getTiddler(targetTitle);\n\t// Save the initial value of the draft tiddler\n\tdraftTitle = this.generateDraftTitle(targetTitle);\n\tvar draftTiddler = new $tw.Tiddler(\n\t\t\ttiddler,\n\t\t\t{\n\t\t\t\ttitle: draftTitle,\n\t\t\t\t\"draft.title\": targetTitle,\n\t\t\t\t\"draft.of\": targetTitle\n\t\t\t},\n\t\t\tthis.wiki.getModificationFields()\n\t\t);\n\tthis.wiki.addTiddler(draftTiddler);\n\treturn draftTiddler;\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nNavigatorWidget.prototype.generateDraftTitle = function(title) {\n\tvar c = 0,\n\t\tdraftTitle;\n\tdo {\n\t\tdraftTitle = \"Draft \" + (c ? (c + 1) + \" \" : \"\") + \"of '\" + title + \"'\";\n\t\tc++;\n\t} while(this.wiki.tiddlerExists(draftTitle));\n\treturn draftTitle;\n};\n\n// Take a tiddler out of edit mode, saving the changes\nNavigatorWidget.prototype.handleSaveTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList();\n\t// Replace the original tiddler with the draft\n\tif(tiddler) {\n\t\tvar draftTitle = (tiddler.fields[\"draft.title\"] || \"\").trim(),\n\t\t\tdraftOf = (tiddler.fields[\"draft.of\"] || \"\").trim();\n\t\tif(draftTitle) {\n\t\t\tvar isRename = draftOf !== draftTitle,\n\t\t\t\tisConfirmed = true;\n\t\t\tif(isRename && this.wiki.tiddlerExists(draftTitle)) {\n\t\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\t\"ConfirmOverwriteTiddler\",\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{title: draftTitle}\n\t\t\t\t\t}\n\t\t\t\t));\n\t\t\t}\n\t\t\tif(isConfirmed) {\n\t\t\t\t// Save the draft tiddler as the real tiddler\n\t\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\ttitle: draftTitle,\n\t\t\t\t\t\"draft.title\": undefined,\n\t\t\t\t\t\"draft.of\": undefined\n\t\t\t\t},this.wiki.getModificationFields()));\n\t\t\t\t// Remove the draft tiddler\n\t\t\t\tthis.wiki.deleteTiddler(title);\n\t\t\t\t// Remove the original tiddler if we're renaming it\n\t\t\t\tif(isRename) {\n\t\t\t\t\tthis.wiki.deleteTiddler(draftOf);\n\t\t\t\t}\n\t\t\t\t// Replace the draft in the story with the original\n\t\t\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\t\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\t\t\tif(draftTitle !== this.storyTitle) {\n\t\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t\t}\n\t\t\t\t// Trigger an autosave\n\t\t\t\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Take a tiddler out of edit mode without saving the changes\nNavigatorWidget.prototype.handleCancelTiddlerEvent = function(event) {\n\t// Flip the specified tiddler from draft back to the original\n\tvar draftTitle = event.param || event.tiddlerTitle,\n\t\tdraftTiddler = this.wiki.getTiddler(draftTitle),\n\t\toriginalTitle = draftTiddler && draftTiddler.fields[\"draft.of\"];\n\tif(draftTiddler && originalTitle) {\n\t\t// Ask for confirmation if the tiddler text has changed\n\t\tvar isConfirmed = true,\n\t\t\toriginalTiddler = this.wiki.getTiddler(originalTitle),\n\t\t\tstoryList = this.getStoryList();\n\t\tif(this.wiki.isDraftModified(draftTitle)) {\n\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\"ConfirmCancelTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: draftTitle}\n\t\t\t\t}\n\t\t\t));\n\t\t}\n\t\t// Remove the draft tiddler\n\t\tif(isConfirmed) {\n\t\t\tthis.wiki.deleteTiddler(draftTitle);\n\t\t\tif(originalTiddler) {\n\t\t\t\tthis.replaceFirstTitleInStory(storyList,draftTitle,originalTitle);\n\t\t\t\tthis.addToHistory(originalTitle,event.navigateFromClientRect);\n\t\t\t} else {\n\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t}\n\t\t\tthis.saveStoryList(storyList);\n\t\t\t// Trigger an autosave\n\t\t\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\t\t\t\n\t\t}\n\t}\n\treturn false;\n};\n\n// Create a new draft tiddler\n// event.param can either be the title of a template tiddler, or a hashmap of fields.\n//\n// The title of the newly created tiddler follows these rules:\n// * If a hashmap was used and a title field was specified, use that title\n// * If a hashmap was used without a title field, use a default title, if necessary making it unique with a numeric suffix\n// * If a template tiddler was used, use the title of the template, if necessary making it unique with a numeric suffix\n//\n// If a draft of the target tiddler already exists then it is reused\nNavigatorWidget.prototype.handleNewTiddlerEvent = function(event) {\n\t// Get the story details\n\tvar storyList = this.getStoryList(),\n\t\ttemplateTiddler, additionalFields, title, draftTitle, existingTiddler;\n\t// Get the template tiddler (if any)\n\tif(typeof event.param === \"string\") {\n\t\t// Get the template tiddler\n\t\ttemplateTiddler = this.wiki.getTiddler(event.param);\n\t\t// Generate a new title\n\t\ttitle = this.wiki.generateNewTitle(event.param || $tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t}\n\t// Get the specified additional fields\n\tif(typeof event.paramObject === \"object\") {\n\t\tadditionalFields = event.paramObject;\n\t}\n\tif(typeof event.param === \"object\") { // Backwards compatibility with 5.1.3\n\t\tadditionalFields = event.param;\n\t}\n\tif(additionalFields && additionalFields.title) {\n\t\ttitle = additionalFields.title;\n\t}\n\t// Generate a title if we don't have one\n\ttitle = title || this.wiki.generateNewTitle($tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t// Find any existing draft for this tiddler\n\tdraftTitle = this.wiki.findDraft(title);\n\t// Pull in any existing tiddler\n\tif(draftTitle) {\n\t\texistingTiddler = this.wiki.getTiddler(draftTitle);\n\t} else {\n\t\tdraftTitle = this.generateDraftTitle(title);\n\t\texistingTiddler = this.wiki.getTiddler(title);\n\t}\n\t// Merge the tags\n\tvar mergedTags = [];\n\tif(existingTiddler && existingTiddler.fields.tags) {\n\t\t$tw.utils.pushTop(mergedTags,existingTiddler.fields.tags)\n\t}\n\tif(additionalFields && additionalFields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,$tw.utils.parseStringArray(additionalFields.tags));\n\t}\n\tif(templateTiddler && templateTiddler.fields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,templateTiddler.fields.tags);\n\t}\n\t// Save the draft tiddler\n\tvar draftTiddler = new $tw.Tiddler({\n\t\t\ttext: \"\",\n\t\t\t\"draft.title\": title\n\t\t},\n\t\ttemplateTiddler,\n\t\texistingTiddler,\n\t\tadditionalFields,\n\t\tthis.wiki.getCreationFields(),\n\t\t{\n\t\t\ttitle: draftTitle,\n\t\t\t\"draft.of\": title,\n\t\t\ttags: mergedTags\n\t\t},this.wiki.getModificationFields());\n\tthis.wiki.addTiddler(draftTiddler);\n\t// Update the story to insert the new draft at the top and remove any existing tiddler\n\tif(storyList.indexOf(draftTitle) === -1) {\n\t\tvar slot = storyList.indexOf(event.navigateFromTitle);\n\t\tstoryList.splice(slot + 1,0,draftTitle);\n\t}\n\tif(storyList.indexOf(title) !== -1) {\n\t\tstoryList.splice(storyList.indexOf(title),1);\t\t\n\t}\n\tthis.saveStoryList(storyList);\n\t// Add a new record to the top of the history stack\n\tthis.addToHistory(draftTitle);\n\treturn false;\n};\n\n// Import JSON tiddlers into a pending import tiddler\nNavigatorWidget.prototype.handleImportTiddlersEvent = function(event) {\n\tvar self = this;\n\t// Get the tiddlers\n\tvar tiddlers = [];\n\ttry {\n\t\ttiddlers = JSON.parse(event.param);\t\n\t} catch(e) {\n\t}\n\t// Get the current $:/Import tiddler\n\tvar importTiddler = this.wiki.getTiddler(IMPORT_TITLE),\n\t\timportData = this.wiki.getTiddlerData(IMPORT_TITLE,{}),\n\t\tnewFields = new Object({\n\t\t\ttitle: IMPORT_TITLE,\n\t\t\ttype: \"application/json\",\n\t\t\t\"plugin-type\": \"import\",\n\t\t\t\"status\": \"pending\"\n\t\t}),\n\t\tincomingTiddlers = [];\n\t// Process each tiddler\n\timportData.tiddlers = importData.tiddlers || {};\n\t$tw.utils.each(tiddlers,function(tiddlerFields) {\n\t\tvar title = tiddlerFields.title;\n\t\tif(title) {\n\t\t\tincomingTiddlers.push(title);\n\t\t\timportData.tiddlers[title] = tiddlerFields;\n\t\t}\n\t});\n\t// Give the active upgrader modules a chance to process the incoming tiddlers\n\tvar messages = this.wiki.invokeUpgraders(incomingTiddlers,importData.tiddlers);\n\t$tw.utils.each(messages,function(message,title) {\n\t\tnewFields[\"message-\" + title] = message;\n\t});\n\t// Deselect any suppressed tiddlers\n\t$tw.utils.each(importData.tiddlers,function(tiddler,title) {\n\t\tif($tw.utils.count(tiddler) === 0) {\n\t\t\tnewFields[\"selection-\" + title] = \"unchecked\";\n\t\t}\n\t});\n\t// Save the $:/Import tiddler\n\tnewFields.text = JSON.stringify(importData,null,$tw.config.preferences.jsonSpaces);\n\tthis.wiki.addTiddler(new $tw.Tiddler(importTiddler,newFields));\n\t// Update the story and history details\n\tif(this.getVariable(\"tv-auto-open-on-import\") !== \"no\") {\n\t\tvar storyList = this.getStoryList(),\n\t\t\thistory = [];\n\t\t// Add it to the story\n\t\tif(storyList.indexOf(IMPORT_TITLE) === -1) {\n\t\t\tstoryList.unshift(IMPORT_TITLE);\n\t\t}\n\t\t// And to history\n\t\thistory.push(IMPORT_TITLE);\n\t\t// Save the updated story and history\n\t\tthis.saveStoryList(storyList);\n\t\tthis.addToHistory(history);\t\t\n\t}\n\treturn false;\n};\n\n// \nNavigatorWidget.prototype.handlePerformImportEvent = function(event) {\n\tvar self = this,\n\t\timportTiddler = this.wiki.getTiddler(event.param),\n\t\timportData = this.wiki.getTiddlerData(event.param,{tiddlers: {}}),\n\t\timportReport = [];\n\t// Add the tiddlers to the store\n\timportReport.push(\"The following tiddlers were imported:\\n\");\n\t$tw.utils.each(importData.tiddlers,function(tiddlerFields) {\n\t\tvar title = tiddlerFields.title;\n\t\tif(title && importTiddler && importTiddler.fields[\"selection-\" + title] !== \"unchecked\") {\n\t\t\tself.wiki.addTiddler(new $tw.Tiddler(tiddlerFields));\n\t\t\timportReport.push(\"# [[\" + tiddlerFields.title + \"]]\");\n\t\t}\n\t});\n\t// Replace the $:/Import tiddler with an import report\n\tthis.wiki.addTiddler(new $tw.Tiddler({\n\t\ttitle: IMPORT_TITLE,\n\t\ttext: importReport.join(\"\\n\"),\n\t\t\"status\": \"complete\"\n\t}));\n\t// Navigate to the $:/Import tiddler\n\tthis.addToHistory([IMPORT_TITLE]);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n};\n\nexports.navigator = NavigatorWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/navigator.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/password.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/password.js\ntype: application/javascript\nmodule-type: widget\n\nPassword widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar PasswordWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nPasswordWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nPasswordWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the current password\n\tvar password = $tw.browser ? $tw.utils.getPassword(this.passwordName) || \"\" : \"\";\n\t// Create our element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"password\");\n\tdomNode.setAttribute(\"value\",password);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nPasswordWidget.prototype.handleChangeEvent = function(event) {\n\tvar password = this.domNodes[0].value;\n\treturn $tw.utils.savePassword(this.passwordName,password);\n};\n\n/*\nCompute the internal state of the widget\n*/\nPasswordWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.passwordName = this.getAttribute(\"name\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nPasswordWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.password = PasswordWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/password.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/radio.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/radio.js\ntype: application/javascript\nmodule-type: widget\n\nRadio widget\n\nWill set a field to the selected value:\n\n```\n\t<$radio field=\"myfield\" value=\"check 1\">one</$radio>\n\t<$radio field=\"myfield\" value=\"check 2\">two</$radio>\n\t<$radio field=\"myfield\" value=\"check 3\">three</$radio>\n```\n\n|Parameter |Description |h\n|tiddler |Name of the tiddler in which the field should be set. Defaults to current tiddler |\n|field |The name of the field to be set |\n|value |The value to set |\n|class |Optional class name(s) |\n\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RadioWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRadioWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRadioWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",this.radioClass);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"radio\");\n\tif(this.getValue() == this.radioValue) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nRadioWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.radioTitle);\n\treturn tiddler && tiddler.getFieldString(this.radioField);\n};\n\nRadioWidget.prototype.setValue = function() {\n\tif(this.radioField) {\n\t\tvar tiddler = this.wiki.getTiddler(this.radioTitle),\n\t\t\taddition = {};\n\t\taddition[this.radioField] = this.radioValue;\n\t\tthis.wiki.addTiddler(new $tw.Tiddler({title: this.radioTitle},tiddler,addition,this.wiki.getModificationFields()));\n\t}\n};\n\nRadioWidget.prototype.handleChangeEvent = function(event) {\n\tif(this.inputDomNode.checked) {\n\t\tthis.setValue();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRadioWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.radioTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.radioField = this.getAttribute(\"field\",\"text\");\n\tthis.radioValue = this.getAttribute(\"value\");\n\tthis.radioClass = this.getAttribute(\"class\",\"\");\n\tif(this.radioClass !== \"\") {\n\t\tthis.radioClass += \" \";\n\t}\n\tthis.radioClass += \"tc-radio\";\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRadioWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.value || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.radioTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue() === this.radioValue;\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.radio = RadioWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/radio.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/raw.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/raw.js\ntype: application/javascript\nmodule-type: widget\n\nRaw widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RawWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRawWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRawWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tvar div = this.document.createElement(\"div\");\n\tdiv.innerHTML=this.parseTreeNode.html;\n\tparent.insertBefore(div,nextSibling);\n\tthis.domNodes.push(div);\t\n};\n\n/*\nCompute the internal state of the widget\n*/\nRawWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRawWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.raw = RawWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/raw.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/reveal.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/reveal.js\ntype: application/javascript\nmodule-type: widget\n\nReveal widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RevealWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRevealWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRevealWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.revealTag && $tw.config.htmlUnsafeElements.indexOf(this.revealTag) === -1) {\n\t\ttag = this.revealTag;\n\t}\n\tvar domNode = this.document.createElement(tag);\n\tvar classes = this[\"class\"].split(\" \") || [];\n\tclasses.push(\"tc-reveal\");\n\tdomNode.className = classes.join(\" \");\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\t}\n\tif(!this.isOpen) {\n\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t}\n\tthis.domNodes.push(domNode);\n};\n\nRevealWidget.prototype.positionPopup = function(domNode) {\n\tdomNode.style.position = \"absolute\";\n\tdomNode.style.zIndex = \"1000\";\n\tswitch(this.position) {\n\t\tcase \"left\":\n\t\t\tdomNode.style.left = (this.popup.left - domNode.offsetWidth) + \"px\";\n\t\t\tdomNode.style.top = this.popup.top + \"px\";\n\t\t\tbreak;\n\t\tcase \"above\":\n\t\t\tdomNode.style.left = this.popup.left + \"px\";\n\t\t\tdomNode.style.top = (this.popup.top - domNode.offsetHeight) + \"px\";\n\t\t\tbreak;\n\t\tcase \"aboveright\":\n\t\t\tdomNode.style.left = (this.popup.left + this.popup.width) + \"px\";\n\t\t\tdomNode.style.top = (this.popup.top + this.popup.height - domNode.offsetHeight) + \"px\";\n\t\t\tbreak;\n\t\tcase \"right\":\n\t\t\tdomNode.style.left = (this.popup.left + this.popup.width) + \"px\";\n\t\t\tdomNode.style.top = this.popup.top + \"px\";\n\t\t\tbreak;\n\t\tcase \"belowleft\":\n\t\t\tdomNode.style.left = (this.popup.left + this.popup.width - domNode.offsetWidth) + \"px\";\n\t\t\tdomNode.style.top = (this.popup.top + this.popup.height) + \"px\";\n\t\t\tbreak;\n\t\tdefault: // Below\n\t\t\tdomNode.style.left = this.popup.left + \"px\";\n\t\t\tdomNode.style.top = (this.popup.top + this.popup.height) + \"px\";\n\t\t\tbreak;\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRevealWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.state = this.getAttribute(\"state\");\n\tthis.revealTag = this.getAttribute(\"tag\");\n\tthis.type = this.getAttribute(\"type\");\n\tthis.text = this.getAttribute(\"text\");\n\tthis.position = this.getAttribute(\"position\");\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis.style = this.getAttribute(\"style\",\"\");\n\tthis[\"default\"] = this.getAttribute(\"default\",\"\");\n\tthis.animate = this.getAttribute(\"animate\",\"no\");\n\tthis.retain = this.getAttribute(\"retain\",\"no\");\n\tthis.openAnimation = this.animate === \"no\" ? undefined : \"open\";\n\tthis.closeAnimation = this.animate === \"no\" ? undefined : \"close\";\n\t// Compute the title of the state tiddler and read it\n\tthis.stateTitle = this.state;\n\tthis.readState();\n\t// Construct the child widgets\n\tvar childNodes = this.isOpen ? this.parseTreeNode.children : [];\n\tthis.hasChildNodes = this.isOpen;\n\tthis.makeChildWidgets(childNodes);\n};\n\n/*\nRead the state tiddler\n*/\nRevealWidget.prototype.readState = function() {\n\t// Read the information from the state tiddler\n\tvar state = this.stateTitle ? this.wiki.getTextReference(this.stateTitle,this[\"default\"],this.getVariable(\"currentTiddler\")) : this[\"default\"];\n\tswitch(this.type) {\n\t\tcase \"popup\":\n\t\t\tthis.readPopupState(state);\n\t\t\tbreak;\n\t\tcase \"match\":\n\t\t\tthis.readMatchState(state);\n\t\t\tbreak;\n\t\tcase \"nomatch\":\n\t\t\tthis.readMatchState(state);\n\t\t\tthis.isOpen = !this.isOpen;\n\t\t\tbreak;\n\t}\n};\n\nRevealWidget.prototype.readMatchState = function(state) {\n\tthis.isOpen = state === this.text;\n};\n\nRevealWidget.prototype.readPopupState = function(state) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/,\n\t\tmatch = popupLocationRegExp.exec(state);\n\t// Check if the state matches the location regexp\n\tif(match) {\n\t\t// If so, we're open\n\t\tthis.isOpen = true;\n\t\t// Get the location\n\t\tthis.popup = {\n\t\t\tleft: parseFloat(match[1]),\n\t\t\ttop: parseFloat(match[2]),\n\t\t\twidth: parseFloat(match[3]),\n\t\t\theight: parseFloat(match[4])\n\t\t};\n\t} else {\n\t\t// If not, we're closed\n\t\tthis.isOpen = false;\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRevealWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.state || changedAttributes.type || changedAttributes.text || changedAttributes.position || changedAttributes[\"default\"] || changedAttributes.animate) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false,\n\t\t\tcurrentlyOpen = this.isOpen;\n\t\tthis.readState();\n\t\tif(this.isOpen !== currentlyOpen) {\n\t\t\tif(this.retain === \"yes\") {\n\t\t\t\tthis.updateState();\n\t\t\t} else {\n\t\t\t\tthis.refreshSelf();\n\t\t\t\trefreshed = true;\n\t\t\t}\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\n/*\nCalled by refresh() to dynamically show or hide the content\n*/\nRevealWidget.prototype.updateState = function() {\n\t// Read the current state\n\tthis.readState();\n\t// Construct the child nodes if needed\n\tvar domNode = this.domNodes[0];\n\tif(this.isOpen && !this.hasChildNodes) {\n\t\tthis.hasChildNodes = true;\n\t\tthis.makeChildWidgets(this.parseTreeNode.children);\n\t\tthis.renderChildren(domNode,null);\n\t}\n\t// Animate our DOM node\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\n\t}\n\tif(this.isOpen) {\n\t\tdomNode.removeAttribute(\"hidden\");\n $tw.anim.perform(this.openAnimation,domNode);\n\t} else {\n\t\t$tw.anim.perform(this.closeAnimation,domNode,{callback: function() {\n\t\t\tdomNode.setAttribute(\"hidden\",\"true\");\n }});\n\t}\n};\n\nexports.reveal = RevealWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/reveal.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/scrollable.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/scrollable.js\ntype: application/javascript\nmodule-type: widget\n\nScrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ScrollableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.scaleFactor = 1;\n\tthis.addEventListeners([\n\t\t{type: \"tm-scroll\", handler: \"handleScrollEvent\"}\n\t]);\n\tif($tw.browser) {\n\t\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\t\twindow.webkitRequestAnimationFrame ||\n\t\t\twindow.mozRequestAnimationFrame ||\n\t\t\tfunction(callback) {\n\t\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t\t};\n\t\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\t\twindow.webkitCancelAnimationFrame ||\n\t\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\t\twindow.mozCancelAnimationFrame ||\n\t\t\twindow.mozCancelRequestAnimationFrame ||\n\t\t\tfunction(id) {\n\t\t\t\twindow.clearTimeout(id);\n\t\t\t};\n\t}\n};\n\n/*\nInherit from the base widget class\n*/\nScrollableWidget.prototype = new Widget();\n\nScrollableWidget.prototype.cancelScroll = function() {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(window,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle a scroll event\n*/\nScrollableWidget.prototype.handleScrollEvent = function(event) {\n\t// Pass the scroll event through if our offsetsize is larger than our scrollsize\n\tif(this.outerDomNode.scrollWidth <= this.outerDomNode.offsetWidth && this.outerDomNode.scrollHeight <= this.outerDomNode.offsetHeight && this.fallthrough === \"yes\") {\n\t\treturn true;\n\t}\n\tthis.scrollIntoView(event.target);\n\treturn false; // Handled event\n};\n\n/*\nScroll an element into view\n*/\nScrollableWidget.prototype.scrollIntoView = function(element) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\tthis.cancelScroll();\n\tthis.startTime = Date.now();\n\tvar scrollPosition = {\n\t\tx: this.outerDomNode.scrollLeft,\n\t\ty: this.outerDomNode.scrollTop\n\t};\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar scrollableBounds = this.outerDomNode.getBoundingClientRect(),\n\t\tclientTargetBounds = element.getBoundingClientRect(),\n\t\tbounds = {\n\t\t\tleft: clientTargetBounds.left + scrollPosition.x - scrollableBounds.left,\n\t\t\ttop: clientTargetBounds.top + scrollPosition.y - scrollableBounds.top,\n\t\t\twidth: clientTargetBounds.width,\n\t\t\theight: clientTargetBounds.height\n\t\t};\n\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\tvar getEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\t// If the target is already visible then stay where we are\n\t\t\tif(targetPos >= currentPos && (targetPos + targetSize) <= (currentPos + currentSize)) {\n\t\t\t\treturn currentPos;\n\t\t\t// If the target is above/left of the current view, then scroll to its top/left\n\t\t\t} else if(targetPos <= currentPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// If the target is smaller than the window and the scroll position is too far up, then scroll till the target is at the bottom of the window\n\t\t\t} else if(targetSize < currentSize && currentPos < (targetPos + targetSize - currentSize)) {\n\t\t\t\treturn targetPos + targetSize - currentSize;\n\t\t\t// If the target is big, then just scroll to the top\n\t\t\t} else if(currentPos < targetPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// Otherwise, stay where we are\n\t\t\t} else {\n\t\t\t\treturn currentPos;\n\t\t\t}\n\t\t},\n\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,this.outerDomNode.offsetWidth),\n\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,this.outerDomNode.offsetHeight);\n\t// Only scroll if necessary\n\tif(endX !== scrollPosition.x || endY !== scrollPosition.y) {\n\t\tvar self = this,\n\t\t\tdrawFrame;\n\t\tdrawFrame = function () {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll();\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tself.outerDomNode.scrollLeft = scrollPosition.x + (endX - scrollPosition.x) * t;\n\t\t\tself.outerDomNode.scrollTop = scrollPosition.y + (endY - scrollPosition.y) * t;\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(window,drawFrame);\n\t\t\t}\n\t\t};\n\t\tdrawFrame();\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nScrollableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create elements\n\tthis.outerDomNode = this.document.createElement(\"div\");\n\t$tw.utils.setStyle(this.outerDomNode,[\n\t\t{overflowY: \"auto\"},\n\t\t{overflowX: \"auto\"},\n\t\t{webkitOverflowScrolling: \"touch\"}\n\t]);\n\tthis.innerDomNode = this.document.createElement(\"div\");\n\tthis.outerDomNode.appendChild(this.innerDomNode);\n\t// Assign classes\n\tthis.outerDomNode.className = this[\"class\"] || \"\";\n\t// Insert element\n\tparent.insertBefore(this.outerDomNode,nextSibling);\n\tthis.renderChildren(this.innerDomNode,null);\n\tthis.domNodes.push(this.outerDomNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nScrollableWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.fallthrough = this.getAttribute(\"fallthrough\",\"yes\");\n\tthis[\"class\"] = this.getAttribute(\"class\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nScrollableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.scrollable = ScrollableWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/scrollable.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/select.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/select.js\ntype: application/javascript\nmodule-type: widget\n\nSelect widget:\n\n```\n<$select tiddler=\"MyTiddler\" field=\"text\">\n<$list filter=\"[tag[chapter]]\">\n<option value=<<currentTiddler>>>\n<$view field=\"description\"/>\n</option>\n</$list>\n</$select>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SelectWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSelectWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSelectWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\tthis.setSelectValue();\n\t$tw.utils.addEventListeners(this.getSelectDomNode(),[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n};\n\n/*\nHandle a change event\n*/\nSelectWidget.prototype.handleChangeEvent = function(event) {\n\tvar value = this.getSelectDomNode().value;\n\tthis.wiki.setText(this.selectTitle,this.selectField,this.selectIndex,value);\n};\n\n/*\nIf necessary, set the value of the select element to the current value\n*/\nSelectWidget.prototype.setSelectValue = function() {\n\tvar value = this.selectDefault;\n\t// Get the value\n\tif(this.selectIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.selectTitle,this.selectIndex);\n\t} else {\n\t\tvar tiddler = this.wiki.getTiddler(this.selectTitle);\n\t\tif(tiddler) {\n\t\t\tif(this.selectField === \"text\") {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.selectTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.selectField)) {\n\t\t\t\t\tvalue = tiddler.getFieldString(this.selectField);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.selectField === \"title\") {\n\t\t\t\tvalue = this.selectTitle;\n\t\t\t}\n\t\t}\n\t}\n\t// Assign it to the select element if it's different than the current value\n\tvar domNode = this.getSelectDomNode();\n\tif(domNode.value !== value) {\n\t\tdomNode.value = value;\n\t}\n};\n\n/*\nGet the DOM node of the select element\n*/\nSelectWidget.prototype.getSelectDomNode = function() {\n\treturn this.children[0].domNodes[0];\n};\n\n/*\nCompute the internal state of the widget\n*/\nSelectWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.selectTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.selectField = this.getAttribute(\"field\",\"text\");\n\tthis.selectIndex = this.getAttribute(\"index\");\n\tthis.selectClass = this.getAttribute(\"class\");\n\tthis.selectDefault = this.getAttribute(\"default\");\n\t// Make the child widgets\n\tvar selectNode = {\n\t\ttype: \"element\",\n\t\ttag: \"select\",\n\t\tchildren: this.parseTreeNode.children\n\t};\n\tif(this.selectClass) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"class\",this.selectClass);\n\t}\n\tthis.makeChildWidgets([selectNode]);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSelectWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// If we're using a different tiddler/field/index then completely refresh ourselves\n\tif(changedAttributes.selectTitle || changedAttributes.selectField || changedAttributes.selectIndex) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t// If the target tiddler value has changed, just update setting and refresh the children\n\t} else {\n\t\tif(changedTiddlers[this.selectTitle]) {\n\t\t\tthis.setSelectValue();\n\t\t} \n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.select = SelectWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/select.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/set.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/set.js\ntype: application/javascript\nmodule-type: widget\n\nSet variable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.setName = this.getAttribute(\"name\",\"currentTiddler\");\n\tthis.setFilter = this.getAttribute(\"filter\");\n\tthis.setValue = this.getAttribute(\"value\");\n\tthis.setEmptyValue = this.getAttribute(\"emptyValue\");\n\t// Set context variable\n\tvar value = this.setValue;\n\tif(this.setFilter) {\n\t\tvar results = this.wiki.filterTiddlers(this.setFilter,this);\n\t\tif(!this.setValue) {\n\t\t\tvalue = $tw.utils.stringifyList(results);\n\t\t}\n\t\tif(results.length === 0 && this.setEmptyValue !== undefined) {\n\t\t\tvalue = this.setEmptyValue;\n\t\t}\n\t}\n\tthis.setVariable(this.setName,value,this.parseTreeNode.params);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSetWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.filter || changedAttributes.value || changedAttributes.emptyValue) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.setvariable = SetWidget;\nexports.set = SetWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/set.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/text.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/text.js\ntype: application/javascript\nmodule-type: widget\n\nText node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TextNodeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTextNodeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTextNodeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar text = this.getAttribute(\"text\",this.parseTreeNode.text || \"\");\n\ttext = text.replace(/\\r/mg,\"\");\n\tvar textNode = this.document.createTextNode(text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTextNodeWidget.prototype.execute = function() {\n\t// Nothing to do for a text node\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTextNodeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.text) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.text = TextNodeWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/text.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/tiddler.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/tiddler.js\ntype: application/javascript\nmodule-type: widget\n\nTiddler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTiddlerWidget.prototype.execute = function() {\n\tthis.tiddlerState = this.computeTiddlerState();\n\tthis.setVariable(\"currentTiddler\",this.tiddlerState.currentTiddler);\n\tthis.setVariable(\"missingTiddlerClass\",this.tiddlerState.missingTiddlerClass);\n\tthis.setVariable(\"shadowTiddlerClass\",this.tiddlerState.shadowTiddlerClass);\n\tthis.setVariable(\"systemTiddlerClass\",this.tiddlerState.systemTiddlerClass);\n\tthis.setVariable(\"tiddlerTagClasses\",this.tiddlerState.tiddlerTagClasses);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nCompute the tiddler state flags\n*/\nTiddlerWidget.prototype.computeTiddlerState = function() {\n\t// Get our parameters\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Compute the state\n\tvar state = {\n\t\tcurrentTiddler: this.tiddlerTitle || \"\",\n\t\tmissingTiddlerClass: (this.wiki.tiddlerExists(this.tiddlerTitle) || this.wiki.isShadowTiddler(this.tiddlerTitle)) ? \"tc-tiddler-exists\" : \"tc-tiddler-missing\",\n\t\tshadowTiddlerClass: this.wiki.isShadowTiddler(this.tiddlerTitle) ? \"tc-tiddler-shadow\" : \"\",\n\t\tsystemTiddlerClass: this.wiki.isSystemTiddler(this.tiddlerTitle) ? \"tc-tiddler-system\" : \"\",\n\t\ttiddlerTagClasses: this.getTagClasses()\n\t};\n\t// Compute a simple hash to make it easier to detect changes\n\tstate.hash = state.currentTiddler + state.missingTiddlerClass + state.shadowTiddlerClass + state.systemTiddlerClass + state.tiddlerTagClasses;\n\treturn state;\n};\n\n/*\nCreate a string of CSS classes derived from the tags of the current tiddler\n*/\nTiddlerWidget.prototype.getTagClasses = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\tif(tiddler) {\n\t\tvar tags = [];\n\t\t$tw.utils.each(tiddler.fields.tags,function(tag) {\n\t\t\ttags.push(\"tc-tagged-\" + encodeURIComponent(tag));\n\t\t});\n\t\treturn tags.join(\" \");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tnewTiddlerState = this.computeTiddlerState();\n\tif(changedAttributes.tiddler || newTiddlerState.hash !== this.tiddlerState.hash) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.tiddler = TiddlerWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/tiddler.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/transclude.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/transclude.js\ntype: application/javascript\nmodule-type: widget\n\nTransclude widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TranscludeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTranscludeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTranscludeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTranscludeWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.transcludeTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.transcludeSubTiddler = this.getAttribute(\"subtiddler\");\n\tthis.transcludeField = this.getAttribute(\"field\");\n\tthis.transcludeIndex = this.getAttribute(\"index\");\n\tthis.transcludeMode = this.getAttribute(\"mode\");\n\t// Parse the text reference\n\tvar parseAsInline = !this.parseTreeNode.isBlock;\n\tif(this.transcludeMode === \"inline\") {\n\t\tparseAsInline = true;\n\t} else if(this.transcludeMode === \"block\") {\n\t\tparseAsInline = false;\n\t}\n\tvar parser = this.wiki.parseTextReference(\n\t\t\t\t\t\tthis.transcludeTitle,\n\t\t\t\t\t\tthis.transcludeField,\n\t\t\t\t\t\tthis.transcludeIndex,\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tparseAsInline: parseAsInline,\n\t\t\t\t\t\t\tsubTiddler: this.transcludeSubTiddler\n\t\t\t\t\t\t}),\n\t\tparseTreeNodes = parser ? parser.tree : this.parseTreeNode.children;\n\t// Set context variables for recursion detection\n\tvar recursionMarker = this.makeRecursionMarker();\n\tthis.setVariable(\"transclusion\",recursionMarker);\n\t// Check for recursion\n\tif(parser) {\n\t\tif(this.parentWidget && this.parentWidget.hasVariable(\"transclusion\",recursionMarker)) {\n\t\t\tparseTreeNodes = [{type: \"element\", tag: \"span\", attributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-error\"}\n\t\t\t}, children: [\n\t\t\t\t{type: \"text\", text: \"Recursive transclusion error in transclude widget\"}\n\t\t\t]}];\n\t\t}\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nCompose a string comprising the title, field and/or index to identify this transclusion for recursion detection\n*/\nTranscludeWidget.prototype.makeRecursionMarker = function() {\n\tvar output = [];\n\toutput.push(\"{\");\n\toutput.push(this.getVariable(\"currentTiddler\",{defaultValue: \"\"}));\n\toutput.push(\"|\");\n\toutput.push(this.transcludeTitle || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeField || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeIndex || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeSubTiddler || \"\");\n\toutput.push(\"}\");\n\treturn output.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTranscludeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedTiddlers[this.transcludeTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.transclude = TranscludeWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/transclude.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/view.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/view.js\ntype: application/javascript\nmodule-type: widget\n\nView widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ViewWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nViewWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nViewWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tif(this.text) {\n\t\tvar textNode = this.document.createTextNode(this.text);\n\t\tparent.insertBefore(textNode,nextSibling);\n\t\tthis.domNodes.push(textNode);\n\t} else {\n\t\tthis.makeChildWidgets();\n\t\tthis.renderChildren(parent,nextSibling);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nViewWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.viewTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.viewSubtiddler = this.getAttribute(\"subtiddler\");\n\tthis.viewField = this.getAttribute(\"field\",\"text\");\n\tthis.viewIndex = this.getAttribute(\"index\");\n\tthis.viewFormat = this.getAttribute(\"format\",\"text\");\n\tthis.viewTemplate = this.getAttribute(\"template\",\"\");\n\tswitch(this.viewFormat) {\n\t\tcase \"htmlwikified\":\n\t\t\tthis.text = this.getValueAsHtmlWikified();\n\t\t\tbreak;\n\t\tcase \"htmlencoded\":\n\t\t\tthis.text = this.getValueAsHtmlEncoded();\n\t\t\tbreak;\n\t\tcase \"urlencoded\":\n\t\t\tthis.text = this.getValueAsUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"doubleurlencoded\":\n\t\t\tthis.text = this.getValueAsDoubleUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"date\":\n\t\t\tthis.text = this.getValueAsDate(this.viewTemplate);\n\t\t\tbreak;\n\t\tcase \"relativedate\":\n\t\t\tthis.text = this.getValueAsRelativeDate();\n\t\t\tbreak;\n\t\tcase \"stripcomments\":\n\t\t\tthis.text = this.getValueAsStrippedComments();\n\t\t\tbreak;\n\t\tcase \"jsencoded\":\n\t\t\tthis.text = this.getValueAsJsEncoded();\n\t\t\tbreak;\n\t\tdefault: // \"text\"\n\t\t\tthis.text = this.getValueAsText();\n\t\t\tbreak;\n\t}\n};\n\n/*\nThe various formatter functions are baked into this widget for the moment. Eventually they will be replaced by macro functions\n*/\n\n/*\nRetrieve the value of the widget. Options are:\nasString: Optionally return the value as a string\n*/\nViewWidget.prototype.getValue = function(options) {\n\toptions = options || {};\n\tvar value = options.asString ? \"\" : undefined;\n\tif(this.viewIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.viewTitle,this.viewIndex);\n\t} else {\n\t\tvar tiddler;\n\t\tif(this.viewSubtiddler) {\n\t\t\ttiddler = this.wiki.getSubTiddler(this.viewTitle,this.viewSubtiddler);\t\n\t\t} else {\n\t\t\ttiddler = this.wiki.getTiddler(this.viewTitle);\n\t\t}\n\t\tif(tiddler) {\n\t\t\tif(this.viewField === \"text\" && !this.viewSubtiddler) {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.viewTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.viewField)) {\n\t\t\t\t\tif(options.asString) {\n\t\t\t\t\t\tvalue = tiddler.getFieldString(this.viewField);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvalue = tiddler.fields[this.viewField];\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.viewField === \"title\") {\n\t\t\t\tvalue = this.viewTitle;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n\nViewWidget.prototype.getValueAsText = function() {\n\treturn this.getValue({asString: true});\n};\n\nViewWidget.prototype.getValueAsHtmlWikified = function() {\n\treturn this.wiki.renderText(\"text/html\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{parentWidget: this});\n};\n\nViewWidget.prototype.getValueAsHtmlEncoded = function() {\n\treturn $tw.utils.htmlEncode(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsUrlEncoded = function() {\n\treturn encodeURIComponent(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsDoubleUrlEncoded = function() {\n\treturn encodeURIComponent(encodeURIComponent(this.getValueAsText()));\n};\n\nViewWidget.prototype.getValueAsDate = function(format) {\n\tformat = format || \"YYYY MM DD 0hh:0mm\";\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.formatDateString(value,format);\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsRelativeDate = function(format) {\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.getRelativeDate((new Date()) - (new Date(value))).description;\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsStrippedComments = function() {\n\tvar lines = this.getValueAsText().split(\"\\n\"),\n\t\tout = [];\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar text = lines[line];\n\t\tif(!/^\\s*\\/\\/#/.test(text)) {\n\t\t\tout.push(text);\n\t\t}\n\t}\n\treturn out.join(\"\\n\");\n};\n\nViewWidget.prototype.getValueAsJsEncoded = function() {\n\treturn $tw.utils.stringify(this.getValueAsText());\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nViewWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.template || changedAttributes.format || changedTiddlers[this.viewTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.view = ViewWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/view.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/widget.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/widget.js\ntype: application/javascript\nmodule-type: widget\n\nWidget base class\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate a widget object for a parse tree node\n\tparseTreeNode: reference to the parse tree node to be rendered\n\toptions: see below\nOptions include:\n\twiki: mandatory reference to wiki associated with this render tree\n\tparentWidget: optional reference to a parent renderer node for the context chain\n\tdocument: optional document object to use instead of global document\n*/\nvar Widget = function(parseTreeNode,options) {\n\tif(arguments.length > 0) {\n\t\tthis.initialise(parseTreeNode,options);\n\t}\n};\n\n/*\nInitialise widget properties. These steps are pulled out of the constructor so that we can reuse them in subclasses\n*/\nWidget.prototype.initialise = function(parseTreeNode,options) {\n\toptions = options || {};\n\t// Save widget info\n\tthis.parseTreeNode = parseTreeNode;\n\tthis.wiki = options.wiki;\n\tthis.parentWidget = options.parentWidget;\n\tthis.variablesConstructor = function() {};\n\tthis.variablesConstructor.prototype = this.parentWidget ? this.parentWidget.variables : {};\n\tthis.variables = new this.variablesConstructor();\n\tthis.document = options.document;\n\tthis.attributes = {};\n\tthis.children = [];\n\tthis.domNodes = [];\n\tthis.eventListeners = {};\n\t// Hashmap of the widget classes\n\tif(!this.widgetClasses) {\n\t\tWidget.prototype.widgetClasses = $tw.modules.applyMethods(\"widget\");\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWidget.prototype.execute = function() {\n\tthis.makeChildWidgets();\n};\n\n/*\nSet the value of a context variable\nname: name of the variable\nvalue: value of the variable\nparams: array of {name:, default:} for each parameter\n*/\nWidget.prototype.setVariable = function(name,value,params) {\n\tthis.variables[name] = {value: value, params: params};\n};\n\n/*\nGet the prevailing value of a context variable\nname: name of variable\noptions: see below\nOptions include\nparams: array of {name:, value:} for each parameter\ndefaultValue: default value if the variable is not defined\n*/\nWidget.prototype.getVariable = function(name,options) {\n\toptions = options || {};\n\tvar actualParams = options.params || [],\n\t\tparentWidget = this.parentWidget;\n\t// Check for the variable defined in the parent widget (or an ancestor in the prototype chain)\n\tif(parentWidget && name in parentWidget.variables) {\n\t\tvar variable = parentWidget.variables[name],\n\t\t\tvalue = variable.value;\n\t\t// Substitute any parameters specified in the definition\n\t\tvalue = this.substituteVariableParameters(value,variable.params,actualParams);\n\t\tvalue = this.substituteVariableReferences(value);\n\t\treturn value;\n\t}\n\t// If the variable doesn't exist in the parent widget then look for a macro module\n\treturn this.evaluateMacroModule(name,actualParams,options.defaultValue);\n};\n\nWidget.prototype.substituteVariableParameters = function(text,formalParams,actualParams) {\n\tif(formalParams) {\n\t\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\t\tparamInfo, paramValue;\n\t\t// Step through each of the parameters in the macro definition\n\t\tfor(var p=0; p<formalParams.length; p++) {\n\t\t\t// Check if we've got a macro call parameter with the same name\n\t\t\tparamInfo = formalParams[p];\n\t\t\tparamValue = undefined;\n\t\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// If not, use the next available anonymous macro call parameter\n\t\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\t\tnextAnonParameter++;\n\t\t\t}\n\t\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t\t}\n\t\t\t// If we've still not got a value, use the default, if any\n\t\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t\t// Replace any instances of this parameter\n\t\t\ttext = text.replace(new RegExp(\"\\\\$\" + $tw.utils.escapeRegExp(paramInfo.name) + \"\\\\$\",\"mg\"),paramValue);\n\t\t}\n\t}\n\treturn text;\n};\n\nWidget.prototype.substituteVariableReferences = function(text) {\n\tvar self = this;\n\treturn (text || \"\").replace(/\\$\\(([^\\)\\$]+)\\)\\$/g,function(match,p1,offset,string) {\n\t\treturn self.getVariable(p1,{defaultValue: \"\"});\n\t});\n};\n\nWidget.prototype.evaluateMacroModule = function(name,actualParams,defaultValue) {\n\tif($tw.utils.hop($tw.macros,name)) {\n\t\tvar macro = $tw.macros[name],\n\t\t\targs = [];\n\t\tif(macro.params.length > 0) {\n\t\t\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\t\t\tparamInfo, paramValue;\n\t\t\t// Step through each of the parameters in the macro definition\n\t\t\tfor(var p=0; p<macro.params.length; p++) {\n\t\t\t\t// Check if we've got a macro call parameter with the same name\n\t\t\t\tparamInfo = macro.params[p];\n\t\t\t\tparamValue = undefined;\n\t\t\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// If not, use the next available anonymous macro call parameter\n\t\t\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\t\t\tnextAnonParameter++;\n\t\t\t\t}\n\t\t\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t\t\t}\n\t\t\t\t// If we've still not got a value, use the default, if any\n\t\t\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t\t\t// Save the parameter\n\t\t\t\targs.push(paramValue);\n\t\t\t}\n\t\t}\n\t\telse for(var i=0; i<actualParams.length; ++i) {\n\t\t\targs.push(actualParams[i].value);\n\t\t}\n\t\treturn (macro.run.apply(this,args) || \"\").toString();\n\t} else {\n\t\treturn defaultValue;\n\t}\n};\n\n/*\nCheck whether a given context variable value exists in the parent chain\n*/\nWidget.prototype.hasVariable = function(name,value) {\n\tvar node = this;\n\twhile(node) {\n\t\tif($tw.utils.hop(node.variables,name) && node.variables[name].value === value) {\n\t\t\treturn true;\n\t\t}\n\t\tnode = node.parentWidget;\n\t}\n\treturn false;\n};\n\n/*\nConstruct a qualifying string based on a hash of concatenating the values of a given variable in the parent chain\n*/\nWidget.prototype.getStateQualifier = function(name) {\n\tname = name || \"transclusion\";\n\tvar output = [],\n\t\tnode = this;\n\twhile(node && node.parentWidget) {\n\t\tif($tw.utils.hop(node.parentWidget.variables,name)) {\n\t\t\toutput.push(node.getVariable(name));\n\t\t}\n\t\tnode = node.parentWidget;\n\t}\n\treturn $tw.utils.hashString(output.join(\"\"));\n};\n\n/*\nCompute the current values of the attributes of the widget. Returns a hashmap of the names of the attributes that have changed\n*/\nWidget.prototype.computeAttributes = function() {\n\tvar changedAttributes = {},\n\t\tself = this,\n\t\tvalue;\n\t$tw.utils.each(this.parseTreeNode.attributes,function(attribute,name) {\n\t\tif(attribute.type === \"indirect\") {\n\t\t\tvalue = self.wiki.getTextReference(attribute.textReference,\"\",self.getVariable(\"currentTiddler\"));\n\t\t} else if(attribute.type === \"macro\") {\n\t\t\tvalue = self.getVariable(attribute.value.name,{params: attribute.value.params});\n\t\t} else { // String attribute\n\t\t\tvalue = attribute.value;\n\t\t}\n\t\t// Check whether the attribute has changed\n\t\tif(self.attributes[name] !== value) {\n\t\t\tself.attributes[name] = value;\n\t\t\tchangedAttributes[name] = true;\n\t\t}\n\t});\n\treturn changedAttributes;\n};\n\n/*\nCheck for the presence of an attribute\n*/\nWidget.prototype.hasAttribute = function(name) {\n\treturn $tw.utils.hop(this.attributes,name);\n};\n\n/*\nGet the value of an attribute\n*/\nWidget.prototype.getAttribute = function(name,defaultText) {\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\treturn this.attributes[name];\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nAssign the computed attributes of the widget to a domNode\noptions include:\nexcludeEventAttributes: ignores attributes whose name begins with \"on\"\n*/\nWidget.prototype.assignAttributes = function(domNode,options) {\n\toptions = options || {};\n\tvar self = this;\n\t$tw.utils.each(this.attributes,function(v,a) {\n\t\t// Check exclusions\n\t\tif(options.excludeEventAttributes && a.substr(0,2) === \"on\") {\n\t\t\tv = undefined;\n\t\t}\n\t\tif(v !== undefined) {\n\t\t\tvar b = a.split(\":\");\n\t\t\t// Setting certain attributes can cause a DOM error (eg xmlns on the svg element)\n\t\t\ttry {\n\t\t\t\tif (b.length == 2 && b[0] == \"xlink\"){\n\t\t\t\t\tdomNode.setAttributeNS(\"http://www.w3.org/1999/xlink\",b[1],v);\n\t\t\t\t} else {\n\t\t\t\t\tdomNode.setAttributeNS(null,a,v);\n\t\t\t\t}\n\t\t\t} catch(e) {\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nMake child widgets correspondng to specified parseTreeNodes\n*/\nWidget.prototype.makeChildWidgets = function(parseTreeNodes) {\n\tthis.children = [];\n\tvar self = this;\n\t$tw.utils.each(parseTreeNodes || (this.parseTreeNode && this.parseTreeNode.children),function(childNode) {\n\t\tself.children.push(self.makeChildWidget(childNode));\n\t});\n};\n\n/*\nConstruct the widget object for a parse tree node\n*/\nWidget.prototype.makeChildWidget = function(parseTreeNode) {\n\tvar WidgetClass = this.widgetClasses[parseTreeNode.type];\n\tif(!WidgetClass) {\n\t\tWidgetClass = this.widgetClasses.text;\n\t\tparseTreeNode = {type: \"text\", text: \"Undefined widget '\" + parseTreeNode.type + \"'\"};\n\t}\n\treturn new WidgetClass(parseTreeNode,{\n\t\twiki: this.wiki,\n\t\tvariables: {},\n\t\tparentWidget: this,\n\t\tdocument: this.document\n\t});\n};\n\n/*\nGet the next sibling of this widget\n*/\nWidget.prototype.nextSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index < this.parentWidget.children.length-1) {\n\t\t\treturn this.parentWidget.children[index+1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the previous sibling of this widget\n*/\nWidget.prototype.previousSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index > 0) {\n\t\t\treturn this.parentWidget.children[index-1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRender the children of this widget into the DOM\n*/\nWidget.prototype.renderChildren = function(parent,nextSibling) {\n\t$tw.utils.each(this.children,function(childWidget) {\n\t\tchildWidget.render(parent,nextSibling);\n\t});\n};\n\n/*\nAdd a list of event listeners from an array [{type:,handler:},...]\n*/\nWidget.prototype.addEventListeners = function(listeners) {\n\tvar self = this;\n\t$tw.utils.each(listeners,function(listenerInfo) {\n\t\tself.addEventListener(listenerInfo.type,listenerInfo.handler);\n\t});\n};\n\n/*\nAdd an event listener\n*/\nWidget.prototype.addEventListener = function(type,handler) {\n\tvar self = this;\n\tif(typeof handler === \"string\") { // The handler is a method name on this widget\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn self[handler].call(self,event);\n\t\t};\n\t} else { // The handler is a function\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn handler.call(self,event);\n\t\t};\n\t}\n};\n\n/*\nDispatch an event to a widget. If the widget doesn't handle the event then it is also dispatched to the parent widget\n*/\nWidget.prototype.dispatchEvent = function(event) {\n\t// Dispatch the event if this widget handles it\n\tvar listener = this.eventListeners[event.type];\n\tif(listener) {\n\t\t// Don't propagate the event if the listener returned false\n\t\tif(!listener(event)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Dispatch the event to the parent widget\n\tif(this.parentWidget) {\n\t\treturn this.parentWidget.dispatchEvent(event);\n\t}\n\treturn true;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nRebuild a previously rendered widget\n*/\nWidget.prototype.refreshSelf = function() {\n\tvar nextSibling = this.findNextSiblingDomNode();\n\tthis.removeChildDomNodes();\n\tthis.render(this.parentDomNode,nextSibling);\n};\n\n/*\nRefresh all the children of a widget\n*/\nWidget.prototype.refreshChildren = function(changedTiddlers) {\n\tvar self = this,\n\t\trefreshed = false;\n\t$tw.utils.each(this.children,function(childWidget) {\n\t\trefreshed = childWidget.refresh(changedTiddlers) || refreshed;\n\t});\n\treturn refreshed;\n};\n\n/*\nFind the next sibling in the DOM to this widget. This is done by scanning the widget tree through all next siblings and their descendents that share the same parent DOM node\n*/\nWidget.prototype.findNextSiblingDomNode = function(startIndex) {\n\t// Refer to this widget by its index within its parents children\n\tvar parent = this.parentWidget,\n\t\tindex = startIndex !== undefined ? startIndex : parent.children.indexOf(this);\nif(index === -1) {\n\tthrow \"node not found in parents children\";\n}\n\t// Look for a DOM node in the later siblings\n\twhile(++index < parent.children.length) {\n\t\tvar domNode = parent.children[index].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\t// Go back and look for later siblings of our parent if it has the same parent dom node\n\tvar grandParent = parent.parentWidget;\n\tif(grandParent && parent.parentDomNode === this.parentDomNode) {\n\t\tindex = grandParent.children.indexOf(parent);\n\t\treturn parent.findNextSiblingDomNode(index);\n\t}\n\treturn null;\n};\n\n/*\nFind the first DOM node generated by a widget or its children\n*/\nWidget.prototype.findFirstDomNode = function() {\n\t// Return the first dom node of this widget, if we've got one\n\tif(this.domNodes.length > 0) {\n\t\treturn this.domNodes[0];\n\t}\n\t// Otherwise, recursively call our children\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar domNode = this.children[t].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRemove any DOM nodes created by this widget or its children\n*/\nWidget.prototype.removeChildDomNodes = function() {\n\t// If this widget has directly created DOM nodes, delete them and exit. This assumes that any child widgets are contained within the created DOM nodes, which would normally be the case\n\tif(this.domNodes.length > 0) {\n\t\t$tw.utils.each(this.domNodes,function(domNode) {\n\t\t\tdomNode.parentNode.removeChild(domNode);\n\t\t});\n\t\tthis.domNodes = [];\n\t} else {\n\t\t// Otherwise, ask the child widgets to delete their DOM nodes\n\t\t$tw.utils.each(this.children,function(childWidget) {\n\t\t\tchildWidget.removeChildDomNodes();\n\t\t});\n\t}\n};\n\n/*\nInvoke the action widgets that are descendents of the current widget.\n*/\nWidget.prototype.invokeActions = function(triggeringWidget,event) {\n\tvar handled = false;\n\t// For each child widget\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar child = this.children[t];\n\t\t// Invoke the child if it is an action widget\n\t\tif(child.invokeAction && child.invokeAction(triggeringWidget,event)) {\n\t\t\thandled = true;\n\t\t}\n\t\t// Propagate through through the child if it permits it\n\t\tif(child.allowActionPropagation() && child.invokeActions(triggeringWidget,event)) {\n\t\t\thandled = true;\n\t\t}\n\t}\n\treturn handled;\n};\n\n\nWidget.prototype.allowActionPropagation = function() {\n\treturn true;\n};\n\nexports.widget = Widget;\n\n})();\n",
"title": "$:/core/modules/widgets/widget.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/wiki.js": {
"text": "/*\\\ntitle: $:/core/modules/wiki.js\ntype: application/javascript\nmodule-type: wikimethod\n\nExtension methods for the $tw.Wiki object\n\nAdds the following properties to the wiki object:\n\n* `eventListeners` is a hashmap by type of arrays of listener functions\n* `changedTiddlers` is a hashmap describing changes to named tiddlers since wiki change events were last dispatched. Each entry is a hashmap containing two fields:\n\tmodified: true/false\n\tdeleted: true/false\n* `changeCount` is a hashmap by tiddler title containing a numerical index that starts at zero and is incremented each time a tiddler is created changed or deleted\n* `caches` is a hashmap by tiddler title containing a further hashmap of named cache objects. Caches are automatically cleared when a tiddler is modified or deleted\n* `globalCache` is a hashmap by cache name of cache objects that are cleared whenever any tiddler change occurs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar USER_NAME_TITLE = \"$:/status/UserName\";\n\n/*\nGet the value of a text reference. Text references can have any of these forms:\n\t<tiddlertitle>\n\t<tiddlertitle>!!<fieldname>\n\t!!<fieldname> - specifies a field of the current tiddlers\n\t<tiddlertitle>##<index>\n*/\nexports.getTextReference = function(textRef,defaultText,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tif(tr.field) {\n\t\tvar tiddler = this.getTiddler(title);\n\t\tif(tr.field === \"title\") { // Special case so we can return the title of a non-existent tiddler\n\t\t\treturn title;\n\t\t} else if(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\treturn tiddler.getFieldString(tr.field);\n\t\t} else {\n\t\t\treturn defaultText;\n\t\t}\n\t} else if(tr.index) {\n\t\treturn this.extractTiddlerDataItem(title,tr.index,defaultText);\n\t} else {\n\t\treturn this.getTiddlerText(title,defaultText);\n\t}\n};\n\nexports.setTextReference = function(textRef,value,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tthis.setText(title,tr.field,tr.index,value);\n};\n\nexports.setText = function(title,field,index,value) {\n\t// Check if it is a reference to a tiddler field\n\tif(index) {\n\t\tvar data = this.getTiddlerData(title,Object.create(null));\n\t\tdata[index] = value;\n\t\tthis.setTiddlerData(title,data,this.getModificationFields());\n\t} else {\n\t\tvar tiddler = this.getTiddler(title),\n\t\t\tfields = {title: title};\n\t\tfields[field || \"text\"] = value;\n\t\tthis.addTiddler(new $tw.Tiddler(tiddler,fields,this.getModificationFields()));\n\t}\n};\n\nexports.deleteTextReference = function(textRef,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle,tiddler,fields;\n\t// Check if it is a reference to a tiddler\n\tif(tr.title && !tr.field) {\n\t\tthis.deleteTiddler(tr.title);\n\t// Else check for a field reference\n\t} else if(tr.field) {\n\t\ttitle = tr.title || currTiddlerTitle;\n\t\ttiddler = this.getTiddler(title);\n\t\tif(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\tfields = Object.create(null);\n\t\t\tfields[tr.field] = undefined;\n\t\t\tthis.addTiddler(new $tw.Tiddler(tiddler,fields,this.getModificationFields()));\n\t\t}\n\t}\n};\n\nexports.addEventListener = function(type,listener) {\n\tthis.eventListeners = this.eventListeners || {};\n\tthis.eventListeners[type] = this.eventListeners[type] || [];\n\tthis.eventListeners[type].push(listener);\t\n};\n\nexports.removeEventListener = function(type,listener) {\n\tvar listeners = this.eventListeners[type];\n\tif(listeners) {\n\t\tvar p = listeners.indexOf(listener);\n\t\tif(p !== -1) {\n\t\t\tlisteners.splice(p,1);\n\t\t}\n\t}\n};\n\nexports.dispatchEvent = function(type /*, args */) {\n\tvar args = Array.prototype.slice.call(arguments,1),\n\t\tlisteners = this.eventListeners[type];\n\tif(listeners) {\n\t\tfor(var p=0; p<listeners.length; p++) {\n\t\t\tvar listener = listeners[p];\n\t\t\tlistener.apply(listener,args);\n\t\t}\n\t}\n};\n\n/*\nCauses a tiddler to be marked as changed, incrementing the change count, and triggers event handlers.\nThis method should be called after the changes it describes have been made to the wiki.tiddlers[] array.\n\ttitle: Title of tiddler\n\tisDeleted: defaults to false (meaning the tiddler has been created or modified),\n\t\ttrue if the tiddler has been deleted\n*/\nexports.enqueueTiddlerEvent = function(title,isDeleted) {\n\t// Record the touch in the list of changed tiddlers\n\tthis.changedTiddlers = this.changedTiddlers || Object.create(null);\n\tthis.changedTiddlers[title] = this.changedTiddlers[title] || Object.create(null);\n\tthis.changedTiddlers[title][isDeleted ? \"deleted\" : \"modified\"] = true;\n\t// Increment the change count\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\tthis.changeCount[title]++;\n\t} else {\n\t\tthis.changeCount[title] = 1;\n\t}\n\t// Trigger events\n\tthis.eventListeners = this.eventListeners || [];\n\tif(!this.eventsTriggered) {\n\t\tvar self = this;\n\t\t$tw.utils.nextTick(function() {\n\t\t\tvar changes = self.changedTiddlers;\n\t\t\tself.changedTiddlers = Object.create(null);\n\t\t\tself.eventsTriggered = false;\n\t\t\tif($tw.utils.count(changes) > 0) {\n\t\t\t\tself.dispatchEvent(\"change\",changes);\n\t\t\t}\n\t\t});\n\t\tthis.eventsTriggered = true;\n\t}\n};\n\nexports.getSizeOfTiddlerEventQueue = function() {\n\treturn $tw.utils.count(this.changedTiddlers);\n};\n\nexports.clearTiddlerEventQueue = function() {\n\tthis.changedTiddlers = Object.create(null);\n\tthis.changeCount = Object.create(null);\n};\n\nexports.getChangeCount = function(title) {\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\treturn this.changeCount[title];\n\t} else {\n\t\treturn 0;\n\t}\n};\n\n/*\nGenerate an unused title from the specified base\n*/\nexports.generateNewTitle = function(baseTitle,options) {\n\toptions = options || {};\n\tvar c = 0,\n\t\ttitle = baseTitle;\n\twhile(this.tiddlerExists(title) || this.isShadowTiddler(title) || this.findDraft(title)) {\n\t\ttitle = baseTitle + \n\t\t\t(options.prefix || \" \") + \n\t\t\t(++c);\n\t}\n\treturn title;\n};\n\nexports.isSystemTiddler = function(title) {\n\treturn title.indexOf(\"$:/\") === 0;\n};\n\nexports.isTemporaryTiddler = function(title) {\n\treturn title.indexOf(\"$:/temp/\") === 0;\n};\n\nexports.isImageTiddler = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\t\t\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/vnd.tiddlywiki\"];\n\t\treturn !!contentTypeInfo && contentTypeInfo.flags.indexOf(\"image\") !== -1;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLike addTiddler() except it will silently reject any plugin tiddlers that are older than the currently loaded version. Returns true if the tiddler was imported\n*/\nexports.importTiddler = function(tiddler) {\n\tvar existingTiddler = this.getTiddler(tiddler.fields.title);\n\t// Check if we're dealing with a plugin\n\tif(tiddler && tiddler.hasField(\"plugin-type\") && tiddler.hasField(\"version\") && existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t// Reject the incoming plugin if it is older\n\t\tif(!$tw.utils.checkVersions(tiddler.fields.version,existingTiddler.fields.version)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Fall through to adding the tiddler\n\tthis.addTiddler(tiddler);\n\treturn true;\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is created\n*/\nexports.getCreationFields = function() {\n\tvar fields = {\n\t\t\tcreated: new Date()\n\t\t},\n\t\tcreator = this.getTiddlerText(USER_NAME_TITLE);\n\tif(creator) {\n\t\tfields.creator = creator;\n\t}\n\treturn fields;\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is modified\n*/\nexports.getModificationFields = function() {\n\tvar fields = Object.create(null),\n\t\tmodifier = this.getTiddlerText(USER_NAME_TITLE);\n\tfields.modified = new Date();\n\tif(modifier) {\n\t\tfields.modifier = modifier;\n\t}\n\treturn fields;\n};\n\n/*\nReturn a sorted array of tiddler titles. Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.getTiddlers = function(options) {\n\toptions = options || Object.create(null);\n\tvar self = this,\n\t\tsortField = options.sortField || \"title\",\n\t\ttiddlers = [], t, titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tif(options.includeSystem || !self.isSystemTiddler(title)) {\n\t\t\tif(!options.excludeTag || !tiddler.hasTag(options.excludeTag)) {\n\t\t\t\ttiddlers.push(tiddler);\n\t\t\t}\n\t\t}\n\t});\n\ttiddlers.sort(function(a,b) {\n\t\tvar aa = a.fields[sortField].toLowerCase() || \"\",\n\t\t\tbb = b.fields[sortField].toLowerCase() || \"\";\n\t\tif(aa < bb) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(aa > bb) {\n\t\t\t\treturn 1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n\tfor(t=0; t<tiddlers.length; t++) {\n\t\ttitles.push(tiddlers[t].fields.title);\n\t}\n\treturn titles;\n};\n\nexports.countTiddlers = function(excludeTag) {\n\tvar tiddlers = this.getTiddlers({excludeTag: excludeTag});\n\treturn $tw.utils.count(tiddlers);\n};\n\n/*\nReturns a function iterator(callback) that iterates through the specified titles, and invokes the callback with callback(tiddler,title)\n*/\nexports.makeTiddlerIterator = function(titles) {\n\tvar self = this;\n\tif(!$tw.utils.isArray(titles)) {\n\t\ttitles = Object.keys(titles);\n\t} else {\n\t\ttitles = titles.slice(0);\n\t}\n\treturn function(callback) {\n\t\ttitles.forEach(function(title) {\n\t\t\tcallback(self.getTiddler(title),title);\n\t\t});\n\t};\n};\n\n/*\nSort an array of tiddler titles by a specified field\n\ttitles: array of titles (sorted in place)\n\tsortField: name of field to sort by\n\tisDescending: true if the sort should be descending\n\tisCaseSensitive: true if the sort should consider upper and lower case letters to be different\n*/\nexports.sortTiddlers = function(titles,sortField,isDescending,isCaseSensitive,isNumeric) {\n\tvar self = this;\n\ttitles.sort(function(a,b) {\n\t\tvar x,y,\n\t\t\tcompareNumbers = function(x,y) {\n\t\t\t\tvar result = \n\t\t\t\t\tisNaN(x) && !isNaN(y) ? (isDescending ? -1 : 1) :\n\t\t\t\t\t!isNaN(x) && isNaN(y) ? (isDescending ? 1 : -1) :\n\t\t\t\t\t (isDescending ? y - x : x - y);\n\t\t\t\treturn result;\n\t\t\t};\n\t\tif(sortField !== \"title\") {\n\t\t\tvar tiddlerA = self.getTiddler(a),\n\t\t\t\ttiddlerB = self.getTiddler(b);\n\t\t\tif(tiddlerA) {\n\t\t\t\ta = tiddlerA.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\ta = \"\";\n\t\t\t}\n\t\t\tif(tiddlerB) {\n\t\t\t\tb = tiddlerB.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\tb = \"\";\n\t\t\t}\n\t\t}\n\t\tx = Number(a);\n\t\ty = Number(b);\n\t\tif(isNumeric && (!isNaN(x) || !isNaN(y))) {\n\t\t\treturn compareNumbers(x,y);\n\t\t} else if($tw.utils.isDate(a) && $tw.utils.isDate(b)) {\n\t\t\treturn isDescending ? b - a : a - b;\n\t\t} else {\n\t\t\ta = String(a);\n\t\t\tb = String(b);\n\t\t\tif(!isCaseSensitive) {\n\t\t\t\ta = a.toLowerCase();\n\t\t\t\tb = b.toLowerCase();\n\t\t\t}\n\t\t\treturn isDescending ? b.localeCompare(a) : a.localeCompare(b);\n\t\t}\n\t});\n};\n\n/*\nFor every tiddler invoke a callback(title,tiddler) with `this` set to the wiki object. Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.forEachTiddler = function(/* [options,]callback */) {\n\tvar arg = 0,\n\t\toptions = arguments.length >= 2 ? arguments[arg++] : {},\n\t\tcallback = arguments[arg++],\n\t\ttitles = this.getTiddlers(options),\n\t\tt, tiddler;\n\tfor(t=0; t<titles.length; t++) {\n\t\ttiddler = this.getTiddler(titles[t]);\n\t\tif(tiddler) {\n\t\t\tcallback.call(this,tiddler.fields.title,tiddler);\n\t\t}\n\t}\n};\n\n/*\nReturn an array of tiddler titles that are directly linked from the specified tiddler\n*/\nexports.getTiddlerLinks = function(title) {\n\tvar self = this;\n\t// We'll cache the links so they only get computed if the tiddler changes\n\treturn this.getCacheForTiddler(title,\"links\",function() {\n\t\t// Parse the tiddler\n\t\tvar parser = self.parseTiddler(title);\n\t\t// Count up the links\n\t\tvar links = [],\n\t\t\tcheckParseTree = function(parseTree) {\n\t\t\t\tfor(var t=0; t<parseTree.length; t++) {\n\t\t\t\t\tvar parseTreeNode = parseTree[t];\n\t\t\t\t\tif(parseTreeNode.type === \"link\" && parseTreeNode.attributes.to && parseTreeNode.attributes.to.type === \"string\") {\n\t\t\t\t\t\tvar value = parseTreeNode.attributes.to.value;\n\t\t\t\t\t\tif(links.indexOf(value) === -1) {\n\t\t\t\t\t\t\tlinks.push(value);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif(parseTreeNode.children) {\n\t\t\t\t\t\tcheckParseTree(parseTreeNode.children);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\tif(parser) {\n\t\t\tcheckParseTree(parser.tree);\n\t\t}\n\t\treturn links;\n\t});\n};\n\n/*\nReturn an array of tiddler titles that link to the specified tiddler\n*/\nexports.getTiddlerBacklinks = function(targetTitle) {\n\tvar self = this,\n\t\tbacklinks = [];\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\tif(links.indexOf(targetTitle) !== -1) {\n\t\t\tbacklinks.push(title);\n\t\t}\n\t});\n\treturn backlinks;\n};\n\n/*\nReturn a hashmap of tiddler titles that are referenced but not defined. Each value is the number of times the missing tiddler is referenced\n*/\nexports.getMissingTitles = function() {\n\tvar self = this,\n\t\tmissing = [];\n// We should cache the missing tiddler list, even if we recreate it every time any tiddler is modified\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tif((!self.tiddlerExists(link) && !self.isShadowTiddler(link)) && missing.indexOf(link) === -1) {\n\t\t\t\tmissing.push(link);\n\t\t\t}\n\t\t});\n\t});\n\treturn missing;\n};\n\nexports.getOrphanTitles = function() {\n\tvar self = this,\n\t\torphans = this.getTiddlers();\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tvar p = orphans.indexOf(link);\n\t\t\tif(p !== -1) {\n\t\t\t\torphans.splice(p,1);\n\t\t\t}\n\t\t});\n\t});\n\treturn orphans; // Todo\n};\n\n/*\nRetrieves a list of the tiddler titles that are tagged with a given tag\n*/\nexports.getTiddlersWithTag = function(tag) {\n\tvar self = this;\n\treturn this.getGlobalCache(\"taglist-\" + tag,function() {\n\t\tvar tagmap = self.getTagMap();\n\t\treturn self.sortByList(tagmap[tag],tag);\n\t});\n};\n\n/*\nGet a hashmap by tag of arrays of tiddler titles\n*/\nexports.getTagMap = function() {\n\tvar self = this;\n\treturn this.getGlobalCache(\"tagmap\",function() {\n\t\tvar tags = Object.create(null),\n\t\t\tstoreTags = function(tagArray,title) {\n\t\t\t\tif(tagArray) {\n\t\t\t\t\tfor(var index=0; index<tagArray.length; index++) {\n\t\t\t\t\t\tvar tag = tagArray[index];\n\t\t\t\t\t\tif($tw.utils.hop(tags,tag)) {\n\t\t\t\t\t\t\ttags[tag].push(title);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\ttags[tag] = [title];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\ttitle, tiddler;\n\t\t// Collect up all the tags\n\t\tself.eachShadow(function(tiddler,title) {\n\t\t\tif(!self.tiddlerExists(title)) {\n\t\t\t\ttiddler = self.getTiddler(title);\n\t\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t\t}\n\t\t});\n\t\tself.each(function(tiddler,title) {\n\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t});\n\t\treturn tags;\n\t});\n};\n\n/*\nLookup a given tiddler and return a list of all the tiddlers that include it in the specified list field\n*/\nexports.findListingsOfTiddler = function(targetTitle,fieldName) {\n\tfieldName = fieldName || \"list\";\n\tvar titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tvar list = $tw.utils.parseStringArray(tiddler.fields[fieldName]);\n\t\tif(list && list.indexOf(targetTitle) !== -1) {\n\t\t\ttitles.push(title);\n\t\t}\n\t});\n\treturn titles;\n};\n\n/*\nSorts an array of tiddler titles according to an ordered list\n*/\nexports.sortByList = function(array,listTitle) {\n\tvar list = this.getTiddlerList(listTitle);\n\tif(!array || array.length === 0) {\n\t\treturn [];\n\t} else {\n\t\tvar titles = [], t, title;\n\t\t// First place any entries that are present in the list\n\t\tfor(t=0; t<list.length; t++) {\n\t\t\ttitle = list[t];\n\t\t\tif(array.indexOf(title) !== -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Then place any remaining entries\n\t\tfor(t=0; t<array.length; t++) {\n\t\t\ttitle = array[t];\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Finally obey the list-before and list-after fields of each tiddler in turn\n\t\tvar sortedTitles = titles.slice(0);\n\t\tfor(t=0; t<sortedTitles.length; t++) {\n\t\t\ttitle = sortedTitles[t];\n\t\t\tvar currPos = titles.indexOf(title),\n\t\t\t\tnewPos = -1,\n\t\t\t\ttiddler = this.getTiddler(title);\n\t\t\tif(tiddler) {\n\t\t\t\tvar beforeTitle = tiddler.fields[\"list-before\"],\n\t\t\t\t\tafterTitle = tiddler.fields[\"list-after\"];\n\t\t\t\tif(beforeTitle === \"\") {\n\t\t\t\t\tnewPos = 0;\n\t\t\t\t} else if(beforeTitle) {\n\t\t\t\t\tnewPos = titles.indexOf(beforeTitle);\n\t\t\t\t} else if(afterTitle) {\n\t\t\t\t\tnewPos = titles.indexOf(afterTitle);\n\t\t\t\t\tif(newPos >= 0) {\n\t\t\t\t\t\t++newPos;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(newPos === -1) {\n\t\t\t\t\tnewPos = currPos;\n\t\t\t\t}\n\t\t\t\tif(newPos !== currPos) {\n\t\t\t\t\ttitles.splice(currPos,1);\n\t\t\t\t\tif(newPos >= currPos) {\n\t\t\t\t\t\tnewPos--;\n\t\t\t\t\t}\n\t\t\t\t\ttitles.splice(newPos,0,title);\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t\treturn titles;\n\t}\n};\n\nexports.getSubTiddler = function(title,subTiddlerTitle) {\n\tvar bundleInfo = this.getPluginInfo(title) || this.getTiddlerData(title);\n\tif(bundleInfo && bundleInfo.tiddlers) {\n\t\tvar subTiddler = bundleInfo.tiddlers[subTiddlerTitle];\n\t\tif(subTiddler) {\n\t\t\treturn new $tw.Tiddler(subTiddler);\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRetrieve a tiddler as a JSON string of the fields\n*/\nexports.getTiddlerAsJson = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\tvar fields = Object.create(null);\n\t\t$tw.utils.each(tiddler.fields,function(value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\treturn JSON.stringify(fields);\n\t} else {\n\t\treturn JSON.stringify({title: title});\n\t}\n};\n\n/*\nGet the content of a tiddler as a JavaScript object. How this is done depends on the type of the tiddler:\n\napplication/json: the tiddler JSON is parsed into an object\napplication/x-tiddler-dictionary: the tiddler is parsed as sequence of name:value pairs\n\nOther types currently just return null.\n\ntitleOrTiddler: string tiddler title or a tiddler object\ndefaultData: default data to be returned if the tiddler is missing or doesn't contain data\n*/\nexports.getTiddlerData = function(titleOrTiddler,defaultData) {\n\tvar tiddler = titleOrTiddler,\n\t\tdata;\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\ttiddler = this.getTiddler(tiddler);\t\n\t}\n\tif(tiddler && tiddler.fields.text) {\n\t\tswitch(tiddler.fields.type) {\n\t\t\tcase \"application/json\":\n\t\t\t\t// JSON tiddler\n\t\t\t\ttry {\n\t\t\t\t\tdata = JSON.parse(tiddler.fields.text);\n\t\t\t\t} catch(ex) {\n\t\t\t\t\treturn defaultData;\n\t\t\t\t}\n\t\t\t\treturn data;\n\t\t\tcase \"application/x-tiddler-dictionary\":\n\t\t\t\treturn $tw.utils.parseFields(tiddler.fields.text);\n\t\t}\n\t}\n\treturn defaultData;\n};\n\n/*\nExtract an indexed field from within a data tiddler\n*/\nexports.extractTiddlerDataItem = function(titleOrTiddler,index,defaultText) {\n\tvar data = this.getTiddlerData(titleOrTiddler,Object.create(null)),\n\t\ttext;\n\tif(data && $tw.utils.hop(data,index)) {\n\t\ttext = data[index];\n\t}\n\tif(typeof text === \"string\" || typeof text === \"number\") {\n\t\treturn text.toString();\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nSet a tiddlers content to a JavaScript object. Currently this is done by setting the tiddler's type to \"application/json\" and setting the text to the JSON text of the data.\ntitle: title of tiddler\ndata: object that can be serialised to JSON\nfields: optional hashmap of additional tiddler fields to be set\n*/\nexports.setTiddlerData = function(title,data,fields) {\n\tvar existingTiddler = this.getTiddler(title),\n\t\tnewFields = {\n\t\t\ttitle: title\n\t};\n\tif(existingTiddler && existingTiddler.fields.type === \"application/x-tiddler-dictionary\") {\n\t\tnewFields.text = $tw.utils.makeTiddlerDictionary(data);\n\t} else {\n\t\tnewFields.type = \"application/json\";\n\t\tnewFields.text = JSON.stringify(data,null,$tw.config.preferences.jsonSpaces);\n\t}\n\tthis.addTiddler(new $tw.Tiddler(this.getCreationFields(),existingTiddler,fields,newFields,this.getModificationFields()));\n};\n\n/*\nReturn the content of a tiddler as an array containing each line\n*/\nexports.getTiddlerList = function(title,field,index) {\n\tif(index) {\n\t\treturn $tw.utils.parseStringArray(this.extractTiddlerDataItem(title,index,\"\"));\n\t}\n\tfield = field || \"list\";\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\treturn ($tw.utils.parseStringArray(tiddler.fields[field]) || []).slice(0);\n\t}\n\treturn [];\n};\n\n// Return a named global cache object. Global cache objects are cleared whenever a tiddler change occurs\nexports.getGlobalCache = function(cacheName,initializer) {\n\tthis.globalCache = this.globalCache || Object.create(null);\n\tif($tw.utils.hop(this.globalCache,cacheName)) {\n\t\treturn this.globalCache[cacheName];\n\t} else {\n\t\tthis.globalCache[cacheName] = initializer();\n\t\treturn this.globalCache[cacheName];\n\t}\n};\n\nexports.clearGlobalCache = function() {\n\tthis.globalCache = Object.create(null);\n};\n\n// Return the named cache object for a tiddler. If the cache doesn't exist then the initializer function is invoked to create it\nexports.getCacheForTiddler = function(title,cacheName,initializer) {\n\n// Temporarily disable caching so that tweakParseTreeNode() works\nreturn initializer();\n\n//\tthis.caches = this.caches || Object.create(null);\n//\tvar caches = this.caches[title];\n//\tif(caches && caches[cacheName]) {\n//\t\treturn caches[cacheName];\n//\t} else {\n//\t\tif(!caches) {\n//\t\t\tcaches = Object.create(null);\n//\t\t\tthis.caches[title] = caches;\n//\t\t}\n//\t\tcaches[cacheName] = initializer();\n//\t\treturn caches[cacheName];\n//\t}\n};\n\n// Clear all caches associated with a particular tiddler\nexports.clearCache = function(title) {\n\tthis.caches = this.caches || Object.create(null);\n\tif($tw.utils.hop(this.caches,title)) {\n\t\tdelete this.caches[title];\n\t}\n};\n\nexports.initParsers = function(moduleType) {\n\t// Install the parser modules\n\t$tw.Wiki.parsers = {};\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(\"parser\",function(title,module) {\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\t$tw.Wiki.parsers[f] = module[f]; // Store the parser class\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nParse a block of text of a specified MIME type\n\ttype: content type of text to be parsed\n\ttext: text\n\toptions: see below\nOptions include:\n\tparseAsInline: if true, the text of the tiddler will be parsed as an inline run\n\t_canonical_uri: optional string of the canonical URI of this content\n*/\nexports.old_parseText = function(type,text,options) {\n\toptions = options || {};\n\t// Select a parser\n\tvar Parser = $tw.Wiki.parsers[type];\n\tif(!Parser && $tw.utils.getFileExtensionInfo(type)) {\n\t\tParser = $tw.Wiki.parsers[$tw.utils.getFileExtensionInfo(type).type];\n\t}\n\tif(!Parser) {\n\t\tParser = $tw.Wiki.parsers[options.defaultType || \"text/vnd.tiddlywiki\"];\n\t}\n\tif(!Parser) {\n\t\treturn null;\n\t}\n\t// Return the parser instance\n\treturn new Parser(type,text,{\n\t\tparseAsInline: options.parseAsInline,\n\t\twiki: this,\n\t\t_canonical_uri: options._canonical_uri\n\t});\n};\n\n/*\nParse a tiddler according to its MIME type\n*/\nexports.old_parseTiddler = function(title,options) {\n\toptions = $tw.utils.extend({},options);\n\tvar cacheType = options.parseAsInline ? \"newInlineParseTree\" : \"newBlockParseTree\",\n\t\ttiddler = this.getTiddler(title),\n\t\tself = this;\n\treturn tiddler ? this.getCacheForTiddler(title,cacheType,function() {\n\t\t\tif(tiddler.hasField(\"_canonical_uri\")) {\n\t\t\t\toptions._canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t}\n\t\t\treturn self.old_parseText(tiddler.fields.type,tiddler.fields.text,options);\n\t\t}) : null;\n};\n\nvar tweakMacroDefinition = function(nodeList) {\n\tif(nodeList && nodeList[0] && nodeList[0].type === \"macrodef\") {\n\t\tnodeList[0].type = \"set\";\n\t\tnodeList[0].attributes = {\n\t\t\tname: {type: \"string\", value: nodeList[0].name},\n\t\t\tvalue: {type: \"string\", value: nodeList[0].text}\n\t\t};\n\t\tnodeList[0].children = nodeList.slice(1);\n\t\tnodeList.splice(1,nodeList.length-1);\n\t\ttweakMacroDefinition(nodeList[0].children);\n\t}\n};\n\nvar tweakParser = function(parser) {\n\t// Move any macro definitions to contain the body tree\n\ttweakMacroDefinition(parser.tree);\n};\n\nexports.parseText = function(type,text,options) {\n\tvar parser = this.old_parseText(type,text,options);\n\tif(parser) {\n\t\ttweakParser(parser);\n\t}\n\treturn parser;\n};\n\nexports.parseTiddler = function(title,options) {\n\tvar parser = this.old_parseTiddler(title,options);\n\tif(parser) {\n\t\ttweakParser(parser);\n\t}\n\treturn parser;\n};\n\nexports.parseTextReference = function(title,field,index,options) {\n\tvar tiddler,text;\n\tif(options.subTiddler) {\n\t\ttiddler = this.getSubTiddler(title,options.subTiddler);\n\t} else {\n\t\ttiddler = this.getTiddler(title);\n\t\tif(field === \"text\" || (!field && !index)) {\n\t\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\t\treturn this.parseTiddler(title,options);\n\t\t}\n\t}\n\tif(field === \"text\" || (!field && !index)) {\n\t\tif(tiddler && tiddler.fields) {\n\t\t\treturn this.parseText(tiddler.fields.type || \"text/vnd.tiddlywiki\",tiddler.fields.text,options);\t\t\t\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t} else if(field) {\n\t\tif(field === \"title\") {\n\t\t\ttext = title;\n\t\t} else {\n\t\t\tif(!tiddler || !tiddler.hasField(field)) {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t\ttext = tiddler.fields[field];\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text.toString(),options);\n\t} else if(index) {\n\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\ttext = this.extractTiddlerDataItem(tiddler,index,undefined);\n\t\tif(text === undefined) {\n\t\t\treturn null;\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text,options);\n\t}\n};\n\n/*\nMake a widget tree for a parse tree\nparser: parser object\noptions: see below\nOptions include:\ndocument: optional document to use\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.makeWidget = function(parser,options) {\n\toptions = options || {};\n\tvar widgetNode = {\n\t\t\ttype: \"widget\",\n\t\t\tchildren: []\n\t\t},\n\t\tcurrWidgetNode = widgetNode;\n\t// Create set variable widgets for each variable\n\t$tw.utils.each(options.variables,function(value,name) {\n\t\tvar setVariableWidget = {\n\t\t\ttype: \"set\",\n\t\t\tattributes: {\n\t\t\t\tname: {type: \"string\", value: name},\n\t\t\t\tvalue: {type: \"string\", value: value}\n\t\t\t},\n\t\t\tchildren: []\n\t\t};\n\t\tcurrWidgetNode.children = [setVariableWidget];\n\t\tcurrWidgetNode = setVariableWidget;\n\t});\n\t// Add in the supplied parse tree nodes\n\tcurrWidgetNode.children = parser ? parser.tree : [];\n\t// Create the widget\n\treturn new widget.widget(widgetNode,{\n\t\twiki: this,\n\t\tdocument: options.document || $tw.fakeDocument,\n\t\tparentWidget: options.parentWidget\n\t});\n};\n\n/*\nMake a widget tree for transclusion\ntitle: target tiddler title\noptions: as for wiki.makeWidget() plus:\noptions.field: optional field to transclude (defaults to \"text\")\noptions.mode: transclusion mode \"inline\" or \"block\"\noptions.children: optional array of children for the transclude widget\n*/\nexports.makeTranscludeWidget = function(title,options) {\n\toptions = options || {};\n\tvar parseTree = {tree: [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"div\",\n\t\t\tchildren: [{\n\t\t\t\ttype: \"transclude\",\n\t\t\t\tattributes: {\n\t\t\t\t\ttiddler: {\n\t\t\t\t\t\tname: \"tiddler\",\n\t\t\t\t\t\ttype: \"string\",\n\t\t\t\t\t\tvalue: title}},\n\t\t\t\tisBlock: !options.parseAsInline}]}\n\t]};\n\tif(options.field) {\n\t\tparseTree.tree[0].children[0].attributes.field = {type: \"string\", value: options.field};\n\t}\n\tif(options.mode) {\n\t\tparseTree.tree[0].children[0].attributes.mode = {type: \"string\", value: options.mode};\n\t}\n\tif(options.children) {\n\t\tparseTree.tree[0].children[0].children = options.children;\n\t}\n\treturn $tw.wiki.makeWidget(parseTree,options);\n};\n\n/*\nParse text in a specified format and render it into another format\n\toutputType: content type for the output\n\ttextType: content type of the input text\n\ttext: input text\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderText = function(outputType,textType,text,options) {\n\toptions = options || {};\n\tvar parser = this.parseText(textType,text,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : container.textContent;\n};\n\n/*\nParse text from a tiddler and render it into another format\n\toutputType: content type for the output\n\ttitle: title of the tiddler to be rendered\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderTiddler = function(outputType,title,options) {\n\toptions = options || {};\n\tvar parser = this.parseTiddler(title,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : (outputType === \"text/plain-formatted\" ? container.formattedTextContent : container.textContent);\n};\n\n/*\nReturn an array of tiddler titles that match a search string\n\ttext: The text string to search for\n\toptions: see below\nOptions available:\n\tsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\n\texclude: An array of tiddler titles to exclude from the search\n\tinvert: If true returns tiddlers that do not contain the specified string\n\tcaseSensitive: If true forces a case sensitive search\n\tliteral: If true, searches for literal string, rather than separate search terms\n\tfield: If specified, restricts the search to the specified field\n*/\nexports.search = function(text,options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tt,\n\t\tinvert = !!options.invert;\n\t// Convert the search string into a regexp for each term\n\tvar terms, searchTermsRegExps,\n\t\tflags = options.caseSensitive ? \"\" : \"i\";\n\tif(options.literal) {\n\t\tif(text.length === 0) {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + $tw.utils.escapeRegExp(text) + \")\",flags)];\n\t\t}\n\t} else {\n\t\tterms = text.split(/ +/);\n\t\tif(terms.length === 1 && terms[0] === \"\") {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [];\n\t\t\tfor(t=0; t<terms.length; t++) {\n\t\t\t\tsearchTermsRegExps.push(new RegExp(\"(\" + $tw.utils.escapeRegExp(terms[t]) + \")\",flags));\n\t\t\t}\n\t\t}\n\t}\n\t// Function to check a given tiddler for the search term\n\tvar searchTiddler = function(title) {\n\t\tif(!searchTermsRegExps) {\n\t\t\treturn true;\n\t\t}\n\t\tvar tiddler = self.getTiddler(title);\n\t\tif(!tiddler) {\n\t\t\ttiddler = new $tw.Tiddler({title: title, text: \"\", type: \"text/vnd.tiddlywiki\"});\n\t\t}\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type] || $tw.config.contentTypeInfo[\"text/vnd.tiddlywiki\"],\n\t\t\tmatch;\n\t\tfor(var t=0; t<searchTermsRegExps.length; t++) {\n\t\t\tmatch = false;\n\t\t\tif(options.field) {\n\t\t\t\tmatch = searchTermsRegExps[t].test(tiddler.getFieldString(options.field));\n\t\t\t} else {\n\t\t\t\t// Search title, tags and body\n\t\t\t\tif(contentTypeInfo.encoding === \"utf8\") {\n\t\t\t\t\tmatch = match || searchTermsRegExps[t].test(tiddler.fields.text);\n\t\t\t\t}\n\t\t\t\tvar tags = tiddler.fields.tags ? tiddler.fields.tags.join(\"\\0\") : \"\";\n\t\t\t\tmatch = match || searchTermsRegExps[t].test(tags) || searchTermsRegExps[t].test(tiddler.fields.title);\n\t\t\t}\n\t\t\tif(!match) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t};\n\t// Loop through all the tiddlers doing the search\n\tvar results = [],\n\t\tsource = options.source || this.each;\n\tsource(function(tiddler,title) {\n\t\tif(searchTiddler(title) !== options.invert) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\t// Remove any of the results we have to exclude\n\tif(options.exclude) {\n\t\tfor(t=0; t<options.exclude.length; t++) {\n\t\t\tvar p = results.indexOf(options.exclude[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tresults.splice(p,1);\n\t\t\t}\n\t\t}\n\t}\n\treturn results;\n};\n\n/*\nTrigger a load for a tiddler if it is skinny. Returns the text, or undefined if the tiddler is missing, null if the tiddler is being lazily loaded.\n*/\nexports.getTiddlerText = function(title,defaultText) {\n\tvar tiddler = this.getTiddler(title);\n\t// Return undefined if the tiddler isn't found\n\tif(!tiddler) {\n\t\treturn defaultText;\n\t}\n\tif(tiddler.fields.text !== undefined) {\n\t\t// Just return the text if we've got it\n\t\treturn tiddler.fields.text;\n\t} else {\n\t\t// Tell any listeners about the need to lazily load this tiddler\n\t\tthis.dispatchEvent(\"lazyLoad\",title);\n\t\t// Indicate that the text is being loaded\n\t\treturn null;\n\t}\n};\n\n/*\nRead an array of browser File objects, invoking callback(tiddlerFieldsArray) once they're all read\n*/\nexports.readFiles = function(files,callback) {\n\tvar result = [],\n\t\toutstanding = files.length;\n\tfor(var f=0; f<files.length; f++) {\n\t\tthis.readFile(files[f],function(tiddlerFieldsArray) {\n\t\t\tresult.push.apply(result,tiddlerFieldsArray);\n\t\t\tif(--outstanding === 0) {\n\t\t\t\tcallback(result);\n\t\t\t}\n\t\t});\n\t}\n\treturn files.length;\n};\n\n/*\nRead a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\n*/\nexports.readFile = function(file,callback) {\n\t// Get the type, falling back to the filename extension\n\tvar self = this,\n\t\ttype = file.type;\n\tif(type === \"\" || !type) {\n\t\tvar dotPos = file.name.lastIndexOf(\".\");\n\t\tif(dotPos !== -1) {\n\t\t\tvar fileExtensionInfo = $tw.utils.getFileExtensionInfo(file.name.substr(dotPos));\n\t\t\tif(fileExtensionInfo) {\n\t\t\t\ttype = fileExtensionInfo.type;\n\t\t\t}\n\t\t}\n\t}\n\t// Figure out if we're reading a binary file\n\tvar contentTypeInfo = $tw.config.contentTypeInfo[type],\n\t\tisBinary = contentTypeInfo ? contentTypeInfo.encoding === \"base64\" : false;\n\t// Log some debugging information\n\tif($tw.log.IMPORT) {\n\t\tconsole.log(\"Importing file '\" + file.name + \"', type: '\" + type + \"', isBinary: \" + isBinary);\n\t}\n\t// Create the FileReader\n\tvar reader = new FileReader();\n\t// Onload\n\treader.onload = function(event) {\n\t\t// Deserialise the file contents\n\t\tvar text = event.target.result,\n\t\t\ttiddlerFields = {title: file.name || \"Untitled\", type: type};\n\t\t// Are we binary?\n\t\tif(isBinary) {\n\t\t\t// The base64 section starts after the first comma in the data URI\n\t\t\tvar commaPos = text.indexOf(\",\");\n\t\t\tif(commaPos !== -1) {\n\t\t\t\ttiddlerFields.text = text.substr(commaPos+1);\n\t\t\t\tcallback([tiddlerFields]);\n\t\t\t}\n\t\t} else {\n\t\t\t// Check whether this is an encrypted TiddlyWiki file\n\t\t\tvar encryptedJson = $tw.utils.extractEncryptedStoreArea(text);\n\t\t\tif(encryptedJson) {\n\t\t\t\t// If so, attempt to decrypt it with the current password\n\t\t\t\t$tw.utils.decryptStoreAreaInteractive(encryptedJson,function(tiddlers) {\n\t\t\t\t\tcallback(tiddlers);\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\t// Otherwise, just try to deserialise any tiddlers in the file\n\t\t\t\tcallback(self.deserializeTiddlers(type,text,tiddlerFields));\n\t\t\t}\n\t\t}\n\t};\n\t// Kick off the read\n\tif(isBinary) {\n\t\treader.readAsDataURL(file);\n\t} else {\n\t\treader.readAsText(file);\n\t}\n};\n\n/*\nFind any existing draft of a specified tiddler\n*/\nexports.findDraft = function(targetTitle) {\n\tvar draftTitle = undefined;\n\tthis.forEachTiddler({includeSystem: true},function(title,tiddler) {\n\t\tif(tiddler.fields[\"draft.title\"] && tiddler.fields[\"draft.of\"] === targetTitle) {\n\t\t\tdraftTitle = title;\n\t\t}\n\t});\n\treturn draftTitle;\n}\n\n/*\nCheck whether the specified draft tiddler has been modified\n*/\nexports.isDraftModified = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(!tiddler.isDraft()) {\n\t\treturn false;\n\t}\n\tvar ignoredFields = [\"created\", \"modified\", \"title\", \"draft.title\", \"draft.of\"],\n\t\torigTiddler = this.getTiddler(tiddler.fields[\"draft.of\"]);\n\tif(!origTiddler) {\n\t\treturn tiddler.fields.text !== \"\";\n\t}\n\treturn tiddler.fields[\"draft.title\"] !== tiddler.fields[\"draft.of\"] || !tiddler.isEqual(origTiddler,ignoredFields);\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\nhistoryTitle: title of history tiddler (defaults to $:/HistoryList)\n*/\nexports.addToHistory = function(title,fromPageRect,historyTitle) {\n\thistoryTitle = historyTitle || \"$:/HistoryList\";\n\tvar titles = $tw.utils.isArray(title) ? title : [title];\n\t// Add a new record to the top of the history stack\n\tvar historyList = this.getTiddlerData(historyTitle,[]);\n\t$tw.utils.each(titles,function(title) {\n\t\thistoryList.push({title: title, fromPageRect: fromPageRect});\n\t});\n\tthis.setTiddlerData(historyTitle,historyList,{\"current-tiddler\": titles[titles.length-1]});\n};\n\n/*\nInvoke the available upgrader modules\ntitles: array of tiddler titles to be processed\ntiddlers: hashmap by title of tiddler fields of pending import tiddlers. These can be modified by the upgraders. An entry with no fields indicates a tiddler that was pending import has been suppressed. When entries are added to the pending import the tiddlers hashmap may have entries that are not present in the titles array\nReturns a hashmap of messages keyed by tiddler title.\n*/\nexports.invokeUpgraders = function(titles,tiddlers) {\n\t// Collect up the available upgrader modules\n\tvar self = this;\n\tif(!this.upgraderModules) {\n\t\tthis.upgraderModules = [];\n\t\t$tw.modules.forEachModuleOfType(\"upgrader\",function(title,module) {\n\t\t\tif(module.upgrade) {\n\t\t\t\tself.upgraderModules.push(module);\n\t\t\t}\n\t\t});\n\t}\n\t// Invoke each upgrader in turn\n\tvar messages = {};\n\tfor(var t=0; t<this.upgraderModules.length; t++) {\n\t\tvar upgrader = this.upgraderModules[t],\n\t\t\tupgraderMessages = upgrader.upgrade(this,titles,tiddlers);\n\t\t$tw.utils.extend(messages,upgraderMessages);\n\t}\n\treturn messages;\n};\n\n})();\n",
"title": "$:/core/modules/wiki.js",
"type": "application/javascript",
"module-type": "wikimethod"
},
"$:/palettes/Blanca": {
"title": "$:/palettes/Blanca",
"name": "Blanca",
"description": "A clean white palette to let you focus",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #66cccc\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ffffff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #7897f3\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ccc\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #ffffff\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #7897f3\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #eeeeee\ntab-border-selected: #cccccc\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffeedd\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: #eee\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #ff9900\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Blue": {
"title": "$:/palettes/Blue",
"name": "Blue",
"description": "A blue theme",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333353\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ddddff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #5959c0\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: #ccccdd\ntab-border-selected: #ccccdd\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #eeeeff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #666666\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #ffffff\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #ffffff\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #5959c0\ntoolbar-new-button: #5eb95e\ntoolbar-options-button: rgb(128, 88, 165)\ntoolbar-save-button: #0e90d2\ntoolbar-info-button: #0e90d2\ntoolbar-edit-button: rgb(243, 123, 29)\ntoolbar-close-button: #dd514c\ntoolbar-delete-button: #dd514c\ntoolbar-cancel-button: rgb(243, 123, 29)\ntoolbar-done-button: #5eb95e\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Muted": {
"title": "$:/palettes/Muted",
"name": "Muted",
"description": "Bright tiddlers on a muted background",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #6f6f70\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #29a6ee\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #c2c1c2\nsidebar-foreground-shadow: rgba(255,255,255,0)\nsidebar-foreground: #d3d2d4\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #6f6f70\nsidebar-tab-background: #666667\nsidebar-tab-border-selected: #999\nsidebar-tab-border: #515151\nsidebar-tab-divider: #999\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: #999\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #d1d0d2\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #d5ad34\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Contrast": {
"title": "$:/palettes/Contrast",
"name": "Contrast",
"description": "High contrast and unambiguous",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #000000\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,0,0, 0.5)\nsidebar-foreground: #ffffff\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #ececec\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #999999\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #d5ad34\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/DarkPhotos": {
"created": "20150402111612188",
"description": "Good with dark photo backgrounds",
"modified": "20150402112344080",
"name": "DarkPhotos",
"tags": "$:/tags/Palette",
"title": "$:/palettes/DarkPhotos",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #ddd\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #f4f4f4\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #ccf\nsidebar-controls-foreground: #fff\nsidebar-foreground-shadow: rgba(0,0,0, 0.5)\nsidebar-foreground: #fff\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #eee\nsidebar-tab-background-selected: rgba(255,255,255, 0.8)\nsidebar-tab-background: rgba(255,255,255, 0.4)\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: rgba(255,255,255, 0.2)\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #aaf\nsidebar-tiddler-link-foreground: #ddf\nsite-title-foreground: #fff\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Rocker": {
"title": "$:/palettes/Rocker",
"name": "Rocker",
"description": "A dark theme",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #000\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #cc0000\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.0)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #000\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #ffbb99\nsidebar-tiddler-link-foreground: #cc0000\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffbb99\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #cc0000\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Vanilla": {
"title": "$:/palettes/Vanilla",
"name": "Vanilla",
"description": "Pale and unobtrusive",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #f4f4f4\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #aaaaaa\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #f4f4f4\nsidebar-tab-background: #e0e0e0\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: #e4e4e4\nsidebar-tab-foreground-selected:\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #999999\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/core/readme": {
"title": "$:/core/readme",
"text": "This plugin contains TiddlyWiki's core components, comprising:\n\n* JavaScript code modules\n* Icons\n* Templates needed to create TiddlyWiki's user interface\n* British English (''en-GB'') translations of the localisable strings used by the core\n"
},
"$:/core/templates/MOTW.html": {
"title": "$:/core/templates/MOTW.html",
"text": "\\rules only filteredtranscludeinline transcludeinline entity\n<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->\n<!-- saved from url=(0021)http://tiddlywiki.com --> "
},
"$:/core/templates/alltiddlers.template.html": {
"title": "$:/core/templates/alltiddlers.template.html",
"type": "text/vnd.tiddlywiki-html",
"text": "<!-- This template is provided for backwards compatibility with older versions of TiddlyWiki -->\n\n<$set name=\"exportFilter\" value=\"[!is[system]sort[title]]\">\n\n{{$:/core/templates/exporters/StaticRiver}}\n\n</$set>\n"
},
"$:/core/templates/canonical-uri-external-image": {
"title": "$:/core/templates/canonical-uri-external-image",
"text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external images.\n\nChange the `./images/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./images/<$view field=\"title\" format=\"doubleurlencoded\"/>"
},
"$:/core/templates/css-tiddler": {
"title": "$:/core/templates/css-tiddler",
"text": "<!--\n\nThis template is used for saving CSS tiddlers as a style tag with data attributes representing the tiddler fields.\n\n-->`<style`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/css\">`<$view field=\"text\" format=\"text\" />`</style>`"
},
"$:/core/templates/exporters/CsvFile": {
"title": "$:/core/templates/exporters/CsvFile",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/CsvFile}}",
"extension": ".csv",
"text": "\\define renderContent()\n<$text text=<<csvtiddlers filter:\"\"\"$(exportFilter)$\"\"\" format:\"quoted-comma-sep\">>/>\n\\end\n<<renderContent>>\n"
},
"$:/core/templates/exporters/JsonFile": {
"title": "$:/core/templates/exporters/JsonFile",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/JsonFile}}",
"extension": ".json",
"text": "\\define renderContent()\n<$text text=<<jsontiddlers filter:\"\"\"$(exportFilter)$\"\"\">>/>\n\\end\n<<renderContent>>\n"
},
"$:/core/templates/exporters/StaticRiver": {
"title": "$:/core/templates/exporters/StaticRiver",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/StaticRiver}}",
"extension": ".html",
"text": "\\define tv-wikilink-template() #$uri_encoded$\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n<section class=\"tc-story-river\">\n{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}\n</section>\n</body>\n</html>\n"
},
"$:/core/templates/exporters/StaticRiver/Content": {
"title": "$:/core/templates/exporters/StaticRiver/Content",
"text": "\\define renderContent()\n{{{ $(exportFilter)$ ||$:/core/templates/static-tiddler}}}\n\\end\n<$importvariables filter=\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\">\n<<renderContent>>\n</$importvariables>\n"
},
"$:/core/templates/exporters/TidFile": {
"title": "$:/core/templates/exporters/TidFile",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/TidFile}}",
"extension": ".tid",
"text": "\\define renderContent()\n{{{ $(exportFilter)$ +[limit[1]] ||$:/core/templates/tid-tiddler}}}\n\\end\n<$importvariables filter=\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\"><<renderContent>></$importvariables>"
},
"$:/core/templates/html-div-tiddler": {
"title": "$:/core/templates/html-div-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields.\n\n-->`<div`<$fields template=' $name$=\"$encoded_value$\"'></$fields>`>\n<pre>`<$view field=\"text\" format=\"htmlencoded\" />`</pre>\n</div>`\n"
},
"$:/core/templates/html-tiddler": {
"title": "$:/core/templates/html-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as raw HTML\n\n--><$view field=\"text\" format=\"htmlwikified\" />"
},
"$:/core/templates/javascript-tiddler": {
"title": "$:/core/templates/javascript-tiddler",
"text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields.\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\">`<$view field=\"text\" format=\"text\" />`</script>`"
},
"$:/core/templates/module-tiddler": {
"title": "$:/core/templates/module-tiddler",
"text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields. The body of the tiddler is wrapped in a call to the `$tw.modules.define` function in order to define the body of the tiddler as a module\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\" data-module=\"yes\">$tw.modules.define(\"`<$view field=\"title\" format=\"jsencoded\" />`\",\"`<$view field=\"module-type\" format=\"jsencoded\" />`\",function(module,exports,require) {`<$view field=\"text\" format=\"text\" />`});\n</script>`"
},
"$:/core/templates/plain-text-tiddler": {
"title": "$:/core/templates/plain-text-tiddler",
"text": "<$view field=\"text\" format=\"text\" />"
},
"$:/core/save/all": {
"title": "$:/core/save/all",
"text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/save/empty": {
"title": "$:/core/save/empty",
"text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/save/lazy-images": {
"title": "$:/core/save/lazy-images",
"text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[!is[system]is[image]] +[sort[title]] \n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/templates/split-recipe": {
"title": "$:/core/templates/split-recipe",
"text": "<$list filter=\"[!is[system]]\">\ntiddler: <$view field=\"title\" format=\"urlencoded\"/>.tid\n</$list>\n"
},
"$:/core/templates/static-tiddler": {
"title": "$:/core/templates/static-tiddler",
"text": "<a name=<<currentTiddler>>>\n<$transclude tiddler=\"$:/core/ui/ViewTemplate\"/>\n</a>"
},
"$:/core/templates/static.area": {
"title": "$:/core/templates/static.area",
"text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n{{$:/core/templates/static.content||$:/core/templates/html-tiddler}}\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\nThis file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.\n</$reveal>\n"
},
"$:/core/templates/static.content": {
"title": "$:/core/templates/static.content",
"type": "text/vnd.tiddlywiki",
"text": "<!-- For Google, and people without JavaScript-->\nThis [[TiddlyWiki|http://tiddlywiki.com]] contains the following tiddlers:\n\n<ul>\n<$list filter=<<saveTiddlerFilter>>>\n<li><$view field=\"title\" format=\"text\"></$view></li>\n</$list>\n</ul>\n"
},
"$:/core/templates/static.template.css": {
"title": "$:/core/templates/static.template.css",
"text": "{{$:/boot/boot.css||$:/core/templates/plain-text-tiddler}}\n\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n"
},
"$:/core/templates/static.template.html": {
"title": "$:/core/templates/static.template.html",
"type": "text/vnd.tiddlywiki-html",
"text": "\\define tv-wikilink-template() static/$uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}\n</body>\n</html>\n"
},
"$:/core/templates/static.tiddler.html": {
"title": "$:/core/templates/static.tiddler.html",
"text": "\\define tv-wikilink-template() $uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n`<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"static.css\">\n<title>`{{$:/core/wiki/title}}`</title>\n</head>\n<body class=\"tc-body\">\n`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`\n<section class=\"tc-story-river\">\n`<$importvariables filter=\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\">\n<$view tiddler=\"$:/core/ui/ViewTemplate\" format=\"htmlwikified\"/>\n</$importvariables>`\n</section>\n</body>\n</html>\n`"
},
"$:/core/templates/store.area.template.html": {
"title": "$:/core/templates/store.area.template.html",
"text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n`<div id=\"storeArea\" style=\"display:none;\">`\n<$list filter=<<saveTiddlerFilter>> template=\"$:/core/templates/html-div-tiddler\"/>\n`</div>`\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n`<!--~~ Encrypted tiddlers ~~-->`\n`<pre id=\"encryptedStoreArea\" type=\"text/plain\" style=\"display:none;\">`\n<$encrypt filter=<<saveTiddlerFilter>>/>\n`</pre>`\n</$reveal>"
},
"$:/core/templates/tid-tiddler": {
"title": "$:/core/templates/tid-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers in TiddlyWeb *.tid format\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>`\n`<$view field=\"text\" format=\"text\" />"
},
"$:/core/templates/tiddler-metadata": {
"title": "$:/core/templates/tiddler-metadata",
"text": "<!--\n\nThis template is used for saving tiddler metadata *.meta files\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>"
},
"$:/core/templates/tiddlywiki5.html": {
"title": "$:/core/templates/tiddlywiki5.html",
"text": "\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n{{$:/core/templates/MOTW.html}}<html>\n<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\t\t<!-- Force IE standards mode for Intranet and HTA - should be the first meta -->\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"{{$:/core/copyright.txt}}\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n</head>\n<body class=\"tc-body\">\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n{{$:/core/templates/static.area}}\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n{{$:/core/templates/store.area.template.html}}\n<!--~~ Library modules ~~-->\n<div id=\"libraryModules\" style=\"display:none;\">\n{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}\n</div>\n<!--~~ Boot kernel prologue ~~-->\n<div id=\"bootKernelPrefix\" style=\"display:none;\">\n{{ $:/boot/bootprefix.js ||$:/core/templates/javascript-tiddler}}\n</div>\n<!--~~ Boot kernel ~~-->\n<div id=\"bootKernel\" style=\"display:none;\">\n{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}\n</div>\n</body>\n</html>\n"
},
"$:/core/templates/version": {
"title": "$:/core/templates/version",
"text": "<<version>>"
},
"$:/core/templates/wikified-tiddler": {
"title": "$:/core/templates/wikified-tiddler",
"text": "<$transclude />"
},
"$:/core/ui/AdvancedSearch/Filter": {
"title": "$:/core/ui/AdvancedSearch/Filter",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/Filter/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Filter/Hint>>\n\n<div class=\"tc-search tc-advanced-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/>\n<$button popup=<<qualify \"$:/state/filterDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n<$macrocall $name=\"exportButton\" exportFilter={{$:/temp/advancedsearch}} lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n</$reveal>\n</div>\n\n<div class=\"tc-block-dropdown-wrapper\">\n<$reveal state=<<qualify \"$:/state/filterDropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Filter]]\"><$link to={{!!filter}}><$transclude field=\"description\"/></$link>\n</$list>\n</div>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\n<div class=\"tc-search-results\">\n<<lingo Filter/Matches>>\n<$list filter={{$:/temp/advancedsearch}} template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$set>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Shadows": {
"title": "$:/core/ui/AdvancedSearch/Shadows",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/Shadows/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Shadows/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[all[shadows]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo Shadows/Matches>>\n\n<$list filter=\"[all[shadows]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n</div>\n\n</$set>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Standard": {
"title": "$:/core/ui/AdvancedSearch/Standard",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/Standard/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Standard/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$set name=\"searchTiddler\" value=\"$:/temp/advancedsearch\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n</$list>\n</$set>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/System": {
"title": "$:/core/ui/AdvancedSearch/System",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/System/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo System/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[is[system]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo System/Matches>>\n\n<$list filter=\"[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n</div>\n\n</$set>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
},
"$:/AdvancedSearch": {
"title": "$:/AdvancedSearch",
"icon": "$:/core/images/advanced-search-button",
"color": "#bbb",
"text": "<div class=\"tc-advanced-search\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]\" \"$:/core/ui/AdvancedSearch/System\">>\n</div>\n"
},
"$:/core/ui/AlertTemplate": {
"title": "$:/core/ui/AlertTemplate",
"text": "<div class=\"tc-alert\">\n<div class=\"tc-alert-toolbar\">\n<$button message=\"tm-delete-tiddler\" class=\"tc-btn-invisible\">\n{{$:/core/images/delete-button}}</$button>\n</div>\n<div class=\"tc-alert-subtitle\">\n<$view field=\"component\"/> - <$view field=\"modified\" format=\"date\" template=\"0hh:0mm:0ss DD MM YYYY\"/> <$reveal type=\"nomatch\" state=\"!!count\" text=\"\"><span class=\"tc-alert-highlight\">(count: <$view field=\"count\"/>)</span></$reveal>\n</div>\n<div class=\"tc-alert-body\">\n\n<$transclude/>\n\n</div>\n</div>\n"
},
"$:/core/ui/BinaryWarning": {
"title": "$:/core/ui/BinaryWarning",
"text": "\\define lingo-base() $:/language/BinaryWarning/\n<div class=\"tc-binary-warning\">\n\n<<lingo Prompt>>\n\n</div>\n"
},
"$:/core/ui/Components/tag-link": {
"title": "$:/core/ui/Components/tag-link",
"text": "<$link>\n<$set name=\"backgroundColor\" value={{!!color}}>\n<span style=<<tag-styles>> class=\"tc-tag-label\">\n<$view field=\"title\" format=\"text\"/>\n</span>\n</$set>\n</$link>"
},
"$:/core/ui/ControlPanel/Advanced": {
"title": "$:/core/ui/ControlPanel/Advanced",
"tags": "$:/tags/ControlPanel/Info",
"caption": "{{$:/language/ControlPanel/Advanced/Caption}}",
"text": "{{$:/language/ControlPanel/Advanced/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Advanced]!has[draft.of]]\" \"$:/core/ui/ControlPanel/TiddlerFields\">>\n</div>\n"
},
"$:/core/ui/ControlPanel/Appearance": {
"title": "$:/core/ui/ControlPanel/Appearance",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Appearance/Caption}}",
"text": "{{$:/language/ControlPanel/Appearance/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Appearance]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Theme\">>\n</div>\n"
},
"$:/core/ui/ControlPanel/Basics": {
"title": "$:/core/ui/ControlPanel/Basics",
"tags": "$:/tags/ControlPanel/Info",
"caption": "{{$:/language/ControlPanel/Basics/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Basics/\n\n\\define show-filter-count(filter)\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $value=\"\"\"$filter$\"\"\"/>\n<$action-setfield $tiddler=\"$:/state/tab--1498284803\" $value=\"$:/core/ui/AdvancedSearch/Filter\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n''<$count filter=\"\"\"$filter$\"\"\"/>''\n{{$:/core/images/advanced-search-button}}\n</$button>\n\\end\n\n|<<lingo Version/Prompt>> |''<<version>>'' |\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/status/UserName\"><<lingo Username/Prompt>></$link> |<$edit-text tiddler=\"$:/status/UserName\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/AnimationDuration\"><<lingo AnimDuration/Prompt>></$link> |<$edit-text tiddler=\"$:/config/AnimationDuration\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit-text tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n|<$link to=\"$:/config/NewJournal/Title\"><<lingo NewJournal/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/config/NewJournal/Title\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Tags\"><<lingo NewJournal/Tags/Prompt>></$link> |<$edit-text tiddler=\"$:/config/NewJournal/Tags\" default=\"\" tag=\"input\"/> |\n|<<lingo Language/Prompt>> |{{$:/snippets/minilanguageswitcher}} |\n|<<lingo Tiddlers/Prompt>> |<<show-filter-count \"[!is[system]sort[title]]\">> |\n|<<lingo Tags/Prompt>> |<<show-filter-count \"[tags[]sort[title]]\">> |\n|<<lingo SystemTiddlers/Prompt>> |<<show-filter-count \"[is[system]sort[title]]\">> |\n|<<lingo ShadowTiddlers/Prompt>> |<<show-filter-count \"[all[shadows]sort[title]]\">> |\n|<<lingo OverriddenShadowTiddlers/Prompt>> |<<show-filter-count \"[is[tiddler]is[shadow]sort[title]]\">> |\n"
},
"$:/core/ui/ControlPanel/EditorTypes": {
"title": "$:/core/ui/ControlPanel/EditorTypes",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/EditorTypes/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/EditorTypes/\n\n<<lingo Hint>>\n\n<table>\n<tbody>\n<tr>\n<th><<lingo Type/Caption>></th>\n<th><<lingo Editor/Caption>></th>\n</tr>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/config/EditorTypeMappings/]sort[title]]\">\n<tr>\n<td>\n<$link>\n<$list filter=\"[all[current]removeprefix[$:/config/EditorTypeMappings/]]\">\n<$text text={{!!title}}/>\n</$list>\n</$link>\n</td>\n<td>\n<$view field=\"text\"/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ControlPanel/Info": {
"title": "$:/core/ui/ControlPanel/Info",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Info/Caption}}",
"text": "{{$:/language/ControlPanel/Info/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Info]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Basics\">>\n</div>\n"
},
"$:/core/ui/ControlPanel/LoadedModules": {
"title": "$:/core/ui/ControlPanel/LoadedModules",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/LoadedModules/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n<<lingo LoadedModules/Hint>>\n\n{{$:/snippets/modules}}\n"
},
"$:/core/ui/ControlPanel/Modals/AddPlugins": {
"title": "$:/core/ui/ControlPanel/Modals/AddPlugins",
"subtitle": "{{$:/core/images/download-button}} {{$:/language/ControlPanel/Plugins/Add/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define install-plugin-button()\n<$button>\n<$action-sendmessage $message=\"tm-load-plugin-from-library\" url={{!!url}} title={{$(assetInfo)$!!original-title}}/>\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"installedVersion\" emptyMessage=\"\"\"install\"\"\">\nreinstall\n</$list>\n</$button>\n\\end\n\n\\define popup-state-macro()\n$:/state/add-plugin-info/$(connectionTiddler)$/$(assetInfo)$\n\\end\n\n\\define display-plugin-info(type)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<div class=\"tc-plugin-info\">\n<div class=\"tc-plugin-info-chunk tc-small-icon\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<$list filter=\"[<assetInfo>has[icon]]\" emptyMessage=\"\"\"<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\"\"\">\n<img src={{$(assetInfo)$!!icon}}/>\n</$list>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<h1><$view tiddler=<<assetInfo>> field=\"description\"/></h1>\n<h2><$view tiddler=<<assetInfo>> field=\"original-title\"/></h2>\n<div><em><$view tiddler=<<assetInfo>> field=\"version\"/></em></div>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<<install-plugin-button>>\n</div>\n</div>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>>>\n<div class=\"tc-plugin-info-dropdown\">\n<div class=\"tc-plugin-info-dropdown-message\">\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"installedVersion\" emptyMessage=\"\"\"This plugin is not currently installed\"\"\">\n<em>\nThis plugin is already installed at version <$text text=<<installedVersion>>/>\n</em>\n</$list>\n</div>\n<div class=\"tc-plugin-info-dropdown-body\">\n<$transclude tiddler=<<assetInfo>> field=\"readme\" mode=\"block\"/>\n</div>\n</div>\n</$reveal>\n</$set>\n\\end\n\n\\define load-plugin-library-button()\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-load-plugin-library\" url={{!!url}} infoTitlePrefix=\"$:/temp/RemoteAssetInfo/\"/>\n{{$:/core/images/chevron-right}} open plugin library\n</$button>\n\\end\n\n\\define display-server-assets(type)\nSearch: <$edit-text tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" default=\"\" type=\"search\" tag=\"input\" focus=\"true\"/>\n<$reveal state=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n<div class=\"tc-plugin-library-listing\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]search{$:/temp/RemoteAssetSearch/$(currentTiddler)$}sort[description]]\" variable=\"assetInfo\">\n<<display-plugin-info \"$type$\">>\n</$list>\n</div>\n\\end\n\n\\define display-server-connection()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/ServerConnection]suffix{!!url}]\" variable=\"connectionTiddler\" emptyMessage=<<load-plugin-library-button>>>\n\n<<tabs \"[[$:/core/ui/ControlPanel/Plugins/Add/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Add/Themes]] [[$:/core/ui/ControlPanel/Plugins/Add/Languages]]\" \"$:/core/ui/ControlPanel/Plugins/Add/Plugins\">>\n\n</$list>\n\\end\n\n\\define plugin-library-listing()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\">\n<div class=\"tc-plugin-library\">\n\n!! <$link><$transclude field=\"caption\"><$view field=\"title\"/></$transclude></$link>\n\n//<$view field=\"url\"/>//\n\n<$transclude/>\n\n<<display-server-connection>>\n</div>\n</$list>\n\\end\n\n<$importvariables filter=\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\">\n\n<div>\n<<plugin-library-listing>>\n</div>\n\n</$importvariables>\n"
},
"$:/core/ui/ControlPanel/Palette": {
"title": "$:/core/ui/ControlPanel/Palette",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/Palette/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Palette/\n\n{{$:/snippets/paletteswitcher}}\n\n<$reveal type=\"nomatch\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"yes\"><<lingo ShowEditor/Caption>></$button>\n\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"no\"><<lingo HideEditor/Caption>></$button>\n{{$:/snippets/paletteeditor}}\n\n</$reveal>\n\n"
},
"$:/core/ui/ControlPanel/Plugins/Add/Languages": {
"title": "$:/core/ui/ControlPanel/Plugins/Add/Languages",
"caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[language]]\"/>)",
"text": "<<display-server-assets language>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Add/Plugins": {
"title": "$:/core/ui/ControlPanel/Plugins/Add/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[plugin]]\"/>)",
"text": "<<display-server-assets plugin>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Add/Themes": {
"title": "$:/core/ui/ControlPanel/Plugins/Add/Themes",
"caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[theme]]\"/>)",
"text": "<<display-server-assets theme>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Installed/Languages": {
"title": "$:/core/ui/ControlPanel/Plugins/Installed/Languages",
"caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[language]]\"/>)",
"text": "<<plugin-table language>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Installed/Plugins": {
"title": "$:/core/ui/ControlPanel/Plugins/Installed/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[plugin]]\"/>)",
"text": "<<plugin-table plugin>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Installed/Themes": {
"title": "$:/core/ui/ControlPanel/Plugins/Installed/Themes",
"caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[theme]]\"/>)",
"text": "<<plugin-table theme>>\n"
},
"$:/core/ui/ControlPanel/Plugins": {
"title": "$:/core/ui/ControlPanel/Plugins",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Plugins/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define popup-state-macro()\n$(qualified-state)$-$(currentTiddler)$\n\\end\n\n\\define tabs-state-macro()\n$(popup-state)$-$(pluginInfoType)$\n\\end\n\n\\define plugin-icon-title()\n$(currentTiddler)$/icon\n\\end\n\n\\define plugin-disable-title()\n$:/config/Plugins/Disabled/$(currentTiddler)$\n\\end\n\n\\define plugin-table-body(type,disabledMessage)\n<div class=\"tc-plugin-info-chunk tc-small-icon\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<plugin-icon-title>>>\n<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\n</$transclude>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<h1>\n''<$view field=\"description\"><$view field=\"title\"/></$view>'' $disabledMessage$\n</h1>\n<h2>\n<$view field=\"title\"/>\n</h2>\n<h2>\n<div><em><$view field=\"version\"/></em></div>\n</h2>\n</div>\n\\end\n\n\\define plugin-table(type)\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n<$list filter=\"[!has[draft.of]plugin-type[$type$]sort[description]]\" emptyMessage=<<lingo \"Empty/Hint\">>>\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info\">\n<<plugin-table-body type:\"$type$\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info tc-plugin-info-disabled\">\n<<plugin-table-body type:\"$type$\" disabledMessage:\"<$macrocall $name='lingo' title='Disabled/Status'/>\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>>>\n<div class=\"tc-plugin-info-dropdown\">\n<div class=\"tc-plugin-info-dropdown-body\">\n<$list filter=\"[all[current]] -[[$:/core]]\">\n<div style=\"float:right;\">\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"yes\" tooltip={{$:/language/ControlPanel/Plugins/Disable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Disable/Caption}}>\n<<lingo Disable/Caption>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"no\" tooltip={{$:/language/ControlPanel/Plugins/Enable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Enable/Caption}}>\n<<lingo Enable/Caption>>\n</$button>\n</$reveal>\n</div>\n</$list>\n<$reveal type=\"nomatch\" text=\"\" state=\"!!list\">\n<$macrocall $name=\"tabs\" state=<<tabs-state-macro>> tabsList={{!!list}} default=\"readme\" template=\"$:/core/ui/PluginInfo\"/>\n</$reveal>\n<$reveal type=\"match\" text=\"\" state=\"!!list\">\nNo information provided\n</$reveal>\n</div>\n</div>\n</$reveal>\n</$set>\n</$list>\n</$set>\n\\end\n\n<$button message=\"tm-modal\" param=\"$:/core/ui/ControlPanel/Modals/AddPlugins\" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class=\"tc-btn-big-green\" style=\"background:blue;\">\n{{$:/core/images/download-button}} <<lingo Add/Caption>>\n</$button>\n\n<<lingo Installed/Hint>>\n\n<<tabs \"[[$:/core/ui/ControlPanel/Plugins/Installed/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Installed/Themes]] [[$:/core/ui/ControlPanel/Plugins/Installed/Languages]]\" \"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\">>\n"
},
"$:/core/ui/ControlPanel/Saving": {
"title": "$:/core/ui/ControlPanel/Saving",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Saving/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Saving/\n\\define backupURL()\nhttp://$(userName)$.tiddlyspot.com/backup/\n\\end\n\\define backupLink()\n<$reveal type=\"nomatch\" state=\"$:/UploadName\" text=\"\">\n<$set name=\"userName\" value={{$:/UploadName}}>\n<$reveal type=\"match\" state=\"$:/UploadURL\" text=\"\">\n<<backupURL>>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/UploadURL\" text=\"\">\n<$macrocall $name=resolvePath source={{$:/UploadBackupDir}} root={{$:/UploadURL}}>>\n</$reveal>\n</$set>\n</$reveal>\n\\end\n! <<lingo TiddlySpot/Heading>>\n\n<<lingo TiddlySpot/Description>>\n\n|<<lingo TiddlySpot/UserName>> |<$edit-text tiddler=\"$:/UploadName\" default=\"\" tag=\"input\"/> |\n|<<lingo TiddlySpot/Password>> |<$password name=\"upload\"/> |\n|<<lingo TiddlySpot/Backups>> |<<backupLink>> |\n\n''<<lingo TiddlySpot/Advanced/Heading>>''\n\n|<<lingo TiddlySpot/ServerURL>> |<$edit-text tiddler=\"$:/UploadURL\" default=\"\" tag=\"input\"/> |\n|<<lingo TiddlySpot/Filename>> |<$edit-text tiddler=\"$:/UploadFilename\" default=\"index.html\" tag=\"input\"/> |\n|<<lingo TiddlySpot/UploadDir>> |<$edit-text tiddler=\"$:/UploadDir\" default=\".\" tag=\"input\"/> |\n|<<lingo TiddlySpot/BackupDir>> |<$edit-text tiddler=\"$:/UploadBackupDir\" default=\".\" tag=\"input\"/> |\n\n<<lingo TiddlySpot/Hint>>"
},
"$:/core/ui/ControlPanel/Settings/AutoSave": {
"title": "$:/core/ui/ControlPanel/Settings/AutoSave",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/AutoSave/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/AutoSave/\n\n<$link to=\"$:/config/AutoSave\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"yes\"> <<lingo Enabled/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"no\"> <<lingo Disabled/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/DefaultSidebarTab": {
"caption": "{{$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption}}",
"tags": "$:/tags/ControlPanel/Settings",
"title": "$:/core/ui/ControlPanel/Settings/DefaultSidebarTab",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/DefaultSidebarTab/\n\n<$link to=\"$:/config/DefaultSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n"
},
"$:/core/ui/ControlPanel/Settings/NavigationAddressBar": {
"title": "$:/core/ui/ControlPanel/Settings/NavigationAddressBar",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/NavigationAddressBar/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationAddressBar/\n\n<$link to=\"$:/config/Navigation/UpdateAddressBar\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permaview\"> <<lingo Permaview/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permalink\"> <<lingo Permalink/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/NavigationHistory": {
"title": "$:/core/ui/ControlPanel/Settings/NavigationHistory",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/NavigationHistory/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationHistory/\n<$link to=\"$:/config/Navigation/UpdateHistory\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/ToolbarButtons": {
"title": "$:/core/ui/ControlPanel/Settings/ToolbarButtons",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtons/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtons/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Icons\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Toolbar/Icons\"><<lingo Icons/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Text\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Toolbar/Text\"><<lingo Text/Description>></$link> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Settings": {
"title": "$:/core/ui/ControlPanel/Settings",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Settings/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n<<lingo Hint>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]\">\n\n<div style=\"border-top:1px solid #eee;\">\n\n!! <$link><$transclude field=\"caption\"/></$link>\n\n<$transclude/>\n\n</div>\n\n</$list>\n"
},
"$:/core/ui/ControlPanel/StoryView": {
"title": "$:/core/ui/ControlPanel/StoryView",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/StoryView/Caption}}",
"text": "{{$:/snippets/viewswitcher}}\n"
},
"$:/core/ui/ControlPanel/Theme": {
"title": "$:/core/ui/ControlPanel/Theme",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/Theme/Caption}}",
"text": "{{$:/snippets/themeswitcher}}\n"
},
"$:/core/ui/ControlPanel/TiddlerFields": {
"title": "$:/core/ui/ControlPanel/TiddlerFields",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/TiddlerFields/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n\n<<lingo TiddlerFields/Hint>>\n\n{{$:/snippets/allfields}}"
},
"$:/core/ui/ControlPanel/Toolbars/EditToolbar": {
"title": "$:/core/ui/ControlPanel/Toolbars/EditToolbar",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/EditToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\\define config-title()\n$:/config/EditToolbarButtons/Visibility/$(listItem)$\n\\end\n\n{{$:/language/ControlPanel/Toolbars/EditToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]\" variable=\"listItem\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>> field=\"caption\"/> <i class=\"tc-muted\">-- <$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</$list>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/ControlPanel/Toolbars/PageControls": {
"title": "$:/core/ui/ControlPanel/Toolbars/PageControls",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/PageControls/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n\n{{$:/language/ControlPanel/Toolbars/PageControls/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>> field=\"caption\"/> <i class=\"tc-muted\">-- <$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</$list>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/ControlPanel/Toolbars/ViewToolbar": {
"title": "$:/core/ui/ControlPanel/Toolbars/ViewToolbar",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/ViewToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n\n{{$:/language/ControlPanel/Toolbars/ViewToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>> field=\"caption\"/> <i class=\"tc-muted\">-- <$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</$list>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/ControlPanel/Toolbars": {
"title": "$:/core/ui/ControlPanel/Toolbars",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/Toolbars/Caption}}",
"text": "{{$:/language/ControlPanel/Toolbars/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Toolbars]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\" \"$:/state/tabs/controlpanel/toolbars\" \"tc-vertical\">>\n</div>\n"
},
"$:/ControlPanel": {
"title": "$:/ControlPanel",
"icon": "$:/core/images/options-button",
"color": "#bbb",
"text": "<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Info\">>\n</div>\n"
},
"$:/core/ui/DefaultSearchResultList": {
"title": "$:/core/ui/DefaultSearchResultList",
"tags": "$:/tags/SearchResults",
"caption": "{{$:/language/Search/DefaultResults/Caption}}",
"text": "\\define searchResultList()\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[!is[system]search{$(searchTiddler)$}]\"/>\"\"\">\n\n{{$:/language/Search/Matches}}\n\n</$set>\n\n//<small>Title matches:</small>//\n\n<$list filter=\"[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n//<small>All matches:</small>//\n\n<$list filter=\"[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\\end\n<<searchResultList>>\n"
},
"$:/core/ui/EditTemplate/body": {
"title": "$:/core/ui/EditTemplate/body",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/Body/\n<$list filter=\"[is[current]has[_canonical_uri]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo External/Hint>>\n\n<a href={{!!_canonical_uri}}><$text text={{!!_canonical_uri}}/></a>\n\n<$edit-text field=\"_canonical_uri\" class=\"tc-edit-fields\"></$edit-text>\n\n</div>\n\n</$list>\n\n<$list filter=\"[is[current]!has[_canonical_uri]]\">\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\">\n\n<em class=\"tc-edit\"><<lingo Hint>></em> <$button type=\"set\" set=\"$:/state/showeditpreview\" setTo=\"no\"><<lingo Preview/Button/Hide>></$button>\n\n<div class=\"tc-tiddler-preview\">\n<div class=\"tc-tiddler-preview-preview\">\n\n<$transclude />\n\n</div>\n\n<div class=\"tc-tiddler-preview-edit\">\n<$edit field=\"text\" class=\"tc-edit-texteditor\" placeholder={{$:/language/EditTemplate/Body/Placeholder}}/>\n\n</div>\n\n</div>\n\n</$reveal>\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\">\n\n<em class=\"tc-edit\"><<lingo Hint>></em> <$button type=\"set\" set=\"$:/state/showeditpreview\" setTo=\"yes\"><<lingo Preview/Button/Show>></$button>\n<$edit field=\"text\" class=\"tc-edit-texteditor\" placeholder={{$:/language/EditTemplate/Body/Placeholder}}/>\n\n</$reveal>\n\n</$list>\n"
},
"$:/core/ui/EditTemplate/controls": {
"title": "$:/core/ui/EditTemplate/controls",
"tags": "$:/tags/EditTemplate",
"text": "\\define config-title()\n$:/config/EditToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title tc-tiddler-edit-title\">\n<$view field=\"title\"/>\n<span class=\"tc-tiddler-controls tc-titlebar\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>\n<div style=\"clear: both;\"></div>\n</div>\n"
},
"$:/core/ui/EditTemplate/fields": {
"title": "$:/core/ui/EditTemplate/fields",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/\n\\define config-title()\n$:/config/EditTemplateFields/Visibility/$(currentField)$\n\\end\n\n\\define config-filter()\n[[hide]] -[title{$(config-title)$}]\n\\end\n\n\\define new-field-inner()\n<$reveal type=\"nomatch\" text=\"\" default=<<name>>>\n<$button>\n<$action-sendmessage $message=\"tm-add-field\" $(name)$=<<value>>/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldname\"/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldvalue\"/>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" text=\"\" default=<<name>>>\n<$button>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n\\end\n\n\\define new-field()\n<$set name=\"name\" value={{$:/temp/newfieldname}}>\n<$set name=\"value\" value={{$:/temp/newfieldvalue}}>\n<<new-field-inner>>\n</$set>\n</$set>\n\\end\n\n<div class=\"tc-edit-fields\">\n<table class=\"tc-edit-fields\">\n<tbody>\n<$list filter=\"[all[current]fields[]] +[sort[title]]\" variable=\"currentField\">\n<$list filter=<<config-filter>> variable=\"temp\">\n<tr class=\"tc-edit-field\">\n<td class=\"tc-edit-field-name\">\n<$text text=<<currentField>>/>:</td>\n<td class=\"tc-edit-field-value\">\n<$edit-text tiddler=<<currentTiddler>> field=<<currentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}}/>\n</td>\n<td class=\"tc-edit-field-remove\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Field/Remove/Hint}} aria-label={{$:/language/EditTemplate/Field/Remove/Caption}}>\n<$action-deletefield $field=<<currentField>>/>\n{{$:/core/images/delete-button}}\n</$button>\n</td>\n</tr>\n</$list>\n</$list>\n</tbody>\n</table>\n</div>\n\n<$fieldmangler>\n<div class=\"tc-edit-field-add\">\n<em class=\"tc-edit\">\n<<lingo Fields/Add/Prompt>>\n</em>\n<span class=\"tc-edit-field-add-name\">\n<$edit-text tiddler=\"$:/temp/newfieldname\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Name/Placeholder}} class=\"tc-edit-texteditor\"/>\n</span>\n<span class=\"tc-edit-field-add-value\">\n<$edit-text tiddler=\"$:/temp/newfieldvalue\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} class=\"tc-edit-texteditor\"/>\n</span>\n<span class=\"tc-edit-field-add-button\">\n<$macrocall $name=\"new-field\"/>\n</span>\n</div>\n</$fieldmangler>\n\n"
},
"$:/core/ui/EditTemplate/shadow": {
"title": "$:/core/ui/EditTemplate/shadow",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/Shadow/\n<$list filter=\"[all[current]get[draft.of]is[shadow]!is[tiddler]]\">\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n</div>\n</$list>\n\n<$list filter=\"[all[current]get[draft.of]is[shadow]is[tiddler]]\">\n<div class=\"tc-message-box\">\n\n<<lingo OverriddenWarning>>\n\n</div>\n</$list>\n"
},
"$:/core/ui/EditTemplate/tags": {
"title": "$:/core/ui/EditTemplate/tags",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/\n\\define tag-styles()\nbackground-color:$(backgroundColor)$;\n\\end\n<div class=\"tc-edit-tags\">\n<$fieldmangler>\n<$list filter=\"[all[current]tags[]sort[title]]\" storyview=\"pop\"><$set name=\"backgroundColor\" value={{!!color}}><span style=<<tag-styles>> class=\"tc-tag-label\">\n<$view field=\"title\" format=\"text\" />\n<$button message=\"tm-remove-tag\" param={{!!title}} class=\"tc-btn-invisible tc-remove-tag-button\">×</$button></span>\n</$set>\n</$list>\n\n<div class=\"tc-edit-add-tag\">\n<span class=\"tc-add-tag-name\">\n<$edit-text tiddler=\"$:/temp/NewTagName\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}} focusPopup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-edit-texteditor tc-popup-handle\"/>\n</span> <$button popup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button> <span class=\"tc-add-tag-button\">\n<$button message=\"tm-add-tag\" param={{$:/temp/NewTagName}} set=\"$:/temp/NewTagName\" setTo=\"\" class=\"\">\n<<lingo Tags/Add/Button>>\n</$button>\n</span>\n</div>\n\n<div class=\"tc-block-dropdown-wrapper\">\n<$reveal state=<<qualify \"$:/state/popup/tags-auto-complete\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown\">\n<$linkcatcher set=\"$:/temp/NewTagName\" setTo=\"\" message=\"tm-add-tag\">\n<$list filter=\"[tags[]!is[system]search:title{$:/temp/NewTagName}sort[]]\">\n{{||$:/core/ui/Components/tag-link}}\n</$list>\n<hr>\n<$list filter=\"[tags[]is[system]search:title{$:/temp/NewTagName}sort[]]\">\n{{||$:/core/ui/Components/tag-link}}\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n</div>\n</$fieldmangler>\n</div>"
},
"$:/core/ui/EditTemplate/title": {
"title": "$:/core/ui/EditTemplate/title",
"tags": "$:/tags/EditTemplate",
"text": "<$edit-text field=\"draft.title\" class=\"tc-titlebar tc-edit-texteditor\" focus=\"true\"/>"
},
"$:/core/ui/EditTemplate/type": {
"title": "$:/core/ui/EditTemplate/type",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/\n<div class=\"tc-type-selector\"><$fieldmangler>\n<em class=\"tc-edit\"><<lingo Type/Prompt>></em> <$edit-text field=\"type\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-edit-typeeditor tc-popup-handle\"/> <$button popup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Type/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Type/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button> <$button message=\"tm-remove-field\" param=\"type\" class=\"tc-btn-invisible tc-btn-icon\" tooltip={{$:/language/EditTemplate/Type/Delete/Hint}} aria-label={{$:/language/EditTemplate/Type/Delete/Caption}}>{{$:/core/images/delete-button}}</$button>\n</$fieldmangler></div>\n\n<div class=\"tc-block-dropdown-wrapper\">\n<$reveal state=<<qualify \"$:/state/popup/type-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$linkcatcher to=\"!!type\">\n<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group]]'>\n<div class=\"tc-dropdown-item\">\n<$text text={{!!group}}/>\n</div>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]group{!!group}] +[sort[description]]\"><$link to={{!!name}}><$view field=\"description\"/> (<$view field=\"name\"/>)</$link>\n</$list>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n</div>"
},
"$:/core/ui/EditTemplate": {
"title": "$:/core/ui/EditTemplate",
"text": "\\define frame-classes()\ntc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$\n\\end\n<div class=<<frame-classes>>>\n<$set name=\"storyTiddler\" value=<<currentTiddler>>>\n<$keyboard key=\"escape\" message=\"tm-cancel-tiddler\">\n<$keyboard key=\"ctrl+enter\" message=\"tm-save-tiddler\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]]\" variable=\"listItem\">\n<$transclude tiddler=<<listItem>>/>\n</$list>\n</$keyboard>\n</$keyboard>\n</$set>\n</div>\n"
},
"$:/core/ui/Buttons/cancel": {
"title": "$:/core/ui/Buttons/cancel",
"tags": "$:/tags/EditToolbar",
"caption": "{{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}",
"description": "{{$:/language/Buttons/Cancel/Hint}}",
"text": "<$button message=\"tm-cancel-tiddler\" tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/cancel-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Cancel/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/delete": {
"title": "$:/core/ui/Buttons/delete",
"tags": "$:/tags/EditToolbar",
"caption": "{{$:/core/images/delete-button}} {{$:/language/Buttons/Delete/Caption}}",
"description": "{{$:/language/Buttons/Delete/Hint}}",
"text": "<$button message=\"tm-delete-tiddler\" tooltip={{$:/language/Buttons/Delete/Hint}} aria-label={{$:/language/Buttons/Delete/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/delete-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Delete/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/save": {
"title": "$:/core/ui/Buttons/save",
"tags": "$:/tags/EditToolbar",
"caption": "{{$:/core/images/done-button}} {{$:/language/Buttons/Save/Caption}}",
"description": "{{$:/language/Buttons/Save/Hint}}",
"text": "<$button message=\"tm-save-tiddler\" tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/done-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Save/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/Filters/AllTags": {
"title": "$:/core/Filters/AllTags",
"tags": "$:/tags/Filter",
"filter": "[tags[]!is[system]sort[title]]",
"description": "{{$:/language/Filters/AllTags}}",
"text": ""
},
"$:/core/Filters/AllTiddlers": {
"title": "$:/core/Filters/AllTiddlers",
"tags": "$:/tags/Filter",
"filter": "[!is[system]sort[title]]",
"description": "{{$:/language/Filters/AllTiddlers}}",
"text": ""
},
"$:/core/Filters/Drafts": {
"title": "$:/core/Filters/Drafts",
"tags": "$:/tags/Filter",
"filter": "[has[draft.of]sort[title]]",
"description": "{{$:/language/Filters/Drafts}}",
"text": ""
},
"$:/core/Filters/Missing": {
"title": "$:/core/Filters/Missing",
"tags": "$:/tags/Filter",
"filter": "[all[missing]sort[title]]",
"description": "{{$:/language/Filters/Missing}}",
"text": ""
},
"$:/core/Filters/Orphans": {
"title": "$:/core/Filters/Orphans",
"tags": "$:/tags/Filter",
"filter": "[all[orphans]sort[title]]",
"description": "{{$:/language/Filters/Orphans}}",
"text": ""
},
"$:/core/Filters/OverriddenShadowTiddlers": {
"title": "$:/core/Filters/OverriddenShadowTiddlers",
"tags": "$:/tags/Filter",
"filter": "[is[shadow]]",
"description": "{{$:/language/Filters/OverriddenShadowTiddlers}}",
"text": ""
},
"$:/core/Filters/RecentSystemTiddlers": {
"title": "$:/core/Filters/RecentSystemTiddlers",
"tags": "$:/tags/Filter",
"filter": "[has[modified]!sort[modified]limit[50]]",
"description": "{{$:/language/Filters/RecentSystemTiddlers}}",
"text": ""
},
"$:/core/Filters/RecentTiddlers": {
"title": "$:/core/Filters/RecentTiddlers",
"tags": "$:/tags/Filter",
"filter": "[!is[system]has[modified]!sort[modified]limit[50]]",
"description": "{{$:/language/Filters/RecentTiddlers}}",
"text": ""
},
"$:/core/Filters/ShadowTiddlers": {
"title": "$:/core/Filters/ShadowTiddlers",
"tags": "$:/tags/Filter",
"filter": "[all[shadows]sort[title]]",
"description": "{{$:/language/Filters/ShadowTiddlers}}",
"text": ""
},
"$:/core/Filters/SystemTags": {
"title": "$:/core/Filters/SystemTags",
"tags": "$:/tags/Filter",
"filter": "[all[shadows+tiddlers]tags[]is[system]sort[title]]",
"description": "{{$:/language/Filters/SystemTags}}",
"text": ""
},
"$:/core/Filters/SystemTiddlers": {
"title": "$:/core/Filters/SystemTiddlers",
"tags": "$:/tags/Filter",
"filter": "[is[system]sort[title]]",
"description": "{{$:/language/Filters/SystemTiddlers}}",
"text": ""
},
"$:/core/Filters/TypedTiddlers": {
"title": "$:/core/Filters/TypedTiddlers",
"tags": "$:/tags/Filter",
"filter": "[!is[system]has[type]each[type]sort[type]] -[type[text/vnd.tiddlywiki]]",
"description": "{{$:/language/Filters/TypedTiddlers}}",
"text": ""
},
"$:/core/ui/ImportListing": {
"title": "$:/core/ui/ImportListing",
"text": "\\define lingo-base() $:/language/Import/\n\\define messageField()\nmessage-$(payloadTiddler)$\n\\end\n\\define selectionField()\nselection-$(payloadTiddler)$\n\\end\n\\define previewPopupState()\n$(currentTiddler)$!!popup-$(payloadTiddler)$\n\\end\n<table>\n<tbody>\n<tr>\n<th>\n<<lingo Listing/Select/Caption>>\n</th>\n<th>\n<<lingo Listing/Title/Caption>>\n</th>\n<th>\n<<lingo Listing/Status/Caption>>\n</th>\n</tr>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<tr>\n<td>\n<$checkbox field=<<selectionField>> checked=\"checked\" unchecked=\"unchecked\" default=\"checked\"/>\n</td>\n<td>\n<$reveal type=\"nomatch\" state=<<previewPopupState>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<previewPopupState>> setTo=\"yes\">\n{{$:/core/images/right-arrow}} <$text text=<<payloadTiddler>>/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<previewPopupState>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<previewPopupState>> setTo=\"no\">\n{{$:/core/images/down-arrow}} <$text text=<<payloadTiddler>>/>\n</$button>\n</$reveal>\n</td>\n<td>\n<$view field=<<messageField>>/>\n</td>\n</tr>\n<tr>\n<td colspan=\"3\">\n<$reveal type=\"match\" text=\"yes\" state=<<previewPopupState>>>\n<$transclude subtiddler=<<payloadTiddler>> mode=\"block\"/>\n</$reveal>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ListItemTemplate": {
"title": "$:/core/ui/ListItemTemplate",
"text": "<div class=\"tc-menu-list-item\">\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</div>"
},
"$:/core/ui/MissingTemplate": {
"title": "$:/core/ui/MissingTemplate",
"text": "<div class=\"tc-tiddler-missing\">\n<$button popup=<<qualify \"$:/state/popup/missing\">> class=\"tc-btn-invisible tc-missing-tiddler-label\">\n<$view field=\"title\" format=\"text\" />\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/missing\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n<hr>\n<$list filter=\"[all[current]backlinks[]sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n</div>\n"
},
"$:/core/ui/MoreSideBar/All": {
"title": "$:/core/ui/MoreSideBar/All",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/All/Caption}}",
"text": "<$list filter={{$:/core/Filters/AllTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Drafts": {
"title": "$:/core/ui/MoreSideBar/Drafts",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Drafts/Caption}}",
"text": "<$list filter={{$:/core/Filters/Drafts!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Missing": {
"title": "$:/core/ui/MoreSideBar/Missing",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Missing/Caption}}",
"text": "<$list filter={{$:/core/Filters/Missing!!filter}} template=\"$:/core/ui/MissingTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Orphans": {
"title": "$:/core/ui/MoreSideBar/Orphans",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Orphans/Caption}}",
"text": "<$list filter={{$:/core/Filters/Orphans!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Recent": {
"title": "$:/core/ui/MoreSideBar/Recent",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Recent/Caption}}",
"text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
},
"$:/core/ui/MoreSideBar/Shadows": {
"title": "$:/core/ui/MoreSideBar/Shadows",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Shadows/Caption}}",
"text": "<$list filter={{$:/core/Filters/ShadowTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/System": {
"title": "$:/core/ui/MoreSideBar/System",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/System/Caption}}",
"text": "<$list filter={{$:/core/Filters/SystemTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Tags": {
"title": "$:/core/ui/MoreSideBar/Tags",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Tags/Caption}}",
"text": "<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n{{$:/core/ui/Buttons/tag-manager}}\n\n</$set>\n\n</$set>\n\n</$set>\n\n<$list filter={{$:/core/Filters/AllTags!!filter}}>\n\n<$transclude tiddler=\"$:/core/ui/TagTemplate\"/> <small class=\"tc-menu-list-count\"><$count filter=\"[all[current]tagging[]]\"/></small>\n\n</$list>\n\n<hr class=\"tc-untagged-separator\">\n\n{{$:/core/ui/UntaggedTemplate}} <small class=\"tc-menu-list-count\"><$count filter=\"[untagged[]!is[system]] -[tags[]]\"/></small>\n"
},
"$:/core/ui/MoreSideBar/Types": {
"title": "$:/core/ui/MoreSideBar/Types",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Types/Caption}}",
"text": "<$list filter={{$:/core/Filters/TypedTiddlers!!filter}}>\n<div class=\"tc-menu-list-item\">\n<$view field=\"type\"/>\n<$list filter=\"[type{!!type}!is[system]sort[title]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}><$view field=\"title\"/></$link>\n</div>\n</$list>\n</div>\n</$list>\n"
},
"$:/core/ui/Buttons/advanced-search": {
"title": "$:/core/ui/Buttons/advanced-search",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/advanced-search-button}} {{$:/language/Buttons/AdvancedSearch/Caption}}",
"description": "{{$:/language/Buttons/AdvancedSearch/Hint}}",
"text": "\\define control-panel-button(class)\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/advanced-search-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/AdvancedSearch/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/AdvancedSearch]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/close-all": {
"title": "$:/core/ui/Buttons/close-all",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}",
"description": "{{$:/language/Buttons/CloseAll/Hint}}",
"text": "<$button message=\"tm-close-all-tiddlers\" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/close-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/CloseAll/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/control-panel": {
"title": "$:/core/ui/Buttons/control-panel",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/options-button}} {{$:/language/Buttons/ControlPanel/Caption}}",
"description": "{{$:/language/Buttons/ControlPanel/Hint}}",
"text": "\\define control-panel-button(class)\n<$button to=\"$:/ControlPanel\" tooltip={{$:/language/Buttons/ControlPanel/Hint}} aria-label={{$:/language/Buttons/ControlPanel/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/options-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/ControlPanel/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/ControlPanel]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/encryption": {
"title": "$:/core/ui/Buttons/encryption",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/locked-padlock}} {{$:/language/Buttons/Encryption/Caption}}",
"description": "{{$:/language/Buttons/Encryption/Hint}}",
"text": "<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-clear-password\" tooltip={{$:/language/Buttons/Encryption/ClearPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/ClearPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/locked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/ClearPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-set-password\" tooltip={{$:/language/Buttons/Encryption/SetPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/SetPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/unlocked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/SetPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>"
},
"$:/core/ui/Buttons/export-page": {
"title": "$:/core/ui/Buttons/export-page",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportPage/Caption}}",
"description": "{{$:/language/Buttons/ExportPage/Hint}}",
"text": "<$macrocall $name=\"exportButton\" exportFilter=\"[!is[system]sort[title]]\" lingoBase=\"$:/language/Buttons/ExportPage/\"/>"
},
"$:/core/ui/Buttons/full-screen": {
"title": "$:/core/ui/Buttons/full-screen",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/full-screen-button}} {{$:/language/Buttons/FullScreen/Caption}}",
"description": "{{$:/language/Buttons/FullScreen/Hint}}",
"text": "<$button message=\"tm-full-screen\" tooltip={{$:/language/Buttons/FullScreen/Hint}} aria-label={{$:/language/Buttons/FullScreen/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/full-screen-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FullScreen/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/home": {
"title": "$:/core/ui/Buttons/home",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}",
"description": "{{$:/language/Buttons/Home/Hint}}",
"text": "<$button message=\"tm-home\" tooltip={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/home-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Home/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/import": {
"title": "$:/core/ui/Buttons/import",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/import-button}} {{$:/language/Buttons/Import/Caption}}",
"description": "{{$:/language/Buttons/Import/Hint}}",
"text": "<div class=\"tc-file-input-wrapper\">\n<$button tooltip={{$:/language/Buttons/Import/Hint}} aria-label={{$:/language/Buttons/Import/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/import-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Import/Caption}}/></span>\n</$list>\n</$button>\n<$browse tooltip={{$:/language/Buttons/Import/Hint}}/>\n</div>"
},
"$:/core/ui/Buttons/language": {
"title": "$:/core/ui/Buttons/language",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/globe}} {{$:/language/Buttons/Language/Caption}}",
"description": "{{$:/language/Buttons/Language/Hint}}",
"text": "\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/language\">> tooltip={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value={{$:/language}}>\n<$image source=<<flag-title>>/>\n</$set>\n</span>\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Language/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/language\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down tc-drop-down-language-chooser\">\n<$linkcatcher to=\"$:/language\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[description]]\">\n<$link>\n<span class=\"tc-drop-down-bullet\">\n<$reveal type=\"match\" state=\"$:/language\" text=<<currentTiddler>>>\n•\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/language\" text=<<currentTiddler>>>\n \n</$reveal>\n</span>\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value=<<currentTiddler>>>\n<$transclude subtiddler=<<flag-title>>>\n<$list filter=\"[all[current]field:title[$:/languages/en-GB]]\">\n<$transclude tiddler=\"$:/languages/en-GB/icon\"/>\n</$list>\n</$transclude>\n</$set>\n</span>\n<$view field=\"description\">\n<$view field=\"name\">\n<$view field=\"title\"/>\n</$view>\n</$view>\n</$link>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/more-page-actions": {
"title": "$:/core/ui/Buttons/more-page-actions",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
"description": "{{$:/language/Buttons/More/Hint}}",
"text": "\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/More/Caption}}/></span>\n</$list>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"below\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
},
"$:/core/ui/Buttons/new-journal": {
"title": "$:/core/ui/Buttons/new-journal",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournal/Caption}}",
"description": "{{$:/language/Buttons/NewJournal/Hint}}",
"text": "\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<now \"$(journalTitleTemplate)$\">> tags=\"$(journalTags)$\"/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewJournal/Caption}}/></span>\n</$list>\n</$button>\n\\end\n<$set name=\"journalTitleTemplate\" value={{$:/config/NewJournal/Title}}>\n<$set name=\"journalTags\" value={{$:/config/NewJournal/Tags}}>\n<<journalButton>>\n</$set></$set>"
},
"$:/core/ui/Buttons/new-tiddler": {
"title": "$:/core/ui/Buttons/new-tiddler",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/new-button}} {{$:/language/Buttons/NewTiddler/Caption}}",
"description": "{{$:/language/Buttons/NewTiddler/Hint}}",
"text": "<$button message=\"tm-new-tiddler\" tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/new-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewTiddler/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/refresh": {
"title": "$:/core/ui/Buttons/refresh",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}",
"description": "{{$:/language/Buttons/Refresh/Hint}}",
"text": "<$button message=\"tm-browser-refresh\" tooltip={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/refresh-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Refresh/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/save-wiki": {
"title": "$:/core/ui/Buttons/save-wiki",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}",
"description": "{{$:/language/Buttons/SaveWiki/Hint}}",
"text": "<$button message=\"tm-save-wiki\" param={{$:/config/SaveWikiButton/Template}} tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>\n<span class=\"tc-dirty-indicator\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/save-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>\n</$list>\n</span>\n</$button>"
},
"$:/core/ui/Buttons/storyview": {
"title": "$:/core/ui/Buttons/storyview",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/storyview-classic}} {{$:/language/Buttons/StoryView/Caption}}",
"description": "{{$:/language/Buttons/StoryView/Hint}}",
"text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/storyview\">> tooltip={{$:/language/Buttons/StoryView/Hint}} aria-label={{$:/language/Buttons/StoryView/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n<$set name=\"storyview\" value={{$:/view}}>\n<$transclude tiddler=<<icon>>/>\n</$set>\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/StoryView/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/storyview\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$linkcatcher to=\"$:/view\">\n<$list filter=\"[storyviews[]]\" variable=\"storyview\">\n<$link to=<<storyview>>>\n<span class=\"tc-drop-down-bullet\">\n<$reveal type=\"match\" state=\"$:/view\" text=<<storyview>>>\n•\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/view\" text=<<storyview>>>\n \n</$reveal>\n</span>\n<$transclude tiddler=<<icon>>/>\n<$text text=<<storyview>>/></$link>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/tag-manager": {
"title": "$:/core/ui/Buttons/tag-manager",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/tag-button}} {{$:/language/Buttons/TagManager/Caption}}",
"description": "{{$:/language/Buttons/TagManager/Hint}}",
"text": "\\define control-panel-button(class)\n<$button to=\"$:/TagManager\" tooltip={{$:/language/Buttons/TagManager/Hint}} aria-label={{$:/language/Buttons/TagManager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/tag-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/TagManager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/TagManager]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/theme": {
"title": "$:/core/ui/Buttons/theme",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/theme-button}} {{$:/language/Buttons/Theme/Caption}}",
"description": "{{$:/language/Buttons/Theme/Hint}}",
"text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/theme\">> tooltip={{$:/language/Buttons/Theme/Hint}} aria-label={{$:/language/Buttons/Theme/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/theme-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Theme/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/theme\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$linkcatcher to=\"$:/theme\">\n<$list filter=\"[plugin-type[theme]sort[title]]\" variable=\"themeTitle\">\n<$link to=<<themeTitle>>>\n<span class=\"tc-drop-down-bullet\">\n<$reveal type=\"match\" state=\"$:/theme\" text=<<themeTitle>>>\n•\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/theme\" text=<<themeTitle>>>\n \n</$reveal>\n</span>\n<$view tiddler=<<themeTitle>> field=\"name\"/>\n</$link>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>"
},
"$:/core/ui/PageTemplate/pagecontrols": {
"title": "$:/core/ui/PageTemplate/pagecontrols",
"text": "\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-page-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n<$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\">\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n</$reveal>\n</$list>\n</div>\n\n"
},
"$:/core/ui/PageStylesheet": {
"title": "$:/core/ui/PageStylesheet",
"text": "<$importvariables filter=\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\">\n\n<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\n</$set>\n\n</$set>\n\n</$importvariables>\n"
},
"$:/core/ui/PageTemplate/alerts": {
"title": "$:/core/ui/PageTemplate/alerts",
"tags": "$:/tags/PageTemplate",
"text": "<div class=\"tc-alerts\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Alert]!has[draft.of]]\" template=\"$:/core/ui/AlertTemplate\" storyview=\"pop\"/>\n\n</div>\n"
},
"$:/core/ui/PageTemplate/pluginreloadwarning": {
"title": "$:/core/ui/PageTemplate/pluginreloadwarning",
"tags": "$:/tags/PageTemplate",
"text": "\\define lingo-base() $:/language/\n\n<$list filter=\"[has[plugin-type]haschanged[]!plugin-type[import]limit[1]]\">\n\n<$reveal type=\"nomatch\" state=\"$:/temp/HidePluginWarning\" text=\"yes\">\n\n<div class=\"tc-plugin-reload-warning\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<<lingo PluginReloadWarning>> <$button set=\"$:/temp/HidePluginWarning\" setTo=\"yes\" class=\"tc-btn-invisible\">{{$:/core/images/close-button}}</$button>\n\n</$set>\n\n</div>\n\n</$reveal>\n\n</$list>\n"
},
"$:/core/ui/PageTemplate/sidebar": {
"title": "$:/core/ui/PageTemplate/sidebar",
"tags": "$:/tags/PageTemplate",
"text": "<$scrollable fallthrough=\"no\" class=\"tc-sidebar-scrollable\">\n\n<div class=\"tc-sidebar-header\">\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\" retain=\"yes\">\n\n<h1 class=\"tc-site-title\">\n\n<$transclude tiddler=\"$:/SiteTitle\" mode=\"inline\"/>\n\n</h1>\n\n<div class=\"tc-site-subtitle\">\n\n<$transclude tiddler=\"$:/SiteSubtitle\" mode=\"inline\"/>\n\n</div>\n\n{{||$:/core/ui/PageTemplate/pagecontrols}}\n\n<$transclude tiddler=\"$:/core/ui/SideBarLists\" mode=\"inline\"/>\n\n</$reveal>\n\n</div>\n\n</$scrollable>"
},
"$:/core/ui/PageTemplate/story": {
"title": "$:/core/ui/PageTemplate/story",
"tags": "$:/tags/PageTemplate",
"text": "<section class=\"tc-story-river\">\n\n<section class=\"story-backdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n<$list filter=\"[list[$:/StoryList]]\" history=\"$:/HistoryList\" template=\"$:/core/ui/ViewTemplate\" editTemplate=\"$:/core/ui/EditTemplate\" storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>\n\n<section class=\"story-frontdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n</section>\n"
},
"$:/core/ui/PageTemplate/topleftbar": {
"title": "$:/core/ui/PageTemplate/topleftbar",
"tags": "$:/tags/PageTemplate",
"text": "<span class=\"tc-topbar tc-topbar-left\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
},
"$:/core/ui/PageTemplate/toprightbar": {
"title": "$:/core/ui/PageTemplate/toprightbar",
"tags": "$:/tags/PageTemplate",
"text": "<span class=\"tc-topbar tc-topbar-right\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
},
"$:/core/ui/PageTemplate": {
"title": "$:/core/ui/PageTemplate",
"text": "\\define containerClasses()\ntc-page-container tc-page-view-$(themeTitle)$ tc-language-$(languageTitle)$\n\\end\n\n<$importvariables filter=\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\">\n\n<$set name=\"tv-config-toolbar-icons\" value={{$:/config/Toolbar/Icons}}>\n\n<$set name=\"tv-config-toolbar-text\" value={{$:/config/Toolbar/Text}}>\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$set name=\"themeTitle\" value={{$:/view}}>\n\n<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$set name=\"currentTiddler\" value=\"\">\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n\n<$dropzone>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n\n</$dropzone>\n\n</$navigator>\n\n</div>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$importvariables>\n"
},
"$:/core/ui/PluginInfo": {
"title": "$:/core/ui/PluginInfo",
"text": "\\define localised-info-tiddler-title()\n$(currentTiddler)$/$(languageTitle)$/$(currentTab)$\n\\end\n\\define info-tiddler-title()\n$(currentTiddler)$/$(currentTab)$\n\\end\n<$transclude tiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<info-tiddler-title>> mode=\"block\">\nNo ''\"<$text text=<<currentTab>>/>\"'' found\n</$transclude>\n</$transclude>\n</$transclude>\n"
},
"$:/core/ui/SearchResults": {
"title": "$:/core/ui/SearchResults",
"text": "<div class=\"tc-search-results\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n</$list>\n\n</div>\n"
},
"$:/core/ui/SideBar/More": {
"title": "$:/core/ui/SideBar/More",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/More/Caption}}",
"text": "<div class=\"tc-more-sidebar\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\" \"$:/core/ui/MoreSideBar/Tags\" \"$:/state/tab/moresidebar\" \"tc-vertical\">>\n</div>\n"
},
"$:/core/ui/SideBar/Open": {
"title": "$:/core/ui/SideBar/Open",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/Open/Caption}}",
"text": "\\define lingo-base() $:/language/CloseAll/\n<$list filter=\"[list[$:/StoryList]]\" history=\"$:/HistoryList\" storyview=\"pop\">\n\n<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\"tc-btn-invisible tc-btn-mini\">×</$button> <$link to={{!!title}}><$view field=\"title\"/></$link>\n\n</$list>\n\n<$button message=\"tm-close-all-tiddlers\" class=\"tc-btn-invisible tc-btn-mini\"><<lingo Button>></$button>\n"
},
"$:/core/ui/SideBar/Recent": {
"title": "$:/core/ui/SideBar/Recent",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/Recent/Caption}}",
"text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
},
"$:/core/ui/SideBar/Tools": {
"title": "$:/core/ui/SideBar/Tools",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/Tools/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n\n<<lingo Basics/Version/Prompt>> <<version>>\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n\n<div style=\"position:relative;\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</div>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/SideBarLists": {
"title": "$:/core/ui/SideBarLists",
"text": "<div class=\"tc-sidebar-lists\">\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/search\" type=\"search\" tag=\"input\" focus=\"true\"/>\n<$reveal state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text={{$:/temp/search}}/>\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n{{$:/core/images/advanced-search-button}}\n</$button>\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\" />\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n<$reveal state=\"$:/temp/search\" type=\"match\" text=\"\">\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/advanced-search-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n\n<$set name=\"searchTiddler\" value=\"$:/temp/search\">\n{{$:/core/ui/SearchResults}}\n</$set>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/search\" type=\"match\" text=\"\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\" default={{$:/config/DefaultSidebarTab}} state=\"$:/state/tab/sidebar\" />\n\n</$reveal>\n\n</div>\n"
},
"$:/TagManager": {
"title": "$:/TagManager",
"icon": "$:/core/images/tag-button",
"color": "#bbb",
"text": "\\define lingo-base() $:/language/TagManager/\n\\define iconEditorTab(type)\n<$list filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]\">\n<$link to={{!!title}}>\n<$transclude/> <$view field=\"title\"/>\n</$link>\n</$list>\n\\end\n\\define iconEditor(title)\n<div class=\"tc-drop-down-wrapper\">\n<$button popup=<<qualify \"$:/state/popup/icon/$title$\">> class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/icon/$title$\">> type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$linkcatcher to=\"$title$!!icon\">\n<<iconEditorTab type:\"!\">>\n<hr/>\n<<iconEditorTab type:\"\">>\n</$linkcatcher>\n</div>\n</$reveal>\n</div>\n\\end\n\\define qualifyTitle(title)\n$title$$(currentTiddler)$\n\\end\n\\define toggleButton(state)\n<$reveal state=\"$state$\" type=\"match\" text=\"closed\" default=\"closed\">\n<$button set=\"$state$\" setTo=\"open\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n<$reveal state=\"$state$\" type=\"match\" text=\"open\" default=\"closed\">\n<$button set=\"$state$\" setTo=\"closed\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n\\end\n<table class=\"tc-tag-manager-table\">\n<tbody>\n<tr>\n<th><<lingo Colour/Heading>></th>\n<th class=\"tc-tag-manager-tag\"><<lingo Tag/Heading>></th>\n<th><<lingo Icon/Heading>></th>\n<th><<lingo Info/Heading>></th>\n</tr>\n<$list filter=\"[tags[]!is[system]sort[title]]\">\n<tr>\n<td><$edit-text field=\"color\" tag=\"input\" type=\"color\"/></td>\n<td><$transclude tiddler=\"$:/core/ui/TagTemplate\"/></td>\n<td>\n<$macrocall $name=\"iconEditor\" title={{!!title}}/>\n</td>\n<td>\n<$macrocall $name=\"toggleButton\" state=<<qualifyTitle \"$:/state/tag-manager/\">> /> \n</td>\n</tr>\n<tr>\n<td></td>\n<td>\n<$reveal state=<<qualifyTitle \"$:/state/tag-manager/\">> type=\"match\" text=\"open\" default=\"\">\n<table>\n<tbody>\n<tr><td><<lingo Colour/Heading>></td><td><$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/></td></tr>\n<tr><td><<lingo Icon/Heading>></td><td><$edit-text field=\"icon\" tag=\"input\" size=\"45\"/></td></tr>\n</tbody>\n</table>\n</$reveal>\n</td>\n<td></td>\n<td></td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/TagTemplate": {
"title": "$:/core/ui/TagTemplate",
"text": "\\define tag-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-body-inner(colour,fallbackTarget,colourA,colourB)\n<$set name=\"foregroundColor\" value=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">>>\n<$set name=\"backgroundColor\" value=\"\"\"$colour$\"\"\">\n<$button popup=<<qualify \"$:/state/popup/tag\">> class=\"tc-btn-invisible tc-tag-label\" style=<<tag-styles>>>\n<$transclude tiddler={{!!icon}}/> <$view field=\"title\" format=\"text\" />\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\" animate=\"yes\"><div class=\"tc-drop-down\"><$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n<hr>\n<$list filter=\"[all[current]tagging[]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n</$set>\n</$set>\n\\end\n\n\\define tag-body(colour,palette)\n<span class=\"tc-tag-list-item\">\n<$macrocall $name=\"tag-body-inner\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}}/>\n</span>\n\\end\n\n<$macrocall $name=\"tag-body\" colour={{!!color}} palette={{$:/palette}}/>\n"
},
"$:/core/ui/TiddlerFieldTemplate": {
"title": "$:/core/ui/TiddlerFieldTemplate",
"text": "<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<listItem>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<listItem>>/>\n</td>\n</tr>"
},
"$:/core/ui/TiddlerFields": {
"title": "$:/core/ui/TiddlerFields",
"text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
},
"$:/core/ui/TiddlerInfo/Advanced/PluginInfo": {
"title": "$:/core/ui/TiddlerInfo/Advanced/PluginInfo",
"tags": "$:/tags/TiddlerInfo/Advanced",
"text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<$list filter=\"[all[current]has[plugin-type]]\">\n\n! <<lingo Heading>>\n\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</li>\n</$list>\n</ul>\n\n</$list>\n"
},
"$:/core/ui/TiddlerInfo/Advanced/ShadowInfo": {
"title": "$:/core/ui/TiddlerInfo/Advanced/ShadowInfo",
"tags": "$:/tags/TiddlerInfo/Advanced",
"text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/ShadowInfo/\n<$set name=\"infoTiddler\" value=<<currentTiddler>>>\n\n''<<lingo Heading>>''\n\n<$list filter=\"[all[current]!is[shadow]]\">\n\n<<lingo NotShadow/Hint>>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]]\">\n\n<<lingo Shadow/Hint>>\n\n<$list filter=\"[all[current]shadowsource[]]\">\n\n<$set name=\"pluginTiddler\" value=<<currentTiddler>>>\n<<lingo Shadow/Source>>\n</$set>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\">\n\n<<lingo OverriddenShadow/Hint>>\n\n</$list>\n\n\n</$list>\n</$set>\n"
},
"$:/core/ui/TiddlerInfo/Advanced": {
"title": "$:/core/ui/TiddlerInfo/Advanced",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Advanced/Caption}}",
"text": "<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo/Advanced]!has[draft.of]]\" variable=\"listItem\">\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n"
},
"$:/core/ui/TiddlerInfo/Fields": {
"title": "$:/core/ui/TiddlerInfo/Fields",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Fields/Caption}}",
"text": "<$transclude tiddler=\"$:/core/ui/TiddlerFields\"/>\n"
},
"$:/core/ui/TiddlerInfo/List": {
"title": "$:/core/ui/TiddlerInfo/List",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/List/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[list{!!title}]\" emptyMessage=<<lingo List/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/TiddlerInfo/Listed": {
"title": "$:/core/ui/TiddlerInfo/Listed",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Listed/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]listed[]!is[system]]\" emptyMessage=<<lingo Listed/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/TiddlerInfo/References": {
"title": "$:/core/ui/TiddlerInfo/References",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/References/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]backlinks[]sort[title]]\" emptyMessage=<<lingo References/Empty>> template=\"$:/core/ui/ListItemTemplate\">\n</$list>\n"
},
"$:/core/ui/TiddlerInfo/Tagging": {
"title": "$:/core/ui/TiddlerInfo/Tagging",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Tagging/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]tagging[]]\" emptyMessage=<<lingo Tagging/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/TiddlerInfo/Tools": {
"title": "$:/core/ui/TiddlerInfo/Tools",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Tools/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/TiddlerInfo": {
"title": "$:/core/ui/TiddlerInfo",
"text": "<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]\" default={{$:/config/TiddlerInfo/Default}}/>"
},
"$:/core/ui/TopBar/menu": {
"title": "$:/core/ui/TopBar/menu",
"tags": "$:/tags/TopRightBar",
"text": "<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"no\">\n<$button set=\"$:/state/sidebar\" setTo=\"no\" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class=\"tc-btn-invisible\">{{$:/core/images/chevron-right}}</$button>\n</$reveal>\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\">\n<$button set=\"$:/state/sidebar\" setTo=\"yes\" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class=\"tc-btn-invisible\">{{$:/core/images/chevron-left}}</$button>\n</$reveal>\n"
},
"$:/core/ui/UntaggedTemplate": {
"title": "$:/core/ui/UntaggedTemplate",
"text": "\\define lingo-base() $:/language/SideBar/\n<$button popup=<<qualify \"$:/state/popup/tag\">> class=\"tc-btn-invisible tc-untagged-label tc-tag-label\">\n<<lingo Tags/Untagged/Caption>>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[untagged[]!is[system]] -[tags[]] +[sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate/body": {
"title": "$:/core/ui/ViewTemplate/body",
"tags": "$:/tags/ViewTemplate",
"text": "<div class=\"tc-tiddler-body\">\n\n<$list filter=\"[all[current]!has[plugin-type]!field:hide-body[yes]]\">\n\n<$transclude>\n\n<$transclude tiddler=\"$:/language/MissingTiddler/Hint\"/>\n\n</$transclude>\n\n</$list>\n\n</div>\n"
},
"$:/core/ui/ViewTemplate/classic": {
"title": "$:/core/ui/ViewTemplate/classic",
"tags": "$:/tags/ViewTemplate $:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/ClassicWarning/\n<$list filter=\"[all[current]type[text/x-tiddlywiki]]\">\n<div class=\"tc-message-box\">\n\n<<lingo Hint>>\n\n<$button set=\"!!type\" setTo=\"text/vnd.tiddlywiki\"><<lingo Upgrade/Caption>></$button>\n\n</div>\n</$list>\n"
},
"$:/core/ui/ViewTemplate/import": {
"title": "$:/core/ui/ViewTemplate/import",
"tags": "$:/tags/ViewTemplate",
"text": "\\define lingo-base() $:/language/Import/\n\n<$list filter=\"[all[current]field:plugin-type[import]]\">\n\n<div class=\"tc-import\">\n\n<<lingo Listing/Hint>>\n\n{{||$:/core/ui/ImportListing}}\n\n<$button message=\"tm-delete-tiddler\" param=<<currentTiddler>>><<lingo Listing/Cancel/Caption>></$button>\n<$button message=\"tm-perform-import\" param=<<currentTiddler>>><<lingo Listing/Import/Caption>></$button>\n\n</div>\n\n</$list>\n"
},
"$:/core/ui/ViewTemplate/plugin": {
"title": "$:/core/ui/ViewTemplate/plugin",
"tags": "$:/tags/ViewTemplate",
"text": "<$list filter=\"[all[current]has[plugin-type]] -[all[current]field:plugin-type[import]]\">\n\n{{||$:/core/ui/TiddlerInfo/Advanced/PluginInfo}}\n\n</$list>\n"
},
"$:/core/ui/ViewTemplate/subtitle": {
"title": "$:/core/ui/ViewTemplate/subtitle",
"tags": "$:/tags/ViewTemplate",
"text": "<div class=\"tc-subtitle\">\n<$link to={{!!modifier}}>\n<$view field=\"modifier\"/>\n</$link> <$view field=\"modified\" format=\"relativedate\"/>\n</div>\n"
},
"$:/core/ui/ViewTemplate/tags": {
"title": "$:/core/ui/ViewTemplate/tags",
"tags": "$:/tags/ViewTemplate",
"text": "<div class=\"tc-tags-wrapper\"><$list filter=\"[all[current]tags[]sort[title]]\" template=\"$:/core/ui/TagTemplate\" storyview=\"pop\"/></div>\n"
},
"$:/core/ui/ViewTemplate/title": {
"title": "$:/core/ui/ViewTemplate/title",
"tags": "$:/tags/ViewTemplate",
"text": "\\define title-styles()\nfill:$(foregroundColor)$;\n\\end\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<span class=\"tc-tiddler-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$transclude tiddler=<<listItem>>/></$reveal></$list>\n</span>\n<$set name=\"foregroundColor\" value={{!!color}}>\n<span class=\"tc-tiddler-title-icon\" style=<<title-styles>>>\n<$transclude tiddler={{!!icon}}/>\n</span>\n</$set>\n<$list filter=\"[all[current]removeprefix[$:/]]\">\n<h2 class=\"tc-title\" title={{$:/language/SystemTiddler/Tooltip}}>\n<span class=\"tc-system-title-prefix\">$:/</span><$text text=<<currentTiddler>>/>\n</h2>\n</$list>\n<$list filter=\"[all[current]!prefix[$:/]]\">\n<h2 class=\"tc-title\">\n<$view field=\"title\"/>\n</h2>\n</$list>\n</div>\n\n<$reveal type=\"nomatch\" text=\"\" default=\"\" state=<<tiddlerInfoState>> class=\"tc-tiddler-info tc-popup-handle\" animate=\"yes\" retain=\"yes\">\n\n<$transclude tiddler=\"$:/core/ui/TiddlerInfo\"/>\n\n</$reveal>\n</div>"
},
"$:/core/ui/ViewTemplate": {
"title": "$:/core/ui/ViewTemplate",
"text": "\\define frame-classes()\ntc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$\n\\end\n<$set name=\"storyTiddler\" value=<<currentTiddler>>><$set name=\"tiddlerInfoState\" value=<<qualify \"$:/state/popup/tiddler-info\">>><$tiddler tiddler=<<currentTiddler>>><div class=<<frame-classes>>><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>>/></$list>\n</div>\n</$tiddler></$set></$set>\n"
},
"$:/core/ui/Buttons/clone": {
"title": "$:/core/ui/Buttons/clone",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/clone-button}} {{$:/language/Buttons/Clone/Caption}}",
"description": "{{$:/language/Buttons/Clone/Hint}}",
"text": "<$button message=\"tm-new-tiddler\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/Clone/Hint}} aria-label={{$:/language/Buttons/Clone/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/clone-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Clone/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/close-others": {
"title": "$:/core/ui/Buttons/close-others",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/close-others-button}} {{$:/language/Buttons/CloseOthers/Caption}}",
"description": "{{$:/language/Buttons/CloseOthers/Hint}}",
"text": "<$button message=\"tm-close-other-tiddlers\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/close-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/CloseOthers/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/close": {
"title": "$:/core/ui/Buttons/close",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}",
"description": "{{$:/language/Buttons/Close/Hint}}",
"text": "<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/close-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Close/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/edit": {
"title": "$:/core/ui/Buttons/edit",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/edit-button}} {{$:/language/Buttons/Edit/Caption}}",
"description": "{{$:/language/Buttons/Edit/Hint}}",
"text": "<$button message=\"tm-edit-tiddler\" tooltip={{$:/language/Buttons/Edit/Hint}} aria-label={{$:/language/Buttons/Edit/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/edit-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Edit/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/export-tiddler": {
"title": "$:/core/ui/Buttons/export-tiddler",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportTiddler/Caption}}",
"description": "{{$:/language/Buttons/ExportTiddler/Hint}}",
"text": "\\define makeExportFilter()\n[[$(currentTiddler)$]]\n\\end\n<$macrocall $name=\"exportButton\" exportFilter=<<makeExportFilter>> lingoBase=\"$:/language/Buttons/ExportTiddler/\" baseFilename=<<currentTiddler>>/>"
},
"$:/core/ui/Buttons/info": {
"title": "$:/core/ui/Buttons/info",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/info-button}} {{$:/language/Buttons/Info/Caption}}",
"description": "{{$:/language/Buttons/Info/Hint}}",
"text": "<$button popup=<<tiddlerInfoState>> tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/info-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Info/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/more-tiddler-actions": {
"title": "$:/core/ui/Buttons/more-tiddler-actions",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
"description": "{{$:/language/Buttons/More/Hint}}",
"text": "\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/More/Caption}}/></span>\n</$list>\n</$button><$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]] -[[$:/core/ui/Buttons/more-tiddler-actions]]\" variable=\"listItem\">\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n<$transclude tiddler=<<listItem>>/>\n</$reveal>\n</$list>\n</$set>\n</$set>\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/new-here": {
"title": "$:/core/ui/Buttons/new-here",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/new-here-button}} {{$:/language/Buttons/NewHere/Caption}}",
"description": "{{$:/language/Buttons/NewHere/Hint}}",
"text": "\\define newHereButtonTags()\n[[$(currentTiddler)$]]\n\\end\n\\define newHereButton()\n<$button tooltip={{$:/language/Buttons/NewHere/Hint}} aria-label={{$:/language/Buttons/NewHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-new-tiddler\" tags=<<newHereButtonTags>>/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/new-here-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewHere/Caption}}/></span>\n</$list>\n</$button>\n\\end\n<<newHereButton>>"
},
"$:/core/ui/Buttons/new-journal-here": {
"title": "$:/core/ui/Buttons/new-journal-here",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournalHere/Caption}}",
"description": "{{$:/language/Buttons/NewJournalHere/Hint}}",
"text": "\\define journalButtonTags()\n[[$(currentTiddlerTag)$]] $(journalTags)$\n\\end\n\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}} aria-label={{$:/language/Buttons/NewJournalHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<now \"$(journalTitleTemplate)$\">> tags=<<journalButtonTags>>/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewJournalHere/Caption}}/></span>\n</$list>\n</$button>\n\\end\n<$set name=\"journalTitleTemplate\" value={{$:/config/NewJournal/Title}}>\n<$set name=\"journalTags\" value={{$:/config/NewJournal/Tags}}>\n<$set name=\"currentTiddlerTag\" value=<<currentTiddler>>>\n<<journalButton>>\n</$set></$set></$set>"
},
"$:/core/ui/Buttons/permalink": {
"title": "$:/core/ui/Buttons/permalink",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/permalink-button}} {{$:/language/Buttons/Permalink/Caption}}",
"description": "{{$:/language/Buttons/Permalink/Hint}}",
"text": "<$button message=\"tm-permalink\" tooltip={{$:/language/Buttons/Permalink/Hint}} aria-label={{$:/language/Buttons/Permalink/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/permalink-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Permalink/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/permaview": {
"title": "$:/core/ui/Buttons/permaview",
"tags": "$:/tags/ViewToolbar $:/tags/PageControls",
"caption": "{{$:/core/images/permaview-button}} {{$:/language/Buttons/Permaview/Caption}}",
"description": "{{$:/language/Buttons/Permaview/Hint}}",
"text": "<$button message=\"tm-permaview\" tooltip={{$:/language/Buttons/Permaview/Hint}} aria-label={{$:/language/Buttons/Permaview/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/permaview-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Permaview/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/DefaultTiddlers": {
"title": "$:/DefaultTiddlers",
"text": "GettingStarted\n"
},
"$:/temp/advancedsearch": {
"title": "$:/temp/advancedsearch",
"text": ""
},
"$:/snippets/allfields": {
"title": "$:/snippets/allfields",
"text": "\\define renderfield(title)\n<tr class=\"tc-view-field\"><td class=\"tc-view-field-name\">''$title$'':</td><td class=\"tc-view-field-value\">//{{$:/language/Docs/Fields/$title$}}//</td></tr>\n\\end\n<table class=\"tc-view-field-table\"><tbody><$list filter=\"[fields[]sort[title]]\" variable=\"listItem\"><$macrocall $name=\"renderfield\" title=<<listItem>>/></$list>\n</tbody></table>\n"
},
"$:/config/AnimationDuration": {
"title": "$:/config/AnimationDuration",
"text": "400"
},
"$:/config/AutoSave": {
"title": "$:/config/AutoSave",
"text": "yes"
},
"$:/config/BitmapEditor/Colour": {
"title": "$:/config/BitmapEditor/Colour",
"text": "#ff0"
},
"$:/config/BitmapEditor/LineWidth": {
"title": "$:/config/BitmapEditor/LineWidth",
"text": "3"
},
"$:/config/DefaultSidebarTab": {
"title": "$:/config/DefaultSidebarTab",
"text": "$:/core/ui/SideBar/Open"
},
"$:/config/EditTemplateFields/Visibility/title": {
"title": "$:/config/EditTemplateFields/Visibility/title",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/tags": {
"title": "$:/config/EditTemplateFields/Visibility/tags",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/text": {
"title": "$:/config/EditTemplateFields/Visibility/text",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/creator": {
"title": "$:/config/EditTemplateFields/Visibility/creator",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/created": {
"title": "$:/config/EditTemplateFields/Visibility/created",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/modified": {
"title": "$:/config/EditTemplateFields/Visibility/modified",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/modifier": {
"title": "$:/config/EditTemplateFields/Visibility/modifier",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/type": {
"title": "$:/config/EditTemplateFields/Visibility/type",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/draft.title": {
"title": "$:/config/EditTemplateFields/Visibility/draft.title",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/draft.of": {
"title": "$:/config/EditTemplateFields/Visibility/draft.of",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/revision": {
"title": "$:/config/EditTemplateFields/Visibility/revision",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/bag": {
"title": "$:/config/EditTemplateFields/Visibility/bag",
"text": "hide"
},
"$:/config/EditorTypeMappings/image/gif": {
"title": "$:/config/EditorTypeMappings/image/gif",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/jpeg": {
"title": "$:/config/EditorTypeMappings/image/jpeg",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/jpg": {
"title": "$:/config/EditorTypeMappings/image/jpg",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/png": {
"title": "$:/config/EditorTypeMappings/image/png",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/x-icon": {
"title": "$:/config/EditorTypeMappings/image/x-icon",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/text/vnd.tiddlywiki": {
"title": "$:/config/EditorTypeMappings/text/vnd.tiddlywiki",
"text": "text"
},
"$:/config/Navigation/UpdateAddressBar": {
"title": "$:/config/Navigation/UpdateAddressBar",
"text": "no"
},
"$:/config/Navigation/UpdateHistory": {
"title": "$:/config/Navigation/UpdateHistory",
"text": "no"
},
"$:/config/OfficialPluginLibrary": {
"title": "$:/config/OfficialPluginLibrary",
"tags": "$:/tags/PluginLibrary",
"url": "http://tiddlywiki.com/library/v5.1.8/index.html",
"caption": "{{$:/language/OfficialPluginLibrary}}",
"text": "The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.\n"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme",
"text": "hide"
},
"$:/config/SaveWikiButton/Template": {
"title": "$:/config/SaveWikiButton/Template",
"text": "$:/core/save/all"
},
"$:/config/SaverFilter": {
"title": "$:/config/SaverFilter",
"text": "[all[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state]] -[prefix[$:/temp]]"
},
"$:/config/SearchResults/Default": {
"title": "$:/config/SearchResults/Default",
"text": "$:/core/ui/DefaultSearchResultList"
},
"$:/config/SyncFilter": {
"title": "$:/config/SyncFilter",
"text": "[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status]] -[prefix[$:/state]] -[prefix[$:/temp]]"
},
"$:/config/TiddlerInfo/Default": {
"title": "$:/config/TiddlerInfo/Default",
"text": "$:/core/ui/TiddlerInfo/Fields"
},
"$:/config/Toolbar/Icons": {
"title": "$:/config/Toolbar/Icons",
"text": "yes"
},
"$:/config/Toolbar/Text": {
"title": "$:/config/Toolbar/Text",
"text": "no"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions",
"text": "show"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview",
"text": "hide"
},
"$:/snippets/currpalettepreview": {
"title": "$:/snippets/currpalettepreview",
"text": "\\define swatchStyle()\nbackground-color: $(swatchColour)$;\n\\end\n\\define swatch(colour)\n<$set name=\"swatchColour\" value={{##$colour$}}>\n<div class=\"tc-swatch\" style=<<swatchStyle>>/>\n</$set>\n\\end\n<div class=\"tc-swatches-horiz\">\n<<swatch foreground>>\n<<swatch background>>\n<<swatch muted-foreground>>\n<<swatch primary>>\n<<swatch page-background>>\n<<swatch tab-background>>\n<<swatch tiddler-info-background>>\n</div>\n"
},
"$:/snippets/download-wiki-button": {
"title": "$:/snippets/download-wiki-button",
"text": "\\define lingo-base() $:/language/ControlPanel/Tools/Download/\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-download-file\" $param=\"$:/core/save/all\" filename=\"index.html\"/>\n<<lingo Full/Caption>> {{$:/core/images/save-button}}\n</$button>"
},
"$:/language": {
"title": "$:/language",
"text": "$:/languages/en-GB"
},
"$:/snippets/languageswitcher": {
"title": "$:/snippets/languageswitcher",
"text": "{{$:/language/ControlPanel/Basics/Language/Prompt}} <$select tiddler=\"$:/language\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[description]]\">\n<option value=<<currentTiddler>>><$view field=\"description\"><$view field=\"name\"><$view field=\"title\"/></$view></$view></option>\n</$list>\n</$select>"
},
"$:/core/macros/CSS": {
"title": "$:/core/macros/CSS",
"tags": "$:/tags/Macro",
"text": "\\define colour(name)\n<$transclude tiddler={{$:/palette}} index=\"$name$\"><$transclude tiddler=\"$:/palettes/Vanilla\" index=\"$name$\"/></$transclude>\n\\end\n\n\\define color(name)\n<<colour $name$>>\n\\end\n\n\\define box-shadow(shadow)\n``\n -webkit-box-shadow: $shadow$;\n -moz-box-shadow: $shadow$;\n box-shadow: $shadow$;\n``\n\\end\n\n\\define filter(filter)\n``\n -webkit-filter: $filter$;\n -moz-filter: $filter$;\n filter: $filter$;\n``\n\\end\n\n\\define transition(transition)\n``\n -webkit-transition: $transition$;\n -moz-transition: $transition$;\n transition: $transition$;\n``\n\\end\n\n\\define transform-origin(origin)\n``\n -webkit-transform-origin: $origin$;\n -moz-transform-origin: $origin$;\n transform-origin: $origin$;\n``\n\\end\n\n\\define background-linear-gradient(gradient)\n``\nbackground-image: linear-gradient($gradient$);\nbackground-image: -o-linear-gradient($gradient$);\nbackground-image: -moz-linear-gradient($gradient$);\nbackground-image: -webkit-linear-gradient($gradient$);\nbackground-image: -ms-linear-gradient($gradient$);\n``\n\\end\n\n\\define datauri(title)\n<$macrocall $name=\"makedatauri\" type={{$title$!!type}} text={{$title$}}/>\n\\end\n\n\\define if-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-no-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n"
},
"$:/core/macros/export": {
"title": "$:/core/macros/export",
"tags": "$:/tags/Macro",
"text": "\\define exportButtonFilename(baseFilename)\n$baseFilename$$(extension)$\n\\end\n\n\\define exportButton(exportFilter:\"[!is[system]sort[title]]\",lingoBase,baseFilename:\"tiddlers\")\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/export\">> tooltip={{$lingoBase$Hint}} aria-label={{$lingoBase$Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/export-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$lingoBase$Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/export\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\">\n<$set name=\"extension\" value={{!!extension}}>\n<$button class=\"tc-btn-invisible\">\n<$action-sendmessage $message=\"tm-download-file\" $param=<<currentTiddler>> exportFilter=\"\"\"$exportFilter$\"\"\" filename=<<exportButtonFilename \"\"\"$baseFilename$\"\"\">>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/export\">>/>\n<$transclude field=\"description\"/>\n</$button>\n</$set>\n</$list>\n</div>\n</$reveal>\n\\end\n"
},
"$:/core/macros/lingo": {
"title": "$:/core/macros/lingo",
"tags": "$:/tags/Macro",
"text": "\\define lingo-base()\n$:/language/\n\\end\n\n\\define lingo(title)\n{{$(lingo-base)$$title$}}\n\\end\n"
},
"$:/core/macros/list": {
"title": "$:/core/macros/list",
"tags": "$:/tags/Macro",
"text": "\\define list-links(filter,type:\"ul\",subtype:\"li\",class:\"\")\n<$type$ class=\"$class$\">\n<$list filter=\"$filter$\">\n<$subtype$>\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$subtype$>\n</$list>\n</$type$>\n\\end\n"
},
"$:/core/macros/tabs": {
"title": "$:/core/macros/tabs",
"tags": "$:/tags/Macro",
"text": "\\define tabs(tabsList,default,state:\"$:/state/tab\",class,template)\n<div class=\"tc-tab-set $class$\">\n<div class=\"tc-tab-buttons $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\">\n<$button set=<<qualify \"$state$\">> setTo=<<currentTab>> default=\"$default$\" selectedClass=\"tc-tab-selected\">\n<$transclude tiddler=<<currentTab>> field=\"caption\">\n<$macrocall $name=\"currentTab\" $type=\"text/plain\" $output=\"text/plain\"/>\n</$transclude>\n</$button>\n</$list>\n</div><div class=\"tc-tab-divider $class$\"/><div class=\"tc-tab-content $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\">\n\n<$reveal type=\"match\" state=<<qualify \"$state$\">> text=<<currentTab>> default=\"$default$\">\n\n<$transclude tiddler=\"$template$\" mode=\"block\">\n\n<$transclude tiddler=<<currentTab>> mode=\"block\"/>\n\n</$transclude>\n\n</$reveal>\n\n</$list>\n</div>\n</div>\n\\end\n"
},
"$:/core/macros/tag": {
"title": "$:/core/macros/tag",
"tags": "$:/tags/Macro",
"text": "\\define tag(tag)\n{{$tag$||$:/core/ui/TagTemplate}}\n\\end\n"
},
"$:/core/macros/thumbails": {
"title": "$:/core/macros/thumbails",
"tags": "$:/tags/Macro",
"text": "\\define thumbnail(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<$link to=\"\"\"$link$\"\"\"><div class=\"tc-thumbnail-wrapper\">\n<div class=\"tc-thumbnail-image\" style=\"width:$width$px;height:$height$px;\"><$reveal type=\"nomatch\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" style=\"width:$width$px;height:$height$px;\">\n[img[$image$]]\n</$reveal><$reveal type=\"match\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" class=\"tc-thumbnail-background\" style=\"width:$width$px;height:$height$px;background-color:$background-color$;\"></$reveal></div><div class=\"tc-thumbnail-icon\" style=\"fill:$color$;color:$color$;\">\n$icon$\n</div><div class=\"tc-thumbnail-caption\">\n$caption$\n</div></div></$link>\n\\end\n\n\\define thumbnail-right(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<div class=\"tc-thumbnail-right-wrapper\"><<thumbnail \"\"\"$link$\"\"\" \"\"\"$icon$\"\"\" \"\"\"$color$\"\"\" \"\"\"$background-color$\"\"\" \"\"\"$image$\"\"\" \"\"\"$caption$\"\"\" \"\"\"$width$\"\"\" \"\"\"$height$\"\"\">></div>\n\\end\n\n\\define list-thumbnails(filter,width:\"280\",height:\"157\")\n<$list filter=\"\"\"$filter$\"\"\"><$macrocall $name=\"thumbnail\" link={{!!link}} icon={{!!icon}} color={{!!color}} background-color={{!!background-color}} image={{!!image}} caption={{!!caption}} width=\"\"\"$width$\"\"\" height=\"\"\"$height$\"\"\"/></$list>\n\\end\n"
},
"$:/core/macros/timeline": {
"created": "20141212105914482",
"modified": "20141212110330815",
"tags": "$:/tags/Macro",
"title": "$:/core/macros/timeline",
"type": "text/vnd.tiddlywiki",
"text": "\\define timeline-title()\n<!-- Override this macro with a global macro \n of the same name if you need to change \n how titles are displayed on the timeline \n -->\n<$view field=\"title\"/>\n\\end\n\\define timeline(limit:\"100\",format:\"DDth MMM YYYY\",subfilter:\"\",dateField:\"modified\")\n<div class=\"tc-timeline\">\n<$list filter=\"[!is[system]$subfilter$has[$dateField$]!sort[$dateField$]limit[$limit$]eachday[$dateField$]]\">\n<div class=\"tc-menu-list-item\">\n<$view field=\"$dateField$\" format=\"date\" template=\"$format$\"/>\n<$list filter=\"[sameday:$dateField${!!$dateField$}!is[system]$subfilter$!sort[$dateField$]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}>\n<<timeline-title>>\n</$link>\n</div>\n</$list>\n</div>\n</$list>\n</div>\n\\end\n"
},
"$:/core/macros/toc": {
"title": "$:/core/macros/toc",
"tags": "$:/tags/Macro",
"text": "\\define toc-caption()\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$set>\n\\end\n\n\\define toc-body(rootTag,tag,sort:\"\",itemClassFilter)\n<ol class=\"tc-toc\">\n<$list filter=\"\"\"[all[shadows+tiddlers]tag[$tag$]!has[draft.of]$sort$]\"\"\">\n<$set name=\"toc-item-class\" filter=\"\"\"$itemClassFilter$\"\"\" value=\"toc-item-selected\" emptyValue=\"toc-item\">\n<li class=<<toc-item-class>>>\n<$list filter=\"[all[current]toc-link[no]]\" emptyMessage=\"<$link><$view field='caption'><$view field='title'/></$view></$link>\">\n<<toc-caption>>\n</$list>\n<$list filter=\"\"\"[all[current]] -[[$rootTag$]]\"\"\">\n<$macrocall $name=\"toc-body\" rootTag=\"\"\"$rootTag$\"\"\" tag=<<currentTiddler>> sort=\"\"\"$sort$\"\"\" itemClassFilter=\"\"\"$itemClassFilter$\"\"\"/>\n</$list>\n</li>\n</$set>\n</$list>\n</ol>\n\\end\n\n\\define toc(tag,sort:\"\",itemClassFilter)\n<<toc-body rootTag:\"\"\"$tag$\"\"\" tag:\"\"\"$tag$\"\"\" sort:\"\"\"$sort$\"\"\" itemClassFilter:\"\"\"itemClassFilter\"\"\">>\n\\end\n\n\\define toc-linked-expandable-body(tag,sort:\"\",itemClassFilter)\n<$set name=\"toc-state\" value=<<qualify \"$:/state/toc/$tag$-$(currentTiddler)$\">>>\n<$set name=\"toc-item-class\" filter=\"\"\"$itemClassFilter$\"\"\" value=\"toc-item-selected\" emptyValue=\"toc-item\">\n<li class=<<toc-item-class>>>\n<$link>\n<$reveal type=\"nomatch\" state=<<toc-state>> text=\"open\">\n<$button set=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<toc-state>> text=\"open\">\n<$button set=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n<<toc-caption>>\n</$link>\n<$reveal type=\"match\" state=<<toc-state>> text=\"open\">\n<$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=\"\"\"$sort$\"\"\" itemClassFilter=\"\"\"$itemClassFilter$\"\"\"/>\n</$reveal>\n</li>\n</$set>\n</$set>\n\\end\n\n\\define toc-unlinked-expandable-body(tag,sort:\"\",itemClassFilter)\n<$set name=\"toc-state\" value=<<qualify \"$:/state/toc/$tag$-$(currentTiddler)$\">>>\n<$set name=\"toc-item-class\" filter=\"\"\"$itemClassFilter$\"\"\" value=\"toc-item-selected\" emptyValue=\"toc-item\">\n<li class=<<toc-item-class>>>\n<$reveal type=\"nomatch\" state=<<toc-state>> text=\"open\">\n<$button set=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible\">\n{{$:/core/images/right-arrow}}\n<<toc-caption>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<toc-state>> text=\"open\">\n<$button set=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n<<toc-caption>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<toc-state>> text=\"open\">\n<$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=\"\"\"$sort$\"\"\" itemClassFilter=\"\"\"$itemClassFilter$\"\"\"/>\n</$reveal>\n</li>\n</$set>\n</$set>\n\\end\n\n\\define toc-expandable(tag,sort:\"\",itemClassFilter)\n<ol class=\"tc-toc toc-expandable\">\n<$list filter=\"[all[shadows+tiddlers]tag[$tag$]!has[draft.of]$sort$]\">\n<$list filter=\"[all[current]toc-link[no]]\" emptyMessage=\"<<toc-linked-expandable-body tag:'$tag$' sort:'$sort$' itemClassFilter:'$itemClassFilter$'>>\">\n<<toc-unlinked-expandable-body tag:\"\"\"$tag$\"\"\" sort:\"\"\"$sort$\"\"\" itemClassFilter:\"\"\"itemClassFilter\"\"\">>\n</$list>\n</$list>\n</ol>\n\\end\n\n\\define toc-linked-selective-expandable-body(tag,sort:\"\",itemClassFilter)\n<$set name=\"toc-state\" value=<<qualify \"$:/state/toc/$tag$-$(currentTiddler)$\">>>\n<$set name=\"toc-item-class\" filter=\"\"\"$itemClassFilter$\"\"\" value=\"toc-item-selected\" emptyValue=\"toc-item\">\n<li class=<<toc-item-class>>>\n<$link>\n<$list filter=\"[all[current]tagging[]limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button>\">\n<$reveal type=\"nomatch\" state=<<toc-state>> text=\"open\">\n<$button set=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<toc-state>> text=\"open\">\n<$button set=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n</$list>\n<<toc-caption>>\n</$link>\n<$reveal type=\"match\" state=<<toc-state>> text=\"open\">\n<$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=\"\"\"$sort$\"\"\" itemClassFilter=\"\"\"$itemClassFilter$\"\"\"/>\n</$reveal>\n</li>\n</$set>\n</$set>\n\\end\n\n\\define toc-unlinked-selective-expandable-body(tag,sort:\"\",itemClassFilter)\n<$set name=\"toc-state\" value=<<qualify \"$:/state/toc/$tag$-$(currentTiddler)$\">>>\n<$set name=\"toc-item-class\" filter=\"\"\"$itemClassFilter$\"\"\" value=\"toc-item-selected\" emptyValue=\"toc-item\">\n<li class=<<toc-item-class>>>\n<$list filter=\"[all[current]tagging[]limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button> <$view field='caption'><$view field='title'/></$view>\">\n<$reveal type=\"nomatch\" state=<<toc-state>> text=\"open\">\n<$button set=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible\">\n{{$:/core/images/right-arrow}}\n<<toc-caption>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<toc-state>> text=\"open\">\n<$button set=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n<<toc-caption>>\n</$button>\n</$reveal>\n</$list>\n<$reveal type=\"match\" state=<<toc-state>> text=\"open\">\n<$macrocall $name=\"\"\"toc-selective-expandable\"\"\" tag=<<currentTiddler>> sort=\"\"\"$sort$\"\"\" itemClassFilter=\"\"\"$itemClassFilter$\"\"\"/>\n</$reveal>\n</li>\n</$set>\n</$set>\n\\end\n\n\\define toc-selective-expandable(tag,sort:\"\",itemClassFilter)\n<ol class=\"tc-toc toc-selective-expandable\">\n<$list filter=\"[all[shadows+tiddlers]tag[$tag$]!has[draft.of]$sort$]\">\n<$list filter=\"[all[current]toc-link[no]]\" variable=\"ignore\" emptyMessage=\"<<toc-linked-selective-expandable-body tag:'$tag$' sort:'$sort$' itemClassFilter:'$itemClassFilter$'>>\">\n<<toc-unlinked-selective-expandable-body tag:\"\"\"$tag$\"\"\" sort:\"\"\"$sort$\"\"\" itemClassFilter:\"\"\"$itemClassFilter$\"\"\">>\n</$list>\n</$list>\n</ol>\n\\end\n\n\\define toc-tabbed-selected-item-filter(selectedTiddler)\n[all[current]field:title{$selectedTiddler$}]\n\\end\n\n\\define toc-tabbed-external-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$tiddler tiddler={{$selectedTiddler$}}>\n<div class=\"tc-tabbed-table-of-contents\">\n<$linkcatcher to=\"$selectedTiddler$\">\n<div class=\"tc-table-of-contents\">\n<$macrocall $name=\"toc-selective-expandable\" tag=\"\"\"$tag$\"\"\" sort=\"\"\"$sort$\"\"\" itemClassFilter=<<toc-tabbed-selected-item-filter selectedTiddler:\"\"\"$selectedTiddler$\"\"\">>/>\n</div>\n</$linkcatcher>\n<div class=\"tc-tabbed-table-of-contents-content\">\n<$reveal state=\"\"\"$selectedTiddler$\"\"\" type=\"nomatch\" text=\"\">\n<$transclude mode=\"block\" tiddler=\"$template$\">\n<h1><<toc-caption>></h1>\n<$transclude mode=\"block\">$missingText$</$transclude>\n</$transclude>\n</$reveal>\n<$reveal state=\"\"\"$selectedTiddler$\"\"\" type=\"match\" text=\"\">\n$unselectedText$\n</$reveal>\n</div>\n</div>\n</$tiddler>\n\\end\n\n\\define toc-tabbed-internal-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$linkcatcher to=\"\"\"$selectedTiddler$\"\"\">\n<$macrocall $name=\"toc-tabbed-external-nav\" tag=\"\"\"$tag$\"\"\" sort=\"\"\"$sort$\"\"\" selectedTiddler=\"\"\"$selectedTiddler$\"\"\" unselectedText=\"\"\"$unselectedText$\"\"\" missingText=\"\"\"$missingText$\"\"\" template=\"\"\"$template$\"\"\"/>\n</$linkcatcher>\n\\end\n\n"
},
"$:/snippets/minilanguageswitcher": {
"title": "$:/snippets/minilanguageswitcher",
"text": "<$select tiddler=\"$:/language\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"description\"><$view field=\"name\"><$view field=\"title\"/></$view></$view></option>\n</$list>\n</$select>"
},
"$:/snippets/minithemeswitcher": {
"title": "$:/snippets/minithemeswitcher",
"text": "\\define lingo-base() $:/language/ControlPanel/Theme/\n<<lingo Prompt>> <$select tiddler=\"$:/theme\">\n<$list filter=\"[plugin-type[theme]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"name\"><$view field=\"title\"/></$view></option>\n</$list>\n</$select>"
},
"$:/snippets/modules": {
"title": "$:/snippets/modules",
"text": "\\define describeModuleType(type)\n{{$:/language/Docs/ModuleTypes/$type$}}\n\\end\n<$list filter=\"[moduletypes[]]\">\n\n!! <$macrocall $name=\"currentTiddler\" $type=\"text/plain\" $output=\"text/plain\"/>\n\n<$macrocall $name=\"describeModuleType\" type=<<currentTiddler>>/>\n\n<ul><$list filter=\"[all[current]modules[]]\"><li><$link><<currentTiddler>></$link>\n</li>\n</$list>\n</ul>\n</$list>\n"
},
"$:/palette": {
"title": "$:/palette",
"text": "$:/palettes/Vanilla"
},
"$:/snippets/paletteeditor": {
"title": "$:/snippets/paletteeditor",
"text": "\\define lingo-base() $:/language/ControlPanel/Palette/Editor/\n\\define describePaletteColour(colour)\n{{$:/language/Docs/PaletteColours/$colour$}}\n\\end\n<$set name=\"currentTiddler\" value={{$:/palette}}>\n\n<<lingo Prompt>> <$link to={{$:/palette}}><$macrocall $name=\"currentTiddler\" $output=\"text/plain\"/></$link>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\" variable=\"listItem\">\n<<lingo Prompt/Modified>>\n<$button message=\"tm-delete-tiddler\" param={{$:/palette}}><<lingo Reset/Caption>></$button>\n</$list>\n\n<$list filter=\"[all[current]is[shadow]!is[tiddler]]\" variable=\"listItem\">\n<<lingo Clone/Prompt>>\n</$list>\n\n<$button message=\"tm-new-tiddler\" param={{$:/palette}}><<lingo Clone/Caption>></$button>\n\n<table>\n<tbody>\n<$list filter=\"[all[current]indexes[]]\" variable=\"colourName\">\n<tr>\n<td>\n''<$macrocall $name=\"describePaletteColour\" colour=<<colourName>>/>''<br/>\n<$macrocall $name=\"colourName\" $output=\"text/plain\"/>\n</td>\n<td>\n<$edit-text index=<<colourName>> tag=\"input\"/>\n<br>\n<$edit-text index=<<colourName>> type=\"color\" tag=\"input\"/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n</$set>\n"
},
"$:/snippets/palettepreview": {
"title": "$:/snippets/palettepreview",
"text": "<$set name=\"currentTiddler\" value={{$:/palette}}>\n<$transclude tiddler=\"$:/snippets/currpalettepreview\"/>\n</$set>\n"
},
"$:/snippets/paletteswitcher": {
"title": "$:/snippets/paletteswitcher",
"text": "\\define lingo-base() $:/language/ControlPanel/Palette/\n<<lingo Prompt>> <$view tiddler={{$:/palette}} field=\"name\"/>\n\n<$linkcatcher to=\"$:/palette\">\n<div class=\"tc-chooser\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]sort[description]]\"><div class=\"tc-chooser-item\"><$link to={{!!title}}><div><$reveal state=\"$:/palette\" type=\"match\" text={{!!title}}>•</$reveal><$reveal state=\"$:/palette\" type=\"nomatch\" text={{!!title}}> </$reveal> ''<$view field=\"name\" format=\"text\"/>'' - <$view field=\"description\" format=\"text\"/></div><$transclude tiddler=\"$:/snippets/currpalettepreview\"/></$link></div>\n</$list>\n</div>\n</$linkcatcher>"
},
"$:/temp/search": {
"title": "$:/temp/search",
"text": ""
},
"$:/tags/AdvancedSearch": {
"title": "$:/tags/AdvancedSearch",
"list": "[[$:/core/ui/AdvancedSearch/Standard]] [[$:/core/ui/AdvancedSearch/System]] [[$:/core/ui/AdvancedSearch/Shadows]] [[$:/core/ui/AdvancedSearch/Filter]]"
},
"$:/tags/ControlPanel": {
"title": "$:/tags/ControlPanel",
"list": "$:/core/ui/ControlPanel/Info $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Settings $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals"
},
"$:/tags/ControlPanel/Info": {
"title": "$:/tags/ControlPanel/Info",
"list": "$:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Advanced"
},
"$:/tags/ControlPanel/Plugins": {
"title": "$:/tags/ControlPanel/Plugins",
"list": "[[$:/core/ui/ControlPanel/Plugins/Installed]] [[$:/core/ui/ControlPanel/Plugins/Add]]"
},
"$:/tags/EditTemplate": {
"title": "$:/tags/EditTemplate",
"list": "[[$:/core/ui/EditTemplate/controls]] [[$:/core/ui/EditTemplate/title]] [[$:/core/ui/EditTemplate/tags]] [[$:/core/ui/EditTemplate/shadow]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/EditTemplate/body]] [[$:/core/ui/EditTemplate/type]] [[$:/core/ui/EditTemplate/fields]]"
},
"$:/tags/EditToolbar": {
"title": "$:/tags/EditToolbar",
"list": "[[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/cancel]] [[$:/core/ui/Buttons/save]]"
},
"$:/tags/MoreSideBar": {
"title": "$:/tags/MoreSideBar",
"list": "[[$:/core/ui/MoreSideBar/All]] [[$:/core/ui/MoreSideBar/Recent]] [[$:/core/ui/MoreSideBar/Tags]] [[$:/core/ui/MoreSideBar/Missing]] [[$:/core/ui/MoreSideBar/Drafts]] [[$:/core/ui/MoreSideBar/Orphans]] [[$:/core/ui/MoreSideBar/Types]] [[$:/core/ui/MoreSideBar/System]] [[$:/core/ui/MoreSideBar/Shadows]]",
"text": ""
},
"$:/tags/PageControls": {
"title": "$:/tags/PageControls",
"list": "[[$:/core/ui/Buttons/home]] [[$:/core/ui/Buttons/close-all]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/new-tiddler]] [[$:/core/ui/Buttons/new-journal]] [[$:/core/ui/Buttons/import]] [[$:/core/ui/Buttons/export-page]] [[$:/core/ui/Buttons/control-panel]] [[$:/core/ui/Buttons/advanced-search]] [[$:/core/ui/Buttons/tag-manager]] [[$:/core/ui/Buttons/language]] [[$:/core/ui/Buttons/theme]] [[$:/core/ui/Buttons/storyview]] [[$:/core/ui/Buttons/encryption]] [[$:/core/ui/Buttons/full-screen]] [[$:/core/ui/Buttons/save-wiki]] [[$:/core/ui/Buttons/refresh]] [[$:/core/ui/Buttons/more-page-actions]]"
},
"$:/tags/PageTemplate": {
"title": "$:/tags/PageTemplate",
"list": "[[$:/core/ui/PageTemplate/topleftbar]] [[$:/core/ui/PageTemplate/toprightbar]] [[$:/core/ui/PageTemplate/sidebar]] [[$:/core/ui/PageTemplate/story]] [[$:/core/ui/PageTemplate/alerts]]",
"text": ""
},
"$:/tags/SideBar": {
"title": "$:/tags/SideBar",
"list": "[[$:/core/ui/SideBar/Open]] [[$:/core/ui/SideBar/Recent]] [[$:/core/ui/SideBar/Tools]] [[$:/core/ui/SideBar/More]]",
"text": ""
},
"$:/tags/TiddlerInfo": {
"title": "$:/tags/TiddlerInfo",
"list": "[[$:/core/ui/TiddlerInfo/Tools]] [[$:/core/ui/TiddlerInfo/References]] [[$:/core/ui/TiddlerInfo/Tagging]] [[$:/core/ui/TiddlerInfo/List]] [[$:/core/ui/TiddlerInfo/Listed]] [[$:/core/ui/TiddlerInfo/Fields]]",
"text": ""
},
"$:/tags/TiddlerInfo/Advanced": {
"title": "$:/tags/TiddlerInfo/Advanced",
"list": "[[$:/core/ui/TiddlerInfo/Advanced/ShadowInfo]] [[$:/core/ui/TiddlerInfo/Advanced/PluginInfo]]"
},
"$:/tags/ViewTemplate": {
"title": "$:/tags/ViewTemplate",
"list": "[[$:/core/ui/ViewTemplate/title]] [[$:/core/ui/ViewTemplate/subtitle]] [[$:/core/ui/ViewTemplate/tags]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/ViewTemplate/body]]"
},
"$:/tags/ViewToolbar": {
"title": "$:/tags/ViewToolbar",
"list": "[[$:/core/ui/Buttons/more-tiddler-actions]] [[$:/core/ui/Buttons/info]] [[$:/core/ui/Buttons/new-here]] [[$:/core/ui/Buttons/new-journal-here]] [[$:/core/ui/Buttons/clone]] [[$:/core/ui/Buttons/export-tiddler]] [[$:/core/ui/Buttons/edit]] [[$:/core/ui/Buttons/permalink]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/close-others]] [[$:/core/ui/Buttons/close]]"
},
"$:/snippets/themeswitcher": {
"title": "$:/snippets/themeswitcher",
"text": "\\define lingo-base() $:/language/ControlPanel/Theme/\n<<lingo Prompt>> <$view tiddler={{$:/theme}} field=\"name\"/>\n\n<$linkcatcher to=\"$:/theme\">\n<$list filter=\"[plugin-type[theme]sort[title]]\"><div><$reveal state=\"$:/theme\" type=\"match\" text={{!!title}}>•</$reveal><$reveal state=\"$:/theme\" type=\"nomatch\" text={{!!title}}> </$reveal> <$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' <$view field=\"description\" format=\"text\"/></$link></div>\n</$list>\n</$linkcatcher>"
},
"$:/core/wiki/title": {
"title": "$:/core/wiki/title",
"type": "text/vnd.tiddlywiki",
"text": "{{$:/SiteTitle}} --- {{$:/SiteSubtitle}}"
},
"$:/view": {
"title": "$:/view",
"text": "classic"
},
"$:/snippets/viewswitcher": {
"title": "$:/snippets/viewswitcher",
"text": "\\define lingo-base() $:/language/ControlPanel/StoryView/\n<<lingo Prompt>> <$select tiddler=\"$:/view\">\n<$list filter=\"[storyviews[]]\">\n<option><$view field=\"title\"/></option>\n</$list>\n</$select>"
}
}
}
\define standardListItem()
<div class="tc-menu-list-item">
<$link to={{!!title}}>
<$view field="title"/>
</$link>
</div>
\end
\define concat-tiddler-link()
$(address)$#$(tiddler-title)$
\end
\define communityTiddlerListItem()
<div class="tc-menu-list-item">
<$set name="from-tiddler" value={{!!source-wiki-id}}>
<$list filter="[<from-tiddler>get[wiki-address]]" variable="address">
<$set name="tiddler-title" value={{!!source-tiddler-title-as-link}}>
<a href=<<concat-tiddler-link>> target="_blank">
<$text text={{!!source-tiddler-title-as-text}}/> @<$text text=<<from-tiddler>>/>
</a>
</$set>
</$list>
</$set>
</div>
\end
<$list filter=[all[current]!has[source-wiki-id]]>
<<standardListItem>>
</$list>
<$list filter=[all[current]has[source-wiki-id]]>
<<communityTiddlerListItem>>
</$list>
$:/core/modules/parsers/wikiparser/rules/syslink.js
* `this.matchRegExp = /~?\$:[^\s<>|]+(?:\/|\b)/mg;`
* $:/foo — $:/foo/ — $:/foo/bar — $:/foo bar — $:/foo|bar
* [[$:/foo/bar]] — [[$:/foo/bar/]]
* $:/config/NewJournal/Tags
* $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home
* $:/state/tab--1498284803
* $:/§$&/%``´´~+*#'-_.:,;&/("§! — $:/bar<foo — $:/foo§"$%<*'*
```
* $:/foo — $:/foo/ — $:/foo/bar — $:/foo bar — $:/foo|bar
* [[$:/foo/bar]] — [[$:/foo/bar/]]
* $:/config/NewJournal/Tags
* $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home
* $:/state/tab--1498284803
* $:/§$&/%``´´~+*#'-_.:,;&/("§! — $:/bar<foo — $:/foo§"$%<*'*
```
With the below modification, the tag popup lists of both, titles used tags as well as non-system tiddlers matching the title. Try searching for `button` in the ''Demo'' below.
As suggested at <<git5 issues/1333#issuecomment-69458861>>, I modified the filter in [[$:/core/ui/EditTemplate/tags]] to try and also list existing tiddler titles matching the search term in the title...
```
<$list filter="[tags[]search{$:/temp/NewTagName}][!is[system]search:title{$:/temp/NewTagName}] +[sort[]]">
```
!! Demo
[[$:/core/ui/EditTemplate/tags]]
{{$:/core/ui/EditTemplate/tags}}
Trying to use CSS3's `column-count:4` for readability but the inline popups get cut off since they are rendered in the element flow...
<div class="tb-taglist-columns">
<$list filter="[tag[Demo]tags[]sort[title]!prefix[$]]">
<div class="tb-taglist-item">
<small class="tc-menu-list-count"><$count filter="[all[current]tagging[]]"/></small>
<$transclude tiddler="$:/core/ui/TagTemplate"/>
</div>
</$list>
</div>
See [[$:/.tb/styles]] for the css. Rendered via...
```
<div class="tb-taglist-columns">
<$list filter="[tag[Demo]tags[]sort[title]!prefix[$]]">
<div class="tb-taglist-item">
<small class="tc-menu-list-count"><$count filter="[all[current]tagging[]]"/></small>
<$transclude tiddler="$:/core/ui/TagTemplate"/>
</div>
</$list>
</div>
```
; based on...
: https://groups.google.com/d/msg/tiddlywiki/1eVLcslhmLM/23qcvi8I2Z4J
; conditional edit template
: [[$:/.tb/ui/EditTemplate/drop-fields]]
; field visibility and available values stored in `value` fields
: [[$:/config/EditTemplateFields/Visibility/exercise]]
: [[$:/config/EditTemplateFields/Visibility/meditation]]
; TEST: example journal (click edit)
: [[7th January 2015]] {{7th January 2015||$:/core/ui/Buttons/edit}}
\define foo(bar, baz)
<$reveal type=nomatch text="$baz$" default="">
$baz$
</$reveal>
<$reveal type=match text="$baz$" default="">
No baz!!!
</$reveal>
\end
This experiment tries to do something depending on whether or not a macro parameter is declared...
```
\define foo(bar, baz)
<$reveal type=nomatch text="$baz$" default="">
$baz$
</$reveal>
<$reveal type=match text="$baz$" default="">
No baz!!!
</$reveal>
\end
```
!!Test
```
<<foo>>
```
<<<
<<foo>>
<<<
```
<<foo bar>>
```
<<<
<<foo bar>>
<<<
```
<<foo bar baz>>
```
<<<
<<foo bar baz>>
<<<
Enter this into your browsers console to get a feel for tiddler sizes. This creates a tiddler called [[$:/temp/tiddler-sizes]] with the sizes listed, counting the characters of all fields. (Haven't yet figured out how to open it in the end.)
With much appreciated [[help from Stephan Hradek|https://groups.google.com/d/msg/tiddlywiki/hr75FTeEL_g/Yuk_6gxpY_wJ]], here's a bookmark for your browser bookmarks to run the below code: <a href="javascript:void((function()%7Bvar%20e%3D%22%5B!is%5Bshadow%5D!is%5Bsystem%5D%5D%22%2Ct%3Dprompt(%22Please%20define%20a%20filter...%22%2Ce)%3Be%3Dt%7C%7Ce%3Bvar%20n%3D%5B%5D%3B%24tw.utils.each(%24tw.wiki.filterTiddlers(e)%2Cfunction(e)%7Bvar%20t%3D0%2Cr%3D%24tw.wiki.getTiddler(e)%3Bn.push(%7Btitle%3Ae%2Csize%3A%24tw.wiki.getTiddlerAsJson(e).length.toString()%2Cfields%3AObject.keys(r.fields).length%2Ctype%3Ar.fields%5B%22type%22%5D%7C%7C%22%22%7D)%7D)%3Bn.sort(function(e%2Ct)%7Breturn%20t.size-e.size%7D)%3Bvar%20r%3D%22%22%3B%24tw.utils.each(n%2Cfunction(e)%7Br%2B%3De.size%2B%22%20%5B%5B%22%2Be.title%2B%22%5D%5D%2C%20%22%2Be.fields%2B%22%20fields%22%2B(e.type%3F%22%2C%20%22%2Be.type%3A%22%22)%2B%22%5Cn%22%7D)%3Bvar%20i%3D%22%24%3A%2FStoryList%22%2Cs%3D%22%24%3A%2Ftemp%2Ftiddler-sizes%22%2Co%3D%24tw.wiki.getTiddlerList(i)%3B%24tw.wiki.addTiddler(new%20%24tw.Tiddler(%7Btitle%3As%2Ctext%3A'%22%22%22%5Cn'%2Br%2B'%22%22%22'%7D))%3Bif(o.indexOf(s)%3D%3D%3D-1)%7Bo.unshift(s)%7D%24tw.wiki.addTiddler(new%20%24tw.Tiddler(%7Btitle%3Ai%7D%2C%24tw.wiki.getTiddler(i)%2C%7Blist%3Ao%7D))%3Bconsole.log(r)%7D)())%3B" title="Bookmark me!">tiddler sizes</a>
```
(function(){
var filter = '[!is[shadow]!is[system]]',
f = prompt('Please define a filter...',filter);
filter = f || filter;
var sizes = [];
$tw.utils.each($tw.wiki.filterTiddlers(filter),
function(tiddler){
var size = 0,
t = $tw.wiki.getTiddler(tiddler);
sizes.push({
title:tiddler,
size:$tw.wiki.getTiddlerAsJson(tiddler).length.toString(),
fields:Object.keys(t.fields).length,
type:t.fields['type'] || ''
});
}
)
sizes.sort(function(a, b) { return b.size - a.size;});
var out = '';
$tw.utils.each(sizes,
function (t){
out +=
t.size + ' [[' +
t.title + ']], ' +
t.fields + ' fields' +
(t.type ? ', ' + t.type : '') + '\n';
}
)
var story = "$:/StoryList",
temp = "$:/temp/tiddler-sizes",
list = $tw.wiki.getTiddlerList(story);
$tw.wiki.addTiddler(
new $tw.Tiddler({
title: temp,
text: '"""\n' + out + '"""'
})
);
if(list.indexOf(temp) === -1) {
list.unshift(temp);
}
$tw.wiki.addTiddler(new $tw.Tiddler(
{title: story},
$tw.wiki.getTiddler(story),
{list: list}
));
console.log(out);
})()
```
The following modifications provide a more unified tagging experience between edit-mode and view-mode...
* [[$:/core/macros/tag]] — extended
* [[$:/core/ui/EditTemplate/tags]] — simplified, now uses qualify for temp-new-tag
* [[$:/core/ui/TagTemplate]] — simplified
* [[$:/core/modules/macros/contrastcolour.js]] — enhanced
* [[$:/core/ui/Components/tag-link]] — @@color:red;DELETED@@
''Note'': Notice how on [[tiddlywiki.com|http://tiddlywiki.com]] edit-mode colors do not match view-mode, which is very problematic with bright backgrounds!
\define getCount() <$count filter='[tag[Demo]]'/>
A quote from Jeremy in the above discussion as to why the below does not work:
<<<
There is no way at the moment to store the results of wikifying text into a variable or a tiddler. Transcluded attributes on widgets/HTML elements are never wikified; the attribute gets the raw value of the variable or tiddler field.
<<<
So, this construct will fail...
```
\define getCount() <$count filter='[tag[Demo]]'/>
<$button><$action-setfield $field=count $value=<<getCount>>/>set via "$field"</$button>
<$button><$action-setfield count=<<getCount>>/>set via "count"</$button>
<$button><$action-deletefield count/>reset "count"</$button>
```
renders:
<<<
<$button><$action-setfield $field=count $value=<<getCount>>/>set via "$field"</$button>
<$button><$action-setfield count=<<getCount>>/>set via "count"</$button>
<$button><$action-deletefield count/>reset "count"</$button>
<<<
!!Validation
;count field as text
:<$view field="count" format="text"/> <$list filter="[all[current]has[count]]">@@color:red; This is wong!@@</$list>
;count field wikified
:{{!!count}}
!!Sources
* http://tiddlywiki.com/prerelease/#ActionSetFieldWidget
* http://tiddlywiki.com/prerelease/#ActionDeleteFieldWidget
\define getFoo() <$view tiddler=Foo field=text/>
From [[BJ|https://groups.google.com/d/msg/tiddlywiki/DxPrh885WC0/SMsAK3Q_l5gJ]]:
<$reveal type=nomatch default="" text="Bar" state="Foo">
Where is [[Foo]]?!?
</$reveal>
<$reveal type=match default="" text="Bar" state="Foo">
Ah, there is [[Foo]]!!!
</$reveal>
<$button>
<$action-setfield $tiddler="Foo" text="Bar" tags="Baz"/>
Create Foo with text "Bar" and tag "Baz"
</$button>
```
<$reveal type=nomatch default="" text="Bar" state="Foo">
Where is [[Foo]]?!?
</$reveal>
<$reveal type=match default="" text="Bar" state="Foo">
Ah, there is [[Foo]]!!!
</$reveal>
<$button>
<$action-setfield $tiddler="Foo" text="Bar" tags="Baz"/>
Create Foo with text "Bar" and tag "Baz"
</$button>
```
This tiddler only exists to show how [[Deleting Another Tiddler]] works.
You can use transclusion to render a delete button that deletes any tiddler...
```
<$list filter="[[Delete Me]is[tiddler]]">
Click the trashcan to delete <$link> <$view tiddler="Delete Me" field=title/></$link>:
{{Delete Me||$:/core/ui/Buttons/delete}}
</$list>
```
<$list filter="[[Delete Me]is[tiddler]]">
Click the trashcan to delete <$link> <$view tiddler="Delete Me" field=title/></$link>:
{{Delete Me||$:/core/ui/Buttons/delete}}
</$list>
!!Source
Here is the source of the standard delete button...
<<source "$:/core/ui/Buttons/delete">>
; implements
: <<git5 issues/1369>> — each filter and list field(s)
; pull request
: <<git5 pull/1422>> — added list suffix for each filter
; modified
: [[$:/core/modules/filters/each.js]]
When the suffix is `list`, the ''each'' filter interprets the field as a list of individual tiddler titles equivalent to the core list field and returns all titles referenced in the list field of the source list, existing or not.
!! Example
The below lists all missing tiddlers that are referenced in a list field as terms and the tiddlers where they are referenced as definitions.
```
<dl>
<$list filter="[each:list[list]is[missing]sort[]]">
<dt><$link to=<<currentTiddler>>><$view field=title/></$link>
</dt>
<$list filter="[<currentTiddler>listed[]]">
<dd><$link to=<<currentTiddler>>><$view field=title/></$link></dd>
</$list>
</$list>
</dl>
```
<dl>
<$list filter="[each:list[list]is[missing]sort[]]">
<dt><$link to=<<currentTiddler>>><$view field=title/></$link>
</dt>
<$list filter="[<currentTiddler>listed[]]">
<dd><$link to=<<currentTiddler>>><$view field=title/></$link></dd>
</$list>
</$list>
</dl>
The below outputs the tag editor for all tiddlers (requires [[Consolidate Tag Macro]] !)...
```
<dl>
<$list filter="[!is[system]sort[title]]">
<dt><$link><$view field="title"/></$link></dt>
<dd class="no-before">{{||$:/core/ui/EditTemplate/tags}}</dd>
</$list>
</dl>
```
<dl>
<$list filter="[!is[system]sort[title]]">
<dt><$link><$view field="title"/></$link></dt>
<dd class="no-before">{{||$:/core/ui/EditTemplate/tags}}</dd>
</$list>
</dl>
; for a workaround, see...
: https://groups.google.com/d/msg/tiddlywiki/qtlNxMkmfPs/Z6Kz446WePUJ
Trying to edit a field of a tiddler you may run into the problem that the input loses focus with every letter you type.
```
<$edit field="my-field"/><br>''my-field'': {{!!my-field}}
```
<<<
<$edit field="my-field"/><br>''my-field'': {{!!my-field}}
<<<
As [[Jeremy|Jeremy Ruston]] [[suggests here|https://groups.google.com/forum/#!folder/TiddlyWiki/tiddlywiki/qtlNxMkmfPs]], you can use a template tiddler so as to decouple the refreshing from the containing tiddler, e.g.:
using <<source $:/.tb/template/my-field>>
via...
```
{{||$:/.tb/template/my-field}}
```
renders as...
<<<
{{||$:/.tb/template/my-field}}
<<<
@@color:red;Problem solved? — Well, I actually thought so. — But then it's not!@@
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
Tests that failed...
<<tagging>>
A category list of demos in this wiki...
<div class="tb-taglist">
<$list filter="[tag[Demo]tags[]sort[title]!prefix[$]]-[[Demo]]">
<div class="tb-taglist-item">
<small class="tc-menu-list-count"><$count filter="[all[current]tagging[]]"/></small>
<$transclude tiddler="$:/core/ui/TagTemplate"/>
</div>
</$list>
</div>
For a whole lot more, see [[solutions on tb5|http://tb5.tiddlyspot.com/#Solutions]].
!!Latest Demonstrations
<$set name="remove" value="Demo">
<$list filter="[tag[Demo]!sort[created]]" template="$:/template/tagged-timeline"/>
</$set>
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
<<git5 pull/1375>> — for a data tiddler, returns the value at the index specified in the operand
```
; [[ExampleData]]
: {{ExampleData##B}} = <$list filter="[[ExampleData]getIndex[B]]"><$view field=title/></$list>
```
<<<
; [[ExampleData]]
: {{ExampleData##B}} = <$list filter="[[ExampleData]getIndex[B]]"><$view field=title/></$list>
<<<
!! Code
<<source $:/core/modules/filters/getindex.js>>
; github issue
: <<git5 1328>>
; modified
: [[$:/core/modules/widgets/list.js]]
!! Test Default Iterator
```
<dl>
<$list filter="one two three">
<dt><<currentTiddler>></dt>
<dd>`<<iterator>>` = <<iterator>></dd>
<dd>`<<iterator-even>>` = <<iterator-even>></dd>
<dd>`<<iterator-last>>` = <<iterator-last>></dd>
</$list>
</dl>
```
...displays as:
<<<
<dl>
<$list filter="one two three">
<dt><<currentTiddler>></dt>
<dd>`<<iterator>>` = <<iterator>></dd>
<dd>`<<iterator-even>>` = <<iterator-even>></dd>
<dd>`<<iterator-last>>` = <<iterator-last>></dd>
</$list>
</dl>
<<<
!! Test Custom Iterator
```
<dl>
<$list filter="one two three" iterator=foo>
<dt><<currentTiddler>></dt>
<dd>`<<foo>>` = <<foo>></dd>
<dd>`<<foo-even>>` = <<foo-even>></dd>
<dd>`<<foo-last>>` = <<foo-last>></dd>
</$list>
</dl>
```
...displays as:
<<<
<dl>
<$list filter="one two three" iterator=foo>
<dt><<currentTiddler>></dt>
<dd>`<<foo>>` = <<foo>></dd>
<dd>`<<foo-even>>` = <<foo-even>></dd>
<dd>`<<foo-last>>` = <<foo-last>></dd>
</$list>
</dl>
<<<
[[Stephan Hradek's solution|http://tb5.tiddlyspot.com/#How%20Big%20Are%20Tiddlers%20In%20Size%3F]] to calculate tiddler sizes. ([[here|length macro and lsort filter]] is an alternative bookmarklet).
!! Installation
Simply drag-n-drop-import both to your wiki:
; length macro
: [[$:/macros/skeeve/length.js]]
; lsort filter
: [[$:/core/modules/filters/lsort.js]]
!!Example
```
<$list filter="[!is[system]!is[shadow]!lsort[]]">
<$macrocall $name="length" tiddler={{!!title}}/>
<$link><$view field=title/></$link><br>
</$list>
```
<<<
<$list filter="[!is[system]!is[shadow]!lsort[]]">
<$macrocall $name="length" tiddler={{!!title}}/>
<$link><$view field=title/></$link><br>
</$list>
<<<
; modified
: [[$:/core/modules/filters/limit.js]]
; introduces
: offset suffix
: negative limit (from end)
; changed
: negation of limit is now proper negation with respect to set theory
: negative limit takes last x
: positive offset removes first x
: negative offset removes last x
: first offset applied, then limit
`{{{[tag[Tags]]}}}`
<<<
{{{[tag[Tags]]}}}
<<<
`{{{[tag[Tags]limit[1]]}}}`
<<<
{{{[tag[Tags]limit[1]]}}}
<<<
`{{{[tag[Tags]!limit[1]]}}}`
<<<
{{{[tag[Tags]!limit[1]]}}}
<<<
`{{{[tag[Tags]limit[-1]]}}}`
<<<
{{{[tag[Tags]limit[-1]]}}}
<<<
`{{{[tag[Tags]!limit[-1]]}}}`
<<<
{{{[tag[Tags]!limit[-1]]}}}
<<<
`{{{[tag[Tags]limit:1[1]]}}}`
<<<
{{{[tag[Tags]limit:1[1]]}}}
<<<
`{{{[tag[Tags]!limit:1[1]]}}}`
<<<
{{{[tag[Tags]!limit:1[1]]}}}
<<<
`{{{[tag[Tags]limit:-1[-1]]}}}`
<<<
{{{[tag[Tags]limit:-1[-1]]}}}
<<<
`{{{[tag[Tags]!limit:-1[-1]]}}}`
<<<
{{{[tag[Tags]!limit:-1[-1]]}}}
<<<
`{{{[tag[Tags]limit:10[1]]}}}`
<<<
{{{[tag[Tags]limit:10[1]]}}}
<<<
`{{{[tag[Tags]!limit:10[1]]}}}`
<<<
{{{[tag[Tags]!limit:10[1]]}}}
<<<
`{{{[tag[Tags]limit:1[10]]}}}`
<<<
{{{[tag[Tags]limit:1[10]]}}}
<<<
`{{{[tag[Tags]!limit:1[10]]}}}`
<<<
{{{[tag[Tags]!limit:1[10]]}}}
<<<
Following [[these instructions|http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section]], this wiki implements a template showing a link to the current tiddler at the bottom of each tiddler.
''Note:'' For any open tiddler you also find a link in the ''Open'' tab in the sidebar.
You can simply drag this into your wiki to get the same link at the bottom right <<source $:/.tb/ui/ViewTemplate/tiddler-link>>
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
@@color:red;''Deprecated:''@@ This was a modification to [[$:/core/modules/widgets/navigator.js]] allows to define the behaviour of TiddlyWiki when the last tiddler in the story is closed by setting the text of [[$:/config/Story/OnEmpty]] to either of:
; `keep`
: will keep the last tiddler open
; `default`
: will open the default tiddler(s)
; `open:foo`
; `show:foo`
; `show= foo `
: either will open the tiddler `foo`, i.e.
:: the first 5 characters are truncated
:: the rest is trimmed
Try modifying [[$:/config/Story/OnEmpty]] right now!
!! Discussion
https://groups.google.com/d/msg/tiddlywiki/-qevGMkbWBQ/lgUu0j_wlnkJ
\define foo()
<<paramString>>
\end
; <<git5 issues/1373>>
: expose paramString to macro
; modified
: [[$:/core/modules/widgets/macrocall.js]]
: [[$:/core/modules/parsers/wikiparser/rules/macrocallinline.js]]
: [[$:/core/modules/parsers/wikiparser/rules/macrocallblock.js]]
```
\define foo()
<<paramString>>
\end
* "<<foo bar baz>>"
```
<<<
* "<<foo bar baz>>"
<<<
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
<<<
@@color:red; The problem is solved. What was needed was to use `$param` instead of `param` in `$action-sendmessage`.@@
<<<
To cater for [[Alex|https://groups.google.com/forum/#!topic/tiddlywiki/jELpE-9d4s4]], I allowed to add a note to a story (sidebar).
Deleting a story, I also want to delete the note. However the `$action-sendmessage` in `deleteSnapshot()` throws an errror...
<<source $:/.tb/ui/MoreSideBar/Stories>>
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
; discussion
: https://groups.google.com/d/msg/tiddlywiki/hR4LntIK_DY/Fm-gh7nSecEJ
; pull request
: allows custom html element to be created by ''~RevealWidget''
: <<git5 pull/1380>>
; modified
: $:/core/modules/widgets/reveal.js
: introduces ''element'' attribute to the reveal widget
```
<table>
<tr><td>January</td><td>2015</td></tr>
<$reveal default="x" type="match" text="y" element="tr">
<td>February</td><td>2016</td>
</$reveal>
<tr><td>March</td><td>2017</td></tr>
</table>
```
<table>
<tr><td>January</td><td>2015</td></tr>
<$reveal default="x" type="match" text="y" element="tr">
<td>February</td><td>2016</td>
</$reveal>
<tr><td>March</td><td>2017</td></tr>
</table>
Note how the above creates a ''tr'' instead of a spurious ''span'' element that breaks the html table.
Implements <<git5 issues/1195>>.
!! Modified Core Components
* $:/core/modules/filters/search.js
* $:/core/modules/wiki.js
* $:/core/modules/tiddler.js
!! Examples
; custom fields foo & bar and title
: `<<list-links filter:"[search:foo:bar:title[baz]]">>`
:> <<list-links filter:"[search:foo:bar:title[baz]]">>
; all custom fields
: `<<list-links filter:"[search:$custom[baz]]">>`
:> <<list-links filter:"[search:$custom[baz]]">>
; all standard text fields
: `<<list-links filter:"[search:$text[baz]]">>`
:> <<list-links filter:"[search:$text[baz]]">>
; all standard fields, including modified & created
: `<<list-links filter:"[search:$standard[baz]]">>`
:> <<list-links filter:"[search:$standard[baz]]">>
; all fields
: `<<list-links filter:"[search:$all[baz]]">>`
:> <<list-links filter:"[search:$all[baz]]">>
this is version: <<version>>
```
<$button>
<$action-setfield $tiddler="$:/foo" $index="$:/foo" $value="$:/foo"/>
<$action-navigate $to="Data"/>
Click to set Index "$:/foo" of tiddler "$:/foo" to "$:/foo"!
</$button>
```
[[$:/foo]]
<$button>
<$action-setfield $tiddler="$:/foo" $index="$:/foo" $value="$:/foo"/>
<$action-navigate $to="$:/foo"/>
Click to set Index "$:/foo" of tiddler "$:/foo" to "$:/foo"!
</$button>
[[Discussed at #1205|https://github.com/Jermolene/TiddlyWiki5/issues/1205#issuecomment-66641227]], I swapped the bold for shadows and propose something less colorful for shadows in wikitext. Now, overriden shadows do stand out in the system tab! (Didn't use purple, because traditionally that indicates a visited link.)
;internal link
:<$link to=<<currentTiddler>>><<currentTiddler>></$link>
;system tiddler — containing the styles
:[[$:/.tb/styles/tiddlylinks]]
;overriden shadow
:[[$:/config/AutoSave]]
;plain shadow
:[[$:/themes/tiddlywiki/vanilla/reset]]
Here's an attempt to show social buttons generated via [[simplesharingbuttons|http://simplesharingbuttons.com/]].
@@color:red;
''Note:'' For some reason, a number of buttons do not show __in Chrome__, e.g. the first one should actually be facebook to the very left, followed by twitter. The problem must be related to the generated target urls as the buttons show if I modify that. o.O
@@
!!The buttons
Should actually be more than just the displayed three...
<ul class="social">
<li><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ftb5.tiddlyspot.com&t=tb5%20solutions%20for%20TiddlyWiki" target="_blank">{{Facebook.png}}</a></li>
<li><a href="https://twitter.com/intent/tweet?source=http%3A%2F%2Ftb5.tiddlyspot.com&text=tb5%20solutions%20for%20TiddlyWiki:%20http%3A%2F%2Ftb5.tiddlyspot.com&via=beertobias" target="_blank" title="Tweet">{{Twitter.png}}</a></li>
<li><a href="https://plus.google.com/share?url=http%3A%2F%2Ftb5.tiddlyspot.com" target="_blank" title="Share on Google+">{{Google+.png}}</a></li>
<li><a href="http://www.tumblr.com/share?v=3&u=http%3A%2F%2Ftb5.tiddlyspot.com&t=tb5%20solutions%20for%20TiddlyWiki&s=" target="_blank" title="Post to Tumblr">{{Tumblr.png}}</a></li>
<li><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Ftb5.tiddlyspot.com&media=http://i1178.photobucket.com/albums/x375/tobibeer/img/tiddlywiki/tb5.gif&description=solutions%2C%20plugins%2C%20developer%20info%2C%20core%2C%20references%2C%20markup" target="_blank" title="Pin it">{{Pinterest.png}}</a></li>
<li><a href="http://www.reddit.com/submit?url=http%3A%2F%2Ftb5.tiddlyspot.com&title=tb5%20solutions%20for%20TiddlyWiki" target="_blank" title="Submit to Reddit">{{Reddit.png}}</a></li>
<li><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Ftb5.tiddlyspot.com&title=tb5%20solutions%20for%20TiddlyWiki&summary=solutions%2C%20plugins%2C%20developer%20info%2C%20core%2C%20references%2C%20markup&source=http%3A%2F%2Ftb5.tiddlyspot.com" target="_blank" title="Share on LinkedIn">{{LinkedIn.png}}</a></li>
<li><a href="http://wordpress.com/press-this.php?u=http%3A%2F%2Ftb5.tiddlyspot.com&t=tb5%20solutions%20for%20TiddlyWiki&s=solutions%2C%20plugins%2C%20developer%20info%2C%20core%2C%20references%2C%20markup&i=http://i1178.photobucket.com/albums/x375/tobibeer/img/tiddlywiki/tb5.gif" target="_blank" title="Publish on WordPress">{{Wordpress.png}}</a></li>
<li><a href="mailto:?subject=tb5%20solutions%20for%20TiddlyWiki&body=solutions%2C%20plugins%2C%20developer%20info%2C%20core%2C%20references%2C%20markup:%20http%3A%2F%2Ftb5.tiddlyspot.com" target="_blank" title="Email">{{Email.png}}</a></li>
</ul><style>
.social {
margin:0;
padding:0;
list-style: none;
}
.social li {
float:left;
}
</style>
; modified
: $:/core/modules/filters/tagging.js
: $:/core/modules/utils/utils.js
; other tiddler tagged like this one?
: `<<list-links filter:"[all[current]tagging:all[]]">>`
:> <<list-links filter:"[all[current]tagging:all[]]">>
;all tagging to both `Filters` and `Demo`
:`<<list-links filter:"[[Filters]][[Demo]]+[tagging:all[]]">>`
:> <<list-links filter:"[[Filters]][[Demo]]+[tagging:all[]]">>
; relevant / required for
: http://tagfilter.tiddlyspot.com
Especially when iterating via [[lists|http://tiddlywiki.com/#ListWidget]], the following doesn't work as it wikifies all the inner `<$foo bar/>` into an internal link...
```
[[<$transclude field="title" mode="block"/>]]
```
<<<
[[<$transclude field="title" mode="block"/>]]
<<<
Instead, use the [[link widget|http://tiddlywiki.com/#LinkWidget]]...
```
<$link><$transclude field="title" mode="block"/></$link>
```
<<<
<$link><$transclude field="title" mode="block"/></$link>
<<<
Or short...
```
<$link>{{!!title}}</$link>
```
<<<
<$link>{{!!title}}</$link>
<<<
http://tb5.tiddlyspot.com
The problem...
|looks|like|it's|way|too|http://tooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooloooooooooooooooooooooooooooooooooooooong.com|
[[@danielo515|https://github.com/danielo515]], would you say the below table is really a satisfying answer to solve [[the problem above|https://github.com/Jermolene/TiddlyWiki5/issues/1095#issuecomment-64700373]]?
This table will always put columns at equal width, no matter what the content:
@@.the-table
|looks|like|it's|way|too|http://tooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooloooooooooooooooooooooooooooooooooooooong.com|
@@
<style>
.the-table td {
/* css-3 */
white-space: -o-pre-wrap;
word-wrap: break-word;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
}
.the-table {
table-layout: fixed;
width: 100%
}
.fix-table {
overflow-x:auto;
}
</style>
!!Styles
```
<style>
.the-table td {
/* css-3 */
white-space: -o-pre-wrap;
word-wrap: break-word;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
}
.the-table {
table-layout: fixed;
width: 100%
}
.fix-table {
overflow-x:auto;
}
</style>
```
!! For comparison, the proposed solution
I truly don't see what's wrong with a wrapper. It's been the solution to fix problems ever since there were problems.
<div class="fix-table">
|looks|like|it's|way|too|http://tooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooloooooooooooooooooooooooooooooooooooooong.com|
</div>
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
Following these notes...
http://tb5dev.tiddlyspot.com/#3rd%20Party%20Libraries
The following twitter share link doesn't seem to work...
```
the link: <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://tbdemo.tiddlyspot.com/#Twitter" data-via="beertobias">Tweet</a>
```
<<<
the link: <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://tbdemo.tiddlyspot.com/#Twitter" data-via="beertobias">Tweet</a>
<<<
I am pretty sure the problem lies in how twitter tries to create the script tag for the actual library so as to load it on demand.
The following tiddler tagged [[$:/tags/RawMarkup]] contains the twitter script <<source $:/.tb/lib/twitter>>
!! ~ModuleType
Using ''module-type: library'' also fails when containing just...
```
function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs')
```
!! Plain Script Tag => Total Failure
Using this directly in the above tiddler, breaks TiddlyWiki entirely after reload...
```
<script id="twitter.wjs" src="http://platform.twitter.com/widgets.js" type="text/javascript"/>
```
!! The Original Source From Twitter
```
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://tbdemo.tiddlyspot.com/#Twitter" data-via="beertobias">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
```
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
Make js macros more failsafe by allowing non-string, undefined or null return value.
{{$:/.tb/macros/undefined.js||$:/core/ui/Buttons/delete}} <<source [[$:/.tb/macros/undefined.js]]>>
!!Test
`<<undefined>>`
> <<undefined>>
With [[help from BJ and Astrid|https://groups.google.com/d/msg/tiddlywiki/m1MVi5B4wBw/nrHhbiQU3iYJ]], the below example now successfully...
* constructs the variable ''currentGroup''
** only one pair of curly brackets!!
* for use in a filter from a dynamic text-reference as calculated via the ''group'' macro.
** no surrounding brackets at all to construct the valid filter!!
For debugging, the actual contents of a variable can be inspected using the ''$text'' widget.
<<source "$:/.demo/Variable Text Reference">>
{{$:/.demo/Variable Text Reference}}
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
Trying to implement a macro that returns a link to a youtube video id stored in a field at the current tiddler called ''youtube'' ...here with value <code>{{!!youtube}}</code>, like so:
```
<<y: 00 03 10>>
```
<<<
<<y: 00 03 10>>
<<<
@@color:red;
''Note:'' Almost all works, except for the bit where I want to read / transclude the __value__ of the youtube ID, which fails (take a look at the contructed link by hovering it).
''I would really finally learn and memorize that trick which always seems to befuddle me more than it's supposed to!''
@@
The macro: <<source $:/.tb/macros/youtube-timed-link>>
;read
:release notes
;vocabulary
:https://github.com/Jermolene/TiddlyWiki5/issues/345
z-index for notifications needs to be above top-bar: [[vanilla/base.tid#L1097|https://github.com/Jermolene/TiddlyWiki5/blob/52d29ac0cf1035b73495676ce035ff3e17aa3426/themes/tiddlywiki/vanilla/base.tid#L1097]]
* enhanced edit-text widget with `focus="true"` attribute
* modified title template to make it `focus()` and `select()` by default
!!Discussion
https://github.com/Jermolene/TiddlyWiki5/issues/371#issuecomment-64169500
;discussion
:https://groups.google.com/d/msg/tiddlywiki/I1ysdDLTSTw/KypYniCTW1AJ
fixes <<git5 issues/1010>> — formatDateString tiny bug
I can't say how often I had to look for the # permalink button just because it wouldn't be set automatically.
tiddlers not listed in the list field, sorted by title nonetheless, otherwise we get a real poor taglist from [[$:/core/ui/TagTemplate]]
; demo
: working on (any tag at) [[tb5|http://tb5.tiddlyspot.com/#filters]]
the tag button styles in edit mode were not updated yet ...bright backgrounds were entirely unreadable
[img[https://cloud.githubusercontent.com/assets/97566/5788863/e6f0dbe6-9e4f-11e4-97d7-47b7d9c61212.jpg]]
; consolidated all tag button output in `$:/core/macros/tag`
: introduces `mode` parameter
; simplified templates
: `$:/core/ui/TagTemplate` — also put under **Components**?
: `$:/core/ui/Components/tag-link`
: simplified `EditTemplate/tags`
; demo
: http://tbdemo.tiddlyspot.com/#Consolidate%20Tag%20Macro
; discussion
: [[conditional table rows|https://groups.google.com/forum/?fromgroups=#!folder/TiddlyWiki/tiddlywiki/hR4LntIK_DY]]
Implements <<git5 issues/1216#issuecomment-70498170>>
; $:/core/modules/utils/utils.js
: introduces ''$tw.utils.intersect'' to retrieve an intersection of a variable number of arrays
; $:/core/modules/filters/tagging.js
: updated filter implementing the suffix ''tagging:all''
; demo
: http://tbdemo.tiddlyspot.com/#tagging%3Aall
Extends search and search filter, implementing <<git5 issues/1195>>.
Allows...
; `[search:foo:bar:title[baz]]`
: search custom fields foo & bar and title field
; `[search:$custom[foo]]`
: search all custom fields
; `[search:$standard[foo]]`
: search all standard fields
; `[search:$text[foo]]`
: search all standard text fields — the above minus modified / creator
; `[search:$all[foo]]`
: search all fields
; demo
: http://tbdemo.tiddlyspot.com/#search%3A%24custom
; relates to
: <<git5 issues/1387>>
; demo
: http://goto.bplaced.net/tw5/5.1.7.html
to have one place to configure / override
; implements
: <<git5 issues/1373>>
: useful in js macros that do their own parsing, if any
; demo
: http://tbdemo.tiddlyspot.com/#paramString
a filter returning a toc as a flat list (based on tagging)<br>
will allow paging with offset via `[limit:<offset>[<limit>]]`
; published
: http://tb5.tiddlyspot.com/#filter%3A%20toc
allows to shift the considered tiddlers by a given number, e.g. for paging
This modification to [[$:/core/modules/widgets/navigator.js]] allows to define the behaviour of TiddlyWiki when the last tiddler in the story is closed by setting the text of [[$:/config/Story/OnEmpty]] to either of:
; keep
: will keep the last tiddler open
; default
: will open the default tiddler(s)
; open:foo
; show:foo
; keep:foo
: either will open the tiddler ''foo''
demo: http://tbdemo.tiddlyspot.com/#OnEmpty
!! Discussion
https://groups.google.com/d/msg/tiddlywiki/-qevGMkbWBQ/lgUu0j_wlnkJ
previously did not correctly handle / match the source but only output the list as is
; implements
: <<git5 issues/1369>>
; demo
: http://tbdemo.tiddlyspot.com/#each%3Alist
When the suffix is list, the each filter interprets the field as a list of individual tiddler titles equivalent to the core list field and returns all titles referenced in the list field of the source list, existing or not.
; replaces
: [[1407-open-default-on-empty]]
added ''~ControlPanel'' settings => reordered ''~ControlPanel / Basics'' a bit to have ''~DefaultTiddlers'' next to ''~EmptyMessage'' but not shifting important stuff too far down.
<<<
There is the emptyMessage attribute of the list widget that could be used to display custom content in case the story river is empty. The content wouldn't be displayed as a tiddler (there'd be no toolbar buttons etc.). So, one possibility is to update the list widget for the main story river to read an empty message from $:/config/EmptyStoryMessage. We should also expose it in control panel.
<<<
!! Discussion
https://groups.google.com/d/msg/tiddlywiki/-qevGMkbWBQ/lgUu0j_wlnkJ
`<$list filter="[<dataTiddler>index<dataIndex>]"/>`
; demo
: http://tbdemo.tiddlyspot.com/#Index%20Filter
; was
: <<git5 issues/1375>>
Currently ''tm-delete-tiddler'' throws a red error box:
```
<$button>
<$action-sendmessage $message="tm-delete-tiddler" $param="DoesntExist"/>
delete non-existing
</$button>
```
`Uncaught TypeError: Cannot read property 'fields' of undefined`
To include a third party javascript library in the header section...
```
<script src="js/jquery-1.9.1.js" type="text/javascript"/>
```
...put the markup into a tiddler and tag it [[$:/tags/RawMarkup]].
https://groups.google.com/d/msg/tiddlywiki/h_t-7U1Y3lM/KVN4gK1L0ygJ
<<<
The `[img[url]]` syntax creates an instance of the `<$image>` widget. That means that you can use it with URLs or with images that have been imported as tiddlers. The HTML `<img>` syntax only works with URLs.
If you're just manually creating links to images then probably the main reason to use the _canonical_uri approach is so that you can refer to an image via a convenient tiddler title instead of the long URL. Users can also open external image tiddlers directly in the story view, without needing to open a tiddler and type some codes.
The purpose of the _canonical_uri field is to enable us to build TiddlyWikis that refer to image tiddlers via a URL instead of embedding it as a base 64 URI - it was actually implemented in response to your experiments with 80MB TiddlyWiki's containing lots of images.
With external images, we can have a single representation of an image tiddler on the server, but have the freedom to elect to serve it to the browser either as an external image or embedded into the file.
<<<
; enhance `$edit-text` for
: [[$:/core/ui/EditTemplate/fields]]
; idea
: <<git5 pull/1063#issuecomment-69107417>>
https://groups.google.com/d/msg/tiddlywiki/GbSWSTLtssA/gzqeRHweQMoJ
; feedback
: reader => writer
: student => teacher
; discussion
: https://groups.google.com/d/msg/tiddlywiki/OPHbcxm_75g/u5TK-355vTsJ
Say, one develops a number of plugins intended to support a tw5 based application.
What would you recommend for...
# The bundling process...
#* Split components into an app-core and perhaps optional plugins?
#* I guess the reliable way is to always build against the stable release
# Providing upgrade paths...
#* Can't stop users from upgrading TiddlyWiki independently, right?
#* Would app-packages be dragged to the app, replacing an existing package?
#* What is required for an "upgrader"?
#* Can there be master packages, i.e. plugin-plugins
#** ...thus allowing distros, e.g. basic, full, ...?
; discussion
: https://groups.google.com/d/msg/tiddlywiki/6Q6TrAOBnFI/_Iu5HeSn5BEJ
''Neil Griffin''
<<<
I think the question of who is the target user is an important one.
Most of the discussions I have seen on the forum and in the hangouts seem to be aiming for promoting TW to an audience with relatively low technical capability.
I think this is a mistake both in terms of maximising the audience and maximising the impact of Tiddlywiki.
I would suggest that the aim of marketing TW should be to maximise something like the following product:
```
size of audience trying TW (A) *
probability of user sticking with TW (B) *
benefit received or impact achieved by user (C)
```
Targetting a low-tech audience makes A very large, but B and C are likely to be very low.
I think a better result would be achieved by targetting a smaller, but still substantial technically capable audience, for whom B and C are much larger.
In an ideal world, you would target everyone, but with finite resources, it is better to go for the low hanging fruit.
If I were to try to promote it to people I know, I would start with my colleagues and not my Mum.
<<<
<<<
I don't know if it might be helpful, but in TWC with Internet Explorer in Windows I figured out how to automatically set it using [[ActiveXObject("WScript.Network");|http://bit.ly/1y3I4D6]]
— [[Andrew|https://groups.google.com/d/msg/tiddlywiki/mip6gql_VVU/rVsCjOaM_AcJ]]
<<<
```
var ax = new ActiveXObject("WScript.Network");
merge(config.options,{
txtUserName: ax.UserName});
var sys = new ActiveXObject("ADSysteminfo");
var username = sys.UserName;
var CN = username.split(" ");
config.options.txtSurName = CN[1];
config.options.txtSurID = CN[3].substring(0,7);
```
; idea
: create demo app
; mention
: http://tiddlywiki.com/#%22Creating%20a%20baby%20journal%20with%20TiddlyWiki%205%22%20from%20A%20Penguin%20in%20Redmond
https://groups.google.com/d/msg/tiddlywiki/I1ysdDLTSTw/cZFLONdoMpwJ
[[Yes you can...|http://css-tricks.com/a-couple-of-use-cases-for-calc/]]
```
.thing {
width: 90%; /* fallback if needed */
width: calc(100% - 3em);
}
```
; Test Birthe
: http://bc.classic.tiddlyspot.com
; discussion — Nicolas A-M-B
: https://groups.google.com/d/msg/tiddlywiki/-qevGMkbWBQ/gU_vMb7QZmgJ
From [[commit|https://github.com/Jermolene/TiddlyWiki5/pull/1145#issuecomment-64676559]]
no blanks after `,`
```
var next,f;
```
blanks ònly after `;` and `)`
```
for (f=0; f<object.length; f++) {
```
white space between operator and operand and always use braces
```
if(next === false) {
break;
}
```
! From [[@Dev|http://tiddlywiki.com/dev/#TiddlyWiki%20Coding%20Style%20Guidelines]]
TiddlyWiki is a large project with many interested parties. It benefits everyone if the code is as easy to read as possible. A key part of that it must be written and laid out consistently -- the code should read as though it were written by a single author.
! Guidelines
This list of guidelines isn't exhaustive but captures some of the common problems. The ultimate guide is the existing TiddlyWiki code-base. There are still some places where the coding guidelines aren't used consistently within the core; pull requests are welcome to help resolve those issues.
!! Tabs and whitespace
TiddlyWiki uses 4-character tabs for indenting.
One blank line is used to separate blocks of code. Occasional blank lines are permitted within blocks for clarity, but should be avoided unless they solve a specific readability problem.
!! Layout of basic constructs
See the following example for layout of basic JavaScript constructs:
```
/*
Multiline comments are used to introduce a block of code such as a function definition
*/
function demoFunction(param,more) {
// Proper sentence capitalisation for comments
if(condition == "something") {
// No space between "if" and the brackets; always spaces around binary operators
something = somethingElse;
myOtherFunction(one,two); // No whitespace within function parameters
do {
myCondition.explore(); // Always use semicolons
} while(myCondition < worsens);
}
}
```
!! Strings
Double quotes are preferred over single quotes for string literals.
<<git5 pull/1332#issuecomment-69508769>>
; discussion
: https://groups.google.com/forum/#!msg/tiddlywiki/HMg-uphNy_w/24T7zb3NWxcJ
: better: https://groups.google.com/d/msg/tiddlywiki/HMg-uphNy_w/86g6vefBWukJ
: draft: https://groups.google.com/d/msg/tiddlywiki/HMg-uphNy_w/IUas6IoaeqQJ
; Larry's Cookbook
: http://twcookbook.tiddlyspot.com
; Seantaclaus' Recipes
: http://no-sin.com/wiki/Recipies.htm
https://groups.google.com/d/msg/tiddlywiki/GHrWuZAQIN8/dX98wgpCgpwJ
; discussion
: https://groups.google.com/d/msg/tiddlywikidev/PoKze6ZoDfA/ozhWnr7ceG0J
Make fields configurable, i.e. editor, etc...
=> compare to color-picker
; discussion
: https://github.com/Jermolene/TiddlyWiki5/issues/1449#issuecomment-72676700
: read up on color field
http://twguides.org/index.html
; #903 Extend upgrader to be able to install new plugins
: https://github.com/Jermolene/TiddlyWiki5/issues/903
!! Discussion
https://groups.google.com/forum/#!msg/tiddlywiki/xNeS-QxXvMQ/vds5WcALO1UJ
;discussion
While writing a macro for my plugin I used all the techniques described in the thread:
!! Browser
* `alert('foo')`
** perhaps better: `if(!confirm('foo')) return;`
* `<<dumpvariables>>`
* `F12`
* `debugger`<div>
# add in js where you want a breakpoint for the dev tools<div>
```
var foo = 1;
// break here to be able to step into bar()
debugger
bar(foo);
```
</div>
# open dev tools / F12
# open the wiki or reload / F5, trigger the code
# the debugger should stop at your breakpoint
#* from there you can step into your code, inspect variables, see the Javascript console for errors, etc.
</div>
!! Node
* `console.log`
* node error reporting
; John Cleese — Giving Instructions in the Classroom
: https://www.youtube.com/watch?v=pXw7LYWNi5E
: https://groups.google.com/d/msg/tiddlywiki/6Q6TrAOBnFI/vcdvzTV06jsJ
;OMMWriter
:http://vimeo.com/14791691
;~FocusWriter
:http://gottcode.org/focuswriter
; Public Folders
: https://www.dropbox.com/en/help/16
: https://groups.google.com/d/msg/tiddlywiki/l6gGrau3PiQ/Tvsa64fkTZwJ
You grab an item via its handle to the left and drop it onto any of the red bars to insert it there. Clicking on a red bar will create a a new item there.
<div class="tc-drop-list">
<div class="tc-drop-here"> </div>
<$list filter="1 2 3 4 5 6 7 8 9 10">
<div class="tc-drop-item"><$view field=title/></div>
<div class="tc-drop-here"> </div>
</$list>
</div>
<style>
.tc-drop-list:hover > .tc-drop-here{
display:block;
}
.tc-drop-here:hover{
background:#fff6f6;
}
.tc-drop-item{
padding:5px 5px 5px 20px;
}
.tc-drop-item:hover{
background:#f6fff6;
}
.tc-drop-item:hover:before{
content:" ";
background:#f6f6f6;
display:block;
float:left;
width:15px;
padding:5px 0;
margin:-5px 0 0 -20px;
}
.tc-drop-here{
display:none;
height:10px;
margin:-10px 0 0 0;
}
</style>
An edition [[is there to|https://github.com/Jermolene/TiddlyWiki5/issues/831#issue-42623112]] distribute, promote and explain, plugins, themes and languages
```
[is[shadow]][all[tiddlers]!is[shadow]!prefix[$:/boot]!prefix[$:/lib]!prefix[$:/core]!prefix[$:/temp]!prefix[$:/state]!prefix[$:/theme]!prefix[$:/Story]!prefix[$:/isEncrypted]!prefix[$:/UploadName]!prefix[$:/HistoryList]]
```
; TiddlyWeb
: ''cdent'': https://groups.google.com/d/msg/tiddlywiki/tCnPEDRPXFE/9893_8lPgfAJ
:: https://pypi.python.org/pypi/tiddlywebplugins.remotebag
: ''me'': https://groups.google.com/d/msg/tiddlywiki/tCnPEDRPXFE/1oinxOBJSAgJ
; Mat
: https://groups.google.com/d/msg/tiddlywiki/4LulPsfEr-8/ahUWQf6kH1IJ
; Ward Cunningham
: Federated Wiki: http://www.infoq.com/presentations/federated-wiki-cunningham
: Youtube: https://www.youtube.com/results?search_query=federated+wiki
His / the projects github and an actual wiki (interesting interface!)
```
filter = "[....]";
$tw.wiki.compileFilter(filter);
filter.call($tw.wiki);
```
You dont need a source. a source is just important when you want to decide on which tiddlers to run the filter on, see: https://groups.google.com/forum/#!topic/tiddlywikidev/U6LFRxrJfeU
<<<
avoid all[...] if you want source to decide how to iterate
<<<
;compileFilter
:https://github.com/Jermolene/TiddlyWiki5/blob/7ed1a2ebc7f2e1566a43499c38d3f4995713de5a/core/modules/filters.js#L168
;console
:`$tw.wiki.deleteTiddler("$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize")`
Provide something much more generic!
* use global js object to store rendered footnotes!
** `$tw.footnotes[<NameSpaceID>]`
*** generic `NameSpaceID` is `0`
* declare footnote once — where first used — assign to footnotes namespace
* use macro to reset __temporary__ footnotes namespace object
** allows to reuse same footnotes object when rendering tiddlers
** footnotes object only exists during rendering a tiddler
* use same macro to output footnotes list
** only at the bottom of a tiddler after all footnotes where processed!
* create backlink to inline element having `rel="<NameSpaceID><FootNoteID>"` from bottom to top
** could be multiple instances / a popup!
Possibly open issues...
<<taggly>>
;[[Simon Baird suggests to read...|https://github.com/Jermolene/TiddlyWiki5/pull/1016#issuecomment-60742019]]
: [[fork a repo|https://help.github.com/articles/fork-a-repo]]
: [[syncing a fork|https://help.github.com/articles/syncing-a-fork]]
;Dev Wiki
: [[developing plugins using Node.js and GitHub|http://tiddlywiki.com/dev/#Developing%20plugins%20using%20Node.js%20and%20GitHub]]
;Setup
:see bottom section (thanks, [[PMario|https://groups.google.com/d/msg/tiddlywiki/jj8gAZZGWOU/E39VUB202sMJ]])
!!Working With Git
checking status and making sure things are clean
`git status`
get updates from upstream master
`git fetch upstream`
also uses tags? => fetch
`git fetch upstream --tags`
check out master and merge updates
`git checkout master`<br>
`git merge upstream/master`
working on features => create branch
`git checkout -b new-feature-branch`
some work done, some commits happen, some time passes...
getting stuff from master up to date...
`git fetch upstream`<br>
`git rebase upstream/master`
getting it up in my repo
`git add .`
`git commit -m "here a concise commit message" `
`git push origin new-feature-branch`
needs more polishing, changes happen on upstream?<br>
rebase local branch on top of the updates from upstream...<br>
`git fetch upstream`<br>
`git rebase upstream/master`
force push onto your remote branch....
`git push -f origin new-feature-branch`
want to make a pull request? => go to [[GitHub|https://github.com/Jermolene/TiddlyWiki5]] and do it
!!Setup
http://blogs.atlassian.com/2013/07/git-upstreams-forks
Have a remote?
`git remote -v`
Only origin?
`origin https://github.com/tobibeer/TiddlyWiki5.git (push)`
Add remote via...
`git remote add upstream https://github.com/Jermolene/TiddlyWiki5.git`
or
`git remote add jermolene https://github.com/Jermolene/TiddlyWiki5.git`
!! Pull Requests
> It's OK to send a pull request on your master, but it means that you'll need to create a fork for any further unrelated modifications you might make. @@float:right;[[Jeremy Ruston|https://github.com/Jermolene/TiddlyWiki5/pull/1396#issuecomment-71644734]]@@
<<<
Certain applications, e.g. GTD, would benefit a lot from an ability to dynamically set a global filter that constrains all lists to only those matching that filter, e.g. only ''status:#next'', only ''realm:-work'' or both.
Imagine a "focus" tab in the sidebar, or a corresponding button popup in the toolbar with predefined filter options which when clicked constrain all (filtered) lists to just that.
Feasible?
This would also be a way to provide more flexibility to as well hide things by default in the sense of <<git5 issues/1210>>, e.g. "Admin" pages that are only visible when one clicks a checkbox to remove ''[tag[Admin]]'' from that global "focus filter" and thus have these things listed and searchable.
<<<
[[Metabele|https://groups.google.com/d/msg/tiddlywiki/krl1pEz8L9o/C19iAM68G7oJ]]
# Go to the Google Analytics website: http://www.google.com/analytics/
# Click the 'Access Google Analytics' button and follow instructions to set up your account
# Enter the name of your tiddlyspot Domain i.e "mysite.tiddlyspot.com"
# You will be given your own Tracking ID for this domain
# Now go to tiddlywiki.com -- open the More/System tab and copy these three tiddlers across to a local copy of your site
#* [[$:/GoogleAnalyticsDomain]]
#* [[$:/GoogleAnalyticsAccount]]
#* [[$:/plugins/tiddlywiki/googleanalytics]]
# Edit the first two of these tiddlers to reflect your Domain and Tracking ID
# Upload the new version to tiddlyspot
# Return to your Google Analytics page to see if your site is being tracked
; bracketed title
: https://groups.google.com/d/msg/tiddlywiki/MPEHuh2g4gE/MnX0MW8DN24J
; ace
: https://groups.google.com/d/msg/tiddlywikidev/9TRHJv1eBHk/AZT-pg52K1EJ
;discussion
:https://groups.google.com/d/msg/tiddlywiki/utsLmgHZAhM/jS6WN-7h9S8J
; Boilerplate
: https://github.com/h5bp
; SVG Overlay
: https://groups.google.com/d/msg/tiddlywiki/MsLl6vnhzwE/0stLZ6qMxcwJ
Danlielo's Test: http://bit.ly/1yZEDyB
; fork
: https://github.com/bartaz/impress.js
: rewrite as propper tw plugin
https://groups.google.com/d/msg/tiddlywiki/CTWSvrjPGkM/5Sil_6uHJWkJ
<<<
''Danielo Rodríguez''
I want to build an HTML version of a tiddlywiki that I'm running under node, but I want to remove all the plugins that are not essential for the HTML single edition like the file system sync. How should I construct the rendertiddler command?
<<<
''Jeremy Ruston''
If you want to use the same wiki both to produce standalone HTML files and in the client-server configuration then you'll need to adopt the approach you see in the TW5 repo for the editions tw5.com and tw5.com-server.
In other words, store your content in a wiki folder whose tiddlywiki.info file just includes the plugins/themes you want when building a standalone wiki. Then create a new wiki folder for the client-server configuration. It's tiddlywiki.info file would include the plugins/themes you need for the client-server configuration, and use the "includeWikis" feature to include the content from the other standalone wiki.
; implements list iterator variables
: <<git5 issues/1330>>
* standalone "iterate" widget
* feature-set it begs for
* required refresh logic
* format to publish
As [[Jeremy points out|https://github.com/Jermolene/TiddlyWiki5/issues/886#issuecomment-56657902]], you should be able to include JSON within a triple quoted attribute:
```
<$text text="""{
"myJson":["one","two","three"]
}"""/>
```
!! Problems
; from
: http://stackoverflow.com/questions/3076414/ways-to-circumvent-the-same-origin-policy#comment9917457_3076449
!! JSONP Has Two Problems
# You are adding a script tag to the target domain
#* They can send anything back, even regular javascript (XSS attack).
#* So you really have to trust them not to do bad stuff or become hacked
# Any other webpage can add the same script-tag, and steal the data
#* so never ever use JSONP for private data
The problem is that proper authentication is impossible with JSONP.
* A user logs in on site A and then goes to site B, which loads data from A using a JSONP script tag.
** As is well and good.
* Then the user is tricked into visiting evil site C, which also uses a JSONP script tag to load data from A.
* So because the user is authenticated with A, the owner of C can now steal the users data from A.
* And that's even if the user used two factor authentication to authenticated with A.
* The problem is that JSONP is highly insecure.
* JSONP is not presentation, it's insecure data transfer.
* http://tw5topleft.tiddlyspot.com
* http://leftbar.tiddlyspot.com
* http://bc.classic.tiddlyspot.com
http://www.2ality.com/2011/06/javascript-equality.html
;<<git5 issues/1176>> !!!
:storing the output of a filter in a field
Turn [[DateFilter|http://datefilter.tiddlyspot.com/]] into [[LetFilter|http://letfilter.tiddlyspot.com]] ...to compare tiddlers and could also do basic math, etc.
!! extend with
* boolean
* integer
* real
!! accuracy
calculation accuracy for ''num'' as setting
!! calculations
* `let[100+=5*]`
* `let[100-=5*]`
* `let[10*=3]`
* `let[10*=2]`
* `let[100/=10]`
* `let[100/=10]`
* `let:*10:price:func=sum[]`
* `let:+1000:price:func=avg[]`
!! storing results
* `let:set=foo/bar[]`
!! max + 1
;set taskid
:https://groups.google.com/d/msg/tiddlywiki/vz491ej7EcA/5U36k7LstnsJ
;sum fields
:https://groups.google.com/forum/#!topic/tiddlywiki/bjludozbMqY
; PMario
: https://groups.google.com/d/msg/tiddlywiki/-02ownrGbN0/yHPjahazfc0J
; Extend link widget to link to a filtered list
: https://github.com/Jermolene/TiddlyWiki5/issues/192
https://groups.google.com/d/msg/tiddlywiki/xX7Sr3Pq9Jc/9kKK0Avc3D0J
see if I can use the ''$image'' widget to allow for `$(currentTiddler)$!!foo`
https://groups.google.com/d/msg/tiddlywiki/P6uex6k74Vs/JS0fGKlE9rEJ
Both of those lines work for me. There are a couple things to be careful of here.
```
<iframe src="file:///f:/reboot.txt" frameborder=0 width="100%" height="700"></iframe>`
```
```
<object width="100%" height="900" type="application/pdf" data="file:\\E:\binder.pdf #toolbar=0&navpanes=0&statusbar=0">
</object>
```
The following causes a small window to pop up which tells me that "You have chosen to open: daily.xls which is: Microsoft Office Excel 97-2003 from c:/backup." and asks if I want to open it with Microsoft Office Excel.
```
<a href="file:///c:/backup/daily.xls">View xls</a>
```
; sidebar search
: http://mockup-sidebar-search.tiddlyspot.com
: trying to bring advanced search and search results into a dynamical sidebar tab
; draggable
: http://draggable.tiddlyspot.com
: extending lists for drag-sorting
Import all of...
* [[$:/config/Toolbar/Text]]
* [[$:/themes/mptw/styles]]
* [[$:/core/ui/ViewTemplate/tagginglist]]
* [[$:/core/ui/ViewTemplate/taggingsublist]]
;explore
:with http://taggly5.tiddlyspot.com
;https://github.com/Jermolene/TiddlyWiki5/issues/1102
:reveal widget: allow popups to work with column-count layouts
https://groups.google.com/forum/#!searchin/tiddlywiki/namespace/tiddlywiki/VR5antL2jOQ/urlGby9R3EwJ
http://tiddlystuff.tiddlyspot.com "Newtiddler Widget"
; TiddlyWeb plugins required to run node.js server
: https://groups.google.com/d/msg/tiddlywiki/uycBwgEkDqQ/Gw1XkEAisnIJ
''Mario''
<<<
```
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem"
]
```
Those 2 plugins are needed, that the server can access the OS file system and knows about the TiddlyWeb API. If the plugins are not loaded, the mechanism fails silently. ... which is a problem.
In the future, there are plans to include those functions into the core, which will remove this problem. ... But there is no roadmap yet.
<<<
https://groups.google.com/d/msg/tiddlywiki/Zx9OJa_Wt30/8MmtNAVYXlgJ
; ConnectedText
: No android version
; ResophNotes
: syncing is unstable
; Evernote
: linking is awkward
; SimpleNote
: no linking at all
; TreePad
: linking is unwieldy
: the android app requires too many steps to sync
; Wiki On a Stick
: obsolete
: no android version
; Emacs
: an even steeper learning curve than TiddlyWiki
; NoteTab
: text editor
: wiki-linking works great
: no Android text editor that allows for wiki links
; tw setup
: https://groups.google.com/d/msg/tiddlywiki/2DmWNbPyO3Q/bTO4NUF_IP0J
* https://github.com/nickdesaulniers/What-Open-Source-Means-To-Me
; Scalar
: http://scalar.usc.edu/features/overview
My pull-requests for tw...
<<taggly>>
<$list filter="[tag[Pull]!sort[title]]" template="$:/.tb/template/tagged-timeline">
</$list>
[[flat list...|Pull]]
Put [[$:/TagManager]] out of sidebar tab into [[$:/ControlPanel]].
//The only price you have to pay is your patience.// — ''Stephan Hradeck''
; ~TiddlyWeb
: https://groups.google.com/d/msg/tiddlyweb/UcYrnvGwNUQ/UJRgSn4VjfYJ
; comparison by PMario
: https://groups.google.com/d/msg/tiddlywikidev/OKfSSrA_jRA/vX8qpSkXI0sJ
https://groups.google.com/d/msg/tiddlywiki/UF3KVwPjTbE/MXe-Jsla0gsJ
```
! Ingredients
* 1/2 pound unsalted butter
* 3/4 cup white sugar
* 3/4 cup brown sugar
! Instructions
# Preheat oven to 375°F.
# Bake until lightly browned, about 10 minutes.
```
Have every recipe tagged with Recipes to easily find them.
Here's an index showing all recipes in alphabetical order with a button to create a new one:
```
<$button message="tm-new-tiddler" param="$:/skeletons/recipe">Create New Recipe</$button>
<$list filter='[!is[system]tag[Recipes]]'>
<$link><$view field='title'/></$link><br/>
</$list>
```
Create a template tiddler with the title "$:/skeletons/recipe" as a starting point:
```
! Ingredients
* First Ingredient
! Instructions
# First instruction
```
; via taskgraph
: http://wkpr.de/hosting/tmp/tw5/taskgraph/#Adapter
; #14
: auto-generated views for tagging / references
: https://github.com/felixhayashi/tw-taskgraph/issues/14
https://groups.google.com/d/msg/tiddlywiki/_S327IWnjVA/UWjS20xxHzIJ
<<summaries>>
!!Check
;http://yeoman.io
:yo bower grunt — scaffold package build
:;yo tiddlywiki
::generator https://www.npmjs.com/package/generator-tiddlywiki
:;discussion
::https://github.com/Jermolene/TiddlyWiki5/issues/1149#issuecomment-66616634
;http://symfony.com
:reusable components, framework for php web projects
;Adobe ~PhoneGap
:https://phonegap.com
:;running on cordova
::http://cordova.apache.org
;Intel XDK
:https://software.intel.com/en-us/html5/tools
; Mario Pietsch — Intro
: https://groups.google.com/d/msg/tiddlywikidev/kykii6Y4fTs/IyA1dbiID14J
; discussion
: https://github.com/felixhayashi/TW5-TiddlyMap/issues/22#issuecomment-72741823
: Jeremy's blog
: https://jermolene.wordpress.com/2008/11/14/tabbedsinglepagemode-for-tiddlywiki
; reminder
: https://github.com/Jermolene/TiddlyWiki5/issues/1290#issuecomment-68461347
http://stackoverflow.com/questions/3076414/ways-to-circumvent-the-same-origin-policy
port ~SectionLinkPlugin to tw5
; TiddlyWiki Infrastructure — Mario Pietsch
: https://groups.google.com/d/msg/tiddlywikidev/kykii6Y4fTs/oqdWHYk0VB4J
* https://groups.google.com/forum/#!topic/tiddlywikidev/jRMg6UffJPw
* http://tiddlywiki.com/dev/#RootWidget%20and%20Rendering%20Startup
* http://tiddlywiki.com/dev/#StartupTimeline.png
* http://tiddlywiki.com/dev/#Startup%20Process
* http://tiddlywiki.com/dev/#Startup%20Modules.svg
maybe...
; thirdflow
: http://thediveo.github.io/ThirdFlow/
;fix headers
:https://groups.google.com/forum/#!folder/TiddlyWiki/tiddlywikidev/ZjSp380jByM
https://groups.google.com/d/msg/tiddlywiki/_GlMLv8ebsk/llkS_j0hUxoJ
;somewhat inconclusive instructions
:http://tiddlywiki.com/#TabsMacro
; export swarms
: https://groups.google.com/d/msg/tiddlywiki/m6qGAjukiQs/SFWZMqHoBPMJ
<br>
!! PMario
; terms recap
: https://groups.google.com/d/msg/tiddlywikidev/7avA60bauFc/wmiLG2G_qbAJ
; tiddler
: the fundamental unit of information in TiddlyWiki
; plugin
: a bundle of tiddlers packaged together as a single tiddler
: distribute optional, custom components
; swarm
: //"I have come to think of the mechanism that yields plugins as a more general concept of bundling tiddlers to be reused and repurposed for different usecases, like a bundle or a "swarm of tiddlers"... rushing from one place to another."// — Tobias Beer
;bag (TiddlyWeb)
: a container of uniquely named tiddlers
: can have rules for who can edit, delete or read the tiddlers in the bag
: rules are defined in a policy
: recipe (TiddlyWeb)
: an ordered list of bags and filters that generates a list of tiddlers
; tank ([[Tank]])
: a container for your content
: each individual piece of content is called a tiddler
: each tank has a name, an optional description and a policy which controls who can read or manipulate the tiddlers in the tank
; composition ([[Tank]])
: or "comp", combines two or more tanks to achieve an alternate presentation or tool for managing the content in the tanks
;~CouchDB Discussion
:https://groups.google.com/forum/#!topic/tiddlywikidev/TSwYsd0ZxFw
;<<git5 issues/238>> — fixed in 5.1.5
:JSON deserialiser doesn't import custom fields<blockquote>
The JSON deserialiser only imports the following fields: title, text, created, creator, modified, modifier, type, tags. It should import all fields, including custom ones.
The reason that it doesn't already import all fields is that the TW2 build process requires us to import tiddlers from TiddlySpace, but we don't want to consume all the TiddlySpace-related custom fields that come with each tiddler. So any fix for this issue will have to leave a way for the TW2 import process to continue to ignore custom fields from the JSON data pulled down from TiddlySpace.
<blockquote>
if someone imports tiddlers from a TW with a backend. What happens with the "server." fields?
</blockquote>
If they exported from the backend TW via JSON then only the core fields would be imported, and the server.* fields would be dropped. But the referenced thread is about syncing.
</blockquote>
;add taggly macro
:https://groups.google.com/d/msg/tiddlywiki/Q0gc-0NAVv4/FBSCCKofRLsJ
* [[The Concept of Tags and Tagging — Mat|https://groups.google.com/d/msg/tiddlywiki/iNVgY_NdVTQ/mteMgoqeXDUJ]]
** http://en.wikipedia.org/wiki/Tag_%28metadata%29
** http://en.support.wordpress.com/posts/categories-vs-tags
; discussion
: https://groups.google.com/d/msg/tiddlywikidev/wgGmDi4SSZI/Feeihld2qLoJ
;http://tiddlywiki.com/talkytalky
:a simple read-only theme for presentations and home pages
;discussion
:https://groups.google.com/d/msg/tiddlywiki/uKikznl1BxQ/VEoE2PYD7M0J <blockquote>
TalkyTalky uses the punch theme. You can use the toolbar buttons hovering them. Use the double chevron in the upper right corner to view sidebar. Going to the system tab you will see, two custom view-templates, `$:/_fullscreen-button` and `$:/_talkytalky-styles`. The tiddlers are listed in default tiddlers.
</blockquote>
;~PeerMore
:https://tank.peermore.com/tanks/tobibeer
;GitHub
:https://github.com/cdent/tank/issues
; authentication
: https://groups.google.com/d/msg/tiddlywiki/9StCkkvgDlI/ygBj1vQTdfEJ
Understanding the paradigm and its implications...
https://github.com/Jermolene/TiddlyWiki5/issues/1171#issuecomment-65002806
<<<
If we used a state field on the tiddler containing the toc then that tiddler would be modified each time a new tiddler was selected. If the tiddler containing the toc were a shadow tiddler, that would mean that the shadow value would be cloned, meaning that future upgrades wouldn't come through.
In a similar vein, an edition might want to provide a default for the selected tiddler; if we used a field then the edition would need to ship a copy of the entire tiddler containing the toc.
The question of determining the "tiddler containing the toc" is actually quite tricky. The toc might be invoked from a shared global macro; then perhaps we'd want to identify the tiddler containing that macro, not the one containing the toc.
<<<
To get a JSON representation of a tiddler you should call `wiki.getTiddlerAsJson(title)`.
The reason is that the tiddler object supports fields of types other than strings. The modified and created fields are JavaScript Date() objects, and the list and tags fields are arrays of strings. So, if you convert the tiddler object directly to JSON you'll end up with those data types used for the fields.
;Danielo Rodríguez
:https://groups.google.com/forum/#!topic/tiddlywiki/qWZfMW9jWw4
:http://danielo515.github.io/TW5-CommunityDocumentation
:https://drive.google.com/folderview?id=0B-USg0ow4LCZREVYcjJpYzhOcFU
; TW5 and TiddlySpace / TiddlyWeb
: https://github.com/Jermolene/TiddlyWiki5/issues/1194
; TW5 & TiddlyWeb — instructions by Chris
: https://groups.google.com/d/msg/tiddlyweb/UcYrnvGwNUQ/UJRgSn4VjfYJ
; TiddlyWeb plugins required to run node.js server
: https://groups.google.com/d/msg/tiddlywiki/uycBwgEkDqQ/Gw1XkEAisnIJ
;structure
:https://github.com/Jermolene/TiddlyWiki5/issues/823
https://rawgit.com/erwanm/tw-aggregator/master/tw-aggregator.html
;suggest improvements
:https://groups.google.com/forum/#!searchin/tiddlywiki/aggregator/tiddlywiki/qGk3aH731Pc/bcs8sNmkJbkJ
<a href="https://groups.google.com/forum/#!topic/tiddlywiki/Yv7kdCbWtNo"><img src="https://lh5.googleusercontent.com/-ISmiQHrFj9E/VH1zyGerj3I/AAAAAAAABqk/boH6sysrvo8/s1600/timelog.gif" title="ui design"/></a>
http://tb5.tiddlyspot.com
http://tw5topleft.tiddlyspot.com/
https://groups.google.com/d/msg/tiddlywiki/3wNCle0iBFg/MxEdItwTSlMJ
It is still possible to transclude the original shadow direct from the $:/core plugin:
```
<$transclude tiddler="$:/core" subtiddler="$:/core/ui/ViewTemplate/subtitle"/>
```
* https://github.com/Jermolene/TiddlyWiki5/issues/1200#issuecomment-65844250
* https://github.com/Jermolene/TiddlyWiki5/issues/690#issuecomment-49288969
* https://github.com/Jermolene/TiddlyWiki5/search?utf8=%E2%9C%93&q=triple
* http://tiddlywiki.com/#HTML%20in%20WikiText
* http://tiddlywiki.com/#Widgets%20in%20WikiText
* http://tiddlywiki.com/#Macros%20in%20WikiText
https://github.com/Jermolene/TiddlyWiki5/pull/673#issuecomment-53252902
;a compilation of multiple public tiddlywikis from different authors
:https://rawgit.com/erwanm/tw-aggregator/master/tw-aggregator.html
;discussion
:https://groups.google.com/forum/#!topic/tiddlywiki/qGk3aH731Pc
* http://tiddlywiki.com
* http://inmysocks.tiddlyspot.com/
* http://wkpr.de/hosting/tmp/tw5/taskgraph/
* http://larigot.avarts.ionio.gr/users/iani/wikis/tw5square.html
* http://tiddlystuff.tiddlyspot.com/
* http://tw5magick.tiddlyspot.com/
* http://www.giffmex.org/tw5mall.htm
* http://dl.dropboxusercontent.com/u/118970/wiki/tw5tribalknowledge.html
* https://drive.google.com/open?id=0Bydfk9tNRJHBc3FvclFBMzRreTQ&authuser=0
* http://eucaly-tw5.tiddlyspot.com/
* http://tiddlyclip.tiddlyspot.com/
* http://tw5.scholars.tiddlyspot.com/
* http://wills.tiddlyspot.com/
* http://mathjax-tw5.kantorsite.net/
* http://welford.github.io/
* http://bjtools.tiddlyspot.com/
* http://braintest.tiddlyspot.com/
* http://tb5.tiddlyspot.com
* http://cjhunt.github.io/
* http://tongerner.tiddlyspot.com/
* http://septembertw.tiddlyspot.com/
* http://style.tiddlyspot.com/
;intent
:https://dev.twitter.com/web/tweet-button/web-intent
:don't use standard twitter button!
;idea
:https://github.com/Jermolene/TiddlyWiki5/issues/1282#issuecomment-68154786
;example
:https://docs.c9.io
;plugin variants, esp. with libraries
:https://groups.google.com/d/msg/tiddlywiki/44bjXU6LAMs/BsVZOixnWLwJ
;`[all[tiddlers+shadows]has[module-type]!prefix[$:/core/]sort[title]]`
:all plugin modules
;`[all[shadows]has[module-type]!prefix[$:/core/]sort[title]]`
:all plugin modules in shadows
* [[from Birthe|https://groups.google.com/d/msg/tiddlywiki/utsLmgHZAhM/KzxqKA9t_sUJ]]:
** https://groups.google.com/forum/#!msg/tiddlywiki/2Ph1RGBrbIo/2nSNcUDyzx4J
* https://groups.google.com/forum/#!searchin/tiddlywiki/fontawesome/tiddlywiki/EUyVLjVc85w/9Z2hoPVNl2IJ
http://fontawesome.tiddlyspot.com
https://github.com/Jermolene/TiddlyWiki5/pull/874
https://github.com/emkayonline/tw5visjs
!! Examples
; http://didaxy.net
: using punch theme
: https://groups.google.com/d/msg/tiddlywiki/8GmRBO4AsC8/-IwVtYGgPssJ
; compare
: http://www.wikimatrix.org
; discussion
: https://groups.google.com/d/msg/tiddlywiki/GBil6JtM0Vo/x5soT-nDOvEJ
; TiddlyWeb
: http://cdent.tumblr.com/post/47954625/wsgi-down-your-pipe
;Jed Carty
:https://groups.google.com/d/msg/tiddlywiki/hWG4_PNWxLk/x2NmyA0MQnwJ
;Astrid Elocson
:https://groups.google.com/d/msg/tiddlywiki/5FugIFRgYLs/d6QEmHPjfF4J
:http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html#%24%3A%2F.rich%2Fmacros%2Fyoutube-embed.js
;Jeremy Ruston
:https://groups.google.com/d/msg/tiddlywikidev/gwpVVYgQDqo/Ht-PGtEuvTUJ
;tiddlywiki.com
:http://tiddlywiki.com/#Formatting%20text%20in%20TiddlyWiki
\define lingo-base() $:/language/Search/
<<lingo Filter/Hint>>
{{$:/plugins/danielo/encryptTiddler/language/batch}}
<$linkcatcher to="$:/temp/encrypt/filter">
<div class="tc-search tc-advanced-search">
<$edit-text tiddler="$:/temp/encrypt/filter" type="search" tag="input" default="" placeholder="filter tiddlers"/>
<$button popup=<<qualify "$:/state/filterDropdown">> class="tc-btn-invisible">
{{$:/core/images/down-arrow}}
</$button>
<$reveal state="$:/temp/encrypt/filter" type="nomatch" text="">
<$button class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/encrypt/filter" $field="text" $value=""/>
{{$:/core/images/close-button}}
</$button>
<$edit-text tag="input" tiddler="$:/temp/password" placeholder="password" type="password" default="" col="4"/><$encryptTiddler passwordTiddler="$:/temp/password" filter={{$:/temp/encrypt/filter}}>
<$button message="tw-encrypt-tiddler">
Encrypt
</$button>
<$button message="tw-decrypt-tiddler">
Decrypt
</$button>
</$encryptTiddler>
</$reveal>
</div>
<div class="tc-block-dropdown-wrapper">
<$reveal state=<<qualify "$:/state/filterDropdown">> type="nomatch" text="" default="">
<div class="tc-block-dropdown tc-edit-type-dropdown">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Filter]!sort[]] -[[$:/core/Filters/SystemTags]] -[[$:/core/Filters/AllTags]]"><$link to={{!!filter}}><$transclude field="description"/></$link>
</$list>
</div>
</$reveal>
</div>
</$linkcatcher>
<$reveal state="$:/temp/encrypt/filter" type="nomatch" text="">
<$set name="resultCount" value="""<$count filter={{$:/temp/encrypt/filter}}/>""">
<div class="tc-search-results">
<<lingo Filter/Matches>>
<$list filter={{$:/temp/encrypt/filter}} template="$:/plugins/danielo/encryptTiddler/ui/listItemTemplate"/>
</div>
</$set>
</$reveal>
\define lingo-base() $:/language/Search/
<<lingo Filter/Hint>>
<$linkcatcher to="$:/temp/encrypt/filter">
<div class="tc-search tc-advanced-search">
<$edit-text tiddler="$:/temp/encrypt/filter" type="search" tag="input" default="" placeholder="filter tiddlers"/>
<$button popup=<<qualify "$:/state/filterDropdown">> class="tc-btn-invisible">
{{$:/core/images/down-arrow}}
</$button>
<$reveal state="$:/temp/encrypt/filter" type="nomatch" text="">
<$button class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/encrypt/filter" $field="text" $value=""/>
{{$:/core/images/close-button}}
</$button>
<$transclude tiddler="$:/plugins/danielo/encryptTiddler/crypt-batch-button"/>
</$reveal>
</div>
<div class="tc-block-dropdown-wrapper">
<$reveal state=<<qualify "$:/state/filterDropdown">> type="nomatch" text="" default="">
<div class="tc-block-dropdown tc-edit-type-dropdown">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Filter]]"><$link to={{!!filter}}><$transclude field="description"/></$link>
</$list>
</div>
</$reveal>
</div>
</$linkcatcher>
<$reveal state="$:/temp/encrypt/filter" type="nomatch" text="">
<$set name="resultCount" value="""<$count filter={{$:/temp/encrypt/filter}}/>""">
<div class="tc-search-results">
<<lingo Filter/Matches>>
<$list filter={{$:/temp/encrypt/filter}} template="$:/core/ui/ListItemTemplate"/>
</div>
</$set>
</$reveal>
One of the new features of 2.1 version is the ability to encrypt several tiddlers at once. To do so go to tiddlywiki's control panel and under //Encrypt Tiddlers// tab select the tab "Batch Encryption". Each tiddler will be encrypted individually.
<$button>
<$action-setfield $tiddler="$:/state/tab-1749438307" $field="text" $value="$:/plugins/danielo/encryptTiddler/control-panel"/>
<$action-navigate $to="$:/ControlPanel"/>
Go to Control Panel "Batch Encryption" tab
</$button>
{{$:/plugins/danielo/encryptTiddler/Changelog}}
!! V2.1
* Added control panel.
* Added ability to batch encrypt and decrypt tiddlers.
* Added some documentation an language strings.
{{$:/plugins/danielo/encryptTiddler/Encrypt-Tiddler}}
Just drag and drop the following ling to your tiddlywiki:
[[$:/plugins/danielo/encryptTiddler]]
This is not an encrypted tiddler
!This is an encrypted Tiddler
Which of the current tags is itself tagged [[Developer]]?
`<<list-links filter:"[all[current]tags[]tag[Developer]]">>`
> <<list-links filter:"[all[current]tags[]tag[Developer]]">>
Which of the current tags has a field `url`?
`<<list-links filter:"[all[current]tags[]has[url]]">>`
> <<list-links filter:"[all[current]tags[]has[url]]">>
<$list filter="[all[current]tagging[]tagging[]sort[title]]" variable="item">
<$tiddler tiddler=<<item>>>
<h3><$link><$view field=title/></$link></h3>
</$tiddler>
<blockquote><b><<currentTiddler>>:</b>
<$list filter="[<item>tags[]] +[tag<currentTiddler>]">
<$link><$view field=title/></$link>
</$list>
</blockquote>
</$list>
From <$link to=<<currentTidler>>><$view field=title/></$link>...
<div style="background:#f6f6f6;padding:10px">
{{!!text}}
</div>
; based on...
: https://groups.google.com/d/msg/tiddlywiki/1eVLcslhmLM/23qcvi8I2Z4J
; test: an example journal (click edit)
: [[7th January 2015]] {{7th January 2015||$:/core/ui/Buttons/edit}}
; field visibility and available values stored in `value` fields
: [[$:/config/EditTemplateFields/Visibility/exercise]]
: [[$:/config/EditTemplateFields/Visibility/meditation]]
; the code — a conditional edit template
: <<source "$:/.tb/ui/EditTemplate/drop-fields">>
The following implements a [[Conditional ViewTemplate Section|http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section]]:
; [[$:/.tb/ui/ViewTemplate/filter]]
: for all tiddlers that have a field `filter`
: outputs that field value in a code block above the tiddler body
@@color:#999;//see below for the code//@@
{{$:/.tb/template/fields-core}}
Rendered via...
<pre><$view tiddler="$:/.tb/template/fields-core"/></pre>
{{$:/.tb/template/fields-non-standard}}
Rendered via <<source "$:/.tb/template/fields-non-standard">>
{{||$:/.tb/template/fields-custom-current}}
Rendered via template <<source "$:/.tb/template/fields-custom-current">>
Depending on what you chose at the first select, the below example dynamcally retrieves the secondary options from the fields of the current tiddler. It uses the set widget to store the primary selection in a variable thus accessible to the get filter in the secondary select. A nested list then loops the options retrieved via the outer list filter.
```
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[all[current]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
```
<<<
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[all[current]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
<<<
The below example gets the secondary options from corresponding fields of the the system tiddler [[$:/.tb/dummy]].
```
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[[$:/.tb/dummy]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
```
<<<
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[[$:/.tb/dummy]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
<<<
\define secondary() $:/.tb/dummy/$(primary)$
The below example gets the secondary options from tiddlers whose name correspond to the selected primary option, e.g. [[$:/.tb/dummy/2]].
```
\define secondary() $:/dummy/$(primary)$
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field="secondary">
<$list filter="[<secondary>get[text]]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
```
<<<
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field="secondary">
<$list filter="[<secondary>get[text]]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
<<<
The ''draft.of'' field indicates that this tiddler is a a draft of a tiddler currently being edited.
In the below example, all available types are iterated and assigned to a listvariable called type from which radio buttons are rendered:
```
<$list filter="[each[type]get[type]]" variable="type">
<$radio field="type" value=<<type>>> ''<<type>>'' </$radio><br>
</$list>
```
<<<
<$list filter="[each[type]get[type]]" variable="type">
<$radio field="type" value=<<type>>> ''<<type>>'' </$radio><br>
</$list>
<<<
''Note:'' Hitting that radio button will actually change this tiddler's type. ;-)
<$list filter="[all[current]tagging[]]">
</$list>
; list
: {{!!list}}
; reverse
: {{!!reverse}}
\define starts-with() ^$(currentTiddler)$
The following example uses a ''starts-with'' macro concatenating a regular expression string into a variable then used in a filter to match field-values starting with the current tiddlers title...
```
\define starts-with() ^$(currentTiddler)$
<$set name=regexp value=<<starts-with>>>
<$list filter="[regexp:my-field<regexp>]" mode=block/>
</$set>
; proof
: <code>{{!!my-field}}</code>
```
<<<
<$set name=regexp value=<<starts-with>>>
<$list filter="[regexp:my-field<regexp>]" mode=block/>
</$set>
; proof
: <code>{{!!my-field}}</code>
<<<
The following wiki markup examples use filters to list implemented fields types and related information...
<<tabs "[[standard fields]] [[core fields]] [[custom fields]] [[fields of current tiddler]] [[custom fields of current tiddler]]" default:"standard" "$:/state/tabs-fields">>
{{||$:/core/ui/TiddlerFields}}
rendered via <<source "$:/core/ui/TiddlerFields">>
!!Definition List
An [[example from Stephan Hradek|https://groups.google.com/d/msg/tiddlywiki/0EKGTWfzm6E/58WMaUeZ5NwJ]] to render the above using a definition list...
<$macrocall $name="`" text="""<dl>
<$list filter="[is[current]fields[]sort[title]] -[[text]]" variable="fieldname">
<dt><$text text=<<fieldname>>/></dt>
<dd><$view field=<<fieldname>>/></dd>
</$list>
</dl>"""/>
This wiki gives examples for various [[filters|Filters]] and their use in the [[list widget|ListWidget]]. A good starting point to understand what filters yield which results also is [[test-filters.js|https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/test/tiddlers/tests/test-filters.js]].
<div class="overview-link">
[[Grouped By FilterOperator »|FilterOperator]]
</div>
<dl class="overview">
<<list-search
"[[Filters]tagging[]!sort[modified]]"
"search"
"$:/temp/list-search-list-examples"
"$:/.tb/template/list-examples"
placeholder:"Filter all examples..." >>
</dl>
\define sorted() $(filter)$sort[]]
In the below example, a selected filter is written to a field, then a variable constructs the desired filter by appending a default sort parameter...
<<source "$:/.tb/examples/from-field">>
''Renders as:''
{{||$:/.tb/examples/from-field}}
http://tiddlywiki.com/#FilterOperators
<div style="float:right;font-size:1.2em;">
[[« All Examples|Filter Examples]]
</div>
<div class="by-operator overview">
<<list-search
"[all[current]tagging[]sort[title]]"
"search"
"$:/temp/list-search-list-by-operator"
"$:/.tb/template/list-by-operator"
placeholder:"Filter by operator name..." >>
</div>
<div class="static pretty">
<iframe src="http://tiddlywiki.com/static/Filters" style="height:560px;" scrolling="yes;"/>
</div>
@@.align-top
@@.no-border
|<<list-search [all[current]tagging[]] search list-search-filters placeholder:"Filter examples...">> |<<list-search [[FilterOperator]tagging[]] search list-search-filter-operators placeholder:"Filter operators...">> |
@@
\define drop-values() $:/config/EditTemplateFields/Visibility/$(field)$
In the below example, the output of the macro `drop-values` is used as a variable to construct a reference to the following tiddler...
; [[$:/config/EditTemplateFields/Visibility/exercise]]
: sets the gobal visibility of the field `exercise` to hidden
: also defines `values` to be used for the select box in a `values` field
Subsequently, its field `values` is extracted using the [[get]] FilterOperator. Another nested list then uses the thus retrieved values to evaluate them as a filter expression...
```
\define drop-values() $:/config/EditTemplateFields/Visibility/$(field)$
<$set name=field value=exercise>
<$select field=<<field>>>
<$list filter="[<drop-values>get[values]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
</$select>
</$set>
```
Renders as...
<<<
<$set name=field value=exercise>
<$select field=<<field>>>
<$list filter="[<drop-values>get[values]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
</$select>
</$set>
<<<
''proof''
```
{{!!exercise}}
```
<<<
{{!!exercise}}
<<<
For the full example, see [[Conditional EditTemplate Fields]]...
''iterate standard `list` field of ExampleTiddler''
```
<$list filter="[list[ExampleTiddler]]">
<<currentTiddler>><br>
</$list>
```
<<<
<$list filter="[list[ExampleTiddler]]">
<<currentTiddler>><br>
</$list>
<<<
''proof''
```
{{ExampleTiddler!!list}}
```
<<<
{{ExampleTiddler!!list}}
<<<
''iterate list field called `reverse` of ExampleTiddler''
```
<$list filter="[list[ExampleTiddler!!reverse]]">
<<currentTiddler>><br>
</$list>
```
<<<
<$list filter="[list[ExampleTiddler!!reverse]]">
<<currentTiddler>><br>
</$list>
<<<
''proof''
```
{{ExampleTiddler!!reverse}}
```
<<<
{{ExampleTiddler!!reverse}}
<<<
Below, the outer list gathers all items, e.g. publications, tagging to any tiddler tagged [[Author]] sorted by title. The inner list then loops all [[Author]] associated with a publication.
Example <<source Author>>
`{{Author}}`
> {{Author}}
''lists all tiddlers where `foo` is listed in the standard `list` field''
```
<$list filter="[[foo]listed[]]">
<<currentTiddler>><br>
</$list>
```
<<<
<$list filter="[[foo]listed[]]">
<<currentTiddler>><br>
</$list>
<<<
''proof''
```
{{ExampleTiddler!!list}}
```
<<<
{{ExampleTiddler!!list}}
<<<
''lists all tiddlers where `bar` is listed in a field called `reverse`''
```
<$list filter="[[bar]reverse[]]">
<<currentTiddler>><br>
</$list>
```
<<<
<$list filter="[[bar]listed[reverse]]">
<<currentTiddler>><br>
</$list>
<<<
''proof''
```
{{ExampleTiddler!!reverse}}
```
<<<
{{ExampleTiddler!!reverse}}
<<<
<<static ListWidget 800px yes>>
```
<<list-links filter:"[is[shadow]]">>
```
> <<list-links filter:"[is[shadow]]">>
A solution to simplify renaming a tag and tagging tiddlers posted by [[Alberto Molina|https://groups.google.com/d/msg/tiddlywiki/OCntQ79DuwM/_vYCTYRXfaUJ]].
<table class="no-border">
<tr>
<td colspan=2>
''Step 1:'' First, enter __old__ tag to the left, e.g. GettingStarted<br><br>
</td>
</tr>
<tr>
<td>''Step 3:'' <$edit-text tiddler="$:/temp/RenameTags/search" tag="input" type="text" default="" placeholder="old tag to be removed"/></td>
<td>''Step 2:'' <$edit-text tiddler="$:/temp/RenameTags/replace" tag="input" type="text" default="" placeholder="enter, then apply new tag"/></td>
</tr>
<tr>
<td style="vertical-align:top;width:50%;">
<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/search}}> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox><br>
</$list>
</td>
<td style="vertical-align:top;width:50%;">
<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}!tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/replace}}><$link to={{!!title}}><$view field="title"/></$link></$checkbox><br>
</$list>
</td>
</tr>
</table>
You can use this in your wiki simply by dragging [[this link|Search And Replace Tag]] over.
```
<$select field='foo'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
''foo:'' {{!!foo}}
```
<<<
<$select field='foo'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
''foo:'' {{!!foo}}
<<<
The following iterates over all indexes found in the data tiddler [[$:/data/core/widgets]] and outputs it into a select widget as demonstrated in [[Widgets]]...
```
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>>>
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>
[[$:/temp/widget-browser]] => {{$:/temp/widget-browser}}
```
<<<
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>>>
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>
[[$:/temp/widget-browser]] => {{$:/temp/widget-browser}}
<<<
{{$:/.tb/template/fields-standard}}
Rendered via...
<pre><$view tiddler="$:/.tb/template/fields-standard"/></pre>
''lists all tiddlers tagged FilterOperator''
```
<$list filter="[tag[FilterOperator]]"/>
```
<<<
<$list filter="[tag[FilterOperator]]"/>
<<<
''output at tiddler [[Examples]]:''
<pre><$view tiddler=Examples field=text format=text/></pre>
<<<
{{Examples}}
<<<
For more examples, see [[Filters]] or FilterOperator.
''output at tiddler [[TextReference]]:''
{{TextReference}}
''output at tiddler [[Variable]]:''
{{Variable}}
The above takes the value stored in the variable `<<currentTiddler>>` and uses it to specify the operand for the [[tag]] FilterOperator.
```
<$list filter="[tag{!!title}]"/>
```
<<<
<$list filter="[tag{!!title}]"/>
<<<
In the example below, all tiddlers listed in [[$:/config/Hide/TagButtons]] will be removed from the filter and thus excluded from the tags, e.g...
```
excluded: <code>{{$:/config/Hide/TagsButtons}}</code>
<<list-links filter:"[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]">>
```
<<<
excluded: <code>{{$:/config/Hide/TagButtons}}</code>
<<list-links filter:"[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]">>
<<<
If you add the following text at [[$:/core/ui/ViewTemplate/tags]], the tags listed in [[$:/config/Hide/TagButtons]] will be excluded for all tiddlers...
```
<div class="tc-tags-wrapper">
<$list filter="[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]"
template="$:/core/ui/TagTemplate"
storyview="pop"/>
</div>
```
```
<<list-links filter:"[has[type]each[type]sort[type]]">>
```
> <<list-links filter:"[has[type]each[type]sort[type]]">>
```
<$list filter="[tag<currentTiddler>]"/>
```
<<<
<$list filter="[tag<currentTiddler>]"/>
<<<
When current tag has a tag itself tagged [[Developer]], show developer information...
```
<$list filter="[all[current]tags[]tag[Developer]limit[1]]" variable=none>
<h2>Developer</h2>
<$list filter="[all[current]tags[]tag[Developer]]">
<dl>
<dt><$link><$view field=title/></$link></dt>
<dd>{{!!url}}</dd>
</dl>
</$list>
</$list>
```
<$list filter="[all[current]tags[]tag[Developer]limit[1]]" variable=none>
<h2>Developer</h2>
<$list filter="[all[current]tags[]tag[Developer]]">
<dl>
<dt><$link><$view field=title/></$link></dt>
<dd>{{!!url}}</dd>
</dl>
</$list>
</$list>
{{ConditionalViewTemplate}}
!! Live Example
''list when current tiddler has field `foo`''
```
<$list filter="[all[current]has[foo]]">
has foo
</$list>
```
<<<
<$list filter="[all[current]has[foo]]">
has foo
</$list>
<<<
''proof''
```
{{!!foo}}
```
<<<
{{!!foo}}
<<<
The below only renders something when the current tiddler is titled ''foo'', as set by the tiddler widget for demonstration purposes.
```
<$tiddler tiddler="foo">
<$list filter="[[foo]is[current]]">
This is shown.
</$list>
</$tiddler>
<$list filter="[[foo]is[current]]">
This is NOT shown!
</$list>
```
<<<
<$tiddler tiddler="foo">
<$list filter="[[foo]is[current]]">
This is shown.
</$list>
</$tiddler>
<$list filter="[[foo]is[current]]">
This is NOT shown!
</$list>
<<<
This can be used in a conditional template.
<<<
{{ConditionalViewTemplate}}
<<<
!! Example
''list when current tiddler is tagged [[Filters]]''
```
<$list filter="[all[current]tag[Filters]]">
yes, this one is tagged [[Filters]]
</$list>
```
<<<
<$list filter="[all[current]tag[Filters]]">
yes, this one is tagged [[Filters]]
</$list>
<<<
\define getValue(data,index) <$view tiddler="$(data)$" index="$(currentTiddler)$" format="text"/>
\define iframe(tiddler)
<$macrocall $name="static" tiddler={{$:/data/core/widgets##$tiddler$}} height="600px" scrolling="yes"/>
\end
Select a widget:
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>> >
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>
Documentation on ~TiddlyWiki.com...
<$macrocall $name="iframe" tiddler={{$:/temp/widget-browser}}/>
<br>
!!Components
;data
:[[$:/data/core/widgets]]
;state
:<<source [[$:/temp/widget-browser]]>>
;source
:<<source "Widget Browser">>
Which of the current tags is itself tagged [[Developer]]?
`<<list-links filter:"[all[current]tags[]tag[Developer]]">>`
> <<list-links filter:"[all[current]tags[]tag[Developer]]">>
Which of the current tags has a field `url`?
`<<list-links filter:"[all[current]tags[]has[url]]">>`
> <<list-links filter:"[all[current]tags[]has[url]]">>
<$list filter="[all[current]tagging[]tagging[]sort[title]]" variable="item">
<$tiddler tiddler=<<item>>>
<h3><$link><$view field=title/></$link></h3>
</$tiddler>
<blockquote><b><<currentTiddler>>:</b>
<$list filter="[<item>tags[]] +[tag<currentTiddler>]">
<$link><$view field=title/></$link>
</$list>
</blockquote>
</$list>
From <$link to=<<currentTidler>>><$view field=title/></$link>...
<div style="background:#f6f6f6;padding:10px">
{{!!text}}
</div>
; based on...
: https://groups.google.com/d/msg/tiddlywiki/1eVLcslhmLM/23qcvi8I2Z4J
; test: an example journal (click edit)
: [[7th January 2015]] {{7th January 2015||$:/core/ui/Buttons/edit}}
; field visibility and available values stored in `value` fields
: [[$:/config/EditTemplateFields/Visibility/exercise]]
: [[$:/config/EditTemplateFields/Visibility/meditation]]
; the code — a conditional edit template
: <<source "$:/.tb/ui/EditTemplate/drop-fields">>
The following implements a [[Conditional ViewTemplate Section|http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section]]:
; [[$:/.tb/ui/ViewTemplate/filter]]
: for all tiddlers that have a field `filter`
: outputs that field value in a code block above the tiddler body
@@color:#999;//see below for the code//@@
{{$:/.tb/template/fields-core}}
Rendered via...
<pre><$view tiddler="$:/.tb/template/fields-core"/></pre>
{{$:/.tb/template/fields-non-standard}}
Rendered via <<source "$:/.tb/template/fields-non-standard">>
{{||$:/.tb/template/fields-custom-current}}
Rendered via template <<source "$:/.tb/template/fields-custom-current">>
Depending on what you chose at the first select, the below example dynamcally retrieves the secondary options from the fields of the current tiddler. It uses the set widget to store the primary selection in a variable thus accessible to the get filter in the secondary select. A nested list then loops the options retrieved via the outer list filter.
```
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[all[current]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
```
<<<
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[all[current]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
<<<
The below example gets the secondary options from corresponding fields of the the system tiddler [[$:/.tb/dummy]].
```
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[[$:/.tb/dummy]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
```
<<<
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[[$:/.tb/dummy]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
<<<
\define secondary() $:/.tb/dummy/$(primary)$
The below example gets the secondary options from tiddlers whose name correspond to the selected primary option, e.g. [[$:/.tb/dummy/2]].
```
\define secondary() $:/dummy/$(primary)$
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field="secondary">
<$list filter="[<secondary>get[text]]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
```
<<<
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name="primary" value={{!!primary}}>
<$select field="secondary">
<$list filter="[<secondary>get[text]]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>
''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
<<<
The ''draft.of'' field indicates that this tiddler is a a draft of a tiddler currently being edited.
In the below example, all available types are iterated and assigned to a listvariable called type from which radio buttons are rendered:
```
<$list filter="[each[type]get[type]]" variable="type">
<$radio field="type" value=<<type>>> ''<<type>>'' </$radio><br>
</$list>
```
<<<
<$list filter="[each[type]get[type]]" variable="type">
<$radio field="type" value=<<type>>> ''<<type>>'' </$radio><br>
</$list>
<<<
''Note:'' Hitting that radio button will actually change this tiddler's type. ;-)
<$list filter="[all[current]tagging[]]">
</$list>
; list
: {{!!list}}
; reverse
: {{!!reverse}}
\define starts-with() ^$(currentTiddler)$
The following example uses a ''starts-with'' macro concatenating a regular expression string into a variable then used in a filter to match field-values starting with the current tiddlers title...
```
\define starts-with() ^$(currentTiddler)$
<$set name=regexp value=<<starts-with>>>
<$list filter="[regexp:my-field<regexp>]" mode=block/>
</$set>
; proof
: <code>{{!!my-field}}</code>
```
<<<
<$set name=regexp value=<<starts-with>>>
<$list filter="[regexp:my-field<regexp>]" mode=block/>
</$set>
; proof
: <code>{{!!my-field}}</code>
<<<
The following wiki markup examples use filters to list implemented fields types and related information...
<<tabs "[[standard fields]] [[core fields]] [[custom fields]] [[fields of current tiddler]] [[custom fields of current tiddler]]" default:"standard" "$:/state/tabs-fields">>
{{||$:/core/ui/TiddlerFields}}
rendered via <<source "$:/core/ui/TiddlerFields">>
This wiki gives examples for various [[filters|Filters]] and their use in the [[list widget|ListWidget]]. A good starting point to understand what filters yield which results also is [[test-filters.js|https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/test/tiddlers/tests/test-filters.js]].
<div class="overview-link">
[[Grouped By FilterOperator »|FilterOperator]]
</div>
<dl class="overview">
<<list-search
"[[Filters]tagging[]!sort[modified]]"
"search"
"$:/temp/list-search-list-examples"
"$:/.tb/template/list-examples"
placeholder:"Filter all examples..." >>
</dl>
\define sorted() $(filter)$sort[]]
In the below example, a selected filter is written to a field, then a variable constructs the desired filter by appending a default sort parameter...
<<source "$:/.tb/examples/from-field">>
''Renders as:''
{{||$:/.tb/examples/from-field}}
http://tiddlywiki.com/#FilterOperators
<div style="float:right;font-size:1.2em;">
[[« All Examples|Filter Examples]]
</div>
<div class="by-operator overview">
<<list-search
"[all[current]tagging[]sort[title]]"
"search"
"$:/temp/list-search-list-by-operator"
"$:/.tb/template/list-by-operator"
placeholder:"Filter by operator name..." >>
</div>
<div class="static pretty">
<iframe src="http://tiddlywiki.com/static/Filters" style="height:560px;" scrolling="yes;"/>
</div>
@@.align-top
@@.no-border
|<<list-search [all[current]tagging[]] search list-search-filters placeholder:"Filter examples...">> |<<list-search [[FilterOperator]tagging[]] search list-search-filter-operators placeholder:"Filter operators...">> |
@@
\define drop-values() $:/config/EditTemplateFields/Visibility/$(field)$
In the below example, the output of the macro `drop-values` is used as a variable to construct a reference to the following tiddler...
; [[$:/config/EditTemplateFields/Visibility/exercise]]
: sets the gobal visibility of the field `exercise` to hidden
: also defines `values` to be used for the select box in a `values` field
Subsequently, its field `values` is extracted using the [[get]] FilterOperator. Another nested list then uses the thus retrieved values to evaluate them as a filter expression...
```
\define drop-values() $:/config/EditTemplateFields/Visibility/$(field)$
<$set name=field value=exercise>
<$select field=<<field>>>
<$list filter="[<drop-values>get[values]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
</$select>
</$set>
```
Renders as...
<<<
<$set name=field value=exercise>
<$select field=<<field>>>
<$list filter="[<drop-values>get[values]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
</$select>
</$set>
<<<
''proof''
```
{{!!exercise}}
```
<<<
{{!!exercise}}
<<<
For the full example, see [[Conditional EditTemplate Fields]]...
''iterate standard `list` field of ExampleTiddler''
```
<$list filter="[list[ExampleTiddler]]">
<<currentTiddler>><br>
</$list>
```
<<<
<$list filter="[list[ExampleTiddler]]">
<<currentTiddler>><br>
</$list>
<<<
''proof''
```
{{ExampleTiddler!!list}}
```
<<<
{{ExampleTiddler!!list}}
<<<
''iterate list field called `reverse` of ExampleTiddler''
```
<$list filter="[list[ExampleTiddler!!reverse]]">
<<currentTiddler>><br>
</$list>
```
<<<
<$list filter="[list[ExampleTiddler!!reverse]]">
<<currentTiddler>><br>
</$list>
<<<
''proof''
```
{{ExampleTiddler!!reverse}}
```
<<<
{{ExampleTiddler!!reverse}}
<<<
Below, the outer list gathers all items, e.g. publications, tagging to any tiddler tagged [[Author]] sorted by title. The inner list then loops all [[Author]] associated with a publication.
Example <<source Author>>
`{{Author}}`
> {{Author}}
''lists all tiddlers where `foo` is listed in the standard `list` field''
```
<$list filter="[[foo]listed[]]">
<<currentTiddler>><br>
</$list>
```
<<<
<$list filter="[[foo]listed[]]">
<<currentTiddler>><br>
</$list>
<<<
''proof''
```
{{ExampleTiddler!!list}}
```
<<<
{{ExampleTiddler!!list}}
<<<
''lists all tiddlers where `bar` is listed in a field called `reverse`''
```
<$list filter="[[bar]reverse[]]">
<<currentTiddler>><br>
</$list>
```
<<<
<$list filter="[[bar]listed[reverse]]">
<<currentTiddler>><br>
</$list>
<<<
''proof''
```
{{ExampleTiddler!!reverse}}
```
<<<
{{ExampleTiddler!!reverse}}
<<<
<<static ListWidget 800px yes>>
```
<<list-links filter:"[is[shadow]]">>
```
> <<list-links filter:"[is[shadow]]">>
A solution to simplify renaming a tag and tagging tiddlers posted by [[Alberto Molina|https://groups.google.com/d/msg/tiddlywiki/OCntQ79DuwM/_vYCTYRXfaUJ]].
<table class="no-border">
<tr>
<td colspan=2>
''Step 1:'' First, enter __old__ tag to the left, e.g. GettingStarted<br><br>
</td>
</tr>
<tr>
<td>''Step 3:'' <$edit-text tiddler="$:/temp/RenameTags/search" tag="input" type="text" default="" placeholder="old tag to be removed"/></td>
<td>''Step 2:'' <$edit-text tiddler="$:/temp/RenameTags/replace" tag="input" type="text" default="" placeholder="enter, then apply new tag"/></td>
</tr>
<tr>
<td style="vertical-align:top;width:50%;">
<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/search}}> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox><br>
</$list>
</td>
<td style="vertical-align:top;width:50%;">
<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}!tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/replace}}><$link to={{!!title}}><$view field="title"/></$link></$checkbox><br>
</$list>
</td>
</tr>
</table>
You can use this in your wiki simply by dragging [[this link|Search And Replace Tag]] over.
```
<$select field='foo'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
''foo:'' {{!!foo}}
```
<<<
<$select field='foo'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>
''foo:'' {{!!foo}}
<<<
The following iterates over all indexes found in the data tiddler [[$:/data/core/widgets]] and outputs it into a select widget as demonstrated in [[Widgets]]...
```
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>>>
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>
[[$:/temp/widget-browser]] => {{$:/temp/widget-browser}}
```
<<<
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>>>
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>
[[$:/temp/widget-browser]] => {{$:/temp/widget-browser}}
<<<
{{$:/.tb/template/fields-standard}}
Rendered via...
<pre><$view tiddler="$:/.tb/template/fields-standard"/></pre>
''lists all tiddlers tagged FilterOperator''
```
<$list filter="[tag[FilterOperator]]"/>
```
<<<
<$list filter="[tag[FilterOperator]]"/>
<<<
''output at tiddler [[Examples]]:''
<pre><$view tiddler=Examples field=text format=text/></pre>
<<<
{{Examples}}
<<<
For more examples, see [[Filters]] or FilterOperator.
''output at tiddler [[TextReference]]:''
{{TextReference}}
''output at tiddler [[Variable]]:''
{{Variable}}
The above takes the value stored in the variable `<<currentTiddler>>` and uses it to specify the operand for the [[tag]] FilterOperator.
```
<$list filter="[tag{!!title}]"/>
```
<<<
<$list filter="[tag{!!title}]"/>
<<<
In the example below, all tiddlers listed in [[$:/config/Hide/TagButtons]] will be removed from the filter and thus excluded from the tags, e.g...
```
excluded: <code>{{$:/config/Hide/TagsButtons}}</code>
<<list-links filter:"[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]">>
```
<<<
excluded: <code>{{$:/config/Hide/TagButtons}}</code>
<<list-links filter:"[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]">>
<<<
If you add the following text at [[$:/core/ui/ViewTemplate/tags]], the tags listed in [[$:/config/Hide/TagButtons]] will be excluded for all tiddlers...
```
<div class="tc-tags-wrapper">
<$list filter="[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]"
template="$:/core/ui/TagTemplate"
storyview="pop"/>
</div>
```
```
<<list-links filter:"[has[type]each[type]sort[type]]">>
```
> <<list-links filter:"[has[type]each[type]sort[type]]">>
```
<$list filter="[tag<currentTiddler>]"/>
```
<<<
<$list filter="[tag<currentTiddler>]"/>
<<<
When current tag has a tag itself tagged [[Developer]], show developer information...
```
<$list filter="[all[current]tags[]tag[Developer]limit[1]]" variable=none>
<h2>Developer</h2>
<$list filter="[all[current]tags[]tag[Developer]]">
<dl>
<dt><$link><$view field=title/></$link></dt>
<dd>{{!!url}}</dd>
</dl>
</$list>
</$list>
```
<$list filter="[all[current]tags[]tag[Developer]limit[1]]" variable=none>
<h2>Developer</h2>
<$list filter="[all[current]tags[]tag[Developer]]">
<dl>
<dt><$link><$view field=title/></$link></dt>
<dd>{{!!url}}</dd>
</dl>
</$list>
</$list>
{{ConditionalViewTemplate}}
!! Live Example
''list when current tiddler has field `foo`''
```
<$list filter="[all[current]has[foo]]">
has foo
</$list>
```
<<<
<$list filter="[all[current]has[foo]]">
has foo
</$list>
<<<
''proof''
```
{{!!foo}}
```
<<<
{{!!foo}}
<<<
The below only renders something when the current tiddler is titled ''foo'', as set by the tiddler widget for demonstration purposes.
```
<$tiddler tiddler="foo">
<$list filter="[[foo]is[current]]">
This is shown.
</$list>
</$tiddler>
<$list filter="[[foo]is[current]]">
This is NOT shown!
</$list>
```
<<<
<$tiddler tiddler="foo">
<$list filter="[[foo]is[current]]">
This is shown.
</$list>
</$tiddler>
<$list filter="[[foo]is[current]]">
This is NOT shown!
</$list>
<<<
This can be used in a conditional template.
<<<
{{ConditionalViewTemplate}}
<<<
!! Example
''list when current tiddler is tagged [[Filters]]''
```
<$list filter="[all[current]tag[Filters]]">
yes, this one is tagged [[Filters]]
</$list>
```
<<<
<$list filter="[all[current]tag[Filters]]">
yes, this one is tagged [[Filters]]
</$list>
<<<
\define getValue(data,index) <$view tiddler="$(data)$" index="$(currentTiddler)$" format="text"/>
\define iframe(tiddler)
<$macrocall $name="static" tiddler={{$:/data/core/widgets##$tiddler$}} height="600px" scrolling="yes"/>
\end
Select a widget:
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>> >
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>
Documentation on ~TiddlyWiki.com...
<$macrocall $name="iframe" tiddler={{$:/temp/widget-browser}}/>
<br>
!!Components
;data
:[[$:/data/core/widgets]]
;state
:<<source [[$:/temp/widget-browser]]>>
;source
:<<source "Widget Browser">>
Trying to have the standard theme focus more on content...
* hiding buttons (from visitors)
* hiding the sidebar (perhaps not a good idea for visitors)
;styles
:[[$:/.tb/ui/styles/focus]]
<<list-search "[[FontAwesome]tagging[]sort[title]]" search "$:/temp/filter-fa" "$:/.tb/templates/fa-list-item">>
!!Installation
See [[Installation]].
!! Icons
All those icons, neatly listed...
{{All}}
; current version
: FontAwesome {{4.3||$:/core/ui/TagTemplate}}
```
<<fa thumbs-o-up 5>>
```
<<fa thumbs-o-up 5>> Let's get one thing straight, FontAwesome is awesome! Forget hours of searching for useful icons. Also see [[installation instructions|Installation]] and [[how to create and use a custom icon font|Icon Fonts]] like [[these|More Awesome]]. Inspired by: [[TheDiveO|http://thediveo.github.io/TW5FontAwesome]].
<$edit-text tiddler="$:/temp/filter-fa" type="search" tag="input" placeholder="filter"/>
<table class='home'>
<tr><th style="width:50%;">Icons</th><th>Tags</th></tr>
<tr><td>{{All}}</td><td>{{Tags}}</td></tr>
</table>
<style>
.home{
width:100%;
}
.home input{
display:none;
}
.home th{
text-align:left;
font-size:1.5em;
padding:0 0 10px 20px;
}
.home,
.home tr,
.home th,
.home td{
border:0;
vertical-align:top;
background:none;
}
</style>
<iframe width="560" height="315" src="//www.youtube.com/embed/Md5LNfZ356A" frameborder="0" allowfullscreen></iframe>
[[CSS-Tricks.com #113: Creating and Using a Custom Icon Font|http://css-tricks.com/video-screencasts/113-creating-and-using-a-custom-icon-font]]
Drag and drop into your wiki: [[$:/fonts/FontAwesome]]
!! Extensions
For custom extension classes to FontAwesome, tag your stylesheet [[$:/tags/FontAwesome]] and they will automatically be inserted at the end of [[$:/fonts/FontAwesome]].
!!! Example
[[text-only checklist]]
{{text-only checklist}}
!! Updating
# download latest from http://fortawesome.github.io/Font-Awesome
# unpack the archive contents into some temporary directory
# replace the old contents of [[$:/fonts/FontAwesome]] with
#* `font-awesome.min.css`
#* perhaps use [[$:/fonts/FontAwesomeEmpty]]
# remove all after base64 from the ``@font-face`` rule
# add the new definition
#* `src: local("FontAwesome"), url(data:application/font-woff;base64,``...``) format("woff");`
#* the three dots signal where to insert the base64-encoded font data later
# go to a base64 encoding web service
#* e.g. http://i-tools.org/base64/exec
#* make sure the base64 result is on a ''single'' line
# paste the Base64-encoded result into the ``src`` definition from the ``@font-face`` rule in [[$:/fonts/FontAwesome]]
; [[fontello|http://fontello.com]]
: icon fonts generator
; [[WeLoveIconFonts|http://weloveiconfonts.com]]
: free & open source icon fonts hosting service
: for mockups, reduced test-cases or CodePen
; [[vector icons roundup|http://tagliala.github.io/vectoriconsroundup]]
: a side-by-side comparison between popular icon fonts made for bootstrap
: FontAwesome, Glyphicons, Elusive-Icons
; [[zurb|http://zurb.com/playground/foundation-icons]]
: foundation-icons
; [[FontSquirrel|http://www.fontsquirrel.com]]
: commercial free fonts
;fa-bookmark-o (webapp)
:http://fortawesome.github.io/Font-Awesome/icons/
;[[TheDiveO|http://thediveo.github.io/ThirdFlow/]]
:http://thediveo.github.io/TW5FontAwesome/output/fontawesome.html
;discussion
:https://groups.google.com/d/msg/tiddlywiki/tFMtkNRZgTw/Pjzw3L1ARdMJ
<$list filter="[all[current]tagging[]sort[title]]">
<h1><$link><$view field=title/></$link></h1>
<span class="fa fa-5x preview-fa-icon">{{!!awe}}
</span><span class="preview-fa">
<$view field="awe" format="text/plain"/>
</span>
</$list>
<div class="tb-taglist">
<<list-search "[tag[FontAwesome]tags[]sort[title]] -FontAwesome " search "$:/temp/filter-fa" "$:/.tb/templates/fa-list-item-tag">>
</div>
; requires
: [[$:/fonts/FontAwesome]]
: [[$:/fonts/FontAwesome/checklist]]
:: an extension to FontAwesome, holding the css for the checklist
@@.check
* a one
* and a two
* and a three
* and a four
@@
<i class="fa fa-user"></i> Ce wiki fait partie du projet [[LibreNotes|http://librenotes.bitbucket.org]] forgé par svink
<i class="fa fa-spinner"></i> Dernière mise à jour le {{Dernière modification}}
<div style="font-size:0.7em;text-align:left;margin-top:3em;margin-bottom:3em;">
<a href="mailto:svink@openmailbox.org" class="tc-btn-big-green" style="text-decoration:none; background-color:#FF8C19;" target="_blank"> <i class="fa fa-envelope"></i> Contact mail
</a>
<a href="https://bitbucket.org/librenotes/librenotes.bitbucket.org/" class="tc-btn-big-green" style="text-decoration:none; background-color:#5E9FCA;" target="_blank">
<i class="fa fa-bitbucket"></i> Dépôt Bitbucket
</a>
{{$:/snippets/download-wiki-button}}
</div>
Dans cet exemple, nous allons ajouter un nouveau fichier `file2.txt` à notre projet.
On copie son fichier `file2.txt` dans le dossier `mon_projet`
Et c'est partie (j'utilise ici les alias pour vous montrer que tout cela peut être fait vraiment rapidement).
```c
$ git st
$ git add file2.txt
$ git ci -m "File2 - First commit"
```
On vérifie notre historique
```c
$ git hist
* d43f3ff 2014-10-25 | File2 - First commit [Votre_pseudo]
* b24f3ff 2014-10-25 | Add email adress [Votre_pseudo]
* cf466b4 2014-10-25 | First Commit [Votre_pseudo]
```
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> En cas d'erreur, Il est possible de modifier le message du dernier commit avec `git commit --amend -m "Nouveau Message"`.
@@
!!Ajouter un dossier
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> On ne peut pas commiter des dossiers vides avec Git. Si il n'y a pas de fichier dedans, Git ignorera le dossier.
@@
Pour ajouter un sous-dossier dans votre répertoire Git:
```c
$ git add nom_dossier
$ git add nom_dossier/nom_fichier
```
<$list filter="[!is[system]!has[draft.of]!sort[modified]limit[1]]">
<$link>
<$view field="modified" format="date" template="DD MMM YYYY à 0hh:0mm"/>
</$link>
</$list>
Dans cet exemple, nous allons partir de zéro pour envoyer un commit sur un serveur distant.
!!!1. Copier votre fichier
Copier votre fichier `file.txt` dans le répertoire `mon_projet`
!!!2. Indexer votre fichier
```c
$ git add file.txt
```
!!!3. Réaliser votre premier commit
```c
$ git commit -m "First Commit"
```
!!!4. Vérifier le statut du répertoire
```c
$ git status
On branch master
nothing to commit, working directory clean
```
!!!5. Poussez votre fichier vers le dépôt distant
```c
$ git push -u origin master
```
> ''Félicitation, vous avez effectué votre premier commit sur un dépôt distant.''
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i>
Sources: http://git-scm.com/book/fr/v1 ; http://gitimmersion.fr/
<br><br>
@@.flotte
<a href="https://cloud.openmailbox.org/public.php?service=files&t=a2b64e838033c55876c88ffc453879d3" target="_blank">[img width="96" [Logo Git|https://cloud.openmailbox.org/public.php?service=files&t=a2b64e838033c55876c88ffc453879d3&download]]</a>
@@
[[Git|https://git-scm.com/]] est un logiciel de gestion de version décentralisé créé par [[Linus Torvalds|https://fr.wikipedia.org/wiki/Linus_Torvalds]]. Concrètement, c'est un système qui enregistre l'évolution d'un fichier ou d'un ensemble de fichiers au cours du temps de manière à ce qu'on puisse rappeler une version antérieure d'un fichier à tout moment.<br>
Toutes les opérations de Git sont effectuées en local, ce qui en fait sa force et sa rapidité. Les fichiers peuvent être par la suite envoyés (//poussés//) vers un dépôt distant.
Trois éléments sont indispensables à tout projet Git:
*''Le dossier de travail'' (@@color:green;working directory@@) est le lieu où sont effectuées les modifications.
*''La zone d'index'' (@@color:green;staging area@@) est un fichier qui stocke les données qui feront parties du prochain instantané.
*''Le dépôt local [dépôt Git]'' (@@color:green;local repo@@), le plus important, c'est là qu'est stockée la base de données du projet.
En plus, un ''dépôt distant'' (@@color:green;remote repo@@) peut être utilisé pour héberger et partager les fichiers sur Internet. Cela nécessite la création d'un compte sur un [[service d'hébergement en ligne|Travailler avec un dépôt distant]] (ou de disposer de son propre serveur). Vous ajoutez aussi un dépôt distant lorsque vous //clonez// un dépôt existant.
Ces trois éléments expliquent que les fichiers peuvent être sous 3 états distincts uniquement:
*''Modifié'': signifie que le fichier a été modifié, mais qu'il n'est pas encore stocké dans la base.
*''Indexé'': signifie que le fichier a été marqué pour être ajouté au prochain instantané de votre projet
*''Validé'': signifie que les données sont stockées dans votre base de données locale.
<<ibox "https://cloud.openmailbox.org/public.php?service=files&t=ccfeda6b79cc0c46380cba58c89160c5&download" "Fonctionnement de Git (Source: https://thkoch2001.github.io/whygitisbetter/)">>
Tout ceci est quasi transparent pour l'utilisateur, retenez simplement les commandes et Git se charge du reste. L'utilisation standard de Git se passe comme suit :
#Vous __modifiez__ les fichiers dans votre répertoire de travail ;
#Vous __indexez__ les fichiers modifiés, ce qui ajoute des instantanés de ces fichiers dans la zone d'index ;
#Vous __validez__ ce qui a pour effet de basculer les instantanés des fichiers de l'index dans la base de données du dépôt Git.
!!Les commandes de base
Vous pouvez commencer utiliser Git en connaissant 7 ou 8 commandes de base.
|`git init` |Initialiser un répertoire Git |
|`git add` |Ajouter des fichiers |
|`git commit` |Réaliser un commit |
|`git push` |Envoyer les commits vers un dépôt distant |
|`git clone` |Cloner un dépôt distant |
|`git status` |Afficher le status des fichiers |
|`git log` |Afficher le log des commits |
!!Git pas à pas
Dans ce qui suit, vous allez apprendre à utiliser Git dans ses grandes lignes grâce à des exemples de mise en œuvre.
<<list-links "[tag[Menu]] -[[Git c'est quoi ?]]">>
<br>
!!À propos
{{A propos}}
<br>
-----
@@.no-border
|<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /> | |Sauf mention contraire, le contenu de ce wiki est mis à disposition selon les termes de la <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Licence CC BY-SA 4.0</a>|
@@
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
!!!1. Installer Git
```c
$ sudo pacman -S git
```
> A adapter en fonction de la distribution GNU/Linux que vous utilisez.
!!!2. Configurer Git
!!!!2.1. Active la couleur dans Git
```c
$ git config --global color.ui auto
```
Il ne faut le faire qu’une fois, et ça aide à la lisibilité des messages dans la console.
!!!!2.2 Configurer ses identifiants
```c
$ git config --global user.name [votre_pseudo]
$ git config --global user.email [votre_Email]
```
Vérifier que tout est pris en compte dans le fichier de configuration de Git `~/.gitconfig` et profitez en pour ajouter des alias qui sont des raccourcis vers les commandes de Git.
Le fichier ressemble à ça:
```
[color]
ui = auto
[user]
name = votre_pseudo
email = votre_Email
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
```
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> Vous pouvez utiliser la commande `git config --list` pour lister les réglages définis.
@@
<$image source=<<image>> width="100%" height="100%"/><$reveal type=match text="" default=<<caption>>><$transclude tiddler=<<image>> field=caption/></$reveal><$reveal type=nomatch text="" default=caption><<caption>></$reveal>
<div class="tc-table-of-contents">
<<toc-selective-expandable 'Menu'>>
</div>
<i class="fa fa-refresh"></i> 12/07/2015
*Mise à jour TW version 5.1.9
<i class="fa fa-refresh"></i> 31/05/2015
*Correction commande pacman dans [[Installer et configurer Git]]
<i class="fa fa-refresh"></i> 14/05/2015
*Nouvelle URL du site
*Mise à jour lien TN dans [[Travailler avec un dépôt distant]]
*Changement URL dépôt dans [[A propos]]
<i class="fa fa-refresh"></i> 02/05/2015
*Correction lien TN dans [[Travailler avec un dépôt distant]]
<i class="fa fa-refresh"></i> 26/04/2015
*Mise en ligne de ~GitNotes
<br>
Montrer les <$select field='num_recent'>
<$list filter="10 20 30 40">
<option><<currentTiddler>></option>
</$list>
</$select> tiddlers modifiés le plus récemment:
<$list filter='[!is[system]has[modified]!sort[modified]limit{!!num_recent}]-[[Mises à jour]]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - Modified on: <$view field='modified'/><br>
</$list>
!!!1. Modifier votre fichier dans le répertoire de travail
!!!2. Vérifier le nouveau status
```c
$ git status
On branch master
Changes not staged for commit:
(use "git add file"... to update what will be committed)
(use "git checkout -- file"... to discard changes in working directory)
```
!!!3. Ajouter votre fichier à l'index
```c
$ git add file.txt
```
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> On peut aussi utiliser `git add .` qui permet d'indexer tous les fichiers quand il y en a plusieurs.
@@
On vérifie:
```c
$ git status
On branch master
Changes to be committed:
(use "git reset HEAD file..." to unstage)
modified: file.txt
```
!!!4. Réaliser votre deuxième commit
```c
$ git commit -m "Add email adress"
```
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> Les messages des commits doivent être clair avec "Fix", "Add", "Change", "Update"... et une description brêve de la modification.
@@
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i>Il est possible d'utiliser `git commit -am "Message"` qui combine `git add` et `git commit -m` mais seulement pour les fichiers déjà en suivi (n'ajoute pas les nouveaux fichiers).
@@
et on vérifie le status du répertoire
```c
$ git status
On branch master
nothing to commit, working directory clean
```
et on vérifie notre historique
```c
$ git log
commit 43628f779cb333dd30d78186499f93638107f70b
Author: [Votre_pseudo] [Votre_email]
Date: Wed Mar 9 10:27:54 2011 -0500
Add email adress
commit 911e8c91caeab8d30ad16d56746cbd6eef72dc4c
Author: [Votre_pseudo] [Votre_email]
Date: Wed Mar 9 10:27:54 2011 -0500
First Commit
```
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[http://git-scm.com/book/fr/v1/Les-bases-de-Git-Etiquetage|http://git-scm.com/book/fr/v1/Les-bases-de-Git-%C3%89tiquetage]]
Git permet d'ajouter des étiquettes (tags en anglais) pour marquer certains états dans l'historique. Elles sont généralement utilisées pour marquer les versions publiables du projet.
Les tags sont traités comme des éléments à part entière, c'est à dire qu'il peuvent être ajoutés indépendamment même après un commit.
!!!Ajouter une étiquette légère
```c
$ git tag v1.0 code_SHA
```
Pour connaître le SHA, utilisez la commande `git hist`
```c
$ git hist
* b24f3ff 2014-10-25 | Using ARGV [Votre_pseudo]
* cf466b4 2014-10-25 | First Commit [Votre_pseudo]
```
La somme de contrôle SHA des commits correspond aux 7 chiffres et lettres au début de chaque ligne.
Pour ajouter le tag v1.0 au "First commit" il faut lancer:
```c
$ git tag v1.0 cf466b4
```
On peut visualiser tous les tags avec la commande
```c
$ git tag
```
!!!Partager les étiquettes
Il faut explicitement pousser les étiquettes après les avoir créées localement.
```c
$ git push origin v1.0
```
```c
$ git push origin v1.0
Counting objects: 50, done.
Compressing objects: 100% (38/38), done.
Writing objects: 100% (44/44), 4.56 ~KiB, done.
Total 44 (delta 18), reused 8 (delta 1)
To git@github.com:schacon/simplegit.git
* [new tag] v1.0 -> v1.0
```
Si vous avez plusieurs étiquettes, vous pouvez toutes les pousser en une fois vers le serveur distant:
```c
$ git push origin --tags
```
Il existe des sites web pour héberger des dépôts Git et qui facilitent ainsi la collaboration sur des projets entre plusieurs personnes.
Les dépôts Git le plus connus sont:
* <i class="fa fa-github"></i> [[GitHub|https://github.com/]]: un très bon dépôt gratuit, le plus connu.
*<i class="fa fa-bitbucket"></i> [[Bitbucket|https://bitbucket.org/]]: concurrent de ~GitHub. Propose de faire des dépôts privés gratuits.
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> Il est aussi possible d'[[héberger son TiddlyWiki|http://librenotes.bitbucket.org/tiddlynotes/#H%C3%A9berger%20son%20TiddlyWiki]] ou un site web grâce au service de Pages.
@@
J'utilise dans les exemples qui vont suivre le service Bitbucket mais la procédure est la même pour ~GitHub.
!Cloner un dépôt existant
Vous pouvez créer un nouveau répertoire en ligne puis le cloner localement dans votre dossier de travail.
!!!1. Récupérer l'URL du dépôt sur votre page<br>
Cliquer sur clone, mettez le protocole HTTPS et copier l'adresse:<br> `https://bitbucket.org/username/mon_répertoire.git`
!!!2. Cloner le dépôt localement (dans un dossier où sera stocké votre projet).
```c
$ cd chemin/ou-stocker/votre-projet
$ git clone https://bitbucket.org/username/mon_répertoire.git
```
La commande `git clone` créée un nouveau répertoire nommé `mon_répertoire` dans le dossier courant.
retour:
```c
$ git clone https://bitbucket.org/username/mon_répertoire.git
Cloning into 'mon_répertoire'...
Password
warning: You appear to have cloned an empty repository.
```
Git sait désormais qu’il existe un dépôt distant et que c’est là où vous voulez envoyer vos modifications du dépôt local. Pour confirmer cela, on utilise la commande `git remote -v`:
```c
$ git remote -v
origin https://bitbucket.org/username/mon_répertoire.git (fetch)
origin https://bitbucket.org/username/mon_répertoire.git (push)
```
> ''Le dépôt local et le dépôt distant sont maintenant connectés, il ne reste plus qu'à mettre des fichiers dedans.''
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> Pour obtenir la copie d’un projet la procédure est identique, il suffit de cloner le dépôt existant.
@@
!Connecter un dépôt local
La plupart des opérations sont effectuées localement. Pour communiquer avec l'extérieur, Git utilise ce qu'on appelle des //remotes// qui sont les dépôts distants.
!!!1. Créer le dossier de travail (avec le nom de votre projet)
```c
$ mkdir mon_projet
$ cd mon_projet
```
!!!2. Initialiser un dépôt Git dans ce dossier
```c
$ git init
```
!!!3. Connecter votre dépôt local à votre dépôt distant (Bitbucket)
```c
$ git remote add origin https://bitbucket.org/username/mon_répertoire.git
```
Git sait désormais qu’il existe un dépôt distant (__origin__) et que c’est là où vous voulez envoyer vos modifications du dépôt local.
On confirme cela avec :
```c
$ git remote -v
origin https://bitbucket.org/username/mon_répertoire.git (fetch)
origin https://bitbucket.org/username/mon_répertoire.git (push)
```
> ''Vous pouvez maintenant modifier, ajouter, faire les commits et envoyer vos fichiers sur le serveur distant.''
!Pousser ses fichiers vers un dépôt distant
Pour envoyer ses commits vers le dépôt distant il suffit d'utiliser la commande:
```c
$ git push -u origin master
```
<br>
@@.ast
<i class="fa fa-lightbulb-o fa-3x pull-left"></i> ''Une bonne pratique est de réaliser régulièrement des commits qui reflètent chaque changement et de pousser un ensemble de commits sur le serveur distant.''
@@
__''Toute ces opérations sont réalisées en local sur votre système.''__
!!!@@float:right;text-align:right;color:green; __Dossier de travail__@@
1. Créer le dossier de travail (avec le nom de votre projet)
```c
$ mkdir mon_projet
$ cd mon_projet
```
2. Initialiser un dépôt Git tout neuf dans ce dossier
```c
$ git init
```
Retour
```c
$ git init
Dépôt Git vide initialisé dans /home/user/mon_projet/.git/
```
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> La commande `git init` transforme le répertoire courant en un dépôt Git local. Un dossier `.git` est créé dans ce répertoire qui stockera les différentes révisions et informations du projet.
@@
3. Copier un fichier (par exemple `file.txt`) dans le dossier `mon_projet`
!!!@@float:right;text-align:right;color:green; __Zone d'index__@@
4. Ajouter le fichier à l'index
```c
$ git add file.txt
```
!!!@@float:right;text-align:right;color:green; __Dépôt local__@@
5. Réaliser son premier commit
```c
$ git commit -m "First commit"
```
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> L'option `-m` permet d'ajouter un message au commit. Il faut toujours décrire succinctement les changement apportés aux fichiers (moins de 50 caractères).<br>
@@
retour:
```c
$ git commit -m "First commit"
[master (root-commit) 71c7399] First commit
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 file.txt
```
6. Vérifier que tout est bon avec la commande
```c
$ git log
```
retour:
```c
$ git log
commit 71c739930fde4efd0746b452115329fdc8b2b38e
Author: [Votre_pseudo] [Votre_Email]
Date: Mon Feb 16 14:02:05 2015 +0100
First Commit
```
> ''Et voilà! Vous savez maintenant utiliser Git dans ses grandes lignes.''
;example image
:[[lights.jpg]]
simple image button using ''caption'' field at the image
`<<ibox lights.jpg>>`
<<ibox lights.jpg>>
image button with custom caption
`<<ibox lights.jpg "amazing ligths">>`
<<ibox lights.jpg "amazing ligths">>
just the image — displays image name as modal title, no captions though
`<<ibox lights.jpg direct:yes>>`
<<ibox lights.jpg direct:yes>>
image button with [[custom style classes|$:/.tb/styles/pretty]]
`<<ibox lights.jpg btn-class:"ibox-btn tc-btn-invisible pretty">>`
<<ibox lights.jpg btn-class:"ibox-btn tc-btn-invisible pretty">>
This wiki shows how to display images in lightboxes in TiddlyWiki version <<version>> using the `<<ibox>>` macro.
* [[Examples]]
* [[Parameters]]
* [[Installation]]
* [[Modal Template]] — [[Lightbox]]
[[References]]
Drag and drop these two into your wiki...
<<source [[Lightbox]]>>
<<source [[$:/.tb/macros/ibox]]>>
<$image source=<<image>> width="100%" height="100%"/><$reveal type=match text="" default=<<caption>>><$transclude tiddler=<<image>> field=caption/></$reveal><$reveal type=nomatch text="" default=caption><<caption>></$reveal>
The default template used for the ibox modal.
<<source [[Lightbox]]>>
`<<ibox image [caption] [template] [btn-class]>>`
|!#|!Parameter|!Description|!Default|
|1|''image'' |the image tiddler| |
|2|''caption'' |a custom caption<br>» defaults to ''caption'' field at image| |
|3|''template'' |the template for the modal dialog|[[Lightbox]]|
|4|''btn-class'' |the css class for the image button|`ibox-btn`|
|5|''direct'' |when set to `direct:yes` use the image tiddler as the modal template||
;modal lightbox discussion
:https://groups.google.com/d/msg/tiddlywiki/eJoZu8G7fng/cWFHfYLNtcYJ
;modal image lightbox at twmall
:http://www.giffmex.org/tw5mall.htm
http://tb5.tiddlyspot.com
''an amazing selection of free vector icons, flat, line and pictograms, designed for ui''
<<i "http://www.awwwards.com/great-collection-of-free-vector-icons-and-pictograms-for-interfaces-and-responsive-web-design.html" "http://www.awwwards.com/awards/images/2014/01/free-icons-2014-05.jpg">>
<<ia "beautiful-flat-icons-by-elegantthemes.html" "elegantthemes/beautiful-flat/icons-390.jpg">>
<<ia "crystal-clear-icons-by-everaldo.html" "everaldo/crystal-clear/icons-390.jpg">>
<<ia "flag-icons-by-famfamfam.html" "famfamfam/flag/icons-390.jpg">>
<dl class="preview">
<<list-search
"[tag[font]sort[]]"
"search"
"$:/temp/list-search-fonts"
"$:/.tb/template/preview-item"
placeholder:"Filter font names..." >>
</dl>
; API
: https://github.com/fontello/fontello#developers-api
!! Listed Icon Fonts
<<summaries>>
<<i
"http://www.freepik.com"
"http://img.freepik.com/free-photo/vintage-hand-drawn-elements_23-2147501868.jpg"
>>
<<ia "flag-icons-by-gosquared.html" "gosquared/flag/icons-390.jpg">>
<<ia "colorful-long-shadow-icons-by-graphicloads.html" "graphicloads/colorful-long-shadow/icons-390.jpg">>
<<ia "100-flat-icons-by-graphicloads.html" "graphicloads/100-flat/icons-390.jpg">>
<<ia "100-flat-2-icons-by-graphicloads.html" "graphicloads/100-flat-2/icons-390.jpg">>
<<ia "battery-icons-by-graphicloads.html" "graphicloads/battery/icons-390.jpg">>
!! App
* browse 4000+ free vector icons
* custom & crisp icon font generator
* import your own vectors to make fonts
* generate CSS sprites with any size or color
* basic glyph editing
* icon packs
!! Icons
* 2000+ vector icons
* handcrafted on a grid
* various formats: SVG, font, etc.
* money back guarantee
* free updates
<dl class="preview">
<<list-search
"[tag[icons]sort[]]"
"search"
"$:/temp/list-search-icons"
"$:/.tb/template/preview-item"
placeholder:"Filter..." >>
</dl>
<<ia "ios7-icons-by-icons8.html" "icons8/ios7/icons-390.jpg">>
<<ia "windows-8-icons-by-icons8.html" "icons8/windows-8/icons-390.jpg">>
<<ia "woofunction-icons-by-wefunction.html" "wefunction/woofunction/icons-390.jpg">>
<<font modernpictograms>>
<<ia "oxygen-icons-by-oxygen-icons.org.2.html" "oxygen-icons.org/oxygen/icons-390.jpg">>
<<ia "snowish-icons-by-saki.html" "saki/snowish/icons-390.jpg">>
<$edit-text
tiddler="$:/temp/search-icons"
type="search"
tag="input"
default=""
placeholder="Search icons..."/>
<$list filter="[tag[font]sort[]]" template="$:/.tb/template/search-icons">
! @@color:#ccc; [[fonts|font]] — [[search]] — [[icons]] — [[sites]] — [[tools]]@@
<dl class="preview">
<<list-search
"[tag[icons]sort[]]"
"search"
"$:/temp/list-search-start"
"$:/.tb/template/start-item"
placeholder:"Filter..." >>
</dl>
<$list filter="[tag[WikiAuthors]has[licence]]">
<$list filter="[tag[CommunityWikis]tag<currentTiddler>]">
<$view field="wiki-address"/>|<$view field="title"/><br/>
</$list>
</$list>
\define listDailyThings(day)
<$reveal type='nomatch' state='!!blank' text='$day$'>
<$button class='tc-btn-invisible' style='width:100%;height:100%'><$action-sendmessage $message='tm-notify' $param='Change Width/Font Size'/>
<$action-navigate $to=<<thisMakeDayTiddlerName>>/>
<$set name=someDay value=$day$>
<$set name=SelectedMonth value={{!!month}}>
<$set name=SelectedYear value={{!!year}}>
<$set name=DateString value=<<thisMakeDateString>>>
<div style='height:100%;width:100%;position:relative;text-align:left;vertical-align:top;z-index=0'>
''$day$''<br>
<$list filter='[has<DateString>]-[[$:/temp/MakeCalendarEntry]]'>
<$view field='title'/> x <$view field=<<DateString>>/><br>
</$list>
</div>
</$set>
</$set>
</$set>
</$set>
</$button>
</$reveal>
\end
\define thisMakeDateString()
$(SelectedYear)$_$(SelectedMonth)$_$(someDay)$
\end
<table class='calendar-table'>
<tr>
<th>Sunday</th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
<th>Saturday</th>
</tr>
<tr>
<td><<listDailyThings>></td>
<td><<listDailyThings>></td>
<td><<listDailyThings>></td>
<td><<listDailyThings 1>></td>
<td><<listDailyThings 2>></td>
<td><<listDailyThings 3>></td>
<td><<listDailyThings 4>></td>
</tr>
<tr>
<td><<listDailyThings 5>></td>
<td><<listDailyThings 6>></td>
<td><<listDailyThings 7>></td>
<td><<listDailyThings 8>></td>
<td><<listDailyThings 9>></td>
<td><<listDailyThings 10>></td>
<td><<listDailyThings 11>></td>
</tr>
<tr>
<td><<listDailyThings 12>></td>
<td><<listDailyThings 13>></td>
<td><<listDailyThings 14>></td>
<td><<listDailyThings 15>></td>
<td><<listDailyThings 16>></td>
<td><<listDailyThings 17>></td>
<td><<listDailyThings 18>></td>
</tr>
<tr>
<td><<listDailyThings 19>></td>
<td><<listDailyThings 20>></td>
<td><<listDailyThings 21>></td>
<td><<listDailyThings 22>></td>
<td><<listDailyThings 23>></td>
<td><<listDailyThings 24>></td>
<td><<listDailyThings 25>></td>
</tr>
<tr>
<td><<listDailyThings 26>></td>
<td><<listDailyThings 27>></td>
<td><<listDailyThings 28>></td>
<td><<listDailyThings 29>></td>
<td><<listDailyThings 30>></td>
<td><<listDailyThings 31>></td>
<td><<listDailyThings>></td>
</tr>
</table>
\define listDailyThings(day)
<$set name=someDay value=$day$>
<$set name=SelectedMonth value={{!!month}}>
<$set name=SelectedYear value={{!!year}}>
<$set name=DateString value=<<thisMakeDateString>>>
''$day$''<br>
<$list filter='[has<DateString>]-[[$:/temp/MakeCalendarEntry]]'>
<$view field='title'/> x <$view field=<<DateString>>/><br>
</$list>
</$set>
</$set>
</$set>
</$set>
\end
\define thisMakeDateString()
$(SelectedYear)$_$(SelectedMonth)$_$(someDay)$
\end
This tiddler has two fields: month and year
The month field contains september (note that it is lowercase, this is important) and the year field contains 2014
These fields are what determines the month and year of the entries in the calendar, so if you make other months/years you need to change those fields appropriately. To make a calendar for another month clone this tiddler and edit it in the following ways:
*Give it a new title
*change the parameter passed to the listDailyThings macros in the table below to reflect the days of the week each date falls on
*Change the month and year fields
This demo uses the following tiddlers:
*[[2014 September]] - this tiddler
*[[2014 January]] - another month tiddler for testing
*[[Calendar Totals]] - a tiddler that will show the total number of days each activity has happened, can be broken down by year or month. If something was done multiple times in a single day some math will be required to count. This will require more than just the calc macro from tb5, so I will worry about this later.
*[[Make Calendar Entry]] - the tool to add entries to the calendar
*[[Running]], [[Yoga]], [[Biking]] - the activities that can be added to the calendar. You can ignore these and make your own using the [[Make Calendar Entry]] tiddler.
*[[Calendar Table Style]] - the css stylesheet for how the calendar is displayed. You can ignore this and make your own without breaking anything, just edit this tiddler where it says `<table class='calendar-table'>` to replace `calendar-table` with your class.
For the examples I used having the number of times doesn't make a lot of sense, but it is there in case it is wanted. I may add some configuration so that you can hide it if you don't want it.
<table class='calendar-table'>
<tr>
<th>Sunday</th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
<th>Saturday</th>
</tr>
<tr>
<td><<listDailyThings>></td>
<td><<listDailyThings 1>></td>
<td><<listDailyThings 2>></td>
<td><<listDailyThings 3>></td>
<td><<listDailyThings 4>></td>
<td><<listDailyThings 5>></td>
<td><<listDailyThings 6>></td>
</tr>
<tr>
<td><<listDailyThings 7>></td>
<td><<listDailyThings 8>></td>
<td><<listDailyThings 9>></td>
<td><<listDailyThings 10>></td>
<td><<listDailyThings 11>></td>
<td><<listDailyThings 12>></td>
<td><<listDailyThings 13>></td>
</tr>
<tr>
<td><<listDailyThings 14>></td>
<td><<listDailyThings 15>></td>
<td><<listDailyThings 16>></td>
<td><<listDailyThings 17>></td>
<td><<listDailyThings 18>></td>
<td><<listDailyThings 19>></td>
<td><<listDailyThings 20>></td>
</tr>
<tr>
<td><<listDailyThings 21>></td>
<td><<listDailyThings 22>></td>
<td><<listDailyThings 23>></td>
<td><<listDailyThings 24>></td>
<td><<listDailyThings 25>></td>
<td><<listDailyThings 26>></td>
<td><<listDailyThings 27>></td>
</tr>
<tr>
<td><<listDailyThings 28>></td>
<td><<listDailyThings>></td>
<td><<listDailyThings>></td>
<td><<listDailyThings>></td>
<td><<listDailyThings>></td>
<td><<listDailyThings>></td>
<td><<listDailyThings>></td>
</tr>
</table>
<$macrocall $name="youtube-embed" video={{$:/.rich/data/videos##73}} start="00:00:02" end="00:00:10"/>
test long description
<$set name=videoID value={{$:/.rich/data/videos##73}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="00:00:10" end="00:00:20"/>
</$set>
test long description
!!Who is this inmysocks guy?
People generally call me Jed. I have a site [[over here|http://ooktech.com/jed/externalbrain/]] that acts as the center of my online presence. If you want more go look at that site.
!!And why this wiki?
I started making this offline so I could remember how to do things using tiddlywiki, then I moved it online so I didn't have to worry about syncing it between computers. Then somehow other people thought it was useful. Or possibly lied to me and said it was useful.
Either way, here it is.
!!And?
I have no idea if people actually find this useful, or if people look at this page. So, feedback is appreciated. Click on the word bubble icon in the upper right to give feedback.
!!Also....
I do like to eat, I am trying to start a small tech company and this is something I do in my spare time. If you would like to help out with the 'making sure jed eats' thing you can [[donate on my other site|http://ooktech.com/jed/externalbrain/#Donate]].
Does it ever seem like I may have too many projects?
The text of teh tiddler should be `<div style='height:xxxpx'></div>` with xxx set to the height we need to offset the top by.
It would probably have more use in the non-tasklist type things.
not a huge deal, but it should be there
It would set fields called:
day_due
month_due
year_due
But other people seem to really like the idea.
This may just be a select widget that can select any of the tags currently in use by a visible task. Use the same sort of thing as in the bookmarks.
https://groups.google.com/forum/#!topic/tiddlywiki/lVRs1qfXEsc
Also put together a demo site
It is simple, but this one is a text entry field, it will be different than the others.
It will require list widgets and templates.
For most parts, states and such, just add the list name to the tiddler name, so `$:/state/TaskList/<<ListName>>/` as a prefix. But for actually building the lists I am less sure. It would probably have to be a tag because using a field would either restrict the list names to valid field names or only allow each item to be on a single list. I want to avoid both of these things.
This would have to have the same restriction on changing tiddlers that are listened to for changes or else it could cause infinite loops.
Conditions to use:
a certain date
a certain amount of time since the trigger was added
a field is set to a specific value
others?
This happens all the time. No one really minds passing around the books, but being able to figure out where a book is when someone else wants to borrow it would be nice.
All of the show/hide states have the prefix `$:/state/TaskList/ShowCategory/`, so if we just use a list inside a button that sets all of the returned tiddlers to show or hide than that would work.
The problem with this is that if you have multiple lists it will affect every list. I could avoid this by giving lists names so the states would be prefixed with `$:/state/TaskList/<<ListName>>/ShowCategory/`.
It would be every n days, or n weeks or months or whatever.
This would use the same thing as setting an event as done after its date passes, but instead of adding the finished tag to the event/task, it increments the date field by the required amount.
This may require the action-increment widget and the trigger actions plugin. Also it would require the trigger actions plugin to be able to work given a state based trigger instead of on change.
Just some indentation would work.
Because I am moving and I want to actually be able to keep track of my stuff
This lets you search for all tiddlers with a specific tag and selectivly replace that tag with another one. Or if the 'Replace With' field is empty just remove the tag from the tiddler(s).
Filter:
<$edit-text tiddler='$:/temp/AddTags' field='filter' class='tc-edit-texteditor'/>
Tag to add: <$edit-text tiddler='$:/temp/AddTags' field='add_tag' class='tc-edit-texteditor'/>
<table>
<tr><th>Tiddler Name</th><th></th></tr>
<$list filter={{$:/temp/AddTags!!filter}}>
<$fieldmangler tiddler=<<currentTiddler>>>
<tr><td><$link to=<<currentTiddler>>><$view field='title'/></$link></td><td><$button>Add Tag<$action-sendmessage $message='tm-add-tag' $param={{$:/temp/AddTags!!add_tag}}/></$button></td></tr>
</$fieldmangler>
</$list>
</table>
I should probably finish them anyway
I could also change it so that the categories list the year, day and month instead of the categories like they do now. Or at least have that option.
This will have to be more than 'sort[year]sort[month]sort[day]'. We could make a variable that is $(year)$$(month)$$(day)$ and nsort using that. This would require us to have an extra field for due date and created date. We could use the output of now for created date, just use `<<now YYYY0MM0DD>>`. We would have to build this for the due date. It wouldn't be terribly hard to do.
\define thisMakeText()
{{!!segment_description}}
$(thisVideoIframe)$
$(thisLongDescription)$
\end
\define thisMakeSegmentName()
$(selectedVideo)$ - $(startTime)$ to $(endTime)$
\end
\define getProperTags() [[$(properTag)$]] [[$(selectedVideo)$]]
\define properTag() [[Video Segment]]
\define thisMakeVideoIframe()
<$set name=videoID value={{$:/.rich/data/videos##$(selectedVideo)$}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="$(startTime)$" end="$(endTime)$"/>
</$set>
\end
<$set name=selectedVideo value={{!!selected_video}}>
<<selectedVideo>>
<!-- inputs for adding a video segment -->
Video Segment (Start and End times should be in hh:mm:ss form):<br>
Start:
<$edit-text tiddler='$:/temp/videosegment' field=start size='10'/>
End:
<$edit-text tiddler='$:/temp/videosegment' field=end size='10'/> (<$button>Set Video Time<$action-setfield embed_start={{$:/temp/videosegment!!start}} embed_end={{$:/temp/videosegment!!end}}/></$button>, <$button>Reset Video Time<$action-setfield embed_start='00:00:00' embed_end='99:99:99'/></$button>)
Short Description:<br><$edit-text tiddler='$:/temp/videosegment' field='segment_description' class='tc-edit-texteditor' placeholder='Short description for Video Segment' class='tc-edit-texteditor'/><br>
Long Description:<br><$edit-text tiddler='$:/temp/videosegmentlongdescription' field='text' class='tc-edit-texteditor' placeholder='Long description for Video Segment' class='tc-edit-texteditor'/><br>
<!-- Segment tag editor -->
Tags (it will always be tagged with the name of the video by default):<br>
<$reveal type=match state='$:/state/videosegmenttag!!add_or_create_tag' text='create'>
New Tag: <$edit-text tiddler='$:/state/videosegmenttag' field='tag_temp' placeholder='New Tag'/><$fieldmangler tiddler='$:/state/videosegmenttag'>
<$button>Create Tag
<$action-setfield $tiddler={{$:/state/videosegmenttag!!tag_temp}} $field='video_tag' $value='true'/>
<$action-setfield $tiddler='$:/state/videosegmenttag' $field='tag_temp' $value=''/>
</$button>
</$fieldmangler><$button set='$:/state/videosegmenttag!!add_or_create_tag' setTo='nocreate'>Done</$button><br>
</$reveal>
<$reveal type='nomatch' state='$:/state/videosegmenttag!!add_or_create_tag' text='create'>
Tag to add:
<$select tiddler='$:/state/videosegmenttag' field='selected_tag'>
<$list filter='[video_tag[true]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$fieldmangler tiddler='$:/temp/videosegment'>
<$button>
<$action-sendmessage $message='tm-add-tag' $param={{$:/state/videosegmenttag!!selected_tag}}/>Add Tag
</$button><$button set='$:/state/videosegmenttag!!add_or_create_tag' setTo='create'>New Tag</$button>
</$fieldmangler>
<br>
</$reveal>
List of current tags:<br>
<$fieldmangler tiddler='$:/temp/videosegment'>
<$list filter='[[$:/temp/videosegment]tags[]]'><$view field='title'/> <$button>Remove Tag<$action-sendmessage $message='tm-remove-tag' $param=<<currentTiddler>>/></$button><br> </$list>
</$fieldmangler>
<!-- Button to create tiddler for the video segment -->
<$set name=startTime value={{$:/temp/videosegment!!start}}>
<$set name=endTime value={{$:/temp/videosegment!!end}}>
<$set name=properTag value="""Video Segment""">
<$set name=thisLongDescription value={{$:/temp/videosegmentlongdescription!!text}}>
<$set name=thisVideoIframe value=<<thisMakeVideoIframe>>>
<$fieldmangler tiddler=<<thisMakeSegmentName>>>
<$button>Add Video Segment
<$action-setfield $tiddler='$:/temp/videosegment' title=<<thisMakeSegmentName>>/>
<$action-sendmessage $message='tm-add-tag' $param=<<properTag>>/>
<$action-sendmessage $message='tm-add-tag' $param=<<selectedVideo>>/>
<$action-setfield $tiddler=<<thisMakeSegmentName>> $field='text' $value=<<thisMakeText>>/>
<$action-setfield $tiddler='$:/temp/videosegment' start='' end='' link='' segment_description=''/>
<$action-setfield $tiddler='$:/temp/videosegmentlongdescription' text='' tags=<<properTag>>/>
</$button>
</$fieldmangler>
</$set>
</$set>
</$set>
</$set>
<!-- List of video segments -->
<$list filter='[tag<selectedVideo>tag[Video Segment]sort[title]]'>
<$button class='tc-btn-invisible'>__{{!!start}} to {{!!end}} - {{!!segment_description}}__<$action-setfield $tiddler='YouTube Video Annotations' embed_start={{!!start}} embed_end={{!!end}}/></$button> <$link to=<<currentTiddler>>>(Open Tiddler)</$link><br>
</$list>
\define thisMakeTiddlerName(TimeStamp)
$(selectedVideo)$ - $(timeStamp)$
\end
\define getProperTag() [[$(properTag)$]]
\define thisThing(YoutubeID TimeStampName SelectedVideo TimeStamp)
<$button>Add Timestamp
<$action-setfield $tiddler='$:/temp/videotimestamp' title=<<thisMakeTiddlerName $TimeStamp$>>/>
<$action-setfield $tiddler='$:/temp/videotimestamp' timestamp='' link='' description='' tags=<<getProperTag>>/>
<$action-sendmessage $message='tm-add-tag' $param={{!!selected_video}}/>
<$action-setfield $tiddler=<<thisMakeTiddlerName $TimeStamp$>> vidname={{!!selected_video}} youtubeid={{$:/.rich/data/videos##$SelectedVideo$}} timestamp={{$:/temp/videotimestamp!!timestamp}}/>
</$button>
\end
\define getYouTubeID(selectedVideo) {{$:/.rich/data/videos##$selectedVideo$}}
\define getYouTubeID2() <$macrocall $name=getYouTubeID selectedVideo={{!!selected_video}}/>
<$set name=selectedVideo value={{!!selected_video}}>
<!-- Timestamp Time -->
Timestamp:
<$edit-text tiddler='$:/temp/videotimestamp' field=timestamp size='10' placeholder='Timestamp'/>
<!-- Add timestamp button -->
<$set name=timeStamp value={{$:/temp/videotimestamp!!timestamp}}>
<$set name=timeStampName value=<<thisMakeTiddlerName>>>
<$set name=properTag value="""Video Timestamp""">
<$fieldmangler tiddler=<<timeStampName>>>
<$macrocall $name=thisThing TimeStampName=<<timeStampName>> SelectedVideo={{!!selected_video}} TimeStamp={{$:/temp/videotimestamp!!timestamp}}/>
</$fieldmangler>
</$set>
</$set>
</$set>
<!-- Timestamp description -->
Description:<br><$edit-text tiddler='$:/temp/videotimestamp' field='description' class='tc-edit-texteditor' placeholder='Description for Timestamp' class='tc-edit-texteditor'/><br>
<!-- Timestamp tag editor -->
Tags (it will always be tagged with the name of the video by default):<br>
<$reveal type=match state='$:/state/videotag!!add_or_create_tag' text='create'>
New Tag: <$edit-text tiddler='$:/state/videotag' field='tag_temp' placeholder='New Tag'/><$fieldmangler tiddler='$:/state/videotag'>
<$button>Create Tag
<$action-setfield $tiddler={{$:/state/videotag!!tag_temp}} $field='video_tag' $value='true'/>
<$action-setfield $tiddler='$:/state/videotag' $field='tag_temp' $value=''/>
</$button>
</$fieldmangler><$button set='$:/state/videotag!!add_or_create_tag' setTo='nocreate'>Done</$button><br>
</$reveal>
<$reveal type='nomatch' state='$:/state/videotag!!add_or_create_tag' text='create'>
Tag to add:
<$select tiddler='$:/state/videotag' field='selected_tag'>
<$list filter='[video_tag[true]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$fieldmangler tiddler='$:/temp/videotimestamp'>
<$button>
<$action-sendmessage $message='tm-add-tag' $param={{$:/state/videotag!!selected_tag}}/>Add Tag
</$button><$button set='$:/state/videotag!!add_or_create_tag' setTo='create'>New Tag</$button>
</$fieldmangler>
<br>
</$reveal>
List of current tags:<br>
<$fieldmangler tiddler='$:/temp/videotimestamp'>
<$list filter='[[$:/temp/videotimestamp]tags[]]'><$view field='title'/> <$button>Remove Tag<$action-sendmessage $message='tm-remove-tag' $param=<<currentTiddler>>/></$button><br> </$list>
</$fieldmangler>
<br>
<!-- list existing timestamps -->
<$list filter='[tag<selectedVideo>!tag[Video Segment]sort[title]]'>
<$button class='tc-btn-invisible'>__{{!!title}} - {{!!description}}__<$action-setfield $tiddler='YouTube Video Annotations' embed_start={{!!timestamp}} embed_end=99:99:99/></$button> <$macrocall $name=youtube-link video={{!!youtubeid}} time={{!!timestamp}} text='(External Link)'/> <$link to=<<currentTiddler>>>(Open Tiddler)</$link><br>
</$list>
A single Image can be added to a tiddlers title as an icon. An example is she red checkmark in the title of this tiddler.
To do this you create a field called `icon`, and in that field you list the name of an image tiddler, the image from that tiddler will then be used an the icon. Note that you just put in the tiddlers name without any `{{` and `}}` or other markup.
For images in the core, and possibly other SVG images, you can also create a field called `color` which will give you a color picker that sets the color of the svg icon.
If you want to use an icon from [[font awesome|Using Font Awesome]] you can, but you need to make a tiddler and put the code for the icon in its text field, and then list that tiddler in the icon field of your original tiddler. For font awesome icons you need to set the icons color in the tiddler displaying the icon, you can't use the color field the way you can with the core icons.
These images will not be displayed on the table of contents or tabs created using the tabs macro, in order to do that you have to use [[the caption field|The Caption Field]] of a tiddler.
The css class for this icon is `tc-tiddler-title-icon`.
To add an image you have two main options:
*Importing using the import button on the side menu (it is at the top of this wiki, by default it is on the right side)
*Importing by dragging and dropping a file onto the wiki window
!!Importing using the button
Click on the button, which will open up a dialogue that allows you to navigate to the location of the image you want to import on your computer and select the image and click OK. Then an import tiddler will open listing the name of the picture, click the import button and the picture is now part of your wiki. The the tiddler name is the full image file name, you can open it up by clicking on the name in the tiddler that appears after you import it. If you wish to change the name of the picture in your wiki you can edit the name in the same way as any other tiddler.
!!Importing by dragging and dropping
Find the image you want using a file manager and click on the images name or icon, then still holding down the mouse button drag the icon to the window where you have your wiki open and when your mouse is over some part of your wiki release the mouse button. The import tiddler should appear and you can click import to import the image. The the tiddler name is the full image file name, you can open it up by clicking on the name in the tiddler that appears after you import it. If you wish to change the name of the picture in your wiki you can edit the name in the same way as any other tiddler.
!Using the KaTeX plugin.
!!List of known things that KaTeX can't do:
* `\textbf{}`
* `\begin{}` - nothing that uses this works yet
* There are probably more, but those are the things that have come up for me so far.
This means that you can't have multi-line equations using KaTeX, so you should use the [[SVG image method|Making Latex Equations SVG Images]] or MathJax to do them. I like the SVG images better since you don't need to be online to view them.
TiddlyWiki can do native LaTeX equations using the KaTeX plugin, and doesn't require a connection to the internet. Just surround equations with ``$$`` to get the LaTeX output.
```
$$p(z) =\sum_{m=0}^{\infty} \frac{e^{-A}A^m}{m!} \frac{1}{\sqrt{2\pi \sigma^2_m}}e^{-\frac{|z|^2}{2\sigma^2_m}}$$
```
gives
$$p(z) =\sum_{m=0}^{\infty} \frac{e^{-A}A^m}{m!} \frac{1}{\sqrt{2\pi \sigma^2_m}}e^{-\frac{|z|^2}{2\sigma^2_m}}$$
<<bottomOfTiddler {{!!title}}>>
Add a tag
```
<$fieldmangler><$button message="tm-add-tag" param="bob">Add tag</$button></$fieldmangler>
```
<$fieldmangler><$button message="tm-add-tag" param="bob">Add tag</$button></$fieldmangler>
For a more useful example of how this could be used see [[Search and Replace Tags]].
<<bottomOfTiddler {{!!title}}>>
.tc-tiddler-frame .tc-tiddler-body {
font-family: {{$:/state/Site Accessability Options!!fontfamily}};
font-weight: {{$:/state/Site Accessability Options!!fontweight}};
font-size: {{$:/state/Site Accessability Options!!fontsize}};
line-height: {{$:/state/Site Accessability Options!!lineheight}};
word-spacing: {{$:/state/Site Accessability Options!!wordspacing}};
letter-spacing: {{$:/state/Site Accessability Options!!letterspacing}};
text-decoration: {{$:/state/Site Accessability Options!!textdecoration}};
}
<$set name=WidthOption value={{$:/settings/apperance/TiddlerWidthSettings!!width_option}}>
<$set name=StoryRiverWidth filter='[[$:/settings/apperance/TiddlerWidthSettings/story_river]get<WidthOption>]'>
<$set name=SidebarScrollableLeft filter='[[$:/settings/apperance/TiddlerWidthSettings/sidebar_scrollable]get<WidthOption>]'>
<$set name=TiddlerFrameWidth filter='[[$:/settings/apperance/TiddlerWidthSettings/tiddler_frame]get<WidthOption>]'>
.tc-story-river {
width: <<StoryRiverWidth>>;
left: 0px;
top: 0px;
padding: 42px;
}
.tc-sidebar-scrollable {
position: fixed;
top: 0px;
left: <<SidebarScrollableLeft>>;
bottom: 0px;
right: 0px;
overflow: auto;
margin: 0px 0px 0px -42px;
padding: 71px 0px 28px 42px;
}
.tc-tiddler-frame {
padding: 28px 42px 42px;
width: <<TiddlerFrameWidth>>;
border-radius: 2px;
}
</$set>
</$set>
</$set>
Each plugin should have an information tiddler with a standard form that can be displayed on a listing/directory site using a standard template.
It would probably be best to have something like a miniplugin tiddler, that is a tiddler with a standardized set of fields. The text would be a description of the plugin, not necessarily documentation. Each tiddler, or possibly just each widget, will have a field named after them, and the content of the field will be a tiddler devoted to that tiddler or widget.
Of if possible, just a single json data tiddler to it can be dragged and dropped from the source site to the listing site.
For the plugin:
*Current version
*Date of most recent update
*Link to github/source
*A link to the plugin documentation (developers site?)
The tiddlers explaining the individual parts of the plugin, with a standard set of fields.
For each widget/tiddler
*Link to the widget specific documentation (hopefully indepth)
*A link to examples showing how the widget is used
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
See [[TiddlerSlider Macro]] for a macro that does this.
This sets a tiddler to open inside the current tiddler. You can close it by clicking on the x that appears.
You can put whatever code you want inside of this, but the tiddler will be displayed under the `</$navigator>` part, so it won't open the link inside whatever you put here. If you want to have each tiddler open directly under the link than you need one of these chunks of code per link.
Here is the code:
```
<$navigator story="MySubStoryList" history="MySubHistoryList">
Click a link to get started:
[[Engineering]]
[[Noise Models]]
<$list filter="[list[MySubStoryList]]" history="MySubHistoryList">
<div>
! <$button message="tm-close-tiddler" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> <$view field="title"/>
<$transclude/>
</div>
</$list>
</$navigator>
```
<$navigator story="MySubStoryList" history="MySubHistoryList">
Click a link to get started:
[[Engineering]]
[[Noise Models]]
<$list filter="[list[MySubStoryList]]" history="MySubHistoryList">
<div>
! <$button message="tm-close-tiddler" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> <$view field="title"/>
<$transclude/>
</div>
</$list>
</$navigator>
<<bottomOfTiddler {{!!title}}>>
<$view field='title'/> - <$view field='modified'/><br>
Currently there isn't much you can do other than embed audio in a wiki as discussed in [[Embedding Audio]].
<<bottomOfTiddler>>
The code here shows how to make a list of everything tagged 'Engineering'.
Change where it says 'Engineering' to whatever tag you want a list for. Lists like this are at the bottom of every tiddler in this wiki, so go look at [[Engineering]] if you want to see what this does. Or at the bottom of almost any tiddler here.
```
---
Entries tagged [[Engineering]]
<$list filter="[tag[Engineering]]">
</$list>
```
<<bottomOfTiddler {{!!title}}>>
Also related to the recurring events implementation.
For the documentation make sure you include examples of how to use each widget, not just the documentation that they have at tiddlywiki.com
Widgets that are part of the core plugin:<br>
*[[Documentation:BrowseWidget]]
*[[Documentation:ButtonWidget]]
*[[Documentation:CheckboxWidget]]
*[[Documentation:CountWidget]]
*[[Documentation:DropzoneWidget]]
*[[Documentation:EditBitmapWidget]]
*[[Documentation:EditTextWidget]]
*[[Documentation:EditWidget]]
*[[Documentation:EncryptWidget]]
*[[Documentation:FieldManglerWidget]]
*[[Documentation:FieldsWidget]]
*[[Documentation:ImageWidget]]
*[[Documentation:ImportVariablesWidget]]
*[[Documentation:KeyboardWidget]]
*[[Documentation:LinkCatcherWidget]]
*[[Documentation:LinkWidget]]
*[[Documentation:ListWidget]]
*[[Documentation:MacroCallWidget]]
*[[Documentation:NavigatorWidget]]
*[[Documentation:PasswordWidget]]
*[[Documentation:RadioWidget]]
*[[Documentation:RevealWidget]]
*[[Documentation:ScrollableWidget]]
*[[Documentation:SelectWidget]]
*[[Documentation:SetVariableWidget]]
*[[Documentation:SetWidget]]
*[[Documentation:TextWidget]]
*[[Documentation:TiddlerWidget]]
*[[Documentation:TranscludeWidget]]
*[[Documentation:ViewWidget]]
Other widgets added to this wiki:<br>
*[[Documentation:HoverWidget]]
*~~[[Documentation:MakeTidWidget]]~~ - This functionality has been added elsewhere
<<bottomOfTiddler {{!!title}}>>
<$list filter='[tag[Awesome Thing]sort[title]]'>
<$link><$view field='title'/></$link> - <$transclude field='description'/> (<a href={{!!url}} target='_blank'>Go to site</a>)<br>
</$list>
This is a tiddler for the calendar demo
<$list filter='[is[current]]'>
<hr>
</$list>
To make block quotes you use
```
<<<
quoted text goes here
<<< person/thing quoted
```
which displays as
<<<
quoted text goes here
<<< person/thing quoted
you can leave out the person/thing quoted part if you don't want the citation.
You can also do quotes similar to how lists are done
```
>first line
>second line
>>second level quote
```
which displays as
>first line
>second line
>>second level quote
you can also mix this with the [[Static Ordered and Unordered Lists]]
<<bottomOfTiddler {{!!title}}>>
<$list filter="[all[current]tag[Book]]" template='BookDisplayTemplate'>
</$list>
<table>
<tr>
<th>Title</th>
<th><$reveal type=match text=true state='Library Tracker Settings!!show_author'>Author</$reveal></th>
<th><$reveal type=match text=true state='Library Tracker Settings!!show_location'>Location</$reveal></th>
<th><$reveal type=match text=true state='Library Tracker Settings!!show_series'>Series</$reveal></th>
<th><$reveal type=match text=true state='Library Tracker Settings!!show_genre'>Genre</$reveal></th>
</tr>
<tr>
<td>{{!!title}}</td>
<td><$reveal type=match text=true state='Library Tracker Settings!!show_author'>{{!!author}}</$reveal></td>
<td><$reveal type=match text=true state='Library Tracker Settings!!show_location'>{{!!location}}</$reveal></td>
<td><$reveal type=match text=true state='Library Tracker Settings!!show_series'>{{!!series}}</$reveal></td>
<td><$reveal type=match text=true state='Library Tracker Settings!!show_genre'>{{!!genre}}</$reveal></td>
</tr>
</table>
[[$:/plugins/inmysocks/Bookmarks]]
\define thisRemoveTag()
Select Tag: <$select tiddler='Bookmarks Settings' field='edit_tag_list'>
<$list filter='[[$:/data/Bookmarks/BookmarkTags]indexes[]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$button set='$:/data/Bookmarks/BookmarkTags##$(TagToRemove)$'>Remove Tag</$button>
\end
This is going to contain tools to remove tags from the potential bookmark tag list. This should be exactly what is used in the library tracker, but it isn't working here. I am confused.
<$set name=TagToRemove value={{Bookmarks Settings!!edit_tag_list}}>
<<thisRemoveTag>>
</$set>
This macro lists all tiddlers that are tagged with the current tiddler along with the text in the `blurb` field of the listed tiddlers. It also makes a `new topic` button that creates and opens a new tiddler tagged with the current tiddler. This is useful for creating tiddlers that will be displayed as children of the current tiddler in the table of contents.
To use this macro import it by clicking this link and dragging it to your wiki [[BottomOfTiddlerMacro]]. If you update the macro in [[BottomOfTiddlerMacro]] than it will be updated on all of the tiddler where you use it.
This is the current code for the macro:
```
\define getState()
$:/state/bottom/$(properTag)$
\end
\define getProperTag() [[$(properTag)$]]
\define bottomOfTiddler()
---
<$tiddler tiddler=<<currentTiddler>>>
<$set name="properTag" value={{!!title}}>
<$button>New Topic
<$action-sendmessage $message="tm-new-tiddler" title="New" text="<<bottomOfTiddler>>" blurb=" " tags=<<getProperTag>>/>
</$button>
<$reveal state=<<getState>> type='match' text='show'>
<$button>
<$action-setfield $tiddler=<<getState>> $field='text' $value='hide'/>
Hide</$button> entries tagged <$list filter="[all[current]]"/>
<$list filter="[all[current]tagging[]!has[draft.of]]">
<$link to={{!!title}}><$view field="title"/></$link> - <$view field="blurb"/>
</$list>
</$reveal>
<$reveal state=<<getState>> type='nomatch' text='show'>
<$button>
<$action-setfield $tiddler=<<getState>> $field='text' $value='show'/>
Show</$button> entries tagged <$list filter="[all[current]]"/>
</$reveal>
</$set>
</$tiddler>
\end
```
<<bottomOfTiddler {{!!title}}>>
\define getState()
$:/state/bottom/$(properTag)$
\end
\define getProperTag() [[$(properTag)$]]
\define bottomOfTiddler()
---
<$tiddler tiddler=<<currentTiddler>>>
<$set name="properTag" value={{!!title}}>
<$button>New Topic
<$action-sendmessage $message="tm-new-tiddler" title="New" text="<<bottomOfTiddler>>" blurb=" " tags=<<getProperTag>>/>
</$button>
<$reveal state=<<getState>> type='match' text='show'>
<$button>
<$action-setfield $tiddler=<<getState>> $field='text' $value='hide'/>
Hide</$button> entries tagged <$list filter="[all[current]]"/>
<$list filter="[all[current]tagging[]!has[draft.of]]">
<$link to={{!!title}}><$view field="title"/></$link> - <$view field="blurb"/>
</$list>
</$reveal>
<$reveal state=<<getState>> type='nomatch' text='show'>
<$button>
<$action-setfield $tiddler=<<getState>> $field='text' $value='show'/>
Show</$button> entries tagged <$list filter="[all[current]]"/>
</$reveal>
</$set>
</$tiddler>
\end
<$edit-text tiddler='$:/state/diceexample' field='num_dice' size=2/> d <$edit-text tiddler='$:/state/diceexample' field='dice_size' size=2/> x <$edit-text tiddler='$:/state/diceexample' field='multiplier' size=2/> + <$edit-text tiddler='$:/state/diceexample' field='bonus' size=2/> = {{$:/state/diceexample!!output2}}
<$prodfield2 filter='[[$:/state/diceexample]]' prodfield='die_roll' prodfield2='multiplier' storefield='output'/>
<$sumfield2 filter='[[$:/state/diceexample]]' sumfield='output' sumfield2='bonus' storefield='output2'/>
<$button>Roll the Dice
<$action-randval $tiddler='$:/state/diceexample' $field='die_roll' $lower=1 $upper={{$:/state/diceexample!!dice_size}} $step=1 $numrolls={{$:/state/diceexample!!num_dice}}/>
</$button>
Here is a list of builtin css classes, arranged roughly by category:
<$list filter='[tag[Builtin CSS Classes]]'>
<h1><$view field='caption'/></h1>
<$transclude mode=block/>
</$list>
These are used for general layout of the main TiddlyWiki view.
|!Name |!Description |
|tc-body |? |
|tc-more-sidebar |? |
|tc-page-controls |? |
|tc-sidebar-header |? |
|tc-sidebar-lists |? |
|tc-sidebar-scrollable |? |
|tc-site-title |? |
|tc-story-river |? |
|tc-subtitle |? |
|tc-system-title-prefix |? |
|tc-plugin-reload-warning |? |
|tc-title |? |
|tc-titlebar |? |
|tc-topbar |? |
|tc-topbar-left |? |
|tc-topbar-right |? |
|tc-advanced-search |? |
|tc-alert |? |
|tc-alert-highlight |? |
|tc-alert-subtitle |? |
|tc-alert-toolbar |? |
|tc-alerts |? |
|tc-dropzone |? |
|tc-control-panel |? |
These are other classes that don't seem to fit elsewhere, or I don't know what they are.
|!Name |!Description |
|tc-binary-warning |? |
|tc-bordered-image |? |
|tc-chooser |? |
|tc-chooser-item |? |
|tc-csv-table |? |
|tc-dirty |? |
|tc-dirty-indicator |? |
|tc-dragover |? |
|tc-error |? |
|tc-file-input-wrapper |? |
|tc-float-right |? |
|tc-improvement-banner |? |
|tc-message-box |? |
|tc-missing-tiddler-label |? |
|tc-muted |? |
|tc-notification |? |
|tc-scrollable-demo |Used for the demo for the scrollable widget on tiddlywiki.com |
|tc-search |? |
|tc-search-results |? |
|tc-selected |? |
|tc-small-icon |? |
|tc-static-alert |? |
|tc-static-alert-inner |? |
|tc-storyview-zoomin-tiddler |? |
|tc-swatch |? |
|tc-swatches-horiz |? |
|tc-untagged-label |? |
|tc-untagged-separator |? |
|tc-vertical |? |
These all have something to do with the table of contents
|!Name |!Description |
|tc-tabbed-table-of-contents |? |
|tc-tabbed-table-of-contents-content |? |
|tc-table-of-contents |? |
|toc-item |? |
|toc-item-selective |? |
Buttons are one of the main interface tools for tiddlywiki. Almost everything you interact with on this page is either a button (or can be made with a button) or a text field.
<<bottomOfTiddler>>
This is now all in the [[Calendar Plugin]]. Future work will be on that.
----
The things listed under this are part of a calendar demo I am working on. The calendar will keep track of which days you do a list of activities.
Tiddlers currently used:
<$list filter='[tag[Calendar Demo]]'>
</$list>
[[$:/plugins/inmysocks/TW5Utils/calendar-widget.js]]
[[Calendar widget example]] - it doesn't do what I want it to do.
Each date is a button, I need to make it open up a tiddler that shows information about that day. Hopefully a list of things for that day and a place to put notes or something. This will probably be a conditional view template.
Plan:
*Add date stuff using the javascript date objects. We should be able to make the calendar generate automatically using it.
*With the startup actions plugin I made I can have the wiki make a modal (or notification) appear to remind you of events.
*I can make a list that shows up in the sidebar or somewhere like that listing upcoming events and how long until they arrive.
*Once 5.1.8 is released than I will work on the gallery and use that to let you page through the months of the calendar.
*I will add configuration to it
*I will add the option to list the totals for each month on each months tiddler
*For the counts add a toggle that switches between showing every month/activity and only showing things that aren't zero
*Find some way to auto-generate the calendar months. This may be a more involved process than I want to deal with so it may not happen. They are pretty easy to make as it is so I am not too worried about it.
*I should integrate the task list into this somehow.
<<bottomOfTiddler>>
Plugin tiddler: [[$:/plugins/inmysocks/Calendar]]
Github: https://github.com/inmysocks/TW5-Calendar
To change the calendar behaviour by creating your own macro there are instructions on [[macros for the calendar widget|Macros for the Calendar Widget]].
<<tiddlerSlider [[Calendar Plugin Roadmap]]>>
<$transclude tiddler='$:/plugins/inmysocks/Calendar/readme' mode=block/>
The `calendar-month` widget probably won't have any significant changes since all it does is build the month, most significant progress will be in the macros included.
*With the startup actions plugin I made I can have the wiki make a modal (or notification) appear to remind you of events.
*I can make a list that shows up in the sidebar or somewhere like that listing upcoming events and how long until they arrive.
*Once 5.1.8 is released than I will work on the gallery and use that to let you page through the months of the calendar. - maybe, the list iterators may not happen in 5.1.8
*I will add configuration to it - this may mainly come from css classes and using different macros
*I will add the option to list the totals for each month on each months tiddler - this would come from a macro
*For the counts add a toggle that switches between showing every month/activity and only showing things that aren't zero - same
*I should integrate the task list into this somehow. - Once again macro.
*I should add more macros that can be distributed as part of the plugin.
If you have specific features you would like to see [[leave a message|User Feedback]].
.calendar-table {
border: 1px solid black;
overflow: hidden;
vertical-align: top;
width: 100%;
}
.calendar-table td, th {
width: 14%;
vertical-align: top;
}
.calendar-table td {
height: 100px;
}
\define thisMakeCurrentMonth()
_$(CurrentMonth)$_
\end
Count the number of times an activity has been done in:
<$select tiddler='$:/state/CalendarTotals' field='type'>
<option>All Time</option>
<option>By Year</option>
<option>By Year and Month</option>
</$select>
<!--
Year: <$select tiddler='$:/state/CalendarTotals' field='year'>
<$list filter='[tag[Calendar Month]get[year]]'>
<option><$view field='title'/></option>
</$list>
</$select>
-->
<$reveal type='match' state='$:/state/CalendarTotals!!type' text='All Time'>
<$list filter='[tag[Calendar Activity]]' variable=CurrentActivity>
<$view tiddler=<<CurrentActivity>> field='title'/> -
<$count filter='[title<CurrentActivity>fields[]]-[[title]]-[[created]]-[[modified]]-[[text]]-[[tags]]-[[dummy]]'/><br>
</$list>
</$reveal>
<$reveal type='match' state='$:/state/CalendarTotals!!type' text='By Year'>
<$list filter='[tag[Calendar Month]each[year]get[year]nsort[title]]' variable=CurrentYear>
<h2><<CurrentYear>></h2><br>
<$list filter='[tag[Calendar Activity]]' variable=CurrentActivity>
<$view tiddler=<<CurrentActivity>> field='title'/> -
<$count filter='[title<CurrentActivity>fields[]]-[[title]]-[[created]]-[[modified]]-[[text]]-[[tags]]-[[dummy]]+[removeprefix<CurrentYear>]'/><br>
</$list>
</$list>
</$reveal>
<$reveal type='match' state='$:/state/CalendarTotals!!type' text='By Year and Month'>
<$list filter='[tag[Calendar Month]each[year]get[year]nsort[title]]' variable=CurrentYear>
<h2><<CurrentYear>></h2>
<$list filter='[list[]]' variable=CurrentMonth>
<$list filter='[tag[Calendar Month]year<CurrentYear>month<CurrentMonth>]'>
<h3><<CurrentMonth>></h3>
<$list filter='[tag[Calendar Activity]]' variable=CurrentActivity>
<$set name=MonthPrefix value=<<thisMakeCurrentMonth>>>
<$view tiddler=<<CurrentActivity>> field='title'/> -
<$count filter='[title<CurrentActivity>fields[]]-[[title]]-[[created]]-[[modified]]-[[text]]-[[tags]]-[[dummy]]+[removeprefix<CurrentYear>]+[removeprefix<MonthPrefix>]'/><br>
</$set>
</$list>
</$list>
</$list>
</$list>
</$reveal>
<$calendar-month year=2000 month=2/>
A word that is in CamelCase shows up as a link.
A word is in CamelCase if it starts with a capital letter followed by a lower case letter, and has at least one other capital letter in the word.
```
CamelCase is
CAmelcase isn't
CamelcasE is
```
displays as:
CamelCase is
CAmelcase isn't
CamelcasE is
<<bottomOfTiddler {{!!title}}>>
This plugin is in my plugin library, you can add the library to your wiki by importing [[$:/pluginlibrary/inmysocks/StablePluginLibrary]] and then install the plugin using the `get more plugins` button in the $:/ControlPanel you can also import this plugin directly by importing the plugin tiddler [[$:/plugins/inmysocks/CategoryLists]]
github: https://github.com/inmysocks/TW5-CategoryLists
{{$:/plugins/inmysocks/CategoryLists/readme}}
<!--
At the moment this is presented as a task list, but it can be used for other things. I am currently using it as an [[issue tracker and change log|Change Log]] for the work I do with TiddlyWiki.
__Description:__
A task list split into categories. You can see an example [[here|Change Log]]. Clicking on a section title collapses that section, clicking on the {{$:/core/images/info-button}} icon gives information about the task, the checkbox marks the task as finished, the {{$:/core/images/edit-button}} lets you edit a task and the {{$:/core/images/cancel-button}} removes the task from the list.
__Features:__
*multiple independent lists are possibly by changing the `TaskTag` and `FinishedTag` parameters
*collapsible categories
*collapse all/expand all
*searchable by title
*searchable by category
*searchable by tag
*task creation interface
*remove old tasks (this just removes the tags that label it for the list, it doesn't delete the tiddler)
*start dates*
*due dates*
*task creation date*
@@font-size:12px; *At the moment these values aren't used by the list, but I am planning on integrating the task list with my [[calendar plugin|Calendar Plugin]] so that tasks entered on the list can be made to appear on the calendar. @@
__Planned features:__
*add sorting options
*making non-tasklist type lists
*integration with the [[calendar plugin|Calendar Plugin]]
*searchable by due, start and creation dates
*(possibly) allow an infinite number of nested categories, this may not be practical
__Usage:__
```
<<CategoryList TaskTag:"Task" FinishedTag:"Done" ShowAddTask:"True" ShowSearch:"True">>
```
__Parameters:__
|!Name |!Description |
|~TaskTag |The tag used to indicate that a tiddler should be on the list (Default: Task) |
|~FinishedTag |The tag added to finished tasks (Default: Done) |
|~ShowAddTask |If this is set to anything other than `True` the `New Task` button doesn't appear. (Default: True) |
|~ShowSearch |If this is set to anything other than `True` than the search interface is hidden. (Default: True) |
__Notes:__
If you only want to have a single task list using the tags `Task` and `Done` than simply using `<<CategoryList>>` will work. If you want to have another list that is independent of the first list you can just put `<<CategoryList TaskTag:"School Task">>`. You can have as many lists as you want by changing the `TaskTag`, and if you want the `FinishedTag`.
-->
it should be simple. Just make sure you use the tc-popup-keep class for all of them.
\define thisDisplayChangeLogEntry()
{{$:/data/Change Log##$(ThisEntry)$}} - <$view tiddler=<<ThisEntry>> field='title'><br>
\end
This is my new changelog using my category lists plugin, you can get the plugin from my plugin library. Unfinished Tasks are things I am planning on doing, including updates to plugins and bugfixes. Finished Tasks are things that I have done. Clicking on a section title collapses that section, clicking on the {{$:/core/images/info-button}} icon gives information about the task, the checkbox marks the task as finished, the {{$:/core/images/edit-button}} lets you edit a task and the {{$:/core/images/cancel-button}} removes the task from the list.
<<CategoryList Tag:"Planned Update" FinishedTag:"Change Log">>
---
<$reveal type='nomatch' state='$:/state/ChangeLog/showoldlog' text='show'>
<$button set='$:/state/ChangeLog/showoldlog' setTo='show'>Show Old Change Log</$button>
</$reveal>
<$reveal type='match' state='$:/state/ChangeLog/showoldlog' text='show'>
<$button set='$:/state/ChangeLog/showoldlog' setTo='hide'>Show Old Change Log</$button>
This was started on 10-03-2015, so anything older than that isn't listed.
Change:
<$edit-text tiddler='$:/temp/Change Log' field='change' class='tc-edit-texteditor'/>
<$button>Add Entry
<$action-setfield $tiddler='$:/data/Change Log' $index={{$:/temp/Change Log!!change}} $value=<<now "0DDth MMM YYYY">>/>
<$action-setfield $tiddler='$:/temp/Change Log' change=''/>
</$button>
<$list filter='[[$:/data/Change Log]indexes[]]' variable=ThisEntry>
<<thisDisplayChangeLogEntry>><br>
</$list>
</$reveal>
This may be more than is needed, but we shall see.
Actually doing this will take a long time. Probably far longer than I am willing to spend.
<$button popup="$:/state/changetiddlerwidthpopup" style='padding:1px' tooltip='Change Tiddler Width'>Tiddler Width</$button>
<$reveal type="popup" state="$:/state/changetiddlerwidthpopup">
<div class="tc-drop-down">
{{TiddlerWidthSettings}}
</div>
</$reveal>
The button uses these tiddlers (this was updated 03-03-2015):
*[[TiddlerWidthSettings]] - the tiddler that pops up when you click the button
*[[ChangeSizeButton]] - the button itself, you have to add the tag `$:/tags/TopLeftBar` to always show the button in the top left corner.
*[[Alternative Story Style CSS]] - hold the css classes that override the default classes. This should work for other themes. I think.
*[[$:/settings/apperance/TiddlerWidthSettings]]
*[[$:/settings/apperance/TiddlerWidthSettings/sidebar_scrollable]]
*[[$:/settings/apperance/TiddlerWidthSettings/story_river]]
*[[$:/settings/apperance/TiddlerWidthSettings/tiddler_frame]]
If you import those tiddlers into your wiki than you will have a working button.
<<bottomOfTiddler>>
<$button popup="$:/state/changetiddlerwidthpopup">Change Tiddler Width/Font Size</$button>
<$reveal type="popup" state="$:/state/changetiddlerwidthpopup">
<div class="tc-drop-down">
{{TiddlerWidthSettings}}
</div>
</$reveal>
This is the stuff used to change the icons for the expandable table of contents.
This modification is only for the `toc-selective-expandable` version, the same thing can be done with the other types, but this is the only one I have modified.
These tiddlers will add a tab to the control panel called `Table of Contents Settings`, if you use the Contents tiddler listed below than you can toggle between the normal table of contents icons and the icons using font awesome by changing what the drop down menu labeled `Table of contents icons`.
The other two dropdown menus in the settings tab select the close and open images used for the table of contents. After selecting an icon the menu itself won't display the icon, but it will be displayed next to the menu. I don't know why the menu doesn't show the icon, if you know please tell me.
''Note:'' You have to save and reload your wiki after installing the font awesome fonts or they won't show up.
Tiddlers used:
*[[$:/settings/TableOfContentsSettings]] - the settings tab in the control panel
*[[Other TOC Macros]] - the alternate macros
*[[Contents]] - the table of contents tiddler
*FontAwesomeMacro
This also uses the font awesome plugin from http://fontawesome.tiddlyspot.com/ and won't work if you don't have that also.
If you have trouble either ask in [[the google group|https://groups.google.com/forum/#!forum/tiddlywiki]] or using this sites [[User Feedback]] form.
When TiddlyWiki starts up in the browser it looks for a tiddler called [[$:/favicon.ico]] and dynamically uses it as the favicon for the page. If you modify the image then the favicon changes instantly to reflect it.
So if you want to change it just delete the current [[$:/favicon.ico]] and name the desired tiddler [[$:/favicon.ico]]. You may need to reload the tiddlywiki.
<<bottomOfTiddler {{!!title}}>>
Themes are complete packages that contain style information for a TiddlyWiki. They can do everything from changing the colours of text to completely changing the layout of the wiki (the mobile theme in this wiki is one example. It is also shown [[here|http://ooktech.com/jed/ExampleWikis/NewBrainTest/]]).
To change the theme of your wiki go to the $:/ControlPanel and click on the `Apperance` tab, then under that click on the `Theme` tab. There will be a list of themes currently available for your wiki. Clicking on one will change to that theme. Changing the theme can be easily undone by changing back to the previous one, so feel free to try out new themes, you won't break anything.
You can get new themes using the plugin library. To access the plugin library go to $:/ControlPanel and click on the `Plugins` tab and click on the button that says `Get More Plugins`.
I'm afraid this happened a few days ago to me too so I carefully removed and reloaded each tiddler, on http://fastnewdev.tiddlyspot.com, and got it to function properly... but it seems to have "reverted". I have no idea why and it must be a bug - @Jed, do you think you could take a look at it?
Here is a simple checkbox example:
Code:
```
<$checkbox field=some_field checked='foo' unchecked='bar'>Some Text</$checkbox>
{{!!some_field}}
```
Result:
<$checkbox field=some_field checked='foo' unchecked='bar'>Some Text</$checkbox>
{{!!some_field}}
<<bottomOfTiddler>>
[[$:/plugins/inmysocks/Citations]]
Documentation coming at some point. I hope. If I did things correctly not much should be needed. See [[Dashboard]] for how to import the plugin.
<<bottomOfTiddler {{!!title}}>>
\define thisTheOtherStuff()
<$reveal type="nomatch" state="$:/reveal/$(currentTitle)$" text="show">
<$button set="$:/reveal/$(currentTitle)$" setTo='show'>Show Note Section</$button> - Note Name: <$text text="""$(thisNoteName)$"""/>
</$reveal>
<$reveal type="match" state="$:/reveal/$(currentTitle)$" text="show">
<$button set="$:/reveal/$(currentTitle)$" setTo='hide'>Hide Note Section</$button> <<addQuestionButton>><br>Note Name: <$text text="""$(thisNoteName)$"""/>
<$edit-text tiddler=<<currentTiddler>> class='tc-edit-texteditor' placeholder='Class Notes'/>
</$reveal>
\end
\define thisQuestionTiddler()
$:/questions/$(className)$: $(qualifyId)$
\end
\define addQuestionButton()
<$button>Add Question for this Note
<$action-setfield $field=qualify_id $value=<<now "DDth mmm hh:mm:0ss">>/>
<$action-setfield $tiddler=<<thisQuestionTiddler>> question=true class="""$(className)$""" date="""$(currentDate)$""" for_note="""$(thisNoteName)$"""/>
</$button>
\end
<$set name=qualifyId value={{!!qualify_id}}>
<$set name=currentTitle value={{!!title}}>
<$set name=thisNoteName filter='[is[current]]+[removeprefix[$:/notes/]]'>
<<thisTheOtherStuff>>
</$set>
</$set>
</$set>
<br>
\define thisTheOtherStuff()
<$reveal type="nomatch" state="$:/reveal/$(currentTitle)$" text="show">
<$button set="$:/reveal/$(currentTitle)$" setTo='show'>Show Note Section</$button> - Note Name: <$text text="""$(thisNoteName)$"""/>
</$reveal>
<$reveal type="match" state="$:/reveal/$(currentTitle)$" text="show">
<$button set="$:/reveal/$(currentTitle)$" setTo='hide'>Hide Note Section</$button> <<addQuestionButton>><br>Note Name: <$text text="""$(thisNoteName)$"""/>
<$edit-text tiddler=<<currentTiddler>> class='tc-edit-texteditor' placeholder='Class Notes'/>
</$reveal>
\end
\define thisQuestionTiddler()
$:/questions/$(className)$: $(qualifyId2)$
\end
\define addQuestionButton()
<$button>Add Question for this Note
<$action-setfield $tiddler=<<thisQuestionTiddler>> question=true class="""$(className)$""" date="""$(currentDate)$""" for_note="""$(thisNoteName)$"""/>
</$button>
\end
<$set name=qualifyId2 value={{!!question_count}}/>
<$set name=currentTitle value={{!!title}}>
<$set name=thisNoteName filter='[is[current]]+[removeprefix[$:/notes/]]'>
<<thisTheOtherStuff>>
</$set>
</$set>
<br>
\define thisTheOtherStuff()
<$reveal type="nomatch" state="$:/reveal/$(currentTitle)$" text="show">
<$button set="$:/reveal/$(currentTitle)$" setTo='show'>Show Question</$button> - For Note: <$text text={{!!for_note}}/>
</$reveal>
<$reveal type="match" state="$:/reveal/$(currentTitle)$" text="show">
<$button set="$:/reveal/$(currentTitle)$" setTo='hide'>Hide Question</$button><br>For Note: <$text text={{!!for_note}}/>
<$edit-text tiddler=<<currentTiddler>> class='tc-edit-texteditor' placeholder='Questions'/>
</$reveal>
\end
<$set name=currentTitle value={{!!title}}>
<<thisTheOtherStuff>>
</$set>
<br>
\define thisTheOtherStuff()
<$reveal type="nomatch" state="$:/reveal/$(currentTitle)$" text="show">
<$button set="$:/reveal/$(currentTitle)$" setTo='show'>Show Question</$button> - For Note: <$text text={{!!for_note}}/>
</$reveal>
<$reveal type="match" state="$:/reveal/$(currentTitle)$" text="show">
<$button set="$:/reveal/$(currentTitle)$" setTo='hide'>Hide Question</$button><br>For Note: <$text text={{!!for_note}}/>
<$edit-text tiddler=<<currentTiddler>> class='tc-edit-texteditor' placeholder='Questions'/>
</$reveal>
\end
<$set name=currentTitle value={{!!title}}>
<<thisTheOtherStuff>>
</$set>
<br>
I may not actually be able to do much.
The whole wiki could use work
I don't have anything specific here
<$navigator story='$:/StoryList' history='$:/HistoryList'>
<$button>Clear Plugin Library Data
<$list filter='[prefix[$:/temp/ServerConnection/]][prefix[$:/temp/RemoteAssetInfo/]]'>
<$action-sendmessage $message='tm-delete-tiddler' $param=<<currentTiddler>>/>
</$list>
</$button>
</$navigator>
<$set name=videoID value={{$:/.rich/data/videos##Col. Chris Hadfield - A Space Oddity}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="00:00:00" end="00:00:25"/>
</$set>
{{!!segment_description}}
<$set name=videoID value={{$:/.rich/data/videos##Col. Chris Hadfield - A Space Oddity}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="00:02:31" end="00:02:37"/>
</$set>
Because why not?
{{!!segment_description}}
<$set name=videoID value={{$:/.rich/data/videos##Col. Chris Hadfield - A Space Oddity}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="00:04:04" end="00:04:10"/>
</$set>
Because why not?
{{!!segment_description}}
<$set name=videoID value={{$:/.rich/data/videos##Col. Chris Hadfield - A Space Oddity}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="00:05:12" end="00:05:19"/>
</$set>
Because why not?
It may not be good to have here. Who knows.
\define buildFirstString()
{{$(tiddlerName)$!!this_field}}
\end
\define getTransclusion()
http://$(firstString)$.com
\end
''I will add more to this if I find more cases that break or don't act as expected.''
Some explaination of how things work from Jeremy in this thread: https://groups.google.com/forum/#!topic/tiddlywiki/QXaD2i6tWeo
* Invoking a macro with double angle brackets causes the result of the macro (after parameter and variable substitutions) to be wikified (as expected)
* Using a macro as a widget/element attribute (eg `<div class=<<myMacro>>>`) doesn't wikify the result of the macro; the plain result of the macro is assigned to the attribute. ''This one is the reason why the problem in the `Using parameters passed to macros to create strings` part happens. The `<$set name=firstString value=<<buildFirstString>>>` line doesn't wikify the output of `<<buildFirstString>>`. There may be a simpler fix than I have used here.''
* Invoking a macro with double angle brackets doesn't allow parameters to be specified as transclusions or macro invocations; you can only use plain strings. ''This one is why the first example doesn't work.''
* Macros can also be invoked with the `<$macrocall>` widget, which does allow attributes to be specified as transclusions or macro invocations. ''This could fix the first one, I am less certain of the second. I am not sure if it would be simpler using $macrocall or not.''
I will try to write out some examples of what works and what doesn't later.
!Using parameters passed to macros to create strings
I will add this section eventually, but the idea is that `<<someMacro {{!!field_containing_string}}>>` where `someMacro` is
```
\define someMacro(string)
http://$string$.com
\end
```
will not work.
Until I expand this section the tiddler [[Concatenating text to make dynamic URLs]] shows what does work.
!Simplest example using two levels of variables
This is the simplest example I could make of what breaks, because of this there are other ways around this, but situations can come up where this would become a problem.
One example that breaks, note that there are two 'levels', that is a string is built by setting a variable and using that variable in a macro, then the resulting string is set as a variable which is in turn used in another macro to build a second string. This doesn't work.:
```
\define buildFirstString()
{{$(tiddlerName)$!!this_field}}
\end
\define getTransclusion()
http://$(firstString)$.com
\end
<$select field='this_field'>
<option>sluggy</option>
<option>tiddlywiki</option>
</$select>
<$set name=tiddlerName value={{!!tiddler_name}}>
<$set name=firstString value=<<buildFirstString>>>
<<getTransclusion>><br>
<$button><$action-setfield $field=demonstration1 $value=<<getTransclusion>>/>Set the field</$button>
</$set>
</$set>
And the field contains:
<$view field=demonstration1/>
```
Gives:
<$select field='this_field'>
<option>sluggy</option>
<option>tiddlywiki</option>
</$select>
<$set name=tiddlerName value={{!!tiddler_name}}>
<$set name=firstString value=<<buildFirstString>>>
<<getTransclusion>><br>
<$button><$action-setfield $field=demonstration1 $value=<<getTransclusion>>/>Set the field</$button>
</$set>
</$set>
And the field contains:
<$view field=demonstration1/>
Which isn't what we want.
Fortunately there is an easy way around this by using the set widget and filters, so
```
\define getTransclusion()
$(firstString)$.com
\end
\define thisFilter()
[[$(tiddlerName)$]get[this_field]]
\end
<$set name=tidName value={{!!tiddler_name}}>
<$set name=firstString filter='[<tidName>get[this_field]]'>
<<getTransclusion>><br>
<$button><$action-setfield $field=demonstration2 $value=<<getTransclusion>>/>Set the field</$button>
</$set>
</$set>
And the field contains:
<$view field=demonstration2/>
```
Gives:
<$select field='this_field'>
<option>sluggy</option>
<option>tiddlywiki</option>
</$select>
<$set name=tidName value={{!!tiddler_name}}>
<$set name=firstString filter='[<tidName>get[this_field]]'>
<<getTransclusion>><br>
<$button><$action-setfield $field=demonstration2 $value=<<getTransclusion>>/>Set the field</$button>
</$set>
</$set>
And the field contains:
<$view field=demonstration2/>
<<bottomOfTiddler>>
\define getAddress()
http://www.principiadiscordia.com/book/$(page)$.php
\end
\define getAddress2()
http://www.sluggy.com/comics/archives/$(dailyWeekly)$/$(year)$$(month)$$(day)$
\end
\define makeOption()
<$set name=optionValue value={{Test Data Tiddler##$(currentThing)$}}>
<option value=<<optionValue>>><$view field='title'/></option>
</$set>
\end
You can use a macro and set widgets to create URLs based on form input, or other inputs.
!A simple example and the code
Select the page using the dropdown menu and then click on the link to be brought to that page:
<$select field='test_field'>
<$list filter="1 2 3 4 5 6 7 8 9 10 45 81">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name=page value={{!!test_field}}>
<a href=<<getAddress>> target="_blank">go to page {{!!test_field}}</a>
</$set>
Code:
```
\define getAddress()
http://www.principiadiscordia.com/book/$(page)$.php
\end
<$select field='test_field'>
<$list filter="1 2 3 4 5 6 7 8 9 10 45 81">
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name=page value={{!!test_field}}>
<a href=<<getAddress>> target="_blank">go to page {{!!test_field}}</a>
</$set>
```
!More complex URLs can be built using this same method
<$select field='year'>
<option value='14'>2014</option>
<option value='13'>2013</option>
<option value='12'>2012</option>
<option value='11'>2011</option>
<option value='10'>2010</option>
<option value='09'>2009</option>
<option value='08'>2008</option>
</$select>
<$select field='month'>
<option value='01'>January</option>
<option value='02'>February</option>
<option value='03'>March</option>
<option value='04'>April</option>
<option value='05'>May</option>
<option value='06'>June</option>
<option value='07'>July</option>
<option value='08'>August</option>
<option value='09'>September</option>
<option value='10'>October</option>
<option value='11'>November</option>
<option value='12'>December</option>
</$select>
<$select field='day'>
<option value='01'>1</option>
<option value='02'>2</option>
<option value='03'>3</option>
<option value='04'>4</option>
<option value='05'>5</option>
<option value='06'>6</option>
<option value='07'>7</option>
<option value='08'>8</option>
<option value='09'>9</option>
<option value='10'>10</option>
</$select>
<$select field='day_week'>
<option value='daily'>Daily</option>
<option value='weekly'>Weekly</option>
</$select>
<$set name=dailyWeekly value={{!!day_week}}>
<$set name=year value={{!!year}}>
<$set name=month value={{!!month}}>
<$set name=day value={{!!day}}>
<a href=<<getAddress2>> target="_blank">go to the comic for {{!!day}}/{{!!month}}/20{{!!year}}</a>
</$set>
</$set>
</$set>
</$set>
Code:
```
\define getAddress2()
http://www.sluggy.com/comics/archives/$(dailyWeekly)$/$(year)$$(month)$$(day)$
\end
<$select field='year'>
<option value='14'>2014</option>
<option value='13'>2013</option>
<option value='12'>2012</option>
<option value='11'>2011</option>
<option value='10'>2010</option>
<option value='9'>2009</option>
<option value='8'>2008</option>
</$select>
<$select field='month'>
<option value='01'>January</option>
<option value='02'>February</option>
<option value='03'>March</option>
<option value='04'>April</option>
<option value='05'>May</option>
<option value='06'>June</option>
<option value='07'>July</option>
<option value='08'>August</option>
<option value='09'>September</option>
<option value='10'>October</option>
<option value='11'>November</option>
<option value='12'>December</option>
</$select>
<$select field='day'>
<option value='01'>1</option>
<option value='02'>2</option>
<option value='03'>3</option>
<option value='04'>4</option>
<option value='05'>5</option>
<option value='06'>6</option>
<option value='07'>7</option>
<option value='08'>8</option>
<option value='09'>9</option>
<option value='10'>10</option>
</$select>
<$select field='day_week'>
<option value='daily'>Daily</option>
<option value='weekly'>Weekly</option>
</$select>
<$set name=dailyWeekly value={{!!day_week}}>
<$set name=year value={{!!year}}>
<$set name=month value={{!!month}}>
<$set name=day value={{!!day}}>
<a href=<<getAddress2>> target="_blank">go to comic for {{!!day}}/{{!!month}}/20{{!!year}}</a>
</$set>
</$set>
</$set>
</$set>
```
!Using data tiddlers:
The data tiddler: [[Test Data Tiddler]]
<$select field='test_field'>
<$list filter='[[Test Data Tiddler]indexes[]]'>
<$set name=currentThing value=<<currentTiddler>>>
<<makeOption>>
</$set>
</$list>
</$select>
<$set name=page value={{!!test_field}}>
<a href=<<getAddress>> target="_blank">go to page {{!!test_field}}</a>
</$set>
```
\define getAddress()
http://www.principiadiscordia.com/book/$(page)$.php
\end
\define makeOption()
<$set name=optionValue value={{Test Data Tiddler##$(currentThing)$}}>
<option value=<<optionValue>>><$view field='title'/></option>
</$set>
\end
<$select field='test_field'>
<$list filter='[[Test Data Tiddler]indexes[]]'>
<$set name=currentThing value=<<currentTiddler>>>
<<makeOption>>
</$set>
</$list>
</$select>
<$set name=page value={{!!test_field}}>
<a href=<<getAddress>> target="_blank">go to page {{!!test_field}}</a>
</$set>
```
<<bottomOfTiddler>>
<p>
<$tiddler tiddler={{!!title}}>
<$set name="tiddlerName" value={{!!title}}>
<<contactSlider>>
</$set>
</$tiddler>
</p>
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
[[$:/plugins/inmysocks/Contacts]]
Documentation coming at some point. I hope. If I did things correctly not much should be needed. See [[Dashboard]] for how to import the plugin.
<<bottomOfTiddler {{!!title}}>>
This macro is used display the contacts in the [[Contacts]] tiddler.
Editing the code between the line `<$tiddler tiddler=<<currentTiddler>>>` and the line `</$tiddler>` changes what is shown when the button for that contact is pressed in the [[Contacts]] tiddler.
This uses the [[EditField 1 & 2 Macros]], [[ContactAddress Macro]] and the [[ContactAbout Macro]], all of which are in ContactsMacros
The macro code is:
```
\define contactSlider()
<$reveal type="nomatch" state="$:/state/$(tiddlerName)$" text="show">
<$button set="$:/state/$(tiddlerName)$" setTo="show">$(tiddlerName)$</$button>
<$view field="blurb"/>
</$reveal>
<$reveal type="match" state="$:/state/$(tiddlerName)$" text="show">
<$button set="$:/state/$(tiddlerName)$" setTo="hide">$(tiddlerName)$</$button>
<$tiddler tiddler=<<currentTiddler>>>
<$link to=<<currentTiddler>>>Open Contact</$link>
|!Personal Email Address |<<editField1 personal_email_address>> |<<editField2 personal_email_address>> |
|!Work Email Address |<<editField1 work_email_address>> |<<editField2 work_email_address>> |
|!Other Email Address |<<editField1 other_email_address>> |<<editField2 other_email_address>> |
|!Home Phone Number |<<editField1 home_phone_number>> |<<editField2 home_phone_number>> |
|!Cell Phone Number |<<editField1 cell_phone_number>> |<<editField2 cell_phone_number>> |
|!Work Phone Number |<<editField1 work_phone_number>> |<<editField2 work_phone_number>> |
|!Blurb |<<editField1 blurb>> |<<editField2 blurb>> |
<<contactAddress>>
<<contactAbout>>
</$tiddler>
</$reveal>
\end
```
<<bottomOfTiddler {{!!title}}>>
<$reveal type='nomatch' state='$:/settings/toc' text='folder'>
<div class='tc-table-of-contents'>
<<toc-selective-expandable 'Contents' 'sort[list]'>>
</div>
</$reveal>
<$reveal type='match' state='$:/settings/toc' text='folder'>
<div class='tc-table-of-contents'>
<<my-toc-selective-expandable 'Contents' 'sort[list]'>>
</div>
</$reveal>
Replace whatever is inside the curly braces with your desired changes. See [[list of some relevant CSS properties]] for things you can change.
!Common changes (copy and paste, replace the parts you want to change):
Font size (replace 20px with whatever size you want): `font-size:20px;`
Font color (change blue to whatever color you want): `color:blue;`
Font family (You would never want anything other than comic sans, so you can't change anything here): `font-family:Comic Sans MS;`
Background color: `background-color:pink;`
!Things you can change:
''Full tiddler (can change background color)''
```
.tc-tiddler-frame {
background-color:brown;
}
```
''Text in tiddler body''
```
.tc-tiddler-frame .tc-tiddler-body {
font-size: 15px;
line-height: 22px;
color: blue;
}
```
''Normal tiddler title:''
```
.tc-title {
color:green;
font-size:30px;
font-family:Comic Sans MS;
}
```
''The title while editing a tiddler''
```
input.tc-titlebar.tc-edit-texteditor {
color:blue;
}
```
''The main text editing area of tiddlers in edit mode:''
```
.tc-tiddler-edit-frame textarea {
font-size:10px;
}
```
<$button class='tc-btn-invisible' to='Copyleft Info' tooltip='Copyleft Info'>
[img height=20px [Copyleft.svg]]
</$button>
I have written a bit about what I see as the problems with licensing content for TiddlyWiki caused by it being a single page application in [[Thoughts about TiddlyWiki and Licensing]], read that for more information.
For the purposes of this site I am going to mostly ignore the problems caused by single page applications and licensing and claim that plugins and wiki content are distinct entities as far as licenses are concerned. I know that not everyone shares this view.
With that said here is how I am going to claim is the copyright/license status of things on this site:
*The HTML code that isn't in one of the other categories here falls under [[the normal tiddlywiki license on github|https://github.com/Jermolene/TiddlyWiki5/blob/master/licenses/copyright.md]].
*The core plugin (the $:/core tiddler itself) also falls under the normal TiddlyWiki license.
*Any official TiddlyWiki plugins also use the normal TiddlyWiki license.
*Any plugins that aren't by me on this site have whatever license their original creators gave them.
*Non-plugin tiddlers that aren't created by me (there aren't many on this site) are copyright their respective creators.
*Any plugins I created can be used however you wish, if you must attach a license for some reason use whichever of the permissive licenses best suits your needs as long as it allows modification and distribution. Note that if you use TiddlyWiki the source code is necessarily available to anyone who uses the wiki your create, this is a consequence of how TiddlyWiki works and is unavoidable.
*As much as it is possible to legally do so without violating the above, the content that I have created on this wiki, with content defined as any non-shadow tiddlers (modified or otherwise), is under a Creative Commons Attribution-ShareAlike 4.0 International License. ~~Until I get answers to the questions raised in [[Thoughts about TiddlyWiki and Licensing]] I am going to assume that this works and is legal.~~ (From discussions on the TiddlyWiki forum it was explained to me that this is indeed legal, and not even really in question.)
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Wiki Reference Wiki</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">inmysocks</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 980 980"><circle cx="490" cy="490" r="440" fill="none" stroke="#000" stroke-width="100"/><path d="M486,215C356,215 247,306 219,428L350,428C374,376 426,340 486,340C569,340 636,407 636,490C636,573 569,640 486,640C426,640 374,604 350,553L219,553C247,674 356,765 486,765C638,765 761,642 761,490C761,338 638,215 486,215z"/></svg>
Something like listing years horizontally, and inside each year list months vertically. That is a bad example but something like that.
Something that could be used to generate what is discussed in [[this thread|https://groups.google.com/forum/#!topic/tiddlywiki/yb19RzU7j4E]] that can dynamically build the list without a set number of years or sample sites.
<<bottomOfTiddler>>
Since only books should exist so far it could just make the item_type field and set it to book for every existing item.
Plugin: [[$:/plugins/inmysocks/CategoryLists]]
It is also in my [[stable plugin library|$:/pluginlibrary/inmysocks/StablePluginLibrary]].
It is used to keep track of the [[Change Log]] if you want an example of it in use.
When you want a small bit of static text to pop up when you hover over something like an in line footnote. This is restricted to only text, if you want more see [[Make something pop up when you put the mouse over it]] for a more flexible version.
In this example `Note` is the superscript word that is shown (you can change it to whatever text you want) and `Hi, I am a footnote with further information.` is what pops up. This can only be text and can't reference anything else.
This code
```
And we have a footnote<<hoverFootnote "Note" "Hi, I am a footnote with further information.">>
```
displays as:
And we have a footnote<<hoverFootnote "Note" "Hi, I am a footnote with further information.">>
!!Another way:
If you want the footnotes to show up at the bottom of the page as well you use these two bits of code.
First, where you want the footnote to appear in the text you use
```
Some text that needs a footnote<<hoverRef "label">>
```
And then at the bottom of the page you put
```
<<footnotes "label" "This is just like the plain old bottom definition.">>
```
The two bits of code display as:
Some text that needs a footnote<<hoverRef "label">>
<br>
blah blah blah(the rest of the page)
<br>
<<footnotes "label" "This is just like the plain old bottom definition.">>
<<bottomOfTiddler {{!!title}}>>
[[$:/plugins/inmysocks/CreateEditTiddlers]]
Documentation coming at some point. I hope. If I did things correctly not much should be needed. See [[Dashboard]] for how to import the plugin.
<<bottomOfTiddler {{!!title}}>>
!The quick solution
is to import this by clicking on the link below and dragging it to your wiki:
[[Contents]]
Then anything you tag `Contents` will show up in the first level of the table of contents, like `Things to import to make everything work`, `What to do` and `Wiki Examples` are in this wiki. Then anything tagged with the name of a tiddler in the table of contents will be included under that tiddler, like how `CamelCase` is listed under `Wiki Examples` in this wiki.
So any tiddler tagged `Wiki Examples` shows up under Wiki Examples, and any tiddler tagged `Wiki Formatting - text, tables, etc.` shows up in the table of contents under Wiki Formatting - text, tables, etc. and so on.
!To build one of your own
!!__TOC types I created__
*The mobile menu type table of contents (These requires the tiddler [[$:/macros/inmysocks/MobileMenu]])
''Basic mobile toc:''
```
<div class="tc-table-of-contents">
<<MobileMenu RootTag:"Contents" MenuType:TOC>>
</div>
```
<$reveal state='$:/state/mobilemenutocexample' type='match' text='show'>
<$button set='$:/state/mobilemenutocexample' setTo='noshow'>Hide Mobile Menu TOC</$button>
<div class="tc-table-of-contents">
<<MobileMenu RootTag:"Contents" MenuType:TOC>>
</div>
</$reveal>
<$reveal state='$:/state/mobilemenutocexample' type='nomatch' text='show'>
<$button set='$:/state/mobilemenutocexample' setTo='show'>Show Mobile Menu TOC</$button>
</$reveal>
''Selectively expandable mobile toc:''
```
<div class="tc-table-of-contents">
<<MobileMenu RootTag:"Contents" MenuType:"TOC-Selective">>
</div>
```
<$reveal state='$:/state/mobilemenuselectivetocexample' type='match' text='show'>
<$button set='$:/state/mobilemenuselectivetocexample' setTo='noshow'>Hide Mobile Menu Selective TOC</$button>
<div class="tc-table-of-contents">
<<MobileMenu RootTag:"Contents" MenuType:"TOC-Selective">>
</div>
</$reveal>
<$reveal state='$:/state/mobilemenuselectivetocexample' type='nomatch' text='show'>
<$button set='$:/state/mobilemenuselectivetocexample' setTo='show'>Show Mobile Menu Selective TOC</$button>
</$reveal>
!!__Part of the core__
Create a tiddler called `Contents` or `Table of Contents` or `bob`, then put one of the table of contents macros into the tiddler and (optionally) tag the tiddler `$:/tags/SideBar`. If you tag the tiddler with `$:/tags/SideBar` than it will appear in the sidebar like the table of contents on this wiki. Otherwise it will just be in the tiddler you created.
There are a few pre-made table of contents macros available. Here is the code to put into your tiddler along with examples of what each one looks like (click the button in each entry to see the example). Replace `Contents` in the following bits of code with the name of your table of contents tiddler to make it work:
*Expandable - click on the {{$:/core/images/right-arrow}} to expand a section
**<div>
```
<div class="tc-table-of-contents">
<<toc-expandable "Contents">>
</div>
```
</div>
**<div>
<$reveal state='$:/state/expandabletoc' type='match' text='show'>
<$button set='$:/state/expandabletoc' setTo='noshow'>Exapndable TOC</$button>
<div class="tc-table-of-contents">
<<toc-expandable "Contents">>
</div>
</$reveal>
<$reveal state='$:/state/expandabletoc' type='nomatch' text='show'>
<$button set='$:/state/expandabletoc' setTo='show'>Exapndable TOC</$button>
</$reveal>
</div>
*Selective Expandable - click on the {{$:/core/images/right-arrow}} to expand a section, but {{$:/core/images/right-arrow}} only appears when a section isn't empty.
**<div>
```
<div class="tc-table-of-contents">
<<toc-selective-expandable "Contents">>
</div>
```
</div>
**<div>
<$reveal state='$:/state/selectexpandabletoc' type='match' text='show'>
<$button set='$:/state/selectexpandabletoc' setTo='noshow'>Selective Exapndable TOC</$button>
<div class="tc-table-of-contents">
<<toc-selective-expandable "Contents">>
</div>
</$reveal>
<$reveal state='$:/state/selectexpandabletoc' type='nomatch' text='show'>
<$button set='$:/state/selectexpandabletoc' setTo='show'>Selective Exapndable TOC</$button>
</$reveal>
</div>
*Simple - just a listing of contents with indents to show the hierarchy
**<div>
```
<div class="tc-table-of-contents">
<<toc "Contents">>
</div>
```
</div>
**<div>
<$reveal state='$:/state/simpletoc' type='match' text='show'>
<$button set='$:/state/simpletoc' setTo='noshow'>Simple TOC</$button>
<div class="tc-table-of-contents">
<<toc "Contents">>
</div>
</$reveal>
<$reveal state='$:/state/simpletoc' type='nomatch' text='show'>
<$button set='$:/state/simpletoc' setTo='show'>Simple TOC</$button>
</$reveal>
</div>
*Sorted Expandable - same as expandable, but sorted by title
**<div>
```
<div class="tc-table-of-contents">
<<toc-expandable "Contents" "sort[title]">>
</div>
```
</div>
**<div>
<$reveal state='$:/state/sortedexpandabletoc' type='match' text='show'>
<$button set='$:/state/sortedexpandabletoc' setTo='noshow'>Expandable TOC - Sorted</$button>
<div class="tc-table-of-contents">
<<toc-expandable "Contents" "sort[title]">>
</div>
</$reveal>
<$reveal state='$:/state/sortedexpandabletoc' type='nomatch' text='show'>
<$button set='$:/state/sortedexpandabletoc' setTo='show'>Expandable TOC - Sorted</$button>
</$reveal>
</div>
*Tabbed - internal navigation - A tabbed table of contents that opens links in the same tiddler (like on the [[Dashboard]])
**<div>
```
<<toc-tabbed-internal-nav tag:"Contents" selectedTiddler:"$:/temp/toc/selectedTiddler" unselectedText:"Select a topic in the table of contents. Click the arrow to expand a topic.">>
```
</div>
**<div>
<$reveal state='$:/state/tabbedinternal' type='match' text='show'>
<$button set='$:/state/tabbedinternal' setTo='noshow'>Tabbed TOC - Internal Navigation</$button>
<<toc-tabbed-internal-nav tag:"Contents" selectedTiddler:"$:/temp/toc/selectedTiddler" unselectedText:"Select a topic in the table of contents. Click the arrow to expand a topic.">>
</$reveal>
<$reveal state='$:/state/tabbedinternal' type='nomatch' text='show'>
<$button set='$:/state/tabbedinternal' setTo='show'>Tabbed TOC - Internal Navigation</$button>
</$reveal>
</div>
*Tabbed - external navigation - A tabbed table of contents that opens links externally (try it out to see what that means)
**<div>
```
<<toc-tabbed-external-nav tag:"Contents" selectedTiddler:"$:/temp/toc/selectedTiddler" unselectedText:"Select a topic in the table of contents. Click the arrow to expand a topic.">>
```
</div>
**<div>
<$reveal state='$:/state/tabbedexternal' type='match' text='show'>
<$button set='$:/state/tabbedexternal' setTo='noshow'>Tabbed TOC - External Navigation</$button>
<<toc-tabbed-external-nav tag:"Contents" selectedTiddler:"$:/temp/toc/selectedTiddler" unselectedText:"Select a topic in the table of contents. Click the arrow to expand a topic.">>
</$reveal>
<$reveal state='$:/state/tabbedexternal' type='nomatch' text='show'>
<$button set='$:/state/tabbedexternal' setTo='show'>Tabbed TOC - External Navigation</$button>
</$reveal>
</div>
!Define your own table of contents macro
The macros used above are stored in [[$:/core/macros/toc]], you can look at them for examples of how the macros are made. If you want to make your own you should put it in a tiddler you make and tag that tiddler with `$:/tags/Macro`, or put the macro in the tiddler that you are using as your table of contents and it won't be available anywhere else in the wiki.
<<bottomOfTiddler {{!!title}}>>
These are borders for things that have borders. The most common are probably: $button widget, table, div
|!Name |!Use |!Values Used |
|border |Applies to all borders | |
|border-bottom |Applies to the bottom border |^|
|border-left |Applies to the left border |^|
|border-right |Applies to the right border |^|
|border-top |Applies to the top border |^|
|border-width |Sets the border width | |
|border-bottom-width |Sets the bottom border width | |
|border-left-width |Sets the left border width | |
|border-right-width |Sets the right border width | |
|border-top-width |Sets the top border width | |
|border-bottom-color |Sets the bottom border color | |
|border-left-color |Sets the left border color | |
|border-right-color |Sets the right border color | |
|border-top-color |Sets the top border color | |
|border-bottom-style |Style for the bottom border | |
|border-left-style |Style for the left border | |
|border-right-style |Style for the right border | |
|border-top-style |Style for the top border | |
Color has a lot, so it gets its own thing.
|!Name |!Description |!Values Used |
|color |Sets color of the current element |Hex RGB values, either 3 or 6 long (#xxx or #xxxxxx), or defined colour names (blue, black, forestgreen, burlywood, blanchedalmond, there are many of them) |
|background-color |Sets the color of the background of the current element |Same as color |
For the hex colors, #000 or #000000 is @@color:#000;black@@ and #fff or #ffffff is @@background-color:#000;color:#fff;white@@, #f00 or #ff0000 is @@color:#f00;pure red@@, #0f0 or #00ff00 is @@color:#0f0;pure green@@ and #00f or #0000ff is @@color:#00f; pure blue@@.
Or you can use named colors:
(Note that while the property is spelled `color`, for the color names both `grey` and `gray` are used.)
<<tiddlerSlider "List of CSS Named Colors">>
These are used to define the dimensions of things where that makes sense (table, div, text areas, etc.)
|!Name |!Description |
|width |The width of the element |
|min-width |The minimum width of an element with a dynamically defined width |
|max-width |The maximum width of an element with a dynamically defined width |
|line-height |The height of a line of text, this is independent of the font size |
|height |The height of the element |
|min-height |The minimum height for dynamically defined heights |
|max-height |The maximum height for dynamically defined heights |
Here are properties that have to do with positioning elements
|!Name |!Description |!Values Used |
|position |This sets how the positioning is determined |inherit static relative absolute fixed |
|top |The vertical offset between the top of the element and the top of the parent |inherit auto px em vh vw % (can be negative) |
|right |The offset from the right edge of the element and the right edge of the parent |inherit auto px em vh vw % (can be negative) |
|bottom |The vertical offset between the bottom of the element and the bottom of the parent |inherit auto px em vh vw % (can be negative) |
|left |The offset from the left edge of the element and the left edge of the parent |inherit auto px em vh vw % (can be negative) |
|vertical-align |The vertical alignment of the element inside it's parent |inherit baseline middle top bottom text-top text-bottom super sub px em vh vw % (can be negative) |
|overflow |How to handle content that goes outside the parent container |inherit visible hidden scroll auto |
|overflow-x |Same as overflow, but only horizontally | |
|overflow-y |Same as overflow, but only vertically | |
|z-index |The positioning of the element on the z-axis. If two elements take up the same space on the screen, the element with the larger z-index is shown. |inherit auto (integer value) (can be negative) |
''Text''
|!Name |!Use |!Values Used |
|word-spacing |The spacing between words, this is in addition to the space taken up by space characters | em px vh vw (can be negative)|
|letter-spacing |Spacing between letters, space characters are counted as letters in this case | em px vh vw (can be negative)|
|white-space | | |
|word-wrap | | |
|text-align |Text justification in the text area |left right center |
|text-align-last | | |
|text-decoration | | |
|text-transform | | |
|text-shadow | | |
|text-indent | | |
|text-underline-position | | |
''Fonts'' - not all fonts support all options
|!Name |!Use |!Values Used |
|font-size-adjust | | |
|font-stretch | | |
|font |You can put values for any of the properties listed below for this one | |
|font-style |Font style options |normal italic oblique inherit (others?) |
|font-variant | | |
|font-weight |How heavy the font is |lighter normal bold bolder 100 200 300 400 500 600 700 800 900 |
|font-size |How large the font is |xx-small x-small small medium large x-large xx-large smaller larger px % em vh vw (can't be negative) |
|font-family | | |
[[$:/plugins/inmysocks/Dashboard]]
Documentation coming at some point. I hope. If I did things correctly not much should be needed. See [[Dashboard]] for how to import the plugin.
<<bottomOfTiddler {{!!title}}>>
Here are the currently available plugins for the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]] with their version numbers and date published. To install a plugin on your wiki click and drag the install link to your wiki.
<table>
<$list filter='[tag[Plugin twCard]category[Application]]+[limit[1]]'>
<tr><th>{{!!category}} Plugins</th><th></th><th></th><th></th><th></th><th></th></tr>
<tr><th>Name</th><th>Version</th><th>Date</th><th>Release</th><th>Description</th><th>Install Link</th></tr>
<$set name=currentCategory value={{!!category}}>
<$list filter='[tag[Plugin twCard]category<currentCategory>maintainer[inmysocks]]' template=PlugintwCardDisplayTemplate2>
</$list>
</$set>
</$list>
</table>
<<bottomOfTiddler>>
You can create an n-dash with a double hyphen `--` and an m-dash with a triple hyphen `---`. For example -- this is an example --- and so is this
<<bottomOfTiddler {{!!title}}>>
[[Test Dictionary Tiddler]] is an example of a dictionary tiddler. You can add new entries using the `handle:definition` pattern shown in the example. Linebreaks are not allowed in dictionary tiddlers.
The information can be referenced by using the `{{tiddlerName##handle}}` syntax like this:
```
{{Test Dictionary Tiddler##a}}
```
which gives:
{{Test Dictionary Tiddler##a}}
The [[hoverData macro|Make data from a dictionary tiddler appear when you hover over something]] uses dictionary tiddlers.
The tiddler [[Dictionary]] on the [[Dashboard]] uses a data tiddler as well. It uses [[$:/data/Dictionary]] and can add entries to the tiddler without editing it directly. I haven't found out how to remove entries without manually editing it yet.
Currently there is limited support for them, but this will change in future versions of TiddlyWiki.
<<bottomOfTiddler {{!!title}}>>
There are currently 3 macros:
*[[$:/inmysocks/macros/day-diff.js]]
*[[$:/inmysocks/macros/year-diff.js]]
*[[$:/inmysocks/macros/add-time.js]]
`day-diff` and `year-diff` both take up to 6 inputs:
|!Name |!Purpose |
|year1 |The starting year (default: 1900) |
|month1 |The starting month (default: 1 for January) |
|day1 |The starting day (default: 1) |
|year2 |The ending year (default: 1900) |
|month2 |The ending month (default: 1 for January) |
|day2 |The ending day (default 1) |
`add-time` takes up to 6 inputs:
|!Name |!Purpose |
|years |The number of years to add (default 0) |
|months |The number of months to add (default 0) |
|days |The number of days to add (default 0) |
|hours |The number of hours to add (default 0) |
|minutes |The number of minutes to add (default 0) |
|seconds |The number of seconds to add (default 0) |
All are numeric values. Years should be 4 digits (YYYY), months should be values in the range 1-12, with 1 being January and 12 being December, days should be in the range 1-31 to correspond to the day of the month. If you give a day that is outside of a given month, like 31 for February, it will treat it as March 3rd.
day-diff returns the number of days rounded to the closes full day, year-diff returns the number of years rounded to the closest full year.
Inputs can be given in order or in name:value pairs, so `<<day-diff year1:1985 year2:2015>>` gives <<day-diff year1:1985 year2:2015>> and `<<day-diff 1985 1 1 2015 1 1>>` gives <<day-diff 1985 1 1 2015 1 1>>, which should be the same result.
```
There are <<day-diff 1985 10 9 2015 2 25>> days between Oct. 9th 1985 and Feb. 25th 2015
There are <<year-diff 1985 10 9 2015 2 25>> years between Oct. 9th 1985 and Feb. 25th 2015
It will be <<add-time 5 3 2>> 5 years 3 months and 2 days from now.
Days and months roll over as expected:
`<<add-time 0 36 200>>` gives <<add-time 0 36 200>>
```
Difference between two dates in days: (this may not be completely accurate, I think it is a few days off.)
There are <<day-diff 1985 10 9 2015 2 25>> days between Oct. 9th 1985 and Feb. 25th 2015
Difference between two dates in years:
There are <<year-diff 1985 10 9 2015 2 25>> years between Oct. 9th 1985 and Feb. 25th 2015
Date a set time from now:
It will be <<add-time 5 3 2>> 5 years 3 months and 2 days from now.
Giving add-time no arguments should be the same date as the now macro:
`<<add-time>>` gives <<add-time>>, `<<now>>` gives <<now>>
Days and months roll over as expected:
`<<add-time 0 36 200>>` gives <<add-time 0 36 200>>
Starting:
Year: <$select field=year><$list filter='1980 1981 1982 1983 1984 1985 1986 1985 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020'>
<option><<currentTiddler>></option>
</$list>
</$select> Month: <$select field=month><$list filter='1 2 3 4 5 6 7 8 9 10 11 12'>
<option><<currentTiddler>></option>
</$list>
</$select> Day: <$select field=day><$list filter='1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31'>
<option><<currentTiddler>></option>
</$list>
</$select>
Ending:
Year: <$select field=year2><$list filter='1980 1981 1982 1983 1984 1985 1986 1985 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020'>
<option><<currentTiddler>></option>
</$list>
</$select> Month: <$select field=month2><$list filter='1 2 3 4 5 6 7 8 9 10 11 12'>
<option><<currentTiddler>></option>
</$list>
</$select> Day: <$select field=day2><$list filter='1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31'>
<option><<currentTiddler>></option>
</$list>
</$select>
Difference in days: <$macrocall $name='day-diff' year1={{!!year}} month1={{!!month}} day1={{!!day}} year2={{!!year2}} month2={{!!month2}} day2={{!!day2}}/>
Difference in years: <$macrocall $name='year-diff' year1={{!!year}} month1={{!!month}} day1={{!!day}} year2={{!!year2}} month2={{!!month2}} day2={{!!day2}}/>
To add formatted definitions you use
```
;Term to be defined
:definition of term
;Second term to be defined
:definition of second term
```
which will display as
;Term to be defined
:definition of term
;Second term to be defined
:definition of second term
<<bottomOfTiddler {{!!title}}>>
Are you sure you want to delete __{{Manage Books!!book_title}}__ from your collection?
<$set name=newBook filter='[tag[Book]]+[first[]]'>
<$button>Yes, delete {{Manage Books!!book_title}}.
<$action-sendmessage $message='tm-delete-tiddler' $param={{Manage Books!!book_title}}/>
<$action-sendmessage $message='tm-close-tiddler'/>
<$action-setfield $tiddler='Manage Books' $field='book_title' $value=<<newBook>>/>
</$button>
<$button>No<$action-sendmessage $message='tm-close-tiddler'/></$button>
</$set>
<$edit-text tiddler='$:/state/diceexample' field='num_dice' size=2/> d <$edit-text tiddler='$:/state/diceexample' field='dice_size' size=2/> x <$edit-text tiddler='$:/state/diceexample' field='multiplier' size=2/> + <$edit-text tiddler='$:/state/diceexample' field='bonus' size=2/> = {{$:/state/diceexample!!output2}}
<$prodfield2 filter='[[$:/state/diceexample]]' prodfield='die_roll' prodfield2='multiplier' storefield='output'/>
<$sumfield2 filter='[[$:/state/diceexample]]' sumfield='output' sumfield2='bonus' storefield='output2'/>
{{$:/state/diceexample}}
The actual template tiddlers:
*A field called `display_name` that contains the name displayed in the drop-down menus
*A field called `settings_tiddler` that contains the name of the tiddler for changing the settings. If there are no settings it should be an empty tiddler.
*Tagged with `Templates`
Templates that are for lists (Like in [[Contacts]] or [[Upgraded To-Do List]]):
*One template for displaying each entry on the list with the appropriate tag
**Tagged `ToDoEntryDisplayTemplate` for the [[Upgraded To-Do List]]
**Tagged `ContactDisplayTemplate` for the [[Contacts]] tiddler
*One template for displaying the list itself
**Tagged `TaskListTemplate` for the [[Upgraded To-Do List]]
**Tagged `ContactListTemplate` for [[Contacts]]
All templates should have:
*A settings tiddler, hopefully in the same style as [[Contacts Settings]] and [[To-Do List Settings]] and tagged approprately (`Wiki Settings` for the top-level settings tiddler, others tagged with the top-level tiddler, like [[Contact Settings]] and [[ContactDisplayTemplate1 Settings]] are)
Website: http://ooktech.com/jed/ExampleWikis/DynamicTables/
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
''These macros are used in [[Contacts]] to edit single fields without needing to open the contact tiddler, they may not have much use outside of that without modifications''.
These are macros that make a button that when clicked will open up an editor for the specified field value. There are two macros to make the contacts display correctly in the table format.
Usage:
```
{{Macros!!test_field}}
<$tiddler tiddler="Macros">
<<editField1 test_field>> <<editField2 test_field>>
</$tiddler>
```
Renders as (press the edit button to toggle the editor) :
{{Macros!!test_field}}
<$tiddler tiddler="Macros">
<<editField1 test_field>> <<editField2 test_field>>
</$tiddler>
The `<$tiddler tiddler="Macros">` and `</$tiddler>` parts are needed because this can not be used to edit field in the current tiddler because it forces re-rendering with every keystroke and the cursor loses its place. So you can edit them, but you have to do it one character at a time. So the [[Tiddler Widget|Documentation:TiddlerWidget]] is used to edit the `text_field` value in [[Macros]].
The code for these macros is:
```
\define editField1(fieldName)
<$reveal type="nomatch" state="$:/state/$(tiddlerName)$$fieldName$" text="show">
{{!!$fieldName$}}
</$reveal>
<$reveal type="match" state="$:/state/$(tiddlerName)$$fieldName$" text="show">
<$tiddler tiddler=<<currentTiddler>>>
<$edit-text field="$fieldName$" focusPopup="Edit"/>
</$tiddler>
</$reveal>
\end
\define editField2(fieldName)
<$reveal type="nomatch" state="$:/state/$(tiddlerName)$$fieldName$" text="show">
<$button set="$:/state/$(tiddlerName)$$fieldName$" setTo="show">Edit</$button>
</$reveal>
<$reveal type="match" state="$:/state/$(tiddlerName)$$fieldName$" text="show">
<$button set="$:/state/$(tiddlerName)$$fieldName$" setTo="hide">Edit</$button>
</$reveal>
\end
```
<<bottomOfTiddler {{!!title}}>>
Similar to [[embedding images|Embedding Images - External Images]] you have have audio added to the wiki file by dragging and dropping the audio file into the browser, or you can embed external audio files.
External audio files are probably better if possible (despite making the wiki no longer a single file application) because otherwise they greatly increase the size of the wiki.
To embed an external audio file first make a tiddler that gives the location of the file by first setting the type to either `audio/mp3` or `audio/ogg` depending on which type of file you want to embed. There may be other supported types but those are the ones I have tested.
Then you [[make a field|How to Add Fields to Tiddlers]] called `_canonical_uri` and in the field you put the location of the audio file. This can be a local file with a path like `./audio/HappyInstrumental1.ogg` (see the HappyInstrumental tiddler) or a file hosted online like `https://archive.org/download/Caruso_part1/Caruso-AveMaria.mp3` (see the AveMaria tiddler).
It is probably easiest to copy any audio files you want to embed into a folder called `audio` in the same folder as the wiki and use relative references so that you can store everything on dropbox.
Either way, to embed the audio simply use this
```
{{AveMaria}}
```
Which gives:
{{AveMaria}}
''This next part was an example using a local file on my computer, since I can't upload files like this to tiddlyspot it doesn't work in this context''
or
```
{{HappyInstrumental}}
```
To include the audio pointed to in the HappyInstrumental tiddler.
(Since I can't store things on the tiddlyspot server this doesn't work online)
<<bottomOfTiddler {{!!title}}>>
To embed images that you don't want to add to the wiki as tiddlers you can use two different ways:
!First Way - Making a tiddler that points to the image
---
For this you make a new tiddler and [[add a field|How to Add Fields to Tiddlers]] called `_canonical_uri` and in the field put the URI of the image. You also need to set the content type to something like `image/jpg` for a jpg file or `image/png` for a png file and so on.
This can be an image stored locally, like `./images/AyeAye.jpg` or it can be an address to an image online like `https://upload.wikimedia.org/wikipedia/commons/a/ac/NASA-14090-Comet-C2013A1-SidingSpring-Hubble-20140311.jpg`
For images stored locally you can use the absolute or relative path to the image file. The easiest way to do this is to just put all the images in the `/images` folder in the same folder that contains the wiki and then you just need to put `./images/` before the file name in the tiddler that points to the image. (So for the Aye Aye example, just change where it says `AyeAye.jpg` to whatever the desired image is named, or for the hubble image just put the url into the `_canonical_uri` field of the tiddler.)
Here is the AyeAye tiddler as an example (edit it to see what is going on).
You then use this tiddler like you would use an image added to the wiki, that is
''I don't have the image actually hosted on tiddlyspot, so this doesn't actually work here. So pretend this is a picture of the most adorably ugly creature I have ever seen. Despite not working because the image isn't on tiddlyspot the AyeAye tiddler does show what to do for local images.'' (http://www.zooborns.com/zooborns/aye-aye/)
```
[img [AyeAye]]
```
To get
[img [AyeAye]]
(Or by cheating to get the image to display on the web)<br>
[img [http://www.zooborns.com/.a/6a010535647bf3970b0133f34a158f970b-800wi]]
Where all of the options for [[embedding images|Embedding Images - Images added to the wiki]] work normally.
!Second Way - Directly linking to the image
---
The other option is to directly reference the image like this
```
[img [https://upload.wikimedia.org/wikipedia/commons/a/ac/NASA-14090-Comet-C2013A1-SidingSpring-Hubble-20140311.jpg]]
```
which gives
[img [https://upload.wikimedia.org/wikipedia/commons/a/ac/NASA-14090-Comet-C2013A1-SidingSpring-Hubble-20140311.jpg]]
<<bottomOfTiddler {{!!title}}>>
There are a few ways to do this.
First, if you have the image included in the wiki (see [[Adding Images]]) as a tiddler you can simply do
```
{{PrinnySpin}}
```
where PrinnySpin is the name of the image tiddler. It displays as
{{PrinnySpin}}
Using this method you have no control over the size of the image. If you don't put linebreaks before and after the image it may be placed strangely.
You can control the size of the image like this
```
[img width=128 [PrinnySpin]]
[img width=10 [PrinnySpin]]
```
which gives
[img width=128 [PrinnySpin]]
[img width=10 [PrinnySpin]]
where 128 and 10 are the widths that the image is scaled to.
You can add tooltips to images
```
[img|a prinny[PrinnySpin]]
```
hover the mouse over the image to get the tooltip.
[img[a prinny|PrinnySpin]]
Scaled tooltip prinny
```
[img width=64 [scaled prinny tooltip|PrinnySpin]]
```
[img width=64 [scaled prinny tooltip|PrinnySpin]]
The placement of the spaces in the code is important here.
You can also link to images via urls, or have external local images displayed. See [[Embedding Images - External Images]].
<<bottomOfTiddler {{!!title}}>>
$$ \displaystyle S(\omega) = \int_{-\infty}^{\infty} x(t) e^{-j 2 \pi \omega t} dt$$
\define thisSearchMacro()
<ul>
<$list filter="[$(thisIncludeSystem)$regexp:$(thisField)$[(?i)$(thisSearch)$]]">
<li><$link to=<<currentTiddler>>><<currentTiddler>></$link></li>
</$list>
</ul>
\end
\define thisFieldSelect()
<$select tiddler='More Advanced Search Filter Data' field='search_field' default='title'>
<$list filter='[fields[]sort[title]regexp:[(?i)$(thisSearch)$]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
\end
\define thisSearchListMacro()
<tr><td><<currentTiddler>></td><td><$select tiddler='$:/data/search' index=<<currentTiddler>>><option>AND</option><option>OR</option><option>NOT</option></$select></td><td><$button set='$:/data/search##$(currentTiddler)$'>Remove</$button></td></tr>
\end
''Number 2 below actually works, and is on the dashboard''
I am going to try to make a search interface that allows you to easily input tags to use while searching and a regexp search on top of that. We will see how it goes.
*Generate a list of tags that can be selected, I think having a dropdown menu that lets you add tags to a list would be good.
*In that list have check boxes to toggle that tag as part of the search
*Using the result of that use a regexp search
*This is going to be an interface to build a filter expression that is used with the list filter
*I should let the user specify AND/OR/NOT relations also
!Step 1 - Build a list of tags. This one may not work.
Use a select widget to pick them, the selected tags will be put into an automatically generated table, in the table there should be radio buttons to pick the AND/OR/NOT/unused state (or a select widget? that may be better)
I should use a data tiddler to maintain this list, the indicies will be the tag names, the values stored with be the AND/OR/NOT/unused status of the tag.
```
\define thisSearchListMacro()
<tr><td><<currentTiddler>></td><td><$select tiddler='$:/data/search' index=<<currentTiddler>>><option>AND</option><option>OR</option><option>NOT</option></$select></td><td><$button set='$:/data/search##$(currentTiddler)$'>Remove</$button></td></tr>
\end
\define thisAndMacro(tagName)
tag[$tagName$]
\end
\define thisOrMacro(tagName)
][tag[$tagName$]
\end
<$select tiddler='More Advanced Filter Data' field='current_tag'>
<$list filter='[tags[]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$button>Add tag
<$action-setfield $tiddler='$:/data/search' $index={{More Advanced Filter Data!!current_tag}} $value=AND/>
</$button>
<table>
<tr><td>Tag</td><td>Operation</td></tr>
<$list filter='[[$:/data/search]indexes[]]'>
<<thisSearchListMacro>>
</$list>
</table>
```
<$select tiddler='More Advanced Filter Data' field='current_tag'>
<$list filter='[tags[]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$button>Add tag
<$action-setfield $tiddler='$:/data/search' $index={{More Advanced Filter Data!!current_tag}} $value=AND/>
</$button>
<table>
<tr><td>Tag</td><td>Operation</td></tr>
<$list filter='[[$:/data/search]indexes[]]'>
<<thisSearchListMacro>>
</$list>
</table>
!Step 2 - regexp
This is going to the pretty much the same as in the dictionary search function. You pick the field you want to search, the `Narrow List` option is a regexp search on the list of fields, so it narrows down the list for the select widget so you can find the field you want to search. Then the `Search` is the search string for the field selected.
```
\define thisSearchMacro()
<ul>
<$list filter="[regexp:$(thisField)$[(?i)$(thisSearch)$]]">
<li><$link to=<<currentTiddler>>><<currentTiddler>></$link></li>
</$list>
</ul>
\end
\define thisFieldSelect()
<$select tiddler='More Advanced Search Filter Data' field='search_field' default='title'>
<$list filter='[fields[]sort[title]regexp:[(?i)$(thisSearch)$]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
\end
Field to search: <$set name=thisSearch value={{More Advanced Search Filter Data!!narrow_field_select}}>
<<thisFieldSelect>>
</$set>
<$edit-text tiddler='More Advanced Search Filter Data' field='narrow_field_select' placeholder='Narrow Field List'/>
<br>
Search: <$edit-text tiddler='More Advanced Search Filter Data' field='search_string' placeholder='Search String'/> <$checkbox tiddler='More Advanced Search Filter Data' field='include_system_tiddlers' checked='' unchecked='!is[system]'> Include System Tiddlers</$checkbox>
<$set name='thisIncludeSystem' value={{More Advanced Search Filter Data!!include_system_tiddlers}}>
<$set name='thisSearch' value={{More Advanced Search Filter Data!!search_string}}>
<$set name='thisField' value={{More Advanced Search Filter Data!!search_field}}>
<<thisSearchMacro>>
</$set>
</$set>
</$set>
```
Field to search: <$set name=thisSearch value={{More Advanced Search Filter Data!!narrow_field_select}}>
<<thisFieldSelect>>
</$set>
<$edit-text tiddler='More Advanced Search Filter Data' field='narrow_field_select' placeholder='Narrow Field List'/>
<br>
Search: <$edit-text tiddler='More Advanced Search Filter Data' field='search_string' placeholder='Search String'/> <$checkbox tiddler='More Advanced Search Filter Data' field='include_system_tiddlers' checked='' unchecked='!is[system]'> Include System Tiddlers</$checkbox>
<$set name='thisIncludeSystem' value={{More Advanced Search Filter Data!!include_system_tiddlers}}>
<$set name='thisSearch' value={{More Advanced Search Filter Data!!search_string}}>
<$set name='thisField' value={{More Advanced Search Filter Data!!search_field}}>
<<thisSearchMacro>>
</$set>
</$set>
</$set>
!Step 3 - build the filter expression
This is going to be done using a macro. The problem I am seeing is that while I can have fewer than the maximum number of inputs to the macro I don't think I can have a macro that can take an arbitrary number. So start with allowing 5 or fewer tags in the search and worry about the rest later.
the filter macro and call should be something like this
```
\define thisMakeFilter()
[$(tag1)$$tag2)$$(tag3)$$(tag4)$$(tag5)$regexp:$(fieldtosearch)$$(regexpsearch)$]
\end
<$set name=tag1 value={{!!tag1_value}}>
<$set name=tag2 value={{!!tag2_value}}>
<$set name=tag3 value={{!!tag3_value}}>
<$set name=tag4 value={{!!tag4_value}}>
<$set name=tag5 value={{!!tag5_value}}>
<$set name=fieldtosearch value={{!!field_to_search}}>
<$set name=regexpsearch value={{!!regexp_search}}>
<$list filter=<<thisMakeFilter>>>
</$list>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
```
\define thisMakeTags() [[$(currentTiddler)$]]
<$button>Make New Tiddler
<$action-setfield $tiddler='My New Tiddler' tags=<<thisMakeTags>>/>
<$action-sendmessage $message='tm-edit-tiddler' $param='New Tiddler Bob'/>
</$button>
.stylesheet-example-blue {
color:blue;
}
details about example task 1
details about example task 2
<$view field='title'/> - <$view field='blurb'/><br>
If the idea is that you could have something like nested tags, where if the path is IT -> Support -> A rather than IT -> A then the two 'A's are treated differently. The problems are that I am not sure how to articulate the idea in a way that makes the uses immediately apparent, and I have no idea how it would be accomplished with the way tags are handled in tiddlywiki. The best explanation I have for what I am talking about is how in the category list I have here (http://inmysocks.tiddlyspot.com/#Change%20Log) going plugin -> calendar -> bugs is completely different set than plugin -> library tracker -> bugs
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
Plugin tiddler: $:/plugins/inmysocks/extrafilters
Demo Wiki: http://ooktech.com/jed/ExampleWikis/ExtraFilterOperators/
A plugin that contains some extra filter operators I made. Most of these are for my own testing.
Current operators:
*`greaterthan` - returns the tiddler if the numeric value of a field is greater than than the operand. Example filter: `[greaterthan:fieldname[numericvalue]]`. If no `fieldname` is given it defaults to title. This filter can be negated by using `!` as a prefix.
*`lessthan` - returns the tiddler if the numeric value of a field is less than the operand. Example filter: `[lessthan:fieldname[numericvalue]]`. If no `fieldname` is given it defaults to title. This filter can be negated by using `!` as a prefix.
*`angreaterthan` - returns the tiddler if the alphanumeric value of the field is greater than the operand. Greater than is defined here as coming after in a list sorted using the `sort` filter operator. Example filter: `[angreaterthan:fieldname[N]]`.
*`anlessthan` - returns the tiddler if the alphanumeric value of the field is less than the operand. Less than is defined here as coming before in a list sorted using the `sort` filter operator. Example filter: `[anlessthan:fieldname[N]]`.
\define getTagPill() {{$(tagPill)$||$:/core/ui/EditTemplate/tags}}
\define thisLockIcon()
<$reveal type='nomatch' state='$:/state/FastNewTiddler!!locked' text='locked'>
<$button class="tc-btn-invisible">
{{$:/core/images/unlocked-padlock}}
<$action-setfield $tiddler='$:/state/FastNewTiddler' $field='locked' $value='locked'/>
<$action-setfield $tiddler='$:/state/FastNewTiddler' $field='current_title' $value={{$:/temp/FastNewTiddler!!newtitle}}/>
</$button>
</$reveal>
<$reveal type='match' state='$:/state/FastNewTiddler!!locked' text='locked'>
<$tiddler tiddler={{$:/state/FastNewTiddler!!current_title}}>
<$button class='tc-btn-invisible'>
{{$:/core/images/locked-padlock}}
<$action-setfield $tiddler='$:/state/FastNewTiddler' $field='locked' $value='unlocked'/>
<$action-setfield $tiddler='$:/temp/FastNewTiddler' $field='newtitle' $value={{!!title}}/>
</$button>
</$tiddler>
</$reveal>
\end
<div class="tc-tiddler-frame">
@@float:right;margin-left:-25px;
<span class="tc-tiddler-controls tc-titlebar">
<$fieldmangler>
<$button class="tc-btn-invisible" message='tm-delete-tiddler' param={{$:/temp/FastNewTiddler!!newtitle}}>
{{$:/core/images/delete-button}}
</$button>
<$button class="tc-btn-invisible" message='tm-edit-tiddler' param={{$:/temp/FastNewTiddler!!newtitle}}>
{{$:/core/images/export-button}}
</$button>
<$button class="tc-btn-invisible" message="tm-remove-tag" param="$:/tags/AboveStory">{{$:/core/images/close-button}}</$button>
</$fieldmangler>
</span>
@@
<style type="text/css">
.fnt {border-collapse:collapse;border-spacing:0; border-width:0px; width:100%; margin-left:-25px;}
.fnt td{border-style:solid;border-width:0px;overflow:hidden;}
</style>
<!-- This should have the title lock (go from edit to view) once there is text in the new tiddler. Lock should let you edit the title of the new tiddler. This may cause many new tiddlers to be created. We should be careful. -->
<!-- The locked/unlocked would be irrelevant if there is no title typed in. -->
<table class="fnt">
<tr>
<td>
<<thisLockIcon>>
</td>
<td colspan="2">
<$reveal type='nomatch' state='$:/state/FastNewTiddler!!locked' text='locked'>
<$edit tiddler="$:/temp/FastNewTiddler" field="newtitle" class="tc-edit-texteditor" placeholder="title"/>
</$reveal>
<$reveal type='match' state='$:/state/FastNewTiddler!!locked' text='locked'>
<$edit-text tiddler={{$:/state/FastNewTiddler!!current_title}} field='title' class='tc-edit-texteditor'/>
</$reveal>
</td>
</tr>
<tr>
<td>
</td>
<td>
<$reveal type='nomatch' state='$:/state/FastNewTiddler!!locked' text='locked'>
<$edit field="tags" class="tc-edit-texteditor" tiddler={{$:/temp/FastNewTiddler!!newtitle}} placeholder="tags" />
</$reveal>
<$reveal type='match' state='$:/state/FastNewTiddler!!locked' text='locked'>
<$edit field="tags" class="tc-edit-texteditor" tiddler={{$:/temp/FastNewTiddler!!newtitle}} placeholder="tags" />
</$reveal>
</td>
<td>
<$set name="tagPill" value={{$:/temp/FastNewTiddler!!newtitle}}>
<<getTagPill>>
</$set>
</td>
</tr>
<tr>
<td>
</td>
<td colspan="2">
<$edit field="text" class="tc-edit-texteditor" tiddler={{$:/temp/FastNewTiddler!!newtitle}} placeholder="text"/>
</td>
</tr>
</table>
</div>
{{!!segment_description}}
<$set name=videoID value={{$:/.rich/data/videos##Feynman Lectures - Part 1 The Law of Gravitation}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="00:00:00" end="00:00:22"/>
</$set>
Before the bells start
{{!!segment_description}}
<$set name=videoID value={{$:/.rich/data/videos##Feynman Lectures - Part 1 The Law of Gravitation}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="00:00:22" end="00:01:18"/>
</$set>
Black screens and bells. There isn't much in the first minute.
\define searchInField(field, for)
<$list filter="[field:$field$/$for$/]">
<$link><$view field="title"/></$link>
</$list>
\end
<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/> <$select field="fieldname" tiddler="$:/temp/advancedsearch">
<option value="Any">Any</option>
<$list filter="[!is[shadow]indexes[]sort[]]" variable="fieldname">
<option value=<<fieldname>>><<fieldname>></option>
</$list>
</$select>
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
<$reveal state="$:/temp/advancedsearch!!fieldname" type="match" text="Any">
<$list filter="[indexes[]]" variable="fieldname">
Searching in index: <<fieldname>>
<$macrocall $name="searchInField" field=<<fieldname>> for={{$:/temp/advancedsearch}}/>
</$list>
</$reveal>
<$reveal state="$:/temp/advancedsearch!!fieldname" type="nomatch" text="Any">
Searching in field: {{$:/temp/advancedsearch!!fieldname}}
<$macrocall $name="searchInField" field={{$:/temp/advancedsearch!!fieldname}} for={{$:/temp/advancedsearch}}/>
</$reveal>
</$reveal>
In chrome, the edit and delete task buttons don't show up on my computer, the info button also didn't show up on my tablet.
This may not be very hard to do, but I may need to make a new widget that tests the date. Or use the date tools that I have already made. I should stop forgetting about those.
This will require you to add date information to tasks. And probably many other things.
I do have my dates macro things. I keep forgetting about that.
To make recurring tasks I am going to add a time based trigger to the trigger actions daemon. This will trigger the actions after a given time.
I should have a few options:
Trigger if the time is later than the specified time
Trigger if the time is equal to the specified time (this has to be accurate to the minute or hour or day, it can't be exact or it will never work) It may be better to implement this as inside a given time frame, so if it is between 1 and 2 pm and it hasn't triggered today than it should trigger. If it is a recurring thing than it should reset itself after 2pm if it hasn't already.
When you switch to the mobile theme both menus appear on top of each other. I may have to make the icon menus a theme, but I would rather not do that. I like how they are just on top of the existing theme now.
I am not sure how to fix it, there is the same problem in the category list
This is going to be an annoying problem, the state tiddlers don't exist before a category has been expanded so I need to find some other way to find the categories.
The easiest solution (and the only one I can think of) is to create the show/hide state tiddler when an item is created.
subsubsubsubsubsubsubcategory. I am tempted to allow an arbitrary number of subs to be added. I think it could be done without too much trouble using some recursive stuff.
I fixed this problem for the category lists plugin, so look at the solution there.
This will probably be fixed by using the empty image in the core.
This should be an easy fix.
\define thisFontFamilyRadio(fontfamily text)
<tr><td><$radio tiddler='$:/state/Site Accessability Options' field=fontfamily value="""$fontfamily$""">$fontfamily$</$radio></td><td>@@font-family:$fontfamily$; $text$@@</td></tr>
\end
\define thisFontWeightRadio(weight)
<$radio tiddler='$:/state/Site Accessability Options' field=fontweight value=$weight$>$weight$</$radio>
\end
\define thisFontSize(size)
<$radio tiddler='$:/state/Site Accessability Options' field=fontsize value=$size$px>$size$</$radio>
\end
\define thisLineHeight(height)
<$radio tiddler='$:/state/Site Accessability Options' field=lineheight value=$height$px>$height$</$radio>
\end
\define thisWordSpacing(spacing)
<$radio tiddler='$:/state/Site Accessability Options' field=wordspacing value=$spacing$>$spacing$</$radio>
\end
\define thisLetterSpacing(spacing)
<$radio tiddler='$:/state/Site Accessability Options' field=letterspacing value=$spacing$>$spacing$</$radio>
\end
\define thisTextDecorations(decoration)
<$radio tiddler='$:/state/Site Accessability Options' field=textdecoration value=$decoration$>$decoration$</$radio>
\end
Unfortunately I only have a few visual options for now. If you want other options added please let me know using the feedback form ({{Menu Icon - User Feedback}}).
<$checkbox tiddler="Alternate Text Styles CSS" tag='$:/tags/Stylesheet'>Enable Custom Styles</$checkbox> (''Check this to enable the changes you select below.'')
<table>
<tr><th>Set Tiddler Font Family</th><th></th></tr>
<<thisFontFamilyRadio '"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif' Default>>
<<thisFontFamilyRadio 'Times New Roman' "Newspapers! Good for dense text.">>
<<thisFontFamilyRadio 'Comic Sans MS' "Scientific Press Releases">>
<<thisFontFamilyRadio Courier "Monospaced font">>
<<thisFontFamilyRadio "Zapf Chancery" "How Very Fancy">>
</table>
<table>
<tr><th>Font Options</th><th></th></tr>
<tr><td>Font Weight</td><td><<thisFontWeightRadio normal>> <<thisFontWeightRadio bold>></td></tr>
<tr><td>Font Size</td><td><<thisFontSize 10>> <<thisFontSize 12>> <<thisFontSize 15>> <<thisFontSize 17>> <<thisFontSize 19>> <<thisFontSize 21>> <<thisFontSize 25>></td></tr>
<tr><td>Line Height</td><td><<thisLineHeight 17>> <<thisLineHeight 19>> <<thisLineHeight 22>> <<thisLineHeight 24>> <<thisLineHeight 26>> <<thisLineHeight 28>> <<thisLineHeight 32>></td></tr>
<tr><td>Word Spacing</td><td><<thisWordSpacing normal>> <<thisWordSpacing 1ex>> <<thisWordSpacing 1.5ex>> <<thisWordSpacing 2ex>> <<thisWordSpacing 3ex>> <<thisWordSpacing 5ex>></td></tr>
<tr><td>Letter Spacing</td><td><<thisLetterSpacing normal>> <<thisLetterSpacing 0.1ex>> <<thisLetterSpacing 0.3ex>> <<thisLetterSpacing 0.75ex>> <<thisLetterSpacing 1ex>></td></tr>
<tr><td>Text Decoration</td><td><<thisTextDecorations none>> <<thisTextDecorations underline>> <<thisTextDecorations overline>></td></tr>
</table>
\define fa(iconName)
<i class="fa $iconName$"></i>
\end
\define falg(iconName)
<i class="fa $iconName$ fa-lg"></i>
\end
\define fa2x(iconName)
<i class="fa $iconName$ fa-2x"></i>
\end
\define fa3x(iconName)
<i class="fa $iconName$ fa-3x"></i>
\end
\define fa4x(iconName)
<i class="fa $iconName$ fa-4x"></i>
\end
\define fa5x(iconName)
<i class="fa $iconName$ fa-5x"></i>
\end
\define fafw(iconName)
<i class="fa $iconName$ fa-fw"></i>
\end
\define hoverRef(label)
<$hover popup="$:/state/$label$"><sup style="color:red">$label$</sup></$hover>
\end
\define definition(label,text)
<$reveal type="popup" state="$:/state/$label$" animate="yes">
<div class="tc-drop-down">
<dl>
<dt>$label$</dt>
<dd>$text$</dd>
</dl>
</div>
</$reveal>
\end
\define hoverFootnote(label,text)
<<hoverRef "$label$">>
<<definition "$label$" "$text$">>
\end
\define footnotes(label,text)
<<definition "$label$" "$text$">>
<sub><span style="color:red">$label$ : </span> $text$</sub>
\end
.tc-drop-down {
padding: 10px;
}
.tc-drop-down dd {
max-width:500px;
word-break: break;
white-space:normal;
}
This may be confusing, so test it out first.
To force linebreaks you can use the html tag or the wikitext versions.
wikitext version
```
Linebreaks here will be
ignored
when this is rendered
"""
Linebreaks here
will
be preserved
"""
```
displays as
Linebreaks here will be
ignored
when this is rendered
"""
Linebreaks here
will
be preserved
"""
If you just want a single linebreak at a specific location than html is probably better
```
To do a line break you simply add <br> to your code at the desired location.
```
will display as
To do a line break you simply add <br> to your code at the desired location.
<<bottomOfTiddler {{!!title}}>>
!Tables
Tables are made like this
```
|!Cell1 |!Cell2 |
|Cell3 |Cell3 |
```
which makes
|!Cell1 |!Cell2 |
|Cell3 |Cell3 |
!!Horizontally align things in cells
To horizontally align things in cells
you put a blank space either at the front or back or both to make it line up on the left, right or be centered
```
|Left aligned content |
| Right aligned content|
| Centred content |
|+++ a very wide column so we can see the alignment +++|
```
makes
|Left aligned content |
| Right aligned content|
| Centred content |
|+++ a very wide column so we can see the alignment +++|
!!You can also set vertical alignment
```
|^top left |^ top center |^ top right|
|middle left | middle center | middle right|
|,bottom left |, bottom center |, bottom right|
```
which, when the outside rows are added to make the vertical alignment mean something, gives
| :: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | :: |
| ::<br>:: |^top left |^ top center |^ top right| ::<br>:: |
| ::<br>:: |middle left | middle center | middle right| ::<br>:: |
| ::<br>:: |,bottom left |, bottom center |, bottom right| ::<br>:: |
| :: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | :: |
The outside rows give each cell enough height for the alignment to make a difference, but they make the table code hard to read, so they are left out of the example code. Edit this tiddler to see the whole thing.
!!Merging Cells
to merge a cell with the cell to the left use <, to merge a cell with the cell to the right use > to merge a cell with the cell above it use ~
```
|Cell1 |Cell2 |Cell3 |Cell4 |
|Cell5 |Cell6 |Cell7 |<|
|Cell5 |~|Cell7 |Cell8 |
|>|Cell9 |Cell10 |Cell11 |
```
|Cell1 |Cell2 |Cell3 |Cell4 |
|Cell5 |Cell6 |Cell7 |<|
|Cell5 |~|Cell7 |Cell8 |
|>|Cell9 |Cell10 |Cell11 |
!! Other stuff
you can make headers, footers and captions by putting a h at the end of a row for a header, an f at the end of a row for a footer and a c at the end of a row for a caption. Order of the rows doesn't seem to matter for them.
```
|This is a caption |c
|Cell1 |Cell2 |
|Cell3 |Cell3 |
|Header|Header|h
|Footer|Footer|f
```
|This is a caption |c
|Cell1 |Cell2 |
|Cell3 |Cell3 |
|Header|Header|h
|Footer|Footer|f
<<bottomOfTiddler {{!!title}}>>
If you give a tiddler a field called `caption` than whatever is in that field will be displayed for the tiddlers entry in the table of contents.
So if you want a name other than the tiddler name displayed you just put that name in the `caption` field. The for wikis newer than version 5.1.5, the `caption` field supports transclusions so you can make more complex entries in the table of contents.
This tiddler has `{{!!title}}: {{!!modified}}` in it's `caption` field so if you look at it in the table of contents it shows the name and the date it was last modified.
<<bottomOfTiddler>>
The Fourier transform is magic and is found using this equation
{{EquationFourierTransform}}
\define textSlider(label text)
<$reveal type="nomatch" state="$:/state/$label$" text="show">
<$button set="$:/state/$label$" setTo="show">$label$</$button>
</$reveal>
<$reveal type="match" state="$:/state/$label$" text="show">
<$button set="$:/state/$label$" setTo="hide">$label$</$button>
$text$
</$reveal>
\end
\define textSliderNoButton(label text)
<$reveal type="nomatch" state="$:/state/$label$" text="show">
<$button set="$:/state/$label$" setTo="show" class="tc-btn-invisible">{{$:/core/images/right-arrow}}$label$</$button>
</$reveal>
<$reveal type="match" state="$:/state/$label$" text="show">
<$button set="$:/state/$label$" setTo="hide" class="tc-btn-invisible">{{$:/core/images/down-arrow}}$label$</$button>
$text$
</$reveal>
\end
\define tiddlerSlider(tiddlerName)
<$tiddler tiddler="$tiddlerName$">
<$reveal type="nomatch" state="$:/state/$tiddlerName$" text="show">
<$button set="$:/state/$tiddlerName$" setTo="show">Show <<currentTiddler>></$button>
</$reveal>
<$reveal type="match" state="$:/state/$tiddlerName$" text="show">
<$button set="$:/state/$tiddlerName$" setTo="hide">Hide <<currentTiddler>></$button>
<$transclude/>
</$reveal>
</$tiddler>
\end
\define tiddlerSliderNoButton(tiddlerName)
<$tiddler tiddler="$tiddlerName$">
<$reveal type="nomatch" state="$:/state/$tiddlerName$" text="show">
<$button set="$:/state/$tiddlerName$" setTo="show" class="tc-btn-invisible">{{$:/core/images/right-arrow}}<<currentTiddler>></$button>
</$reveal>
<$reveal type="match" state="$:/state/$tiddlerName$" text="show">
<$button set="$:/state/$tiddlerName$" setTo="hide" class="tc-btn-invisible">{{$:/core/images/down-arrow}}<<currentTiddler>></$button>
<$transclude/>
</$reveal>
</$tiddler>
\end
\define imageSlider(tiddlerName caption)
<$reveal type="nomatch" state="$:/state/$tiddlerName$" text="show">
<$button set="$:/state/$tiddlerName$" setTo="show" class="tc-btn-invisible tc-tiddler-link"><<fa fa-plus>> $caption$</$button>
</$reveal>
<$reveal type="match" state="$:/state/$tiddlerName$" text="show">
<$button set="$:/state/$tiddlerName$" setTo="hide" class="tc-btn-invisible"><<fa fa-minus>> $caption$</$button>
[img width=100% [$tiddlerName$]]
</$reveal>
\end
\define listSlider(filter closedCaption openCaption)
<$reveal type="nomatch" state="""$:/state/$filter$""" text="show">
<$button set="""$:/state/$filter$""" setTo="show" class="tc-btn-invisible tc-tiddler-link"><<fa fa-plus>> $closedCaption$</$button>
</$reveal>
<$reveal type="match" state="""$:/state/$filter$""" text="show">
<$button set="""$:/state/$filter$""" setTo="hide" class="tc-btn-invisible"><<fa fa-minus>> $openCaption$</$button>
<$list filter='$filter$'>
</$list>
</$reveal>
\end
\define exampleSlider(text closedCaption openCaption name)
<$reveal type="nomatch" state="""$:/state/$name$""" text="show">
<$button set="""$:/state/$name$""" setTo="show" class="tc-btn-invisible tc-tiddler-link"><<fa fa-plus>> $closedCaption$</$button>
</$reveal>
<$reveal type="match" state="""$:/state/$name$""" text="show">
<$button set="""$:/state/$name$""" setTo="hide" class="tc-btn-invisible"><<fa fa-minus>> $openCaption$</$button>
$text$
</$reveal>
\end
Website: http://ooktech.com/jed/ExampleWikis/Version518Fun/
Website: http://ooktech.com/jed/ExampleWikis/Version518Fun/
Fields like this:
```
day_created=<<now DD>>
month_created=<<now MM>>
year_created=<<now YYYY>>
```
Headings can be made like this
```
!Biggest heading
!!Next heading
!!!next heading
!!!!then after that it may be normal text
```
!Biggest heading
!!Next heading
!!!next heading
!!!!then after that it may be normal text
<<bottomOfTiddler {{!!title}}>>
!The help tiddler for the Wiki Reference Wiki!
This is currently under construction and hopefully will be improved as time goes on.
This is help for how to use this site, not ~TiddlyWiki. Help using ~TiddlyWiki is what the rest of the site is for.
!!Site organization
---
This site is organized using the table of contents to the right. If you can't see the table of contents than you may need to adjust the width of the tiddlers by clicking on the button that says `Width/Font Size` in the upper right and selecting a smaller width from the list that appears.
In the table of contents clicking on any entry will open up the associated tiddler. Clicking on the plus sign (<<fa fa-plus>>) next to a name will open up the sub-heading showing the tiddlers listed under that topic. Clicking on the empty circle (<<fa fa-circle-o>>) that replaces the plus sign will collapse that portion of the table of contents. The most useful part for new users is probably the `Wiki Examples` section of the table of contents.
The [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]] section has demos of some things that I have made for my wikis, most of what is shown there is packaged as a plugin that you can import into your own wiki. See [[My Plugins]] for a listing of what I currently have available in plugin form.
There are also menus at the top of the screen and on the left side of the screen. In any of the menus clicking on the {{$:/core/ui/Buttons/home}} icon will bring you back to what was displayed when you loaded this site. Clicking the {{Icon Menu - Help}} icon next to the `Width/Font Size` button in the upper left will open up this message.
If you are looking for something specific you can use the search function. By typing something in the text box above the table of contents you can search for specific tiddlers in this wiki.
Because I keep forgetting this stuff. Some of these may be a bit more advanced.
<$list filter='[tag<currentTiddler>]'>
</$list>
<<bottomOfTiddler>>
See [[TextSlider Macro]].
To do this use the following:
```
<<textSlider "button label" "text to reveal">>
```
Which gives:
<<textSlider "button label" "text to reveal">>
<<bottomOfTiddler {{!!title}}>>
To make a horizontal line you use
```
---
```
which displays as
---
<br>
<br>
<br>
<<bottomOfTiddler {{!!title}}>>
A `field` is a generic attribute that can be added to any tiddler. They consist of a name and a string of text. They can have many uses for things like filtering, and they are used for many of the hover macros (like [[Make an image tiddlers blurb field show up like a tooltip]]).
To add a field start editing a tiddler and at the bottom there should be a line that says `Add a new field:` with an input box next to it. Type the name of the field you want to add and click on the `add` button next to it. Then the field will be listed with an input box next to it. Whatever is in that box is the contents of the field.
If you edit this tiddler you will see that it has the field `blurb` with the contents `Adding fields is useful`.
<<bottomOfTiddler {{!!title}}>>
Similar to the table of contents, if you want something to appear on the list on the 'Main Dashboard' tab tag it with `Dashboard`. The main dashboard tab transcludes the tiddler DashboardTemplate, so if you want to make any changes go there. Dashboand template is just the macrocall to make the tabbed table of contents. I put it separately to be consistent so I can have each tab be a separate tiddler. That and it is simpler to understand this way.
Note that the plugins requier 5.1.6 or later to work. If you copy the tiddlers individually than earlier versions work.
For those of you who just want the parts as plugins, here is a list of all of them:<br>
*[[$:/plugins/inmysocks/Dashboard]] - The Dashboard interface
*[[$:/plugins/inmysocks/Citations]] - the citation database
*[[$:/plugins/inmysocks/Contacts]] - the contacts database
*[[$:/plugins/inmysocks/CreateEditTiddlers]] - the create or edit tiddlers tool
*[[$:/plugins/inmysocks/ManageTOC]] - the table of contents manager
*[[$:/plugins/inmysocks/MinimalTaskList]] - a minimal task list
*[[$:/plugins/inmysocks/QuickNotes]] - a searchable note taking tool
*[[$:/plugins/inmysocks/SearchableDictionary]] - a simple dictionary tool
*[[$:/plugins/inmysocks/TaskList]] - a not so minimal task list
!!If you are interested in the individal tiddlers they are listed below by the function the are part of
Below is a list of everything that is used for the dashboard.
---
!Basic Functions:
*[[Dashboard]]
*[[DashboardTemplate]]
*[[Contents]]
*[[Introduction]]
*[[RemoveIntroMessageModal]]
Or bundled together:
[[$:/plugins/inmysocks/Dashboard]]
---
!Documentation and miscellaneous
*[[How to add to the Dashboard]]
---
!Contacts
{{Tiddlers Needed for Contacts}}
---
!Create or Edit Tiddlers
{{Tiddlers Needed for Create or Edit Tiddlers}}
---
!Manage Table of Contents
{{Tiddlers Needed for Manage Table of Contents}}
---
!!To-Do List - minimal
This is just a single tiddler
*[[Minimal Task List]]
Or, if for some reason you prefer to import it as a plugin:
[[$:/plugins/inmysocks/MinimalTaskList]]
---
!!Task List
{{Tiddlers Needed for Task List}}
---
!!Citation Library
{{Tiddlers Needed for Citation Library}}
---
!!Searchable Dictionary
{{Tiddlers Needed for Dictionary}}
---
{{Tiddlers Needed for Quick Notes}}
---
Anything added to the dashboard (at least added here) should:
*Require no knowledge of WikiText
*Only require plugins available on tiddlywiki.com
*Not break using from using any of the functions in the dashboard, seed the note about the `no_edit` field below.
*Not break any existing pieces of the dashboard. Some may need to be updated for this, but they all need to be able to work together without trouble.
*Either:
**Have good easy to understand documentation with a very gentle learning curve
**Be intuitive enough that someone who is able to navigate the internet but has no coding experience can use without documentation
To follow the example, use this tiddler: [[Example New Tiddler Button View Template]]
It has the text:
<pre><$view tiddler='Example New Tiddler Button View Template' field='text'/>
</pre>
!!What this is doing
The `\define thisMakeTags() [[$(currentTiddler)$]]` line is needed in case the tiddler title has spaces, if you don't add the `[[` and `]]` than each word of the title will be added as a separate tag.
The `<$button>` is the opening tag for the button widget, anything between `<$button>` and `</$button>` is part of the button created.
`Make New Tiddler` is just the text that is visible on the button, you can change this to whatever you want.
The line `<$action-setfield $tiddler='My New Tiddler' tags=<<thisMakeTags>>/>` does all the heavy lifting. It sets the tag field of the tiddler called `My New Tiddler` equal to the output of the macro `thisMakeTags`. The macro is defined above. It gives the title of the current tiddler in a form that can be used as a tag.
Setting the tags field of a tiddler doesn't sound particularly useful, but if the tiddler `My New Tiddler` doesn't exist, than it is created and its tag field is set. This can be used in many situations to create new tiddlers that have preset fields without having to make a [[template|Templates]]. The `action-setfield` widget can set any number of fields in a tiddler that you create, just add more to it in the from `field_name="field_contents"`. So, if you wanted to change the button to include a field called `example_field` with the contents `nothing interesting here` to any new tiddler created you would change the line from `<$action-setfield $tiddler='My New Tiddler' tags=<<thisMakeTags>>/>` to `<$action-setfield $tiddler='My New Tiddler' tags=<<thisMakeTags>> example_field="nothing interesting here"/>`.
The action-setfield widget will not open up the tiddler created like this, which is why there is the line `<$action-sendmessage $message='tm-edit-tiddler' $param='My New Tiddler'/>`. This uses the action-sendmessage widget to send the message `tm-edit-tiddler`, which opens up a tiddler in edit mode, and targets the tiddler `My New Tiddler`, which is the one the button creates.
The effect of all of this is that a new tiddler called `My New Tiddler` is created, and then the tiddler is opened in edit mode.
!!How to add this button to other tiddlers
If you want to have this button displayed on every tiddler so you can click on it to create a new tiddler from anywhere than you add the tag `$:/tags/ViewTemplate` to the tiddler containing the button. This will display the button on every open tiddler.
By default the button will be shown at the very bottom of each tiddler. It is probably more useful to have the button displayed right under where a tiddlers tags are shown. To do this open the tiddler that contains the button code (in this case it is [[Example New Tiddler Button View Template]], so you can open it and edit it here.) and add a field called `list-after` and put `$:/core/ui/ViewTemplate/tags` as the contents of the field.
If everything works than you should see the button right below where the tags are displayed on every open tiddler.
<<bottomOfTiddler>>
The easiest way is to just copy this code. Any tiddler with the tag `task` that doesn't have the tag `done` will show up in the `Outstanding tasks` list, when you check the box next to it it will show up in the `Completed tasks` list. If you tag a tiddler as unfinished it shows up in the `Unfinished tiddlers` list. The `New Task` button creates an empty tiddler tagged with `task`. Name that tiddler whatever you want your task to be called and it will show up in the list. Put details about what needs to be done inside the tiddler if you want.
Unchecking the box puts the task back in the outstanding task list.
At the bottom of the tiddler created when you press the `New Task` button there are two [[fields|How to Add Fields to Tiddlers]], `blurb` and `deadline` the contents of which show up in the outstanding tasks list. See the example below for what it looks like.
Look down below the code to see what it looks like.
```
<$button message="tm-new-tiddler" param="TiddlerTaskTemplate">New Task</$button>
! Outstanding tasks
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]!title[TiddlerTaskTemplate]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link> - <$view field="deadline"/><br><$view field="blurb"/></$checkbox>
</$list>
! Completed tasks
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
</$list>
---
!Unfinished tiddlers
<$list filter="[tag[unfinished]]">
</$list>
```
Which is shown here:
<$button message="tm-new-tiddler" param="TiddlerTaskTemplate">New Task</$button>
! Outstanding tasks
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]!title[TiddlerTaskTemplate]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link> - <$view field="deadline"/><br><$view field="blurb"/></$checkbox>
</$list>
! Completed tasks
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
</$list>
---
!Unfinished tiddlers
<$list filter="[tag[unfinished]]">
</$list>
<<bottomOfTiddler {{!!title}}>>
\define simpleMacro()
It just says this
\end
The general form of code for a macro is
```
\define macroName(macroInput1,macroInput2)
(code here)
\end
```
In the body of the macro code you can reference the inputs by using `$macroInput1$` and `$macroInput2$` etc. and they will be used as variables when the macro is called.
To use the macro the syntax is `<<macroName macroInputValue1 macroInputValue2>>` then in the code for the macro everywhere that `$macroInput1$` shows up, `macroInputValue1` will be used instead, and wherever `$macroInput2$` shows up, `macroInputValue2` will be used instead. This means that a macro is just defines a simple function, if you know what that means.
A marco doesn't need to have only a single input, it can have zero or one or any number of inputs (if there is a limit I don't know it, it may be 2).
The code is just WikiText, the same as anywhere else in the wiki, just with the placeholders for variables.
You can define a macro that is only going to be used in a single tiddler at the very top of the tiddler. It doesn't show up in the displayed portion. At the top of this tiddler there is a simple macro with no inputs defined with the following code
```
\define simpleMacro()
It just says this
\end
```
Then anywhere that you put `<<simpleMacro>>` in this tiddler is displays as:
<<simpleMacro>>
To make a global macro, that is one that can be used anywhere in the wiki, create a tiddler that contains the macro, or macros, that you want and give it the tag `$:/tags/Macro` and it can be used anywhere in the wiki.
!Other example macros
The no input macro above is a simple example. A slightly more complex example of a macro is the global `hoverBlurb` macro used in this wiki. The code for this macro is
```
\define hoverBlurb(label)
<$hover popup="$:/state/$label$">
[[$label$]]
</$hover>
<$reveal type="popup" state="$:/state/$label$">
<div class="tc-drop-down">
<$view tiddler="$label$" field="blurb"/>
</div>
</$reveal>
\end
```
Note it takes the input `label` and anywhere in the definition where `$label$` is used gets replaced by the input given when the macro is called. so if you use `<<hoverBlurb PrinnySpin>>` it is the same as using all of this code:
```
<$hover popup="$:/state/PrinnySpin">
[[PrinnySpin]]
</$hover>
<$reveal type="popup" state="$:/state/PrinnySpin">
<div class="tc-drop-down">
<$view tiddler="PrinynSpin" field="blurb"/>
</div>
</$reveal>
```
which is much longer than calling the macro, which is the reason macros exist.
The macros described in [[Make a tiddlers blurb popup when you hover over a link]], [[Make an image tiddlers blurb field show up like a tooltip]] and [[Make one tiddler popup when you hover over a link to another tiddler]] are defined in MyHoverMacros and are setup as global macros. The code for each macro is shown in the description tiddlers as reference.
<<bottomOfTiddler {{!!title}}>>
These steps will allow you to create new display templates for the contacts list/list entries and add the template to the drop-down menu in the [[Contacts Settings]] tiddler and correctly display the settings tiddler there if you make one.
For example templates look at the templates listed in [[Tiddlers Needed for Contacts]].
#Create a new tiddler and give it a descriptive name with no spaces (spaces make things weird, I will hopefully fix this in the future so you don't have to worry about spaces).
#If you are making a template for how to display each entry add the tag `ContactDisplayTemplate`, if you are making a template for how to display the list of contacts add the tag `ContactListTemplate`.
#Make a field called `display_name` and put the name you want to appear in the settings dropdown menu there, spaces are fine here.
#(Optional) Make a field called `settings_tiddler` and put the name of the tiddler that will change the settings for your template in that field.
#Make the template however you want it
#Each list template should have a field `caption` with the value `Contacts List` so that it displays correctly in the tabs of the contacts tiddler
I have way too many projects. You can look at [[the plans for this site and my tiddlywiki stuff|Change Log]]. I have similarly long lists of things to do with just about everything else I work on. This is on top of working on getting my phd and starting up a company. I don't like when I don't have anything to do. Also see [[Other Wikis I Have]]. Way too many projects.
The icon menus plugin is what adds the icon menus at the top and on the left side of this page.
[[Another demo site is here|http://inmysocks.tiddlyspot.com/#Icon%20Menus%20Plugin]], and I use it on [[my homepage|http://ooktech.com/jed/externalbrain/]].
To install this plugin on your wiki drag and drop this link into your wiki:
[[$:/plugins/inmysocks/IconMenus]]
This will add a tab in the control panel that lets you configure the menus however you want. There are many options, here are a few of the most important ones:
*When you open the `Icon Menus Settings` tab in the control panel there is a button at the top that says `Set tiddler top position`. If you click this button it sets the default position of the top of the tiddlers to be even with the bottom of the top bar menu. If you don't do this than tiddlers will open with their titles behind the top bar, also if you have a ribbon like the `Powered by TiddlyWiki` one on this site and don't click on the button than the ribbon will be partly covered by the top bar,
*Next is a list of checkboxes and dropdown menus. The check boxes turn each menu on or off, there are currently 10 options here:
**Top Bar - this turns on or off the top bar itself, if this is off than none of the top menus will be visible. If you don't want the bar visible but want the menus you can turn off the top bar border and set the top bar color option to either `transparent` or just make it blank.
**Top Left menu - this is the menu in the top left, in this wiki it shows the `Width/Font` button and the {{Menu Icon - Help}} icon.
**Top Middle menu - this toggles the top middle menu, on this wiki it has the home button, the wiki title and the save wiki button.
**Top Right menu - this toggles the top right menu
**Right menu - this toggles the menu on the right side of the screen
**Left menu - this toggles the menu on the left side of the screen
**Bottom Bar - similar to the top bar, but on the bottom of the screen instead (not turned on in this wiki, you can change the settings in [[$:/ControlPanel]] to see what it looks like)
**Bottom Left menu - the menu on the bottom left (also not shown in this wiki)
**Bottom Middle menu - the menu in the middle of the bottom (also not shown in this wiki)
**Bottom Right menu - the menu on the bottom right (also not shown in this wiki)
*Next to each option there is a dropdown menu that controls the behavior of that menu. Some of the menus currently only have a single option. In this wiki the top bar uses the basic style, and the left menu uses the appear on hover style. There is also a popout on hover style that hides most of the menu until you hover the mouse over it and then it displays the entire menu.
*Below all of that there are a bunch of tabs, one for each menu/bar. This is where you control the icons displayed on each menu and the menu appearance. Hopefully the settings are self explanatory, if not play with them to see what they do, it won't break anything.
*Each menu tab has a list of entries that are currently available to be part of that menu, check the box next to an entry to add it to the menu. The `Order` column determines the order for the menu items. Order goes from top to bottom on the left and right menus and from left to right on all of the others.
Any tiddler tagged with `Menu Icon` will appear on the list of potential menu entries. They don't have to be icons, the `Width/Font Size` button and the wiki title in the top bar are examples of non-icon entries. If you want a menu with text entries you can set the width of the left and right menus to me wide enough for your text and make the menu item tiddlers with the `Menu Icon` tag however you wish. This probably works best with the popout on hover style because the left and right menu widths don't do anything to the position of the tiddlers.
The currently available icons in the plugin are:
<$list filter='[plugintiddlers[]tag[Menu Icon]]'>
<$link to=<<currentTiddler>>><$view field='caption'><$view field='title'/></$view></$link> - <$transclude/><br>
</$list>
Other icons used on this wiki (click and drag the link to import them to your wiki if you want them, be aware that some may require other tiddlers to function):
<$list filter='[tag[Menu Icon]!prefix[$:/]]'>
<$link to=<<currentTiddler>>><$view field='caption'><$view field='title'/></$view></$link> - <$transclude/><br>
</$list>
This won't work until I version 5.1.8 is released.
I have put in comments to explain how it works.
This won't work even then because the comments break the macro definitions.
```
<!-- For this currentTiddler is set to the previous tiddler in the gallery, and ImageTiddler is set to the tiddler currently being viewed -->
\define thisBackButton()
<$button class='tc-btn-invisible'>
<!-- Open the previous tiddler -->
<$action-navigate $to=<<currentTiddler>>/>
<!-- The button image -->
{{$:/core/images/chevron-left}}
<!-- Close the current tiddler -->
<$action-sendmessage $message='tm-close-tiddler' $param="""$(ImageTiddler)$"""/>
</$button>
\end
<!-- For this currentTiddler is set to the next tiddler in the gallery and ImageTiddler is set to the tiddler currently being viewed-->
\define thisForwardButton()
<$button class='tc-btn-invisible'>
<!-- Open the next tiddler -->
<$action-navigate $to=<<currentTiddler>>/>
<!-- The button image -->
{{$:/core/images/chevron-right}}
<!-- Close the current tiddler -->
<$action-sendmessage $message='tm-close-tiddler' $param="""$(ImageTiddler)$"""/>
</$button>
\end
\define thisGallery()
<!-- Only display if the current tiddler in the list is the tiddler being viewed -->
<$reveal type=match state='!!title' text=<<ImageTiddler>>>
<!-- use the calc macro to set indicies of the current and next tiddlers in the gallery -->
<$set name=thisMinusOne value=<<calc $(currentListIndex)$ -1>>>
<$set name=thisPlusOne value=<<calc $(currentListIndex)$ +1>>>
<!-- Set the width for the div that holds the buttons -->
<div style='width:100%'>
<!-- This only displays if the tiddler being viewed isn't the first one. ImageDisplayViewTemplate!!one is just the numeral 1 so it can be checked against -->
<$reveal type=nomatch state='ImageDisplayViewTemplate!!one' text=<<currentListIndex>>>
<!-- This pulls out the previous tiddler in the gallery -->
<$list filter='[sort<GallerySort>tag<GalleryTag>$(GalleryFilter)$nth<thisMinusOne>]'>
<!-- The div holding the back button -->
<div style='width:70%;z-index:99;position:absolute'>
<!-- The back button is created using the previous tiddler in the gallery as the variable currentTiddler -->
<<thisBackButton>>
</div>
</$list>
</$reveal>
<!-- This pulls out the tiddler that is next in the gallery, this only returns something when the next tiddler exists, so at the end of the gallery there is nothing on this list and the button isn't displayed -->
<$list filter='[sort<GallerySort>tag<GalleryTag>$(GalleryFilter)$nth<thisPlusOne>]'>
<!-- This is the div holding the forward button -->
<div style='text-align:right;position:absolute;width:80%;z-index:98'>
<!-- This makes the forward button using the next tiddler in the gallery as the variable currentTiddler -->
<<thisForwardButton>>
</div>
</$list>
<!-- This is the div that says Navigate Gallery: -->
<div style='text-align:center;position:absolute;z-index:1;width:80%'>
Navigate Gallery: {{!!gallery}}
<hr>
</div>
</div>
<br>
</$set>
</$set>
</$reveal>
\end
<!-- This macro makes the navigation buttons -->
\define thisList()
<!-- This sorts and list the tiddlers with the optional GalleryFilter added on. It sets the iterator and variable as well. -->
<$list filter="[sort<GallerySort>tag<GalleryTag>$(GalleryFilter)$]" iterator=currentListIndex variable=ThisOne>
<!-- Using the built in iterator-last variable we set the number for the last tiddler in the gallery -->
<$set name=LastTiddler value=<<iterator-last>>>
<!-- Show this only if the current tiddler isn't the last tiddler in the gallery, this is the part that removes the next button from the last tiddler -->
<$reveal type=nomatch state=<<LastTiddler>> text=<<currentListIndex>>>
<!-- This uses the same filter as above, but it pulls out the nth tiddler, where n is the currentListIndex, set my the iterator from the above list and sets the variable to ImageTiddler. This is the tiddler currently being viewed -->
<$list filter="[sort<GallerySort>tag<GalleryTag>$(GalleryFilter)$nth<currentListIndex>]" variable=ImageTiddler>
<!-- This macro makes the display -->
<<thisGallery>>
</$list>
</$reveal>
</$set>
</$list>
\end
<!-- Set the GalleryTag variable based on the settings in the control panel -->
<$set name=GalleryTag value={{$:/settings/TiddlerGallerySettings!!gallery_tag}}>
<!-- This is the list that makes the view template only show up on the correct tiddlers -->
<$list filter="[is[current]tag<GalleryTag>]">
<!-- Set the GallerySort and GalleryFilter variables, this is inside the list because that may reduce the amount of rendering done. I am not actually sure about that. -->
<$set name=GallerySort value={{$:/settings/TiddlerGallerySettings!!gallery_sort}}>
<$set name=GalleryFilter value={{$:/settings/TiddlerGallerySettings!!filter}}>
<!-- This is the macro that makes the navigation buttons -->
<<thisList>>
</$set>
</$set>
</$list>
</$set>
```
There should be date created, deadline and maybe start date (it could be different than date created)
I have no idea how to present this information in the normal table list, it may have to go into the info popup for each task. Or I could have different table styles.
This could also be used to integrate this with the calendar plugin.
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
!Welcome to ~TiddlyWiki!
''If you just want to import functions into your own existing wiki go to http://inmysocks.tiddlyspot.com/#How%20to%20add%20to%20the%20Dashboard for instructions and a list of the available plugins''
~TiddlyWiki is a personal organizer or personal wiki. This is a version designed specifically so that there is almost no learning required to use it. There will (hopefully) be versions that just accomplish individual tasks, such as a task list or contacts database. This wiki contains all of the available content for the no learning required versions.
!!To get started
If you just want to get started working then you can click on one of the options to the left. Currently `Introduction` is highlighted to show that you are looking at the introduction tab. If you click on another option on the list than you will see the content for that option.
Currently the options are:
*`Citation Library` - a simple citation database
*`Contacts` - a contact database with a simple interface
*`Create or Edit Tiddlers` - a simple interface for adding more tiddlers to this wiki
*`Dictionary` - a searchable and editable dictionary
*`Manage Table of Contents` - a TOC manager for tiddlywiki
*`Minimal Task List` - a task list that just lists tasks and allows you to check them off when they are finished.
*`Quick Notes` - a simple searchable notepad
*`Task List` - a more advanced task list that has options for adding short descriptions, deadlines and a more detailed explanation to the task. On this list if you click on a task name it will open up the details you have given that task.
!!What do these words mean?
Here is a list of words and definitions related to this wiki that you may not be familiar with:
*''Wiki'' - a user editable document. Wikipedia is probably the most famous example of a wiki. A wiki contains pages or articles that can link to each other to allow navigation through the different articles. What you are currently reading is an example of a wiki called ~TiddlyWiki
*''Link'' - A link is a word or phrase that you can click on that will bring you to a new place or open up a new page. Links in this wiki are colored blue and when you hover over one it will become underlined. Clicking on links is one of the main ways to navigate this wiki.
*''Tiddler'' - A single unit used by ~TiddlyWiki. Everything on this wiki is made up of tiddlers, and when you create something here it will be a tiddler. An article on wikipedia would be equivalent to a tiddler. But a tiddler can be significantly more than what is done on wikipedia. Don't worry too much about specifics if you don't want to, the important thing to know now is that when you open something on this wiki what you open is a tiddler. For examples and more explaination go to www.tiddlywiki.com
*''~TiddlyWiki'' - ~TiddlyWiki is a program that can be used in many different ways, what you are reading right now is an example of a ~TiddlyWiki, but there are many more things that can be done with one. <!-- add history or something here -->
!!If you want to get rid of this message
If you want to prevent this message from appearing anymore you can click on the button below. Once you do this than this message won't appear again, so make sure you understand the basics of how to use this wiki before you press it.
If you want this message to stay available than just click on one of the options to the left to get started using the wiki. If you click on the word `Introduction` than this message will appear again.
Click the button down below that says `Don't show this again` and this message will no longer appear when you open your wiki.
<$button message='tm-modal' param=RemoveIntroMessageModal>Don't show this again</$button>
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
''Jed Carty'' preferred online nickname: inmysocks
--''Email''--
inmysocks -At- G mail Dot Com (Weirdness to avoid spam)
--''Phone''--
People sometimes try to call me on my texting device. It is better to talk to me online.
--''My ~TiddlyWiki 5 Stuff on the Net''--
<$list filter='[tag{!!title}tag[<Name Plate>]name_plate_type[TiddlyWiki]]' template=SiteNamePlateDisplayTemplate>
</$list>
--''~GitHub''--
https://github.com/inmysocks
--''Social Site''--
[[Google +|https://plus.google.com/u/0/104299822683475347635/posts/]]<br>
[[Sir Hatsworth XVII's photoblog|http://sirhatsworthxvii.blogspot.com/]]
--''IM Things''--
AIM - JedMee (I almost never use this anymore, but pidgin is still set to log in)<br>
Google chat thing whatever it is called - same as my email
!!!__Tiddlers with Jed Carty Tags__
{{{ [tag[Jed Carty]] }}}
Hopefully this link will always point to a page with the newest version of the plugin if it gets updated.
http://tiddlywiki.com/plugins/tiddlywiki/katex/
<<bottomOfTiddler {{!!title}}>>
''Like everything else on this site, this is a work in progress, there isn't much to see here yet.''
This is the start of what will hopefully become a loosely structured guide to learning how to use some of the more advanced features of TiddlyWiki. If you simply want to use TiddlyWiki to markup text or create static wikis this is probably not going to be very helpful, but if you want to learn how to create dynamically changing wikis this will hopefully help you start.
!Introduction
For a brief overview of what makes ~TiddlyWiki useful, or why you should care, check [[Why TiddlyWiki?]] It will give you background on why using what I present here is helpful in a general way.
!TiddlyWiki Ideas and Concepts
This wiki is an example of a (mostly) statically displayed wiki, there are not many dynamic elements past some automatically generated lists. If you want to see an example of a wiki that is almost completely made up of dynamically generated content you can go to [[http://zorklike.tiddlyspot.com/]], which is a simple interactive fiction engine I created using TiddlyWiki.
While there are many tools available when using WikiText, the four most useful concepts for learning how TiddlyWiki can go far beyond traditional typesetting/word processing, or even other wikis, are:
*[[Lists in WikiText]]
*[[Filters in WikiText]]
*[[Transclusion in WikiText]]
*[[Templates in WikiText]]
While the other tools are important, if you understand these four concepts you can build very complex things using TiddlyWiki.
!Wiki Customization
If you want to learn how to customize your wiki than I have [[learning to customize TiddlyWiki|Learning to Customize TiddlyWiki]], and there are some simple notes in [[Wiki Customization]].
Like what I am doing? You can always [[help|Want to help out?]].
<<bottomOfTiddler>>
Also see [[Learning TiddlyWiki]]
This is going to cover some more advanced or technical aspects of customizing ~TiddlyWiki. I just started making it so there are a lot of gaps and not everything listed is done yet.
If you have any specific requests feel free to ask through the feedback form (the {{Menu Icon - User Feedback}} icon in the upper left of the screen)
If you just want things I have already made for you, go to [[Copy and Paste Custimizations]].
Easy stuff:
*[[Changing Themes]] - Switching between existing themes, possibly the easiest customization possible.
More advanced:
*[[Modifying CSS]] - Change the wiki layout, font sizes, colours, popups and much more.
*[[Custom View Templates]] - A different sort of changing layout, things like adding new buttons to every tiddler or changing the location of menus, or creating new menus.
Everything comes down to making the correct table it seems.
Facebook and Google+, and possibly other sites, give a preview of sites if you share a link to them. These previews can be built automatically, but if you put the proper metadata on your site than you can control what shows up. The protocol for this is called Open Graph Protocol ([[website|http://ogp.me/]]). Adding the metadata to a wiki is very simple, just make a tiddler tagged with `$:/tags/RawMarkup` and put in the html.
The [[Open Graph Protocol site|http://ogp.me/]] gives information about which tags are available and what they do, here is the code use in this site from the tiddler [[Open Graph Protocol Metadata]]:
<pre>
<$view tiddler='Open Graph Protocol Metadata'/>
</pre>
If you don't want to add more metadata you can copy that into a tiddler on your own wiki and change the title, url and description to fit your site. Or I suppose just import the [[Open Graph Protocol Metadata]] tiddler and edit it to fit your site.
After you have added the tiddler, saved and then reloaded your wiki you can check to make sure it worked either by putting the link into the new post editor on facebook or google+ or going to [[the debug tool|https://developers.facebook.com/tools/debug/og/object/]] facebook has for checking these things.
''Note'' If you have put a link to your wiki on facebook previously than the update may not show, if that is the cage go to the debug tool lined to above, enter the url of your wiki and click on `Fetch new scrape information` to get facebook to update the data is has stored. Google+ apparently checks the data every time so it should work immediately there.
<<bottomOfTiddler>>
[[$:/plugins/inmysocks/LibraryTracker]]
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
\define thisMakeListEntry()
<<currentTiddler>> - {{Iterate Over Fields Example Tiddler!!$(thisTiddler)$}}<br>
\end
This will set all of the fields in the tiddler [[Iterate Over Fields Example Tiddler]] to be whatever value is stored in the `iterate_value` field in this tiddler. The `iterate_value` field is set by the select widget. This works regardless of how many fields are in [[Iterate Over Fields Example Tiddler]] or what the fields are called. It may be possible to have this set the fields to different values, but that may get complex.
The fields are updated whenever the `iterate_value` field is changed.
```
\define thisMakeListEntry()
<<currentTiddler>> - {{Iterate Over Fields Example Tiddler!!$(thisTiddler)$}}
\end
<$select tiddler=<<currentTiddler>> field='iterate_value'>
<option>foo</option>
<option>bar</option>
<option>bob</option>
<option>joe</option>
<option>eve</option>
</$select>
You can add any fields you want:
<$edit-text tiddler=<<currentTiddler>> field='field_to_add' class='tc-edit-texteditor'/>
<$button>Add field<$action-setfield $tiddler='Iterate Over Fields Example Tiddler' $field={{!!field_to_add}} $value=''/></$button>
<$set name=tidName vaule=<<currentTiddler>>>
<$list filter='[[Iterate Over Fields Example Tiddler]fields[]]-[[title]]-[[created]]-[[modified]]-[[text]]-[[tags]]'>
<$link-fields $sourcetiddler='link-fields Widget - Iterate Over Fields' $sourcefield='iterate_value' $storetiddler='Iterate Over Fields Example Tiddler' $storefield=<<currentTiddler>>/>
<$set name=thisTiddler value=<<currentTiddler>>>
<<thisMakeListEntry>>
</$set>
</$list>
</$set>
```
<$select tiddler=<<currentTiddler>> field='iterate_value'>
<option>foo</option>
<option>bar</option>
<option>bob</option>
<option>joe</option>
<option>eve</option>
</$select>
You can add any fields you want:
<$edit-text tiddler='$:/temp/iterateoverfieldsaddfield' field='field_to_add' class='tc-edit-texteditor'/>
<$button>Add field<$action-setfield $tiddler='Iterate Over Fields Example Tiddler' $field={{'$:/temp/iterateoverfieldsaddfield'!!field_to_add}} $value=''/></$button>
<$set name=tidName vaule=<<currentTiddler>>>
<$list filter='[[Iterate Over Fields Example Tiddler]fields[]]-[[title]]-[[created]]-[[modified]]-[[text]]-[[tags]]'>
<$link-fields $sourcetiddler='link-fields Widget - Iterate Over Fields' $sourcefield='iterate_value' $storetiddler='Iterate Over Fields Example Tiddler' $storefield=<<currentTiddler>>/>
<$set name=thisTiddler value=<<currentTiddler>>>
<<thisMakeListEntry>>
</$set>
</$list>
</$set>
This example shows how the link-fields widget can be used to iterate over a list of tiddlers and set values in each tiddler. To see how to set different values for each tiddler see [[here|link-fields Widget - Set Multiple Fields Using Select]] or [[here|link-fields Widget - Set Multiple Fields Using Select (Data Tiddler Version)]].
How it works:
The dropdown menu sets the value that each tiddlers field, called `this_store_field` in each tiddler, will be set to. The list widget is made so it lists all of the desired tiddlers, in this case every tiddler tagged with `Iterate Over Tiddlers Example - link-fields Widget`, and works the way lists normally work.
The link-fields widget is put in each list entry, with `$storetiddler` set to `<<currentTiddler>>` so the link-fields widget will link the source field to fields in each entry of the list. The reason this works is because the link-fields widget works whenever the widget is being rendered, and in the list here each list entry has a link-fields widget for the tiddler being displayed, so the widget works on each entry of the list.
```
Select value: <$select field='iterate_value2'>
<option>foo</option>
<option>bar</option>
<option>bob</option>
<option>joe</option>
<option>eve</option>
</$select>
<$list filter='[tag[Iterate Over Tiddlers link-fields Example]]'>
<$link-fields $sourcetiddler='Iterate Over Tiddlers Example - link-fields Widget' $sourcefield='iterate_value2' $storetiddler=<<currentTiddler>> $storefield='this_store_field'/>
<<currentTiddler>> - {{!!this_store_field}}<br>
</$list>
```
This sets the `this_store_field` field of each of the tiddlers returned by the filter ([[Link Fields Iterate Over Tiddlers Example 1]], [[Link Fields Iterate Over Tiddlers Example 2]] and [[Link Fields Iterate Over Tiddlers Example 3]] if nothing has changed) to the value of `iterate_value2` in this tiddler, which is set by this select widget.
Select value: <$select tiddler='Iterate Over Tiddlers Example - link-fields Widget' field='iterate_value2'>
<option>foo</option>
<option>bar</option>
<option>bob</option>
<option>joe</option>
<option>eve</option>
</$select>
Tiddlers and field values:
<$list filter='[tag[Iterate Over Tiddlers link-fields Example]]'>
<$link-fields $sourcetiddler='Iterate Over Tiddlers Example - link-fields Widget' $sourcefield='iterate_value2' $storetiddler=<<currentTiddler>> $storefield='this_store_field'/>
<<currentTiddler>> - {{!!this_store_field}}<br>
</$list>
\define thisMakeSourceField()
source_field_$(appendNumber)$
\end
\define thisListItem()
<$link-fields $sourcetiddler=<<currentTiddler>> $sourcefield=$(sourceField)$ $storetiddler=<<currentTiddler>> $storefield=example_store_field/>
<<currentTiddler>> - {{!!example_store_field}}<br>
\end
To do this requires a bit of work now, I will hopefully change things so that you can make a data tiddler that defines the different values for each field/tiddler. But that comes later.
How it works:
Each of the tiddlers with fields being set have 3 fields called `source_field_1`, `source_field_2` and `source_field_3`. These fields hold the values that the designated fields will hold when the select widget is set to `1`, `2` or `3` respectively. The `thisMakeSourceField` macro puts the string together from the value picked by the select widget (this could also be done using a value list like described here http://tiddlywiki.com/#SelectWidget). Then the list widget builds the link-fields commands using the `thisListItem` macro. This calls the link-fields widget once for each item returned by the filter used by the list widget, which sets the value of the `example_store_field` to whatever is in the selected source field in each tiddler. You could use the same method as used in the `thisMakeSourceField` macro to select different store fields for each option selected by the select widget, and if you wanted you could pull the values from a data tiddler where the indexes were named the same as each option of the select widget and the value stored in each index was the desired field. You would need one data tiddler per store field. If the data tiddler handling is improved than you would be able to use a single data tiddler for all of them, but that may not happen for a long time.
Code:
```
\define thisMakeSourceField()
source_field_$(appendNumber)$
\end
\define thisListItem()
<$link-fields $sourcetiddler=<<currentTiddler>> $sourcefield=$(sourceField)$ $storetiddler=<<currentTiddler>> $storefield=example_store_field/>
<<currentTiddler>> - {{!!example_store_field}}<br>
\end
<$select field='select_value'>
<option>1</option>
<option>2</option>
<option>3</option>
</$select>
<$set name=appendNumber filter='[<currentTiddler>get[select_value]]'>
<$set name=sourceField value=<<thisMakeSourceField>>>
<$list filter='[tag[Multiple Fields Select Widget]]'>
<<thisListItem>>
</$list>
</$set>
</$set>
```
Select Value: <$select field='select_value'>
<option>1</option>
<option>2</option>
<option>3</option>
</$select>
<$set name=appendNumber filter='[<currentTiddler>get[select_value]]'>
<$set name=sourceField value=<<thisMakeSourceField>>>
<$list filter='[tag[Multiple Fields Select Widget]]'>
<<thisListItem>>
</$list>
</$set>
</$set>
\define thisGetDataTiddler()
$(tidName)$ - Data
\end
\define thisListItem()
<$link-fields $sourcetiddler=<<thisGetDataTiddler>> $sourceindex="""$(sourceIndexName)$""" $storetiddler=<<tidName>> $storefield='example_store_field'/>
\end
This example works by having a select widget give all of the indexes of a data tiddler as options. There are 3 data tiddlers with identical index names, [[Using Data Tiddlers with link-fields and select Widgets 1 - Data]], [[Using Data Tiddlers with link-fields and select Widgets 2 - Data]] and [[Using Data Tiddlers with link-fields and select Widgets 3 - Data]]. Each data tiddler is associated with a normal tiddler, [[Using Data Tiddlers with link-fields and select Widgets 1]], [[Using Data Tiddlers with link-fields and select Widgets 1]] and [[Using Data Tiddlers with link-fields and select Widgets 1]]. When the select widget is set to the name of an index, a field in each of the tiddlers is set to the value associated with that index in its paired data tiddler. The list building the link-fields widgets works the same as in the [[link-fields Widget - Iterate Over Tiddlers Example]].
```
\define thisGetDataTiddler()
$(tidName)$ - Data
\end
\define thisListItem()
<$link-fields $sourcetiddler=<<thisGetDataTiddler>> $sourceindex="""$(sourceIndexName)$""" $storetiddler=<<tidName>> $storefield='example_store_field'/>
\end
<$select field='select_value'>
<$list filter='[[Using Data Tiddlers with link-fields and select Widgets 1 - Data]indexes[]]'>
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name=sourceIndexName value={{!!select_value}}>
<$list filter='[tag<currentTiddler>]'>
<$set name=tidName value=<<currentTiddler>>>
<$set name=dataTiddlerName value=<<thisGetDataTiddler>>>
<<thisListItem>>
<<currentTiddler>> - {{!!example_store_field}}
</$set>
</$set>
</$list>
</$set>
```
<$select field='select_value'>
<$list filter='[[Using Data Tiddlers with link-fields and select Widgets 1 - Data]indexes[]]'>
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name=sourceIndexName value={{!!select_value}}>
<$list filter='[tag<currentTiddler>]'>
<$set name=tidName value=<<currentTiddler>>>
<$set name=dataTiddlerName value=<<thisGetDataTiddler>>>
<<thisListItem>>
<<currentTiddler>> - {{!!example_store_field}}
</$set>
</$set>
</$list>
</$set>
<<bottomOfTiddler>>
This demonstrates the basic usage of the link-fields widget, showing both the normal and `field=tiddler` syntax.
Code:
```
Contents of source field: <$select tiddler='link-fields Widget - Simple Example' field='link_fields_example_source_field'>
<option>foo</option>
<option>bar</option>
<option>Hello!</option>
<option>Hola!</option>
</$select>
<$link-fields $sourcetiddler='link-fields Widget - Simple Example' $sourcefield='link_fields_example_source_field' $storetiddler='My Plugins' $storefield='link_fields_example_store_field' other_example_store_field='link-fields Widget - Simple Example'/>
Currently in store fields: {{My Plugins!!link_fields_example_store_field}} and {{link-fields Widget - Simple Example!!other_example_store_field}}
```
Check the `link_fields_example_store_field` field in the [[My Plugins]] tiddler to see that this is working.
Contents of source field: <$select tiddler='link-fields Widget - Simple Example' field='link_fields_example_source_field'>
<option>foo</option>
<option>bar</option>
<option>Hello!</option>
<option>Hola!</option>
</$select>
<$link-fields $sourcetiddler='link-fields Widget - Simple Example' $sourcefield='link_fields_example_source_field' $storetiddler='My Plugins' $storefield='link_fields_example_store_field' other_example_store_field='link-fields Widget - Simple Example'/>
Currently in store fields: {{My Plugins!!link_fields_example_store_field}} and {{link-fields Widget - Simple Example!!other_example_store_field}}
Select the value using the dropdown menu, then click `Update` to update the fields in the tiddlers returned by the filter.
!!How it works:
The select widget sets the `source_field` normally. The list widget inside the reveal widget is used to create one link-fields widget for each tiddler returned by the list.
The link-fields widget will update the fields whenever it is rendered, but by default the content of a reveal widget isn't rendered while hidden. So putting the list widget that makes the set of link-fields widgets inside a reveal widget prevents the link-fields widget from acting while hidden.
On a button press the state of the reveal widget is set to 'show', which causes the link-field widgets built by the list to be updated. To avoid having to re-hide the content of the reveal widget manually (which effectively turns off the link-fields widgets), a second link-fields widget is used outside the list (but inside the reveal) that sets the reveal state to hide, this is also executed as soon as the reveal state is set to show, hiding the content again and stopping the link-fields widgets after they are evaluated once.
The result is a behaviour like an action widget that only triggers on a button press. Hopefully I will eventually just make an action-widget version of this if an alternative isn't made so you won't have to deal with the roundabout reveal method.
This method can, of course, be used with any of the other link-fields examples.
Code:
```
Select value: <$select field='source_field'>
<option>1</option>
<option>2</option>
<option>3</option>
</$select>
<$button><$action-setfield $tiddler='$:/temp/linkfieldsbutton' text=show/>Update</$button>
<$reveal type=match state='$:/temp/linkfieldsbutton' text=show>
<$list filter='[tag[The link-fields Widget]]'>
<$link-fields $sourcetiddler='link-fields Widget - Update link-fields on a Button Press' $sourcefield='source_field' $storetiddler=<<currentTiddler>> $storefield='test_store'/>
</$list>
<$link-fields $sourcetiddler='link-fields Widget - Update link-fields on a Button Press' $sourcefield='reset' $storetiddler='$:/temp/linkfieldsbutton' $storefield='text'/>
</$reveal>
<$list filter='[tag[The link-fields Widget]]'>
{{!!title}} - {{!!test_store}}<br>
</$list>
```
Select value: <$select field='source_field'>
<option>1</option>
<option>2</option>
<option>3</option>
</$select>
<$button><$action-setfield $tiddler='$:/temp/linkfieldsbutton' text=show/>Update</$button>
<$reveal type=match state='$:/temp/linkfieldsbutton' text=show>
<$list filter='[tag[The link-fields Widget]]'>
<$link-fields $sourcetiddler='link-fields Widget - Update link-fields on a Button Press' $sourcefield='source_field' $storetiddler=<<currentTiddler>> $storefield='test_store'/>
</$list>
<$link-fields $sourcetiddler='link-fields Widget - Update link-fields on a Button Press' $sourcefield='reset' $storetiddler='$:/temp/linkfieldsbutton' $storefield='text'/>
</$reveal>
<$list filter='[tag[The link-fields Widget]]'>
{{!!title}} - {{!!test_store}}<br>
</$list>
<<bottomOfTiddler>>
To link to another tiddler you use this
```
[[Wiki Examples]]
```
which displays as
[[Wiki Examples]]
Anything that is written in CamelCase also shows up as a tiddler. CamelCase is any word that has a capital letter in the first position followed by a lowercase letter and then a capital letter in any other position.
To write something that fits the CamelCase rules but shouldn't show up as a link put a `~` in front of the word.
```
CamelCase will show up as a link but ~CamelCase won't
```
displays as
CamelCase will show up as a link but ~CamelCase won't
<<bottomOfTiddler {{!!title}}>>
\define thisSearchMacro()
<$list filter='[!is[system]]' variable=useThisOne>
<$list filter='[<useThisOne>fields[]]-[[title]]-[[created]]-[[modified]]-[[tags]]-[[text]]' variable=thisField>
<<thisSearchListItem>>
</$list>
</$list>
\end
\define thisSearchListItem()
<$list filter="[<useThisOne>has<thisField>regexp:$(thisField)$[(?i)$(thisSearch)$]]">
<$set name='thisTiddler' value={{!!title}}>
<<thisSearchListItem2>>
</$set>
</$list>
\end
\define thisSearchListItem2()
<$reveal type=nomatch state="""$:/temp/searchreplacetiddlers##$(thisTiddler)$""" text=$(thisField)$>
<$button class='tc-btn-invisible'><$action-setfield $tiddler='$:/temp/searchreplacetiddlers' $index=<<currentTiddler>> $value=$(thisField)$/>__"""$(thisTiddler)$"""__ - $(thisField)$</$button><br>
</$reveal>
\end
\define thisSelectedList()
<$list filter='[[$:/temp/searchreplacetiddlers]indexes[]]' variable=indexName>
<<thisSelectedListEntry>>
</$list>
\end
\define thisSelectedListEntry()
<$reveal type=nomatch state="""$:/temp/searchreplacetiddlers##$(indexName)$""" text="""''""">
<$reveal type=nomatch state="""$:/temp/searchreplacetiddlers##$(indexName)$""" text=''>
<$set name=indexValue value={{$:/temp/searchreplacetiddlers##$(indexName)$}}>
<$button class='tc-btn-invisible'>{{$:/core/images/done-button}}<$action-setfield $tiddler='$:/temp/searchreplacetiddlers' $index=<<indexName>> $value=''/>__<<indexName>>__ - <<indexValue>></$button>
</$set><br>
</$reveal>
</$reveal>
\end
\define thisSearchReplaceList()
<$list filter='[[$:/temp/searchreplacetiddlers]indexes[]]' variable=thisTiddler>
<<thisSearchReplaceListItem>>
</$list>
\end
\define thisSearchReplaceListItem()
<$set name=thisValue value={{$:/temp/searchreplacetiddlers##$(thisTiddler)$}}>
<$reveal type=nomatch state="""$:/temp/searchreplacetiddlers##$(thisTiddler)$""" text="""''""">
<<thisSearchReplaceListItem2>>
</$reveal>
</$set>
\end
\define thisSearchReplaceListItem2()
<$link-fields $sourcetiddler='$:/temp/linkfieldssearchreplace' $sourcefield='replace_string' $storetiddler="""$(thisTiddler)$""" $storefield="""$(thisValue)$"""/>
\end
\define thisClearSelectionButton()
<$button set='links-field Widget - Search and Replace Field Contents!!clear_reveal_state' setTo='show'>Clear Selection</$button>
<$reveal state='links-field Widget - Search and Replace Field Contents!!clear_reveal_state' type='match' text='show'>
<$list filter='[[$:/temp/searchreplacetiddlers]indexes[]]' variable=indexName>
<<thisClearSelectionButtonListItem>>
</$list>
<$link-fields $sourcetiddler='links-field Widget - Search and Replace Field Contents' $sourcefield='reset' $storetiddler='links-field Widget - Search and Replace Field Contents' $storefield=clear_reveal_state/>
</$reveal>
\end
\define thisClearSelectionButtonListItem()
<$link-fields $sourcetiddler='links-field Widget - Search and Replace Field Contents' $sourcefield='clear_field' $storetiddler='$:/temp/searchreplacetiddlers' $storeindex="""$(indexName)$"""/>
\end
\define thisReplaceAllButton()
<$button set='links-field Widget - Search and Replace Field Contents!!select_all_reveal_state' setTo='show'>Replace All</$button>
<$reveal state='links-field Widget - Search and Replace Field Contents!!select_all_reveal_state' type='match' text='show'>
<$list filter='[!is[system]]' variable=useThisOne>
<$list filter='[<useThisOne>fields[]]-[[title]]-[[created]]-[[modified]]-[[tags]]-[[text]]' variable=thisField>
<<thisReplaceAllButtonListItem>>
</$list>
</$list>
<$link-fields $sourcetiddler='links-field Widget - Search and Replace Field Contents' $sourcefield=reset $storetiddler='links-field Widget - Search and Replace Field Contents' $storefield='select_all_reveal_state'/>
</$reveal>
\end
\define thisReplaceAllButtonListItem()
<$list filter="[<useThisOne>has<thisField>regexp:$(thisField)$[(?i)$(thisSearch)$]]">
<$set name='thisTiddler' value={{!!title}}>
<<thisReplaceAllButtonListItem2>>
</$set>
</$list>
\end
\define thisReplaceAllButtonListItem2()
<$reveal type=nomatch state="""$:/temp/searchreplacetiddlers##$(thisTiddler)$""" text="""$(thisField)$""">
<$link-fields $sourcetiddler='$:/temp/linkfieldssearchreplace' $sourcefield='replace_string' $storetiddler=<<thisTiddler>> $storefield=<<thisField>>/>
</$reveal>
\end
Using this you can search all fields for a string, and then replace that string in all of the fields that it is currently in with another value. Type the search string in the `Search String` text box and the desired replacement in the `Replace With` text box.
Clicking on items that show up in the search result list will select that field to be replaced. ~~Only the entries in the selected fields list with checks next to them will be replaced by clicking the `Replace` button.~~ All fields that match the search will have their values replaced if you click on the `Replace All` button. The replace selected button doesn't work properly at the moment.
I will hopefully write up an explanation of how this works sometime soon.
Search String: <$edit-text tiddler='$:/temp/linkfieldssearchreplace' field='search_string' placeholder='Search String'/>
Replace With: <$edit-text tiddler='$:/temp/linkfieldssearchreplace' field='replace_string' placeholder='Replace String'/>
<$set name='thisSearch' value={{$:/temp/linkfieldssearchreplace!!search_string}}>
<<thisClearSelectionButton>> <$button><$action-setfield $tiddler='links-field Widget - Search and Replace Field Contents' $field='replace_reveal' $value='show'/><$action-setfield $tiddler='links-field Widget - Search and Replace Field Contents' $field='clear_reveal_state' $value='show'/>Replace Selected</$button> <<thisReplaceAllButton>>
Selected Fields:<br>
<<thisSelectedList>>
Unselected Fields:<br>
<<thisSearchMacro>>
<$reveal type=match state='links-field Widget - Search and Replace Field Contents!!replace_reveal' text=show>
<<thisSearchReplaceList>>
<$link-fields $sourcetiddler='links-field Widget - Search and Replace Field Contents' $sourcefield='reset' $storetiddler='links-field Widget - Search and Replace Field Contents' $storefield=replace_reveal/>
</$reveal>
</$set>
At the bottom of almost every tiddler I have the following code (and some code from [[Make a button to create new tiddlers from a template]] to make the button):
```
---
Entries tagged <$list filter="[all[current]]"/>
<$list filter="[all[current]tagging[]]">
</$list>
```
which generates a list of all tiddlers that are tagged with the current tiddler.
<<bottomOfTiddler {{!!title}}>>
<$list filter='[tag[Awesome Thing]sort[title]]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - <$transclude field='note'/> (<a href={{!!url}}>Go to site</a>)
</$list>
\define MakeColorThing()
@@color:$(ThisColor)$;
This is the color $(ThisColor)$
@@
\end
This is a long list of the named colors for CSS, there may be more but this should be most of them.
Most of the background is black so you can see the colors below.
But black doesn't show up on a black background, so:
@@color:black;
This is the color black
@@
<div style='background-color:black'>
<$list filter='[[aliceblue]] [[antiquewhite]] [[aquamarine]] [[azure]] [[beige]] [[bisque]] [[black]] [[blanchedalmond]] [[blue]] [[blueviolet]] [[brown]] [[burlywood]] [[cadetblue]] [[chartreuse]] [[chocolate]] [[coral]] [[cornflowerblue]] [[cornsilk]] [[crimson]] [[cyan]] [[darkblue]] [[darkcyan]] [[darkgoldenrod]] [[darkgray]] [[darkgreen]] [[darkgrey]] [[darkkhaki]] [[darkmagenta]] [[darkolivegreen]] [[darkorange]] [[darkorchid]] [[darkred]] [[darksalmon]] [[darkseagreen]] [[darkslateblue]] [[darkslategray]] [[darkslategrey]] [[darkturquoise]] [[darkviolet]] [[deeppink]] [[deepskyblue]] [[dimgray]] [[dimgrey]] [[dodgerblue]] [[firebrick]] [[floralwhite]] [[forestgreen]] [[gainsboro]] [[ghostwhite]] [[gold]] [[goldenrod]] [[gray]] [[green]] [[greenyellow]] [[grey]] [[honeydew]] [[hotpink]] [[indianred]] [[indigo]] [[ivory]] [[khaki]] [[lavender]] [[lavenderblush]] [[lawngreen]] [[lemonchiffon]] [[lightblue]] [[lightcoral]] [[lightcyan]] [[lightgoldenrod]] [[lightgoldenrodyellow]] [[lightgray]] [[lightgreen]] [[lightgrey]] [[lightpink]] [[lightsalmon]] [[lightseagreen]] [[lightskyblue]] [[lightslateblue]] [[lightslategray]] [[lightslategrey]] [[lightsteelblue]] [[lightyellow]] [[limegreen]] [[linen]] [[magenta]] [[maroon]] [[mediumaquamarine]] [[mediumblue]] [[mediumorchid]] [[mediumpurple]] [[mediumseagreen]] [[mediumslateblue]] [[mediumspringgreen]] [[mediumturquoise]] [[mediumvioletred]] [[midnightblue]] [[mintcream]] [[mistyrose]] [[moccasin]] [[navajowhite]] [[navy]] [[navyblue]] [[oldlace]] [[olivedrab]] [[orange]] [[orangered]] [[orchid]] [[palegoldenrod]] [[palegreen]] [[paleturquoise]] [[palevioletred]] [[papayawhip]] [[peachpuff]] [[peru]] [[pink]] [[plum]] [[powderblue]] [[purple]] [[red]] [[rosybrown]] [[royalblue]] [[saddlebrown]] [[salmon]] [[sandybrown]] [[seagreen]] [[seashell]] [[sienna]] [[skyblue]] [[slateblue]] [[slategray]] [[slategrey]] [[snow]] [[springgreen]] [[steelblue]] [[tan]] [[thistle]] [[tomato]] [[turquoise]] [[violet]] [[violetred]] [[wheat]] [[white]] [[whitesmoke]] [[yellow]] [[yellowgreen]]'>
<$set name=ThisColor value=<<currentTiddler>>>
<<MakeColorThing>>
</$set>
</$list>
</div>
Here are some CSS properties that will probably be helpful:
<$list filter='[tag[list of some relevant CSS properties]]'>
<h1><$view field='caption'/></h1>
<hr>
<$transclude mode=block/>
</$list>
<$set name=OuterTiddler value={{!!title}}>
<$list filter='[tag{!!title}sort[order]]' template='SectionsTemplate'>
</$list>
</$set>
There is a shorthand way to display lists by placing `{{{` and `}}}` around a filter. Here is how to use it:
```
{{{[tag[Wiki Examples]]}}}
```
<<listSlider "[tag[Wiki Examples]]" "Show output" "Hide output">>
You can use a template to display lists using this syntax like this:
```
{{{[tag[Wiki Examples]]||HelloTemplate}}}
```
Where HelloTemplate is the template used. See [[Templates]] or [[Templates in WikiText]] for more explanation.
<<textSliderNoButton "Show output" """{{{[tag[Wiki Examples]]||HelloTemplate}}}""">>
Just listing tiddler titles can be useful, but it isn't particularly interesting, so now we will change what is displayed for each entry.
As I mentioned above, the content between the opening and closing tags of the list widget is important. You can use what is between the two tags to customize what is shown for each list entry. This takes advantage of how the list widget sets the currentTiddler variable to the current list entry. If that sentence doesn't mean anything to you don't worry, you don't need to understand it yet. I will return to this later when I discuss variables in lists.
I will start with an example:
```
<$list filter='[tag[Wiki Examples]]'>
Hi!
</$list>
```
Now look at the output:
<<exampleSlider "<$list filter='[tag[Wiki Examples]]'>
Hi!
</$list>" """Show Hi! example""" """Hide example""" """lists in wikitext Hi! example""">>
!!What? How does that make sense?
The filter `[tag[Wiki Examples]]` returns a list of all tiddlers tagged with `Wiki Examples`, and normally the list widget will list all of the tiddler names, but when you have something between the opening and closing tags of the list widget that content overrides the default behaviour. So what the example does is display the content between the tags (in this case `Hi!`) once for each entry returned by the filter, so it displays `Hi!` once for each tiddler tagged with `Wiki Examples`. Note that there are no line breaks in the output, adding `<br>` after `Hi!` will add line breaks, or putting a blank line before `Hi!` will add them.
!!Displaying Hi! a bunch of times isn't very helpful
No, it isn't. But that is just a simple illustration of what is possible. A slightly more useful example is:
```
<$list filter='[tag[Wiki Examples]]'>
<$view field='title'/> - <$view field='modified'/><br>
</$list>
```
<<exampleSlider "<$list filter='[tag[Wiki Examples]]'>
<$view field='title'/> - <$view field='modified'/><br>
</$list>" """Show example""" """Hide example""" """lists modified field example""">>
!!So what is going on?
In that example `<$view field='title'/> - <$view field='modified'/><br>` is displayed for each thing returned by the filter. The WikiText is parsed so it displays the results of view widgets for each entry, so you see the title and the modified field of each tiddler returned by the list.
The view widget doesn't have a `tiddler` attribute set, this is because the list widget sets the `currentTiddler` variable to the current item on the list, so most widgets will default to acting on the current list item instead of the tiddler that contains the list. This is important, and is one of the things makes lists so powerful, particularly when you combine lists with templates and transclusions.
Much of what you can do with templates you can do by changing the content of the list widget.
If you want to display the same things in many different lists than it can be much more efficient to use a template instead of manually putting the content in each list. To do this you make a tiddler that contains the same content you would put inside the list widget tags. For example the tiddler AnotherExampleListTemplate contains the following:
`<$view field='title'/> - <$view field='modified'/><br>`
and then make a list using:
```
<$list filter='[tag[Wiki Examples]]' template=AnotherExampleListTemplate>
</$list>
```
Which gives:
<<exampleSlider """<$list filter='[tag[Wiki Examples]]' template=AnotherExampleListTemplate>
</$list>""" """Show example""" """Hide example""" """AnotherExampleListTemplate example""">>
This is the same as putting `<$view field='title'/> - <$view field='modified'/><br>` inside the list widget tags, but it is often easier to use this if you are going to use the same thing in many different places.
You can also do much more complex things using templates, like having templates used recursively to create things like the table of contents, or the table of contents manager on the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]].
Lists is WikiText go far beyond ordered and unordered lists. Using the list widget, along with filters and templates, you can make things like the table of contents, or the dynamically generated tables in Plugin twCard.
The use of lists and filters are very closely related, and in many cases one is not useful without the other. Because of this, understanding all of the parts of this explanation may require some knowledge of filters, and many of the more advanced uses will also require some knowledge of templates and transclusions. I will start with simple topics and move up to more advanced topics.
*You can set the `emptyMessage` attribute of a list widget. If the filter doesn't return anything for the list to display, than this message is displayed.
The list widget is, unsurprisingly, used to make lists. It is different from normal [[static ordered and unordered lists|Static Ordered and Unordered Lists]].
Documentation for the list widget can be found [[on the main TiddlyWiki site|http://tiddlywiki.com/#ListWidget]].
The simplest way to make a list using the list widget is with something like the following code:
```
<$list filter='[tag[Wiki Examples]]'>
</$list>
```
That code will list each tiddler that has the tag `Wiki Examples`
<<listSlider """[tag[Wiki Examples]]""" "Click to show output" "Click to hide output">>
!!So what is going on?
The above example has two main parts, the widget name `$list`, and the filter `[tag[Wiki Examples]]`. In this `$list` says that this is a list widget, and `filter=[tag[Wiki Examples]]` tells the list widget what it should display (see [[filters in WikiText|Filters in WikiText]] for more about the filter). Note that like HTML there is both an open and closing tag for the list widget, both are surrounded by `<` and `>`, and the closing tag has `/` before the widget name. There doesn't need to be anything between the opening and closing tags for the widget, but putting content between the tags can be very important and will be discussed later.
So, there are two important things so far:
* The `$list` part that identifies it as a list widget
* The `filter=...` part that tells the widget what to list (see [[filters in WikiText|Filters in WikiText]] to see how to create your own filters)
!!Aside
One thing that I didn't learn for a long time is that you can give a list of items as the filter input to the list widget. I had made the first version of my [[interactive fiction engine|http://zorklike.tiddlyspot.com]] before I knew you could do this, so I don't consider it particularly important, but it can simplify things.
''Example:''
```
<$list filter='1 2 3 4 5 6'>
</$list>
```
<<listSlider "1 2 3 4 5 6" "Show output" "Hide output">>
To allow you to refer to the current element of a list when using the list widget you can do two things:
!!Using `<<currentTiddler>>`
---
Use the `<<currentTiddler>>` variable. Normally putting `<<currentTiddler>>` inside a tiddler will display the name of the containing tiddler, but when it is inside a list widget it will display the name of the current entry of the list, so the code
```
<<currentTiddler>>
<$list filter='[tag[Wiki Examples]]'>
<<currentTiddler>>
</$list>
```
<$reveal type='nomatch' state='$:/reveal/Lists in WikiText Variables in lists example 1' text='show'>
<$button set='$:/reveal/Lists in WikiText Variables in lists example 1' setTo=show>Show output</$button>
</$reveal>
<$reveal type='match' state='$:/reveal/Lists in WikiText Variables in lists example 1' text='show'>
<$button set='$:/reveal/Lists in WikiText Variables in lists example 1' setTo=hide>Hide output</$button>
<<currentTiddler>>
<$list filter='[tag[Wiki Examples]]'>
<<currentTiddler>>
</$list>
</$reveal>
will list the title of the current tiddler, then list the titles of the tiddlers tagged with `Wiki Examples`. This is boring and not particularly useful, a more useful example is:
```
<$list filter='[tag[Wiki Examples]]'>
<$checkbox tag=test/> <<currentTiddler>>
</$list>
```
Which will list tiddlers tagged with `Wiki Examples` with checkboxes next to them. If you click on the checkbox next to a tiddler than that tiddler will be tagged with `test`, unchecking the box will remove the tag.
<$reveal type='nomatch' state='$:/reveal/Lists in WikiText Variables in lists example 2' text='show'>
<$button set='$:/reveal/Lists in WikiText Variables in lists example 2' setTo=show>Show output</$button>
</$reveal>
<$reveal type='match' state='$:/reveal/Lists in WikiText Variables in lists example 2' text='show'>
<$button set='$:/reveal/Lists in WikiText Variables in lists example 2' setTo=hide>Hide output</$button>
<$list filter='[tag[Wiki Examples]]'>
<$checkbox tag=test><<currentTiddler>></$checkbox>
</$list>
</$reveal>
!!Using list variables
---
When using the list widget it can often be useful to be able to reference both the tiddler containing the widget and the tiddler listed in the current entry. One way to do this is to define variables using the set widget, but this can get bulky and isn't required. The easier way is to use the `variable` parameter of the widget.
Using this you can get more complex behavior, like the following which will tag this tiddler with each tiddler checked on the list.
```
<$list filter='[tag[Wiki Examples]]' variable=ThisItem>
<$checkbox tiddler=<<currentTiddler>> tag=<<ThisItem>>/> <<ThisItem>>
</$list>
```
Note that when you use a `variable` parameter than inside the list widget `<<currentTiddler>>` refers to the containing tiddler, not the current item on the list.
<$reveal type='nomatch' state='$:/reveal/Lists in WikiText Variables in lists example 3' text='show'>
<$button set='$:/reveal/Lists in WikiText Variables in lists example 3' setTo=show>Show output</$button>
</$reveal>
<$reveal type='match' state='$:/reveal/Lists in WikiText Variables in lists example 3' text='show'>
<$button set='$:/reveal/Lists in WikiText Variables in lists example 3' setTo=hide>Hide output</$button>
<$list filter='[tag[Wiki Examples]]' variable=ThisItem>
<$checkbox tiddler=<<currentTiddler>> tag=<<ThisItem>>/> <<ThisItem>>
</$list>
</$reveal>
The listSlider macro is contained in [[GeneralMacros]].
|!Input |!Description |
|filter |The filter that defines the list to display |
|closedCaption |The text to display when the list is hidden |
|openCaption |The text to display when the list is visible |
The listSlider macro is used like this:
```
<<listSlider filter closedCaption openCaption>>
```
The macro will display the `closedCaption`, when it is clicked on it will display the `openCaption` and display the output of the input `filter`.
The macro is defined like this:
```
\define listSlider(filter closedCaption openCaption)
<$reveal type="nomatch" state="""$:/state/$filter$""" text="show">
<$button set="""$:/state/$filter$""" setTo="show" class="tc-btn-invisible tc-tiddler-link"><<fa fa-plus>> $closedCaption$</$button>
</$reveal>
<$reveal type="match" state="""$:/state/$filter$""" text="show">
<$button set="""$:/state/$filter$""" setTo="hide" class="tc-btn-invisible"><<fa fa-minus>> $openCaption$</$button>
<$list filter='$filter$'>
</$list>
</$reveal>
\end
```
<<bottomOfTiddler>>
Then you could have subsubsubsubsubsubsubsubsubsubsubsubsubsubsubcategories, and a subsubsubsubsubsubsubsubsubsubsubsubsubsubsubsubcategory under each of them.
Macros are a way to quickly replicate commonly used pieces of code. They are (mostly) equivalent to defining functions in programming.
The syntax for calling a macro is
```
<<macroName macroInputs>>
```
where the inputs are separated by spaces. Note that this means if you are going to use a tiddler with spaces in its title as an input you need to enclose it in double square brackets (`[[ ]]`, see [[Linking to Other Tiddlers]]).
Read [[How to make macros]] for more information.
<<bottomOfTiddler {{!!title}}>>
A macro for the [[calendar-month widget|Calendar Plugin]] is given the day of the month as input in the from of a number between 1 and 31 corresponding to the date the macro is contained in.
Currently this is the only input given to the calendar widget, if you have suggestions or requests for additional parameters that can be passed used the [[feedback form|User Feedback]] or post to the [[google group|https://groups.google.com/forum/#!forum/tiddlywiki]].
In order to be useful a macro used should generally have behavior that is specific to each date (using the day, month and year), otherwise there will be no difference in what is displayed on each date, or in what happens when you click on a date (if you have anything happen).
The default macro used is:
```
\define CalendarListDailyThings(day month year)
<$button class='tc-btn-invisible' style='width:100%;height:100%'>
<$action-navigate $to="""$day$-$month$-$year$"""/>
<div style='height:100%;width:100%;position:relative;text-align:left;vertical-align:top;z-index=0'>
''$day$''<br>
<$list filter='[day[$day$]month[$month$]year[$year$]]-[[$:/temp/MakeCalendarEntry]]'>
<$view field='title'/><br>
</$list>
</div>
</$button>
\end
```
This macro:
*Sets the entire area of the cell for each date as a button
*This button opens up a tiddler named in the form day-month-year, where the day, month and year correspond to the date clicked on
*Lists all tiddlers that have a fields called `day` `month` and `year` that match the date on the calendar.
The macro is passed the day, month and year as parameters.
!Custom Macros
If you want your calendar to list different things or to have dates do something different when clicked on (or have them do nothing) you can create a custom macro to use.
The macros are passed 3 parameters by the widget, `day`, `month` and `year`, which correspond to the day, month and year of the calendar date. The parameter `month` given to the macro is in the same form as what is passed to the widget.
Note that you don't have to have the month or the year, but if you omit them than you will have the same content displayed in every month.
If you have a specific macro, or a detailed description of a macro you want, that you think would be generally useful and would like it added to the plugin leave a message using the [[feedback form|User Feedback]]. Remember that I unless you give a detailed description of what you are asking for I probably won't be much help, and I will follow any suggestions or not at my discretion and there is no guarantee I will provide any response or assistance.
''Note that if you do this than you give me permission to add any macros you give to the plugin which will be distributed freely.''
[
{
"title": "Macros",
"fromPageRect": {
"top": 266.566650390625,
"left": 85,
"width": 50,
"right": 135,
"bottom": 289.566650390625,
"height": 23
}
},
{
"title": "Macros",
"fromPageRect": {
"top": 711.0999755859375,
"left": 85,
"width": 50,
"right": 135,
"bottom": 734.0999755859375,
"height": 23
}
},
{
"title": "Macros",
"fromPageRect": {
"top": 840.0999755859375,
"left": 85,
"width": 50,
"right": 135,
"bottom": 863.0999755859375,
"height": 23
}
}
]
This makes a button that creates a new tiddler, if you change the `TiddlerTopicTemplate` to the name of a template that you make the new tiddler will be made according to that template.
A button like this is at the bottom of almost every tiddler in this wiki.
```
<$button message="tm-new-tiddler" param="TiddlerTopicTemplate">New Tiddler</$button>
```
<$button message="tm-new-tiddler" param="TiddlerTopicTemplate">New Tiddler</$button>
Just about everything used in the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]] use this. New contacts are made like this, bookmarks are made like this, and a lot of the other things there use it.
You can look at the [[TiddlerTopicTemplate]] to see what it has.
Here is the text:
<pre>
<$view tiddler='TiddlerTopicTemplate' field='text'/>
</pre>
<<bottomOfTiddler {{!!title}}>>
This macro (in [[MyHoverMacros]], so import that and [[$:/plugins/ahahn/hoverWidget]] if you haven't already to make this work.) will let you reference entries in a [[Dictionary Tiddler]] and have them show up when hovering over a word, link or image (or other stuff, anything you can put as the `label` part of the input).
```
\define hoverData(label, datatiddler, field)
<$hover popup="$:/state/$label$">
__$label$__
</$hover>
<$reveal type="popup" state="$:/state/$label$">
<div class="tc-drop-down">
{{$datatiddler$##$field$}}
</div>
</$reveal>
\end
```
using this macro if you put this
```
<<hoverData "a reference" [[Test Dictionary Tiddler]] a>>
```
you get this
<<hoverData "a reference" [[Test Dictionary Tiddler]] a>>
Notes:
---
There are quotation marks in `"a reference"` so it will be taken as a single input string, they aren't shown in the output, and `[[Test Dictionary Tiddler]]` has the double square brackets (`[[ ]]`) to show that the entire thing is the tiddler name. If instead of `"a reference"` it used 'bob' than the quotation marks wouldn't be needed and if it were `TestDictionaryTiddler` the square braces wouldn't be needed. Becaus there aren't any spaces in either of them.
This requires another tiddler as a dictionary, the example uses [[Test Dictionary Tiddler]] which contains names and data associated with the names that can be referenced. [[Test Dictionary Tiddler]] contains this:
```
a:one
b:two
c:three
```
where `a`, `b` and `c` are the names that are used to reference the values `one`,`two` and `three`. So replacing the names or the values would change what you have to put in as the `field` input to the macro (if you change the names) or what pops up when you hover over the label (if you change the values).
<<bottomOfTiddler {{!!title}}>>
So I can measure the length of my short posts on ooktech to see if they fit into a tweet. Because I am apparently now a twit.
This demo makes the scrollable environment by using the `<$scrollable class='tc-scrollable'>` and `</$scrollable>` tags. Anything between these tags is then in a scrollable environment. This example lists everything that isn't a system tiddler and lists everything that they link to inside the environment to get a long list to scroll over. The contents can be anything.
The `class='tc-scrollable'` part is the css style sheet used for the environment. You can edit it but I don't know much about that part. In order for this to work with this setup you need to import this tiddler:
[[$:/_custom-styles]]
Just click and drag the link to your wiki.
```
<$scrollable class='tc-scrollable'>
<$list filter='[!is[system]]'>
<$view field='title'/>: <$list filter='[all[current]links[]sort[title]]' storyview='pop'>
<$link><$view field='title'/></$link>
</$list>
</$list>
</$scrollable>
```
<$scrollable class='tc-scrollable'>
<$list filter='[!is[system]]'>
<$view field='title'/>: <$list filter='[all[current]links[]sort[title]]' storyview='pop'>
<$link><$view field='title'/></$link>
</$list>
</$list>
</$scrollable>
<<bottomOfTiddler {{!!title}}>>
One of the macros in [[MyHoverMacros]] implements this, so you need to import that tiddler by clicking on it and dragging it to your wiki for this to wok. It also requires the hover widget so import that too ([[$:/plugins/ahahn/hoverWidget]]) if you haven't already.
You can [[add a field|How to Add Fields to Tiddlers]] to a tiddler called `blurb` then use this macro instead of a normal link and when you hover over the link the text in the `blurb` field of the tiddler that is linked to will popup.
```
<<hoverBlurb [[Wiki Examples]]>>
```
Does this (hover over the link):
<<hoverBlurb [[Wiki Examples]]>>
The code for this macro is
```
\define hoverBlurb(label)
<$hover popup="$:/state/$label$">
[[$label$]]
</$hover>
<$reveal type="popup" state="$:/state/$label$">
<div class="tc-drop-down">
<$view tiddler="$label$" field="blurb"/>
</div>
</$reveal>
\end
```
<<bottomOfTiddler {{!!title}}>>
It should be an option, it wouldn't necessarily replace the dropdowns, just be in addition to them.
Because it could be nice to have
One of the macros in [[MyHoverMacros]] implements this, so you need to import that tiddler by clicking on it and dragging it to your wiki for this to wok. It also requires the hover widget so import that too ([[$:/plugins/ahahn/hoverWidget]]) if you haven't already.
Only images should work with this. I am not sure what happens if you try it with something else. Probably nothing.
The `hoverImageBlurb` macro does this. If you [[create a field|How to Add Fields to Tiddlers]] called `blurb` in the image tiddler and set it to whatever you want than you can use this macro like this
```
<<hoverImageBlurb PrinnySpin>>
```
To get this (hover over the image):
<<hoverImageBlurb PrinnySpin>>
The code for this macro is
```
\define hoverImageBlurb(tiddlerImage)
<$hover popup="$:/state/$tiddlerImage$">
[img [$tiddlerImage$]]
</$hover>
<$reveal type="popup" state="$:/state/$tiddlerImage$">
<div class="tc-drop-down">
<$view tiddler="$tiddlerImage$" field="blurb"/>
</div>
</$reveal>
\end
```
<<bottomOfTiddler {{!!title}}>>
\define thisMakeDateString()
$(SelectedYear)$_$(SelectedMonth)$_$(SelectedDay)$
\end
|Year |<$edit-text tiddler='$:/temp/MakeCalendarEntry' field='year'/>|
|Month |<$select tiddler='$:/temp/MakeCalendarEntry' field='month'><option value=january>January</option><option value=february>February</option><option value=march>March</option><option value=april>April</option><option value=may>May</option><option value=june>June</option><option value=july>July</option><option value=august>August</option><option value=september>September</option><option value=october>October</option><option value=november>November</option><option value=december>December</option></$select>|
|Day |<$edit-text tiddler='$:/temp/MakeCalendarEntry' field='date'/>|
<$reveal type='nomatch' state='$:/state/MakeCalendarEntry!!new_activity' text='show'>
Activity: <$select tiddler='$:/state/MakeCalendarEntry' field='selected_activity'>
<$list filter='[tag[Calendar Activity]]'>
<option><<currentTiddler>></option>
</$list>
</$select> (<$button set='$:/state/MakeCalendarEntry!!new_activity' setTo='show'>New Activity</$button>)
</$reveal>
<$reveal type="match" state="$:/state/MakeCalendarEntry!!new_activity" text="show">
Name: <$edit-text tiddler='$:/temp/MakeCalendarEntry' field='new_activity'/> <$fieldmangler tiddler={{$:/temp/MakeCalendarEntry!!new_activity}}><$button>Add<$action-setfield $tiddler={{$:/temp/MakeCalendarEntry!!new_activity}} dummy=1/><$action-sendmessage $message='tm-add-tag' $param="""Calendar Activity"""/><$action-setfield $tiddler='$:/temp/MakeCalendarEntry' new_activity=''/></$button></$fieldmangler> <$button set='$:/state/MakeCalendarEntry!!new_activity' setTo='hide'>Done</$button>
</$reveal>
Number of times: <$edit-text tiddler='$:/temp/MakeCalendarEntry' field='number_of_times'/>
<$set name=SelectedYear value={{$:/temp/MakeCalendarEntry!!year}}>
<$set name=SelectedMonth value={{$:/temp/MakeCalendarEntry!!month}}>
<$set name=SelectedDay value={{$:/temp/MakeCalendarEntry!!date}}>
<$button>Add Entry
<$action-setfield $tiddler={{$:/state/MakeCalendarEntry!!selected_activity}} $field=<<thisMakeDateString>> $value={{$:/temp/MakeCalendarEntry!!number_of_times}}/>
</$button>
</$set>
</$set>
</$set>
See [[Data Tiddlers]] for information about how to make dictionary tiddlers and [[Test Dictionary Tiddler]] as an example dictionary tiddler.
Example usage code:
```
<<hoverData "test label" [[Test Dictionary Tiddler]] d>>
```
Result:
<<hoverData "test label" [[Test Dictionary Tiddler]] d>>
The macro code is:
```
\define hoverData(label, datatiddler, field)
<$hover popup="$:/state/$label$">
__$label$__
</$hover>
<$reveal type="popup" state="$:/state/$label$">
<div class="tc-drop-down">
{{$datatiddler$##$field$}}
</div>
</$reveal>
\end
```
<<bottomOfTiddler {{!!title}}>>
This means that for a new user nothing will be visible and they will probably think that everything is broken.
One of the macros in MyHoverMacros implements this, so you need to import that tiddler by clicking on it and dragging it to your wiki for this to wok. It also requires the hover widget so import that too ([[$:/plugins/ahahn/hoverWidget]]) if you haven't already.
The reason `[[Fourier Transform]]` has square brackets and `EquationFourierTransform` doesn't is just because `Fourier Transform` has spaces and it needs to be put into the macro is a form that will give a link. See CamelCase and [[Linking to Other Tiddlers]]
Using this marco you can make a link to one tiddler and when you hover over the link it will make the contents of a second tiddler pop up. So you can have a tiddler [[Fourier Transform]] and a tiddler EquationFourierTransform and use the following code
```
<<hoverTiddler [[Fourier Transform]] EquationFourierTransform>>
```
Which gives (hover over it and click on the link to see what is going on):
<<hoverTiddler [[Fourier Transform]] EquationFourierTransform>>
The code for this macro is
```
\define hoverTiddler(tiddler1,tiddler2)
<$hover popup="$:/state/$tiddler1$">
[[$tiddler1$]]
</$hover>
<$reveal type="popup" state="$:/state/$tiddler1$">
<div class="tc-drop-down">
{{$tiddler2$}}
</div>
</$reveal>
\end
```
<<bottomOfTiddler {{!!title}}>>
I am not sure how to implement this yet. I will figure it out.
\define pluginInfoTiddlerName()
twCard - Plugin - $(pluginName)$
\end
\define thisAddWidgetsThing()
<$fieldmangler tiddler='$:/temp/addplugininformation/widgetsandtiddlers'>
<$button>Add Widget
<$action-setfield $tiddler='$:/temp/addplugininformation/widgetsandtiddlers' $field=dummy_field $value=''/>
<$action-sendmessage $message='tm-add-tag' $param="""widget-$(widgetTag)$"""/>
<$action-setfield $tiddler='$:/temp/addplugininformation/temp' $field=add_widget $value=''/>
</$button>
</$fieldmangler>
\end
\define thisAddTiddlersThing()
<$fieldmangler tiddler='$:/temp/addplugininformation/widgetsandtiddlers'>
<$button>Add Other Tiddler
<$action-setfield $tiddler='$:/temp/addplugininformation/widgetsandtiddlers' $field=dummy_field $value=''/>
<$action-sendmessage $message='tm-add-tag' $param="""tiddler-$(tiddlerTag)$"""/>
<$action-setfield $tiddler='$:/temp/addplugininformation/temp' $field=add_tiddler $value=''/>
</$button>
</$fieldmangler>
\end
\define thisCreatePlugintwCard()
<$button>Create Plugin twCard
<$action-setfield $tiddler='$:/temp/addplugininformation' $field=title $value="""$(pluginInfoName)$"""/>
<$action-setfield $tiddler="""$(pluginInfoName)$""" $field=tags $value="""$(theseTags)$"""/>
<$action-setfield $tiddler='Plugin Info Template' $field=title $value='$:/temp/addplugininformation'/>
<$action-setfield $tiddler='$:/temp/addplugininformation/temp' $field='plugin_name' $value=''/>
<$action-setfield $tiddler='$:/temp/addplugininformation/temp' $field='tags' $value=''/>
<$action-setfield $tiddler='$:/temp/addplugininformation/widgetsandtiddlers' $field='tags' $value=''/>
</$button>
\end
Enter Plugin Information Here:
Plugin Name: <$edit-text tiddler='$:/temp/addplugininformation/temp' field='plugin_name'/>
Long Description:
<$edit-text tiddler='$:/temp/addplugininformation' field=text class='tc-edit-texteditor'/>
<$set name=pluginName value={{$:/temp/addplugininformation/temp!!plugin_name}}>
<$set name=pluginInfoTiddler value=<<pluginInfoTiddlerName>>>
<$set name=widgetTag value={{$:/temp/addplugininformation/temp!!add_widget}}>
<<thisAddWidgetsThing>></$set> : <$edit-text tiddler='$:/temp/addplugininformation/temp' field='add_widget'/><br>
<$set name=tiddlerTag value={{$:/temp/addplugininformation/temp!!add_tiddler}}>
<<thisAddTiddlersThing>></$set> : <$edit-text tiddler='$:/temp/addplugininformation/temp' field='add_tiddler'/>
<table>
<tr><th>Widget List</th></tr>
<$list filter='[[$:/temp/addplugininformation/widgetsandtiddlers]tags[]]+[removeprefix[widget-]]'>
<tr><td><<currentTiddler>></td></tr>
</$list>
<tr><th>Other Tiddler List</th></tr>
<$list filter='[[$:/temp/addplugininformation/widgetsandtiddlers]tags[]]+[removeprefix[tiddler-]]'>
<tr><td><<currentTiddler>></td></tr>
</$list>
</table>
<table>
<$list filter='[[Plugin Info Template]fields[]sort[title]]-[[text]]-[[modified]]-[[created]]-[[tags]]-[[title]]'>
<tr><td><<currentTiddler>></td><td><$edit-text tiddler='$:/temp/addplugininformation' field=<<currentTiddler>> class='tc-edit-texteditor' size=70/></td></tr>
</$list>
</table>
<$set name=theseTags filter='[[Plugin twCard]][[$:/temp/addplugininformation/widgetsandtiddlers]tags[]]'>
<$set name=pluginInfoName value=<<pluginInfoTiddlerName>>>
<<thisCreatePlugintwCard>>
</$set>
</$set>
</$set>
</$set>
See [[Make a tiddlers blurb display popup when you hover over a link]] and for macros that make some uses of this much simpler.
This is almost identical to how using a button to make something pop up works, just replace `$button` with `$hover` and the action will happen when the mouse hovers over it instead of clicking on it.
Anything between `<div class="tc-drop-down">` and `</div>` will be displayed in the popup, including other tiddlers that are [[transcluded|Transclusion (including one tiddler in another)]].
Note: It is possible that having multiple bits of popup code in a single tiddler may act strangely if they all use `state=$:/SamplePopupState` where all the popups will show whenever one is shown. This should go away if you change it to `state=$:/foo` where `foo` is unique for each popup.
The text that is displayed (`Pop me up!` in the example) can be changed to an image or a link or pretty much anything.
The code
```
<$hover popup="$:/SamplePopupState">Pop me up!</$hover>
<$reveal type="popup" state="$:/SamplePopupState">
<div class="tc-drop-down">
!Look Text!
some text here too
and an image
[img [PrinnySpin]]
</div>
</$reveal>
```
makes this (hover over it):
<$hover popup="$:/SamplePopupState">Pop me up!</$hover>
<$reveal type="popup" state="$:/SamplePopupState">
<div class="tc-drop-down">
!Look Text!
some text here too
and an image
[img [PrinnySpin]]
</div>
</$reveal>
<<bottomOfTiddler {{!!title}}>>
They could all be dropdown menus by default.
instead of having an item_type field change it to fields called book, movie, game, etc. and set the field to true. Stupid capital letters may cause troubles. I don't think this is really necessary, or particularly helpful. Just have different entries for each type.
otherwise Alastair Reynolds will be the author of everything.
This can now be done because the reveal widget has the tag parameter, so put a reveal instead of a td or th and set the tag for the reveal to td or th.
Yep, way too many projects.
\define getAddress()
http://www.principiadiscordia.com/book/$(page)$.php
\end
\define makeURL()
<$set name=page value={{!!test_field}}>
<a href=<<getAddress>> target="_blank">go to page {{!!test_field}}</a>
</$set>
\end
<$select field='test_field'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>45</option>
<option>81</option>
</$select>
<<makeURL>>
Code:
```
\define getAddress()
http://www.principiadiscordia.com/book/$(page)$.php
\end
\define makeURL()
<$set name=page value={{!!test_field}}>
<a href=<<getAddress>> target="_blank">go to page {{!!test_field}}</a>
</$set>
\end
<$select field='test_field'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
</$select>
<<makeURL>>
```
See the demo here for now http://ooktech.com/jed/ExampleWikis/
Once version 5.1.8 is out I will move the demo here.
<<bottomOfTiddler>>
You can import the tiddler to add my plugins to the plugin library avaliable on your wiki by importing this tiddler: [[$:/pluginlibrary/inmysocks/TestingPluginLibrary]].
The video from the hangout explaining this is here: https://www.youtube.com/watch?v=t4b7jF0gV8Y starting at about 59:30
#Do the stuff you have to do to make a plugin, including cloning the TiddlyWiki repo (see instructions [[here|http://tiddlywiki.com/dev/#Developing%20plugins%20using%20Node.js%20and%20GitHub]])
#Put your plugins/themes in the appropriate folders in the repo (under /plugins/inmysocks and /themes/inmysocks in my case)
#<div>(optional) edit tiddlywiki.info in the pluginlibrary edition folder (./editions/pluginlibrary/tiddlywiki.info in the repo) so that the line with the savelibrarytiddlers command is this:
<p>
```
"--savelibrarytiddlers","$:/UpgradeLibrary","[prefix[$:/]] -[prefix[$:/plugins/tiddlywiki/]] -[prefix[$:/themes/tiddlywiki/]] -[prefix[$:/languages/]] -[[$:/plugins/tiddlywiki/upgrade]] -[[$:/plugins/tiddlywiki/translators]] -[[$:/plugins/tiddlywiki/pluginlibrary]] -[[$:/plugins/tiddlywiki/jasmine]]","recipes/library/tiddlers/","$:/UpgradeLibrary/List",
```
</p>
That is just adding ` -[prefix[$:/plugins/tiddlywiki/]] -[prefix[$:/themes/tiddlywiki/]] -[prefix[$:/languages/]]` to the filter which removes the core plugins from the plugin library you make (including themes and languages). You don't have to do this, but if you don't than all of the plugins, themes and languages on the main tiddlywiki plugin library will also be in the library you make.
</div>
#Open a terminal and run the command `node ./tiddlywiki.js editions/pluginlibrary --build library`. That is assuming you are using a unix type OS. I am using linux mint so that is what I type. If you are using windows it would be something like `node c:\path\to\repo\editions\pluginlibrary --build library`, but it has been long enough since I have used windows that I am not at all certain of that.
#<div>Make a tiddler like this (My plugin library will be located at `http://ooktech.com/jed/pluginlibrary/testing/`)
<p>
```
title: $:/pluginlibrary/inmysocks/MainPluginLibarry
tags: $:/tags/PluginLibrary
url: http://ooktech.com/jed/pluginlibrary/testing/index.html
The plugin library for the plugins made by inmysocks. This library only contains plugins that are mature enough for general use. Be aware that I update these plugins on occasion.
```
</p>
</div>
#Using your favourite ftp client, copy everything in the folder `./editions/pluginlibrary/output` in your local repo to your site (`http://ooktech.com/jed/pluginlibrary/testing/` in my case)
#To use the plugin library in a wiki just import the tiddler you created into a wiki and you should be able to access the plugin library through the 'get plugins' part of the $:/ControlPanel
You should be able to do this locally, there is more about that in the hangout video. I don't know much about that part so watch the video for that.
You can also use this website - it has support for equation arrays
http://www.tlhiv.org/ltxpreview/
Go to this website
http://www.codecogs.com/latex/eqneditor.php
type in the equation in latex format, at the bottom of the input box there are a bunch of dropdown menus, change the one on the left to say `svg` and change the size and font if you want to.
''Remember to set the content of the tiddler type!!!'' This is the step I keep forgetting.
!!Option 1 - in browser
Right click on the image and pick 'view image' and then right click again and pick 'view page source' then in the window that pops up there will be a bunch of stuff. Starting where it has `<svg height`... copy everything below that.
Make a new tiddler and where it says `Type: ` at the bottom of the editing thing click and pick `Structured Vector Graphics image (image:svg+xml)` then paste the stuff you copied as text in the tiddler.
The tiddler should now be the image. Either check the preview to make sure it worked or stop editing to check.
!!Option 2 - in text editor
Click the link under where the equation is displayed that says `Click here to Download Image (SVG)` and save the image somewhere. Then open the image in a __text editor__ and copy everything starting where it says `<svg height=`... and below. Leave out anything above that part.
Make a new tiddler and where it says `Type: ` at the bottom of the editing thing click and pick `Structured Vector Graphics image (image:svg+xml)` then paste the stuff you copied as text in the tiddler.
The tiddler should now be the image. Either check the preview to make sure it worked or stop editing to check.
!!On a tablet - use option 2
You will probably have to use hackers keyboard because the website rearranges itself when the keyboard opens and doesn't switch back so you can't actually get to the buttons.
in the file browser long touch on the downloaded .svg file, then pick `more`, then `open as`, then `text` then pick `Es Note Editor`. You have to open the menu and select `edit` in order to be able to copy the content.
<<bottomOfTiddler {{!!title}}>>
You can make the images using this thing from google
http://svg-edit.googlecode.com/svn/branches/stable/editor/svg-editor.html
and then there is a button on the upper left, currently second from the left, that has `<svg>` on it, but the letters are vertical. Press that button and a bunch of code will pop up, copy all of that code into a tiddler and save it. The tiddler should be the image now.
<<bottomOfTiddler {{!!title}}>>
To make a template simply create a tiddler and put in all the tags and fields that you want the tiddlers that use the template to have, and any content that will be the same across all of them. Save that tiddler and in the places where you would use a template use that tiddlers name.
Like in [[Make a button to create new tiddlers from a template]].
Example templates:
[[StandardNoteTemplate]]
[[TiddlerTopicTemplate]]
[[TiddlerTaskTemplate]]
<<bottomOfTiddler {{!!title}}>>
[[$:/plugins/inmysocks/ManageTOC]]
Documentation coming at some point. I hope. If I did things correctly not much should be needed. See [[Dashboard]] for how to import the plugin.
<<bottomOfTiddler {{!!title}}>>
Here are the currently available math plugins I have made and their version numbers and date published.
<table>
<tr><th>Name</th><th>Version</th><th>Date</th><th>Release</th><th>Description</th><th>Install Link</th></tr>
<$list filter='[tag[Plugin twCard]maintainer[inmysocks]category[Math]]' template=PlugintwCardDisplayTemplate2>
</$list>
</table>
<<bottomOfTiddler>>
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
This example takes an increment value, a prefix and a length as inputs and then each time the `Increment` button is pressed it will increment the value in the field `increment_field` by that amount and display the contents of the field, including any zero padding and prefix.
```
Increment: <$edit-text tiddler='$:/temp/MathyThing/Example2/incrementValue' field='increment_value'/><br>
Prefix: <$edit-text tiddler='$:/temp/MathyThing/Example2/incrementValue' field='prefix'/><br>
Length: <$edit-text tiddler='$:/temp/MathyThing/Example2/incrementValue' field='length'/><br>
<$button>Increment
<$action-increment $tiddler=<<currentTiddler>> $field=increment_field $increment={{$:/temp/MathyThing/Example2/incrementValue!!increment_value}} $prefix={{$:/temp/MathyThing/Example2/incrementValue!!prefix}} $length={{$:/temp/MathyThing/Example2/incrementValue!!length}}/>
</$button>
Current Value: {{!!increment_field}}
```
Increment: <$edit-text tiddler='$:/temp/MathyThing/Example2/incrementValue' field='increment_value'/><br>
Prefix: <$edit-text tiddler='$:/temp/MathyThing/Example2/incrementValue' field='prefix'/><br>
Length: <$edit-text tiddler='$:/temp/MathyThing/Example2/incrementValue' field='length'/><br>
<$button>Increment
<$action-increment $tiddler=<<currentTiddler>> $field='increment_field' $increment={{$:/temp/MathyThing/Example2/incrementValue!!increment_value}} $prefix={{$:/temp/MathyThing/Example2/incrementValue!!prefix}} $length={{$:/temp/MathyThing/Example2/incrementValue!!length}}/>
</$button>
Current Value: {{!!increment_field}}
This is part of the [[MathyThing Plugin]].
Github: https://github.com/inmysocks/TW5-MathyThing
Plugin: [[$:/plugins/inmysocks/MathyThing]]
Just this widget: [[$:/plugins/inmysocks/MathyThing/action-increment.js]]
This widget takes the value of a field and increments it by a given amount. Note that the field being incremented has to exist and have a numeric value in it or the widget doesn't do anything. The increment value can be negative or a non-integer.
The widget will clear or create the designated field if it doesn't contain a valid increment-able value according to the current widget inputs. So be careful to not overwrite a field you don't want overwritten.
Usage:
```
<$action-increment $tiddler=someTiddler $field=someField $increment=someIncrement/>
```
|!Attribute |!Description |
|$tiddler |The name tiddler containing the field to increment (defaults to `<<currentTiddler>>` |
|$field |The field to increment, defaults to `make_sure_you_give_a_field_parameter` |
|$increment |The amount to increment the field by (defaults to 1) |
|$length |The minimum length of the numeric output (uses zero padding to get the desired length), defaults to 0 |
|$prefix |An optional prefix to be appended to the front of the numeric result |
|$initial |The initial numeric value for the field, defaults to 0 |
Some notes:
*The initial output with `$prefix='pre-'` and `$length=4` would be `pre-0001`
*The initial value is the value ''before'' the incrementing happens, this means that the first returned value will be the initial value plus the increment value.
*The input `$length` is the ''minimum'' length, not the total length, so if the current value is 1000 and the length is set to 1 the output will still be 1000.
*The increment does not need to be positive or an integer. Value such as -1.2 work as expected. But note that negative numbers will have the minus sign __after__ the prefix, which may look strange.
<<tiddlerSlider "MathyThing - action-increment Widget Example">>
<<tiddlerSlider "MathyThing - action-increment Example 2">>
This example takes an increment value as input and then each time the `Increment` button is pressed it will increment the value in the field `increment_field` by that amount and display the contents of the field.
```
<$edit-text tiddler='$:/temp/incrementValue' field='increment_value'/>
<$button>Increment
<$action-increment $tiddler=<<currentTiddler>> $field=increment_field $increment={{$:/temp/incrementValue!!increment_value}}/>
</$button>
{{!!increment_field}}
```
Increment value: <$edit-text tiddler='$:/temp/incrementValue' field='increment_value'/>
<$button>Increment
<$action-increment $tiddler=<<currentTiddler>> $field=increment_field $increment={{$:/temp/incrementValue!!increment_value}}/>
</$button>
Current Value: {{!!increment_field}}
This is part of the [[MathyThing Plugin]].
Github: https://github.com/inmysocks/TW5-MathyThing
Plugin: [[$:/plugins/inmysocks/MathyThing]]
The prodfield widget takes a filter input and returns the product over all of the returned tiddlers of a specific field in each tiddler.
Usage:
```
<$prodfield $filter=<<someFilter>> $prodfield=prodField $tiddler=storeTiddler $storefield=storeField $defaultvalue=defaultValue/>
```
|!Attribute |!Description |
|$filter |The filter that returns the tiddlers with the field to take the product over |
|$prodfield |The name of the field field to holding the vaules to take the product of |
|$tiddler |The name of the tiddler in which to store the output |
|$storefield |The name of the field in which to store the output |
|$defaultvalue |The value to return if the output has an invalid value, or if the filter returns no tiddlers |
<<tiddlerSlider "MathyThing - action-prodfield Widget Example">>
This example has you select 3 values using the dropdown menus and stores the product of the numbers in the field `store_field2` and displays the content of the field.
Code:
```
Value 1: <$select tiddler='prod1'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select> Value 2: <$select tiddler='prod2'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select> Value 3: <$select tiddler='prod3'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select>
<$button>Update Products
<$action-prodfield $filter='[tag[prod]]' $prodfield='text' $storefield='store_field2'/>
</$button>
Current sum: {{!!store_field2}}
```
Result:
Value 1: <$select tiddler='prod1'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select> Value 2: <$select tiddler='prod2'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select> Value 3: <$select tiddler='prod3'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select>
<$button>Update Products
<$action-prodfield $filter='[tag[prod]]' $prodfield='text' $storefield='store_field2'/>
</$button>
Current sum: {{!!store_field2}}
This is part of the [[MathyThing Plugin]].
Github: https://github.com/inmysocks/TW5-MathyThing
Plugin: [[$:/plugins/inmysocks/MathyThing]]
The prodfield widget takes a filter input and returns the product of two specified fields in each tiddler, and stores the value in a third field. If the filter returns a single tiddler than a separate tiddler can be specified to store the result.
Usage:
```
<$prodfield2 $filter=<<someFilter>> $prodfield=prodField $prodfield2=prodField2 $tiddler=someTiddler $storefield=storeField $defaultvalue=defaultValue/>
```
|!Attribute |!Description |
|$filter |The filter that returns the tiddlers with the field to take the product over |
|$prodfield |The name of the field field to holding the vaules to take the product of |
|$prodfield2 |The name of the field field to holding the vaules to take the product of |
|$tiddler |(optional) The name of the tiddler in which to store the output |
|$storefield |The name of the field in which to store the output |
|$defaultvalue |The value to return if the output has an invalid value, or if the filter returns no tiddlers |
<<tiddlerSlider "MathyThing - action-prodfield2 Widget Example">>
This example lets you give 3 sets of two numbers, each set of numbers is multiplied together and the result is displayed.
Code:
```
<$button>Update Product
<$action-prodfield2 $filter='[tag[prod]]' $prodfield='prod_field' $prodfield2='prod_field2' $storefield='store_field3'/>
</$button>
prod1: <$edit-text tiddler='prod1' field='prod_field' size=2/> x <$edit-text tiddler='prod1' field='prod_field2' size=2/> = {{prod1!!store_field3}} <br>
prod2: <$edit-text tiddler='prod2' field='prod_field' size=2/> x <$edit-text tiddler='prod2' field='prod_field2' size=2/> = {{prod2!!store_field3}}<br>
prod3: <$edit-text tiddler='prod3' field='prod_field' size=2/> x <$edit-text tiddler='prod3' field='prod_field2' size=2/> = {{prod3!!store_field3}}<br>
```
Result:
<$button>Update Product
<$action-prodfield2 $filter='[tag[prod]]' $prodfield='prod_field' $prodfield2='prod_field2' $storefield='store_field3'/>
</$button>
prod1: <$edit-text tiddler='prod1' field='prod_field' size=2/> x <$edit-text tiddler='prod1' field='prod_field2' size=2/> = {{prod1!!store_field3}} <br>
prod2: <$edit-text tiddler='prod2' field='prod_field' size=2/> x <$edit-text tiddler='prod2' field='prod_field2' size=2/> = {{prod2!!store_field3}}<br>
prod3: <$edit-text tiddler='prod3' field='prod_field' size=2/> x <$edit-text tiddler='prod3' field='prod_field2' size=2/> = {{prod3!!store_field3}}<br>
This is part of the [[MathyThing Plugin]].
Github: https://github.com/inmysocks/TW5-MathyThing
Plugin: [[$:/plugins/inmysocks/MathyThing]]
The action-storecount widget acts like the count widget, but instead of displaying the output it stores the output is a designated field when a button is pressed.
Usage:
```
<$button>Store Count
<$action-storecount $filter=<<someFilter>> $tiddler=someTiddler $field=count_field/>
</$button>
```
|!Attribute |!Description |
|$filter |The filter whose results will be counted |
|$tiddler |The name tiddler in which to store the results |
|$field |The field in which to store the results |
|$index |An index of a data tiddler in which to store the result instead of in a field |
<<tiddlerSlider """MathyThing - action-storecount Widget Example""">>
This example counts all of the tiddlers tagged with the selected tag (selected using the drop down menu) and when the `Update tiddler count` button is pressed the number of items tagged with the selected tag is stored in the field `count_field` of `<<currentTiddler>>`.
```
<$select field='tag_to_count'>
<$list filter='[tags[]]'>
<option value=<<currentTiddler>>><$view field=title/></option>
</$list>
</$select>
<$button>Update tiddler count
<$action-storecount $filter='[tag{!!tag_to_count}]' $field='count_field'/>
</$button>
There are currently {{!!count_field}} tiddlers tagged with that.
```
Pick a tag: <$select field='tag_to_count'>
<$list filter='[tags[]]'>
<option value=<<currentTiddler>>><$view field=title/></option>
</$list>
</$select>
<$button>Update tiddler count
<$action-storecount $filter='[tag{!!tag_to_count}]' $field='count_field'/>
</$button>
There are currently {{!!count_field}} tiddlers tagged with that.
This is part of the [[MathyThing Plugin]].
Github: https://github.com/inmysocks/TW5-MathyThing
Plugin: [[$:/plugins/inmysocks/MathyThing]]
This widget sums together a specified field in each tiddler returned by a filter.
|!Attribute |!Description |
|$filter |The filter that returns the tiddlers with the field to sum |
|$sumfield |The name of the field field to sum |
|$tiddler |The name of the tiddler in which to store the output |
|$storefield |The name of the field in which to store the output |
|$defaultvalue |The value to return if the output has an invalid value, or if the filter returns no tiddlers |
<<tiddlerSlider "MathyThing - action-sumfield Widget Example">>
This example lets you pick 3 values which are stored in the text field of the tiddlers [[sum1]], [[sum2]] and [[sum3]], which are all tagged with `sum`. It then stores the value of the sum of the text fields of all tiddlers tagged `sum` and stores it in the field `store_field`. You can change the summed values using the dropdown menus.
Code:
```
Value 1: <$select tiddler='sum1'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select> Value 2: <$select tiddler='sum2'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select> Value 3: <$select tiddler='sum3'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select>
<$button>Update Sum
<$action-sumfield $filter='[tag[sum]]' $sumfield='text' $storefield='store_field'/>
</$button>
Current sum: {{!!store_field}}
```
Result:
Value 1: <$select tiddler='sum1'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select> Value 2: <$select tiddler='sum2'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select> Value 3: <$select tiddler='sum3'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</$select>
<$button>Update Sum
<$action-sumfield $filter='[tag[sum]]' $sumfield='text' $storefield='store_field'/>
</$button>
Current sum: {{!!store_field}}
This is part of the [[MathyThing Plugin]].
Github: https://github.com/inmysocks/TW5-MathyThing
Plugin: [[$:/plugins/inmysocks/MathyThing]]
This widget takes a filter and in each tiddler returned by the filter takes the sum of two given fields and stores the result in a third field. If the filter returns a single tiddler than a tiddler for storing the result can be specified as well.
Hopefully I will be able to extend this to an arbitrary number of fields in the future, but for now you are limited to two fields.
Usage:
```
<$sumfield2 $filter=<<someFilter>> $sumfield='sum_field' $sumfield2='sum_field2' $tiddler=someTiddler $storefield='store_field'/>
```
|!Attribute |!Description |
|$filter |The filter that returns the tiddlers with the fields to sum |
|$sumfield |The name of the first field field to sum |
|$sumfield2 |The name of the second field field to sum |
|$tiddler | (optional) The name of the tiddler in which to store the output |
|$storefield |The name of the field in which to store the output |
|$defaultvalue |The value to return if the output has an invalid value, or if the filter returns no tiddlers |
<<tiddlerSlider "MathyThing - action-sumfield2 Widget Example">>
This example takes the fields `sum_field` and `sum_field2` from each tiddler tagged with `sum` and stores the result in the field `store_field4` in each tiddler.
You can enter values in the text boxes and the result of the summation will be displayed next to them.
Code:
```
<$button>Update Sum
<$action-sumfield2 $filter='[tag[sum]]' $sumfield='sum_field' $sumfield2='sum_field2' $storefield='store_field4'/>
</$button>
sum1: <$edit-text tiddler='sum1' field='sum_field' size=2/> + <$edit-text tiddler='sum1' field='sum_field2' size=2/> = {{sum1!!store_field4}} <br>
sum2: <$edit-text tiddler='sum2' field='sum_field' size=2/> + <$edit-text tiddler='sum2' field='sum_field2' size=2/> = {{sum2!!store_field4}}<br>
sum3: <$edit-text tiddler='sum3' field='sum_field' size=2/> + <$edit-text tiddler='sum3' field='sum_field2' size=2/> = {{sum3!!store_field4}}<br>
```
Result
<$button>Update Sum
<$action-sumfield2 $filter='[tag[sum]]' $sumfield='sum_field' $sumfield2='sum_field2' $storefield='store_field4'/>
</$button>
sum1: <$edit-text tiddler='sum1' field='sum_field' size=2/> + <$edit-text tiddler='sum1' field='sum_field2' size=2/> = {{sum1!!store_field4}} <br>
sum2: <$edit-text tiddler='sum2' field='sum_field' size=2/> + <$edit-text tiddler='sum2' field='sum_field2' size=2/> = {{sum2!!store_field4}}<br>
sum3: <$edit-text tiddler='sum3' field='sum_field' size=2/> + <$edit-text tiddler='sum3' field='sum_field2' size=2/> = {{sum3!!store_field4}}<br>
$:/plugins/inmysocks/MathyThing
At the moment this is under development so more will hopefully be available in the future.
Current contents:
*''The action-storecount widget'' - on a button press it counts the number of items returned by a filter (the same as the count widget) and stores the output in a specified field
*''The action-increment widget'' - this widget is triggered by a button press and will increment the value in a given field. The increment amount can be specified and may be negative or a non-integer value if desired.
*''The action-sumfield widget'' - Given a filter and a field to sum, this widget takes ever tiddler returned by the filter and, if the specified field is present and has a numeric value in that tiddler, sums together the given field from all the tiddlers. This value is then stored in a specified tiddler and field.
*''The action-sumfield2 widget'' - Similar to the sumfield widget, but this widget sums fields inside individual tiddlers. By default the sums for each tiddler are stored in a specified field in that tiddler, but if the filter only returns a single tiddler than a tiddler can be specified to store the value.
*''The action-prodfield widget'' - Given a filter and a field to take the product over, this widget takes ever tiddler returned by the filter and, if the specified field is present and has a numeric value in that tiddler, takes the product of the values in the given field from all the tiddlers. This value is then stored in a specified tiddler and field.
*''The action-prodfield2 widget'' - Similar to the prodfield widget, but this widget takes the product of fields inside individual tiddlers. By default the products for each tiddler are stored in a specified field in that tiddler, but if the filter only returns a single tiddler than a tiddler can be specified to store the value.
More information is in [[MathyThing Read Me]]
If you want to look at the github page it is here https://github.com/inmysocks/TW5-MathyThing
!action-storecount widget
<<tiddlerSlider "MathyThing - action-storecount Widget">>
!action-increment widget
<<tiddlerSlider "MathyThing - action-increment Widget">>
!action-sumfield widget
<<tiddlerSlider "MathyThing - action-sumfield Widget">>
!action-sumfield2 widget
<<tiddlerSlider "MathyThing - action-sumfield2 Widget">>
!action-prodfield widget
<<tiddlerSlider "MathyThing - action-prodfield Widget">>
!action-prodfield2 widget
<<tiddlerSlider "MathyThing - action-prodfield2 Widget">>
<<bottomOfTiddler {{!!title}}>>
!TW5-MathyThing
a math plugin for TiddlyWiki5
Currently this plugin contains:
*The action-storecount widget
*The storecount widget
*The sumfield widget
*The sumfield2 widget
*The prodfield widget
*The prodfield2 widget
*The increment widget
---
''The action-storecount widget'' - an action widget with similar functionality to the count widget. It takes a filter and will count the number of matching tiddlers and, on a button press or other initiating event, store the output in the designated field. It was created by combining the action-setfield and count widgets.
Usage:
`<$action-storecount $filter=<<someFilter>> $tiddler=someTiddler $field=someField/>`
Since it is a modification of the action-setfield widget and I haven't modifed this part, you may be able to store the output at the given index of a data tiddler, but I haven't tested that yet.
---
''The storecount widget'' - a widget with similar functionality to the count widget. It takes a filter and will count the number of matching tiddlers and store the output in the designated field. It was created by modifying the sumfield widget below.
Usage:
`<$storecount $filter=<<someFilter>> $tiddler=someTiddler $field=someField/>`
Since it is a modification of the action-setfield widget and I haven't modifed this part, you may be able to store the output at the given index of a data tiddler, but I haven't tested that yet.
---
''The sumfield widget'' - a widget that was made by modifying the list widget. It takes a filter and a given field and sums together everything in that field in the filtered tiddlers.
Usage:
`<$sumfield filter=<<someFilter>> sumfield=sumField tiddler=storeTiddler storefield=storeField defaultvalue=defaultValue/>`
It will take each tiddler listed when using `<<someFilter>>` and take the value in sumField from each of the tiddlers and sum them, the result will be placed in the storeField of the tiddler storeTiddler. If there aren't any numbers to sum than it will display defaultValue.
tiddler defaults to `<<currentTiddler>>` and defaultValue defaults to 0 if they aren't given inputs.
If one of the fields contains a non-numeric value than it is ignored. This includes empty fields.
---
''The sumfield2 widget'' - a widget that was made by modifying the list widget. It takes a filter and a given field and sums together two fields in the filtered tiddlers and stores the value in a third field.
Usage:
`<$sumfield2 filter=<<someFilter>> sumfield=sumField sumfield2=sumField2 storefield=storeField defaultvalue=defaultValue/>`
It will take each tiddler listed when using `<<someFilter>>` and take the value in sumField to the value in sumField2 in each of the tiddlers and the result will be placed in the storeField of each tiddler. If there aren't any numbers to sum than it will display defaultValue.
tiddler defaults to `<<currentTiddler>>` and defaultValue defaults to 0 if they aren't given inputs.
If one of the fields contains a non-numeric value than it is ignored. This includes empty fields.
---
''The prodfield widget'' - a widget that was made by modifying the list widget. It takes a filter and a given field and takes the product of everything in that field in the filtered tiddlers.
Usage:
`<$prodfield filter=<<someFilter>> prodfield=prodField tiddler=storeTiddler storefield=storeField defaultvalue=defaultValue/>`
It will take each tiddler listed when using `<<someFilter>>` and take the value in prodField from each of the tiddlers and take their product, the result will be placed in the storeField of the tiddler storeTiddler. If there aren't any numbers to sum than it will display defaultValue.
tiddler defaults to `<<currentTiddler>>` and defaultValue defaults to 0 if they aren't given inputs.
If one of the fields contains a non-numeric value than it is ignored. This includes empty fields.
---
''The prodfield2 widget'' - a widget that was made by modifying the list widget. It takes a filter and a given two fields takes the product of those fields in the filtered tiddlers, then stores the result in a third field in each tiddler.
Usage:
`<$prodfield2 filter=<<someFilter>> prodfield=prodField prodfield2=prodField2 storefield=storeField defaultvalue=defaultValue/>`
It will take each tiddler listed when using `<<someFilter>>` and multiply the values in prodField and prodField2 in each of the tiddlers and the result will be placed in the storeField of each tiddler. If there aren't any numbers to sum than it will display defaultValue.
tiddler defaults to `<<currentTiddler>>` and defaultValue defaults to 0 if they aren't given inputs.
If one of the fields contains a non-numeric value than it is ignored. This includes empty fields.
---
''The increment widget'' - a widget that increments a value in a field by a given amount
Note: Both the field and the increment value have to be numeric and exist. If you specifiy an empty field, or a field with a non-numeric value, than the widget won't do anything.
Usage:
`<$action-increment $tiddler=someTiddler $field=someField $increment=someIncrement/>`
It will take the value of someField and replace it with the value someField+someIncrement
There is no requirement that someIncrement be positive or an integer.
<$button to="About Me" class='tc-btn-invisible' tooltip='Who is this inysocks guy?'><<fa fa-smile-o>></$button>
<!--<<PopoutMenu "{{$:/core/images/right-arrow}}" "ChangeTiddlerWidthPopup" "TiddlerWidthSettings">>-->
<$button class='tc-btn-invisible' popup="$:/state/changetiddlerwidthpopup" tooltip='Change Tiddler Width'>{{$:/core/images/right-arrow}}</$button>
<$reveal type="popup" state="$:/state/changetiddlerwidthpopup">
<div class="tc-drop-down tc-popup-keep" style='position:relative;left:1em;top:-1em'>
{{TiddlerWidthSettings}}
</div>
</$reveal>
<$button class='tc-btn-invisible' to='Font Options' tooltip='Change font options'><<fa fa-font>></$button>
<$button tooltip='Help' class='tc-btn-invisible' to='Help'><<fa fa-question>></$button>
<$button class='tc-btn-invisible' tooltip='Toggle Theme'><<fa fa-mobile>>
<$action-setfield $field=current_theme $value={{!!other_theme}}/>
<$action-setfield $field=other_theme $value={{!!current_theme}}/>
<$action-setfield $tiddler='$:/theme' $value={{!!other_theme}}/>
</$button>
<$button class='tc-btn-invisible' to='User Feedback' tooltip='GIve Feedback'><<fa fa-comment-o>></$button>
<$button class='tc-btn-invisible' to="Why TiddlyWiki?" tooltip='Why use TiddlyWiki?'>Why ~TiddlyWiki?</$button>
[[$:/plugins/inmysocks/MinimalTaskList]]
Documentation coming at some point. I hope. If I did things correctly not much should be needed. See [[Dashboard]] for how to import the plugin.
<<bottomOfTiddler {{!!title}}>>
[[Mobile App Menus Examples]]
''__Required tiddlers:__''
This is the only tiddler needed, options are set by input parameters.
*[[$:/macros/inmysocks/MobileMenu]]
''__Demo Wiki:__''
http://ooktech.com/jed/ExampleWikis/Text%20Menus/
This is still in development, I may change the name and possibly other stuff. Like letting you set the icons used. This is nearing the finished product, so I am going to try keeping any future changes from breaking anything.
''__Usage:__'' `<<MobileMenu "RootTag" "MenuName" "Type" "MenuTitle" "ShowSubtitle" "ShowBody" "ListField">>`
Parameters:
|!Name |!Description |
|~RootTag |The tag that defines the root of the menu, like the root tag of the table of contents (Default: `RootTag`) |
|~MenuName |A unique name for the menu (Default: `Menu`)|
|Type |The type of menu, currently options are `Menu`, `TOC`, `TOC-Selective` and `TOC-Selective-Hierarchical` (Default: `Menu`) |
|~MenuTitle |This is the title displayed above the menu, not the name that is used to track the state of the menu. Two menus can have the same title and be independent, but if two menus share the same name they won't be independent of each other. (Default: No title shown) |
|~ShowSubtitle |If this is set as `Subtitle` than the subtitle field of the tiddler will be shown in the menu above the list of current menu items (Default: no subtitle shown) |
|~ShowBody |If this is set as `Body` than the body (text field) of the tiddler will be shown in the menu below the list of current menu items (Default: body not shown) |
|~ListField |If a value is given for `ListField` than the list in that field of each tiddler is used to determine what is listed in the corresponding sub-menu. If this is given it overrides anything given for `RootTag` (No default) |
''__Differences for the table of contents versions:__''
*Clicking on the tiddler name opens up the tiddler
*Clicking on the arrow icon moves through the table of contents just like in the normal menu version
*''Only `TOC-Selective` type'' - Icons only appear next to tiddlers that have children in the table of contents (I need to look at the core toc macros to see how they line up the tiddler names when there isn't an icon)
__How it works:__
You give the macro two parameters, `RootTag` and `MenuName`, the root tag determines the items that appear on the first level of the menu. `MenuName` is a unique name for that menu. You don't strictly need to have unique names, but if you don't than every menu that shares a name will change with all of the others. Both `RootTag` and `MenuName` have default values so just using `<<MakeMenu>>` will work if you are willing to have `RootTag` be your root tag.
The organization is the same as in the table of contents macros.
Initially you see the list of tiddlers with the root tag, when you click on one than the list is replaced by the tidders tagged with that item. If you are not at the root than a button labeled with {{$:/core/images/chevron-left}} and the name of the tiddler the current list is tagged with will appear at the top, clicking on this button will move you back one level.
Each entry displays the tiddler name with the content of the tiddler (if any) below the name, and below that a list of any tiddlers tagged with the current tiddler. So if you want something other than just the list of tagged tiddlers to show up just put it in the tiddler where you want it to display.
So to add entries to the menu just make a tiddler and tag it with either `Top Level` to put it on the root menu, or tag it with the appropriate tiddler.
__Some stuff:__
*You can have as many menus as you want by giving each one a unique name
*The menus display the contents of the caption field, if one exists in the tiddler, otherwise it uses the tiddler title.
*The menus will display the caption (or name) of the current tiddler, the subtitle below that, a list of the entries at that level below the subtitle and the contents of the tiddler body below that.
*The menu can go to an arbitrary depth, so add as many levels as you want
*The menu 'remembers' how you got to a where you are, so if you have the same entry two places in the menu when you back out you will go up the menu tree the same way you went down.
*I will probably change the names of things at some point
*This doesn't require the icon menus plugin, I just found it convenient to use the two together.
*I am not good with css, and the tiddlywiki popups go away after you click inside them once, so the floating menu uses a normal reveal to display. If anyone wants to help with the css to make that work nicer that would be awesome.
*I may add an option to let you specify a filter in place of a list, so you could give each tiddler a filter that would determine which tiddlers are listed under it.
''These examples look much better in context over at the [[demo site|http://ooktech.com/jed/ExampleWikis/Text%20Menus/]].''
Basic Menu:
```
<<MobileMenu "Wiki Examples" "BasicMenuExample">>
```
<<textSlider """Basic Menu Example""" """{{!!basic_menu_example}}""">>
---
Table of contents type menu
```
<<MobileMenu "Wiki Examples" "MobileTOCMenuExample" MenuType:TOC>>
```
<<textSlider """Table of Contents Menu Example""" """{{!!toc_menu_example}}""">>
---
Selectively expandable table of contents menu
```
<<MobileMenu "Contents" "MobileTOCMenuExample" MenuType:"TOC-Selective">>
```
<<textSlider """Selectively expandable Table of Contents Menu Example""" """{{!!selective_toc_menu_example}}""">>
[[$:/themes/inmysocks/Mobile]]
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
There is a [[list of builtin CSS classes|Builtin CSS Classes]] for TiddlyWiki, modifying these classes can be useful.
There is a [[list of some relevant CSS properties]].
Examples here use styled define in [[Example Stylesheet]].
!WikiText CSS
WikiText inline css is marked with `@@`, so you could set text color like this
```
@@color:blue;
Some example text
@@
```
giving:
@@color:blue;
Some example text
@@
You can also use a stylesheet like this (see stylesheet-example-blue defined in [[Example Stylesheet]].):
```
@@.stylesheet-example-blue
Some example text
@@
```
giving:
@@.stylesheet-example-blue
Some example text
@@
Both of these can be done using the trigger actions plugin, but it would still be nice to have the built in functions.
* a version of the select widget that sets different values in each field. Maybe something that uses a data tiddler and when one field is set to the index name the other field is set to the stored value.
*A modified select widget that can trigger actions or send messages when it is used
<<bottomOfTiddler>>
A note about it should be put into learning tiddlywiki under lists
Oh look! You should be able to comment on this using muut. There are problems though. Namely, when a new tiddler is opened that has comments embedded in it, the comments won't show up. You have to load the page with the tiddler containing the comments open (using the permalink or permaview) in order for the script to be loaded properly. You may need to reload the page twice for it to work, I had to. Twitter has a function that reloads the javascript as needed which prevents this problem, I don't think that muut has it.
I am probably not leaving this demo up for long, I don't like having unmoderated comments. You can go over to the other demo site [[here|http://ooktech.com/jed/ExampleWikis/TiddlyWiki-muut/]]. I will leave that one up. People will comment whatever they want there and I probably won't ever check it.
<a class="muut" href="https://muut.com/i/inmysocks-tiddlywiki-muut-test/comments:2" type="dynamic">inmysocks-tiddlywiki-muut-test forum</a>
<script src="//cdn.muut.com/1/moot.min.js"></script>
<table>
<tr>
<th>Name</th>
<th>Description</th>
<th>Link</th>
</tr>
<$list filter='[tag[My Editions]]'>
<tr>
<td><$link to=<<currentTiddler>>><$view field='title'/></$link></td>
<td><$view field='description'/></td>
<td>{{!!link}}</td>
</tr>
</$list>
</table>
Projects!
This is mostly so that I can keep track of them. I keep forgetting about things I have made or that I am working on.
<$list filter='[tag[My Project]]'>
</$list>
<table>
<tr>
<th>Name</th>
<th>Description</th>
<th>Demo Site</th>
<th>Install Link</th>
</tr>
<$list filter='[tag[My Macros]]'>
<tr>
<td><$link to=<<currentTiddler>>><$view field='title'/></$link></td>
<td><$view field='description'/></td>
<td>{{!!demo_site}}</td>
<td>{{!!install_link}}</td>
</tr>
</$list>
</table>
Plugins by me (click and drag the 'Plugin Tiddler' entry to your wiki to import them):
If you have any questions about my plugins the best thing to do is to go to the user feedback (click here {{Menu Icon - User Feedback}}) tiddler and submit a question.
If you are wondering if a plugin is up to date, here are the current plugin version numbers. The github links for the dashboard plugins all point to the TW5-NoLearningRequired-Full repo which contains all the tiddler used to make the plugins.
<table>
<$list filter='[tag[Plugin twCard]maintainer[inmysocks]each[category]]-[[Plugin Info Template]]'>
<tr><th>{{!!category}} Plugins</th><th></th><th></th><th></th><th></th><th></th></tr>
<tr><th>Name</th><th>Version</th><th>Date</th><th>Release</th><th>Description</th><th>Plugin Tiddler</th></tr>
<$set name=currentCategory value={{!!category}}>
<$list filter='[tag[Plugin twCard]maintainer[inmysocks]category<currentCategory>]' template=PlugintwCardDisplayTemplate2>
</$list>
</$set>
</$list>
</table>
The dashboard plugins are all demonstrated on the [[Dashboard]]
A simple example using the math plugins:
[[Dice Example]]
The booksmarks plugin idea is based partly on Jim Lemhers ideas in this thread: https://groups.google.com/forum/?nomobile=true#!topic/tiddlywiki/Fs4I4mQRLh0
<<bottomOfTiddler {{!!title}}>>
<table>
<tr>
<th>Name</th>
<th>Description</th>
<th>Install Link</th>
</tr>
<$list filter='[tag[My Widgets]]'>
<tr>
<td><$link to=<<currentTiddler>>><$view field='title'/></$link></td>
<td><$view field='description'/></td>
<td><$link to={{!!install_link}}><$view field='install_link'/></$link></td>
</tr>
</$list>
</table>
\define hoverBlurb(label)
<$hover popup="$:/state/$label$">
[[$label$]]
</$hover>
<$reveal type="popup" state="$:/state/$label$">
<div class="tc-drop-down">
<$view tiddler="$label$" field="blurb"/>
</div>
</$reveal>
\end
\define hoverTiddler(tiddler1,tiddler2)
<$hover popup="$:/state/$tiddler1$">
[[$tiddler1$]]
</$hover>
<$reveal type="popup" state="$:/state/$tiddler1$">
<div class="tc-drop-down">
{{$tiddler2$}}
</div>
</$reveal>
\end
\define hoverImageBlurb(tiddlerImage)
<$hover popup="$:/state/$tiddlerImage$">
[img [$tiddlerImage$]]
</$hover>
<$reveal type="popup" state="$:/state/$tiddlerImage$">
<div class="tc-drop-down">
<$view tiddler="$tiddlerImage$" field="blurb"/>
</div>
</$reveal>
\end
\define hoverData(label, datatiddler, field)
<$hover popup="$:/state/$label$">
__$label$__
</$hover>
<$reveal type="popup" state="$:/state/$label$">
<div class="tc-drop-down">
{{$datatiddler$##$field$}}
</div>
</$reveal>
\end
[
{
"title": "Engineering",
"fromPageRect": {
"top": 523.4666748046875,
"left": 85,
"width": 77,
"right": 162,
"bottom": 540.4666748046875,
"height": 17
}
},
{
"title": "Engineering",
"fromPageRect": {
"top": 523.4666748046875,
"left": 85,
"width": 77,
"right": 162,
"bottom": 540.4666748046875,
"height": 17
}
},
{
"title": "Noise Models",
"fromPageRect": {
"top": 560.4666748046875,
"left": 85,
"width": 90,
"right": 175,
"bottom": 577.4666748046875,
"height": 17
}
},
{
"title": "Engineering",
"fromPageRect": {
"top": 807.5499877929688,
"left": 85,
"width": 77,
"right": 162,
"bottom": 829.5499877929688,
"height": 22
}
},
{
"title": "Noise Models",
"fromPageRect": {
"top": 782,
"left": 85,
"width": 90,
"right": 175,
"bottom": 804,
"height": 22
}
},
{
"title": "Engineering",
"fromPageRect": {
"top": 758.3499755859375,
"left": 85,
"width": 77,
"right": 162,
"bottom": 780.3499755859375,
"height": 22
}
},
{
"title": "Noise Models",
"fromPageRect": {
"top": 795.8499755859375,
"left": 85,
"width": 90,
"right": 175,
"bottom": 817.8499755859375,
"height": 22
}
}
]
Because I am horrible at remaining consistent with this, I am going to list naming conventions here and stick to them.
!Tiddler names:
General rule: `$:/state/` prefix is used for (semi-)persistent states, like reveal states, select widgets or which tab is selected in a tabs macro. The `$:/temp/` prefix is used for form inputs and other non-persistent states. Any `$:/temp/` tiddler should be able to be deleted without any effects other than losing the information entered into forms.
*Non-system/non-shadow tiddlers: Capitalize the first letter of all words other than prepositions and articles
*System tiddlers: Where reasonable avoid spaces in the tiddler names. Use camel case for removing spaces from tiddler names and use underscores for field names.
*Tiddlers used to hold information typed into forms: The tiddler name should be in the form `$:/temp/(tiddler form name)` with the exited field corresponding to the use of the entered text. If there are multiple long inputs where editing a text field would be appropriate than use `$:/temp/(tiddler form name)/(field name)` to distinguish between them
*Tiddlers used to hold reveal states: should have names in the form `$:/state/reveal/(tiddlername)/(tiddler section, if any)` with further `(name)` parts added as needed to ensure unique names
*Plugin tiddlers: follow the standard form `$:/plugins/(username)/(pluginname)`
*System tiddlers used to hold data for other applications: use `$:/data/(application name)/(specific name)`, this means that `$:/data/BookAuthors` should be renamed `$:/data/LibraryTracker/BookAuthors`
*The various forms I have that allow you to add tags to tiddlers you will create (like the library tracker giving tags to books), those tags should be stored in the same `$:/temp/(tiddler form name)` tiddler as tags, unless there is a compelling reason otherwise.
!Macros
*Macro names should be camel case, that is they have no spaces, start with a lower case letter and each other word in the title should start with an uppercase letter.
*Non-global macro names should always start with `this`, and no global macros may start with `this`, to avoid the possibility that a global and local macro have the same name.
*Parameters in macro definitions should use camel case, but the first letter of the parameter name should be capitalized
!Variables
*Variables set by the set widget should always be in camel case and shouldn't start with `this`
.tag1_css a {
color:green;
}
.tag1_css a:hover {
color:orange;
}
.tag2_css a {
color:red;
}
.tag2_css a:hover {
color:black;
}
.tag3_css a {
color:yellow;
}
.tag3_css a:hover {
color:pink;
}
\define GetLinkClass()
$(TagUsed)$_css
\end
\define MakeNeatLinkEntry(tiddler tagUsed)
<$list filter='[[$tiddler$]tag[$tagUsed$]]'>
<$set name=TagUsed value=$tagUsed$>
<span class=<<GetLinkClass>>><$link to="$tiddler$">$tiddler$</$link></span>
</$set>
</$list>
\end
\define MakeBoringLinkEntry(tiddler)
<$list filter='[[$tiddler$]!tag[tag1]!tag[tag2]!tag[tag3]][[$tiddler$]!has[text]!has[tags]]'>
<$link to="$tiddler$">$tiddler$</$link>
</$list>
\end
\define NeatLink(tiddler)
<<MakeNeatLinkEntry """$tiddler$""" tag1>>
<<MakeNeatLinkEntry """$tiddler$""" tag2>>
<<MakeNeatLinkEntry """$tiddler$""" tag3>>
<<MakeBoringLinkEntry """$tiddler$""">>
\end
*Recipe book
*A reset button that clears the form inputs without you having to make a new whatever with the form, or clear them manually.
*Make the button that gets rid of the introduction set the current tabbed-toc page to something other than the introduction.
*Add an option to limit the size of the list in the dictionary part. It would just be a select or radio widget that picks a number to be used with a limit[n] addition to the filter.
*Add the 'no_edit' field to the new parts for the dashboard
*Use the task manager you made for the dashboard instead of this list. Why are you using this list when you have a nice tool you made for exactly this purpose?
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
Subjects:
<ul>
<$list filter='[[No Paper_Subjects]indexes[]]'>
<li><$view field='title'/></li>
</$list>
</ul>
Abstract:<br>
<$view tiddler={{!!abstract_tiddler}} field='text'/>
Bibtex:
---
<$macrocall $name=monoSpacedCodeBlock src={{No Paper_BibTex}}/>
---
@nonexistent{nothing,
author=noone,
year=never,
}
\define thisMakeTable()
<table>
<tr><td><<addNoteButton>></td><td><<addQuestionButton>> (Specific to this class, but not to any note)</td></tr>
<tr>
<td style='width:$(width1)$'>
<div class='tc-tiddler-frame' style='width:100%'>
<$list filter="""[is[system]note[true]class[$(className)$]]""" template=ClassNoteTemplate>
</$list>
</div>
</td>
<td style='width:$(width2)$'>
<div class='tc-tiddler-frame' style='width:100%'>
<$list filter="""[is[system]question[true]class[$(className)$]]""" template=ClassQuestionTemplate>
</$list>
</div>
</td>
</tr>
</table>
\end
\define thisNoteTiddler()
$:/notes/$(className)$: $(qualifyId)$
\end
\define thisQuestionTiddler()
$:/questions/$(className)$: $(qualifyId)$
\end
\define addNoteButton()
<$button>Add Note
<$action-setfield $field=qualify_id $value=<<now "DDth mmm hh:mm:0ss">>/>
<$action-setfield $tiddler=<<thisNoteTiddler>> note=true class="""$(className)$""" date="""$(currentDate)$"""/>
</$button>
\end
\define addQuestionButton()
<$button>Add Question
<$action-setfield $field=qualify_id $value=<<now "DDth mmm hh:mm:0ss">>/>
<$action-setfield $tiddler=<<thisQuestionTiddler>> question=true class="""$(className)$""" date="""$(currentDate)$""" for_note='No Specific Note'/>
</$button>
\end
<$reveal type="nomatch" state='$:/reveal/notetakingtestaddclass' text='addclass'>
Select Class: <$select field='selected_class' >
<$list filter='[school_class[true]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
(<$button set='$:/reveal/notetakingtestaddclass' setTo='addclass'>Add Class</$button>)
</$reveal>
<$reveal type="match" state='$:/reveal/notetakingtestaddclass' text='addclass'>
Class Name: <$edit-text tiddler='$:/state/notetakingtestaddclass' field='add_class_name'/><br>
<$button>
<$action-setfield $tiddler={{$:/state/notetakingtestaddclass!!add_class_name}} $field='school_class' $value='true'/>
<$action-setfield $tiddler='$:/state/notetakingtestaddclass' $field='add_class_name' $value=''/>
Add Class</$button>
<$button set='$:/reveal/notetakingtestaddclass' setTo='selectclass'>Done</$button>
</$reveal>
Note Width: <$edit-text tiddler='$/temp/notetakingtest1' field='width' size=10/> Question Width: <$edit-text tiddler='$/temp/notetakingtest2' field='width' size=10/>
''The `Add Question` button on the right adds a note with the class field filled in, the `Add Question for this Note` button adds a question with both the class field and the note field filled in so that you can select a note and get questions for it, or select a question and get the relevant note and have questions for a class that aren't associated with any specific note. I will get the searching stuff done eventually.''
<$set name=currentDate value=<<now "DDth mmm">>>
<$set name=qualifyId value={{!!qualify_id}}>
<$set name=className value={{!!selected_class}}>
<$set name=width1 value={{$/temp/notetakingtest1!!width}}>
<$set name=width2 value={{$/temp/notetakingtest2!!width}}>
<<thisMakeTable>>
</$set>
</$set>
</$set>
</$set>
</$set>
\define thisMakeTable()
<table>
<tr><td><<addNoteButton>></td><td><<addQuestionButton>> (Specific to this class, but not to any note)</td></tr>
<tr>
<td style='width:$(width1)$'>
<div class='tc-tiddler-frame' style='width:100%'>
<$list filter="""[is[system]note[true]class[$(className)$]]""" template=ClassNoteTemplate2>
</$list>
</div>
</td>
<td style='width:$(width2)$'>
<div class='tc-tiddler-frame' style='width:100%'>
<$list filter="""[is[system]question[true]class[$(className)$]]""" template=ClassQuestionTemplate2>
</$list>
</div>
</td>
</tr>
</table>
\end
\define thisNoteTiddler()
$:/notes/$(className)$: $(qualifyId)$
\end
\define thisQuestionTiddler()
$:/questions/$(className)$: $(qualifyId2)$
\end
\define addNoteButton()
<$button>Add Note
<$action-setfield $tiddler=<<thisNoteTiddler>> note=true class="""$(className)$""" date="""$(currentDate)$"""/>
<$action-setfield $tiddler=<<currentTiddler>> test=true/>
</$button>
\end
\define addQuestionButton()
<$button>Add Question
<$action-setfield $tiddler=<<thisQuestionTiddler>> question=true class="""$(className)$""" date="""$(currentDate)$""" for_note='No Specific Note'/>
<$action-setfield $tiddler=<<currentTiddler>> test=true/>
</$button>
\end
<$reveal type="nomatch" state='$:/reveal/notetakingtestaddclass' text='addclass'>
Select Class: <$select field='selected_class' >
<$list filter='[school_class[true]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
(<$button set='$:/reveal/notetakingtestaddclass' setTo='addclass'>Add Class</$button>)
</$reveal>
<$reveal type="match" state='$:/reveal/notetakingtestaddclass' text='addclass'>
Class Name: <$edit-text tiddler='$:/state/notetakingtestaddclass' field='add_class_name'/><br>
<$button>
<$action-setfield $tiddler={{$:/state/notetakingtestaddclass!!add_class_name}} $field='school_class' $value='true'/>
<$action-setfield $tiddler='$:/state/notetakingtestaddclass' $field='add_class_name' $value=''/>
Add Class</$button>
<$button set='$:/reveal/notetakingtestaddclass' setTo='selectclass'>Done</$button>
</$reveal>
Note Width: <$edit-text tiddler='$/temp/notetakingtest1' field='width' size=10/> Question Width: <$edit-text tiddler='$/temp/notetakingtest2' field='width' size=10/>
<$button>Refresh
<$action-setfield $field=test $value=true/>
</$button>
''The `Add Question` button on the right adds a note with the class field filled in, the `Add Question for this Note` button adds a question with both the class field and the note field filled in so that you can select a note and get questions for it, or select a question and get the relevant note and have questions for a class that aren't associated with any specific note. I will get the searching stuff done eventually.''
<$storecount $filter='[is[system]class{!!selected_class}note[true]]' $tiddler=<<currentTiddler>> $field=note_count/>
<$storecount $filter='[is[system]class{!!selected_class}question[true]]' $tiddler=<<currentTiddler>> $field=question_count/>
<$set name=currentDate value=<<now "DDth mmm">>>
<$set name=qualifyId value={{!!note_count}}>
<$set name=qualifyId2 value={{!!question_count}}>
<$set name=className value={{!!selected_class}}>
<$set name=width1 value={{$/temp/notetakingtest1!!width}}>
<$set name=width2 value={{$/temp/notetakingtest2!!width}}>
<<thisMakeTable>>
</$set>
</$set>
</$set>
</$set>
</$set>
There are a bunch of places, it may take some effort to find them all
I should have noticed this during testing. Bleh.
<meta property="og:title" content="Wiki Reference Wiki"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://inmysocks.tiddlyspot.com/"/>
<meta property="og:description" content="A wiki containing examples of how to make the wiki do stuff. Wiki wiki wiki. I like saying wiki. wiki."/>
This sets the order field of tiddlers tagged with a selected tag.
Select tag: <$select tiddler='$:/state/Ordering Things' field='selected_tag'><$list filter='[!is[system]tags[]sort[title]]'><option><<currentTiddler>></option></$list></$select>
<table>
<tr><th>Tiddler</th><th>Order</th></tr>
<$list filter='[tag{$:/state/Ordering Things!!selected_tag}]'>
<tr><td style='width:100%'><$view field='title'/></td><td><$edit-text field='order' size=5/></td></tr>
</$list>
</table>
Subjects:
<ul>
<$list filter='[[Other paper_Subjects]indexes[]]'>
<li><$view field='title'/></li>
</$list>
</ul>
Abstract:<br>
<$view tiddler='Other paper_Abstract' field='text'/>
Bibtex:
---
<$macrocall $name=monoSpacedCodeBlock src={{Other paper_BibTex}}/>
---
@SOMETHING{
title={Other Paper},
author={some guy},
}
{
"Most Awesome": "1",
"Example Citation Subject": "1"
}
Community Search:
*https://rawgit.com/erwanm/tw-aggregator/master/tw-community-search.html - a search for tiddlers from many excellent sources (and this site). Very useful.
Much of the content of this wiki was borrowed or derived from these other excellent sources:
*http://www.tiddlywiki.com - The tiddlywiki page. If you managed to get here without knowing about it I am a bit impressed.
*http://twaddle.tiddlyspot.com/ - TWaddle a page full of the thoughts and experiments about TiddlyWiki
*http://tw5magick.tiddlyspot.com/ - a good collection of tips, the start of the contacts example from here.
*http://tiddlystuff.tiddlyspot.com/ - I don't know if i borrowed any of the content from here, but it was a good resource for learning
*https://groups.google.com/forum/#!forum/tiddlywiki - the tiddlywiki google group. The people there are very helpful, and generally pretty fast answering questions.
*http://braintest.tiddlyspot.com/ - The hoverwidget comes from here, as well as some other examples.
*http://thediveo.github.io/TW5FontAwesome/output/fontawesome.html# - the font awesome plugin
*http://tb5.tiddlyspot.com/#GettingStarted - Probably the most comprehensive reference for how to do things in tiddlywiki. It is set up as more of a reference than a tutorial, so it may be more helpful once you understand tiddlywiki a bit. Then it is one of the most useful places to look. The listed resources here ( http://tb5.tiddlyspot.com/#References ) cover just about everything that people have worked out how to do with TiddlyWiki (publicly anyway), so looking there is probably more useful than looking at this list.
*http://tongerner.tiddlyspot.com/# - a tiddlywiki page with plenty of interesting customizations
*http://ooktech.com/iconmenus/ - Icon menus for tiddlywiki, I made this one. It is an alternate menu interface that can be put on top of the basic tiddlywiki themes.
I am certain that there are other sources that I have forgotten. I will add more as I find or remember them.
If you know of a good resource I should add or see that I copied something and missed giving proper credit please email me at inmysocks (at) gmail (dot) com. There are many very good resources and I would like to make sure that everyone gets credit for their work.
If you have questions that aren't specifically about this reference you should probably post to the google group since they will almost certainly be more helpful and quicker to answer than I would be.
<<tabs "[[Search by field content]] [[Search all fields by content]]">>
\define my-toc-selective-expandable(tag,sort:"",itemClassFilter)
<ol class="tc-toc toc-selective-expandable">
<$list filter="[all[shadows+tiddlers]tag[$tag$]!has[draft.of]$sort$]">
<$list filter="[all[current]toc-link[no]]" variable="ignore" emptyMessage="<<my-toc-linked-selective-expandable-body tag:'$tag$' sort:'$sort$' itemClassFilter:'$itemClassFilter$'>>">
<<my-toc-unlinked-selective-expandable-body tag:"""$tag$""" sort:"""$sort$""" itemClassFilter:"""$itemClassFilter$""">>
</$list>
</$list>
</ol>
\end
\define my-toc-unlinked-selective-expandable-body(tag,sort:"",itemClassFilter)
<$set name="toc-state" value=<<qualify "$:/state/toc/$tag$-$(currentTiddler)$">>>
<$set name="toc-item-class" filter="""$itemClassFilter$""" value="toc-item-selected" emptyValue="toc-item">
<li class=<<toc-item-class>>>
<$list filter="[all[current]tagging[]limit[1]]" variable="ignore" emptyMessage="<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button> <$view field='caption'><$view field='title'/></$view>">
<$reveal type="nomatch" state=<<toc-state>> text="open">
<$button set=<<toc-state>> setTo="open" class="tc-btn-invisible">
<<toc-caption>>
</$button>
</$reveal>
<$reveal type="match" state=<<toc-state>> text="open">
<$button set=<<toc-state>> setTo="close" class="tc-btn-invisible">
<<toc-caption>>
</$button>
</$reveal>
</$list>
<$reveal type="match" state=<<toc-state>> text="open">
<$macrocall $name="""toc-selective-expandable""" tag=<<currentTiddler>> sort="""$sort$""" itemClassFilter="""$itemClassFilter$"""/>
</$reveal>
</li>
</$set>
</$set>
\end
\define my-toc-linked-selective-expandable-body(tag,sort:"",itemClassFilter)
<$set name="toc-state" value=<<qualify "$:/state/toc/$tag$-$(currentTiddler)$">>>
<$set name="toc-item-class" filter="""$itemClassFilter$""" value="toc-item-selected" emptyValue="toc-item">
<li class=<<toc-item-class>>>
<$link>
<$list filter="[all[current]tagging[]limit[1]]" variable="ignore" emptyMessage="<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button>">
<$reveal type="nomatch" state=<<toc-state>> text="open">
<$button set=<<toc-state>> setTo="open" class="tc-btn-invisible">
{{$:/settings/TableOfContentsSettings!!closed_image}}
</$button>
</$reveal>
<$reveal type="match" state=<<toc-state>> text="open">
<$button set=<<toc-state>> setTo="close" class="tc-btn-invisible">
{{$:/settings/TableOfContentsSettings!!open_image}}
</$button>
</$reveal>
</$list>
<<toc-caption>>
</$link>
<$reveal type="match" state=<<toc-state>> text="open">
<$macrocall $name="my-toc-selective-expandable" tag=<<currentTiddler>> sort="""$sort$""" itemClassFilter="""$itemClassFilter$"""/>
</$reveal>
</li>
</$set>
</$set>
\end
<$checkbox tiddler='Black Line' tag='$:/tags/ViewTemplate'>Show Horizontal Rule Under Tiddler Titles</$checkbox><br>
<$checkbox tiddler='$:/core/ui/PageTemplate/sidebar' tag='$:/tags/PageTemplate'>Toggle Old Sidebar</$checkbox> (This only hides the menu, it doesn't change the size of the tiddlers)
<$list filter='[tag[Jed Carty (inmysocks)]tag[<Name Plate>]name_plate_type[TiddlyWiki]has[category]each[category]get[category]]' variable=Category>
<h1><<Category>></h1>
<$list filter='[tag[Jed Carty (inmysocks)]tag[<Name Plate>]name_plate_type[TiddlyWiki]category<Category>]' template=SiteNamePlateDisplayTemplate>
</$list>
</$list>
and it would let us do recurring events
Paragraphs are separated in WikiText by blank lines.
Otherwise linebreaks are ignored.
```
This will show
up
as having
linebreaks wherever the browser
fits them in
```
renders as
This will show
up
as having
linebreaks wherever the browser
fits them in
```
This will show paragraph breaks
wherever there is a blank line
like that
```
renders as:
This will show linebreaks
wherever there is a blank line
like that
<<bottomOfTiddler {{!!title}}>>
People are working on making a social network type thing using TiddlyWiki. This is a crude start to how connecting to people on that hypothetical network may work. Each person/page would have a <<NamePlate>> that contained information about where their wiki is located and whatever is needed to pull information from that wiki. It would probably also contain other small bits of biographical or contact information about the person similar to a social networks profile. This idea is being promoted by [[Rich Shumaker]] and is best articulated at his site [[<Name Plate>@TiddlyWiki Hangouts|http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html#%3CName%20Plate%3E]]
This idea is pretty new and needs to be fleshed out a lot, so input is appreciated. The best place to give this input would be on the [[google group page|https://groups.google.com/forum/#!forum/tiddlywiki]].
Note that due to html syntax if you just put the text `<Name Plate>` in a tiddler it wouldn't show up as anything, so I made a macro called [[NamePlate|<Name Plate> Macro]] that will display <<NamePlate>> anywhere you put `<<NamePlate>>`.
Because a single person could have multiple sites they could have site <<NamePlate>>s tagged with their name. These site nameplates would probably be the part that contains the information for pulling information form the site.
People:
<$list filter='[tag[people]]'>
</$list>
This is a horribly clunky way to do it, when version 5.1.8 comes out this will be much simpler.
This picks {{$:/state/Pick a Random Subset from a List!!limit}} random tiddlers from a list of tiddlers. I want to find a way to have this work
Number of tiddlers to pick <$select tiddler='$:/state/Pick a Random Subset from a List' field='limit'><$list filter='1 2 3 4 5 10 20 30 40 50'><option><<currentTiddler>></option></$list></$select>
<$button>Pick Tiddlers!
<$action-randval $tiddler='List Item 1' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 2' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 3' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 4' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 5' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 6' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 7' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 8' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 9' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 10' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 11' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 12' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 13' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 14' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 15' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 16' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 17' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 18' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 19' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 20' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 21' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 22' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-setfield dummy=1/>
</$button>
<$list filter='[tag[List Item]sort[sort_field]limit{$:/state/Pick a Random Subset from a List!!limit}]'>
</$list>
code:
```
This picks {{$:/state/Pick a Random Subset from a List!!limit}} random tiddlers from a list of tiddlers. I want to find a way to have this work
Number of tiddlers to pick <$select tiddler='$:/state/Pick a Random Subset from a List' field='limit'><$list filter='1 2 3 4 5 10 20 30 40 50'><option><<currentTiddler>></option></$list></$select>
<$button>Pick Tiddlers!
<$action-randval $tiddler='List Item 1' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 2' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 3' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 4' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 5' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 6' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 7' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 8' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 9' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 10' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 11' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 12' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 13' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 14' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 15' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 16' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 17' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 18' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 19' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 20' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 21' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-randval $tiddler='List Item 22' $field='sort_field' $lower=1 $upper='100' step='1' numrolls='1'/>
<$action-setfield dummy=1/>
</$button>
<$list filter='[tag[List Item]sort[sort_field]limit{$:/state/Pick a Random Subset from a List!!limit}]'>
</$list>
```
If you see something wrong on this list, or have a plugin that should be included in this list please let me know either by email or by leaving a message using the feedback button in the upper left corner of the wiki (or click here: {{Menu Icon - User Feedback}}).
<<tabs "[[twCard Listing - Plugins]][[Make Plugin twCard]][[Update Plugin twCard]][[Tiddlers Used for twCards]]">>
<$set name=pluginTitle filter='[<currentTiddler>get[title]]+[removeprefix[TWcard - Plugin - ]]'>
<tr><td><$view field=name/></td><td>{{!!revision}} </td><td>{{!!date}}</td><td><$view field=maintainer/></td><td>{{!!short_description}}</td><td>{{!!wiki}}</td></tr>
</$set>
<$set name=pluginTitle filter='[<currentTiddler>get[title]]+[removeprefix[twCard - Plugin - ]]'>
<tr><td><$view field='name'/></td><td>{{!!revision}} </td><td>{{!!date}}</td><td>{{!!release}}</td><td>{{!!short_description}}</td><td><$link to={{!!plugin_tiddler}}><$view field='plugin_tiddler'/></$link></td></tr>
</$set>
You can make a button that when pressed will make some content pop up. The content can be anything that can be included in a tiddler. There may be weird behavior from including images.
Example code:
```
<$button popup="$:/SamplePopupState">Pop me up!</$button>
<$reveal type="popup" state="$:/SamplePopupState">
<div class="tc-drop-down">
!Look Text!
some text here too
and an image
[img [PrinnySpin]]
</div>
</$reveal>
```
displays as
<$button popup="$:/SamplePopupState">Pop me up!</$button>
<$reveal type="popup" state="$:/SamplePopupState">
<div class="tc-drop-down">
!Look Text!
some text here too
and an image
[img [PrinnySpin]]
</div>
</$reveal>
The `Width/Font Size` button in the upper left uses this.
<<bottomOfTiddler {{!!title}}>>
You can make a button that makes an image or tiddler pop up. In the following code replace where it says `PrinnySpin` or `Quadratic Formula` after where it says `param = ` with the tiddler you want to pop up and change where it says `Prinny!` or `Show the Quadratic Formula` before the `</$button>` part with what you want the button to say.
Here is the code:
```
<$button message ="tm-modal" param="PrinnySpin">Prinny!</$button>
```
which gives:
<$button message ="tm-modal" param="PrinnySpin">Prinny!</$button>
```
<$button message ="tm-modal" param="Quadratic Formula">Show the Quadratic Formula</$button>
```
which gives:
<$button message ="tm-modal" param="Quadratic Formula">Show the Quadratic Formula</$button>
<<bottomOfTiddler {{!!title}}>>
Demo site: http://ooktech.com/jed/ExampleWikis/Text%20Menus/upgrade.html
The popups use these two tiddlers:
*[[$:/macros/inmysocks/Popout Menu Macro]]
*[[$:/macros/inmysocks/Popout Menu Macro/Default Styles]]
This tiddler (along with the ribbon) was copied from http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html I have made no modifications to it other than adding this message. I think it was originally created by Felix (see the link below).
"""
Here are the files you need to put in your TW to have Powered by ~TiddlyWiki show up as it does on this site Make sure to back up before trying anything new(just in case).
[[$:/plugins/tiddlywiki/github-fork-ribbon/readme]]
[[$:/plugins/tiddlywiki/github-fork-ribbon/styles]]
[[$:/_MyRibbon]]
"""
Here are the modifications to $:/_MyRibbon
```
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon" style="background-color:#DF4848;">
<a href="http://tiddlywiki.com">Powered by ~TiddlyWiki</a>
</div>
</div>
```
Thanks to the help of Everyone on the [[Google Groups and specifically Felix|https://groups.google.com/forum/#!topic/tiddlywiki/4yvBIdVn3fo]].
Here is how to add 'Powered by ~TiddlyWiki' to your TW5 site. I think the idea of a dedicated button that could be customized would be very cool.
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
Yep.
That is store the settings in a non-shadow tiddler. Like $:/settings/Library Tracker/settings or something
[[$:/plugins/inmysocks/QuickNotes]]
Documentation coming at some point. I hope. If I did things correctly not much should be needed. See [[Dashboard]] for how to import the plugin.
<<bottomOfTiddler>>
<$list filter='[[$:/data/Random Background URL List]indexes[]nth{$:/state/Random Background!!number}]' variable=ThisIndex>
<$button tooltip='Change Background Image'>Change Background
<$action-storecount $filter='[[$:/data/Random Background URL List]indexes[]]' $tiddler='$:/state/Random Background' $field='total_num'/>
<$action-randval $tiddler='$:/state/Random Background' $field='number' $lower=1 $upper={{$:/state/Random Background!!total_num}} $step=1 $numrolls=1/>
<$action-setfield $tiddler='$:/state/Random Background' $field=text $value=<<ThisIndex>>/>
</$button>
</$list>
html body.tc-body { background: url({{$:/state/Random Background}}) no-repeat center center fixed; background-size: cover; height: 100%;}
The things on this list are supposed to be immediately interesting. This list is a random selection of 5 items from the [[full list|List of Awesome Things]]. There may be duplicates, it is updated every time the wiki is loaded.
<$list filter='[tag[Awesome Thing]sort[title]nth{$:/state/Awesome Things Listing!!first}]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - <$transclude field='description'/> (<a href={{!!url}}>Go to site</a>)
</$list>
<$list filter='[tag[Awesome Thing]sort[title]nth{$:/state/Awesome Things Listing!!second}]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - <$transclude field='description'/> (<a href={{!!url}}>Go to site</a>)
</$list>
<$list filter='[tag[Awesome Thing]sort[title]nth{$:/state/Awesome Things Listing!!third}]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - <$transclude field='description'/> (<a href={{!!url}}>Go to site</a>)
</$list>
<$list filter='[tag[Awesome Thing]sort[title]nth{$:/state/Awesome Things Listing!!fourth}]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - <$transclude field='description'/> (<a href={{!!url}}>Go to site</a>)
</$list>
<$list filter='[tag[Awesome Thing]sort[title]nth{$:/state/Awesome Things Listing!!fifth}]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - <$transclude field='description'/> (<a href={{!!url}}>Go to site</a>)
</$list>
Examples of this can be seen [[here|http://ooktech.com/jed/externalbrain/]] and [[here|http://ooktech.com/jed/ExampleWikis/StartupActions/]].
If you would like you can just import the following tiddlers and ignore the rest:
*[[$:/data/Random Background URL List]]
*[[$:/plugins/inmysocks/randVal]]
*[[$:/plugins/inmysocks/MathyThing/action-storecount.js]]
*[[Random Background CSS]]
*The state tiddler will be created the first time you cilck the update button.
*If you want a button to change the background:
**[[Random Background Button]]
*If you want the background to change each time the wiki is loaded (''Will only work with version 5.1.8 and above''):
**[[$:/plugins/inmysocks/StartupActions]] - Note: this may become part of the core, if that happens you should delete this plugin when you upgrade your wiki.
**[[$:/scripts/Change Background on Startup]] - When you import this tiddler you need to give it the tag `$:/tags/StartupAction` in order for it to work.
!How to make your own
This requires a few things:
*A list of potential background image urls
*The [[randVal plugin|RandVal Plugin]]
*A state tiddler
*A css tiddler
*The [[action-storecount widget|MathyThing - action-storecount Widget]]. The action-storecount widget is part of the [[MathyThing Plugin]], but due to some problems with other widgets in that plugin it may be best to just import [[$:/plugins/inmysocks/MathyThing/action-storecount.js]] by itself.
What to do:
*Create a data tiddler that lists the picture urls. The example data tiddler for this is [[$:/data/Random Background URL List]].
*Create the css tiddler (it can have any name, but must be tagged with `$:/tags/Stylesheet` and must __NOT__ have the type set to text/css, just leave the type field empty or the transclusion won't work.
**<div>
```
html body.tc-body { background: url({{$:/state/Random Background}}) no-repeat center center fixed; background-size: cover; height: 100%;}
```
</div>
*''If you want a button'' - Create the update button, you can transclude the tiddler with the button in it anywhere and clicking on the button will update the background. You can also change the button text or css class. Button code:
**<div>
```
<$list filter='[[$:/data/Random Background URL List]indexes[]nth{$:/state/Random Background!!number}]' variable=ThisIndex>
<$button class='tc-btn-invisible' tooltip='Change Background Image'>Change Background
<$action-storecount $filter='[[$:/data/Random Background URL List]indexes[]]' $tiddler='$:/state/Random Background' $field='total_num'/>
<$action-randval $tiddler='$:/state/Random Background' $field='number' $lower=1 $upper={{$:/state/Random Background!!total_num}} $step=1 $numrolls=1/>
<$action-setfield $tiddler='$:/state/Random Background' $field=text $value=<<ThisIndex>>/>
</$button>
</$list>
```
</div>
**Then when that button is pressed the url listed in `$:/state/Random Background` is updated to a random entry from [[$:/data/Random Background URL List]]
*''If you want the background to change everytime the wiki is loaded'' (this may only work in version 5.1.8 and up, I need to test it some more.)
**Import the startup actions plugin: [[$:/plugins/inmysocks/StartupActions]]
**Create a tiddler tagged with `$:/tags/StartupAction` with the following code in the text field:<div>
```
<$list filter='[[$:/data/Random Background URL List]indexes[]nth{$:/state/Random Background!!number}]' variable=ThisIndex>
<$action-storecount $filter='[[$:/data/Random Background URL List]indexes[]]' $tiddler='$:/state/Random Background' $field='total_num'/>
<$action-randval $tiddler='$:/state/Random Background' $field='number' $lower=1 $upper={{$:/state/Random Background!!total_num}} $step=1 $numrolls=1/>
<$action-setfield $tiddler='$:/state/Random Background' $field=text $value=<<ThisIndex>>/>
</$list>
```
</div>
<<bottomOfTiddler>>
There is a github repo for this plugin [[here|https://github.com/inmysocks/TW5-randVal]]
The RandVal plugin imports a javascript macro and a widget that allow you to generate random numbers.
You need to import [[$:/plugins/inmysocks/randVal]] to use this.
The widget is a modification of the action-setfield widget that sets a field to a random value. The syntax is:
```
<$action-randval $tiddler=tiddlerName $field=fieldName $lower=lowerBound $upper=upperBound $step=stepSize $numrolls=numRolls $prefix=prefixString $length=minLength/>
```
|!Attribute |!Description |
|$lower |The lower bound of the random numbers generated, defaults to 1. |
|$upper |The upper bound on the random numbers generated, defaults to 6. |
|$step |The step size of the random numbers generated (that is all random numbers will be in the form rand = lowerBound+n*stepSize where n is an integer and lowerBound <= rand <= upperBound) stepSize defaults to 1 (so integer outputs). If stepSize > upperBound-lowerBound than the output will always be lowerBound |
|$numrolls |The number of times to roll a random number and sum the results, defaults to 1 if no value is given. |
|$tiddler |The tiddler that will contain the random value, defaults to `<<currentTiddler>>` |
|$field |The field of the specified tiddler that will hold the random value, defaults to `store_field`. |
|$prefix |An optional prefix to the appended to the front of the output number. No default. |
|$length |The minimum length of the output, if the output would be shorter than this than zero padding is used. This will not shorten the output. |
This widget can be triggered by a button or anything else that can trigger action widgets. When called this widget will set the value of the specified field to a random number between lowerBound and upperBound.
!Default Values
* The step size `$step` defaults to 1, which will return integers in the specified range (if the lowerBound is set to an integer, see the readme for details [[$:/plugins/inmysocks/randVal/readme]]).
* The lower bound `$lower` defaults to 1
* The upper bound `$upper` defaults to 6
* The number of random numbers to roll `$numrolls` defaults to 1
* The tiddler name `$tiddler` defaults to `<<currentTiddler>>`
There is no default value for `$field`. If you use the widget with only the `$field` value set it is equivalent to rolling a single 6 sided die.
''Only `$numrolls` needs to be a positive integer. For the other inputs non-integer and/or negative values work as expected.''
!A simple example:
Code:
```
<$button>Simple Example
<$action-randval $field='test_field'/>
</$button>
{{!!test_field}}
```
Result:
<$button>Simple Example
<$action-randval $field='test_field'/>
</$button>
{{!!test_field}}
!A more complex example:
Code:
```
Lower Bound: <$edit-text tiddler='$:/temp/randvaltest' field='lower_bound'/><br>
Upper Bound: <$edit-text tiddler='$:/temp/randvaltest' field='upper_bound'/><br>
Step Size: <$edit-text tiddler='$:/temp/randvaltest' field='step_size'/><br>
Number of Rolls: <$edit-text tiddler='$:/temp/randvaltest' field='num_rolls'/><br>
<$button>Roll the Dice
<$action-randval $tiddler='RandVal Plugin' $field='test_field2' $lower={{$:/temp/randvaltest!!lower_bound}} $upper={{$:/temp/randvaltest!!upper_bound}} $step={{$:/temp/randvaltest!!step_size}} $numrolls={{$:/temp/randvaltest!!num_rolls}}/>
</$button>
{{!!test_field2}}
```
Result:
Lower Bound: <$edit-text tiddler='$:/temp/randvaltest' field='lower_bound'/><br>
Upper Bound: <$edit-text tiddler='$:/temp/randvaltest' field='upper_bound'/><br>
Step Size: <$edit-text tiddler='$:/temp/randvaltest' field='step_size'/><br>
Number of Rolls: <$edit-text tiddler='$:/temp/randvaltest' field='num_rolls'/><br>
<$button>Roll the Dice
<$action-randval $tiddler='RandVal Plugin' $field='test_field2' $lower={{$:/temp/randvaltest!!lower_bound}} $upper={{$:/temp/randvaltest!!upper_bound}} $step={{$:/temp/randvaltest!!step_size}} $numrolls={{$:/temp/randvaltest!!num_rolls}}/>
</$button>
{{!!test_field2}}
!A more useful example:
This will open a random tiddler from the `Wiki Examples` section of this wiki. It uses the `action-storecount` widget from the [[MathyThing Plugin]]
The code:
```
<$list filter='[all[]!is[system]nth{!!random_value}]'>
<$button>
<$action-storecount $filter='[all[]!is[system]]' $tiddler='RandVal Plugin' $field='upper_bound'/>
<$action-randval $tiddler='RandVal Plugin' $field='random_value' $lower=1 $upper={{RandVal Plugin!!upper_bound}} $step=1/>
<$action-navigate $to=<<currentTiddler>>/>
Open Random Tiddler
</$button>
</$list>
```
Will make a button that will open a random non-system tiddler.
It renders as (press the button):
<$list filter='[all[]!is[system]nth{!!random_value}]'>
<$button>
<$action-storecount $filter='[all[]!is[system]]' $tiddler='RandVal Plugin' $field='upper_bound'/>
<$action-randval $tiddler='RandVal Plugin' $field='random_value' $lower=1 $upper={{RandVal Plugin!!upper_bound}} $step=1/>
<$action-navigate $to=<<currentTiddler>>/>
Open Random Tiddler
</$button>
</$list>
!!Quirks:
If you use this the way it is demonstrated in the last example the tiddler that is opened will be based on the current value of the field, then the field will be updated with a new random value. So it doesn't generate a random value and then open a tiddler based on that value, it uses the previous random value and then generates a new one.
This means that the first time you press it nothing will happen unless you initialize the value stored in your field.
You can probably get around this somehow, but that is how it works in this example.
<<bottomOfTiddler {{!!title}}>>
The RandVal plugin contains:
*The action-randVal widget - an action widget that returns a random value based on the passed parameters
Plugin tiddler: $:/plugin/inmysocks/rangewidget/range.js
Github: not set up yet
Usage:
```
<$range tiddler=someTiddler field=someField min=minValue max=maxValue step=stepSize class=someCSSClass/>
```
or
```
<$range tiddler=someTiddler index=someIndex min=minValue max=maxValue step=stepSize class=someCSSClass/>
```
Inputs:
|!Name |!Description |
|tiddler |The tiddler to store the value set by the range widget. |
|field |The field to store the value |
|index |The data tiddler index to store the value |
|min |The minimum value of the widget |
|max |The maximum value of the widget |
|step |The step size used by the widget |
|class |An optional CSS class for the widget |
!!Examples:
```
<$range tiddler='$:/state/Range Widget Plugin/demo' field='demo_field' min=1 max=50 step=1/> The current value is {{$:/state/Range Widget Plugin/demo!!demo_field}}
```
<$range tiddler='$:/state/Range Widget Plugin/demo' field='demo_field' min=1 max=50 step=1/> The current value is {{$:/state/Range Widget Plugin/demo!!demo_field}}
```
<$range tiddler='$:/state/Range Widget Plugin/demo' field='demo_field2' min=-100 max=100 step=10/> The current value is {{$:/state/Range Widget Plugin/demo!!demo_field2}}
```
<$range tiddler='$:/state/Range Widget Plugin/demo' field='demo_field2' min=-100 max=100 step=10/> The current value is {{$:/state/Range Widget Plugin/demo!!demo_field2}}
\define thisDisplayChangeLogEntry()
{{$:/data/Change Log##$(ThisEntry)$}} - <$view tiddler=<<ThisEntry>> field='title'><br>
\end
Show the <$select tiddler='$:/state/Recent Changes' field='num_recent_entries'>
<$list filter="0 10 20 30 40">
<option><<currentTiddler>></option>
</$list>
</$select> most recent manual entries:
<$list filter='[[$:/data/Change Log]indexes[]limit{$:/state/Recent Changes!!num_recent_entries}]' variable=ThisEntry>
<<thisDisplayChangeLogEntry>><br>
</$list>
Show the <$select tiddler='$:/state/Recent Changes' field='num_recent_tiddlers'>
<$list filter="0 10 20 30 40">
<option><<currentTiddler>></option>
</$list>
</$select> most recently modified tiddlers:
<$list filter='[!is[system]has[modified]!sort[modified]limit{$:/state/Recent Changes!!num_recent_tiddlers}]-[[What to do]]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - Modified on: <$view field='modified'/><br>
</$list>
http://ooktech.com/jed/ExampleWikis/ResumeBuilderWiki/
It should all work, but make sure.
I am bad at writing these things.
''Rich Shumaker'' [img[http://www.richshumaker.com/images/selfportrait1th.jpg]] <<linkimg RichShumakerNamePlate.png RichShumakerNamePlate.png "RichShumakerNamePlate" height="76">>
"""
{{Rich Shumaker.m4a}}
--''Email''--
Rich Shu ma k er -At- G mail Dot Com - Crazy format to avoid the spiders of the web that spam-a-lot
--''Phone''--
Call me and I will let you know if you are talking to me, #heheh. - It would be cool if we could encrypt this and give people the 'passcode' to decrypt it.
--''~TiddlyWiki 5 Stuff on the Net''--
[[5 Steps to TW5|http://www.richshumaker.com/tw5/FiveStepsToTiddlyWiki5.htm]] - This is my attempt to get a TiddlyWiki NOOB up and running
[[LegacyCd Virtual|http://www.contactjuggling.com/LegacyCd.html]] - Currently in Beta - Release date is set for 5-5-15 - 10 years after the original ~LegacyCd Release
[[This Site - TiddlyWiki-Hangouts|http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html]]
--''~TiddlyWiki Classic on the Net''--
[[Dream Machine|http://dreammachine.tiddlyspot.com/]] - Currently working on updating this using TW5
--''Not Yet TW Sites''--
[[Rich Shumaker F(V)anity Site|http://www.RichShumaker.com]]
[[Contact Juggling Dot Com|http://www.contactjuggling.com]]
--''Social Site''--
[[Twitter|https://twitter.com/richshumaker]]
[[YouTube|http://www.YouTube.com/richshumaker]]
[[Google +|https://plus.google.com/102360582405563354873/posts]]
--''Social Sites I don't use enough''--
Facebook
Instagram
--''Almost Archived Social Sites''--
~MySpace
Tribe
~LiveJournal
Del.ic.ous
Deviant Art
Tumblr
I am sure I have forgotten some for sure
"""
!!!__Tiddlers with Rich Shumaker Tags__
{{{ [tag[Rich Shumaker]] }}}
```
Below is the code for the above - I am trying to standardize this stuff so knowing what I did will help to make this more consistent for everyone
--Start of Rich Shumaker [[<Name Plate>]]--
''Rich Shumaker'' [img[http://www.richshumaker.com/images/selfportrait1th.jpg]] <<linkimg RichShumakerNamePlate.png RichShumakerNamePlate.png "RichShumakerNamePlate" height="76">>
"""
{{Rich Shumaker.m4a}}
--''Email''--
Rich Shu ma k er -At- G mail Dot Com - Crazy format to avoid the spiders of the web that spam-a-lot
--''Phone''--
Call me and I will let you know if you are talking to me, #heheh. - It would be cool if we could encrypt this and give people the 'passcode' to decrypt it.
--''~TiddlyWiki 5 Stuff on the Net''--
[[5 Steps to TW5|http://www.richshumaker.com/tw5/FiveStepsToTiddlyWiki5.htm]] - This is my attempt to get a TiddlyWiki NOOB up and running
[[LegacyCd Web|http://www.contactjuggling.com/LegacyCd.html]] - Currently in Beta - Release date is set for 5-5-15 - 10 years after the original ~LegacyCd Release
[[This Site - TiddlyWiki-Hangouts|http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html]]
--''~TiddlyWiki Classic on the Net''--
[[Dream Machine|http://dreammachine.tiddlyspot.com/]] - Currently working on updating this using TW5
--''Not Yet TW Sites''--
[[Rich Shumaker F(V)anity Site|http://www.RichShumaker.com]]
[[Contact Juggling Dot Com|http://www.contactjuggling.com]]
--''Social Site''--
[[Twitter|https://twitter.com/richshumaker]]
[[YouTube|http://www.YouTube.com/richshumaker]]
[[Google +|https://plus.google.com/102360582405563354873/posts]]
--''Social Sites I don't use enough''--
Facebook
Instagram
--''Almost Archived Social Sites''--
~MySpace
Tribe
~LiveJournal
Del.ic.ous
Deviant Art
Tumblr
I am sure I have forgotten some for sure
"""
!!!__Tiddlers with Rich Shumaker Tags__
{{{ [tag[Rich Shumaker]] }}}
--End of Rich Shumaker [[<Name Plate>]]--
''Note about the below, This is a useful feature to include in your [[<Name Plate>]] as it allows you to see all references to your name that have been tagged at the site that copies your [[<Name Plate>]]''
Need to create it so that every Tiddler Reference as well as Tags show in the list below so that you get all references to your name in the TW that has this.
!!!Tiddlers with Rich Shumaker Tags
{{{ [tag[Rich Shumaker]] }}}
This is a tiddler for the calendar demo
we will have to figure it out.
\define searchInField(field, for)
<$list filter="[!is[shadow]!is[system]field:$field$/$for$/]">$field$:
<ul><li><$link><$view field="title"/></$link> </li></ul></$list>
\end
This will search all fields of all tiddlers for the search string. It can be a bit slow.
Search for: <$edit-text tiddler='$:/temp/temp' field='test_search'/>
<$list filter="[!is[shadow]!is[system]fields[]] -title -text -tags" variable="fieldname">
<$macrocall $name="searchInField" field=<<fieldname>> for={{$:/temp/temp!!test_search}}/>
</$list>
\define thisMakeIndexName()
$(ThisOne)$$(ThisField)$
\end
\define thisClearSelectionButton()
<$button>Clear Selections
<$list filter='[[$:/state/SearchAndReplaceFieldContents/SelectedTiddlers]indexes[]]'>
<$action-setfield $tiddler='$:/state/SearchAndReplaceFieldContents/SelectedTiddlers' $index=<<currentTiddler>> $value='unselected'/>
</$list>
</$button>
\end
\define thisMakeTables()
All matches:
<table>
<tr><th>Tiddler</th><th>Field Name</th><th>Field Value</th><th>Replace</th></tr>
<$list filter='[!is[system]regexp<TiddlerNameSearchRegExp>limit[50]]' variable=ThisOne>
<$list filter='[<ThisOne>fields[]regexp<FieldNameSearchRegExp>]$(IncludeTitleField)$$(IncludeModifiedField)$$(IncludeCreatedField)$$(IncludeTagsField)$$(IncludeTextField)$' variable=ThisField>
<$set name=ThisIndexName value=<<thisMakeIndexName>>>
<$list filter='[<ThisOne>get<ThisField>regexp<FieldContentsSearchRegExp>]' variable=ThisFilteredFieldValue>
<tr><td><$view tiddler=<<ThisOne>> field='title'/></td><td><<ThisField>></td><td><$view tiddler=<<ThisOne>> field=<<ThisField>>/></td><td><<thisReplaceFieldContentsButton>></td></tr>
</$list>
</$set>
</$list>
</$list>
</table>
\end
\define thisReplaceFieldContentsButton()
<$button>Replace
<$action-setfield $tiddler=<<ThisOne>> $field=<<ThisField>> $value={{$:/temp/SearchAndReplaceFieldContents/Search!!replace_text}}/>
</$button>
\end
<$reveal type="nomatch" state="$:/state/SearchAndReplaceFieldContents/ShowInstructions" text="show">
<$button set="$:/state/SearchAndReplaceFieldContents/ShowInstructions" setTo="show">Show instructions</$button>
</$reveal>
<$reveal type="match" state="$:/state/SearchAndReplaceFieldContents/ShowInstructions" text="show">
<$button set="$:/state/SearchAndReplaceFieldContents/ShowInstructions" setTo="hide">Hide instructions</$button>
''How to use this:''
The search results are limited to the fields of 50 tiddlers to prevent it from taking a very long time to render.
Type in your search string into the Search text box. Note that this search only reduces the number of returned entries so if you type `a` //ALL// fields in non-system tiddlers that contain `a` or `A` will be listed. This uses regular expressions and some characters may cause strange behaviour, namely `$`, `[`, `]` and `.` and possibly others.
Type the string you want the field(s) to have into the replace box. Note that this will replace the entire contents of the field, not just the string in the search box. So typing in `foo` will list all fields that have the (case insensitive) string `foo` anywhere in the string in that field. Putting `bar` as the replace string will set the value of all of the selected fields to `bar`, even if `foo` was only part of the previous value.
Click on the `Replace` button next to the field you wish to change to replace the field contents.
</$reveal>
Search by tiddler name: <$edit-text tiddler='$:/temp/SearchAndReplaceFieldContents/Search' placeholder='Search Tiddlers' field=tiddler_search_text/><br>
Search by field name: <$edit-text tiddler='$:/temp/SearchAndReplaceFieldContents/Search' placeholder='Search Field Names' field=field_name_search_text/><br>
Search by field contents: <$edit-text tiddler='$:/temp/SearchAndReplaceFieldContents/Search' placeholder='Search Field Contents' field=search_text/><br>
Replace: <$edit-text tiddler='$:/temp/SearchAndReplaceFieldContents/Search' placeholder='Replacement Contents' field=replace_text/>
<$reveal type="nomatch" state="$:/state/SearchAndReplaceFieldContents/ShowOptions" text="show">
<$button set="$:/state/SearchAndReplaceFieldContents/ShowOptions" setTo="show">Show Options</$button>
</$reveal>
<$reveal type="match" state="$:/state/SearchAndReplaceFieldContents/ShowOptions" text="show">
<$button set="$:/state/SearchAndReplaceFieldContents/ShowOptions" setTo="hide">Hide Options</$button>
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldContents/Search' field=case_sensitive checked='' unchecked='(?i)'>Case sensitive search</$checkbox>
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldContents/Search' field=include_text checked='' unchecked='-[[text]]'>Include text field</$checkbox> - Be careful using this one
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldContents/Search' field=include_tags checked='' unchecked='-[[tags]]'>Include tags field</$checkbox> - Be careful using this one
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldContents/Search' field=include_created checked='' unchecked='-[[created]]'>Include created field</$checkbox>
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldContents/Search' field=include_modified checked='' unchecked='-[[modified]]'>Include modified field</$checkbox>
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldContents/Search' field=include_title checked='' unchecked='-[[title]]'>Include title field</$checkbox>
</$reveal>
<$set name=FieldContentsSearchString value={{$:/temp/SearchAndReplaceFieldContents/Search!!search_text}}>
<$set name=FieldContentsSearchRegExp value="$(CaseSensitive)$$(FieldContentsSearchString)$">
<$set name=FieldNameSearchString value={{$:/temp/SearchAndReplaceFieldContents/Search!!field_name_search_text}}>
<$set name=FieldNameSearchRegExp value="$(CaseSensitive)$$(FieldNameSearchString)$">
<$set name=TiddlerNameSearchString value={{$:/temp/SearchAndReplaceFieldContents/Search!!tiddler_search_text}}>
<$set name=TiddlerNameSearchRegExp value="$(CaseSensitive)$$(TiddlerNameSearchString)$">
<$set name=CaseSensitive value={{$:/temp/SearchAndReplaceFieldContents/Search!!case_sensitive}}>
<$set name=IncludeTextField value={{$:/temp/SearchAndReplaceFieldContents/Search!!include_text}}>
<$set name=IncludeTagsField value={{$:/temp/SearchAndReplaceFieldContents/Search!!include_tags}}>
<$set name=IncludeCreatedField value={{$:/temp/SearchAndReplaceFieldContents/Search!!include_created}}>
<$set name=IncludeModifiedField value={{$:/temp/SearchAndReplaceFieldContents/Search!!include_modified}}>
<$set name=IncludeTitleField value={{$:/temp/SearchAndReplaceFieldContents/Search!!include_title}}>
<<thisMakeTables>>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
\define thisMakeIndexName()
$(ThisOne)$$(ThisField)$
\end
\define thisMakeTables()
All matches:
<table>
<tr><th>Tiddler</th><th>Field Name</th><th>Field Value</th><th>Replace</th></tr>
<$list filter='[!is[system]regexp<TiddlerNameSearchRegExp>limit[50]]' variable=ThisOne>
<$list filter='[<ThisOne>fields[]regexp<FieldNameSearchRegExp>]$(IncludeTitleField)$$(IncludeModifiedField)$$(IncludeCreatedField)$$(IncludeTagsField)$$(IncludeTextField)$' variable=ThisField>
<$set name=ThisIndexName value=<<thisMakeIndexName>>>
<$list filter='[<ThisOne>get<ThisField>regexp<FieldNamesSearchRegExp>]' variable=ThisFilteredFieldValue>
<tr><td><$view tiddler=<<ThisOne>> field='title'/></td><td><<ThisField>></td><td><$view tiddler=<<ThisOne>> field=<<ThisField>>/></td><td><<thisReplaceFieldNamesButton>></td></tr>
</$list>
</$set>
</$list>
</$list>
</table>
\end
\define thisReplaceFieldNamesButton()
<$button>Rename Field
<$fieldmangler tiddler=<<ThisOne>>>
<$action-setfield $tiddler=<<ThisOne>> $field={{$:/temp/SearchAndReplaceFieldNames/Search!!replace_text}} $value=<<ThisFilteredFieldValue>>/>
<$action-sendmessage $message='tm-remove-field' $param=<<ThisField>>/>
</$fieldmangler>
</$button>
\end
<$reveal type="nomatch" state="$:/state/SearchAndReplaceFieldNames/ShowInstructions" text="show">
<$button set="$:/state/SearchAndReplaceFieldNames/ShowInstructions" setTo="show">Show instructions</$button>
</$reveal>
<$reveal type="match" state="$:/state/SearchAndReplaceFieldNames/ShowInstructions" text="show">
<$button set="$:/state/SearchAndReplaceFieldNames/ShowInstructions" setTo="hide">Hide instructions</$button>
''How to use this:''
The search results are limited to the fields in the first 50 tiddlers returned to prevent very long render times.
Type in your search string into the Search text box. Note that this search only reduces the number of returned entries so if you type `a` //ALL// fields in non-system tiddlers that contain `a` or `A` will be listed. This uses regular expressions and some characters may cause strange behaviour, namely `$`, `[`, `]` and `.` and possibly others.
Type the string you want the field(s) to have into the replace box. Note that this will replace the entire contents of the field, not just the string in the search box. So typing in `foo` will list all fields that have the (case insensitive) string `foo` anywhere in the string in that field. Putting `bar` as the replace string will set the value of all of the selected fields to `bar`, even if `foo` was only part of the previous value.
Click on the `Replace` button next to the field you wish to change to replace the fields name.
</$reveal>
Search by tiddler name: <$edit-text tiddler='$:/temp/SearchAndReplaceFieldNames/Search' placeholder='Search Tiddlers' field=tiddler_search_text/><br>
Search by field name: <$edit-text tiddler='$:/temp/SearchAndReplaceFieldNames/Search' placeholder='Search Field Names' field=field_name_search_text/><br>
Search by field contents: <$edit-text tiddler='$:/temp/SearchAndReplaceFieldNames/Search' placeholder='Search Field Contents' field=search_text/><br>
Replace: <$edit-text tiddler='$:/temp/SearchAndReplaceFieldNames/Search' placeholder='Replacement Contents' field=replace_text/>
<$reveal type="nomatch" state="$:/state/SearchAndReplaceFieldNames/ShowOptions" text="show">
<$button set="$:/state/SearchAndReplaceFieldNames/ShowOptions" setTo="show">Show Options</$button>
</$reveal>
<$reveal type="match" state="$:/state/SearchAndReplaceFieldNames/ShowOptions" text="show">
<$button set="$:/state/SearchAndReplaceFieldNames/ShowOptions" setTo="hide">Hide Options</$button>
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldNames/Search' field=case_sensitive checked='' unchecked='(?i)'>Case sensitive search</$checkbox>
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldNames/Search' field=include_text checked='' unchecked='-[[text]]'>Include text field</$checkbox> - Be careful using this one
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldNames/Search' field=include_tags checked='' unchecked='-[[tags]]'>Include tags field</$checkbox> - Be careful using this one
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldNames/Search' field=include_created checked='' unchecked='-[[created]]'>Include created field</$checkbox>
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldNames/Search' field=include_modified checked='' unchecked='-[[modified]]'>Include modified field</$checkbox>
<$checkbox tiddler='$:/temp/SearchAndReplaceFieldNames/Search' field=include_title checked='' unchecked='-[[title]]'>Include title field</$checkbox>
</$reveal>
<$set name=FieldNamesSearchString value={{$:/temp/SearchAndReplaceFieldNames/Search!!search_text}}>
<$set name=FieldNamesSearchRegExp value="$(CaseSensitive)$$(FieldNamesSearchString)$">
<$set name=FieldNameSearchString value={{$:/temp/SearchAndReplaceFieldNames/Search!!field_name_search_text}}>
<$set name=FieldNameSearchRegExp value="$(CaseSensitive)$$(FieldNameSearchString)$">
<$set name=TiddlerNameSearchString value={{$:/temp/SearchAndReplaceFieldNames/Search!!tiddler_search_text}}>
<$set name=TiddlerNameSearchRegExp value="$(CaseSensitive)$$(TiddlerNameSearchString)$">
<$set name=CaseSensitive value={{$:/temp/SearchAndReplaceFieldNames/Search!!case_sensitive}}>
<$set name=IncludeTextField value={{$:/temp/SearchAndReplaceFieldNames/Search!!include_text}}>
<$set name=IncludeTagsField value={{$:/temp/SearchAndReplaceFieldNames/Search!!include_tags}}>
<$set name=IncludeCreatedField value={{$:/temp/SearchAndReplaceFieldNames/Search!!include_created}}>
<$set name=IncludeModifiedField value={{$:/temp/SearchAndReplaceFieldNames/Search!!include_modified}}>
<$set name=IncludeTitleField value={{$:/temp/SearchAndReplaceFieldNames/Search!!include_title}}>
<<thisMakeTables>>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
</$set>
\define thisSelectTag()
Tag to replace: <$select field='selected_tag'>
<$set name=TagSearch value={{$:/temp/changetags!!search_tags}}>
<$list filter='[tags[]regexp[(?i)$(TagSearch)$]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$set>
</$select> <$edit-text tiddler='$:/temp/changetags' field='search_tags' class='tc-exit-textexitor' placeholder='Narrow Tags List'/>
\end
This lets you search for all tiddlers with a specific tag and selectivly replace that tag with another one. Or if the 'Replace With' field is empty just remove the tag from the tiddler(s).
<<thisSelectTag>>
Replace With: <$edit-text tiddler='$:/temp/changetags' field='replace_tag' class='tc-edit-texteditor'/>
<table>
<tr><th>Tiddler Name</th><th></th></tr>
<$list filter='[tag{!!selected_tag}]'>
<$fieldmangler tiddler=<<currentTiddler>>>
<tr><td><$link to=<<currentTiddler>>><$view field='title'/></$link></td><td><$button>Change Tag<$action-sendmessage $message='tm-add-tag' $param={{$:/temp/changetags!!replace_tag}}/><$action-sendmessage $message='tm-remove-tag' $param={{Search and Replace Tags!!selected_tag}}/></$button></td></tr>
</$fieldmangler>
</$list>
</table>
[[$:/plugins/inmysocks/SearchableDictionary]]
Documentation coming at some point. I hope. If I did things correctly not much should be needed. See [[Dashboard]] for how to import the plugin.
<<bottomOfTiddler>>
<h1><$view field='caption'/></h1>
<hr>
<$transclude mode=block/>
Here are the currently available plugins for the integrating third party services into tiddlywiki with their version numbers and date published. To install a plugin on your wiki click and drag the install link to your wiki.
<table>
<$list filter='[tag[Plugin twCard]category[Service Integration]]+[limit[1]]'>
<tr><th>{{!!category}} Plugins</th><th></th><th></th><th></th><th></th><th></th></tr>
<tr><th>Name</th><th>Version</th><th>Date</th><th>Release</th><th>Description</th><th>Install Link</th></tr>
<$set name=currentCategory value={{!!category}}>
<$list filter='[tag[Plugin twCard]category<currentCategory>maintainer[inmysocks]]' template=PlugintwCardDisplayTemplate2>
</$list>
</$set>
</$list>
</table>
<<bottomOfTiddler>>
!Using an image given the url:
Create a tiddler with a descriptive name, the name isn't important, and put this in the text field:
```
html body.tc-body { background: url("http://www.nasa.gov/sites/default/files/styles/946xvariable_height/public/thumbnails/image/pia19312.jpg") no-repeat center center fixed; background-size: cover; height: 100%;}
```
and replace the url (in this case `http://www.nasa.gov/sites/default/files/styles/946xvariable_height/public/thumbnails/image/pia19312.jpg`) with the url of the image you would like as your background.
Tag the tiddler with `$:/tags/Stylesheet` and save it. If things worked correctly you should see the background change as soon as you save the tiddler.
This allows you to give custom css styles to links if the link destination tiddler has a specific tag.
Note: If the destination tiddler has more than one of the listed tags one link for each style associated with the tags it has will be displayed.
If the tiddler you are linking to has spaces in the name you need to put `[[` and `]]` around the name.
!First, the macros (in the tiddler NeatLinkMacros):
```
\define GetLinkClass()
$(TagUsed)$_css
\end
\define MakeNeatLinkEntry(tiddler tagUsed)
<$list filter='[[$tiddler$]tag[$tagUsed$]]'>
<$set name=TagUsed value=$tagUsed$>
<<GetLinkClass>>
<span class=<<GetLinkClass>>><$link to="$tiddler$">$tiddler$</$link></span>
</$set>
</$list>
\end
\define MakeBoringLinkEntry(tiddler)
<$list filter='[[$tiddler$]!tag[tag1]!tag[tag2]!tag[tag3]]'>
<$link to=$tiddler$>$tiddler$</$link>
</$list>
\end
\define NeatLink(tiddler)
<<MakeNeatLinkEntry """$tiddler$""" tag1>>
<<MakeNeatLinkEntry """$tiddler$""" tag2>>
<<MakeNeatLinkEntry """$tiddler$""" tag3>>
<<MakeBoringLinkEntry """$tiddler$""">>
\end
```
You will need to change this macro to suit your situation, you need to edit the `NeatLink` macro itself and the `MakeBoringLinkEntry` macro. Specifically, you need to add a line like `<<MakeNeatLinkEntry """$tiddler$""" tagn>>` to the neat link macro for each tag you want a custom link style for, and make sure to replace tag1, tag2, tag3, etc with the tags you actually want to use. You also need to edit the filter in the `MakeBoringEntry` macro so that you replace tag1, tag2, tag3, etc with the tags you are using, adding or removing entries as needed.
!Second, the CSS (in the tiddler NeatLinkCSS)
You need to make css classes for each tag you want special links for, the names have to be in the form `tag1_css`, so if you have a tag bob, the css class associated with it would be bob_css. This means that the tags need to be valid css class names.
You also have to specify the `a` tag in your css. I don't know why, but it doesn't work otherwise.
Example css:
```
.tag1_css a {
color:green;
}
.tag1_css a:hover {
color:orange;
}
.tag2_css a {
color:red;
}
.tag2_css a:hover {
color:black;
}
.tag3_css a {
color:yellow;
}
.tag3_css a:hover {
color:pink;
}
```
Then to use the links just use the macro `<<NeatLink SomeTiddler>>`.
Examples:
<<NeatLink NeatLinkExample1>>
<<NeatLink [[Neat Link Example 2]]>>
<<NeatLink [[Neat Link Example 3]]>>
<<bottomOfTiddler>>
If you want to silently create a tiddler (that is, create a tiddler that doesn't get opened when you create it), use the action-setfield widget like this:
```
<$button>Create Tiddler Silently
<$action-setfield $title='A silently created tiddler'/>
</$button>
```
<$button>Create Tiddler Silently
<$action-setfield $tiddler='A silently created tiddler' title='A silently created tiddler'/>
</$button>
Normally when you make a new tiddler the newly created tiddler is opened in edit mode, for some purposes this isn't desired behaviour. So, similar to how [[Silently Creating a Tiddler]], you can silently create a new tiddler using a template by:
*Create the template tiddler you want to use, everything but the title should be exactly what you want in the new tiddler.
*Create a button like this:<div>
```
<$button>Make Tiddler
<$action-setfield $tiddler=<<TemplateTiddler>> $field='title' $value=<<NewTiddlerTitle>>/>
</$button>
```
</div>
Make sure to replace `<<TemplateTiddler>>` and `<<NewTiddlerTitle>>` with the name of the template tiddler and the desired title respectively.
!A quick example:
Enter name:
<$edit-text tiddler='$:/temp/Silently Creating a Tiddler Using a Template' field='new_title' class='tc-edit-texteditor'/>
Template to use:
<$select tiddler='$:/state/Silently Creating a Tiddler Using a Template' field='selected_template'>
<$list filter='[tag[Templates]]'>
<option><<currentTiddler>></option>
</$list>
</$select>
''Remember, this creates the tiddler silently so it won't open the tiddler. You should look under the `Recent` tab in the sidebar to see the newly created tiddler''.
<$set name=NewTiddlerTitle value={{$:/temp/Silently Creating a Tiddler Using a Template!!new_title}}>
<$set name=TemplateTiddler value={{$:/state/Silently Creating a Tiddler Using a Template!!selected_template}}>
<$button>Make Tiddler
<$action-setfield $tiddler=<<TemplateTiddler>> $field='title' $value=<<NewTiddlerTitle>>/>
</$button>
</$set>
</$set>
Code:
```
Enter name:
<$edit-text tiddler='$:/temp/Silently Creating a Tiddler Using a Template' field='new_title' class='tc-edit-texteditor'/>
Template to use:
<$select tiddler='$:/state/Silently Creating a Tiddler Using a Template' field='selected_template'>
<$list filter='[tag[Templates]]'>
<option><<currentTiddler>></option>
</$list>
</$select>
<$set name=NewTiddlerTitle value={{$:/temp/Silently Creating a Tiddler Using a Template!!new_title}}>
<$set name=TemplateTiddler value={{$:/state/Silently Creating a Tiddler Using a Template!!selected_template}}>
<$button>Make Tiddler
<$action-setfield $tiddler=<<TemplateTiddler>> $field='title' $value=<<NewTiddlerTitle>>/>
</$button>
</$set>
</$set>
```
<<bottomOfTiddler>>
<a href={{!!url}} target='_blank'><$view field='caption'/></a> - <$view field='description'/><br>
\define slider(label)
<$button popup="$:/state/$label$" class="btn-invisible tw-slider"><$reveal type="match" text="" default="" state="$:/state/$label$">⊞</$reveal><$reveal type="nomatch" text="" default="" state="$:/state/$label$">⊟</$reveal> {{$label$||unwikified}}</$button>
<$reveal type="nomatch" text="" default="" state="$:/state/$label$" animate="yes">
<br>
<$transclude/>
</$reveal>
\end
<$macrocall $name="slider" label={{!!title}}/>
There are multiple types of sliders, there are in the GeneralMacros tiddler
<<tiddlerSlider "TextSlider Macro">>
<<tiddlerSlider "TiddlerSlider Macro">>
The `imageSlider` macro is a variation of the tiddlerSliderNoButton macro, but specifically for images. It sets the image width to the full tiddler width, so isn't appropriate in all situations. I use this for image posts [[on my other site|ooktech.com/jed/externalbrain/]].
<<imageSlider PrinnySpin "Spin!!">>
There is also `textSliderNoButton` which is used in the [[What to do]] tiddler, the `tiddlerSliderNoButton` which doesn't have an example yet, but it is the same as the tiddler slider, but doesn't show up as a button.
---
This is a different slider macro that requires more than just the macro itself. Using one of the ones listed above may be better.
To add a button that when you click on it will display the contents of a tiddler in the current tiddler use this
```
{{Help||slider}}
```
{{Help||slider}}
Where the part before the || is the full name of the tiddler you want to display. It isn't perfect but it works for now.
To use this on another tiddlywiki click and drag these two things on that tiddlywiki
*[[slider]]
*[[unwikified]]
<<bottomOfTiddler {{!!title}}>>
Subjects:
<ul>
<$list filter='[[Some paper_Subjects]indexes[]]'>
<li><$view field='title'/></li>
</$list>
</ul>
Abstract:<br>
<$view tiddler='Some paper_Abstract' field='text'/>
Bibtex:
---
<$macrocall $name=monoSpacedCodeBlock src={{Some paper_BibTex}}/>
---
This paper is about something interesting
@nothing{yep,
author=somedude,
year=2525,
}
This is used in one of the examples in [[Unindexed Miscellanea]], it shows some weird behaviour you can get when a title has both spaces and a CamelCase word.
If you use
```
<$link to={{!!title}}>{{!!title}}</$link>
```
you get
<$link to={{!!title}}>{{!!title}}</$link>
but
```
<$link to={{!!title}}><$view field=title/></$link>
```
gives
<$link to={{!!title}}><$view field=title/></$link>
Here is code for a table that will sort by a column when you click on the column header. The table is generated using some html and the data in the table comes from tiddler fields. I don't think there is currently a way to do this with tables holding static content.
Just replace `name` and `maintainer` by whatever fields you wish and add columns as you need them.
code:
```
<table>
<tr>
<th>
<$button class='tc-btn-invisible' style='width:100%;height:100%'>
Plugin name
<$action-setfield sort_by='name'/>
</$button>
</th>
<th>
<$button class='tc-btn-invisible' style='width:100%;height:100%'>
Plugin maintainer
<$action-setfield sort_by='maintainer'/>
</$button>
</th>
</tr>
<$list filter='[tag[Plugin twCard]has[name]has[maintainer]sort{!!sort_by}]'>
<tr>
<td>
<$view field='name'/>
</td>
<td>
<$view field='maintainer'/>
</td>
</tr>
</$list>
</table>
```
Result:
<table>
<tr>
<th>
<$button class='tc-btn-invisible' style='width:100%;height:100%'>
Plugin name
<$action-setfield sort_by='name'/>
</$button>
</th>
<th>
<$button class='tc-btn-invisible' style='width:100%;height:100%'>
Plugin maintainer
<$action-setfield sort_by='maintainer'/>
</$button>
</th>
</tr>
<$list filter='[tag[Plugin twCard]has[name]has[maintainer]sort{!!sort_by}]'>
<tr>
<td>
<$view field='name'/>
</td>
<td>
<$view field='maintainer'/>
</td>
</tr>
</$list>
</table>
<<bottomOfTiddler>>
There are some special fields used in ~TiddlyWiki. Here is a (partial) list:
*[[title|The Title Field]] - The tiddler title
*[[text|The Text Field]] - The main body/text of a tiddler
*[[modified|The Modified Field]] - The time that the tiddler was last modified
*[[created|The Created Field]] - The time that the tiddler was created
*[[caption|The Caption Field]] - Used in the table of contents (other uses?)
*[[footer|The Footer Field]] - Used for modal dialogues
*[[subtitle|The Subtitle Field]] - Used for modal dialogues
<<bottomOfTiddler>>
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
[[$:/plugins/inmysocks/StartupActions]]
<$action-storecount $filter='[tag[Awesome Thing]]' $tiddler='$:/state/Awesome Things Listing' $field=count_field/>
<$action-randval $tiddler='$:/state/Awesome Things Listing' $field=first $lower=1 $upper={{$:/state/Awesome Things Listing!!count_field}} $step=1 $numrolls=1/>
<$action-randval $tiddler='$:/state/Awesome Things Listing' $field=second $lower=1 $upper={{$:/state/Awesome Things Listing!!count_field}} $step=1 $numrolls=1/>
<$action-randval $tiddler='$:/state/Awesome Things Listing' $field=third $lower=1 $upper={{$:/state/Awesome Things Listing!!count_field}} $step=1 $numrolls=1/>
<$action-randval $tiddler='$:/state/Awesome Things Listing' $field=fourth $lower=1 $upper={{$:/state/Awesome Things Listing!!count_field}} $step=1 $numrolls=1/>
<$action-randval $tiddler='$:/state/Awesome Things Listing' $field=fifth $lower=1 $upper={{$:/state/Awesome Things Listing!!count_field}} $step=1 $numrolls=1/>
This is how to make ordered or unordered lists:
!Unordered lists:
```
*list thing
*other list thing
**sublisting under other thing
***subsublisting
*third list thing
```
which shows up as:
*list thing
*other list thing
**sublisting under other thing
***subsublisting
*third list thing
and so on.
Just make sure that you have a blank line before and after the list or there will be weirdness.
!Ordered lists:
```
#First thing
#second thing
##first under second
###third level
#Back to first level
```
Which shows up as:
#First thing
#second thing
##first under second
###third level
#Back to first level
and so on.
!Listing quotation stuff
This isn't the same as the other lists, but it uses the same syntax. It comes from [[Block Quotes]]
```
>First line
>second line
>>second level
>first level again
```
which displays as
>First line
>second line
>>second level
>first level again
!Mixing lists
The list types can be mixed together like this
```
* thing
*# other thing
*#* other other thing
*#*>other other thing quote
*#>other other other thing quote
```
Which gives
* thing
*# other thing
*#* other other thing
*#*>other other thing quote
*#>other other other thing quote
<<bottomOfTiddler {{!!title}}>>
[[Creating a table of contents]]
[[Formatting the table of contents]]
<<bottomOfTiddler>>
**<div>
<$reveal state='$:/state/expandabletoc' type='match' text='show'>
<$button set='$:/state/expandabletoc' setTo='noshow'>Exapndable TOC</$button>
<div class="tc-table-of-contents">
<<toc-expandable "Contents">>
</div>
</$reveal>
<$reveal state='$:/state/expandabletoc' type='nomatch' text='show'>
<$button set='$:/state/expandabletoc' setTo='show'>Exapndable TOC</$button>
</$reveal>
</div>
**<div>
<$reveal state='$:/state/selectexpandabletoc' type='match' text='show'>
<$button set='$:/state/selectexpandabletoc' setTo='noshow'>Selective Exapndable TOC</$button>
<div class="tc-table-of-contents">
<<toc-selective-expandable "Contents">>
</div>
</$reveal>
<$reveal state='$:/state/selectexpandabletoc' type='nomatch' text='show'>
<$button set='$:/state/selectexpandabletoc' setTo='show'>Selective Exapndable TOC</$button>
</$reveal>
</div>
**<div>
<$reveal state='$:/state/simpletoc' type='match' text='show'>
<$button set='$:/state/simpletoc' setTo='noshow'>Simple TOC</$button>
<div class="tc-table-of-contents">
<<toc "Contents">>
</div>
</$reveal>
<$reveal state='$:/state/simpletoc' type='nomatch' text='show'>
<$button set='$:/state/simpletoc' setTo='show'>Simple TOC</$button>
</$reveal>
</div>
**<div>
<$reveal state='$:/state/sortedexpandabletoc' type='match' text='show'>
<$button set='$:/state/sortedexpandabletoc' setTo='noshow'>Expandable TOC - Sorted</$button>
<div class="tc-table-of-contents">
<<toc-expandable "Contents" "sort[title]">>
</div>
</$reveal>
<$reveal state='$:/state/sortedexpandabletoc' type='nomatch' text='show'>
<$button set='$:/state/sortedexpandabletoc' setTo='show'>Expandable TOC - Sorted</$button>
</$reveal>
</div>
**<div>
<$reveal state='$:/state/tabbedinternal' type='match' text='show'>
<$button set='$:/state/tabbedinternal' setTo='noshow'>Tabbed TOC - Internal Navigation</$button>
<<toc-tabbed-internal-nav tag:"Contents" selectedTiddler:"$:/temp/toc/selectedTiddler" unselectedText:"Select a topic in the table of contents. Click the arrow to expand a topic.">>
</$reveal>
<$reveal state='$:/state/tabbedinternal' type='nomatch' text='show'>
<$button set='$:/state/tabbedinternal' setTo='show'>Tabbed TOC - Internal Navigation</$button>
</$reveal>
</div>
**<div>
<$reveal state='$:/state/tabbedexternal' type='match' text='show'>
<$button set='$:/state/tabbedexternal' setTo='noshow'>Tabbed TOC - External Navigation</$button>
<<toc-tabbed-external-nav tag:"Contents" selectedTiddler:"$:/temp/toc/selectedTiddler" unselectedText:"Select a topic in the table of contents. Click the arrow to expand a topic.">>
</$reveal>
<$reveal state='$:/state/tabbedexternal' type='nomatch' text='show'>
<$button set='$:/state/tabbedexternal' setTo='show'>Tabbed TOC - External Navigation</$button>
</$reveal>
</div>
The table of contents macros are defined in:
[[$:/core/macros/toc]]
Content of the `tags_to_add` field: {{!!tags_to_add}}
This button resets the tags field
```
<$button>Clear Tiddler Tags
<$action-setfield $field='tags' $value=''/>
<$action-setfield $field='sorted_tags' $value=''/>
</$button>
```
<$button>Clear Tiddler Tags
<$action-setfield $field='tags' $value=''/>
<$action-setfield $field='sorted_tags' $value=''/>
</$button>
This button will give the current tiddler the tags in the `tags_to_add` field.
```
<$button>Set Tags
<$action-setfield $field='tags' $value={{!!tags_to_add}}/>
</$button>
```
<$button>Set Tags
<$action-setfield $field='tags' $value={{!!tags_to_add}}/>
</$button>
!Sorting tags in multiple steps (see below for a single step version)
This shows the contents of the `tags` field
```
<$set name="unsorted" filter="[is[current]tags[]]">
<<unsorted>>
</$set>
```
Gives:
<$set name="unsorted" filter="[is[current]tags[]]">
<<unsorted>>
</$set>
This shows the sorted contents of the `tags` field, and has a button that sets the field `sorted_tags` to the sorted tags list
```
<$set name="sorted" filter="[is[current]tags[]sort[]]">
<<sorted>><br>
This button will sort the tags:
<$button>Sort Tags
<$action-setfield $field='sorted_tags' $value=<<sorted>>/>
</$button>
</$set>
{{!!sorted_tags}}
```
Gives:
<$set name="sorted" filter="[is[current]tags[]sort[]]">
<<sorted>><br>
This button will sort the tags and store the output in the field `sorted_tags`:
<$button>Sort Tags
<$action-setfield $field='sorted_tags' $value=<<sorted>>/>
</$button>
</$set>
{{!!sorted_tags}}
This button will try to set the `tags` field to the value stored in `sorted_tags`
```
<$button>Sort Tags 2
<$action-setfield $field='tags' $value={{!!sorted_tags}}/>
</$button>
```
Gives:
<$button>Sort Tags 2
<$action-setfield $field='tags' $value={{!!sorted_tags}}/>
</$button>
!Or you can do it all in one step:
```
<$set name="sorted" filter="[is[current]tags[]sort[]]">
<$button>Sort Tags One Step
<$action-setfield $field='sorted_tags' $value=<<sorted>>/>
<$action-setfield $field='tags' $value={{!!sorted_tags}}/>
</$button>
</$set>
```
Gives:
<$set name="sorted" filter="[is[current]tags[]sort[]]">
<$button>Sort Tags One Step
<$action-setfield $field='sorted_tags' $value=<<sorted>>/>
<$action-setfield $field='tags' $value={{!!sorted_tags}}/>
</$button>
</$set>
!This way didn't work the first time I tried and now it seems to. I am confused.
This method failed, but not now? Probably because of how the tags field is handled to prevent multiple tags of the same name. I am not certain of that though. I am a bit confused.
```
Content of the `tags` field: {{!!tags}}
<$set name="sorted" filter="[is[current]tags[]sort[]]">
Sorted list: <<sorted>><br>
This button will try to sort the tags:
<$button>Sort Tags
<$action-setfield $field='tags' $value=<<sorted>>/>
</$button>
</$set>
```
Content of the `tags` field: {{!!tags}}
<$set name="sorted" filter="[is[current]tags[]sort[]]">
Sorted list: Sorted tags: <<sorted>><br>
This button will try to sort the tags:
<$button>Sort Tags
<$action-setfield $field='tags' $value=<<sorted>>/>
</$button>
</$set>
[[$:/plugins/inmysocks/TaskList]]
Documentation coming at some point. I hope. If I did things correctly not much should be needed. See [[Dashboard]] for how to import the plugin.
<<bottomOfTiddler {{!!title}}>>
Template tiddlers can be used in multiple ways, one of the more common ways is formatting the output of the list widget. On the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]] this is used extensively. [[Manage Table of Contents|$:/plugins/inmysocks/ManageTOC/Manage Table of Contents]] is made using a list widget and a template that is called recursively. The lists in [[Contacts|$:/plugins/inmysocks/Contacts/Contacts]], [[Task List|$:/plugins/inmysocks/TaskList/Task List]], [[Quick Notes|$:/plugins/inmysocks/QuickNotes/Quick Notes]] and [[Dictionary|$:/plugins/inmysocks/SearchableDictionary/Dictionary]] all use much simpler templates to define how the lists are displayed.
[[$:/plugins/inmysocks/TaskList/BasicTaskDisplayTemplate]] is a relatively simple template used in the [[Task List|$:/plugins/inmysocks/TaskList/Task List]] as an example of a display template for a list, [[ContactDisplayTemplate]] is a more complex example of a template.
!Templates used for lists
---
This is a special use of using a template to display a tiddler, it just happens in a list. Even so it is common enough to warrant attention.
To use templates in a list you use:
```
<$list filter='[tag[Plugins]]' template='ExampleTemplate'></$list>
```
Which gives the list (look at ExampleTemplate to see how the template is defined):
<$list filter='[tag[Plugins]]' template='ExampleTemplate'></$list>
What this does is it displays the rendered version of the text field of the template as though it were in each of the listed tiddlers. So in the template `<$view field='title'/>` displays the title of each tiddler in the list, and `<$view field='blurb'/>` displays the blurb field of each tiddler in the list. Note that any text in the template tiddler is displayed ilke this, so if the text in the tiddler is just `Hello!` than the list widget would display `Hello!` once for each tiddler in the list, and nothing else.
```
<$list filter='[tag[Plugins]]' template='HelloTemplate'></$list>
```
Which gives the list (look at HelloTemplate to see how the template is defined):
<$list filter='[tag[Plugins]]' template='HelloTemplate'></$list>
Note that since there is no linebreak in the template there are no linebreaks in the list.
!Templates used to display/transclude tiddlers
---
Templates can be used to display transcluded tiddlers using the syntax `{{TiddlerName||TemplateName}}`. So to display the tiddler containing my contact information from [[Contacts]] using the [[ContactDisplayTemplate]] you would use:
```
{{Jed Carty (inmysocks)||ContactDisplayTemplate}}
```
Which would display as:
{{Jed Carty (inmysocks)||ContactDisplayTemplate}}
!Templates used to make tiddlers
---
Another way to use a template is as a base when creating new tiddlers. For this use, create a tiddler that has all of the tags, fields and text that you want to have in the new tiddlers, and save that that tiddler. Then you can make a new tiddler like described in [[Make a button to create new tiddlers from a template]] and the new tiddlers created this wall will all have the tags, fields, etc of the template.
The tiddler [[TiddlerTopicTemplate]] is an example of this sort of template, and you can create a new tiddler using that template with the following code:
```
<$button message="tm-new-tiddler" param="TiddlerTopicTemplate">New Tiddler</$button>
```
Which will render as (click the button to see how it works):
<$button message="tm-new-tiddler" param="TiddlerTopicTemplate">New Tiddler</$button>
<<bottomOfTiddler {{!!title}}>>
Introduction:1
Contents:9
Sacred Chao:10
Birth of the Erisian Movement:14
The Golden Secret:81
Sermon on Ethics and Love:45
a:one
b:two
c:three
d: and then some other stuff
I am not anticipating anything serious
!!Italicized text:
```
//Woo! look at me//
```
displays as
//Woo! look at me//
!!Bold text
```
''Bold text here''
```
displays as
''Bold text here''
!!Underlined text
```
__Underlined__
```
displays as
__Underlined__
!!Superscripts
```
Text can be made ^^superscript^^
```
displays as
Text can be made ^^superscript^^
!!Subscripts
```
But ,,subscripts,, think they are better
```
displays as
But ,,subscripts,, think they are better
!!Strike through
```
~~strikethrough text wonders why it is last~~
```
displays as
~~strikethrough text wonders why it is last~~
<<bottomOfTiddler {{!!title}}>>
This macro is listed in GeneralMacros.
Maybe we should change what the button looks like. Underlined text or something may be better.
This is used to put a button that when pressed displays or hides text.
Usage:
```
<<textSlider label "text to display">>
```
Which gives:
<<textSlider label "text to display">>
You can have a label with spaces if you put quotes around it like this:
```
<<textSlider "multiword label" "text to display">>
```
giving:
<<textSlider "multiword label" "text to display">>
The code for this macro is:
```
\define textSlider(label text)
<$reveal type="nomatch" state="$:/state/$label$" text="show">
<$button set="$:/state/$label$" setTo="show">$label$</$button>
</$reveal>
<$reveal type="match" state="$:/state/$label$" text="show">
<$button set="$:/state/$label$" setTo="hide">$label$</$button>
$text$
</$reveal>
\end
```
<<bottomOfTiddler {{!!title}}>>
I think I should just put a reveal widget to hide it unless the fields are empty.
The field `caption` has some special properties.
The `caption` field will:
*Override the tiddler name in the [[table of contents|Formatting the table of contents]]
*Other stuff?
<<bottomOfTiddler>>
but I can replicate it now.
Almost every tiddler has a `created` field that can be referenced using the syntax `{{tiddlerTitle!!created}}`. The title of the `currentTiddler` can be referenced by `{{!!created}}`. The view or transclude widgets can also be used.
The code:
```
*{{The Title Field!!created}}
*{{!!created}}
*<$view field='created'/>
*<$transclude field='created'/>
```
Will display as:
*{{The Title Field!!created}}
*{{!!created}}
*<$view field='created'/>
*<$transclude field='created'/>
This can be useful in template tiddlers used with the list widget. Each item in the list will have the variable `currentTiddler` set to the current item on the list, so if you have `{{!!created}}` in the template used by the list it will display the date that tiddler was created in that entry in the list.
Note that the output of the view widget is different from that of the other methods, this is because of differences in how the view and transclude widgets display their output.
<<bottomOfTiddler>>
The `footer` field is used by modal wizards. By default the window will have a button at the bottom to close the window, but this will be over written by the content of the `footer` field if it exists. You should remember that if you have anything in the `footer` field than close button won't appear unless you include it.
The `footer` field can support transclusions and other wikitext.
<<bottomOfTiddler>>
Tobias and Jeremy brought up the very good point that this shouldn't be implemented the way that it is because unconditionally triggering actions in lists can cause infinite loops and the like.
Changing this isn't really a bad thing since this started out as a way I can be a bit lazy and avoid some set widgets using filters and macro combinations. That isn't really what it has been used for so a large overhaul would be good.
And maybe a name change to make the function more obvious. Something like set-fields but that isn't very good either.
Options:
Make this into an action widget. Let it take a filter to set the target tiddlers and a data tiddler to set the mapping from the sourcefield to the storefield.
Or not an action widget, but something like now, but take the filter as an input instead of putting it inside a list.
Let the action-setfield widget take a filter or data tiddler (or both?) as an input (so like in [[link-fields Widget - Set Multiple Fields Using Select (Data Tiddler Version)]]).
Usage:
```
<$link-fields $sourcetiddler=sourceTiddler $sourcefield=sourceField $storetiddler=storeTiddler $storefield=storeField (field_name1=tiddlerName1 field_name2=tiddlerName2 ...)/>
```
|!Attribute |!Description |
|$sourcetiddler |The title of the tiddler containing the value source value, defaults to `<<currentTiddler>>` |
|$sourcefield |The name of the field containing the source value |
|$sourceindex |The index of a property in a data tiddler holding the source value ($sourcefield takes precedence over $sourceindex if both are present) |
|$storetiddler |The tiddler that contains the field whose value will match the source field or source index |
|$storefield |The field in the store tiddler whose value will be set to match that of the source field/index |
|$storeindex |The index of the store tiddler whose value will be set to match that of the source field/index. ($storefield takes precedence over $storeindex if both are present) |
|Any field=tiddler pair not starting with `$` |Links the given field of the given tiddler to the source field in the source tiddler, so whenever the source field changes the given field changes with it. This only works with fields, not indexes. |
Examples:
<$list filter='[tag[The link-fields Widget]]'>
<$macrocall $name=tiddlerSlider tiddlerName=<<currentTiddler>>/>
</$list>
<<bottomOfTiddler>>
They don't at the moment because they were really wide on my desktop. This isn't a good reason.
Almost every tiddler has a `modified` field that can be referenced using the syntax `{{tiddlerTitle!!modified}}`. The title of the `currentTiddler` can be referenced by `{{!!modified}}`. The view or transclude widgets can also be used.
The code:
```
*{{The Title Field!!modified}}
*{{!!modified}}
*<$view field='modified'/>
*<$transclude field='modified'/>
```
Will display as:
*{{The Title Field!!modified}}
*{{!!modified}}
*<$view field='modified'/>
*<$transclude field='modified'/>
This can be useful in template tiddlers used with the list widget. Each item in the list will have the variable `currentTiddler` set to the current item on the list, so if you have `{{!!modified}}` in the template used by the list it will display the date that tiddler was last modified in that entry in the list.
Note that the output of the view widget is different from that of the other methods, this is because of differences in how the view and transclude widgets display their output.
<<bottomOfTiddler>>
The `subtitle` field is used by modal wizards. The content of the `subtitle` field is displayed as the title of the wizard.
<<bottomOfTiddler>>
Almost every tiddler has a `text` field (image tiddlers may not) that can be referenced using the syntax `{{tiddlerTitle!!text}}`. The title of the `currentTiddler` can be referenced by `{{!!text}}`. The view or transclude widgets can also be used.
The code:
```
<$tiddler tiddler='HelloTemplate'>
*{{HelloTemplate!!text}}
*{{!!text}}
*<$view field='text'/>
*<$transclude field='text'/>
</$tiddler>
```
Will display as:
<$tiddler tiddler='HelloTemplate'>
*{{HelloTemplate!!text}}
*{{!!text}}
*<$view field='text'/>
*<$transclude field='text'/>
</$tiddler>
This can be useful in template tiddlers used with the list widget. Each item in the list will have the variable `currentTiddler` set to the current item on the list, so if you have `{{!!text}}` in the template used by the list it will display the text of that entry in the list.
In the code the `tiddler` widget was used to set the value of `currentTiddler` to `HelloTemplate` because if you transclude the text of a tiddler in itself you can get recursion errors. And this tiddler has a lot of text so it would take a lot of space.
<<bottomOfTiddler>>
Every tiddler has a `title` field that can be referenced using the syntax `{{tiddlerTitle!!title}}`. The title of the `currentTiddler` can be referenced by `{{!!title}}`. The view or transclude widgets can also be used.
The code:
```
*{{The Title Field!!title}}
*{{!!title}}
*<$view field='title'/>
*<$transclude field='title'/>
```
Will display as:
*{{The Title Field!!title}}
*{{!!title}}
*<$view field='title'/>
*<$transclude field='title'/>
This can be useful in template tiddlers used with the list widget. Each item in the list will have the variable `currentTiddler` set to the current item on the list, so if you have `{{!!title}}` in the template used by the list it will display the title of that entry in the list.
<<bottomOfTiddler>>
I am not actually sure how to fix it.
I have made:
*[[Editions|My Editions]]
*[[Plugins|My Plugins]]
*[[Widgets|My Widgets]]
*[[Themes|My Themes]]
*[[Macros|My Macros]]
I have a searchable list of what I have made on my [[directory site|http://ooktech.com/jed/ExampleWikis/Directory.html]].
This is a list of things that I want to find ways to do. The import/export part is planned for a future release of TW so I am going to just wait for that.
*Being able to set multiple fields using the select widget - I put in a pull request for this, it isn't perfect but it would work.
*A widget like the reveal widget that is able to send messages (so you give it a state tiddler and when in the correct state instead of revealing content it sends a message or executes the action widgets it contains). This could be used to achieve the same result as having a select widget set multiple fields.
*~~Batch import and export of tiddlers (like being able to take all of the examples in this wiki and import them into another wiki)~~ This can mostly be done by using the same method as making a plugin (or swarm). I may try to make something that bundles tiddlers together based on the output of a filter.
*A way to make a recurring event on the to do list. (something that will show up every day/week/whatever, even if it was completed before)
*A way to make the table of contents that allows you to tag all sub entries under a heading with that heading, but still preserve the hierarchy for the table of contents. So you could tage the [[How to make macros]] tiddler with both [[Macros]] and [[Wiki Examples]] but only have it show up under [[Macros]] because [[Macros]] is already under [[Wiki Examples]]. This could be hard if a tiddler shows up under two other tiddlers with the same parent (some tiddlers are under both [[Macros]] and [[Wiki Widgets - buttons, filters, etc.]], and we want to keep that structure) so you can't just make the tags something like `Wiki Examples:Macros:How to make macros`.
*The `hoverBlurb` macro doesn't work when you use an alias in a wiki link (like `[[Examples|Wiki Examples]]` showing up as [[Examples|Wiki Examples]], the macro won't work with that.) I think we can fix this by using the `$link` widget in the macro.
*A way to make the dashboard display contacts using the template when they are selected on the side bar of the dashboard.
*Add to or change the button in the upper left so that it can change more settings than just the tiddler width, like the font size, etc. It is much easier to do that way and you don't have to worry about accidently making the wiki unusable by setting font size or tiddler width to 0.
*The add citations button will remove any tags from a tiddler if a subject is added with the same name as the tiddler title. I need to prevent this by adding the a tag instead of setting the tags field.
<<bottomOfTiddler {{!!title}}>>
''This list is in desperate need of updates, so sorry about that. I will get to it at some point.''
__Note: To update anything here just import it again and you will copy over the old version.__
Just click and drag the following links to your wiki to import them, a list will pop showing the tiddlers you are going to import, then just press the `import` button. You may have to reload the wiki for the plugins to start working, but you only need to do that once after you import them.
For the `Change Tiddler Width` button in the top left corner. This is just a button that opens up what I think is a nicer interface to change the width of tiddlers. It makes switching between different devices go smoother. See [[Change Tiddler Width Button]] for how to import it.
The [[Dashboard]] is a simple unified interface for many of the things I use tiddlywiki for. You can see You can just import the section you want and create your own interface if you don't want to use the dashboard. If you do that I would like to hear how you are using it and what your choice of interface is so that I can improve things here. Email me at inmysocks (at) gmail (dot) com
The macro that makes the stuff at the bottom of the tiddlers work (see [[BottomOfTiddler Macro]]):
[[BottomOfTiddlerMacro]]
<<fa "fa-star fa-spin">> [[Font Awesome|Using Font Awesome]] <<fa fa-flag>> Font awesome is a font that lets you use many different SVG icons. <<fa fa-home>> You should read the page here on it and check out the linked pages for plugin information and more documentation. <<fa fa-heart>> The macros here are described in [[Using Font Awesome]] and are just shortcuts for adding icons. <<fa fa-smile-o>>
Plugin: [[$:/fonts/FontAwesome]]<br>
Macros: FontAwesomeMacro
The [[RandVal Plugin]] (for some reason just importing this plugin tiddler isn't importing everything, you may have to import the tiddlers individually. Click on the plugin name below and import the listed tiddlers.) This plugin adds the widget action-randval that generates a random number in a set range and stores it in a field. See the plugin page for more detail.
[[$:/plugins/inmysocks/randVal]]
KaTeX plugin - [[lets you do LaTeX typesetting in the wiki|Adding LaTeX Equations]]
[[$:/plugins/tiddlywiki/katex]]
General Macros - macros that do other stuff. Currently contains: [[TextSlider Macro]], [[TiddlerSlider Macro]], and some other stuff
[[GeneralMacros]]
The HoverWidget to make mouseover popup things work
[[$:/plugins/ahahn/hoverWidget]]
Macros that implement other hover actions, these require the HoverWidget, so import that also. (currently the [[hoverData|Make data from a dictionary tiddler appear when you hover over something]], [[hoverBlurb|Make a tiddlers blurb popup when you hover over a link]], [[hoverTiddler|Make one tiddler popup when you hover over a link to another tiddler]] , and [[hoverImageBlurb|Make an image tiddlers blurb field show up like a tooltip]] macros are included.)
[[MyHoverMacros]]
If you like the spinning prinny than you can import the image
[[PrinnySpin]]
<<bottomOfTiddler {{!!title}}>>
So after some surprisingly patient explanations from people in the google group in [[this thread|https://groups.google.com/forum/#!topic/tiddlywiki/Itt-_P-k-Og]] it turns out that while some of the problems listed here exist they aren't nearly as important as I thought. All that is required is some explanation of what is from the core tiddlywiki, what is from plugins and what is wiki content. There are still some fuzzy areas but that will only be a problem if there are plugins with non-BSD-style licenses that limit the use of modified code.
---
As a single page application used for content creation and distribution TiddlyWiki fits into an area that isn't explicitly addressed by any of the software licenses I have seen. The content of tiddlers should, in my opinion, be considered separate from the tiddlywiki core, and plugins should be considered separate entities from either the content of the wiki or the core itself. Unfortunately while this sounds nice in theory, in practice it raises questions without obvious answers.
Unlink other content creation tools, like photoshop or any of the various word processors, the content created by the user and the program itself are distinct entities but for tiddlywiki, because everything is a tiddler, user created content is contained in a single html file (unless it is run under node), the distinction between wiki content, plugins, and the core is hard do define in a precise way because of the many possible edge cases. If you use a plugin and then overwrite one of the shadow tiddlers in the plugin does the overwritten tiddler become part of the wiki content or is it still part of the plugin? The same applies to the core. It seems obvious that if you are changing the settings used by a plugin and the settings are stored in a shadow tiddler than the overwritten tiddler containing these settings is still part of the plugin, but in the case of the core it doesn't make sense for the content of the tiddlers $:/SiteTitle and $:/SiteSubtitle to be considered part of the core as opposed to wiki content.
This may be able to be resolved in a similar way as the linking exemption allowed under some forms of the GPL for software libraries, but there are people that argue about the validity of those exemptions and they have a much more clearly defined separation between the components with a GPL license and those without.
We might be able to say that plugins (including the core), defined as the collection of unmodified shadow tiddlers, are each distinct entities as far as licensing is concerned and make sure to include a clause in the licenses used that handles the cases where these shadow tiddlers are modified. How this is going to be distinct from a derivative work I don't know. Maybe any modifications to the shadow tiddlers that doesn't alter the fundamental use of the plugin, like changing settings tiddlers, can fit under one clause and derivative works can be defined as repacking the plugin with changes. Or possibly any changes that are made using tools supplied by the plugin itself are in one category and changes that require manually editing are another case.
Then any other tiddlers are considered wiki content and can be handled by a separate license.
So each plugin would be able to have its own license, where the plugin license handles the case of modified shadow tiddlers, and wiki content can have it's own license.
This still leaves some holes, like the situation where a non-shadow tiddler can modify the behavior of a plugin using things like css. Or if a plugin uses the `$:/RawMarkup` tag does the html generated by it fall under the plugin license or the TiddlyWiki license?
While these problems are probably not going to be a big deal for the code side of TiddlyWiki as currently it looks like most people creating code for TiddlyWiki want the code to be free, this may become a problem when people start using TiddlyWiki to create content that they then sell or use commercially in some other way.
| Set Font Size | Set Line Height |h
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize' field='text' value='24px'> 24</$radio> |<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodylineheight' field='text' value='30px'> 30</$radio>|
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize' field='text' value='18px'> 18</$radio>|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodylineheight' field='text' value='24px'> 24</$radio>|
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize' field='text' value='15px'> 15</$radio>|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodylineheight' field='text' value='22px'> 22</$radio>|
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize' field='text' value='12px'> 12</$radio>|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodylineheight' field='text' value='18px'> 18</$radio>|
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize' field='text' value='8px'> 8</$radio> |<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/bodylineheight' field='text' value='14px'> 14</$radio>|
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
<<tabs "TiddlerWidthSettings [[Tiddler Title Font Settings]] [[Tiddler Body Font Settings]]" TiddlerWidthSettings '$:/state/settingstab' 'tc-vertical'>>
| Set Font Size | Set Line Height |h
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/fontsize' field='text' value='24px'> 24</$radio> |<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/lineheight' field='text' value='30px'> 30</$radio>|
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/fontsize' field='text' value='18px'> 18</$radio>|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/lineheight' field='text' value='24px'> 24</$radio>|
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/fontsize' field='text' value='14px'> 14</$radio>|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/lineheight' field='text' value='20px'> 20</$radio>|
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/fontsize' field='text' value='12px'> 12</$radio>|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/lineheight' field='text' value='18px'> 18</$radio>|
|<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/fontsize' field='text' value='8px'> 8</$radio> |<$radio tiddler='$:/themes/tiddlywiki/vanilla/metrics/lineheight' field='text' value='14px'> 14</$radio>|
<$list filter='[all[]][is[system]][is[shadow]][plugintiddlers[]]-[[$:/library/sjcl.js]] -[[$:/boot/bootprefix.js]] -[[$:/boot/boot.js]] -[[$:/boot/boot.css]] -[[$:/core]] -[[$:/isEncrypted]] -[[$:/themes/tiddlywiki/snowwhite]] -[[$:/themes/tiddlywiki/vanilla]] -[[$:/temp/info-plugin]] -[[$:/StoryList]] -[[$:/HistoryList]] -[[$:/state/tab/sidebar--1835078512]] -[[$:/state/tab/moresidebar-401116514]] -[[$:/Acknowledgements]] -[[$:/AdvancedSearch]] -[[$:/ControlPanel]] -[[$:/DefaultTiddlers]] -[[$:/SiteSubtitle]] -[[$:/SiteTitle]] -[[$:/TagManager]] -[[$:/config/AnimationDuration]] -[[$:/config/AutoSave]] -[[$:/config/BitmapEditor/Colour]] -[[$:/config/BitmapEditor/LineWidth]] -[[$:/config/EditTemplateFields/Visibility/bag]] -[[$:/config/EditTemplateFields/Visibility/created]] -[[$:/config/EditTemplateFields/Visibility/creator]] -[[$:/config/EditTemplateFields/Visibility/draft.of]] -[[$:/config/EditTemplateFields/Visibility/draft.title]] -[[$:/config/EditTemplateFields/Visibility/modified]] -[[$:/config/EditTemplateFields/Visibility/modifier]] -[[$:/config/EditTemplateFields/Visibility/revision]] -[[$:/config/EditTemplateFields/Visibility/tags]] -[[$:/config/EditTemplateFields/Visibility/text]] -[[$:/config/EditTemplateFields/Visibility/title]] -[[$:/config/EditTemplateFields/Visibility/type]] -[[$:/config/EditorTypeMappings/image/gif]] -[[$:/config/EditorTypeMappings/image/jpeg]] -[[$:/config/EditorTypeMappings/image/jpg]] -[[$:/config/EditorTypeMappings/image/png]] -[[$:/config/EditorTypeMappings/image/x-icon]] -[[$:/config/EditorTypeMappings/text/vnd.tiddlywiki]] -[[$:/config/Navigation/UpdateAddressBar]] -[[$:/config/Navigation/UpdateHistory]] -[[$:/config/NewJournal/Tags]] -[[$:/config/NewJournal/Title]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager]] -[[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme]] -[[$:/config/SaveWikiButton/Template]] -[[$:/config/SaverFilter]] -[[$:/config/SearchResults/Default]] -[[$:/config/SyncFilter]] -[[$:/config/TiddlerInfo/Default]] -[[$:/config/Toolbar/Icons]] -[[$:/config/Toolbar/Text]] -[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone]] -[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others]] -[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler]] -[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info]] -[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions]] -[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here]] -[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here]] -[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink]] -[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview]] -[[$:/core/Filters/AllTags]] -[[$:/core/Filters/AllTiddlers]] -[[$:/core/Filters/Drafts]] -[[$:/core/Filters/Missing]] -[[$:/core/Filters/Orphans]] -[[$:/core/Filters/OverriddenShadowTiddlers]] -[[$:/core/Filters/RecentSystemTiddlers]] -[[$:/core/Filters/RecentTiddlers]] -[[$:/core/Filters/ShadowTiddlers]] -[[$:/core/Filters/SystemTags]] -[[$:/core/Filters/SystemTiddlers]] -[[$:/core/copyright.txt]] -[[$:/core/icon]] -[[$:/core/images/advanced-search-button]] -[[$:/core/images/blank]] -[[$:/core/images/cancel-button]] -[[$:/core/images/chevron-down]] -[[$:/core/images/chevron-left]] -[[$:/core/images/chevron-right]] -[[$:/core/images/chevron-up]] -[[$:/core/images/clone-button]] -[[$:/core/images/close-all-button]] -[[$:/core/images/close-button]] -[[$:/core/images/close-others-button]] -[[$:/core/images/delete-button]] -[[$:/core/images/done-button]] -[[$:/core/images/down-arrow]] -[[$:/core/images/download-button]] -[[$:/core/images/edit-button]] -[[$:/core/images/export-button]] -[[$:/core/images/full-screen-button]] -[[$:/core/images/globe]] -[[$:/core/images/home-button]] -[[$:/core/images/import-button]] -[[$:/core/images/info-button]] -[[$:/core/images/locked-padlock]] -[[$:/core/images/menu-button]] -[[$:/core/images/new-button]] -[[$:/core/images/new-here-button]] -[[$:/core/images/new-journal-button]] -[[$:/core/images/options-button]] -[[$:/core/images/permalink-button]] -[[$:/core/images/permaview-button]] -[[$:/core/images/plugin-generic-language]] -[[$:/core/images/plugin-generic-plugin]] -[[$:/core/images/plugin-generic-theme]] -[[$:/core/images/refresh-button]] -[[$:/core/images/right-arrow]] -[[$:/core/images/save-button]] -[[$:/core/images/star-filled]] -[[$:/core/images/storyview-classic]] -[[$:/core/images/storyview-pop]] -[[$:/core/images/storyview-zoomin]] -[[$:/core/images/tag-button]] -[[$:/core/images/theme-button]] -[[$:/core/images/unlocked-padlock]] -[[$:/core/images/video]] -[[$:/core/macros/CSS]] -[[$:/core/macros/export]] -[[$:/core/macros/lingo]] -[[$:/core/macros/list]] -[[$:/core/macros/tabs]] -[[$:/core/macros/tag]] -[[$:/core/macros/timeline]] -[[$:/core/macros/toc]] -[[$:/core/modules/commander.js]] -[[$:/core/modules/commands/build.js]] -[[$:/core/modules/commands/clearpassword.js]] -[[$:/core/modules/commands/editions.js]] -[[$:/core/modules/commands/help.js]] -[[$:/core/modules/commands/init.js]] -[[$:/core/modules/commands/load.js]] -[[$:/core/modules/commands/makelibrary.js]] -[[$:/core/modules/commands/output.js]] -[[$:/core/modules/commands/password.js]] -[[$:/core/modules/commands/rendertiddler.js]] -[[$:/core/modules/commands/rendertiddlers.js]] -[[$:/core/modules/commands/savetiddler.js]] -[[$:/core/modules/commands/savetiddlers.js]] -[[$:/core/modules/commands/server.js]] -[[$:/core/modules/commands/setfield.js]] -[[$:/core/modules/commands/unpackplugin.js]] -[[$:/core/modules/commands/verbose.js]] -[[$:/core/modules/commands/version.js]] -[[$:/core/modules/config.js]] -[[$:/core/modules/deserializers.js]] -[[$:/core/modules/filters.js]] -[[$:/core/modules/filters/addprefix.js]] -[[$:/core/modules/filters/addsuffix.js]] -[[$:/core/modules/filters/after.js]] -[[$:/core/modules/filters/all.js]] -[[$:/core/modules/filters/all/current.js]] -[[$:/core/modules/filters/all/missing.js]] -[[$:/core/modules/filters/all/orphans.js]] -[[$:/core/modules/filters/all/shadows.js]] -[[$:/core/modules/filters/all/tiddlers.js]] -[[$:/core/modules/filters/backlinks.js]] -[[$:/core/modules/filters/before.js]] -[[$:/core/modules/filters/commands.js]] -[[$:/core/modules/filters/each.js]] -[[$:/core/modules/filters/eachday.js]] -[[$:/core/modules/filters/field.js]] -[[$:/core/modules/filters/fields.js]] -[[$:/core/modules/filters/get.js]] -[[$:/core/modules/filters/has.js]] -[[$:/core/modules/filters/indexes.js]] -[[$:/core/modules/filters/is.js]] -[[$:/core/modules/filters/is/current.js]] -[[$:/core/modules/filters/is/image.js]] -[[$:/core/modules/filters/is/missing.js]] -[[$:/core/modules/filters/is/orphan.js]] -[[$:/core/modules/filters/is/shadow.js]] -[[$:/core/modules/filters/is/system.js]] -[[$:/core/modules/filters/is/tag.js]] -[[$:/core/modules/filters/is/tiddler.js]] -[[$:/core/modules/filters/limit.js]] -[[$:/core/modules/filters/links.js]] -[[$:/core/modules/filters/list.js]] -[[$:/core/modules/filters/listed.js]] -[[$:/core/modules/filters/listops.js]] -[[$:/core/modules/filters/modules.js]] -[[$:/core/modules/filters/moduletypes.js]] -[[$:/core/modules/filters/next.js]] -[[$:/core/modules/filters/plugintiddlers.js]] -[[$:/core/modules/filters/prefix.js]] -[[$:/core/modules/filters/previous.js]] -[[$:/core/modules/filters/regexp.js]] -[[$:/core/modules/filters/removeprefix.js]] -[[$:/core/modules/filters/removesuffix.js]] -[[$:/core/modules/filters/sameday.js]] -[[$:/core/modules/filters/search.js]] -[[$:/core/modules/filters/shadowsource.js]] -[[$:/core/modules/filters/sort.js]] -[[$:/core/modules/filters/splitbefore.js]] -[[$:/core/modules/filters/storyviews.js]] -[[$:/core/modules/filters/suffix.js]] -[[$:/core/modules/filters/tag.js]] -[[$:/core/modules/filters/tagging.js]] -[[$:/core/modules/filters/tags.js]] -[[$:/core/modules/filters/title.js]] -[[$:/core/modules/filters/untagged.js]] -[[$:/core/modules/info/platform.js]] -[[$:/core/modules/language.js]] -[[$:/core/modules/macros/changecount.js]] -[[$:/core/modules/macros/contrastcolour.js]] -[[$:/core/modules/macros/csvtiddlers.js]] -[[$:/core/modules/macros/dumpvariables.js]] -[[$:/core/modules/macros/jsontiddlers.js]] -[[$:/core/modules/macros/makedatauri.js]] -[[$:/core/modules/macros/now.js]] -[[$:/core/modules/macros/qualify.js]] -[[$:/core/modules/macros/version.js]] -[[$:/core/modules/parsers/audioparser.js]] -[[$:/core/modules/parsers/csvparser.js]] -[[$:/core/modules/parsers/htmlparser.js]] -[[$:/core/modules/parsers/imageparser.js]] -[[$:/core/modules/parsers/textparser.js]] -[[$:/core/modules/parsers/wikiparser/rules/codeblock.js]] -[[$:/core/modules/parsers/wikiparser/rules/codeinline.js]] -[[$:/core/modules/parsers/wikiparser/rules/commentblock.js]] -[[$:/core/modules/parsers/wikiparser/rules/commentinline.js]] -[[$:/core/modules/parsers/wikiparser/rules/dash.js]] -[[$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js]] -[[$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js]] -[[$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js]] -[[$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js]] -[[$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js]] -[[$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js]] -[[$:/core/modules/parsers/wikiparser/rules/entity.js]] -[[$:/core/modules/parsers/wikiparser/rules/extlink.js]] -[[$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js]] -[[$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js]] -[[$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js]] -[[$:/core/modules/parsers/wikiparser/rules/heading.js]] -[[$:/core/modules/parsers/wikiparser/rules/horizrule.js]] -[[$:/core/modules/parsers/wikiparser/rules/html.js]] -[[$:/core/modules/parsers/wikiparser/rules/image.js]] -[[$:/core/modules/parsers/wikiparser/rules/list.js]] -[[$:/core/modules/parsers/wikiparser/rules/macrocallblock.js]] -[[$:/core/modules/parsers/wikiparser/rules/macrocallinline.js]] -[[$:/core/modules/parsers/wikiparser/rules/macrodef.js]] -[[$:/core/modules/parsers/wikiparser/rules/prettyextlink.js]] -[[$:/core/modules/parsers/wikiparser/rules/prettylink.js]] -[[$:/core/modules/parsers/wikiparser/rules/quoteblock.js]] -[[$:/core/modules/parsers/wikiparser/rules/rules.js]] -[[$:/core/modules/parsers/wikiparser/rules/styleblock.js]] -[[$:/core/modules/parsers/wikiparser/rules/styleinline.js]] -[[$:/core/modules/parsers/wikiparser/rules/table.js]] -[[$:/core/modules/parsers/wikiparser/rules/transcludeblock.js]] -[[$:/core/modules/parsers/wikiparser/rules/transcludeinline.js]] -[[$:/core/modules/parsers/wikiparser/rules/typedblock.js]] -[[$:/core/modules/parsers/wikiparser/rules/wikilink.js]] -[[$:/core/modules/parsers/wikiparser/rules/wikirulebase.js]] -[[$:/core/modules/parsers/wikiparser/wikiparser.js]] -[[$:/core/modules/pluginswitcher.js]] -[[$:/core/modules/saver-handler.js]] -[[$:/core/modules/savers/andtidwiki.js]] -[[$:/core/modules/savers/download.js]] -[[$:/core/modules/savers/fsosaver.js]] -[[$:/core/modules/savers/manualdownload.js]] -[[$:/core/modules/savers/msdownload.js]] -[[$:/core/modules/savers/tiddlyfox.js]] -[[$:/core/modules/savers/tiddlyie.js]] -[[$:/core/modules/savers/twedit.js]] -[[$:/core/modules/savers/upload.js]] -[[$:/core/modules/startup.js]] -[[$:/core/modules/startup/commands.js]] -[[$:/core/modules/startup/favicon.js]] -[[$:/core/modules/startup/info.js]] -[[$:/core/modules/startup/load-modules.js]] -[[$:/core/modules/startup/password.js]] -[[$:/core/modules/startup/render.js]] -[[$:/core/modules/startup/rootwidget.js]] -[[$:/core/modules/startup/story.js]] -[[$:/core/modules/storyviews/classic.js]] -[[$:/core/modules/storyviews/pop.js]] -[[$:/core/modules/storyviews/zoomin.js]] -[[$:/core/modules/syncer.js]] -[[$:/core/modules/tiddler.js]] -[[$:/core/modules/upgraders/plugins.js]] -[[$:/core/modules/upgraders/system.js]] -[[$:/core/modules/upgraders/themetweaks.js]] -[[$:/core/modules/utils/crypto.js]] -[[$:/core/modules/utils/dom.js]] -[[$:/core/modules/utils/dom/animations/slide.js]] -[[$:/core/modules/utils/dom/animator.js]] -[[$:/core/modules/utils/dom/browser.js]] -[[$:/core/modules/utils/dom/csscolorparser.js]] -[[$:/core/modules/utils/dom/http.js]] -[[$:/core/modules/utils/dom/keyboard.js]] -[[$:/core/modules/utils/dom/modal.js]] -[[$:/core/modules/utils/dom/notifier.js]] -[[$:/core/modules/utils/dom/popup.js]] -[[$:/core/modules/utils/dom/scroller.js]] -[[$:/core/modules/utils/fakedom.js]] -[[$:/core/modules/utils/filesystem.js]] -[[$:/core/modules/utils/logger.js]] -[[$:/core/modules/utils/parsetree.js]] -[[$:/core/modules/utils/parseutils.js]] -[[$:/core/modules/utils/performance.js]] -[[$:/core/modules/utils/pluginmaker.js]] -[[$:/core/modules/utils/utils.js]] -[[$:/core/modules/widgets/action-deletefield.js]] -[[$:/core/modules/widgets/action-deletetiddler.js]] -[[$:/core/modules/widgets/action-navigate.js]] -[[$:/core/modules/widgets/action-sendmessage.js]] -[[$:/core/modules/widgets/action-setfield.js]] -[[$:/core/modules/widgets/browse.js]] -[[$:/core/modules/widgets/button.js]] -[[$:/core/modules/widgets/checkbox.js]] -[[$:/core/modules/widgets/codeblock.js]] -[[$:/core/modules/widgets/count.js]] -[[$:/core/modules/widgets/dropzone.js]] -[[$:/core/modules/widgets/edit-binary.js]] -[[$:/core/modules/widgets/edit-bitmap.js]] -[[$:/core/modules/widgets/edit-text.js]] -[[$:/core/modules/widgets/edit.js]] -[[$:/core/modules/widgets/element.js]] -[[$:/core/modules/widgets/encrypt.js]] -[[$:/core/modules/widgets/entity.js]] -[[$:/core/modules/widgets/fieldmangler.js]] -[[$:/core/modules/widgets/fields.js]] -[[$:/core/modules/widgets/image.js]] -[[$:/core/modules/widgets/importvariables.js]] -[[$:/core/modules/widgets/keyboard.js]] -[[$:/core/modules/widgets/link.js]] -[[$:/core/modules/widgets/linkcatcher.js]] -[[$:/core/modules/widgets/list.js]] -[[$:/core/modules/widgets/macrocall.js]] -[[$:/core/modules/widgets/navigator.js]] -[[$:/core/modules/widgets/password.js]] -[[$:/core/modules/widgets/radio.js]] -[[$:/core/modules/widgets/raw.js]] -[[$:/core/modules/widgets/reveal.js]] -[[$:/core/modules/widgets/scrollable.js]] -[[$:/core/modules/widgets/select.js]] -[[$:/core/modules/widgets/set.js]] -[[$:/core/modules/widgets/text.js]] -[[$:/core/modules/widgets/tiddler.js]] -[[$:/core/modules/widgets/transclude.js]] -[[$:/core/modules/widgets/view.js]] -[[$:/core/modules/widgets/widget.js]] -[[$:/core/modules/wiki.js]] -[[$:/core/readme]] -[[$:/core/save/all]] -[[$:/core/save/empty]] -[[$:/core/save/lazy-images]] -[[$:/core/templates/MOTW.html]] -[[$:/core/templates/alltiddlers.template.html]] -[[$:/core/templates/canonical-uri-external-image]] -[[$:/core/templates/css-tiddler]] -[[$:/core/templates/exporters/CsvFile]] -[[$:/core/templates/exporters/JsonFile]] -[[$:/core/templates/exporters/StaticRiver]] -[[$:/core/templates/exporters/StaticRiver/Content]] -[[$:/core/templates/exporters/TidFile]] -[[$:/core/templates/html-div-tiddler]] -[[$:/core/templates/html-tiddler]] -[[$:/core/templates/javascript-tiddler]] -[[$:/core/templates/module-tiddler]] -[[$:/core/templates/plain-text-tiddler]] -[[$:/core/templates/split-recipe]] -[[$:/core/templates/static-tiddler]] -[[$:/core/templates/static.area]] -[[$:/core/templates/static.content]] -[[$:/core/templates/static.template.css]] -[[$:/core/templates/static.template.html]] -[[$:/core/templates/static.tiddler.html]] -[[$:/core/templates/store.area.template.html]] -[[$:/core/templates/tid-tiddler]] -[[$:/core/templates/tiddler-metadata]] -[[$:/core/templates/tiddlywiki5.html]] -[[$:/core/templates/version]] -[[$:/core/templates/wikified-tiddler]] -[[$:/core/ui/AdvancedSearch/Filter]] -[[$:/core/ui/AdvancedSearch/Shadows]] -[[$:/core/ui/AdvancedSearch/Standard]] -[[$:/core/ui/AdvancedSearch/System]] -[[$:/core/ui/AlertTemplate]] -[[$:/core/ui/BinaryWarning]] -[[$:/core/ui/Buttons/advanced-search]] -[[$:/core/ui/Buttons/cancel]] -[[$:/core/ui/Buttons/clone]] -[[$:/core/ui/Buttons/close]] -[[$:/core/ui/Buttons/close-all]] -[[$:/core/ui/Buttons/close-others]] -[[$:/core/ui/Buttons/control-panel]] -[[$:/core/ui/Buttons/delete]] -[[$:/core/ui/Buttons/edit]] -[[$:/core/ui/Buttons/encryption]] -[[$:/core/ui/Buttons/export-page]] -[[$:/core/ui/Buttons/export-tiddler]] -[[$:/core/ui/Buttons/full-screen]] -[[$:/core/ui/Buttons/home]] -[[$:/core/ui/Buttons/import]] -[[$:/core/ui/Buttons/info]] -[[$:/core/ui/Buttons/language]] -[[$:/core/ui/Buttons/more-page-actions]] -[[$:/core/ui/Buttons/more-tiddler-actions]] -[[$:/core/ui/Buttons/new-here]] -[[$:/core/ui/Buttons/new-journal]] -[[$:/core/ui/Buttons/new-journal-here]] -[[$:/core/ui/Buttons/new-tiddler]] -[[$:/core/ui/Buttons/permalink]] -[[$:/core/ui/Buttons/permaview]] -[[$:/core/ui/Buttons/refresh]] -[[$:/core/ui/Buttons/save]] -[[$:/core/ui/Buttons/save-wiki]] -[[$:/core/ui/Buttons/storyview]] -[[$:/core/ui/Buttons/tag-manager]] -[[$:/core/ui/Buttons/theme]] -[[$:/core/ui/ControlPanel/Advanced]] -[[$:/core/ui/ControlPanel/Appearance]] -[[$:/core/ui/ControlPanel/Basics]] -[[$:/core/ui/ControlPanel/EditorTypes]] -[[$:/core/ui/ControlPanel/Info]] -[[$:/core/ui/ControlPanel/LoadedModules]] -[[$:/core/ui/ControlPanel/Palette]] -[[$:/core/ui/ControlPanel/Plugins]] -[[$:/core/ui/ControlPanel/Saving]] -[[$:/core/ui/ControlPanel/Settings]] -[[$:/core/ui/ControlPanel/Settings/AutoSave]] -[[$:/core/ui/ControlPanel/Settings/NavigationAddressBar]] -[[$:/core/ui/ControlPanel/Settings/NavigationHistory]] -[[$:/core/ui/ControlPanel/Settings/ToolbarButtons]] -[[$:/core/ui/ControlPanel/StoryView]] -[[$:/core/ui/ControlPanel/Theme]] -[[$:/core/ui/ControlPanel/TiddlerFields]] -[[$:/core/ui/ControlPanel/Toolbars]] -[[$:/core/ui/ControlPanel/Toolbars/EditToolbar]] -[[$:/core/ui/ControlPanel/Toolbars/PageControls]] -[[$:/core/ui/ControlPanel/Toolbars/ViewToolbar]] -[[$:/core/ui/DefaultSearchResultList]] -[[$:/core/ui/EditTemplate]] -[[$:/core/ui/EditTemplate/body]] -[[$:/core/ui/EditTemplate/controls]] -[[$:/core/ui/EditTemplate/fields]] -[[$:/core/ui/EditTemplate/shadow]] -[[$:/core/ui/EditTemplate/tags]] -[[$:/core/ui/EditTemplate/title]] -[[$:/core/ui/EditTemplate/type]] -[[$:/core/ui/ImportListing]] -[[$:/core/ui/ListItemTemplate]] -[[$:/core/ui/MissingTemplate]] -[[$:/core/ui/MoreSideBar/All]] -[[$:/core/ui/MoreSideBar/Drafts]] -[[$:/core/ui/MoreSideBar/Missing]] -[[$:/core/ui/MoreSideBar/Orphans]] -[[$:/core/ui/MoreSideBar/Recent]] -[[$:/core/ui/MoreSideBar/Shadows]] -[[$:/core/ui/MoreSideBar/System]] -[[$:/core/ui/MoreSideBar/Tags]] -[[$:/core/ui/MoreSideBar/Types]] -[[$:/core/ui/PageStylesheet]] -[[$:/core/ui/PageTemplate]] -[[$:/core/ui/PageTemplate/alerts]] -[[$:/core/ui/PageTemplate/pagecontrols]] -[[$:/core/ui/PageTemplate/sidebar]] -[[$:/core/ui/PageTemplate/story]] -[[$:/core/ui/PageTemplate/topleftbar]] -[[$:/core/ui/PageTemplate/toprightbar]] -[[$:/core/ui/PluginInfo]] -[[$:/core/ui/SearchResults]] -[[$:/core/ui/SideBar/More]] -[[$:/core/ui/SideBar/Open]] -[[$:/core/ui/SideBar/Recent]] -[[$:/core/ui/SideBar/Tools]] -[[$:/core/ui/SideBarLists]] -[[$:/core/ui/TagTemplate]] -[[$:/core/ui/TiddlerFieldTemplate]] -[[$:/core/ui/TiddlerFields]] -[[$:/core/ui/TiddlerInfo]] -[[$:/core/ui/TiddlerInfo/Advanced]] -[[$:/core/ui/TiddlerInfo/Advanced/PluginInfo]] -[[$:/core/ui/TiddlerInfo/Advanced/ShadowInfo]] -[[$:/core/ui/TiddlerInfo/Fields]] -[[$:/core/ui/TiddlerInfo/List]] -[[$:/core/ui/TiddlerInfo/Listed]] -[[$:/core/ui/TiddlerInfo/References]] -[[$:/core/ui/TiddlerInfo/Tagging]] -[[$:/core/ui/TiddlerInfo/Tools]] -[[$:/core/ui/TopBar/menu]] -[[$:/core/ui/UntaggedTemplate]] -[[$:/core/ui/ViewTemplate]] -[[$:/core/ui/ViewTemplate/body]] -[[$:/core/ui/ViewTemplate/classic]] -[[$:/core/ui/ViewTemplate/import]] -[[$:/core/ui/ViewTemplate/plugin]] -[[$:/core/ui/ViewTemplate/subtitle]] -[[$:/core/ui/ViewTemplate/tags]] -[[$:/core/ui/ViewTemplate/title]] -[[$:/core/wiki/title]] -[[$:/info/browser]] -[[$:/info/node]] -[[$:/language]] -[[$:/language/BinaryWarning/Prompt]] -[[$:/language/Buttons/AdvancedSearch/Caption]] -[[$:/language/Buttons/AdvancedSearch/Hint]] -[[$:/language/Buttons/Cancel/Caption]] -[[$:/language/Buttons/Cancel/Hint]] -[[$:/language/Buttons/Clone/Caption]] -[[$:/language/Buttons/Clone/Hint]] -[[$:/language/Buttons/Close/Caption]] -[[$:/language/Buttons/Close/Hint]] -[[$:/language/Buttons/CloseAll/Caption]] -[[$:/language/Buttons/CloseAll/Hint]] -[[$:/language/Buttons/CloseOthers/Caption]] -[[$:/language/Buttons/CloseOthers/Hint]] -[[$:/language/Buttons/ControlPanel/Caption]] -[[$:/language/Buttons/ControlPanel/Hint]] -[[$:/language/Buttons/Delete/Caption]] -[[$:/language/Buttons/Delete/Hint]] -[[$:/language/Buttons/Edit/Caption]] -[[$:/language/Buttons/Edit/Hint]] -[[$:/language/Buttons/Encryption/Caption]] -[[$:/language/Buttons/Encryption/ClearPassword/Caption]] -[[$:/language/Buttons/Encryption/ClearPassword/Hint]] -[[$:/language/Buttons/Encryption/Hint]] -[[$:/language/Buttons/Encryption/SetPassword/Caption]] -[[$:/language/Buttons/Encryption/SetPassword/Hint]] -[[$:/language/Buttons/ExportPage/Caption]] -[[$:/language/Buttons/ExportPage/Hint]] -[[$:/language/Buttons/ExportTiddler/Caption]] -[[$:/language/Buttons/ExportTiddler/Hint]] -[[$:/language/Buttons/ExportTiddlers/Caption]] -[[$:/language/Buttons/ExportTiddlers/Hint]] -[[$:/language/Buttons/FullScreen/Caption]] -[[$:/language/Buttons/FullScreen/Hint]] -[[$:/language/Buttons/HideSideBar/Caption]] -[[$:/language/Buttons/HideSideBar/Hint]] -[[$:/language/Buttons/Home/Caption]] -[[$:/language/Buttons/Home/Hint]] -[[$:/language/Buttons/Import/Caption]] -[[$:/language/Buttons/Import/Hint]] -[[$:/language/Buttons/Info/Caption]] -[[$:/language/Buttons/Info/Hint]] -[[$:/language/Buttons/Language/Caption]] -[[$:/language/Buttons/Language/Hint]] -[[$:/language/Buttons/More/Caption]] -[[$:/language/Buttons/More/Hint]] -[[$:/language/Buttons/NewHere/Caption]] -[[$:/language/Buttons/NewHere/Hint]] -[[$:/language/Buttons/NewJournal/Caption]] -[[$:/language/Buttons/NewJournal/Hint]] -[[$:/language/Buttons/NewJournalHere/Caption]] -[[$:/language/Buttons/NewJournalHere/Hint]] -[[$:/language/Buttons/NewTiddler/Caption]] -[[$:/language/Buttons/NewTiddler/Hint]] -[[$:/language/Buttons/Permalink/Caption]] -[[$:/language/Buttons/Permalink/Hint]] -[[$:/language/Buttons/Permaview/Caption]] -[[$:/language/Buttons/Permaview/Hint]] -[[$:/language/Buttons/Refresh/Caption]] -[[$:/language/Buttons/Refresh/Hint]] -[[$:/language/Buttons/Save/Caption]] -[[$:/language/Buttons/Save/Hint]] -[[$:/language/Buttons/SaveWiki/Caption]] -[[$:/language/Buttons/SaveWiki/Hint]] -[[$:/language/Buttons/ShowSideBar/Caption]] -[[$:/language/Buttons/ShowSideBar/Hint]] -[[$:/language/Buttons/StoryView/Caption]] -[[$:/language/Buttons/StoryView/Hint]] -[[$:/language/Buttons/TagManager/Caption]] -[[$:/language/Buttons/TagManager/Hint]] -[[$:/language/Buttons/Theme/Caption]] -[[$:/language/Buttons/Theme/Hint]] -[[$:/language/ClassicWarning/Hint]] -[[$:/language/ClassicWarning/Upgrade/Caption]] -[[$:/language/CloseAll/Button]] -[[$:/language/ConfirmCancelTiddler]] -[[$:/language/ConfirmDeleteTiddler]] -[[$:/language/ConfirmEditShadowTiddler]] -[[$:/language/ConfirmOverwriteTiddler]] -[[$:/language/ControlPanel/Advanced/Caption]] -[[$:/language/ControlPanel/Advanced/Hint]] -[[$:/language/ControlPanel/Appearance/Caption]] -[[$:/language/ControlPanel/Appearance/Hint]] -[[$:/language/ControlPanel/Basics/AnimDuration/Prompt]] -[[$:/language/ControlPanel/Basics/Caption]] -[[$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint]] -[[$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt]] -[[$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint]] -[[$:/language/ControlPanel/Basics/Language/Prompt]] -[[$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt]] -[[$:/language/ControlPanel/Basics/NewJournal/Title/Prompt]] -[[$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt]] -[[$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt]] -[[$:/language/ControlPanel/Basics/Subtitle/Prompt]] -[[$:/language/ControlPanel/Basics/SystemTiddlers/Prompt]] -[[$:/language/ControlPanel/Basics/Tags/Prompt]] -[[$:/language/ControlPanel/Basics/Tiddlers/Prompt]] -[[$:/language/ControlPanel/Basics/Title/Prompt]] -[[$:/language/ControlPanel/Basics/Username/Prompt]] -[[$:/language/ControlPanel/Basics/Version/Prompt]] -[[$:/language/ControlPanel/EditorTypes/Caption]] -[[$:/language/ControlPanel/EditorTypes/Editor/Caption]] -[[$:/language/ControlPanel/EditorTypes/Hint]] -[[$:/language/ControlPanel/EditorTypes/Type/Caption]] -[[$:/language/ControlPanel/Info/Caption]] -[[$:/language/ControlPanel/Info/Hint]] -[[$:/language/ControlPanel/LoadedModules/Caption]] -[[$:/language/ControlPanel/LoadedModules/Hint]] -[[$:/language/ControlPanel/Palette/Caption]] -[[$:/language/ControlPanel/Palette/Editor/Clone/Caption]] -[[$:/language/ControlPanel/Palette/Editor/Clone/Prompt]] -[[$:/language/ControlPanel/Palette/Editor/Prompt]] -[[$:/language/ControlPanel/Palette/Editor/Prompt/Modified]] -[[$:/language/ControlPanel/Palette/Editor/Reset/Caption]] -[[$:/language/ControlPanel/Palette/HideEditor/Caption]] -[[$:/language/ControlPanel/Palette/Prompt]] -[[$:/language/ControlPanel/Palette/ShowEditor/Caption]] -[[$:/language/ControlPanel/Plugins/Caption]] -[[$:/language/ControlPanel/Plugins/Disable/Caption]] -[[$:/language/ControlPanel/Plugins/Disable/Hint]] -[[$:/language/ControlPanel/Plugins/Disabled/Status]] -[[$:/language/ControlPanel/Plugins/Empty/Hint]] -[[$:/language/ControlPanel/Plugins/Enable/Caption]] -[[$:/language/ControlPanel/Plugins/Enable/Hint]] -[[$:/language/ControlPanel/Plugins/Language/Prompt]] -[[$:/language/ControlPanel/Plugins/Plugin/Prompt]] -[[$:/language/ControlPanel/Plugins/Theme/Prompt]] -[[$:/language/ControlPanel/Saving/Caption]] -[[$:/language/ControlPanel/Saving/Heading]] -[[$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading]] -[[$:/language/ControlPanel/Saving/TiddlySpot/BackupDir]] -[[$:/language/ControlPanel/Saving/TiddlySpot/Backups]] -[[$:/language/ControlPanel/Saving/TiddlySpot/Description]] -[[$:/language/ControlPanel/Saving/TiddlySpot/Filename]] -[[$:/language/ControlPanel/Saving/TiddlySpot/Heading]] -[[$:/language/ControlPanel/Saving/TiddlySpot/Hint]] -[[$:/language/ControlPanel/Saving/TiddlySpot/Password]] -[[$:/language/ControlPanel/Saving/TiddlySpot/ServerURL]] -[[$:/language/ControlPanel/Saving/TiddlySpot/UploadDir]] -[[$:/language/ControlPanel/Saving/TiddlySpot/UserName]] -[[$:/language/ControlPanel/Settings/AutoSave/Caption]] -[[$:/language/ControlPanel/Settings/AutoSave/Disabled/Description]] -[[$:/language/ControlPanel/Settings/AutoSave/Enabled/Description]] -[[$:/language/ControlPanel/Settings/AutoSave/Hint]] -[[$:/language/ControlPanel/Settings/Caption]] -[[$:/language/ControlPanel/Settings/Hint]] -[[$:/language/ControlPanel/Settings/NavigationAddressBar/Caption]] -[[$:/language/ControlPanel/Settings/NavigationAddressBar/Hint]] -[[$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description]] -[[$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description]] -[[$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description]] -[[$:/language/ControlPanel/Settings/NavigationHistory/Caption]] -[[$:/language/ControlPanel/Settings/NavigationHistory/Hint]] -[[$:/language/ControlPanel/Settings/NavigationHistory/No/Description]] -[[$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description]] -[[$:/language/ControlPanel/Settings/ToolbarButtons/Caption]] -[[$:/language/ControlPanel/Settings/ToolbarButtons/Hint]] -[[$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description]] -[[$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description]] -[[$:/language/ControlPanel/StoryView/Caption]] -[[$:/language/ControlPanel/StoryView/Prompt]] -[[$:/language/ControlPanel/Theme/Caption]] -[[$:/language/ControlPanel/Theme/Prompt]] -[[$:/language/ControlPanel/TiddlerFields/Caption]] -[[$:/language/ControlPanel/TiddlerFields/Hint]] -[[$:/language/ControlPanel/Toolbars/Caption]] -[[$:/language/ControlPanel/Toolbars/EditToolbar/Caption]] -[[$:/language/ControlPanel/Toolbars/EditToolbar/Hint]] -[[$:/language/ControlPanel/Toolbars/Hint]] -[[$:/language/ControlPanel/Toolbars/PageControls/Caption]] -[[$:/language/ControlPanel/Toolbars/PageControls/Hint]] -[[$:/language/ControlPanel/Toolbars/ViewToolbar/Caption]] -[[$:/language/ControlPanel/Toolbars/ViewToolbar/Hint]] -[[$:/language/ControlPanel/Tools/Download/Full/Caption]] -[[$:/language/Date/DaySuffix/1]] -[[$:/language/Date/DaySuffix/10]] -[[$:/language/Date/DaySuffix/11]] -[[$:/language/Date/DaySuffix/12]] -[[$:/language/Date/DaySuffix/13]] -[[$:/language/Date/DaySuffix/14]] -[[$:/language/Date/DaySuffix/15]] -[[$:/language/Date/DaySuffix/16]] -[[$:/language/Date/DaySuffix/17]] -[[$:/language/Date/DaySuffix/18]] -[[$:/language/Date/DaySuffix/19]] -[[$:/language/Date/DaySuffix/2]] -[[$:/language/Date/DaySuffix/20]] -[[$:/language/Date/DaySuffix/21]] -[[$:/language/Date/DaySuffix/22]] -[[$:/language/Date/DaySuffix/23]] -[[$:/language/Date/DaySuffix/24]] -[[$:/language/Date/DaySuffix/25]] -[[$:/language/Date/DaySuffix/26]] -[[$:/language/Date/DaySuffix/27]] -[[$:/language/Date/DaySuffix/28]] -[[$:/language/Date/DaySuffix/29]] -[[$:/language/Date/DaySuffix/3]] -[[$:/language/Date/DaySuffix/30]] -[[$:/language/Date/DaySuffix/31]] -[[$:/language/Date/DaySuffix/4]] -[[$:/language/Date/DaySuffix/5]] -[[$:/language/Date/DaySuffix/6]] -[[$:/language/Date/DaySuffix/7]] -[[$:/language/Date/DaySuffix/8]] -[[$:/language/Date/DaySuffix/9]] -[[$:/language/Date/Long/Day/0]] -[[$:/language/Date/Long/Day/1]] -[[$:/language/Date/Long/Day/2]] -[[$:/language/Date/Long/Day/3]] -[[$:/language/Date/Long/Day/4]] -[[$:/language/Date/Long/Day/5]] -[[$:/language/Date/Long/Day/6]] -[[$:/language/Date/Long/Month/1]] -[[$:/language/Date/Long/Month/10]] -[[$:/language/Date/Long/Month/11]] -[[$:/language/Date/Long/Month/12]] -[[$:/language/Date/Long/Month/2]] -[[$:/language/Date/Long/Month/3]] -[[$:/language/Date/Long/Month/4]] -[[$:/language/Date/Long/Month/5]] -[[$:/language/Date/Long/Month/6]] -[[$:/language/Date/Long/Month/7]] -[[$:/language/Date/Long/Month/8]] -[[$:/language/Date/Long/Month/9]] -[[$:/language/Date/Period/am]] -[[$:/language/Date/Period/pm]] -[[$:/language/Date/Short/Day/0]] -[[$:/language/Date/Short/Day/1]] -[[$:/language/Date/Short/Day/2]] -[[$:/language/Date/Short/Day/3]] -[[$:/language/Date/Short/Day/4]] -[[$:/language/Date/Short/Day/5]] -[[$:/language/Date/Short/Day/6]] -[[$:/language/Date/Short/Month/1]] -[[$:/language/Date/Short/Month/10]] -[[$:/language/Date/Short/Month/11]] -[[$:/language/Date/Short/Month/12]] -[[$:/language/Date/Short/Month/2]] -[[$:/language/Date/Short/Month/3]] -[[$:/language/Date/Short/Month/4]] -[[$:/language/Date/Short/Month/5]] -[[$:/language/Date/Short/Month/6]] -[[$:/language/Date/Short/Month/7]] -[[$:/language/Date/Short/Month/8]] -[[$:/language/Date/Short/Month/9]] -[[$:/language/DefaultNewTiddlerTitle]] -[[$:/language/Docs/Fields/_canonical_uri]] -[[$:/language/Docs/Fields/bag]] -[[$:/language/Docs/Fields/caption]] -[[$:/language/Docs/Fields/color]] -[[$:/language/Docs/Fields/component]] -[[$:/language/Docs/Fields/created]] -[[$:/language/Docs/Fields/creator]] -[[$:/language/Docs/Fields/current-tiddler]] -[[$:/language/Docs/Fields/dependents]] -[[$:/language/Docs/Fields/description]] -[[$:/language/Docs/Fields/draft.of]] -[[$:/language/Docs/Fields/draft.title]] -[[$:/language/Docs/Fields/footer]] -[[$:/language/Docs/Fields/hack-to-give-us-something-to-compare-against]] -[[$:/language/Docs/Fields/icon]] -[[$:/language/Docs/Fields/library]] -[[$:/language/Docs/Fields/list]] -[[$:/language/Docs/Fields/list-after]] -[[$:/language/Docs/Fields/list-before]] -[[$:/language/Docs/Fields/modified]] -[[$:/language/Docs/Fields/modifier]] -[[$:/language/Docs/Fields/name]] -[[$:/language/Docs/Fields/plugin-priority]] -[[$:/language/Docs/Fields/plugin-type]] -[[$:/language/Docs/Fields/released]] -[[$:/language/Docs/Fields/revision]] -[[$:/language/Docs/Fields/source]] -[[$:/language/Docs/Fields/subtitle]] -[[$:/language/Docs/Fields/tags]] -[[$:/language/Docs/Fields/text]] -[[$:/language/Docs/Fields/title]] -[[$:/language/Docs/Fields/type]] -[[$:/language/Docs/Fields/version]] -[[$:/language/Docs/ModuleTypes/animation]] -[[$:/language/Docs/ModuleTypes/command]] -[[$:/language/Docs/ModuleTypes/config]] -[[$:/language/Docs/ModuleTypes/filteroperator]] -[[$:/language/Docs/ModuleTypes/global]] -[[$:/language/Docs/ModuleTypes/isfilteroperator]] -[[$:/language/Docs/ModuleTypes/macro]] -[[$:/language/Docs/ModuleTypes/parser]] -[[$:/language/Docs/ModuleTypes/saver]] -[[$:/language/Docs/ModuleTypes/startup]] -[[$:/language/Docs/ModuleTypes/storyview]] -[[$:/language/Docs/ModuleTypes/tiddlerdeserializer]] -[[$:/language/Docs/ModuleTypes/tiddlerfield]] -[[$:/language/Docs/ModuleTypes/tiddlermethod]] -[[$:/language/Docs/ModuleTypes/upgrader]] -[[$:/language/Docs/ModuleTypes/utils]] -[[$:/language/Docs/ModuleTypes/utils-node]] -[[$:/language/Docs/ModuleTypes/widget]] -[[$:/language/Docs/ModuleTypes/wikimethod]] -[[$:/language/Docs/ModuleTypes/wikirule]] -[[$:/language/Docs/PaletteColours/alert-background]] -[[$:/language/Docs/PaletteColours/alert-border]] -[[$:/language/Docs/PaletteColours/alert-highlight]] -[[$:/language/Docs/PaletteColours/alert-muted-foreground]] -[[$:/language/Docs/PaletteColours/background]] -[[$:/language/Docs/PaletteColours/blockquote-bar]] -[[$:/language/Docs/PaletteColours/code-background]] -[[$:/language/Docs/PaletteColours/code-border]] -[[$:/language/Docs/PaletteColours/code-foreground]] -[[$:/language/Docs/PaletteColours/dirty-indicator]] -[[$:/language/Docs/PaletteColours/download-background]] -[[$:/language/Docs/PaletteColours/download-foreground]] -[[$:/language/Docs/PaletteColours/dragger-background]] -[[$:/language/Docs/PaletteColours/dragger-foreground]] -[[$:/language/Docs/PaletteColours/dropdown-background]] -[[$:/language/Docs/PaletteColours/dropdown-border]] -[[$:/language/Docs/PaletteColours/dropdown-tab-background]] -[[$:/language/Docs/PaletteColours/dropdown-tab-background-selected]] -[[$:/language/Docs/PaletteColours/dropzone-background]] -[[$:/language/Docs/PaletteColours/external-link-background]] -[[$:/language/Docs/PaletteColours/external-link-background-hover]] -[[$:/language/Docs/PaletteColours/external-link-background-visited]] -[[$:/language/Docs/PaletteColours/external-link-foreground]] -[[$:/language/Docs/PaletteColours/external-link-foreground-hover]] -[[$:/language/Docs/PaletteColours/external-link-foreground-visited]] -[[$:/language/Docs/PaletteColours/foreground]] -[[$:/language/Docs/PaletteColours/message-background]] -[[$:/language/Docs/PaletteColours/message-border]] -[[$:/language/Docs/PaletteColours/message-foreground]] -[[$:/language/Docs/PaletteColours/modal-backdrop]] -[[$:/language/Docs/PaletteColours/modal-background]] -[[$:/language/Docs/PaletteColours/modal-border]] -[[$:/language/Docs/PaletteColours/modal-footer-background]] -[[$:/language/Docs/PaletteColours/modal-footer-border]] -[[$:/language/Docs/PaletteColours/modal-header-border]] -[[$:/language/Docs/PaletteColours/muted-foreground]] -[[$:/language/Docs/PaletteColours/notification-background]] -[[$:/language/Docs/PaletteColours/notification-border]] -[[$:/language/Docs/PaletteColours/page-background]] -[[$:/language/Docs/PaletteColours/pre-background]] -[[$:/language/Docs/PaletteColours/pre-border]] -[[$:/language/Docs/PaletteColours/primary]] -[[$:/language/Docs/PaletteColours/sidebar-button-foreground]] -[[$:/language/Docs/PaletteColours/sidebar-controls-foreground]] -[[$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover]] -[[$:/language/Docs/PaletteColours/sidebar-foreground]] -[[$:/language/Docs/PaletteColours/sidebar-foreground-shadow]] -[[$:/language/Docs/PaletteColours/sidebar-muted-foreground]] -[[$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover]] -[[$:/language/Docs/PaletteColours/sidebar-tab-background]] -[[$:/language/Docs/PaletteColours/sidebar-tab-background-selected]] -[[$:/language/Docs/PaletteColours/sidebar-tab-border]] -[[$:/language/Docs/PaletteColours/sidebar-tab-border-selected]] -[[$:/language/Docs/PaletteColours/sidebar-tab-divider]] -[[$:/language/Docs/PaletteColours/sidebar-tab-foreground]] -[[$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected]] -[[$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground]] -[[$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover]] -[[$:/language/Docs/PaletteColours/static-alert-foreground]] -[[$:/language/Docs/PaletteColours/tab-background]] -[[$:/language/Docs/PaletteColours/tab-background-selected]] -[[$:/language/Docs/PaletteColours/tab-border]] -[[$:/language/Docs/PaletteColours/tab-border-selected]] -[[$:/language/Docs/PaletteColours/tab-divider]] -[[$:/language/Docs/PaletteColours/tab-foreground]] -[[$:/language/Docs/PaletteColours/tab-foreground-selected]] -[[$:/language/Docs/PaletteColours/table-border]] -[[$:/language/Docs/PaletteColours/table-footer-background]] -[[$:/language/Docs/PaletteColours/table-header-background]] -[[$:/language/Docs/PaletteColours/tag-background]] -[[$:/language/Docs/PaletteColours/tag-foreground]] -[[$:/language/Docs/PaletteColours/tiddler-background]] -[[$:/language/Docs/PaletteColours/tiddler-border]] -[[$:/language/Docs/PaletteColours/tiddler-controls-foreground]] -[[$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover]] -[[$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected]] -[[$:/language/Docs/PaletteColours/tiddler-editor-background]] -[[$:/language/Docs/PaletteColours/tiddler-editor-border]] -[[$:/language/Docs/PaletteColours/tiddler-editor-border-image]] -[[$:/language/Docs/PaletteColours/tiddler-editor-fields-even]] -[[$:/language/Docs/PaletteColours/tiddler-editor-fields-odd]] -[[$:/language/Docs/PaletteColours/tiddler-info-background]] -[[$:/language/Docs/PaletteColours/tiddler-info-border]] -[[$:/language/Docs/PaletteColours/tiddler-info-tab-background]] -[[$:/language/Docs/PaletteColours/tiddler-link-background]] -[[$:/language/Docs/PaletteColours/tiddler-link-foreground]] -[[$:/language/Docs/PaletteColours/tiddler-subtitle-foreground]] -[[$:/language/Docs/PaletteColours/tiddler-title-foreground]] -[[$:/language/Docs/PaletteColours/toolbar-cancel-button]] -[[$:/language/Docs/PaletteColours/toolbar-close-button]] -[[$:/language/Docs/PaletteColours/toolbar-delete-button]] -[[$:/language/Docs/PaletteColours/toolbar-done-button]] -[[$:/language/Docs/PaletteColours/toolbar-edit-button]] -[[$:/language/Docs/PaletteColours/toolbar-info-button]] -[[$:/language/Docs/PaletteColours/toolbar-new-button]] -[[$:/language/Docs/PaletteColours/toolbar-options-button]] -[[$:/language/Docs/PaletteColours/toolbar-save-button]] -[[$:/language/Docs/PaletteColours/untagged-background]] -[[$:/language/Docs/PaletteColours/very-muted-foreground]] -[[$:/language/Docs/Types/application/javascript]] -[[$:/language/Docs/Types/application/json]] -[[$:/language/Docs/Types/application/x-tiddler-dictionary]] -[[$:/language/Docs/Types/image/gif]] -[[$:/language/Docs/Types/image/jpeg]] -[[$:/language/Docs/Types/image/png]] -[[$:/language/Docs/Types/image/svg+xml]] -[[$:/language/Docs/Types/image/x-icon]] -[[$:/language/Docs/Types/text/css]] -[[$:/language/Docs/Types/text/html]] -[[$:/language/Docs/Types/text/plain]] -[[$:/language/Docs/Types/text/vnd.tiddlywiki]] -[[$:/language/Docs/Types/text/x-tiddlywiki]] -[[$:/language/DropMessage]] -[[$:/language/EditTemplate/Body/External/Hint]] -[[$:/language/EditTemplate/Body/Hint]] -[[$:/language/EditTemplate/Body/Placeholder]] -[[$:/language/EditTemplate/Body/Preview/Button/Hide]] -[[$:/language/EditTemplate/Body/Preview/Button/Show]] -[[$:/language/EditTemplate/Field/Remove/Caption]] -[[$:/language/EditTemplate/Field/Remove/Hint]] -[[$:/language/EditTemplate/Fields/Add/Button]] -[[$:/language/EditTemplate/Fields/Add/Name/Placeholder]] -[[$:/language/EditTemplate/Fields/Add/Prompt]] -[[$:/language/EditTemplate/Fields/Add/Value/Placeholder]] -[[$:/language/EditTemplate/Shadow/OverriddenWarning]] -[[$:/language/EditTemplate/Shadow/Warning]] -[[$:/language/EditTemplate/Tags/Add/Button]] -[[$:/language/EditTemplate/Tags/Add/Placeholder]] -[[$:/language/EditTemplate/Tags/Dropdown/Caption]] -[[$:/language/EditTemplate/Tags/Dropdown/Hint]] -[[$:/language/EditTemplate/Type/Delete/Caption]] -[[$:/language/EditTemplate/Type/Delete/Hint]] -[[$:/language/EditTemplate/Type/Dropdown/Caption]] -[[$:/language/EditTemplate/Type/Dropdown/Hint]] -[[$:/language/EditTemplate/Type/Placeholder]] -[[$:/language/EditTemplate/Type/Prompt]] -[[$:/language/Encryption/ConfirmClearPassword]] -[[$:/language/Encryption/PromptSetPassword]] -[[$:/language/Exporters/CsvFile]] -[[$:/language/Exporters/JsonFile]] -[[$:/language/Exporters/StaticRiver]] -[[$:/language/Exporters/TidFile]] -[[$:/language/Filters/AllTags]] -[[$:/language/Filters/AllTiddlers]] -[[$:/language/Filters/Drafts]] -[[$:/language/Filters/Missing]] -[[$:/language/Filters/Orphans]] -[[$:/language/Filters/OverriddenShadowTiddlers]] -[[$:/language/Filters/RecentSystemTiddlers]] -[[$:/language/Filters/RecentTiddlers]] -[[$:/language/Filters/ShadowTiddlers]] -[[$:/language/Filters/SystemTags]] -[[$:/language/Filters/SystemTiddlers]] -[[$:/language/Help/build]] -[[$:/language/Help/clearpassword]] -[[$:/language/Help/default]] -[[$:/language/Help/editions]] -[[$:/language/Help/help]] -[[$:/language/Help/init]] -[[$:/language/Help/load]] -[[$:/language/Help/makelibrary]] -[[$:/language/Help/notfound]] -[[$:/language/Help/output]] -[[$:/language/Help/password]] -[[$:/language/Help/rendertiddler]] -[[$:/language/Help/rendertiddlers]] -[[$:/language/Help/savetiddler]] -[[$:/language/Help/savetiddlers]] -[[$:/language/Help/server]] -[[$:/language/Help/setfield]] -[[$:/language/Help/unpackplugin]] -[[$:/language/Help/verbose]] -[[$:/language/Help/version]] -[[$:/language/Import/Listing/Cancel/Caption]] -[[$:/language/Import/Listing/Hint]] -[[$:/language/Import/Listing/Import/Caption]] -[[$:/language/Import/Listing/Select/Caption]] -[[$:/language/Import/Listing/Status/Caption]] -[[$:/language/Import/Listing/Title/Caption]] -[[$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible]] -[[$:/language/Import/Upgrader/Plugins/Suppressed/Version]] -[[$:/language/Import/Upgrader/Plugins/Upgraded]] -[[$:/language/Import/Upgrader/State/Suppressed]] -[[$:/language/Import/Upgrader/System/Suppressed]] -[[$:/language/Import/Upgrader/ThemeTweaks/Created]] -[[$:/language/InvalidFieldName]] -[[$:/language/MissingTiddler/Hint]] -[[$:/language/Modals/Download]] -[[$:/language/Modals/SaveInstructions]] -[[$:/language/Notifications/Save/Done]] -[[$:/language/Notifications/Save/Starting]] -[[$:/language/RecentChanges/DateFormat]] -[[$:/language/RelativeDate/Future/Days]] -[[$:/language/RelativeDate/Future/Hours]] -[[$:/language/RelativeDate/Future/Minutes]] -[[$:/language/RelativeDate/Future/Months]] -[[$:/language/RelativeDate/Future/Second]] -[[$:/language/RelativeDate/Future/Seconds]] -[[$:/language/RelativeDate/Future/Years]] -[[$:/language/RelativeDate/Past/Days]] -[[$:/language/RelativeDate/Past/Hours]] -[[$:/language/RelativeDate/Past/Minutes]] -[[$:/language/RelativeDate/Past/Months]] -[[$:/language/RelativeDate/Past/Second]] -[[$:/language/RelativeDate/Past/Seconds]] -[[$:/language/RelativeDate/Past/Years]] -[[$:/language/Search/DefaultResults/Caption]] -[[$:/language/Search/Filter/Caption]] -[[$:/language/Search/Filter/Hint]] -[[$:/language/Search/Filter/Matches]] -[[$:/language/Search/Matches]] -[[$:/language/Search/Shadows/Caption]] -[[$:/language/Search/Shadows/Hint]] -[[$:/language/Search/Shadows/Matches]] -[[$:/language/Search/Standard/Caption]] -[[$:/language/Search/Standard/Hint]] -[[$:/language/Search/Standard/Matches]] -[[$:/language/Search/System/Caption]] -[[$:/language/Search/System/Hint]] -[[$:/language/Search/System/Matches]] -[[$:/language/SideBar/All/Caption]] -[[$:/language/SideBar/Contents/Caption]] -[[$:/language/SideBar/Drafts/Caption]] -[[$:/language/SideBar/Missing/Caption]] -[[$:/language/SideBar/More/Caption]] -[[$:/language/SideBar/Open/Caption]] -[[$:/language/SideBar/Orphans/Caption]] -[[$:/language/SideBar/Recent/Caption]] -[[$:/language/SideBar/Shadows/Caption]] -[[$:/language/SideBar/System/Caption]] -[[$:/language/SideBar/Tags/Caption]] -[[$:/language/SideBar/Tags/Untagged/Caption]] -[[$:/language/SideBar/Tools/Caption]] -[[$:/language/SideBar/Types/Caption]] -[[$:/language/SystemTiddler/Tooltip]] -[[$:/language/TagManager/Colour/Heading]] -[[$:/language/TagManager/Icon/Heading]] -[[$:/language/TagManager/Info/Heading]] -[[$:/language/TagManager/Tag/Heading]] -[[$:/language/TiddlerInfo/Advanced/Caption]] -[[$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint]] -[[$:/language/TiddlerInfo/Advanced/PluginInfo/Heading]] -[[$:/language/TiddlerInfo/Advanced/PluginInfo/Hint]] -[[$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading]] -[[$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint]] -[[$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint]] -[[$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint]] -[[$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source]] -[[$:/language/TiddlerInfo/Fields/Caption]] -[[$:/language/TiddlerInfo/List/Caption]] -[[$:/language/TiddlerInfo/List/Empty]] -[[$:/language/TiddlerInfo/Listed/Caption]] -[[$:/language/TiddlerInfo/Listed/Empty]] -[[$:/language/TiddlerInfo/References/Caption]] -[[$:/language/TiddlerInfo/References/Empty]] -[[$:/language/TiddlerInfo/Tagging/Caption]] -[[$:/language/TiddlerInfo/Tagging/Empty]] -[[$:/language/TiddlerInfo/Tools/Caption]] -[[$:/language/UnsavedChangesWarning]] -[[$:/languages/en-GB]] -[[$:/languages/en-GB/icon]] -[[$:/palette]] -[[$:/palettes/Blanca]] -[[$:/palettes/Blue]] -[[$:/palettes/Contrast]] -[[$:/palettes/Muted]] -[[$:/palettes/Rocker]] -[[$:/palettes/Vanilla]] -[[$:/snippets/allfields]] -[[$:/snippets/currpalettepreview]] -[[$:/snippets/download-wiki-button]] -[[$:/snippets/languageswitcher]] -[[$:/snippets/minilanguageswitcher]] -[[$:/snippets/minithemeswitcher]] -[[$:/snippets/modules]] -[[$:/snippets/paletteeditor]] -[[$:/snippets/palettepreview]] -[[$:/snippets/paletteswitcher]] -[[$:/snippets/themeswitcher]] -[[$:/snippets/viewswitcher]] -[[$:/tags/AdvancedSearch]] -[[$:/tags/ControlPanel]] -[[$:/tags/ControlPanel/Info]] -[[$:/tags/EditTemplate]] -[[$:/tags/EditToolbar]] -[[$:/tags/MoreSideBar]] -[[$:/tags/PageControls]] -[[$:/tags/PageTemplate]] -[[$:/tags/SideBar]] -[[$:/tags/TiddlerInfo]] -[[$:/tags/TiddlerInfo/Advanced]] -[[$:/tags/ViewTemplate]] -[[$:/tags/ViewToolbar]] -[[$:/temp/advancedsearch]] -[[$:/temp/search]] -[[$:/themes/tiddlywiki/snowwhite/base]] -[[$:/themes/tiddlywiki/vanilla/base]] -[[$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize]] -[[$:/themes/tiddlywiki/vanilla/metrics/bodylineheight]] -[[$:/themes/tiddlywiki/vanilla/metrics/fontsize]] -[[$:/themes/tiddlywiki/vanilla/metrics/lineheight]] -[[$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint]] -[[$:/themes/tiddlywiki/vanilla/metrics/storyleft]] -[[$:/themes/tiddlywiki/vanilla/metrics/storyright]] -[[$:/themes/tiddlywiki/vanilla/metrics/storytop]] -[[$:/themes/tiddlywiki/vanilla/metrics/storywidth]] -[[$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth]] -[[$:/themes/tiddlywiki/vanilla/reset]] -[[$:/themes/tiddlywiki/vanilla/settings/fontfamily]] -[[$:/themes/tiddlywiki/vanilla/themetweaks]] -[[$:/view]] -[[GettingStarted]]'>
</$list>
<$list filter='[all[]]-[[$:/library/sjcl.js]] -[[$:/boot/bootprefix.js]] -[[$:/boot/boot.js]] -[[$:/boot/boot.css]] -[[$:/core]] -[[$:/isEncrypted]] -[[$:/themes/tiddlywiki/snowwhite]] -[[$:/themes/tiddlywiki/vanilla]] -[[$:/temp/info-plugin]] -[[$:/StoryList]] -[[$:/HistoryList]]'>
</$list>
The following tiddlers are needed for the Citation Library:
*[[Citation Library]]
*[[Citations]]
*[[Add Citation]]
Or as a plugin:
[[$:/plugins/inmysocks/Citations]]
These tiddlers are needed to make the [[Contacts]] tiddler function:
*[[Contacts]] - The main tiddler
*[[New Contact Form]] - The input form used to add new contacts
*[[Contacts Settings]] - The tiddler that displays the settings options
*[[GeneralMacros]] - Some slider macros used
*[[ContactsMacros]] - Macros specific to the contacts tiddlers
*[[Contact Group Selector]] - a tiddler used in the [[New Contacts Form]]
*[[ContactDisplayTemplate1]] - The main display template for contacts
*[[ContactDisplayTemplate1 Settings]] - The settings tiddler for Contact Display Template 1
*[[SimpleContactDisplayTemplate]] - A barebones display template
*[[GroupContactListTemplate]] - The template for displaying the contacts split into groups
*[[GroupContactListGroupTemplate]] - The template for how individual groups are handled when using GroupContactListTemplate
*[[GroupContactListTemplate Settings]] - The settings tiddler for how the grouping list works
*[[SimpleContactListTemplate]] - a simple list template for contacts
*[[ContactTemp]] - A temporary tiddler used when adding new contacts
*[[How to make new display templates for contacts]] - not strictly needed, but it has instructions for making new templates
Not necessary but probably useful for new users:
*[[Example Contact (Alias)]]
*[[Example Group]]
[[$:/plugins/inmysocks/Contacts]]
These tiddlers are needed for the [[Create or Edit Tiddlers]] tiddler to work.
*[[Create or Edit Tiddlers]]
*[[New Tiddler Form]]
*[[Edit Tiddler Form]]
Or as a plugin:
[[$:/plugins/inmysocks/CreateEditTiddlers]]
I would like to thank Stephan Hradek for his help teaching me how to make the dictionary searchable in this thread https://groups.google.com/forum/#!topic/TiddlyWiki/4XTKPnZLEMg
*[[Dictionary]] - the main tiddler
*[[$:/data/Dictionary]] - where the data is stored
or the plugin:
[[$:/plugins/inmysocks/SearchableDictionary]]
The following tiddlers are needed for the [[Manage Table of Contents]] tiddler to work.
*[[Manage Table of Contents]]
*TOCArrangeTemplate
*TOCArrangeTemplate2
Or as a plugin:
[[$:/plugins/inmysocks/ManageTOC]]
*[[Quick Notes]] - main display tiddler
*[[Write Quick Note]] - the note creation part
*[[Note List]] - the editable/searchable list of notes
or the plugin, with all the same thing as above where it won't show up in the dashboard on pre-6.1.6 wikis without stuff.:
[[$:/plugins/inmysocks/QuickNotes]]
The following tiddlers are needed for the To-Do list on the dashboard to function properly:
*[[Upgraded Task List]]
*[[Task List]]
*[[Task List Settings]]
*[[BasicTaskDisplayTemplate]]
*[[BasicTaskDisplayTemplateSettings]]
*[[BasicFinishedEntryDisplayTemplate]]
*[[BasicFinishedEntryDisplayTemplateSettings]]
*[[BasicTaskListTemplate]]
*[[BasicTaskListTemplateSettings]]
*[[NewTaskButton]]
*[[NewTaskButtonSettings]]
Or as a plugin:
[[$:/plugins/inmysocks/TaskList]]
if you want to export the tiddlers needed to create and modify the cards without getting all the plugin cards use this filter in the advanced search:
[tag[Plugin twCard]!prefix[twCard - Plugin - ]]
To get all tiddlers including the plugin cards use this filter:
[tag[Plugin twCard]]
Non-plugin info tiddlers:
<$list filter='[tag[Plugin twCard]!prefix[twCard - Plugin - ]]'>
</$list>
---
All tiddlers:
<$list filter='[[Plugin twCard]tagging[]][[Plugin twCard]]'>
</$list>
To create tabs inside a single tiddler you use this code
```
<<tabs "[[GettingStarted]] [[What to do]] [[Help]]" "[[Help]]">>
```
Which displays as
<<tabs "[[GettingStarted]] [[What to do]] [[Help]]" "[[Help]]">>
Each tab shows the contents of a tiddler, the first 3 thing are the names of the tiddlers that are displayed in each tab, you can add more than 3. The last one in the default tab, so when you open the tiddler that tab is being displayed.
<<bottomOfTiddler {{!!title}}>>
This macro makes a button that when pressed displays a tiddler, and when pressed again hides the tiddler.
Usage:
```
<<tiddlerSlider [[What to do]]>>
```
gives:
<<tiddlerSlider "What to do">>
The code for this macro is:
```
\define tiddlerSlider(tiddlerName)
<$tiddler tiddler="$tiddlerName$">
<$reveal type="nomatch" state="$:/state/$tiddlerName$" text="show">
<$button set="$:/state/$tiddlerName$" setTo="show">Show <<currentTiddler>></$button>
</$reveal>
<$reveal type="match" state="$:/state/$tiddlerName$" text="show">
<$button set="$:/state/$tiddlerName$" setTo="hide">Hide <<currentTiddler>></$button>
<$transclude/>
</$reveal>
</$tiddler>
\end
```
<<bottomOfTiddler {{!!title}}>>
<<bottomOfTiddler {{!!title}}>>
| Set Tiddler Width | What looks good |h
|<$radio tiddler='$:/settings/apperance/TiddlerWidthSettings' field='width_option' value='sixth'> 1500px</$radio>| Looks good on a 24" monitor |
|<$radio tiddler='$:/settings/apperance/TiddlerWidthSettings' field='width_option' value='fifth'> 1200px</$radio>| |
|<$radio tiddler='$:/settings/apperance/TiddlerWidthSettings' field='width_option' value='fourth'> 1000px</$radio>| Looks good on a 17" monitor |
|<$radio tiddler='$:/settings/apperance/TiddlerWidthSettings' field='width_option' value='third'> 900px</$radio>| Looks good on a 10" tablet |
|<$radio tiddler='$:/settings/apperance/TiddlerWidthSettings' field='width_option' value='second'> 770px</$radio>| tiddlywiki.com default |
|<$radio tiddler='$:/settings/apperance/TiddlerWidthSettings' field='width_option' value='first'> 700px</$radio>| |
https://github.com/felixhayashi/TW5-TiddlyMap
The thing you are looking at is a TiddlyWiki. See more at http://www.tiddlywiki.com.
This is a place holder.
TiddlyWiki on its own is a reasonable blogging application. There are some definite drawbacks to using tiddlywiki for social networking that need to be worked out before it can really be a viable alternative to the Facebook-type networks.
To see my site where I have these things implemented [[go here|http://ooktech.com/jed/externalbrain/#Twitter%20Integration]].
Things that can't be done yet:
#Comments on or responses to posts
#Being able to search a blog using an external search engine (like google). TiddlyWiki is a single html file that is generated using javascript, so there isn't much for the search engine to index.
#Posting to or getting posts from other services (twitter and facebook have apis for this, we just need to make something that uses them.) ''I can post to twitter using their buttons.''
Almost everything else that normal blogging sites allow you to do can be done in TiddlyWiki using what is currently available, and you can do significantly more than most blogging sites without knowing how to code.
I have started experimenting using google forms embedded in iframes as a way to allow comments. The comments aren't posted to the site, and I don't know if there is a way to automatically generate the from when you make a post, so it may not be a workable solution.
I think that for external search engines creating static html pages for each post and having those pages list the permalink for the post on the tiddlywiki may work well. Pretty much exactly what [[http://tiddlywiki.com]] does. I don't know if they have an automated process for it or not.
The [[ATOM feed plugin|https://github.com/dullroar/TW5-atomfeed]] may also be useful.
!IndieWeb
[[IndieWeb|http://indiewebcamp.com/]] would be a good alternative to reinventing the wheel when it comes to distributed social networking.
I think that with a few modifications TiddlyWiki could very easily be used as part of the [[indeweb|http://indiewebcamp.com/]], if you have a domain of your own to host your wiki than all you are lacking to be finished with level 2 using the [[IndieMark|http://indiewebcamp.com/IndieMark]] scale is external search integration and implementing [[POSSE|http://indiewebcamp.com/POSSE]].
I think that integration with twitter may be my next real project for [[my other site|http://ooktech.com/jed/externalbrain]], and then the POSSE part will at least be started. Facebook and twitter may play together well so getting twitter to work may allow easy integration with facebook. Google+ doesn't have any posting api, they have been saying it will be available 'soon' for over a year.
!What I have implemented so far:
*View different post types
**Normal posts/article-type posts
**Short posts (twitter-like, but I tend to go on a bit longer than 140 characters)
**Image posts
*Create different post types (this are really only distinguished by content and templates, there isn't a built in limit on what content goes where)
*Different search/archive types:
**Searchable archives - this is the built in tiddlywiki search
**Archives ordered by date - display the posts like the normal blog view, but you pick the dates
**Calendar Archives - Automatically create the calendar month display and populate each day with posts for that day. Clicking on a day will open a tiddler for that day that lists the different posts grouped by post type (the tiddler is created if it doesn't exist).
*Each post can have its own template if you want
*Blog posts can all have tags (I need to add a tag search for the blog posts)
*Some basic twitter integration using [[a plugin|$:/plugins/inmysocks/Twitter]]
**I have improved this so you can post to twitter when making another post, and depending on the post time either put the entire thing on twitter (if it is short enough) or just the title and summary with a link.
**The ~TwitterShareTiddlerButton macro that adds a button to share the permalink to the current tiddler, just put `<<TwitterShareTiddlerButton>>` in a tiddler and it will create the button.
!I am working on comment systems
*[[DISQUS|https://disqus.com/]] - Runs on a third party server and has a free version - It looks like Disqus works to a limited degree. It appears to only allow one comment thread per url, so since the wiki is a singe page there could only be one comment thread. It also has some trouble refreshing JavaScript, so the tiddler with the comments must be open when the page is loaded. If it is closed and reopened the comments will not appear.
*[[Muut|https://muut.com/]] - Runs on a third party server and has a free version - works better this Disqus in that you can set which comment thread to display in a tiddler, but it has the same problems with javascript not refreshing when a tiddler is opened.
*[[Discourse|http://www.discourse.org/faq/]] - Open source, can run on your own server or a paid third party server - It may work with tiddlywiki, but it requires your own external hosting and looks like it is mainly forum stuff. I haven't tried it yet.
*[[Isso|http://posativ.org/isso/]] - could be good, looking into it.
*[[IntenseDebate|http://intensedebate.com/features]] - could be good, looking into it.
Website: http://zorklike.tiddlyspot.com/
This list is mainly tiddlywiki 5 wikis. I may add a section for tiddlywiki classic at some point but I doubt it. (see [[I have too many projects]])
If for some reason you don't want to be listed here let me know. (but why would you have a publicaly available wiki and then object to it being public? Either way, I will remove the listing if you ask.) If you have a wiki and want it listed let me know, either through the [[feedback form|User Feedback]] on this site or [[over on my other site|http://ooktech.com/jed/externalbrain/#Who%20is%20this%20inmysocks%20guy%3F]]. If you go through the trouble of asking to be listed I will probably give you more than just an entry on this list.
This is a very incomplete list of some other tiddlywikis. My wikis aren't included here, if you want to see them go [[here|Other Wikis I Have]]. I am going to just add a link to every one I find here and depending on time I will try to add some information about them as well. Since it is pretty much just going to be a link dump I am not making any sort of statement about quality, usefulness or anything else about them, just that they are publicly available tiddlywikis. Many of these deserve more attention than I am giving them, and many are practically empty. Like I said, I am not making any statement about quality or content by putting them in this list.
*[[http://austinstorm.tiddlyspot.com/]]
*[[http://iwalton.tiddlyspot.com/]]
*[[http://mgsd.tiddlyspot.com/#mGSD]]
*[[http://gri.tiddlyspot.com/]]
*[[http://pespot.tiddlyspot.com/]]
*[[http://chitselb.com/files/tiddlypettil.html]]
*[[http://giffmex.org/experiments/obadiah.html#Table%20of%20contents]]
*[[http://tesis.tiddlyspot.com/]]
*[[http://seealso.tiddlyspot.com/]]
*[[http://innoq.tiddlyspot.com/]]
*[[http://tw5-dev.cibm.de/]]
*[[http://rboue.tiddlyspot.com/]]
*[[http://tw5-texzilla.tiddlyspot.com/]]
*[[https://tobibeer.github.io/tb5/#Welcome]]
*[[http://t5a.tiddlyspot.com/]]
*[[http://ae-railroad.tiddlyspot.com/]]
*[[http://bc.classic.tiddlyspot.com/]]
*[[http://bopland-tw5.tiddlyspot.com/]]
*[[http://bjtools.tiddlyspot.com/]]
*[[http://cjhunt.github.io/]]
*[[http://tobibeer.github.io/tw/classic/]]
*[[https://rawgit.com/erwanm/tw-aggregator/master/tw-community-search.html]]
*[[http://braintest.tiddlyspot.com/]]
*[[http://notestorm.giffmex.org/]]
*[[http://tobibeer.github.io/tw/demo/#GettingStarted]]
*[[http://tobibeer.github.io/tw/dev/#GettingStarted]]
*[[http://draggable.tiddlyspot.com/#Start]]
*[[http://nocategories.net/tiddlywiki/bestrew.html]]
*[[http://pv5.tiddlyspot.com/]]
*[[http://namespace.tiddlyspot.com/#GettingStarted]]
*[[http://gwiz.tiddlyspot.com/]]
*[[http://twspot.tiddlyspot.com/]]
*[[http://magictabs.tiddlyspot.com/]]
*[[http://let.tiddlyspot.com/#GettingStarted]]
*[[http://jtab-tw5.tiddlyspot.com/]]
*[[http://iframe-1.tiddlyspot.com/#iframe-2]]
*[[http://tobibeer.github.io/tw/icons/#Start]]
*[[http://tobibeer.github.io/tw/ibox/#GettingStarted]]
*[[http://tobibeer.github.io/tw/fa/#GettingStarted]]
*[[http://tobibeer.github.io/tw/focus/#GettingStarted]]
*[[http://tobibeer.github.io/tw/filters/#Filter%20Examples]]
*[[http://eucaly-tw5.tiddlyspot.com/]]
*[[http://tiddlyclip.tiddlyspot.com/]]
*[[http://taggly5.tiddlyspot.com/]]
*[[http://tagfilter.tiddlyspot.com/#Start]]
*[[http://style.tiddlyspot.com/#GettingStarted]]
*[[http://storyviewtop.tiddlyspot.com/#GettingStarted]]
*[[http://tw5magick.tiddlyspot.com/]]
*[[http://tobibeer.github.io/tw/static/#Static%20Sites]]
*[[http://skeeve.tiddlyspot.com/]]
*[[http://septembertw.tiddlyspot.com/]]
*[[http://sections.tiddlyspot.com/#GettingStarted]]
*[[http://youtube.tiddlyspot.com/#Start]]
*[[http://tobibeer.github.io/tw/xlist/#Start]]
*[[http://twiz.tiddlyspot.com/]]
*[[http://tw5exploration.tiddlyspot.com/]]
*[[http://tw5custom.tiddlyspot.com/]]
*[[http://tw5bookmarklets.tiddlyspot.com/]]
*[[http://tongerner.tiddlyspot.com/]]
*[[http://tidtoc.tiddlyspot.com/#GettingStarted]]
*[[http://tw5.scholars.tiddlyspot.com/]]
*[[http://tiddlystuff.tiddlyspot.com/]]
*[[http://felixhayashi.github.io/TW5-TiddlyMap/index.html]]
*[[http://datacom.co.id/TW_demo.html#MyMenu]]
*[[http://journal.daleculp.com/]]
<<bottomOfTiddler {{!!title}}>>
I think this is because it isn't ignoring the subcategory or subsubcategory correctly when one has been selected for another category and not cleared.
In order to include the content of one tiddler in another use
```
---
---
{{Dashes in WikiText}}
---
---
```
which displays the content of [[Dashes in WikiText]] between the double [[Horizontal Rules]] included to show where the included tiddler starts and ends, so you only need `{{Dashes in WikiText}}` to show the tiddler.
---
---
{{Dashes in WikiText}}
---
---
This has many other uses, I will add more as I figure them out.
<<bottomOfTiddler {{!!title}}>>
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
!''This plugin requires tiddlywiki 5 version 5.1.8-prerelease or newer to work. On any older version it will probably not work.''
Since this wiki isn't using the prerelease it doesn't have the plugin installed, you can get the plugin and see a simple example [[here|http://ooktech.com/jed/ExampleWikis/TriggerActions/]].
This plugin has two parts which will probably be split into separate plugins at some point.
!Trigger Actions
---
This is a [[daemon|https://en.wikipedia.org/wiki/Daemon_%28computing%29]] that works in the background and listens for changes to a set of tiddlers, if one of those tiddlers changes than a list of actions is performed.
How to use the trigger actions functions:
#''Set the expression tiddler filter'' - The plugin adds a tab to the [[$:/ControlPanel]] called `Trigger Actions Settings`, on this tab you can define a filter and each tiddler returned by this filter is considered an expression tiddler. The default filter is `[tag[$:/tags/Trigger]]`, so any tiddler tagged with `$:/tags/Trigger` will be an expression tiddler.
#''Create an expression tiddler'' - Simply create a tiddler with whatever name you want and give it and tag it with `$:/tags/Trigger` or whatever you have chosen using the filter in the first step.
#''Define the expressions for each expression tiddler'' - Each expression tiddler is displayed using a custom view template that has 5 input fields:
#* A checkbox labeled 'Set as active', if this isn't checked than the actions listed in the tiddler won't ever trigger. You should have this unchecked while editing the parameters.
#* A text field labeled 'Listen Filter'. Enter a filter here and tiddlers retuned by this filter will trigger the actions defined in whenever the any of the returned tiddlers are changed. This only happens if the 'Set as active' checkbox is checked.
#* A text field labeled 'Action Filter'. The filter entered here will define the tiddlers to be acted upon. This means that each of the defined actions will be executed with the currentTiddler variable set to each one of the tiddlers returned by this filter in turn.
#* A text field labeled 'Name'. This field requires a valid field name, which means it can contain lower case letters, numbers, and the characters `-` and `_`.
#* A text field labeled 'Action' this field takes an action widget expression.
Once both the Name and Action fields are filled in click the `Add` button and the action will be listed at the bottom of the tiddler. Multiple actions can be added and the actions in the list can be edited if desired. Only one action widget is allowed per action added, anything other than an action widget will be ignored, if there are multiple action widgets listed only the first one will be executed.
When a change is detected in any of the tiddlers returned by the listen filter than the process will iterate through each tiddler returned by the action filter. In each of the tiddlers returned by the action filter, each of the action widgets listed in the expression tiddler will be triggered. Here 'in each of the tiddlers' means that the currentTiddler variable is set to each tiddler in turn. So the action widget expression `<$action-setfield $field=foo $value=bar/>` would set the foo field to bar in each one of the tiddlers returned by the action filter.
''Note:'' To prevent infinite update loops no tiddler that triggers an action can be modified by the trigger actions daemon. If you find a way to violate this please let me know so I can fix it, if this behaviour is allowed than it can cause infinite updating loops which can do terrible things.
!Startup Actions
---
This is a process that is triggered during the startup sequence of the wiki, and the actions defined are executed each time the wiki is loaded. The actions allowed in the startup actions can be significantly more complex than in the trigger actions part. This is because the trigger acitons expressions are triggered each time there is a change and strict limits on what can be done are required to prevent infinite loops, while the startup actions happen only once and won't cause the same sort of problems if they aren't well thought out.
Triggering startup actions is simpler than the trigger actions daemon:
Any tiddler that has the tag `$:/tags/StartupAction` will be triggered on startup. This means that any action widgets listed will be invoked. Because there are fewer restrictions on the startup actions some more complex behavior can also be used, such as using reveal widgets to conditionally trigger action widgets. The two examples I have for the moment are [[shamelessly stolen from Jeremy||https://github.com/Jermolene/TiddlyWiki5/issues/1438]]:
Change the palette if the vanilla theme was selected:
```
<$reveal type="match" state="$:/theme" text="$:/themes/tiddlywiki/vanilla/">
<$action-setfield $tiddler="$:/palette" $value="$:/_myFunkyPalette"/>
</$reveal>
```
Display a license agreement modal if the user hasn't already agreed:
```
<$reveal type="nomatch" state="$:/_hasAgreedLicense" text="yes">
<$action-sendmessage $message="tm-modal" $param="$:/_myLicenseAgreement"/>
</$reveal>
```
This tiddler tells the community search to include my icon menus wiki.
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
''Things I will hopefully add at some point''
*I would like to add a modified select widget that can change multiple fields at the same time.
*Maybe also let the select widget trigger action widgets or send messages.
*Change the link-field widget so it can use a data tiddler to set different values in each field. Sort of done, but I want to be able to give it a data tiddler as input instead of having to list the indicies.
*Make an action widget version of the link-fields widget so that it can be used to reset fields in a reasonable way. The [[update fields on button press|link-fields Widget - Update link-fields on a Button Press]] example does this, but in a rather roundabout way.
*Other stuff?
Readme: [[$:/plugins/inmysocks/TW5Utils/readme]]
Tiddler to import for the plugin: [[$:/plugins/inmysocks/TW5Utils]]
Github: https://github.com/inmysocks/TW5-TW5Utils
Currently this plugin contains:
*[[The link-fields Widget]] - a widget that creates a durable link between a source field and a store field.
**This widget can be used to [[set all of the fields in a specific tiddler or tiddlers to a specific value|link-fields Widget - Iterate Over Fields]] (or set of values [[using fields|link-fields Widget - Set Multiple Fields Using Select]] or [[using data tiddlers|link-fields Widget - Set Multiple Fields Using Select (Data Tiddler Version)]] )
**This widget can be used to set lists of fields or data tiddler indexes from filter expressions
**This widget can be used to [[make a selectt widget set multiple fields|link-fields Widget - Set Multiple Fields Using Select]], to the same or separate values
**All functions can be set to be either triggered on the source field changing (the default behaviour), or [[on a button press|link-fields Widget - Update link-fields on a Button Press]]
!The link-fields Widget
<<tiddlerSlider 'The link-fields Widget'>>
<<bottomOfTiddler>>
A plugin to make a searchable database of bookmarks
A widget and some macros to allow you to make calendars in your wiki
This plugin adds a macro that creates task lists with collapsible categories
A plugin for the Dashboard that add a citations tracker
A contacts database designed to work with the Dashboard
This widget looks for a word inside a tiddler and shows the result with the searched word highlighted with some of its context.
A simple form that can be filled out to create or edit tiddlers
A consistent interface to use with my dashboard plugins
This widget adds the ability to encrypt your tiddlers individually. This have several advantages:
* You can specify a different password for each tiddler if you want.
* You don't have to encrypt your whole wiky.
* If you forget your password, you only lose a tiddler.
* It's possible to edit the tiddler content , tags and fields ''except the encrypt field'' after encryption. Decrypting your tiddler will restore it to its original state when you encrypted it. This way you can hide the encrypted tiddlers as a "different" thing.
* You can even encrypt images.
* You can have sensible data in a day to day wiky.
* I didn't try this, but theoretically you can apply double encryption by encrypting your wiki too.
A plugin that adds some extra filter operators to tiddlywiki
A plugin that adds the ability to use the font awesome icons in your wiki.
The [[IfTid Widget|$:/plugins/matabele/iftid]] traps [[WidgetMessage: tw-if-tiddler|Widget Messaging in the Stack]] dispatched within its child content by performing this action:
* dispatching a widget message if the specified tiddler (or a specified field of the specified tiddler) exists
* sending a different widget message if the tiddler (or field) does not exist
The widget is used to test for the existence of a tiddler (or field) and to send different widget messages based upon the existence of this tiddler (or field.)
The IfTref Widget traps WidgetMessage: tw-if-tref dispatched within its child content by performing this action:
*dispatching a widget message if there is a match between the value of a TextReference and a specified value
*sending a different widget message if there is no match
The widget is used to test for the value of a TextReference and to send different widget messages based upon whether this value matches the value specified by the 'value=' attribute.
The MakeList Widget traps WidgetMessage: tw-make-list dispatched within its child content by performing any or all of these actions:
*setting the value of a TextReference to the output of a filter expression
*setting a new value for the target tiddler
*passing on or sending a different widget message
The widget may be used to set the value of a field to a list of titles selected with the specified filter expression.
The MakeTid Widget traps WidgetMessage: tw-new-tiddler dispatched within its child content by performing any or all of these actions:
setting the title for the new tiddler
setting the tags for the new tiddler
specifying the template for the new tiddler
controlling navigation to the new tiddler
setting the value for the target tiddler
passing on a different widget message
When used with a prepared template, any number of place holders of the form $(placeholder)$ anywhere within the template will be replaced during creation, with values defined by enclosing set widgets.
A tool for rearranging a table of contents in TiddlyWiki5
The MangleTags Widget traps WidgetMessage: tw-mangle-tags dispatched within its child content by performing any or all of these actions:
appending a tag to the tags field
finding and removing a tag from the tags field
finding and replacing a tag from the tags field
setting a new value for the target tiddler
passing on or sending a different widget message
The widget may be used in a stack to manipulate several tags, either in the same target tiddler or in different target tiddlers (the title of the target is passed up through the stack by default.)
MathyThing is a plugin that adds some math functions to TiddlyWiki5. There are widgets to perform sums and products, as well as modified count widgets that store the output value instead of displaying it. One of the modified count widgets updates whenever the count changes, the other widget is an action-widget that only updates on button presses. The plugin also contains a widget that will increment a numeric field of a tiddler by a specified amount.
The sum and product widgets can be thought of as vector operations, where the filter builds a vector of tiddler fields and you take the sum or product of each element of the vector in the case of sumfield and prodfield, and in sumfield2 and prodfield2 are equivalent to multiplying two vectors together element by element.
I tried to come up with a way to use both normal math notation and the powerful filter operators of TiddlyWiki, but I was unable to come up with a good way to do so.
This widget converts a conventional widget message into an action. Specifically I used this in combination with a keyboard widget to open up all Title matches in the standard search upon pressing 'Enter'.
A simple task list with minimal features
Yes, a plugin to pack tiddlers as plugins. This is a a beta test for early adopt. There is not very good documentation because it was for personal use. But I think that some other people could find it useful.
If you don't know what is this for, the you don't need it.
A simple note pad for tiddlywiki5
A plugin that adds a random number generator to a wiki. It is designed to mimic the behavior of dice, but it isn't limited to only that application. It allows the user to set a lower bound, an upper bound, a step size and the number of random numbers to sum for the output and a field in which to store the output. This is an action widget so the random number generation is trigged by a keypress.
A plugin that adds an html range slider input
An editable and searchable dictionary for tiddlywiki 5
The SetField Widget traps WidgetMessage: tw-set-field dispatched within its child content by performing any or all of these actions:
*setting the value of a TextReference
*setting a new value for the target tiddler
*passing on or sending a different widget message
The widget may be used in a stack to set several fields, either in the same target tiddler or in different target tiddlers (the title of the target is passed up through the stack by default.)
This plugin allows you to refine searches using tags. It's possible to search without any tag and the opposite, using just tags as filter.
A configurable task list for TiddlyWiki5
Tiddlyclip (TC) allows parts of webpages to be clipped into a tiddlywiki (TW), and consists of two parts, the browser Addon and the TW plugin. The Addon is completely memoryless, any configuration is determined by the current TW that the user has select to work with (we say that the Addon is docked to the TW). TC is designed to work (in a basic mode) without configuration. Once the Addon and plugin are installed, all the user has to do is select which TW to dock to.
Some utility plugins I made for TW5. This is in early development and shouldn't be used yet.
\define thisMakeMaintainerField()
maintainer[$(ThisMaintainer)$]
\end
\define thisMakeCategoryField()
category[$(ThisCategory)$]
\end
\define thisMakeList()
<table>
<$list filter='[$(CategoryEntry)$$(MaintainerEntry)$tag[Plugin twCard]has[category]sort[category]each[category]]'>
<tr><th>{{!!category}} Plugins</th><th></th><th></th><th></th><th></th><th></th></tr>
<tr><th>Name</th><th>Version</th><th>Date (DD-MM-YYYY)</th><th>Maintainer</th><th>Description</th><th>Wiki</th></tr>
<$set name=currentCategory value={{!!category}}>
<$list filter='[$(MaintainerEntry)$tag[Plugin twCard]category<currentCategory>sort[title]]' template=PluginTWcardDisplayTemplate>
</$list>
</$set>
</$list>
</table>
\end
Select maintainer: <$select field='maintainer'>
<option value=''>All</option>
<$list filter='[!is[current]tag[Plugin twCard]each[maintainer]get[maintainer]sort[title]]-[[twCard Listing - Plugins]]' variable=ThisMaintainer>
<option value=<<thisMakeMaintainerField>>><$view tiddler=<<ThisMaintainer>> field='title'/></option>
</$list>
</$select>
Select category: <$select field='category'>
<option value=''>All</option>
<$list filter='[!is[current]tag[Plugin twCard]each[category]get[category]sort[title]]-[[twCard Listing - Plugins]]' variable=ThisCategory>
<option value=<<thisMakeCategoryField>>><$view tiddler=<<ThisCategory>> field='title'/></option>
</$list>
</$select>
<$set name=MaintainerEntry value={{!!maintainer}}>
<$set name=CategoryEntry value={{!!category}}>
<<thisMakeList>>
</$set>
</$set>
<!--
<table>
<$list filter='[tag[Plugin twCard]sort[category]each[category]]-[[Plugin Info Template]]+[rest[]]'>
<tr><th>{{!!category}} Plugins</th><th></th><th></th><th></th><th></th><th></th><th></th></tr>
<tr><th>Name</th><th>Version</th><th>Date</th><th>Release</th><th>Maintainer</th><th>Description</th><th>Wiki</th></tr>
<$set name=currentCategory value={{!!category}}>
<$list filter='[tag[Plugin twCard]category<currentCategory>sort[title]]' template=PluginTWcardDisplayTemplate>
</$list>
</$set>
</$list>
</table>
-->
This is used over at [[my other site|http://ooktech.com/jed/externalbrain]] if you wish to see it working.
''There is something weird going on where the script isn't being used if it is in the plugin. So if you are going to use this import [[$:/plugins/inmysocks/Twitter/TwitterJavaScript]] by itself then import the plugin. If you start getting a lot of javascript errors open [[$:/plugins/inmysocks/Twitter/TwitterJavaScript]] to edit it (on your site) and then save it without changing anything save your wiki and reload. That should let you use it, I don't know why this happens, I will look into it.''
Plugin tiddler: [[$:/plugins/inmysocks/Twitter]]
How to use it:
Import the plugin into your wiki by dragging and dropping the above link into your wiki.
Reload your wiki, this may take more than just using the wikis refresh button, you may have to close the wiki completely and reopen it.
There is a macro called `TwitterShareTiddlerButton` that will create a share button to share the permalink to the current tiddler, you just need to put `<<TwitterShareTiddlerButton>>` in a tiddler to get <<TwitterShareTiddlerButton>>. For this wiki since the site title is so long it completely fills the tweet. I will look into doing something about that.
Then in whatever tiddler you want add the code for one of the buttons described on [[twitters page|https://dev.twitter.com/web/tweet-button]].
You can also [[display widgets, like time lines,|https://twitter.com/settings/widgets]] on a wiki.
''Note:'' You only want the code that is starts `<a class=` and ends with `</a>`, you don't need any of the code between the script tags, the plugin takes care of that part. So for a basic share button you only need to put `<a class="twitter-share-button" href="https://twitter.com/share">Tweet</a>` into your wiki. It gives you this: <a class="twitter-share-button" href="https://twitter.com/share">Tweet</a>
''Also note:'' Some things, like opening a new tab in a tiddler that has tabs, may not trigger the update. If the widgets don't display properly try opening an unrelated tiddler and closing it again, that should trigger the update that will render everything. ''I think this is fixed now''
You can [[see an example here|http://ooktech.com/jed/externalbrain/#Twitter%20Integration]].
<<bottomOfTiddler>>
<h2>''How do I make these reveal widgets stop breaking my table/select/other stuff??''</h2>
You have two options:
If it is somewhere like a table that has a tag associated with it, and you only need to use the tag with no other input, you can put a `tag=foo` option in the reveal widget. So in a table if you want a cell (`td`) to be visible controlled by the reveal widget you would have something like:
`<$reveal type='match' state=<<someState>> text=<<someText>> tag=td>(content)</$reveal>`
If that won't work because you need to have something special with the tag, like `<option value=foo>` or something, than you can use a list widget instead like this:
`<$list filter='[<someState>text<someText>]'>(content)</$list>`
this works in every case I have come across where a reveal widget breaks things. If your state is the field of a tiddler than you can use a filter in the form `[[tiddlername]fieldname[text]]` to replace a match type reveal, or `[[tiddlername]!fieldname[text]]` for a nomatch type reveal.
<h2>''How can I use something like `{{!!title}}` and make it show up as a link?''</h2>
You use `<$link to={{!!title}}><$view field='title'/></$link>` which gives <$link to={{!!title}}><$view field='title'/></$link><br>
If you use `{{!!title}}` you get {{!!title}}<br>
You can use `<$link to={{!!title}}>{{!!title}}</$link>`, but in some cases that gives strange results.
---
<h2>''In lists, tiddlers with titles that have both spaces and CamelCase display strangely when I use a template. How do I fix this?''</h2>
You use `<$link to={{!!title}}><$view field='title'/></$link>` in your list or template.
Without the fix:
```
<$list filter='[[Some Tiddler with ACamelCaseWord]]'>
<$link to={{!!title}}>{{!!title}}</$link> - <$view field='modified'/>
</$list>
```
<$list filter='[[Some Tiddler with ACamelCaseWord]]'>
<$link to={{!!title}}>{{!!title}}</$link> - <$view field='modified'/>
</$list>
With the fix:
```
<$list filter='[[Some Tiddler with ACamelCaseWord]]'>
<$link to={{!!title}}><$view field='title'/></$link> - <$view field='modified'/>
</$list>
```
<$list filter='[[Some Tiddler with ACamelCaseWord]]'>
<$link to={{!!title}}><$view field='title'/></$link> - <$view field='modified'/>
</$list>
<h2>''Useful built in classes''</h2>
*`tc-popup-keep` - this class, when added to a popup, will keep the popup open when you click inside of it and close the popup when you cilck outside of it. This is different from the default of closing whenever you click anywhere.
*`tc-btn-invisible` - make a button without the button image
\define pluginInfoTiddlerName()
twCard - Plugin - $(pluginName)$
\end
\define thisAddWidgetsThing()
<$fieldmangler tiddler={{$:/state/UpdatePlugintwCard}}>
<$button>Add Widget
<$action-sendmessage $message='tm-add-tag' $param="""widget-$(widgetTag)$"""/>
<$action-setfield $tiddler='$:/temp/UpdatePlugintwCard/temp' $field=add_widget $value=''/>
</$button>
</$fieldmangler>
\end
\define thisAddTiddlersThing()
<$fieldmangler tiddler={{$:/state/UpdatePlugintwCard}}>
<$button>Add Other Tiddler
<$action-sendmessage $message='tm-add-tag' $param="""tiddler-$(tiddlerTag)$"""/>
<$action-setfield $tiddler='$:/temp/UpdatePlugintwCard/temp' $field=add_tiddler $value=''/>
</$button>
</$fieldmangler>
\end
\define thisRemoveWidgetThing()
<$fieldmangler tiddler="""$(currentPlugintwCard)$""">
<$button>Remove Widget
<$action-sendmessage $message='tm-remove-tag' $param="""widget-$(widgetTag)$"""/>
</$button>
</$fieldmangler>
\end
\define thisRemoveTiddlerThing()
<$fieldmangler tiddler="""$(currentPlugintwCard)$""">
<$button>Remove Tiddler
<$action-sendmessage $message='tm-remove-tag' $param="""tiddler-$(tiddlerTag)$"""/>
</$button>
</$fieldmangler>
\end
\define currentPlugintwCardName() """$(currentPlugintwCard)$"""
Enter Plugin Information Here:
Plugin Name: <$select tiddler='$:/state/UpdatePlugintwCard'>
<$list filter='[tag[Plugin twCard]sort[title]]'>
<$set name=thisTid value=<<currentTiddler>>>
<$list filter='[<currentTiddler>get[title]]+[removeprefix[twCard - Plugin - ]]'>
<option value=<<thisTid>>><$view field='title'/></option>
</$list>
</$set>
</$list>
</$select>
<$list filter='[[$:/state/UpdatePlugintwCard]get[text]]' variable=currentPlugintwCard>
<$fieldmangler tiddler=<<currentPlugintwCardName>>>
Long Description:
<$edit-text tiddler={{$:/state/UpdatePlugintwCard}} field=text class='tc-edit-texteditor'/>
<$set name=widgetTag value={{$:/temp/UpdatePlugintwCard/temp!!add_widget}}>
<<thisAddWidgetsThing>></$set> : <$edit-text tiddler='$:/temp/UpdatePlugintwCard/temp' field='add_widget'/><br>
<$set name=tiddlerTag value={{$:/temp/UpdatePlugintwCard/temp!!add_tiddler}}>
<<thisAddTiddlersThing>></$set> : <$edit-text tiddler='$:/temp/UpdatePlugintwCard/temp' field='add_tiddler'/>
<table>
<tr><th>Widget List</th></tr>
<$list filter='[<currentPlugintwCard>tags[]]+[removeprefix[widget-]]'>
<$set name=widgetTag value=<<currentTiddler>>>
<tr><td><<currentTiddler>></td><td><<thisRemoveWidgetThing>></td></tr>
</$set>
</$list>
<tr><th>Other Tiddler List</th></tr>
<$list filter='[<currentPlugintwCard>tags[]]+[removeprefix[tiddler-]]'>
<$set name=tiddlerTag value=<<currentTiddler>>>
<tr><td><<currentTiddler>></td><td><<thisRemoveTiddlerThing>></td></tr>
</$set>
</$list>
</table>
<table>
<$list filter='[[Plugin Info Template]fields[]sort[title]]-[[text]]-[[modified]]-[[created]]-[[tags]]-[[title]]'>
<tr><td><<currentTiddler>></td><td><$edit-text tiddler=<<currentPlugintwCard>> field=<<currentTiddler>> class='tc-edit-texteditor' size=70/></td></tr>
</$list>
</table>
</$fieldmangler>
</$list>
Now that 5.1.8 has come out we can actually put it out for general use.
\define makeCitationText()
Subjects:
<ul>
<$list filter='[[$(subjectsTiddler)$]indexes[]]'>
<li><$view field='title'/></li>
</$list>
</ul>
Abstract:<br>
<$view tiddler="""$(abstractTiddler)$""" field='text'/>
Bibtex:
---
$(bibTex)$
---
\end
\define thisMakeBibtexTiddler()
$(currentTitle)$_BibTex
\end
\define thisMakeAbstractTiddler()
$(currentTitle)$_Abstract
\end
\define thisMakeSubjectTiddler()
$(currentTitle)$_Subject
\end
\define getBibTex()
<$macrocall $name=monoSpacedCodeBlock src={{$(bibTexTiddler)$}}/>
\end
<$select tiddler='$:/state/UpgradeCitation/selectedtiddler'>
<$list filter='[tag[Citations]has[subject]]'>
<option><$view field='title'/></option>
</$list>
</$select>
<$tiddler tiddler={{$:/state/UpgradeCitation/selectedtiddler}}>
<$set name=currentTitle value=<<currentTiddler>>>
<$set name=bibTexTiddler value=<<thisMakeBibtexTiddler>>>
<$set name=subjectsTiddler value=<<thisMakeSubjectTiddler>>>
<$set name=bibTex value=<<getBibTex>>>
<$set name=abstractTiddler value=<<thisMakeAbstractTiddler>>>
<$button>Upgrade
<$action-setfield bibtex_tiddler=<<thisMakeBibtexTiddler>> abstract_tiddler=<<thisMakeAbstractTiddler>> subject_tiddler=<<thisMakeSubjectTiddler>>/>
<$action-setfield $tiddler=<<thisMakeSubjectTiddler>> $index={{!!subject}} $value=1/>
<$action-setfield text=<<makeCitationText>>/>
</$button>
</$set>
</$set>
</$set>
</$set>
</$set>
</$tiddler>
Put a short list at the top of what to do
Maybe this time it will have the features that get me to keep using it.
Remove the checkbox to mark a task as finished, and possibly take the remove task button out. I could use this for listing plugins and stuff. I am sure I will find other uses as well.
The main thing is resetting the TOC state. I am not sure if there is much more to worry about.
<iframe src="https://docs.google.com/forms/d/1btNNHk0CbdT3hPVJ8N7oF63gha57QXki1dPDooS65tQ/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
Hello: 23
Goodbye: 42
And now: 99
Something else: 31
Hello: billy
Goodbye: bob
And now: joe
Something else: bobjoe
Hello: foo
Goodbye: bar
And now: baz
Something else: bop
You can import the plugin from this wiki with this link [[$:/fonts/FontAwesome]] but it would probably be better to go to [[this site|http://tobibeer.github.io/tw/fa/#GettingStarted]] to make sure you get the newest version of the font plugin.
The macros that I use are available for import here: FontAwesomeMacro
A list of available icons is here http://fortawesome.github.io/Font-Awesome/icons/
HTML examples: http://fortawesome.github.io/Font-Awesome/examples/
!Using the font:
There are two ways to use the font, using html (more flexible) or the macros (easier and faster)
You can stack attributes, so you can have a 2x sized icon that spins.
!!Basic use:
*html - `<i class="fa fa-at"></i>` for <i class="fa fa-at"></i>
*macro - `<<fa fa-at>>` for <<fa fa-at>>
!!Changing the size of the icon:
*Using normal html:
**Normal size `<i class="fa fa-at"></i>` for <i class="fa fa-at"></i>
**Large size `<i class="fa fa-at fa-lg"></i>` for <i class="fa fa-at fa-lg"></i>
**2x size `<i class="fa fa-at fa-2x"></i>` for <i class="fa fa-at fa-2x"></i>
**3x size `<i class="fa fa-at fa-3x"></i>` for <i class="fa fa-at fa-3x"></i>
**4x size `<i class="fa fa-at fa-4x"></i>` for <i class="fa fa-at fa-4x"></i>
**5x size `<i class="fa fa-at fa-5x"></i>` for <i class="fa fa-at fa-5x"></i>
*Using one of the macros
**Normal size `<<fa fa-at>>` for <<fa fa-at>>
**Large size `<<falg fa-at>>` for <<falg fa-at>>
**2xsize `<<fa2x fa-at>>` for <<fa2x fa-at>>
**3xsize `<<fa3x fa-at>>` for <<fa3x fa-at>>
**4xsize `<<fa4x fa-at>>` for <<fa4x fa-at>>
**5xsize `<<fa5x fa-at>>` for <<fa5x fa-at>>
!!Using fixed-width icons
*Html - `<i class="fa fa-at fa-fw"></i>` for <i class="fa fa-at fa-fw"></i>
*Macro - `<<fafw fa-at>>` for <<fafw fa-at>>
!!Mixing things
You can mix things together to get multiple effects, here is a 2x sized @ symbol spinning:
*html - `<i class="fa fa-at fa-spin fa-2x"></i>` for <i class="fa fa-at fa-spin fa-2x"></i>
*Macro - `<<fa "fa-at fa-spin fa-2x">>` for <<fa "fa-at fa-spin fa-2x">>
**Remember to put the options inside quotes or it won't work.
There is more you can do, including:
*Replace bullets on lists
*Stack icons
*Add borders
*Make icons spin
*Rotate or flip icons
*stuff
For how to do these things look at the font awesome documentation: http://fortawesome.github.io/Font-Awesome/examples/
Where you change the `fa-at` part to the name of the icon you want. Icons and names are listed here: http://fortawesome.github.io/Font-Awesome/icons/
!Using the macro
<<bottomOfTiddler {{!!title}}>>
This shouldn't be too hard. It is mostly done with the startup actions plugin, but it would work well with the category lists and calendar plugins.
Here are the currently available utility plugins I have made with their version numbers and date published.
<table>
<tr><th>Name</th><th>Version</th><th>Date</th><th>Release</th><th>Description</th><th>Install Link</th></tr>
<$list filter='[tag[Plugin twCard]maintainer[inmysocks]category[Utility]]' template=PlugintwCardDisplayTemplate2>
</$list>
</table>
<<bottomOfTiddler>>
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
\define topic(description, timecode)
<$macrocall $name="youtube-link" video={{$:/.rich/data/videos##$(hangout)$}} time="$timecode$"/> <<sep>> $description$
\end
\define thisGetName()
$(tidName)$ - $(timeStamp)$
\end
\define thisGetTags()
$(tidName)$ Hangouts
\end
\define thisMakeURL()
https://www.youtube.com/watch?v=$(youtubeid)$&t=$(hours)$h$(minutes)$m$(seconds)$s
\end
\define thisGetYoutubeID()
<$set name=youtubeid value={{$:/.rich/data/videos##$(selectedVideo)$}}>
<<thisMakeURL>>
</$set>
\end
''I can't take much credit for most of this, I am ~~mostly stealing~~ heavily borrowing from Rich Shumaker and Astrid Elocson in this thread https://groups.google.com/forum/#!topic/tiddlywiki/5FugIFRgYLs''
!Look below for version 2 (broken) and version 3 (working)
Instructions:
For taking notes on the video embedded below, fill out the timestamp field in the HH:MM:SS form and then enter a description. Click `Add Timestamp` and it will be added to the list. The dropdown menu selects between the currently available videos. To add a video click on the `Add Video` button and give the video a name and enter the ~YouTube video id, then the video will be available in the dropdown menu. You can add tags to each timestamp. The list of available tags is created slightly differently than most tags, each tiddler that can be used as a tag here has a field `video_tag` set to `true`, this is so that you can use existing tiddlers as tags and create new tags without messing anything up. The list of tags isn't cleared when you make a new timestamp so that you can have a list of tags that are shared by multiple successive timestamps without having to readd all of them.
Things to add:
*An option for the displayed video to jump to the time when the link in each timestamp is clicked.
*An option to remove tags from the potential video tags list
*(Possibly) If/when data tiddlers get upgraded to be able to deal with multi-level json data convert this so that it uses a data tiddler instead of creating a new tiddler for each timestamp. This may be a bad idea if people want to be able to put more extensive notes in a timestamp.
*Is there a way to automatically get the timestamp from a paused video? Because that would be awesome.
*probably some other stuff
<$macrocall $name=embed hangout={{!!selected_video}}/>
<$reveal type='nomatch' state='$:/state/videotimestampreveal' text='show'>
<$select field='selected_video'>
<$list filter='[[$:/.rich/data/videos]indexes[]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$button set='$:/state/videotimestampreveal' setTo='show'>New Video</$button>
</$reveal>
<$reveal type='match' state='$:/state/videotimestampreveal' text='show'>
~YouTube ID:<$edit-text tiddler='$:/temp/videotimestame' field='youtubeid' placeholder='YouTube ID'/><br>
Video Name:<$edit-text tiddler='$:/temp/videotimestame' field='vidname' placeholder='Video Name'/><br>
<$button>Add Video
<$action-setfield $tiddler='$:/.rich/data/videos' $index={{$:/temp/videotimestame!!vidname}} $value={{$:/temp/videotimestame!!youtubeid}}/>
<$action-setfield $tiddler='$:/temp/videotimestame' vidname='' youtubeid=''/>
</$button>
<$button set='$:/state/videotimestampreveal' setTo='noshow'>Done</$button>
</$reveal>
Timestamp:<br><$edit-text tiddler='$:/temp/videotimestame' field='timestamp' size=40 placeholder='hh:mm:ss' class='tc-edit-texteditor'/><br>
Description:<br><$edit-text tiddler='$:/temp/videotimestame' field='description' class='tc-edit-texteditor' placeholder='Description for Timestamp' class='tc-edit-texteditor'/><br>
Tags (it will always be tagged with the name of the video by default):<br>
<$reveal type=match state='$:/state/videotag!!add_or_create_tag' text='create'>
New Tag: <$edit-text tiddler='$:/state/videotag' field='tag_temp' placeholder='New Tag'/><$fieldmangler tiddler='$:/state/videotag'>
<$button>Create Tag
<$action-setfield $tiddler={{$:/state/videotag!!tag_temp}} $field='video_tag' $value='true'/>
<$action-setfield $tiddler='$:/state/videotag' $field='tag_temp' $value=''/>
</$button>
</$fieldmangler><$button set='$:/state/videotag!!add_or_create_tag' setTo='nocreate'>Done</$button><br>
</$reveal>
<$reveal type='nomatch' state='$:/state/videotag!!add_or_create_tag' text='create'>
Tag to add:
<$select tiddler='$:/state/videotag' field='selected_tag'>
<$list filter='[video_tag[true]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$fieldmangler tiddler='$:/temp/videotimestame'>
<$button>
<$action-sendmessage $message='tm-add-tag' $param={{$:/state/videotag!!selected_tag}}/>Add Tag
</$button><$button set='$:/state/videotag!!add_or_create_tag' setTo='create'>New Tag</$button>
</$fieldmangler>
<br>
</$reveal>
List of current tags:<br>
<$fieldmangler tiddler='$:/temp/videotimestame'>
<$list filter='[[$:/temp/videotimestame]tags[]]'><$view field='title'/> <$button>Remove Tag<$action-sendmessage $message='tm-remove-tag' $param=<<currentTiddler>>/></$button><br> </$list>
</$fieldmangler>
<$set name=tidName value={{!!selected_video}}>
<$set name=timeStamp value={{$:/temp/videotimestame!!timestamp}}>
<$fieldmangler tiddler=<<thisGetName>>>
<$button>Add Timestamp
<$action-setfield $tiddler='$:/temp/videotimestame' title=<<thisGetName>>/>
<$action-setfield $tiddler='$:/temp/videotimestame' timestamp='' link='' description=''/>
<$action-sendmessage $message='tm-add-tag' $param=<<tidName>>/>
</$button>
</$fieldmangler>
<br>
<$list filter='[tag<tidName>sort[timestamp]]'>
<$set name=hangout value={{Video timestamp test!!selected_video}}>
<$macrocall $name=topic timecode={{!!timestamp}} description={{!!description}}/><br>
</$set>
</$list>
</$set>
</$set>
!!Version 2
---
This uses the same video selection as the one above but does it all using only the core wiki. Later we can see about adding in the option to input time in hh:mm:ss form. The big question is why can't I use the `<a>` html tag with it? Or even set a field to the value.
<br>
<$edit-text tiddler='$:/temp/test' field=hours size='2'/><$edit-text tiddler='$:/temp/test' field=minutes size='2'/><$edit-text tiddler='$:/temp/test' field=seconds size='2'/>
<$set name=selectedVideo value={{!!selected_video}}>
<$set name=hours value={{$:/temp/test!!hours}}>
<$set name=minutes value={{$:/temp/test!!minutes}}>
<$set name=seconds value={{$:/temp/test!!seconds}}>
Without using `<a>`: <<thisGetYoutubeID>>
<a href=<<thisGetYoutubeID>>>Using `<a>`</a>
</$set>
</$set>
</$set>
</$set>
!!Version 3
{{Video Timestamp Version 3}}
\define topic(description, timecode)
<$macrocall $name="youtube-link" video={{$:/.rich/data/videos##$(hangout)$}} time="$timecode$"/> <<sep>> $description$
\end
\define thisGetName()
$(tidName)$ - $(timeStamp)$
\end
\define thisGetTags()
$(tidName)$ Hangouts
\end
\define thisMakeURL()
https://www.youtube.com/watch?v=$(youtubeid)$&t=$(hours)$h$(minutes)$m$(seconds)$s
\end
\define thisGetYoutubeID()
<$set name=youtubeid value={{$:/.rich/data/videos##$(selectedVideo)$}}>
<<thisMakeURL>>
</$set>
\end
\define thisGetYoutubeID2()
<$set name=youtubeid value=$(somethingHere)$>
<<thisMakeURL>>
</$set>
\end
\define thisTestAgain()
<a href=<<thisGetYoutubeID>>>Link</a>
\end
\define thisTestAgain2()
<<thisGetYoutubeID2>>
\end
!Version 1
---
<$select field='selected_video'>
<$list filter='[[$:/.rich/data/videos]indexes[]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$edit-text tiddler='$:/temp/test' field=hours size='2'/><$edit-text tiddler='$:/temp/test' field=minutes size='2'/><$edit-text tiddler='$:/temp/test' field=seconds size='2'/>
<$set name=selectedVideo value={{!!selected_video}}>
<$set name=hours value={{$:/temp/test!!hours}}>
<$set name=minutes value={{$:/temp/test!!minutes}}>
<$set name=seconds value={{$:/temp/test!!seconds}}>
<<thisGetYoutubeID>>
<br>
<<thisTestAgain>>
</$set>
</$set>
</$set>
</$set>
!Version 2
---
<$select field='selected_video'>
<$list filter='[[$:/.rich/data/videos]indexes[]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$edit-text tiddler='$:/temp/test' field=hours size='2'/><$edit-text tiddler='$:/temp/test' field=minutes size='2'/><$edit-text tiddler='$:/temp/test' field=seconds size='2'/>
<$set name=selectedVideo value={{!!selected_video}}>
<$set name=hours value={{$:/temp/test!!hours}}>
<$set name=minutes value={{$:/temp/test!!minutes}}>
<$set name=seconds value={{$:/temp/test!!seconds}}>
<$set name=somethingHere value={{$:/.rich/data/videos##58}}>
<<thisGetYoutubeID2>>
<br>
<<thisTestAgain2>>
</$set>
</$set>
</$set>
</$set>
</$set>
\define getAddress()
http://www.principiadiscordia.com/book/$(page)$.php
\end
\define makeOption()
<$set name=optionValue value={{$:/.rich/data/videos##$(currentThing)$}}>
<option value=<<optionValue>>><$view field='title'/></option>
</$set>
\end
\define thisMakeURL()
https://www.youtube.com/watch?v=$(youtubeid)$&t=$(hours)$h$(minutes)$m$(seconds)$s
\end
\define thisMakeEmbedURL()
http://www.youtube.com/embed/$(youtubeid)$?rel=0&start=$(startTime)$&end=$(endTime)$&autoplay=0
\end
\define topic(description, timecode)
<$macrocall $name="youtube-link" video={{$:/.rich/data/videos##$(hangout)$}} time="$timecode$"/> <<sep>> $description$
\end
''Setting the start and end times for the embedded video still doesn't work, other than that it works well enough.''
<$set name=startTime value={{$:/temp/test!!start}}>
<$set name=minutes value={{$:/temp/test!!end}}>
<$set name=youtubeid value={{!!test_field}}>
<iframe width='640' height='360' src=<<thisMakeEmbedURL>> frameborder='0' allowfullscreen></iframe>
</$set>
</$set>
</$set>
Start:
<$edit-text tiddler='$:/temp/test' field=start size='2'/>
End:
<$edit-text tiddler='$:/temp/test' field=end size='2'/>
<$select field='test_field'>
<$list filter='[[$:/.rich/data/videos]indexes[]]'>
<$set name=currentThing value=<<currentTiddler>>>
<<makeOption>>
</$set>
</$list>
</$select>
Timestamp:
<$edit-text tiddler='$:/temp/test' field=hours size='2'/><$edit-text tiddler='$:/temp/test' field=minutes size='2'/><$edit-text tiddler='$:/temp/test' field=seconds size='2'/>
<$set name=hours value={{$:/temp/test!!hours}}>
<$set name=minutes value={{$:/temp/test!!minutes}}>
<$set name=seconds value={{$:/temp/test!!seconds}}>
<$set name=youtubeid value={{!!test_field}}>
<a href=<<thisMakeURL>> target="_blank">Go to <<hours>>:<<minutes>>:<<seconds>></a><br>
<$button>Test Storing Link
<$action-setfield $field='test_field2' $value=<<thisMakeURL>>/>
</$button>
</$set>
</$set>
</$set>
</$set>
Contents of test_field2: <$view field='test_field2'/>
If you happen to know ~JavaScript, or want to help create documentation or have ideas for improvements to [[tiddlywiki.com|http://tiddlywiki.com]] you can check out the [[TiddlyWiki GitHub page|https://github.com/Jermolene/TiddlyWiki5]].
If you are feeling ambitious, you can create your own site on [[TiddlySpot|http://tiddlyspot.com]] ([[instructions|http://tiddlywiki.com/#Saving%20on%20TiddlySpot]]).
If you are feeling less ambitious but you have something neat to show off you can [[post to the google group|https://groups.google.com/forum/#!forum/tiddlywiki]], or you can contact me to get it put up on this site (you will get full credit of course) through the [[feedback form|User Feedback]] on this site or go over to [[my other page|http://ooktech.com/jed/externalbrain/#Me]] which has various methods of contacting me.
If you like the things I do and want me to show some appreciation, leave some feedback somewhere, I like hearing that people are actually using this stuff.
You can also donate to the 'help jed eat and pay rent' fund using paypal or bitcoin (<<fa fa-bitcoin>>) on my other site [[here|http://ooktech.com/jed/externalbrain/#Donate]] (this goes to me specifically, not to ~TiddlyWiki development in general, although it will help me spend more time contributing to ~TiddlyWiki development. Also, in case it wasn't obvious from context, [[I am jed|About Me]]).
<<fa fa-star>> ''I have a question!'' Some people (a whole 2 of them!) have asked about what new things I have been working on. Is there any actual interest in me setting up some sort of notification system? It would probably be using twitter because that is quick and easy. I would rather not spam my personal twitter feed with whatever I am playing with in tiddlywiki. If you want to answer you can use the [[user feedback form|User Feedback]] or [[the other ways to contact me|About Me]].
The list below gets updated pretty often, I add new things to the end of the list so you may need to scroll down to see them.
You can skip directly to [[Learning TiddlyWiki]] if you would like. Just be warned that like the rest of the site, it is a work in progress and is continually updated.
If you are looking for something new and interesting, you can also to the [[Random List of Awesome Things]], a list of interesting TiddlyWiki things that other people have made. The list is randomly generated each time the wiki is loaded, so it should have different content every time you visit this site.
!First:
If you can't see the entire tiddler, or if you can't see the table of contents to the right you can click on the `Width/Font Size` button in the top right of the page to adjust the width so you can see everything. You can adjust the font and text spacing by clicking on the {{Menu Icon - Font Options}} button text to the change width button.
If you want to get back to this view, press the home button in the middle of the top bar or above the table of contents to the right to go back to the default tiddlers. it looks like this: {{$:/plugins/inmysocks/iconmenus/icon/Home}}.
!Things I have made:
[[Searchable list of most of my things|http://ooktech.com/jed/ExampleWikis/Directory.html]].
From now on I am going to be using the [[Category Lists Plugin]] I made to both list things that I am planning on doing and as a change log. You can see it in the [[plans and change log|Change Log]]. Newest: [[Range Widget Plugin]], added ISBN field and custom user fields to the [[Library Tracker|http://inmysocks.tiddlyspot.com/#Dashboard%20Plugins]], see a demo on the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]]
!Don't know what to do? Do you...
(click on a list item to get help with that item)
<ul>
<li style='list-style-type:none'>
<<textSliderNoButton "''Need help using this site?''" "Click the black {{Menu Icon - Help}} icon in the top menu and it will open the help page any time.">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Have questions/comments about the site?''" "Click on the {{Menu Icon - User Feedback}} icon next to the help button to go to the user feedback form. Your responses won't be public.">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Have questions that aren't answered on this site?''" "Go to the [[TiddlyWiki google group|https://groups.google.com/forum/#!forum/tiddlywiki]] and you can ask there.">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want things that work without having to know how to edit a ~TiddlyWik?''" "Check out the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]] for the thing I currently have available. They can be installed on your wiki by going to [[Dashboard Plugins]]. Demo Wikis:
<ul><li>http://nolearningrequired-full.tiddlyspot.com/ - Everything that is currently available that uses my dashboard setup </li><li>http://nolearning-contactsdb.tiddlyspot.com/ - The contacts database by itself</li></ul>">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want to know how to navigate this wiki?''" "The [[Table of Contents|Contents]] tab to the right (or possibly above this if you have a smaller screen) has a table of contents. Using the table of contents is probably the easiest way to navigate this wiki.">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want to know where to start looking for examples?''" "Start by going through the [[Wiki Examples]] to get a feel for what is possible, also http://tiddlywiki.com/ uses a tiddlywiki and has other examples of how they can be used. You can also look at my [[other example wikis|Other Wikis I Have]].">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want to see a simple interactive fiction engine I made using ~TiddlyWiki?''" "Check out http://zorklike.tiddlyspot.com/">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want more resources for learning ~TiddlyWiki?''" "[[Other Places to Look]] lists other resources that have been very helpful for me when learning tiddlywiki. You can also look at the [[Bookmarks|$:/plugins/inmysocks/Bookmarks/Bookmarks]] on the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]] for things tagged ~TiddlyWiki to get a long list of ~TiddlyWiki related links.">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want an important message you should remember when using ~TiddlyWiki?''" "BACK UP YOUR WIKI!! DO IT!! Make sure you make at least one backup of your wiki when you are editing it. There can be weirdness that makes you lose all of your data so having a backup will save lots of work. Make a folder wherever your wiki is called `backups` and make a copy of your wiki in that folder before you start editing it every time you are going to edit it. And after you have made any significant edits make a backup copy. ''This is important.'' When I make a backup I add the date to the end of the name, so like `WikiReferenceWiki092514` and keep multiple old copies. You should probably do the same thing.">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want to know how to get the top bar and left menu on your wiki?''" "Go check out the [[Icon Menus Plugin]] tiddler for more information. You can configure the menu in the `Icon Menu Settings` tab of the [[Control Panel|$:/ControlPanel]]. There is also a demo of the icon menus at http://ooktech.com/iconmenus/.">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want to see what has been recently changed on this wiki?''" "{{Recent Changes}}">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want to check if a you should update a plugin I made?''" "[[My Plugins]] has a list of my plugins and lists the current version and date it was updated, as well as the link to install it on your wiki.">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want to see a list of community pulgins?''" "[[Plugin twCard]] has a list of plugins and lists the current version and date it was updated along with a link to where it is available. This list is incomplete and some entries may be out of date. If you have a plugin you would like listed please email me or leave a comment using the feedback button in the upper left.">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton "''Want to see a list of other wikis I have made?''" "{{Other Wikis I Have}}">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton """''Want to see a list of currently unindexed questions and answers?''""" """[[Unindexed Miscellanea]]""">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton """''Want to see a list of the way too many projects I am currently working on?''""" """[[My List Of Way Too Many Projects]]""">>
</li>
<li style='list-style-type:none'>
<<textSliderNoButton """''Want to read my thoughts on the licensing issues surrounding creative works created using TiddlyWiki?''""" """[[Thoughts about TiddlyWiki and Licensing]]""">>
</li>
</ul>
<<bottomOfTiddler {{!!title}}>>
!When removing an item from a list used by the select widget
You probably want to set the value of the select widget (or where ever the state is) to another value on the list. Otherwise, despite a value being displayed on the widget, there will be no value stored and if there is only one item left one the list you can't actually set the value using the widget.
This code is used for removing a book from the book list in the [[Library Tracker]] as an example. It picks the first book that gets listed by the list widget and sets the value of the select widget to that book when a book is deleted.
```
<$set name=newBook filter='[tag[Book]]+[first[]]'>
<$button>Yes, delete {{Manage Books!!book_title}}.
<$action-sendmessage $message='tm-delete-tiddler' $param={{Manage Books!!book_title}}/>
<$action-sendmessage $message='tm-close-tiddler'/>
<$action-setfield $tiddler='Manage Books' $field='book_title' $value=<<newBook>>/>
</$button>
<$button>No<$action-sendmessage $message='tm-close-tiddler'/></$button>
</$set>
```
<<bottomOfTiddler>>
Make sure that if you have a form input that adds an index to a data tiddler that you set it so that it can't try to add an empty string an an index. Otherwise it will overwrite the whole tiddler.
To avoid this you can use something like this code:
```
New Tag: <$edit-text tiddler='$:/temp/Bookmarks' field='tag_temp' placeholder='New Tag'/>
<$reveal type=nomatch state='$:/temp/Bookmarks!!tag_temp' text=''>
<$button>Create Tag
<$action-setfield $tiddler='$:/data/Bookmarks/BookmarkTags' $index={{$:/temp/Bookmarks!!tag_temp}} $value=1/>
<$action-setfield $tiddler='$:/temp/Bookmarks' $field='tag_temp' $value=''/>
</$button>
</$reveal>
<$reveal type=match state='$:/temp/Bookmarks!!tag_temp' text=''>
<$button>Create Tag</$button>
</$reveal>
```
Where `{{$:/temp/Bookmarks!!tag_temp}}` is the name of the new index being added, this way if it is an empty string nothing happens and your data isn't lost, but the form looks consistent and doesn't have buttons appearing out of nowhere.
<<bottomOfTiddler>>
The widgets may not update if the tiddler that they are in isn't being rendered. This means that when you press a button that should make something happen it may not work. To avoid this problem you can make your state tiddler include the button that actually initiates the action and transclude the state tiddler, which should only have the button visible, where you want the button on your other (displayed) tiddler. This forces the state tiddler to render each time the button is pressed and will make everything update properly.
This is the code for the tiddler [[Dice Example]] which uses the MathyThing plugin and the RandVal plugin:
```
<$edit-text tiddler='$:/state/diceexample' field='num_dice' size=2/> d <$edit-text tiddler='$:/state/diceexample' field='dice_size' size=2/> x <$edit-text tiddler='$:/state/diceexample' field='multiplier' size=2/> + <$edit-text tiddler='$:/state/diceexample' field='bonus' size=2/> = {{$:/state/diceexample!!output2}}
<$prodfield2 filter='[[$:/state/diceexample]]' prodfield='die_roll' prodfield2='multiplier' storefield='output'/>
<$sumfield2 filter='[[$:/state/diceexample]]' sumfield='output' sumfield2='bonus' storefield='output2'/>
{{$:/state/diceexample}}
```
And [[$:/state/diceexample]] is:
```
<$button>Roll the Dice
<$action-randval $tiddler='$:/state/diceexample' $field='die_roll' $lower=1 $upper={{$:/state/diceexample!!dice_size}} $step=1 $numrolls={{$:/state/diceexample!!num_dice}}/>
</$button>
```
Here is [[Dice Example]] transcluded:
{{Dice Example}}
Here is what doesn't work:
The tiddler [[Broken Dice Example]]:
```
<$edit-text tiddler='$:/state/diceexample' field='num_dice' size=2/> d <$edit-text tiddler='$:/state/diceexample' field='dice_size' size=2/> x <$edit-text tiddler='$:/state/diceexample' field='multiplier' size=2/> + <$edit-text tiddler='$:/state/diceexample' field='bonus' size=2/> = {{$:/state/diceexample!!output2}}
<$prodfield2 filter='[[$:/state/diceexample]]' prodfield='die_roll' prodfield2='multiplier' storefield='output'/>
<$sumfield2 filter='[[$:/state/diceexample]]' sumfield='output' sumfield2='bonus' storefield='output2'/>
<$button>Roll the Dice
<$action-randval $tiddler='$:/state/diceexample' $field='die_roll' $lower=1 $upper={{$:/state/diceexample!!dice_size}} $step=1 $numrolls={{$:/state/diceexample!!num_dice}}/>
</$button>
```
Transcluded:
{{Broken Dice Example}}
Note that the `Roll the Dice` button does nothing here unless something else changes the tiddler [[$:/state/diceexample]], like changing the values for the number/type of dice or pressing the working button above. Repeatedly pressing this button is what won't work.
<<bottomOfTiddler>>
!What is ~TiddlyWiki and why should you care?
Indexing.
Start by thinking about how you would use the internet if Google didn't exist. If you don't use Google to search than imagine that ~DuckDuckGo or whatever search engine you use didn't exist. Or Wikipedia.
The internet would still be full of very useful information, but there would be no simple way to find it. While Google has spread out into many other domains, their first and most used service is indexing. Search engines make the internet usable by organizing, or attempting to organize, the internet in a way that makes sense.
~TiddlyWiki, if used correctly, can be a tool to achieve the same thing for your own thoughts. This is far from the only use for it, but the largest reason for its existence is that ~TiddlyWiki is a powerful and easy to use tool that can be used to index and cross reference data.
If you aren't someone who has had to try sifting through a large amount of unindexed (or poorly indexed) data than this may not sound like something profound. For anyone younger than about 25 there has never really been a time when the answer couldn't be found using Google. And for searching the internet Google does a very good job of indexing things, especially considering how large the dataset is. What Google is much worse at is sorting and indexing email, or contacts, or just about anything else used in a service Google provides.
How do you use Google, or Facebook, or anything that isn't an SQL database, to find the people in your contacts that are over 21, live in your city and could be your designated driver tonight?
Granted, the list of people who meet those criteria may be short enough that you don't need to worry about a search, but it gets the general idea across. Google sort of lets you do searches like this through your email, but you are limited to searching the attributes that they find important, not whatever you define.
The main selling point of using Google (or any similar service) is that you don't have to put any effort or thought into getting your result, and as long as you are ok with only using the services that they make available in the ways that they let you, there is no problem with that.
But, if you want to have a list of hundreds of bookmarked webpages and to be able to find all the links that have to do with both Violin and Cello? Using most available services you would be able to tag links as being about each one, but if you have a large group of both finding the intersection may not be easy. ~TiddlyWiki is a tool that allows you to build (of use something someone else has built, yay open source!) and create something that lets you do that sort of search. Not just through bookmarks (but if you to the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]] you can do exactly that) but with any thing from work contact information to the random thoughts that you scribble down at 2am.
Indexing the way you want to is where ~TiddlyWiki truly shines. This does take more work upfront than just asking Google, but it can also be much more powerful.
!And?
If you don't feel that indexing is a good reason to use ~TiddlyWiki than how about being able to control your own data? For this purpose ~TiddlyWiki has some very important benefits:
*It is portable, it can be used on any device that can use a web browser
*It is a single file so it isn't difficult to backup or transport
*It requires no third party services, nor does it require an internet connection
*It is flexible, if you need something that isn't available you can probably create it
!So?
If all you want is a tool to do some specific narrow task than you still may want ~TiddlyWiki, although I don't find that nearly so interesting. There are some examples shown on the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]] of what you could do, and you can get all of them for free from here. There are many [[Other Places to Look]] for things as well, you can also look through the bookmarks tagged ~TiddlyWiki on the dashboard.
I also use ~TiddlyWiki for blogging and socialmedia-type activities, you can see what I have [[here|ooktech.com/jed/externalbrain/]].
!Still don't like ~TiddlyWiki?
Than I am not sure why you are still here. I don't really sing or dance or anything. Well, I play cello a bit but I am not very good.
!First there are plugins.
My plugins that add new ways to use a wiki are demonstrated on the [[Dashboard|$:/plugins/inmysocks/Dashboard/Dashboard]], the plugins are listed with the links to install them on your wiki are in [[Dashboard Plugins]].
The icon menus at the top and on the right side of the screen come from my [[Icon Menus Plugin]]. There is more explanation and how to install it at that link.
For more advanced users see my [[Math Plugins]] and [[Utility Plugins]].
A list of all my plugins can be found in [[My Plugins]]
For a long list of plugins available from different authors you can browse the [[plugin twCards|Plugin twCard]].
!There there are macros
!!Date Macros
How to use these macros is shown in [[Date Macro Demos]].
*The [[day-diff macro|$:/inmysocks/macros/day-diff.js]] gives the number of full days between two dates
*The [[year-diff macro|$:/inmysocks/macros/year-diff.js]] gives the number of full years between two dates
*The [[add-time macro|$:/inmysocks/macros/add-time.js]] gives the date that is a specificed time away from the current date
!And finally other tools
These are single tiddlers that have some general use in a wiki
*[[Search and Replace Tags]] - search for tags and replace them with new tags
*[[Search and Replace Field Contents]] - search tiddlers and selectively replace the contents of fields
*[[Search and Replace Field Names]] - search tiddlers and selectively change their names
These are ways to customize your wiki:
<$list filter='[is[current]tagging[]]'>
</$list>
<<bottomOfTiddler {{!!title}}>>
A list of examples for how to make different things in the wiki
<<bottomOfTiddler {{!!title}}>>
[
{
"title": "Wiki Examples",
"fromPageRect": {
"top": 701.566650390625,
"left": 85,
"width": 98,
"right": 183,
"bottom": 724.566650390625,
"height": 23
}
},
{
"title": "Wiki Examples",
"fromPageRect": {
"top": 723.5333251953125,
"left": 85,
"width": 98,
"right": 183,
"bottom": 746.5333251953125,
"height": 23
}
},
{
"title": "Wiki Examples",
"fromPageRect": {
"top": 723.5333251953125,
"left": 85,
"width": 98,
"right": 183,
"bottom": 746.5333251953125,
"height": 23
}
}
]
<<bottomOfTiddler {{!!title}}>>
|Name |<$view field='caption'/> |
|Type |<$view field='name_plate_type'/> |
|Description |<$view field='description'/> |
|URL |<a href={{!!url}} target='_blank'><$view field='url'/></a> |
<<bottomOfTiddler {{!!title}}>>
WikiText is the markup language used by TiddlyWiki, this is a placeholder for now. See [[Wiki Formatting - text, tables, etc.]] and [[Wiki Widgets - buttons, filters, etc.]] for more.
This is a widget that will display the number of words or characters in a tiddler or text string given to it.
Widget tiddler: [[$:/widgets/inmysocks/word-count.js]]
Remember you have to save and reload your wiki before the widget will work.
|!Parameter |!Description |
|mode |This can be set to `word` or `character` and will count either words or characters, defaults to `word` |
|tiddler |The tiddler with the text to process (defauts to `currentTiddler`) |
|field |The field with the text to process (defaults to the text field) |
|text |A text string for the widget to count, if this is given it overrides the `tiddler` and `field` inputs. |
|colors |(Optional) An input that sets text color when the count reaches a certain number. See the examples below. |
|colorState |(Optional) The name of a state tiddler to use to store the current text color so it can be used to set the color of more than just the displayed number. |
!!Usage
!!!Count the number of words in a string:
```
<$word-count text='some text string'/>
```
<$word-count text='some text string'/>
!!!Count the number of characters in a string:
```
<$word-count text='some text string' mode=character/>
```
<$word-count text='some text string' mode=character/>
!!!Count the number of words in a field:
```
<$word-count tiddler='Word Count Widget' field='title' mode=word/>
```
<$word-count tiddler='Word Count Widget' field='title' mode=word/>
!!!Using the colors parameter:
This uses the `colorState` tiddler.
```
<$word-count tiddler='$:/temp/Word Count Widget' mode=character colors='#f0f:10,indianred:100,red:122' colorState='$:/state/Word Count Widget/color'/>
```
<$word-count tiddler='$:/temp/Word Count Widget' mode=character colors='#f0f:10,indianred:100,red:122' colorState='$:/state/Word Count Widget/color'/>
Edit the field here:
<$edit-text tiddler='$:/temp/Word Count Widget' class='tc-edit-texteditor'/>
Contents of the color state tiddler:
<$view tiddler='$:/state/Word Count Widget/color'/>
!!!Change colors of text as the number of characters in a field changes:
At the moment the input field loses focus every time the color changes.
```
<$word-count tiddler='$:/temp/Word Count Widget' mode=character colors='#f0f:10,indianred:100,red:122' colorState='$:/state/Word Count Widget/color'/>
```
<$word-count tiddler='$:/temp/Word Count Widget' mode=character colors='#f0f:10,indianred:100,red:122' colorState='$:/state/Word Count Widget/color'/>
Edit the field here:
<$set name=CurrentColor value={{$:/state/Word Count Widget/color}}>
<$edit-text tiddler='$:/temp/Word Count Widget' class='tc-edit-texteditor change-color'/>
</$set>
Contents of the color state tiddler:
<$view tiddler='$:/state/Word Count Widget/color'/>
.change-color {
color:{{$:/state/Word Count Widget/color}};
}
The things listed under this in the table of contents are currently under development. Fell free to use them but be aware that they may not work and will probably be modified in the future.
<<bottomOfTiddler>>
And I think that people would use the plugin if they knew what it does.
Website: http://ooktech.com/jed/ExampleWikis/KeepingTrackOfStuff/
This time with categories!
This is a tiddler for the calendar demo
\define youtubeEmbed(videoName, start, end)
<$macrocall $name="youtube-embed" video={{$:/.rich/data/videos##$videoName$}} start="$start$" end="$end$"/>
\end
\define thisMakeSelectVideoOption()
<option value=<<videoID>>><$view field='title'/></option>
\end
\define thisExternalMakeURL()
https://www.youtube.com/watch?v=$(youtubeID)$&t=$(hours)$h$(minutes)$m$(seconds)$s
\end
\define thisMakeEmbedURL()
http://www.youtube.com/embed/$(youtubeID)$?rel=0&start=$(startTime)$&end=$(endTime)$&autoplay=$(autoPlay)$
\end
\define thisMakeTiddlerName()
$(youtubeID)$ - $(hours)$:$(minutes)$:$(seconds)$
\end
\define thisMakeSegmentName()
$(selectedVideo)$ - $(startTime)$ to $(endTime)$
\end
\define getProperTags() [[$(properTag)$]] [[$(selectedVideo)$]]
\define thisMakeSegmentURL()
http://www.youtube.com/embed/$(youtubeID)$?rel=0&start=$(startTime)$&end=$(endTime)$
\end
\define thisMakeVideoIframe()
<$set name=videoID value={{$:/.rich/data/videos##$(selectedVideo)$}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start=$(startTime)$ end=$(endTime)$/>
</$set>
\end
\define thisMakeText()
{{!!segment_description}}
$(thisVideoIframe)$
$(thisLongDescription)$
\end
\define thisMakeEmbedIframe()
<<thisEmbideIframe>>
\end
\define thisEmbideIframe()
<$macrocall $name='youtube-embed' video=$(youtubeID)$ start={{!!embed_start}} end={{!!embed_end}}/>
\end
\define getYouTubeId()
{{$:/.rich/data/videos##$(selectedVideo)$}}
\end
Notes about the state of development:
I still want to add the option to just copy a youtube URL into the add video place and use regular expressions to pull out the video id. You would still have to give it a name. I will get around to that at some point.
Also, the `Add Video Segment` and `Add Video Timestamp` tiddlers don't work outside of their use in this tiddler. You can change this. The problem is that there are a few places in the two tiddlers that have `{{!!selected_video}}`, which in the tabs here references the `selected_video` field of the `YouTube Video Annotations` tiddler, not the individual tiddlers. If you change it to `{{YouTube Video Annotations!!selected_video}}` than they should work. I am leaving it the way it is because this way changing the name of `YouTube Video Annotations` won't break anything.
Instructions:
You can select a video using the drop down menu, if you want to add a new video click on the `New Video` button and in the dialog that appears enter the youtube video id and a name for the video and click `add` to add the video and then `done` to get back to the video selection. Video names ''can't'' have any colons (`:`) in the titles or it will break.
If you enter a start and end time then click `Set Video Time` it will set the embedded video to play the segment between the start and end time. `Reset Video Time` resets this.
By entering a start time, an end time, short and long descriptions and any tags you wish then clicking `Add Video Segment` the segment will be saved. If you click on a segment name in the list at the bottom than the video will be set to play that segment (no autoplay though, I am working on it.)
<$set name=selectedVideo value={{!!selected_video}}>
<$set name=youtubeID value=<<getYouTubeId>>>
<$set name=startTime value={{!!embed_start}}>
<$set name=endTime value={{!!embed_end}}>
<!-- Display the embedded video, with the appropriate start and end times set -->
<$macrocall $name=youtubeEmbed videoName={{!!selected_video}} start={{!!embed_start}} end={{!!embed_end}}/>
<!-- Select or Add video things -->
<$reveal type='nomatch' state='$:/state/videotimestampreveal' text='show'>
Select Video: <$select field='selected_video'>
<$list filter='[[$:/.rich/data/videos]indexes[]]'>
<<thisMakeSelectVideoOption>>
</$list>
</$select>
<$button set='$:/state/videotimestampreveal' setTo='show'>New Video</$button>
</$reveal>
<$reveal type='match' state='$:/state/videotimestampreveal' text='show'>
~YouTube ID:<$edit-text tiddler='$:/temp/videotimestamp' field='youtubeid' placeholder='YouTube ID'/><br>
Video Name:<$edit-text tiddler='$:/temp/videotimestamp' field='vidname' placeholder='Video Name'/><br>
<$button>Add Video
<$action-setfield $tiddler='$:/.rich/data/videos' $index={{$:/temp/videotimestamp!!vidname}} $value={{$:/temp/videotimestamp!!youtubeid}}/>
<$action-setfield $tiddler='$:/temp/videotimestamp' vidname='' youtubeid=''/>
</$button>
<$button set='$:/state/videotimestampreveal' setTo='noshow'>Done</$button>
</$reveal>
<<tabs "[[Add Video Segment]] [[Add Video Timestamp]]">>
</$set>
</$set>
</$set>
</$set>
!!Default
; `<undeclared>`
* all [[DATE]] are compared with day accuracy only
* all [[BOOL]] that are not ''false'' or ''0'' are interpreted as ''true''
!!Date Example
;`[!is[system]let:DATE LE ![20141127120000]]`
:all non-system tiddlers modified up until exactly noon of 27 Nov. 2014
;result
:.tb-links <$list filter="[!is[system]let:DATE LE ![20141127120000]]"/>
<$list filter="[list[OPERATION]]" variable=category>
<h1 style="width:100%;text-align:center;"><$link to=<<category>>><$view field=title tiddler=<<category>>/></$link></h1>
<$list filter="[list<category>]" variable=operation>
<h1><$link to=<<operation>>><$view tiddler=<<operation>> field=title/></$link></h1>
<div class="tb-summary"><$transclude tiddler=<<operation>> field=summary/></div>
<$transclude tiddler=<<operation>> field=text/>
</$list>
</$list>
<h1 style="width:100%;text-align:center;">[[! exact]]</h1>
{{! exact}}
!!Examples
;`<$list filter="[let:AND check[]]">{{!!title}}</$list>`
:verifies if all tiddlers with field ''check'' have it set to [[Truthy]]
;result
:<$list filter="[let:AND check[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[check]]"/>)
:.tb-links <$list filter="[has[check]sort[title]]"/>
:<br>
;`<$list filter="[tag[Truthy]let:AND check[]]">{{!!title}}</$list>`
:verifies if all tiddlers tagged [[Truthy]] with field ''check'' have it set to [[Truthy]]
;result
:<$list filter="[tag[Truthy]let:AND check[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[tag[Truthy]has[check]]"/>)
:.tb-links <$list filter="[tag[Truthy]has[check]sort[title]]"/>
:<br>
;`<$list filter="[tag[Falsy]let:AND check[]]">{{!!title}}</$list>`
:verifies if all tiddlers tagged [[Falsy]] with field ''check'' have it set to [[Truthy]]
;result
:<$list filter="[tag[Falsy]let:AND check[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[tag[Falsy]]"/>)
:.tb-links <$list filter="[tag[Falsy]sort[title]]"/>
:<br>
;`<$list filter="[[1]][[blank = 0 or false]]+[let:AND check BLANKS[]]">{{!!title}}</$list>`
:checks [[tiddlers|Boolean]] [[1]], and [[blank = 0 or false]] if field ''check'' set to [[Truthy]], not ignoring blanks
;result
:<$list filter="[[1]][[blank = 0 or false]]+[let:AND check BLANKS[]]">{{!!title}}</$list>
:<br>
;`<$list filter="[[1]][[blank = 0 or false]]+[let:AND check[]]">{{!!title}}</$list>`
:checks [[tiddlers|Boolean]] [[1]], and [[blank = 0 or false]] if field ''check'' set to [[Truthy]], ignoring blanks
;result
:<$list filter="[[1]][[blank = 0 or false]]+[let:AND check[]]">{{!!title}}</$list>
<table>
<tr>
<th>Function</th>
<th>Meaning</th>
<th>Input<br>[[TYPE]]</th>
<th>Output<br>[[TYPE]]</th>
</tr>
<$list filter="[list[]]">
<tr>
<td><$link><$view field=title/></$link></td>
<td>{{!!summary}}</td>
<td>{{!!input}}</td>
<td>{{!!output}}</td>
</tr>
</$list>
</table>
If not specified, the default input type any of these operations is [[NUM|TYPE]].
!!Number Example
;`<$list filter="[let:AVG number[]]">{{!!title}}</$list>`
:calculate the average of all tiddlers with a field ''number''
;result
:<$list filter="[let:AVG number[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[number]]"/>)
:.tb-links <$list filter="[has[number]sort[title]]"/>
:<br>
;`<$list filter="[let:AVG number BLANKS[]]">{{!!title}}</$list>`
:calculate the average of all tiddlers with a field ''number'', including [[BLANKS]]
;result
:<$list filter="[let:AVG number BLANKS[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[tag[Number]]"/>)
:.tb-links <$list filter="[tag[Number]sort[title]]"/>
!!Integer Example
;`<$list filter="[let:AVG count[]]">{{!!title}}</$list>`
:calculate the average of all tiddlers with a field ''count''
;result
:<$list filter="[let:AVG count[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[count]]"/>)
:.tb-links <$list filter="[has[count]sort[title]]"/>
:<br>
;`<$list filter="[let:AVG count BLANKS[]]">{{!!title}}</$list>`
:calculate the average of all tiddlers with a field ''count'', including [[BLANKS]]
;result
:<$list filter="[let:AVG count BLANKS[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[tag[Integer]]"/>)
:.tb-links <$list filter="[tag[Integer]sort[title]]"/>
Declared in @@color:#dd1144; UPPERCASE@@ letters, ''BLANKS'' interprets fields that are defined yet don't have a value as...
|![[TYPE]] |!Interpreted As |
|[[NUM]] |0 |
|[[INT]] |0 |
|[[BOOL]] |false |
!!Default
;<undefined>
:by default, blanks are ignored in any [[OPERATION]]
!!Boolean Example
;`<$list filter="[[1]][[blank]]
+[let:check AND BLANKS[]]">{{!!title}}</$list>`
:checks [[tiddlers|Boolean]] [[1]], and [[blank = 0 or false]] if field ''check'' set to [[Truthy]], ignoring blanks
;result
:<$list filter="[[1]][[blank = 0 or false]]
+[let:check AND BLANKS[]]">{{!!title}}</$list>
:<br>
;`<$list filter="[[1]][[blank = 0 or false]]
+[let:check AND[]]">{{!!title}}</$list>`
:checks [[tiddlers|Boolean]] [[1]], and [[blank = 0 or false]] if field ''check'' set to [[Truthy]], ignoring blanks
;result
:<$list filter="[[1]][[blank = 0 or false]]
+[let:check AND[]]">{{!!title}}</$list>
!! Integer Example
;`<$list filter="[[3]][[blank]]
+[let:AVG INT count BLANKS[]]">{{!!title}}</$list>`
:calculates the average of field ''count'' for [[tiddlers|Integer]] [[3]], and [[blank = 0 or false]], ''not'' ignoring blanks
;result
:<$list filter="[[3]][[blank = 0 or false]]
+[let: AVG INT count BLANKS[]]">{{!!title}}</$list>
:<br>
;`<$list filter="[[3]][[blank = 0 or false]]
+[let: AVG INT count[]]">{{!!title}}</$list>`
:calculates the average of [[INT]] field ''count'' for [[tiddlers|Integer]] [[3]], and [[blank = 0 or false]], ignoring blanks
;result
:<$list filter="[[3]][[blank = 0 or false]]
+[let:AVG INT count[]]">{{!!title}}</$list>
!! Number Example
;`<$list filter="[[2.2]][[blank = 0 or false]]
+[let: AVG NUM number BLANKS[]]">{{!!title}}</$list>`
:calculates the average of [[NUM]] field ''number'' for [[tiddlers|Integer]] [[2.2]], and [[blank = 0 or false]], ''not'' ignoring blanks
;result
:<$list filter="[[2.2]][[blank = 0 or false]]
+[let:AVG NUM number BLANKS[]]">{{!!title}}</$list>
:<br>
;`<$list filter="[[2.2]][[blank = 0 or false]]
+[let:AVG NUM number[]]">{{!!title}}</$list>`
:calculates the average of field ''count'' for [[tiddlers|Integer]] [[2.2]], and [[blank = 0 or false]], ignoring blanks
;result
:<$list filter="[[2.2]][[blank = 0 or false]]
+[let:AVG NUM number[]]">{{!!title}}</$list>
Boolean fields are interpreted in a case-insensitive manner as ''true'' or ''false'' when...
|!|>|![[! exact]]|
|~|!No<br>@@font-weight:normal;(default)@@|!Yes<br> |
|![[Falsy]] w/o [[BLANKS]] |all `"0"` or `"false"`|all `"0"` or `"false"`|
|![[Falsy]] w/ [[BLANKS]] |all `"0"`, `"false"` or `""`|all `"0"`, `"false"` or `""`|
|![[Truthy]] |all not `"0"` or `"false"`|all `"1"` or `"true"` |
<table>
<tr>
<th>Function</th>
<th>Meaning</th>
</tr>
<$list filter="[list[]]">
<tr>
<td><$link><$view field=title/></$link></td>
<td>{{!!summary}}</td>
</tr>
</$list>
</table>
<table>
<tr>
<th>Operator</th>
<th>Meaning</th>
<th>Supported [[Types|TYPE]]</th>
</tr>
<$list filter="[list[]]">
<tr>
<td><$link><$view field=title/></$link></td>
<td>{{!!summary}}</td>
<td>{{!!types}}</td>
</tr>
</$list>
</table>
!!Default
;[[EQ]]
:when not specified, always compares equality
!!Filter Example
;`[let:DATE LT[20141224120000]]`
:all modified before 24. December 2014
This filter is is compatible with TiddlyWiki version 5.1.5.
The following filter plugins provide a subset of similar functions...
;date.js / lesser.js / greater.js
:» from [[welford|https://gist.github.com/welford/63cd1b6ab7d4db1ed54b]]
:» https://gist.github.com/welford/63cd1b6ab7d4db1ed54b
!! Dates
Then a target date to be compared against is given via the filter operand:
*`[let:DATE[20141231]]`
...the date can be shifted using addition or subtraction:
;`+1Y`
:plus one year
;`-10D`
:minus 10 days
;full example
:`[let:DATE GE +1M[20141231]]`
:get all where ''modified'' date is greater or equal one month after 31. Dec 2014
!! In Gerneral
;`<operation><value><type>`
:<div>
;operation
:`+` or `-`
;value
:any integer
;type
:<div>
`Y` Years<br>
`M` Months<br>
`D` Days<br>
`h` hours<br>
`m` minutes<br>
`s` seconds
</div>
</div>
!! Date Examples
;`[let: DATE GE +1Y{Version1!!created}]`
:all modified 1 year and later after ''Version1'' was created
```
<$action-compute
$filter="[tag[ProjectX]tag[Task]]"
$let="budget - expenses"
$set=taskSavings/>
<$action-compute
$filter="[tag[ProjectX]tag[Task]]"
$let="budget - expenses"
$tiddler=ProjectX
projectSavings="SUM"/>
<$action-compute
$filter="[tag[ProjectX]tag[Task]]"
$let="budget - expenses"
$set=taskSavings
$tiddler=ProjectX
projectSavings="SUM">
<table>
<$list filter="[tag[ProjectX]tag[Task]]">
<tr>
<td>{{!!title}}</td>
<td>{{!!taskSavings}}</td>
</tr>
</$list>
<tr>
<td>Total</td>
<td>{{ProjectX!!projectSavings}}</td>
</tr>
</table>
\define taskSavings()
<$list filter="[all[current]let:budget - expenses[]]">{{!!title}}</$list>
\end
\define projectSavings()
<$list filter="$(filter)$+[let:SUM ( budget - expenses ) []]">{{!!title}}</$list>
\end
<$set name="filter" value="[tag[ProjectX]tag[Task]]">
<$button>
<$list filter=<<filter>>>
<$action-setfield tiddler=<<currentTiddler>> taskSavings=<<taskSavings>>/>
</$list>
<$action-setfield tiddler=ProjectX projectSavings=<<projectSavings>>/>
</$button>
<table>
<$list filter=<<filter>>>
<tr>
<td>{{!!title}}</td>
<td>{{!!taskSavings}}</td>
</tr>
</$list>
<tr>
<td>Total</td>
<td>{{ProjectX!!projectSavings}}</td>
</tr>
</table>
</$set>
\define getResultAll()
<$list filter="[tag[Boolean]let:valA + valB[]]"{{!!title}}</$list>>
\end
\define getResult()
<$list filter="[let:valA + valB[]]"{{!!title}}</$list>>
\end
<<currentTiddler>> result="foo"/>
\define getResultAction()
<$list filter="[tag[Boolean]]">
<$action-setfield $tiddler=<<currentTiddler>> result="foo"/>
</$list>
<$action-setfield $tiddler=All result=<<getResultAll>>/>
\end
<$button>
<$action-setfield $tiddler="foo" result=<<getResult>>/>
<$action-navigate $to="foo"/>
set bar at foo to evaluated getResult (?!?) and open foo
</$button>
<$button>
<$action-setfield $tiddler="foo" text=<<getResult>>/>
<$action-navigate $to="foo"/>
set text at foo to evaluated getResult (?!?) and open foo
</$button>
<$button>
<$macrocall $name=getResultAction/>
Go!
</$button>
```
!!Examples
;`[let:DATE[]]`
:all modified today
:same as `[let: DATE EQ []]` or `[let: DATE modified EQ []]`
;`[let: DATE [20141224120000]]`
:all from 24 Dec. 2014
:same as `[sameday[20141224120000]]`, or `[let: DATE EQ [20141224120000]]`
!!Number Example
;`<$list filter="[let:NUM number[5.5]]"/>`
:get [[all tiddlers|Number]] where the field ''number'' of [[TYPE]] [[NUM|TYPE]] is ''equal to'' 5.5
;`<$list filter="[let:NUM number EQ[5.5]]"/>`
:since [[EQ]] is the [[default operation|OPERATION]] it does not need to be specified, but can be
;result
:.tb-links <$list filter="[let:NUM number EQ[5.5]]"/>
!!Integer Example
;`<$list filter="[let:INT count[3]]"/>`
:get [[all tiddlers|Integer]] where the field ''count'' of [[TYPE]] [[INT|TYPE]] is ''equal to'' 3
;`<$list filter=[let:INT count EQ[3]]"/>`
:since [[EQ]] is the [[default operation|OPERATION]] it does not need to be specified, but can be
;result
:.tb-links <$list filter="[let:INT count[3]]"/>
!!Boolean Example
;`<$list filter="[let:BOOL check[true]]"/>`
:get [[all tiddlers|Boolean]] where the field ''check'' of [[TYPE]] [[BOOL|TYPE]] is ''equal to'' [[Truthy]]
;`<$list filter="[let:BOOL check EQ[true]]"/>`
:since [[EQ]] is the [[default operation|OPERATION]] it does not need to be specified, but can be
;`<$list filter="[let:BOOL check[1]]"/>`
:same but with 1
;result
:.tb-links <$list filter="[let:BOOL check[1]]"/>
:<br>
;`<$list filter="[let:BOOL check ![true]]"/>`
:get [[all tiddlers|Boolean]] where the field ''check'' of [[TYPE]] [[BOOL|TYPE]] is [[exactly|! exact]] ''equal to'' [[Truthy]], thus only when ''1'' or ''true''
;result
:.tb-links <$list filter="[let:BOOL check ![1]]"/>
:<br>
;`<$list filter="[let:BOOL check[false]]"/>`
:get [[all tiddlers|Boolean]] where the field ''check'' of [[TYPE]] [[BOOL|TYPE]] is ''equal to'' [[Falsy]]
;`<$list filter="[let:BOOL check[0]]"/>`
:same with 0
;`<$list filter="[let:BOOL check[]]"/>`
:same with no operand
;result
:.tb-links <$list filter="[let:BOOL check[false]]"/>
:<br>
;`<$list filter="[let:BOOL check BLANKS[false]]"/>`
:get [[all tiddlers|Boolean]] where the field ''check'' of [[TYPE]] [[BOOL|TYPE]] is ''equal to'' [[Falsy]], including blanks
;result
:.tb-links <$list filter="[let:BOOL check BLANKS[false]]"/>
;with or without [[! exact]]
:all values that are `0` or any variant of `false`, `FALSE`, `faLSE` are falsy
;with [[BLANKS]]
:with this suboperator blanks `""` are also considered falsy
In @@color:#dd1144; lowercase@@ letters, name the field you wish to either compare or calculate with.
For [[TYPE]] = [[DATE]], specify a date field that follows the core date format.
!!Default
;`modified`
:by default compares against the modified date of a tiddler for [[TYPE]] = [[DATE]]
!!Filter Example
;`[let:DATE LE created[20140101]]`
:all created before and including 01. Jan 2014
!! Number Examples
;`<$list filter="[let:NUM number GE[2.2]]"/>`
:get [[all tiddlers|Number]] where the field ''number'' of [[TYPE]] [[NUM|TYPE]] is less than or equal to 2.2
;result
:.tb-links <$list filter="[let:NUM number GE[2.2]]"/>
!! Integer Examples
;`<$list filter="[let: INT count GE [3]]"/>`
:get [[all tiddlers|Integer]] where the field ''number'' of [[TYPE]] [[INT|TYPE]] is less than or equal to 3
;result
:.tb-links <$list filter="[let:INT count GE[3]]"/>
!! Date Examples
;`<$list filter="[!is[system]let:DATE created GE[20141130]sort[title]]"/>`
:get all non-system tiddlers that were modified at the sameday or after 30 Nov. 2014
;result (<$count filter="[!is[system]let:DATE created GE[20141130]sort[title]]"/>)
:.tb-links <$list filter="[!is[system]let:DATE created GE[20141130]sort[title]]"/>
;`<$list filter="[!is[system]let:DATE GE{GettingStarted!!modified}sort[title]]"/>`
:get all non-system tiddlers that were modified after or at the same day GettingStarted was last modified
;result (<$count filter="[!is[system]let:DATE GE{GettingStarted!!modified}]"/>)
:.tb-links <$list filter="[!is[system]let:DATE GE{GettingStarted!!modified}sort[title]]"/>
<<list-links filter:"[field:module-type[filteroperator]]">>
@@color:#dd1144;
<<<
''Important!'' I have decided to __[[change the BASIC SYNTAX again (!)|Syntax Changes]]__, for one, to drop the colons. Anyhow, this is still in beta, so please test. It will at some point be packaged as a plugin. So that will / might change soon.
<<<
@@
[[LetFilter|$:/plugins/tobibeer/letfilter/let.js]] allows to compare and calculate fields of tiddlers in a filter list, e.g.:
* [[compare|Comparators]] a given [[date|TYPE]] [[field]] against a specified [[date|TYPE]]
** by default, both dates are [[compared|OPERATION]] with [[day accuracy|! exact]]
* [[compare|Comparators]] a [[boolean|TYPE]] [[field]] against a specified [[boolean|TYPE]]
* [[compare|Comparators]] a [[number|TYPE]] / [[integer|TYPE]] [[field]] against a specified [[number|TYPE]] / [[integer|TYPE]]
* [[calculate|Arithmetic Operations]] a [[number|TYPE]] / [[integer|TYPE]] [[field]] using [[basic arithmetics|Arithmetic Operations]]
* [[calculate|Boolean Operations]] a [[boolean|TYPE]] [[field]] using [[basic boolean operations|Boolean Operations]]
* define whether to consider [[blank field values|BLANKS]] in its operations or not
* return a [[random|RANDOM]] number of items from a result list
!!Installation
To install, simply drag this link: [[$:/plugins/tobibeer/letfilter/let.js]] onto your TiddlyWiki.
!! A First Example
Tiddlers created the day after the tiddler [[Tobias Beer]] was created...
```
<<list-links
filter:"[!is[system][let: DATE created +1D {Tobias Beer!!created}]">>
```
<<list-links
filter:"[!is[system]let:DATE created +1D {GettingStarted!!created}]">>
Don't trust the result? Verify against the [[Timeline]].
''Note:'' There does seem to be some core date conversion going on that I haven't quite understood yet being on CET and seeing all created dates are always only stored with day accuracy or by the hour, not sure.
!! Number Example
;`<$list filter="[let:NUM number GT[3]]"/>`
:get [[all tiddlers|Number]] where the field ''number'' of [[TYPE]] [[NUM|TYPE]] is ''greater than'' 3
;result
:.tb-links <$list filter="[let:NUM number GT[3]]"/>
!! Integer Example
;`<$list filter="filter="[let:INT count GT[3]]"/>`
:get [[all tiddlers|Number]] where the field ''count'' of [[TYPE]] [[INT|TYPE]] is ''greater than'' 3
;result
:.tb-links <$list filter="[let:INT count GT[3]]"/>
!! Date Examples
;`<$list filter="[!is[system]let:DATE created GT[20141129]sort[title]]"/>`
:get all non-system tiddlers that were modified after 29 Nov. 2014
;result (<$count filter="[!is[system]let:DATE created GT[20141129]sort[title]]"/>)
:.tb-links <$list filter="[!is[system]let:DATE created GT[20141129]sort[title]]"/>
:<br>
;`<$list filter="[!is[system]let:DATE GT{GettingStarted!!modified}sort[title]]"/>`
:get all non-system tiddlers that were modified after GettingStarted was last modified
;result (<$count filter="[!is[system]let:DATE GT{GettingStarted!!modified}]"/>)
:.tb-links <$list filter="[!is[system]let:DATE GT{GettingStarted!!modified}sort[title]]"/>
!! Number Example
;`<$list filter="[let:NUM number LE[5.5]]"/>`
:get all tiddlers where the field ''number'' of [[TYPE]] [[NUM|TYPE]] is less than or equal to 5.5
;result
:.tb-links <$list filter="[let:NUM number LE[5.5]]"/>
!! Integer Example
;`<$list filter="[let:INT count LE[3]]"/>`
:get all tiddlers where the field ''count'' of [[TYPE]] [[INT|TYPE]] is less than or equal to 3
;result
:.tb-links <$list filter="[let:INT count LE[3]]"/>
!! Date Example
;`<$list filter="[tag[TYPE]let:DATE LE ![20141129000000]]"/>`
:all tagged [[TYPE]] modified before the dawn of 29 Nov. 2014, midnight up to the second
;result
:.tb-links <$list filter="[tag[TYPE]let:DATE LE ![20141129000000]]"/>
!! Number Example
;`<$list filter="[let:NUM number LT[5]]"/>`
:get all tiddlers where the field ''number'' of [[TYPE]] [[NUM|TYPE]] is ''less than'' 5
;result
:.tb-links <$list filter="[let:NUM number LT[5]]"/>
:<br>
;`<$list filter="[let:NUM number BLANKS LT[5]]"/>`
:get all tiddlers where the field ''number'' of [[TYPE]] [[NUM|TYPE]] is ''less than'' 5 including [[BLANKS]]
;result
:.tb-links <$list filter="[let:NUM number BLANKS LT[5]]"/>
!! Integer Example
;`<$list filter="[let:INT count LT[5]]"/>`
:get all tiddlers where the field ''count'' of [[TYPE]] [[INT|TYPE]] is ''less than'' 5
;result
:.tb-links <$list filter="[let:INT count LT[5]]"/>
:<br>
;`<$list filter="[let:INT count BLANK LT[5]]"/>`
:get all tiddlers where the field ''count'' of [[TYPE]] [[INT|TYPE]] is ''less than'' 5 including [[BLANKS]]
;result
:.tb-links <$list filter="[let:INT count BLANKS LT[5]]"/>
!! Number Example
;`<$list filter="[let:MAX number[]]">{{!!title}}</$list>`
:calculate the maximum of all tiddlers with a field ''number''
;result
:<$list filter="[let:MAX number[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[number]]"/>)
:.tb-links <$list filter="[has[number]sort[title]]"/>
!! Integer Example
;`<$list filter="[let:MAX count[]]">{{!!title}}</$list>`
:calculate the maximum of all tiddlers with a field ''count''
;result
:<$list filter="[let:MAX count[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[count]]"/>)
:.tb-links <$list filter="[has[count]sort[title]]"/>
! Number Example
;`<$list filter="[let:MIN number[]]">{{!!title}}</$list>`
:calculate the minimum of all tiddlers with a field ''number''
;result
:<$list filter="[let:MIN number[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[number]]"/>)
:.tb-links <$list filter="[has[number]sort[title]]"/>
! Integer Example
;`<$list filter="[let:MIN count[]]">{{!!title}}</$list>`
:calculate the minimum of all tiddlers with a field ''count''
;result
:<$list filter="[let:MIN count[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[count]]"/>)
:.tb-links <$list filter="[has[count]sort[title]]"/>
!! Date Example
;`<$list filter="[tag[TYPE]let:DATE NEQ[20141128230000]]"/>`
:all tagged [[TYPE]] not modified on 28 Nov. 2014
;result
:.tb-links <$list filter="[tag[TYPE]let:DATE NEQ[20141128230000]]"/>
!! Number Example
;`<$list filter="[let:NUM number NEQ[5.5]]"/>`
:get all tiddlers where the field ''number'' of [[TYPE]] [[NUM|TYPE]] is ''not equal to'' 5.5
;result
:.tb-links <$list filter="[let:NUM number NEQ[5.5]]"/>
!!Integer Example
;`<$list filter="[let:INT count NEQ[3]]"/>`
:get [[all tiddlers|Integer]] where the field ''count'' of [[TYPE]] [[INT|TYPE]] is ''not equal to'' 3
;result
:.tb-links <$list filter="[let:INT count NEQ[3]]"/>
!!Boolean Example
;`<$list filter="[let:BOOL check NEQ[true]]"/>`
:get [[all tiddlers|Boolean]] where the field ''check'' of [[TYPE]] [[BOOL|TYPE]] is ''not equal to'' [[Truthy]], by default ignoring blanks
;result
:.tb-links <$list filter="[let:BOOL check NEQ[true]]"/>
:<br>
;`<$list filter="[let:BOOL check NEQ[1]]"/>`
:same but with 1 instead of true
;result
:.tb-links <$list filter="[let:BOOL check NEQ[1]]"/>
:<br>
;`<$list filter="[let:BOOL check NEQ BLANKS[1]]"/>`
:get [[all tiddlers|Boolean]] where the field ''check'' of [[TYPE]] [[BOOL|TYPE]] is ''not equal to'' [[Truthy]], including blanks
;result
:.tb-links <$list filter="[let:BOOL check NEQ BLANKS[true]]"/>
:<br>
;`<$list filter="[let:BOOL check NEQ[false]]"/>`
:get [[all tiddlers|Boolean]] where the field ''check'' of [[TYPE]] [[BOOL|TYPE]] is ''not equal to'' [[Falsy]], ''not'' including blanks
;result
:.tb-links <$list filter="[let:BOOL check NEQ[false]]"/>
:<br>
;`<$list filter="[let:BOOL check NEQ ![false]]"/>`
:get [[all tiddlers|Boolean]] where the field ''check'' of [[TYPE]] [[BOOL|TYPE]] is ''not equal to'' [[Falsy]], ''not'' including blanks but [[! exact]]
;result
:.tb-links <$list filter="[let:BOOL check NEQ ![false]]"/>
!!Examples
;`<$list filter="[let:NOR check[]]">{{!!title}}</$list>`
:checks [[all tiddlers|Boolean]] if field ''check'' is not set to ''true'' or ''1''
;result
:<$list filter="[let:NOR check[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[check]]"/>)
:.tb-links <$list filter="[has[check]sort[title]]"/>
:<br>
;`<$list filter="[tag[Falsy]let:NOR check[]]">{{!!title}}</$list>`
:checks [[all tiddlers|Boolean]] tagged [[Falsy]] if field ''check'' not set to ''true'' or ''1''
;result
:<$list filter="[tag[Falsy]let:NOR check[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[tag[Falsy]]"/>)
:.tb-links <$list filter="[tag[Falsy]sort[title]]"/>
:<br>
;`<$list filter="[tag[Falsy]let:check NOR ![]]">{{!!title}}</$list>`
:checks [[all tiddlers|Boolean]] tagged [[Falsy]] if field ''check'' not set to ''true'' or ''1'', ignoring blanks
;result
:<$list filter="[tag[Falsy]let:check NOR ![]]">{{!!title}}</$list>
;tiddlers (<$count filter="[tag[Falsy]]"/>)
:.tb-links <$list filter="[tag[Falsy]sort[title]]"/>
:<br>
;`<$list filter="[tag[Truthy]let:NOR check[]]">{{!!title}}</$list>`
:checks [[all tiddlers|Boolean]] tagged [[Truthy]] if field ''check'' not set to ''true'' or ''1''
;result
:<$list filter="[tag[Truthy]let:NOR check[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[tag[Truthy]]"/>)
:.tb-links <$list filter="[tag[Truthy]sort[title]]"/>
Seet [[To Do]] for what's posibly in the pipe...
!!Release Notes
;0.5.0 BETA
:introduces all of... <table>
<tr><th>[[TYPE]]</th><td>[[DATE]], [[NUM]], [[INT]], [[BOOL]]</td></tr>
<tr><th>[[Comparators]]</th><td>[[EQ]], [[NEQ]], [[LE]], [[LT]], [[GE]], [[GT]]</td></tr>
<tr><th>[[Arithmetic Operations]]</th><td>[[SUM]], [[AVG]], [[MAX]], [[MIN]]</td></tr>
<tr><th>[[Boolean Operations]]</th><td>[[AND]], [[OR]], [[NOR]]</td></tr>
<tr><th>[[! exact]]</th><td>allowing to compare dates exactly rather than just on a day basis and only considers [[BOOL]] ''1'' or ''true'' as [[Truthy]]</td></tr>
<tr><th>[[BLANKS]]</th><td>also considers fields where the value is <blank> for either of [[NUM]] or [[INT]] as ''0'' and for [[BOOL]] as [[Falsy]]</td></tr>
<tr><th>[[field]]</th><td>allowing to specify a field to compare or compute</td></tr>
<tr><th>[[compute]]</th><td>when comparing dates, allows to shift a target date in the operand by a number of years, months, days, hours, minutes or seconds</td></tr>
<tr><th>[[RANDOM]]</th><td>allows to make a random draw of x tiddlers from the filter results</td></tr>
</table>
@@color:#dd1144; ''Note:'' You can only use a single [[comparative|Comparators]], [[arithmetic|Arithmetic Operations]] or [[boolean operation|Boolean Operations]] at a time.@@
Required to be specified in @@color:#dd1144; UPPERCASE@@, supported operations are...
<$list filter="[list<currentTiddler>]" variable="operation">
<dl>
<dt><$link to=<<operation>>><$view tiddler=<<operation>> field=title/></$link></dt>
<dd class="tb-links"><$transclude tiddler=<<operation>> field=summary/>:
<br><$list filter="[tag<operation>]"/></dd>
</dl>
</$list>
!!Examples
;`<$list filter="[let:OR check[]]">{{!!title}}</$list>`
:checks [[all tiddlers|Boolean]] with field ''check'' if any set to [[Truthy]]
;result
:<$list filter="[let:OR check[]]">{{!!title}}</$list>
;tiddlers(<$count filter="[has[check]]"/>)
:.tb-links <$list filter="[has[check]sort[title]]"/>
:<br>
;`<$list filter="[tag[Truthy]let:OR check[]]">{{!!title}}</$list>`
:checks [[all tiddlers|Boolean]] tagged [[Truthy]] with field ''check'' if any set to [[Truthy]]
;result
:<$list filter="[tag[Truthy]let:OR check[]]">{{!!title}}</$list>
;tiddlers(<$count filter="[tag[Truthy]]"/>)
:.tb-links <$list filter="[tag[Truthy]]"/>
:<br>
;`<$list filter="[tag[Falsy]let:OR check[]]">{{!!title}}</$list>`
:checks [[all tiddlers|Boolean]] tagged [[Falsy]] with field ''check'' if any set to [[Truthy]]
;result
:<$list filter="[tag[Falsy]let:OR check[]]">{{!!title}}</$list>
;tiddlers(<$count filter="[tag[Falsy]]"/>)
:.tb-links <$list filter="[tag[Falsy]]"/>
Declared in @@color:#dd1144; UPPERCASE@@ letters, RANDOM arbitrarily choses a number of tiddlers from the filter results as specified via the operand. Specifying a [[field]], only tiddlers having that field will be considered.
@@color:#dd1144; ''Note:'' This filter is going to be updated on most every user action, so make sure that this kind of random set generation is actually useful to you.@@
!!Default
;1
:if none is specified, 1 random result is returned
!!Filter Examples
;`<$list filter="[let:RANDOM[]]"/>`
:returns a random tiddler
;result
:<$list filter="[let:RANDOM[]]"/>
;`<<list-links filter:"[!is[system]let:RANDOM[3]sort[title]]">>`
:randomly returns links to three out of all non-system tiddlers
;result
:<<list-links filter:"[!is[system]let:RANDOM[3]sort[title]]">>
<dl>
<$list filter="[list<currentTiddler>]">
<dt><$link>{{!!title}}</$link></dt>
<dd>{{!!summary}}</dd>
</$list>
</dl>
!! Number Example
;`<$list filter="[let:SUM number[]]">{{!!title}}</$list>`
: calculate the sum of all tiddlers with a field ''number''
;result
:<$list filter="[let:SUM number[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[number]]"/>):
:.tb-links <$list filter="[has[number]sort[title]]"/>
!! Integer Example
;`<$list filter="[let:SUM count[]]">{{!!title}}</$list>`
:calculate the sum of all tiddlers with a field ''count''
;result
:<$list filter="[let:SUM count[]]">{{!!title}}</$list>
;tiddlers (<$count filter="[has[count]]"/>):
:.tb-links <$list filter="[has[count]sort[title]]"/>
The `[let[]]` filter implements multiple suboperators in the operator suffix.
A filter in TiddlyWiki usually looks like this:
`[<operator>:<suffix>[<operand>]]`
Here is how the ''let'' filter extends that with [[suboperators|Suboperators]]:
<style>
.syntax,
.syntax a {
color:#dd1144;
}
.syntax a{
border-bottom:1px solid #f99;
}
.syntax a:hover{
border-bottom:2px solid #f00;
text-decoration:none;
}
</style>
<div class="syntax">
[let: [[TYPE]] [[OPERATION]] [[compute]] [[field]] [[BLANKS]] [[!|! exact]] [<operand>]]<br>
</div>
For example...
;`[let: DATE created LE ! [20140101010000]]`<br>
:gets all with date field `created` before exactly 1 am of Jan 01. 2014
For specifics on all the things you can do using the ''let'' filter, see [[suboperators|Suboperators]].
@@.todo
*.ok first of all, remove colons
*use [[math.js|http://mathjs.org]]
**.ok basic text
* the comparators will be: `== != < <= => >`
** `[let: INT count == [4]]`
** `[let: BOOL check != [true]]`
** `[let: DATE < [20141224]]`
** `[let: NUM number < [123]]`
** `[let: DATE created > [20141224]]`
** `[let: INT SUM > [100]]`
* there will be plain arithmetic operators: `+ - * /`
** //type defaults to NUM, if not specified//
** `[let: fieldA + fieldB []]`
** `[let: fieldB - fieldA []]`
** `[let: INT fieldA * NUM fieldB []]`
** `[let: NUM fieldB / INT fieldA []]`
* it will thus be possible to use multiple operands and operations, e.g. arithmetic first, comparator last: `a + b > [?!?]`
** `[let: NUM fieldB / INT fieldA <= [20]]`
* eventually also allowing bracketing: `(a - b) * c`
** //I will need help & pointers on that one, to use regexp!//
** `[let: (fieldB - fieldB) / fieldC <= [20]]`
* possibly allow predefined formulas
** //I will need help & pointers on that one, to use regexp!//
** `[let: {formulaAsText!!reference} [20]]`
** `[let: $(formulaAsVariable or Macro)$ [20]]`
@@
[[$:/plugins/tobibeer/letfilter/let.js]]
<$set name="f" value="[let:NUM:GT:foo:![1.4]!sort[created]]">
<<f>>
<$count filter=<<f>>/><$list filter=<<f>>>
;<$link><$view field="title"/></$link><br>
: modified: {{!!modified}}<br>
: created: {{!!created}}
</$list>
</$set>
<style>
.no-border{font-size:0.8em;}
.no-border, .no-border > tr, .no-border > tr > td {border:0;}
</style>
<table class="no-border">
<tr>
<td>
<table>
<tr><th>Modified</th><th>Tiddler</th></tr>
<$list filter="[all[]has[modified]!is[system]!sort[modified]]">
<tr>
<td><$view field=modified format=date template="YYYY-0MM-0DD 0hh:0mm:0ss"/></td>
<td><$link><$view field=title/></$link></td>
</tr>
</$list>
</table>
</td>
<td>
<table>
<tr><th>Created</th><th>Tiddler</th></tr>
<$list filter="[all[]has[created]!is[system]!sort[created]]">
<tr>
<td><$view field=created format=date template="YYYY-0MM-0DD 0hh:0mm:0ss"/></td>
<td><$link><$view field=title/></$link></td>
</tr>
</$list>
</table>
</td>
</tr>
</table>
* fix [[BLANKS]] vs. [[! exact]] before release
* package as plugin
* any widgets?
* enable [[compute]] for [[INT]] and [[NUM]] to do something with the field values before doing [[Arithmetic Operations]] ...and perhaps to declare a final operation, e.g. "divide by x" at the end, x being a transcluded value, perhaps also computed via `[let[]]`
* find a use for the operand in [[arithmetic|Arithmetic Operations]] or [[boolean operations|Boolean Operations]]
** with [[SUM]], could mean to only to sum up those of a certain value
*** that would be irrelevant for [[MIN]], [[MAX]], [[AVG]] as the result would be pretty clear ;)
** could also be something like `>3`
*** e.g. only do the calculation for anything greater X
*** `3-10`
*** `<20`
*** this would not work well with `[let<Variable>]` or `[let{textReference}]`
http://tb5.tiddlyspot.com
;without [[! exact]] (default)
:all values that are not `0` and not any variant of `false`, `FALSE`, `faLSE` are considered truthy, i.e. also `foO` would be true or `100.6`
;with [[! exact]]
:only `1` or any variant of `true`, `TRUE`, `trUE` are considered truthy
!!Example
;`[let:DATE[20140101]]`
:all modified at 01. Jan 2014 (using [[EQ|OPERATION]], the default comparision [[OPERATION]])
!! Specification
Required to be specified in @@color:#dd1144; UPPERCASE@@, supported field types are...
|!Type|!Meaning|!Example|
|[[DATE]]|a valid date|`20140102030405`|
|[[NUM]]|a floating point number|`3.33`|
|[[INT]]|an integer value|`3`|
|[[BOOL]]|a truth value|`false`|
!!Default
[[NUM]]
<div style="font-size:50%;margin-top:-4em;margin-left:-16em;margin-bottom:-3.5em;">
~LibreNotes est forgé par
<$link to="ContactSources"></$link>
<$button class="tc-btn-invisible tc-tiddlylink" tooltip='Contact et sources'>
<$action-setfield $tiddler="$:/StoryList" list="
[[ContactSources]]"/>
<$action-navigate $to="ContactSources" $scroll="no"/>
''svink''
</$button>
libriste amateur.
</div>
<br>
<div style="margin-bottom:-2em;">
{{Licence}}
<div style="text-align:center; font-size:110%;">
Un projet de site web et de wikis entièrement<br> basé sur ~TiddlyWiki
</div>
<br>
[img width="224" [tuxjack.svg]]
<br>
!!!Archives
---
<div style="text-align:left; font-size:0.7em;">
<$list filter='[tag[Blog]has[annee]each[annee]get[annee]nsort[annee]]' variable=CurrentYear>
''__<<CurrentYear>>__''<br>
<dl><$list filter='[tag[Blog]!nsort[created]rest[3]]'>
<dt>{{!!date}} - <$link>{{!!title}}</$link></dd>
<dt>{{!!summary}}</dt>
</$list>
</dl>
<table class="invisibletable">
<tr>
<td valign="left">
<div style="text-align:left; margin-top:-0.4em; margin-bottom:-3.2em; margin-left:-3.5em">
[img width="72" align='left' [logo.svg]]
</div>
</td>
<td>
<div style="text-align:right; margin-top:-0.2em; margin-bottom:-2.8em; margin-right:-3.5em;">
[img width="192" align='right' [titre.png]]
</div>
<table class="invisibletable">
<tr>
<td valign="left">
<div style="text-align:left; margin-bottom:-2.1em; margin-left:-3em;">
[img width="384" align='left' [blog.png]]
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
<$transclude>
</$transclude>
<hr>
<$button class="tc-btn-invisible"><$view field='post'/>
<$action-navigate $to={{!!post}}/>
</$button>
<br><br>
<div style="text-align:left; font-size:0.6em;">
__Posté le {{!!date}}__
</div>
<$transclude>
</$transclude>
<hr>
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
<table class="invisibletable">
<tr>
<td valign="right">
<div style="font-size:0.6em;margin-top:0em;margin-bottom:0em;text-align:right">
Ce site n'utilise aucun outils d'analyse du traffic, n'hésitez pas à m'envoyer un email pour toutes suggestions.
</div>
</td>
<td valign="center">
<div style="font-size:0.5em;text-align:left;margin-top:0em;margin-bottom:0em;margin-left:5em;">
<a href="mailto:svink@openmailbox.org" class="tc-btn-big-green" style="text-decoration:none; background-color:#FF8C19;" target="_blank"> <i class="fa fa-envelope"></i> Contact</a>
</div>
{{Crédits}}
{{Contact}}
{{Sources}}
{{TwVersion}}
<br>
{{Licence}}
<table class="invisibletable">
<tr>
<td valign="right">
<div style="font-size:0.6em;margin-top:0em;margin-bottom:0em;text-align:right">
~LibreNotes est forgé par svink.
</div>
</td>
<td>
\define thisDisplayWithTemplate()
{{$(TiddlerToDisplay)$||$(TemplateToUse)$}}
\end
!!Articles récents
---
<$list filter='[tag[Resume]!nsort[created]limit[3]]'>
<$set name=TiddlerToDisplay value=<<currentTiddler>>>
<$set name=TemplateToUse value={{!!template}}>
<<thisDisplayWithTemplate>>
</$set>
</$set>
</$list>
<br>
@@.btn
<i class="fa fa-archive" style="color:#FFFFFF"></i> ''<span class=bta>[[Archives|AnciensPosts]]</span>''
@@
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
<table class="invisibletable">
<tr>
<td valign="center">
<div style="font-size:0.7em;text-align:center;margin-top:0em;margin-bottom:0em;">
<<list-thumbnails filter:"[tag[thumbnail_GN]]" width:"336" height:"190">>
</div>
</td>
<td>
<div style="text-align:center;font-size:80%;"><div style="font-size:0.7em;text-align:center;margin-top:0em;margin-bottom:2em;">
<a href="http://librenotes.bitbucket.org/gitnotes" class="tc-btn-big-green" style="text-decoration:none; background-color:#FF8C19;" target="_blank">
''~GitNotes'' <i class="fa fa-external-link-square"></i></a>
</div>
Les bases de Git, un logiciel de gestion de version décentralisé
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
<div style="font-size:0.9em;text-align:left;margin-top:3em;margin-bottom:1em;">
<$button class="tc-btn-invisible" message="tw-make-list">
<$action-setfield $tiddler="$:/StoryList" list=" LibreNotes
[[Présentation]]
[[Mes projets de wiki]]
[[A propos]]"/>
<$action-navigate $to="LibreNotes" $scroll="yes"/>
<a class="tc-btn-big-green" style="text-decoration:none; background-color:#FF8C19;" target="_blank">
<i class="fa fa-home"></i> ''Accueil''
</a>
</$button>
</div>
<div style="font-size:0.9em;text-align:left;margin-top:1em;margin-bottom:3em;">
<a href="http://librenotes.bitbucket.org/gitnotes" class="tc-btn-big-green" style="text-decoration:none; background-color:#FF8C19;" target="_blank">
<i class="fa fa-life-ring"></i> ''~GitNotes''
</a>
</div>
<div style="font-size:0.9em;text-align:left;margin-top:17em;margin-bottom:2em;">
<a href=<a href="http://librenotes.bitbucket.org/linuxnotes" class="tc-btn-big-green" style="text-decoration:none; background-color:#0066CC;" target="_blank">
<i class="fa fa-life-ring"></i> ''~LinuxNotes''
</a>
</div>
<div style="font-size:0.9em;text-align:left;margin-top:1em;margin-bottom:2em;">
<a href="http://librenotes.bitbucket.org/tiddlynotes" class="tc-btn-big-green" style="text-decoration:none; background-color:#47D147;" target="_blank">
<i class="fa fa-life-ring"></i> ''~TiddlyNotes''
</a>
</div>
iVBORw0KGgoAAAANSUhEUgAAAXcAAACWCAYAAAAlr8htAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wcJCBcvQNV/twAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAgAElEQVR42uydd3wVVfrGv2fmzm3pjVACoQrSFRUVaSqIiBUX1967AiquXeyuir2tihUra7Ah6MZF6Qqi0kFCryG93T5zfn/MTUhIIblJSNzfPJ+dJSZTzpyZec57nvMWsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBggUL/1sQf5WGpk6YI4BYIApwAnZACf/ZAAKADygDirNnjpXW47VgwUJDcMZZ52gdO6drLqeTvXt263ZDD3zw8Sd/SS5p1eSeOmHOQOBcYDTQBdDCmy1M7OXtl2GCDwHB8LYV+A/wRfbMsX9Yr23TY9S48Y7wQOsMD67FmbMz9AjPJTJnZ7T4R3TB3Rsso6Ce+OyfvcT/yr2ceeY4131TH+0aUhgQ43R2VsDmCQZzFVVd88fSpeuuvfaa3L/aPdlaGZn3Ak4CzgbGVG6fbkgMQ2JIMKREHvQJCgGKECgCFEWgKiIVOB54MHXCnBDwHfAVsCh75tgN1qdZJ9E6gWOA+PAWC6SE/7WFB1h7pS0KmAe8GZ45RUTso8aN7wJcAiQCS4H5mbMzsq0nYqE5Me2JxxPHTLjggtT4hAvj7MpxWlGeg2AIo00byjTn5qTYMd/M/OLLdyece84qy3JvOKmfCrwDpFVuk5QgpURRBIN6xDPoiAR6dYwmPcVFUpwDt1MFwOPTySvysz3Hy4adpaz4s4AVmwoxDIkQAlH1LiWwC7gqe+bYH6xXu0ay7QTMChN3DBANJABqHYfNBK7LnJ1RFOE1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
<div style="text-align:center; font-size:90%;">
~LibreNotes est une démonstration de ~TiddlyWiki et un projet de partage de documentation sur les logiciels libres que j'utilise au quotidien.
</div>
<br>
<table class="invisibletablea">
<tr>
<td>
<div style="text-align:center; font-size:110%; background-color: rgba(255,255,255,0.5)">
Chakra<br>
[img width="46" [chakra_logo.png]]<br>
</div>
<div style="text-align:center; font-size:70%; background-color: rgba(255,255,255,0.5)">
Une distribution GNU/Linux centrée sur KDE
</div>
</td>
<td>
<div style="text-align:center; font-size:110%; background-color: rgba(255,255,255,0.5)">
~TiddlyWiki<br>[img width="74" [Motovun Jack.svg]]<br>
</div>
<div style="text-align:center; font-size:70%; background-color: rgba(255,255,255,0.5)">
Un carnet de notes web personnel et non linéaire
</div>
</td>
<td>
<div style="text-align:center; font-size:110%; background: rgba(255,255,255,0.5)">
Git<br>[img width="46" [git_logo.png]]<br>
</div>
<div style="text-align:center; font-size:70%; background: rgba(255,255,255,0.5)">
Un logiciel de gestion de version décentralisé
</div>
</td>
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
<table class="invisibletable">
<tr>
<td>
<div style="font-size:0.8em;color:#D4D4D4; text-align:left; margin-bottom:1.5em;">
<i class="fa fa-rss-square" style="color:#FF8330"></i> __Dernières nouvelles__
</div>
<$scrollable class='tc-scrollable'>
{{News}}
</$scrollable>
<div style="text-align:left; font-size:0.6em;">
<$link to="BannièreBlog"></$link>
<$button class="tc-btn-invisible tc-tiddlylink">
<$action-setfield $tiddler="$:/StoryList" list="
[[BannièreBlog]]
[[DerniersPosts]]
[[ListeTags]]"/>
<$action-navigate $to="BannièreBlog" $scroll="yes"/>
<div style="color:#D4D4D4;">
__Plus d'articles sur le blog__
</div>
</$button>
</div>
</td>
<td valign="center">
<div style="font-size:75%;color:#D4D4D4;">
<br>Le blog est un exemple d'utilisation de ~TiddlyWiki qui retrace l'actu de mes logiciels favoris.
!!{{!!title}}
<div style="text-align:center; font-size:0.6em; color:#7C7C7C">
<i class="fa fa-clock-o"></i> <$view field='date'/>
<i class="fa fa-user"></i> <$view field='author'/>
<i class="fa fa-tags"></i> <<tag Chakra>><<tag KDE>>
</div>
<br>
<div style="text-align:left; font-size:70%;">
Petit tour des sorties entre Mai et début Juillet.
<br><br>
__KDE__
<br>
Les mises à jour biens rodées de KDE avec:
<br><br>
<i class="fa fa-check" style="color:#009933"></i> KDE Applications 15.04.3 est sortie le 1er Juillet<br>
<i class="fa fa-check" style="color:#009933"></i> Plasma 5.3.2 est sortie le 30 juin<br>
<i class="fa fa-check" style="color:#009933"></i> KDE Frameworks 5.11.0 est sortie le 12 juin
<br><br>
<i class="fa fa-link"></i> Lien: [[KDE Announcements|https://www.kde.org/announcements/]]
<br><br>
__Chakra__
<br>
Du côté de Chakra,
<br><br>
<i class="fa fa-check" style="color:#009933"></i> Le 22 juin, mise à jour du __noyaux Linux 4.0.5__ et des pilotes graphiques nvidia and catalyst et plusieurs autres mises à jour avec notamment:<br> - KDE Frameworks 5.11.0, calligra 2.9.5,<br> - qt 4.8.7, qt5 5.4.2,<br> - digikam 4.11.0, wine 1.7.45...
<br>
<i class="fa fa-check" style="color:#009933"></i> Le 5 juin, KDE Applications 15.04.2 est diponible
<br><br>
<i class="fa fa-link"></i> Lien: [[Chakra News|http://chakraos.org/news/]]
<br><br>
__~TiddlyWiki__
<br>
Le 3 Juillet est sortie [[TiddlyWiki 5.1.9|http://tiddlywiki.com]] avec beaucoup d'améliorations comme une nouvelle palette de couleurs, un nouveau style de boutons et bien d'autres choses.
<br><br>
<i class="fa fa-link"></i> Lien: [[TiddlyWiki Release|http://tiddlywiki.com/#Release%205.1.9]]
<br><br>
</div>
---
<div style="text-align: left; font-size:0.7em;">
{{!!summary}}
<br><br>
<$link to={{!!post}}>Lire la suite</$link>
<table class="invisibletable">
<tr>
<td valign="center">
<div style="font-size:0.6em;">
<$link to="LinuxNotes"></$link>
<$button class="tc-btn-big-green" style="background-color:#474747;" tooltip='Les Wikis'>
<$action-setfield $tiddler="$:/StoryList" list="
[[LinuxNotes]]
[[TiddlyNotes]]
[[GitNotes]]"/>
<$action-navigate $to="LinuxNotes" $scroll="yes"/>
<i class="fa fa-flask"></i> Les Wikis
</$button>
</div>
<div style="font-size:75%;text-align:center; color:#D4D4D4; margin-top:1em;">
~LibreNotes regroupe une collection de wikis sur les logiciels libres.
</div>
</td>
<td valign="center">
[img width="320" align='left' [icone_log.png]]
<table class="invisibletable">
<tr>
<td>
<div style="font-size:0.7em;text-align:center;margin-top:0.3em;">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />
</div>
</td>
<div style="font-size:0.5em;text-align:left;margin-left:-10em;">
<td valign="bottom">
Sauf mention contraire, le contenu de ce site est mis à disposition<br> selon les termes de la Licence CC BY-SA 4.0
<table class="invisibletable">
<tr>
<td valign="center">
<div style="font-size:0.7em; vertical-align: text-top; margin-top:0em;margin-bottom:0em;">
<<list-thumbnails filter:"[tag[thumbnail_LN]]" width:"336" height:"190">>
</div>
</td>
<td>
<div style="text-align:center;font-size:80%;"><div style="font-size:0.7em;text-align:center;margin-top:0em;margin-bottom:2em;">
<a href="http://librenotes.bitbucket.org/linuxnotes" class="tc-btn-big-green" style="text-decoration:none; background-color:#0066CC;" target="_blank">
''~LinuxNotes'' <i class="fa fa-external-link-square"></i></a>
</div>
Un guide d'utilisation de Chakra, une distribution GNU/Linux centrée sur KDE
<div style="margin-top:-1.8em; margin-bottom:-1.2em;">
<div style="font-size:0.8em; color:#474747;">
<i class="fa fa-tags"></i> Tous les tags
</div>
<div style="font-size:0.7em; color:black;">
<$list filter="[tags[]!is[system]each[color]]">
<$transclude tiddler="$:/core/ui/TagTemplate"/> <small class="tc-menu-list-count"><$count filter="[all[current]tagging[]]"/></small>
</$list>
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ltIMJ41hpixPypcs8QOKKDOoadQYnzRESGMHzTi25pihNBuNNPK5GWFGl0HL42dsNQMwFJ4AMwYbHyqeMbansIvLzAqhBT+GaQbNyAzXEQCVEDOUBhRxGM1X0GRuimdsgjHCjEojEWmIDZnZxq818zGTcNVM5hb5JM1WPzNIMof1ijJTYRY00xiVJh5kRmZremAG8ZihNLyhCzPo9wqadDf6tAUNAcDdXJlRaTxm7EgaegLMmAXNPmbcZaWtr3Ina/LFGMcMYpnh15rRFbyFY0bLrDAzZR4zIk0VmLkoUXNxomZqnMxINfNXYAbB/XHW88+fddZZxx1/fE1NDW76V1199ZIlS07/wQ+efOqpw444Aj16G/0meeChhw4cMOA7xx8/YcKEsmj0+uuvP/SII66/4YaPP/nk9TffHJ6RUVhUBGYO6N//Rz/+8bMzZx7z7W+/8MILn3z66Q+HD7/0sstqa2szs7LOPuec0rKym2666ZjvfOett9569913991//4ULF+6z//59/yFnPPMM3uWEk04aMXJkJBo9+thjb7711g8/+ui473735MGDP/7444ysrFMGDcL158+fP3TYsBdefBE/ZEFR0fe+//3PV63CT77fAQe0t7cfethhP7v33lNPP51KyZVDf9hecvzJJxcUFuLHbl6//uprrh4ybNiChQvxY4wZO/blV1559bXX2traioqLTz3ttNdff/2wo4687IrL3/vlL4HKiSef/NHHHx173HcuGDWqs7Pz+RdeOP3078MeB8leMjOg/4WTJvY/aGBHR8eoMaMfe/zxSDTS/+CDDjnssOWVy+9/8METTzn55z//eVkkMnbcuKO/fSz+SnkFBbAhdJHdpHdm9HMz9T5m6ntiJgpmRnrMUBTHTFFTlAUQgTHSsJppMczIEgBhRsbN9IM1YAb85JOZssxGMFOS0VhimSnLACFcbybMrAczkZFt8ZGtccuMhm0wMwIFDZhp8ZjRCDOlUs2AGU7McBqmjSvNWM20mbkZy4yTRioew4ysSfMxA1G0pjEfz9SVZtLPNWkSQ4jAI7M1YIbrmw0z0MKikpYZGTRL+plBWM1IMZTCDCsex4xGyheRxhY0IWnATP628p6YMdUMmBFpHDM4R1eakRlWM8KMixwKMLMtzukcupKOGTrkSWOZkfTGTDpp8PKdHMLaHTNJZUYvq070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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="100"
height="100"
id="svg3049"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="logo.svg">
<defs
id="defs3051">
<linearGradient
id="b"
osb:paint="solid"
gradientTransform="matrix(0.48750102,0,0,0.87579449,24.779632,-203.53976)">
<stop
stop-color="#5778d8"
offset="0"
id="stop10" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8088376"
inkscape:cx="59.113682"
inkscape:cy="43.583816"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata3054">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-175.71429,-533.79075)">
<path
style="fill:#5778d8;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 273.39053,584.17705 c 0,26.39925 -21.40076,47.8 -47.8,47.8 -26.39925,0 -47.8,-21.40075 -47.8,-47.8 0,-26.39926 21.40075,-47.8 47.8,-47.8 26.39924,0 47.8,21.40074 47.8,47.8 z"
id="path4000"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#333333;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1"
d="m 266.96429,583.79075 c 0,22.78175 -18.46826,41.25 -41.25,41.25 -22.78174,0 -41.25,-18.46825 -41.25,-41.25 0,-22.78175 18.46825,-41.25 41.25,-41.25 22.78174,0 41.25,18.46825 41.25,41.25 z"
id="path4002"
inkscape:connector-curvature="0" />
<path
id="path4004"
d="m 214.09111,549.67935 c -0.28452,-3.8e-4 -0.58131,0.0114 -0.8908,0.0354 -7.82192,0.61832 -5.74752,8.72926 -5.8636,11.44534 -0.14283,1.98627 -0.55314,3.55158 -1.94488,5.49339 -1.63513,1.90855 -3.93716,4.99757 -5.0277,8.21311 -0.5147,1.51758 -0.75961,3.06443 -0.53343,4.52841 -0.0708,0.0621 -0.13829,0.12749 -0.20243,0.19475 -0.48009,0.50306 -0.8348,1.11258 -1.23005,1.52295 -0.36925,0.36156 -0.89534,0.49909 -1.47349,0.70268 -0.57837,0.20368 -1.21338,0.50397 -1.59883,1.22996 0,0 0,3.1e-4 -2.8e-4,3.1e-4 -4.1e-4,8e-4 -9.7e-4,0.003 -9.7e-4,0.004 l 0,0 c -0.34893,0.63966 -0.24518,1.37631 -0.13863,2.05882 0.10652,0.6825 0.21447,1.32741 0.0712,1.76497 -0.45773,1.22805 -0.51618,2.07748 -0.19395,2.69364 0.32292,0.61746 0.98688,0.88998 1.73728,1.04381 1.50082,0.30767 3.53332,0.23122 5.13518,1.06456 l 0.13768,-0.255 -0.13628,0.25573 c 1.71487,0.88007 3.45339,1.19262 4.84041,0.88165 1.00566,-0.22543 1.82198,-0.81319 2.24121,-1.71757 1.08488,-0.004 2.27537,-0.45624 4.18234,-0.55929 1.29369,-0.10231 2.90978,0.4509 4.76863,0.3496 0.0486,0.19795 0.11895,0.38834 0.21517,0.56928 8.5e-4,0.003 9.6e-4,0.004 0.003,0.006 0.72059,1.41438 2.05951,2.06129 3.48639,1.95075 1.42877,-0.11064 2.94781,-0.93758 4.17575,-2.37191 l -0.22512,-0.18568 0.22683,0.18363 c 1.17041,-1.39295 3.11306,-1.97054 4.40121,-2.73315 0.64406,-0.3813 1.16668,-0.85873 1.20706,-1.55219 0.0404,-0.69312 -0.37419,-1.46986 -1.3275,-2.50852 0,0 -2.8e-4,-2.9e-4 -2.8e-4,-2.9e-4 -3e-4,-4.1e-4 -8.2e-4,-8e-4 -8.2e-4,-10e-4 -0.31323,-0.34743 -0.46264,-0.99135 -0.62323,-1.67707 -0.16047,-0.6853 -0.33959,-1.42456 -0.9128,-1.90364 l 0,0 c -9.6e-4,-8e-4 -0.002,-10e-4 -0.003,-0.003 0,0 0,0 0,0 -0.22812,-0.1951 -0.46519,-0.32753 -0.70394,-0.41651 0.79695,-2.31987 0.48427,-4.62991 -0.32019,-6.7174 -0.9873,-2.56191 -2.71096,-4.79422 -4.02736,-6.3213 -1.47349,-1.82428 -2.91469,-3.55627 -2.8863,-6.11438 0.0439,-3.90425 0.43752,-11.14451 -6.56193,-11.1539 z m 0.94758,6.01484 c 0.39718,0 0.73639,0.1143 1.08485,0.36254 0.35399,0.25217 0.60901,0.56785 0.81455,1.00871 0.20174,0.42965 0.2988,0.84996 0.30832,1.34874 0,0.0129 0,0.0242 0.003,0.0372 0.003,0.51185 -0.0855,0.9471 -0.28357,1.39168 -0.11291,0.25369 -0.24265,0.46661 -0.39788,0.65095 -0.0526,-0.0249 -0.10744,-0.0487 -0.16421,-0.0716 l 0,0 c -0.39349,-0.16542 -0.69535,-0.2707 -0.94693,-0.35638 0.0911,-0.10761 0.16713,-0.23523 0.2339,-0.39476 0.10093,-0.24095 0.15035,-0.47633 0.15986,-0.75652 0,-0.0113 0.003,-0.0207 0.003,-0.0336 0.005,-0.26898 -0.0306,-0.49875 -0.11039,-0.73414 -0.0836,-0.24658 -0.1903,-0.42403 -0.34445,-0.57161 -0.15416,-0.14758 -0.30832,-0.21481 -0.49292,-0.22042 -0.009,-3.8e-4 -0.0173,-3.8e-4 -0.026,-3.8e-4 -0.17364,3.8e-4 -0.32443,0.0589 -0.48043,0.18713 -0.16367,0.13447 -0.28548,0.30635 -0.38634,0.54547 -0.10093,0.23909 -0.15036,0.47632 -0.15986,0.7584 -9.6e-4,0.0113 -9.6e-4,0.0207 -9.6e-4,0.0317 -0.003,0.15502 0.007,0.29709 0.0311,0.435 -0.3553,-0.17378 -0.69013,-0.29227 -1.00437,-0.36567 -0.0178,-0.13347 -0.0283,-0.27102 -0.0316,-0.41492 l 0,-0.0392 c -0.005,-0.50997 0.0799,-0.94708 0.27976,-1.39167 0.19983,-0.44461 0.44725,-0.76403 0.79551,-1.02369 0.34829,-0.25964 0.69084,-0.3792 1.09623,-0.38292 0.007,0 0.0128,0 0.0189,0 z m -5.43622,0.42248 c 0.26348,4e-4 0.49925,0.087 0.74311,0.27817 0.26456,0.20735 0.46438,0.4726 0.63186,0.8462 0.16747,0.37361 0.25693,0.7472 0.28165,1.18809 l 0,0.004 c 0.0115,0.18516 0.0103,0.35944 -0.003,0.52824 -0.0521,0.0148 -0.10321,0.0303 -0.15318,0.0471 -0.28411,0.0959 -0.53449,0.22679 -0.7527,0.36825 0.0213,-0.14797 0.0246,-0.29808 0.008,-0.46546 -0.002,-0.0101 -0.002,-0.0169 -0.002,-0.0261 -0.0229,-0.22229 -0.0704,-0.40908 -0.15036,-0.59777 -0.0856,-0.19615 -0.1808,-0.33437 -0.3064,-0.44086 -0.11382,-0.0965 -0.22139,-0.14075 -0.33972,-0.13989 -0.0128,0 -0.0246,4e-4 -0.0372,10e-4 -0.13321,0.0114 -0.24358,0.0748 -0.34827,0.19989 -0.10469,0.12502 -0.17318,0.2802 -0.22267,0.48566 -0.0494,0.20548 -0.0628,0.40722 -0.0419,0.63888 0,0.0101 9.7e-4,0.0168 9.7e-4,0.0261 0.0229,0.22417 0.0685,0.41097 0.15034,0.59967 0.0836,0.19426 0.1808,0.3325 0.30639,0.43898 0.0211,0.0178 0.0419,0.0338 0.0626,0.0482 -0.13065,0.0987 -0.19303,0.14419 -0.30008,0.22141 -0.0687,0.0496 -0.15047,0.10837 -0.24552,0.17711 -0.2073,-0.1906 -0.36901,-0.43015 -0.5104,-0.74558 -0.16746,-0.37358 -0.25692,-0.74719 -0.28359,-1.18805 l 0,-0.004 c -0.0248,-0.44085 0.019,-0.82007 0.14276,-1.21234 0.12368,-0.39229 0.28929,-0.67623 0.52907,-0.90974 0.23981,-0.2335 0.48151,-0.35117 0.77268,-0.36612 0.0227,-8.2e-4 0.0453,-10e-4 0.0676,-10e-4 z m 2.47238,3.05847 c 0.61239,-0.003 1.34932,0.19475 2.24148,0.75776 0.54802,0.34981 0.97441,0.37903 1.95632,0.79183 l 9.6e-4,4e-4 8.2e-4,3.9e-4 c 0.47242,0.19028 0.74974,0.43824 0.8852,0.6994 0.13547,0.26114 0.13879,0.54434 0.0253,0.84223 -0.22675,0.59584 -0.95064,1.22289 -1.96647,1.53424 l -8.2e-4,4.2e-4 -8.2e-4,4e-4 c -0.4953,0.15795 -0.92721,0.50677 -1.43639,0.79255 -0.50918,0.28579 -1.08534,0.51628 -1.86877,0.4718 0,0 0,0 0,0 -0.66695,-0.0381 -1.06563,-0.26041 -1.42611,-0.54478 -0.36051,-0.28435 -0.67463,-0.64162 -1.13463,-0.90673 l -8.2e-4,-8.3e-4 -8.2e-4,-7.9e-4 c -0.74096,-0.41105 -1.14549,-0.8865 -1.27243,-1.29869 -0.12701,-0.41215 -0.008,-0.76398 0.35978,-1.0344 0.41332,-0.30404 0.70044,-0.51085 0.89171,-0.64861 0.18998,-0.13676 0.26904,-0.18814 0.32953,-0.24518 2.8e-4,-4e-4 4.2e-4,-4e-4 8.3e-4,-8e-4 0,0 2.9e-4,-4e-4 2.9e-4,-4e-4 0.31055,-0.28854 0.80559,-0.81421 1.55182,-1.06635 0.25684,-0.0868 0.54345,-0.14275 0.86423,-0.14401 z m 4.28232,2.48594 c -0.26427,0.0155 -0.54104,0.14903 -0.86332,0.32561 -0.32229,0.1766 -0.68468,0.40251 -1.07744,0.62498 -0.78547,0.44491 -1.68967,0.87043 -2.58827,0.87043 -0.89997,0 -1.61902,-0.40797 -2.15833,-0.82748 -0.26967,-0.20975 -0.49222,-0.42101 -0.67003,-0.58446 -0.089,-0.0816 -0.166,-0.15137 -0.23797,-0.20578 -0.0721,-0.0544 -0.13048,-0.10824 -0.25084,-0.10824 l -0.005,0.24828 c -0.009,0.0829 -0.0174,0.0804 -0.0139,0.0826 0.005,0.004 0.0335,0.0129 0.066,0.0377 0.0529,0.04 0.12625,0.10522 0.21346,0.18529 0.17427,0.16018 0.40585,0.38043 0.69095,0.60222 0.57024,0.44353 1.36324,0.89855 2.3664,0.89855 1.00455,0 1.95495,-0.46086 2.75576,-0.91445 0.40038,-0.22679 0.76403,-0.45319 1.07325,-0.62262 0.30919,-0.16946 0.56936,-0.27571 0.71999,-0.28455 l -0.02,-0.32817 z m 0.89292,1.17994 c 0.6672,2.58154 2.21902,6.31027 3.21643,8.12997 0.53017,0.96546 1.58491,3.01666 2.0406,5.48801 0.28874,-0.009 0.60669,0.0325 0.94719,0.11795 1.19144,-3.03177 -1.01036,-6.29742 -2.01717,-7.20687 -0.4065,-0.38715 -0.42603,-0.56058 -0.22452,-0.55242 1.09237,0.94819 2.52639,2.85529 3.04812,5.00789 0.23792,0.98154 0.28865,2.01342 0.0333,3.03178 0.12483,0.0508 0.2517,0.10635 0.38024,0.16602 1.91251,0.91411 2.61981,1.70901 2.27974,2.79388 -0.112,-0.004 -0.22218,-0.003 -0.32965,-8.2e-4 -0.0103,2.9e-4 -0.02,4e-4 -0.0301,8.2e-4 0.27695,-0.85996 -0.33659,-1.49419 -1.97146,-2.22027 -1.69572,-0.73225 -3.04694,-0.6594 -3.27532,0.82566 -0.0146,0.0778 -0.0263,0.15708 -0.0352,0.23747 -0.12663,0.0431 -0.25407,0.0984 -0.38175,0.1669 -0.79625,0.42765 -1.23085,1.2036 -1.47258,2.15529 -0.24151,0.95093 -0.31075,2.10053 -0.3774,3.39284 0,3e-4 0,4.1e-4 0,8.2e-4 -0.0407,0.64981 -0.31292,1.52869 -0.58897,2.4596 -2.77782,1.9449 -6.63317,2.78752 -9.90652,0.59485 -0.22184,-0.34446 -0.47631,-0.68572 -0.73825,-1.02232 -0.16727,-0.21496 -0.3391,-0.4286 -0.50992,-0.63923 0.33602,0 0.62164,-0.0539 0.85248,-0.1565 0.28709,-0.12777 0.48876,-0.33297 0.58857,-0.59644 0.19956,-0.52689 -8.4e-4,-1.27018 -0.63977,-2.11898 -0.63885,-0.84873 -1.7208,-1.8066 -3.31071,-2.76365 0,0 -2.8e-4,0 -2.8e-4,-2.9e-4 -1.16802,-0.71326 -1.82126,-1.5875 -2.12701,-2.53673 -0.30578,-0.94929 -0.2629,-1.97578 -0.0273,-2.98921 0.45235,-1.94531 1.6146,-3.83726 2.35616,-5.02458 0.19966,-0.14418 0.0713,0.26766 -0.75073,1.76604 -0.73673,1.36993 -2.11411,4.53145 -0.22825,6.99936 0.0503,-1.75627 0.47772,-3.54744 1.19504,-5.22288 1.0449,-2.32478 3.2304,-6.35626 3.40397,-9.56937 0.0895,0.0637 0.39703,0.26744 0.53407,0.34393 3e-4,4.1e-4 4.1e-4,4.1e-4 8.3e-4,4.1e-4 0.40093,0.23174 0.70204,0.5705 1.09205,0.87815 0.39076,0.30825 0.87894,0.57448 1.61646,0.61667 l 0,0 c 0.86088,0.0489 1.51698,-0.2128 2.05451,-0.51452 0.53674,-0.30127 0.96552,-0.63464 1.37176,-0.76479 4.2e-4,-3.9e-4 8.3e-4,-3.9e-4 9.7e-4,-3.9e-4 0.8584,-0.26349 1.54092,-0.72985 1.92932,-1.27377 z m 5.45216,14.7793 c 0.3477,-10e-4 0.76887,0.11216 1.22992,0.31464 1.24086,0.56226 1.62909,1.04421 1.29032,1.75219 -0.28546,0.53427 -1.5073,1.38419 -2.34467,1.16006 -0.85452,-0.21669 -1.27131,-1.42531 -1.13239,-2.33877 0.0744,-0.6203 0.43188,-0.88571 0.95682,-0.88812 z m -1.40392,1.66924 c 0.0701,1.11704 0.63319,2.25629 1.62896,2.50286 1.08969,0.28182 2.6608,-0.63591 3.32414,-1.38443 0.1323,-0.004 0.26158,-0.0113 0.38718,-0.0146 0.58187,-0.0143 1.06991,0.0187 1.56855,0.44682 l 9.6e-4,0.001 9.6e-4,10e-4 c 0.38319,0.31865 0.56534,0.92086 0.72332,1.59546 0.15797,0.67461 0.2843,1.40934 0.75804,1.93276 l 8.3e-4,8.1e-4 4.1e-4,8.1e-4 c 0.91079,0.99205 1.20357,1.66259 1.17865,2.09057 -0.025,0.42801 -0.34065,0.74574 -0.92363,1.09089 -1.16545,0.68994 -3.23049,1.28994 -4.54947,2.85813 -1.1453,1.33781 -2.54186,2.07254 -3.77181,2.16783 -1.22993,0.0952 -2.29108,-0.40578 -2.91669,-1.63825 l -9.6e-4,-0.003 -9.5e-4,-0.003 c -0.3881,-0.72466 -0.22642,-1.86827 0.10047,-3.07458 0.32694,-1.2063 0.7967,-2.4449 0.85957,-3.45163 l 0,-10e-4 0,-10e-4 c 0.0666,-1.2899 0.14008,-2.41636 0.36083,-3.28549 0.22075,-0.86917 0.56833,-1.45781 1.18423,-1.78859 0.0286,-0.0153 0.0573,-0.0298 0.0855,-0.0437 z m -20.0003,0.0843 c 0.0919,2.8e-4 0.1892,0.009 0.29286,0.0235 0.69714,0.1037 1.30508,0.58211 1.89084,1.3619 0.58572,0.7798 1.13073,1.8443 1.69098,3.02508 l 8.3e-4,10e-4 4e-4,10e-4 c 0.45025,0.92233 1.4003,1.93652 2.20542,2.97112 0.8051,1.03462 1.42821,2.07313 1.34705,2.868 l -3e-4,0.004 -2.7e-4,0.004 c -0.10503,1.35567 -0.88409,2.09367 -2.08009,2.36182 -1.19566,0.26803 -2.81654,10e-4 -4.43551,-0.82966 -4.3e-4,0 -8.4e-4,0 -9.6e-4,0 -1.7912,-0.93116 -3.922,-0.83867 -5.28887,-1.11886 -0.68361,-0.14018 -1.12966,-0.35086 -1.3344,-0.74234 -0.20473,-0.39146 -0.20931,-1.0744 0.22576,-2.23892 l 9.6e-4,-0.004 9.7e-4,-0.004 c 0.21515,-0.65143 0.056,-1.36419 -0.0486,-2.03322 -0.10447,-0.66901 -0.15556,-1.27755 0.0772,-1.70168 l 8.2e-4,-10e-4 8.3e-4,-0.003 c 0.29799,-0.5638 0.73507,-0.76534 1.27754,-0.95636 0.54247,-0.19105 1.18572,-0.34108 1.6937,-0.84073 l 0.002,-0.003 0.002,-0.003 c 0.46958,-0.48624 0.82231,-1.09573 1.23515,-1.52832 0.3483,-0.365 0.69687,-0.60692 1.22229,-0.61049 0.005,0 0.0128,0 0.0185,0 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#333333;fill-opacity:1;stroke:none;stroke-width:309;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
inkscape:connector-curvature="0" />
<g
id="g3010"
transform="matrix(0.12496282,0,0,0.11666289,188.66601,568.33718)"
style="fill:#333333;fill-opacity:1;stroke:none">
<title
id="title3012">Canvas 1</title>
<g
id="g3014"
style="fill:#333333;fill-opacity:1">
<title
id="title3016">Layer 1</title>
<path
d="m 204.10294,372.67294 2.81039,0.8291 c 3.53151,-1.58007 10.63031,0.86197 14.3959,2.05591 -6.934,-7.68695 -17.38058,-18.97509 -24.90698,-26.09145 -2.4704,-8.61546 -1.41632,-17.2848 -0.88481,-26.0799 l 0.10661,-0.7276 c -2.96672,7.0407 -6.73159,13.8847 -8.75512,21.29577 -2.36798,9.99817 10.5243,20.78568 15.5234,26.96817 z m 214.89999,42.28504 c -19.34998,-0.54698 -27.86099,-0.49994 -37.71558,-16.70502 l -7.68051,0.22004 c -8.93988,-0.397 -5.2142,-0.21705 -11.1784,-0.51399 -9.9719,-0.38803 -8.37448,-9.86297 -10.12879,-14.86898 -2.8063,-16.99305 3.71359,-34.07392 3.50791,-51.07032 -0.0728,-6.03332 -8.61032,-27.38909 -11.6604,-35.02423 -9.56162,1.80024 -19.17511,2.14347 -28.8754,2.62683 -22.35922,-0.0548 -44.5668,-2.79281 -66.61382,-6.26983 -4.29641,17.74804 -17.06701,42.58935 -6.5111,60.62682 12.81291,18.65766 21.80439,23.82667 35.7414,24.95164 13.93686,1.12406 17.0839,16.85904 13.71207,22.47903 -2.98447,3.88403 -8.22986,4.58905 -12.68646,5.53003 l -8.9144,0.41898 c -7.01489,-0.23599 -13.28491,-2.12998 -19.53552,-5.051 -10.43848,-5.82696 -21.2195,-17.94095 -29.22959,-26.63797 1.86481,3.47299 2.97712,10.25293 1.28571,13.40802 -4.7359,6.70896 -25.21872,6.66797 -34.59912,2.49897 -10.65598,-4.73502 -36.40497,-37.98197 -40.386,-62.88245 10.591,-20.02872 26.02,-37.47495 33.826,-59.28323 -17.015,-10.85694 -26.128,-28.53113 -24.94499,-48.55152 l 0.427,-2.3175 c -16.74199,3.13418 -8.05998,1.96809 -26.06998,3.33049 -57.356,-0.17549 -107.796001,-39.06484 -79.393993,-99.50579 1.846985,-3.57904 3.603989,-6.833 6.735001,-5.27899 2.512985,1.24695 2.152008,6.24898 0.887985,11.79598 -16.234985,72.21878 63.111997,72.77153 111.887997,59.40782 4.84098,-1.3266 14.46898,-10.2612 21.13848,-13.22311 10.9019,-4.84113 22.7348,-6.8053 34.47801,-8.22059 29.20767,-3.32814 64.31171,12.05838 82.14798,12.56079 17.83648,0.50239 43.20953,-4.27082 58.785,-3.26582 11.30133,0.51708 22.39853,2.55699 33.30252,5.46282 7.05802,-34.3909 7.55701,-59.7379 24.289,-65.6059 9.82001,1.551 17.38696,14.93298 22.98801,22.08301 l 0.023,-0.004 c 11.40697,-0.45001 22.26203,2.44403 33.05499,5.65599 19.54004,-2.77296 35.93702,-13.74597 53.193,-22.28198 -0.054,0.269 -0.33594,0.35998 -0.50397,0.54098 -16.98199,13.73401 -19.35405,36.95803 -17.35602,58.43425 0.74304,11.14415 -2.406,23.24344 -6.29895,34.65357 -7.28503,18.5899 -21.35406,38.18498 -37.68304,37.17997 -6.17298,-0.19526 -9.75901,-3.69059 -14.34699,-7.4223 -0.89001,7.55863 -4.388,14.30321 -7.76001,20.98812 -7.78698,14.82183 -28.13598,21.35339 -46.97802,37.18005 -18.84076,15.8269 6.02902,72.35141 12.05902,82.65039 6.02902,10.29996 22.85998,14.06796 16.32901,23.36392 -1.99799,3.07004 -5.05301,4.16806 -8.31803,5.35904 z"
id="path3018"
inkscape:connector-curvature="0"
style="fill:#333333;fill-opacity:1" />
</g>
</g>
</g>
</svg>
<$link to="ContactSources"></$link>
<$button class="tc-btn-invisible" tooltip='Contact et Sources'>
<$action-setfield $tiddler="$:/StoryList" list="
[[ContactSources]]"/>
<$action-navigate $to="ContactSources" $scroll="yes"/>
<i class="fa fa-user"></i> A propos
</$button>
<$link to="BannièreBlog"></$link>
<$button class="tc-btn-invisible" tooltip='Le Blog'>
<$action-setfield $tiddler="$:/StoryList" list="
[[BannièreBlog]]
[[DerniersPosts]]
[[ListeTags]]"/>
<$action-navigate $to="BannièreBlog" $scroll="yes"/>
<i class="fa fa-comments"></i> Blog
</$button>
<$link to="Bannière"></$link>
<$button class="tc-btn-invisible" tooltip='Accueil'>
<$action-setfield $tiddler="$:/StoryList" list="
[[Bannière]]
[[Accueil]]
[[Présentation]]
[[Introduction]]
[[Projet]]
[[A propos]]"/>
<$action-navigate $to="Bannière" $scroll="yes"/>
<i class="fa fa-home"></i> Home
</$button>
<$link to="LinuxNotes"></$link>
<$button class="tc-btn-invisible" tooltip='Les Wikis'>
<$action-setfield $tiddler="$:/StoryList" list="
[[LinuxNotes]]
[[TiddlyNotes]]
[[GitNotes]]"/>
<$action-navigate $to="LinuxNotes" $scroll="yes"/>
<i class="fa fa-flask"></i> Wikis
</$button>
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="34 107 510 317" width="510pt" height="317pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-05-10 07:32Z</dc:date><!-- Produced by OmniGraffle Professional 5.3.6 --></metadata><defs></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><g><title>Layer 1</title><path d="M 204.10294 372.67294 L 206.91333 373.50204 C 210.44484 371.92197 217.54364 374.36401 221.30923 375.55795 C 214.37523 367.871 203.92865 356.58286 196.40225 349.4665 C 193.93185 340.85104 194.98593 332.1817 195.51744 323.3866 L 195.62405 322.659 C 192.65733 329.6997 188.89246 336.5437 186.86893 343.95477 C 184.50095 353.95294 197.39323 364.74045 202.39233 370.92294 Z M 419.00293 414.95798 C 399.65295 414.411 391.14194 414.45804 381.28735 398.25296 L 373.60684 398.473 C 364.66696 398.076 368.39264 398.25595 362.42844 397.95901 C 352.45654 397.57098 354.05396 388.09604 352.29965 383.09003 C 349.49335 366.09698 356.01324 349.01611 355.80756 332.01971 C 355.73474 325.98639 347.19724 304.63062 344.14716 296.99548 C 334.58554 298.79572 324.97205 299.13895 315.27176 299.62231 C 292.91254 299.56754 270.70496 296.8295 248.65794 293.35248 C 244.36153 311.10052 231.59093 335.94183 242.14684 353.9793 C 254.95975 372.63696 263.95123 377.80597 277.88824 378.93094 C 291.8251 380.055 294.97214 395.78998 291.60031 401.40997 C 288.61584 405.294 283.37045 405.99902 278.91385 406.94 L 269.99945 407.35898 C 262.98456 407.12299 256.71454 405.229 250.46393 402.30798 C 240.02545 396.48102 229.24443 384.36703 221.23434 375.67001 C 223.09915 379.143 224.21146 385.92294 222.52005 389.07803 C 217.78415 395.78699 197.30133 395.746 187.92093 391.577 C 177.26495 386.84198 151.51596 353.59503 147.53493 328.69455 C 158.12593 308.66583 173.55493 291.2196 181.36093 269.41132 C 164.34593 258.55438 155.23293 240.88019 156.41594 220.8598 L 156.84294 218.5423 C 140.10095 221.67648 148.78296 220.51039 130.772964 221.87279 C 73.41696 221.6973 22.976959 182.80795 51.378967 122.367004 C 53.225952 118.787964 54.982956 115.534 58.113968 117.08801 C 60.626953 118.33496 60.265976 123.33699 59.001953 128.88399 C 42.766968 201.10277 122.11395 201.65552 170.88995 188.29181 C 175.73093 186.96521 185.35893 178.03061 192.02843 175.0687 C 202.93033 170.22757 214.76323 168.2634 226.50644 166.84811 C 255.71411 163.51997 290.81815 178.90649 308.65442 179.4089 C 326.4909 179.91129 351.86395 175.13808 367.43942 176.14308 C 378.74075 176.66016 389.83795 178.70007 400.74194 181.6059 C 407.79996 147.215 408.29895 121.867996 425.03094 116 C 434.85095 117.550995 442.4179 130.93298 448.01895 138.08301 L 448.04193 138.07898 C 459.4489 137.62897 470.30396 140.52301 481.09692 143.73497 C 500.63696 140.962006 517.03394 129.989 534.28992 121.45299 C 534.23596 121.721985 533.95398 121.81297 533.78595 121.99397 C 516.80396 135.72798 514.4319 158.952 516.42993 180.42822 C 517.17297 191.57237 514.02393 203.67166 510.13098 215.08179 C 502.84595 233.67169 488.77692 253.26677 472.44794 252.26176 C 466.27496 252.0665 462.68893 248.57117 458.10095 244.83946 C 457.21094 252.39809 453.71295 259.14267 450.34094 265.82758 C 442.55396 280.64941 422.20496 287.18097 403.36292 303.00763 C 384.52216 318.83453 409.39194 375.35904 415.42194 385.65802 C 421.45096 395.95798 438.28192 399.72598 431.75095 409.02194 C 429.75296 412.09198 426.69794 413.19 423.43292 414.38098 Z" fill="black"/></g></g></svg>
<div style="text-align:left; font-size:0.5em; color:black;">
<dl><$list filter='[tag[Blog]!nsort[created]limit[3]]'>
<dt>{{!!date_court}} - <$button class="tc-btn-invisible tc-tiddlylink">
<$action-setfield $tiddler="$:/StoryList" list="
[[DerniersPosts]]
[[ListeTags]]"/>
{{!!titre_news}}
<$action-navigate $to={{!!title}} $scroll="yes"/>
</$button>
</dt>
{{LeBlog}}
<br>
{{LesWikis}}
<div style="font-size:90%; color:#D4D4D4">
~LibreNotes a été créé dans le but de regrouper les wikis que je maintiens sur les logiciels libres. Par la suite, l'idée est venue de créer un site internet complet basé sur [[TiddlyWiki|http://tiddlywiki.com/]].
</div>
<table class="invisibletable">
<tr>
<td valign="right">
<div style="font-size:0.6em;margin-top:0em;margin-bottom:0em;text-align:right">
L'ensemble des sources sont disponibles sur le dépôt Git du projet.
</div>
</td>
<td valign="center">
<div style="font-size:0.5em;text-align:left;margin-top:0em;margin-bottom:0em;margin-left:5em;">
<a href="https://bitbucket.org/librenotes/librenotes.bitbucket.org/" class="tc-btn-big-green" style="text-decoration:none; background-color:#5E9FCA;" target="_blank">
<i class="fa fa-bitbucket"></i> Dépôt Git</a>
</div>
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
<table class="invisibletable">
<tr>
<td>
<div style="font-size:0.6em;text-align:center;margin-top:0em;margin-bottom:2em;">
<a href="http://librenotes.bitbucket.org/tiddlynotes" class="tc-btn-big-green" style="text-decoration:none; background-color:#47D147;" target="_blank">
''~TiddlyNotes'' <i class="fa fa-external-link-square"></i></a>
</div>
<div style="text-align:center;font-size:80%;">Une introduction à ~TiddlyWiki, un carnet de notes web personnel et non linéaire
</div>
</td>
<td valign="center">
<div style="font-size:0.7em;text-align:center;">
<<list-thumbnails filter:"[tag[thumbnail_TN]]" width:"336" height:"190">>
</div>
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="61.365158"
height="67.068039"
id="svg3049"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="logotest.svg"
inkscape:export-filename="/home/svink/ownCloud/logos/LibreNotes/logotest.png"
inkscape:export-xdpi="199.46175"
inkscape:export-ydpi="199.46175">
<defs
id="defs3051">
<linearGradient
id="b"
osb:paint="solid"
gradientTransform="matrix(0.48750102,0,0,0.87579449,24.779632,-203.53976)">
<stop
stop-color="#5778d8"
offset="0"
id="stop10" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8088376"
inkscape:cx="-14.768011"
inkscape:cy="26.540443"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="760"
inkscape:window-x="-2"
inkscape:window-y="22"
inkscape:window-maximized="1" />
<metadata
id="metadata3054">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-194.06723,-549.67934)">
<path
id="path4004"
d="m 214.09111,549.67935 c -0.28452,-3.8e-4 -0.58131,0.0114 -0.8908,0.0354 -7.82192,0.61832 -5.74752,8.72926 -5.8636,11.44534 -0.14283,1.98627 -0.55314,3.55158 -1.94488,5.49339 -1.63513,1.90855 -3.93716,4.99757 -5.0277,8.21311 -0.5147,1.51758 -0.75961,3.06443 -0.53343,4.52841 -0.0708,0.0621 -0.13829,0.12749 -0.20243,0.19475 -0.48009,0.50306 -0.8348,1.11258 -1.23005,1.52295 -0.36925,0.36156 -0.89534,0.49909 -1.47349,0.70268 -0.57837,0.20368 -1.21338,0.50397 -1.59883,1.22996 0,0 0,3.1e-4 -2.8e-4,3.1e-4 -4.1e-4,8e-4 -9.7e-4,0.003 -9.7e-4,0.004 l 0,0 c -0.34893,0.63966 -0.24518,1.37631 -0.13863,2.05882 0.10652,0.6825 0.21447,1.32741 0.0712,1.76497 -0.45773,1.22805 -0.51618,2.07748 -0.19395,2.69364 0.32292,0.61746 0.98688,0.88998 1.73728,1.04381 1.50082,0.30767 3.53332,0.23122 5.13518,1.06456 l 0.13768,-0.255 -0.13628,0.25573 c 1.71487,0.88007 3.45339,1.19262 4.84041,0.88165 1.00566,-0.22543 1.82198,-0.81319 2.24121,-1.71757 1.08488,-0.004 2.27537,-0.45624 4.18234,-0.55929 1.29369,-0.10231 2.90978,0.4509 4.76863,0.3496 0.0486,0.19795 0.11895,0.38834 0.21517,0.56928 8.5e-4,0.003 9.6e-4,0.004 0.003,0.006 0.72059,1.41438 2.05951,2.06129 3.48639,1.95075 1.42877,-0.11064 2.94781,-0.93758 4.17575,-2.37191 l -0.22512,-0.18568 0.22683,0.18363 c 1.17041,-1.39295 3.11306,-1.97054 4.40121,-2.73315 0.64406,-0.3813 1.16668,-0.85873 1.20706,-1.55219 0.0404,-0.69312 -0.37419,-1.46986 -1.3275,-2.50852 0,0 -2.8e-4,-2.9e-4 -2.8e-4,-2.9e-4 -3e-4,-4.1e-4 -8.2e-4,-8e-4 -8.2e-4,-10e-4 -0.31323,-0.34743 -0.46264,-0.99135 -0.62323,-1.67707 -0.16047,-0.6853 -0.33959,-1.42456 -0.9128,-1.90364 l 0,0 c -9.6e-4,-8e-4 -0.002,-10e-4 -0.003,-0.003 0,0 0,0 0,0 -0.22812,-0.1951 -0.46519,-0.32753 -0.70394,-0.41651 0.79695,-2.31987 0.48427,-4.62991 -0.32019,-6.7174 -0.9873,-2.56191 -2.71096,-4.79422 -4.02736,-6.3213 -1.47349,-1.82428 -2.91469,-3.55627 -2.8863,-6.11438 0.0439,-3.90425 0.43752,-11.14451 -6.56193,-11.1539 z m 0.94758,6.01484 c 0.39718,0 0.73639,0.1143 1.08485,0.36254 0.35399,0.25217 0.60901,0.56785 0.81455,1.00871 0.20174,0.42965 0.2988,0.84996 0.30832,1.34874 0,0.0129 0,0.0242 0.003,0.0372 0.003,0.51185 -0.0855,0.9471 -0.28357,1.39168 -0.11291,0.25369 -0.24265,0.46661 -0.39788,0.65095 -0.0526,-0.0249 -0.10744,-0.0487 -0.16421,-0.0716 l 0,0 c -0.39349,-0.16542 -0.69535,-0.2707 -0.94693,-0.35638 0.0911,-0.10761 0.16713,-0.23523 0.2339,-0.39476 0.10093,-0.24095 0.15035,-0.47633 0.15986,-0.75652 0,-0.0113 0.003,-0.0207 0.003,-0.0336 0.005,-0.26898 -0.0306,-0.49875 -0.11039,-0.73414 -0.0836,-0.24658 -0.1903,-0.42403 -0.34445,-0.57161 -0.15416,-0.14758 -0.30832,-0.21481 -0.49292,-0.22042 -0.009,-3.8e-4 -0.0173,-3.8e-4 -0.026,-3.8e-4 -0.17364,3.8e-4 -0.32443,0.0589 -0.48043,0.18713 -0.16367,0.13447 -0.28548,0.30635 -0.38634,0.54547 -0.10093,0.23909 -0.15036,0.47632 -0.15986,0.7584 -9.6e-4,0.0113 -9.6e-4,0.0207 -9.6e-4,0.0317 -0.003,0.15502 0.007,0.29709 0.0311,0.435 -0.3553,-0.17378 -0.69013,-0.29227 -1.00437,-0.36567 -0.0178,-0.13347 -0.0283,-0.27102 -0.0316,-0.41492 l 0,-0.0392 c -0.005,-0.50997 0.0799,-0.94708 0.27976,-1.39167 0.19983,-0.44461 0.44725,-0.76403 0.79551,-1.02369 0.34829,-0.25964 0.69084,-0.3792 1.09623,-0.38292 0.007,0 0.0128,0 0.0189,0 z m -5.43622,0.42248 c 0.26348,4e-4 0.49925,0.087 0.74311,0.27817 0.26456,0.20735 0.46438,0.4726 0.63186,0.8462 0.16747,0.37361 0.25693,0.7472 0.28165,1.18809 l 0,0.004 c 0.0115,0.18516 0.0103,0.35944 -0.003,0.52824 -0.0521,0.0148 -0.10321,0.0303 -0.15318,0.0471 -0.28411,0.0959 -0.53449,0.22679 -0.7527,0.36825 0.0213,-0.14797 0.0246,-0.29808 0.008,-0.46546 -0.002,-0.0101 -0.002,-0.0169 -0.002,-0.0261 -0.0229,-0.22229 -0.0704,-0.40908 -0.15036,-0.59777 -0.0856,-0.19615 -0.1808,-0.33437 -0.3064,-0.44086 -0.11382,-0.0965 -0.22139,-0.14075 -0.33972,-0.13989 -0.0128,0 -0.0246,4e-4 -0.0372,10e-4 -0.13321,0.0114 -0.24358,0.0748 -0.34827,0.19989 -0.10469,0.12502 -0.17318,0.2802 -0.22267,0.48566 -0.0494,0.20548 -0.0628,0.40722 -0.0419,0.63888 0,0.0101 9.7e-4,0.0168 9.7e-4,0.0261 0.0229,0.22417 0.0685,0.41097 0.15034,0.59967 0.0836,0.19426 0.1808,0.3325 0.30639,0.43898 0.0211,0.0178 0.0419,0.0338 0.0626,0.0482 -0.13065,0.0987 -0.19303,0.14419 -0.30008,0.22141 -0.0687,0.0496 -0.15047,0.10837 -0.24552,0.17711 -0.2073,-0.1906 -0.36901,-0.43015 -0.5104,-0.74558 -0.16746,-0.37358 -0.25692,-0.74719 -0.28359,-1.18805 l 0,-0.004 c -0.0248,-0.44085 0.019,-0.82007 0.14276,-1.21234 0.12368,-0.39229 0.28929,-0.67623 0.52907,-0.90974 0.23981,-0.2335 0.48151,-0.35117 0.77268,-0.36612 0.0227,-8.2e-4 0.0453,-10e-4 0.0676,-10e-4 z m 2.47238,3.05847 c 0.61239,-0.003 1.34932,0.19475 2.24148,0.75776 0.54802,0.34981 0.97441,0.37903 1.95632,0.79183 l 9.6e-4,4e-4 8.2e-4,3.9e-4 c 0.47242,0.19028 0.74974,0.43824 0.8852,0.6994 0.13547,0.26114 0.13879,0.54434 0.0253,0.84223 -0.22675,0.59584 -0.95064,1.22289 -1.96647,1.53424 l -8.2e-4,4.2e-4 -8.2e-4,4e-4 c -0.4953,0.15795 -0.92721,0.50677 -1.43639,0.79255 -0.50918,0.28579 -1.08534,0.51628 -1.86877,0.4718 0,0 0,0 0,0 -0.66695,-0.0381 -1.06563,-0.26041 -1.42611,-0.54478 -0.36051,-0.28435 -0.67463,-0.64162 -1.13463,-0.90673 l -8.2e-4,-8.3e-4 -8.2e-4,-7.9e-4 c -0.74096,-0.41105 -1.14549,-0.8865 -1.27243,-1.29869 -0.12701,-0.41215 -0.008,-0.76398 0.35978,-1.0344 0.41332,-0.30404 0.70044,-0.51085 0.89171,-0.64861 0.18998,-0.13676 0.26904,-0.18814 0.32953,-0.24518 2.8e-4,-4e-4 4.2e-4,-4e-4 8.3e-4,-8e-4 0,0 2.9e-4,-4e-4 2.9e-4,-4e-4 0.31055,-0.28854 0.80559,-0.81421 1.55182,-1.06635 0.25684,-0.0868 0.54345,-0.14275 0.86423,-0.14401 z m 4.28232,2.48594 c -0.26427,0.0155 -0.54104,0.14903 -0.86332,0.32561 -0.32229,0.1766 -0.68468,0.40251 -1.07744,0.62498 -0.78547,0.44491 -1.68967,0.87043 -2.58827,0.87043 -0.89997,0 -1.61902,-0.40797 -2.15833,-0.82748 -0.26967,-0.20975 -0.49222,-0.42101 -0.67003,-0.58446 -0.089,-0.0816 -0.166,-0.15137 -0.23797,-0.20578 -0.0721,-0.0544 -0.13048,-0.10824 -0.25084,-0.10824 l -0.005,0.24828 c -0.009,0.0829 -0.0174,0.0804 -0.0139,0.0826 0.005,0.004 0.0335,0.0129 0.066,0.0377 0.0529,0.04 0.12625,0.10522 0.21346,0.18529 0.17427,0.16018 0.40585,0.38043 0.69095,0.60222 0.57024,0.44353 1.36324,0.89855 2.3664,0.89855 1.00455,0 1.95495,-0.46086 2.75576,-0.91445 0.40038,-0.22679 0.76403,-0.45319 1.07325,-0.62262 0.30919,-0.16946 0.56936,-0.27571 0.71999,-0.28455 l -0.02,-0.32817 z m 0.89292,1.17994 c 0.6672,2.58154 2.21902,6.31027 3.21643,8.12997 0.53017,0.96546 1.58491,3.01666 2.0406,5.48801 0.28874,-0.009 0.60669,0.0325 0.94719,0.11795 1.19144,-3.03177 -1.01036,-6.29742 -2.01717,-7.20687 -0.4065,-0.38715 -0.42603,-0.56058 -0.22452,-0.55242 1.09237,0.94819 2.52639,2.85529 3.04812,5.00789 0.23792,0.98154 0.28865,2.01342 0.0333,3.03178 0.12483,0.0508 0.2517,0.10635 0.38024,0.16602 1.91251,0.91411 2.61981,1.70901 2.27974,2.79388 -0.112,-0.004 -0.22218,-0.003 -0.32965,-8.2e-4 -0.0103,2.9e-4 -0.02,4e-4 -0.0301,8.2e-4 0.27695,-0.85996 -0.33659,-1.49419 -1.97146,-2.22027 -1.69572,-0.73225 -3.04694,-0.6594 -3.27532,0.82566 -0.0146,0.0778 -0.0263,0.15708 -0.0352,0.23747 -0.12663,0.0431 -0.25407,0.0984 -0.38175,0.1669 -0.79625,0.42765 -1.23085,1.2036 -1.47258,2.15529 -0.24151,0.95093 -0.31075,2.10053 -0.3774,3.39284 0,3e-4 0,4.1e-4 0,8.2e-4 -0.0407,0.64981 -0.31292,1.52869 -0.58897,2.4596 -2.77782,1.9449 -6.63317,2.78752 -9.90652,0.59485 -0.22184,-0.34446 -0.47631,-0.68572 -0.73825,-1.02232 -0.16727,-0.21496 -0.3391,-0.4286 -0.50992,-0.63923 0.33602,0 0.62164,-0.0539 0.85248,-0.1565 0.28709,-0.12777 0.48876,-0.33297 0.58857,-0.59644 0.19956,-0.52689 -8.4e-4,-1.27018 -0.63977,-2.11898 -0.63885,-0.84873 -1.7208,-1.8066 -3.31071,-2.76365 0,0 -2.8e-4,0 -2.8e-4,-2.9e-4 -1.16802,-0.71326 -1.82126,-1.5875 -2.12701,-2.53673 -0.30578,-0.94929 -0.2629,-1.97578 -0.0273,-2.98921 0.45235,-1.94531 1.6146,-3.83726 2.35616,-5.02458 0.19966,-0.14418 0.0713,0.26766 -0.75073,1.76604 -0.73673,1.36993 -2.11411,4.53145 -0.22825,6.99936 0.0503,-1.75627 0.47772,-3.54744 1.19504,-5.22288 1.0449,-2.32478 3.2304,-6.35626 3.40397,-9.56937 0.0895,0.0637 0.39703,0.26744 0.53407,0.34393 3e-4,4.1e-4 4.1e-4,4.1e-4 8.3e-4,4.1e-4 0.40093,0.23174 0.70204,0.5705 1.09205,0.87815 0.39076,0.30825 0.87894,0.57448 1.61646,0.61667 l 0,0 c 0.86088,0.0489 1.51698,-0.2128 2.05451,-0.51452 0.53674,-0.30127 0.96552,-0.63464 1.37176,-0.76479 4.2e-4,-3.9e-4 8.3e-4,-3.9e-4 9.7e-4,-3.9e-4 0.8584,-0.26349 1.54092,-0.72985 1.92932,-1.27377 z m 5.45216,14.7793 c 0.3477,-10e-4 0.76887,0.11216 1.22992,0.31464 1.24086,0.56226 1.62909,1.04421 1.29032,1.75219 -0.28546,0.53427 -1.5073,1.38419 -2.34467,1.16006 -0.85452,-0.21669 -1.27131,-1.42531 -1.13239,-2.33877 0.0744,-0.6203 0.43188,-0.88571 0.95682,-0.88812 z m -1.40392,1.66924 c 0.0701,1.11704 0.63319,2.25629 1.62896,2.50286 1.08969,0.28182 2.6608,-0.63591 3.32414,-1.38443 0.1323,-0.004 0.26158,-0.0113 0.38718,-0.0146 0.58187,-0.0143 1.06991,0.0187 1.56855,0.44682 l 9.6e-4,0.001 9.6e-4,10e-4 c 0.38319,0.31865 0.56534,0.92086 0.72332,1.59546 0.15797,0.67461 0.2843,1.40934 0.75804,1.93276 l 8.3e-4,8.1e-4 4.1e-4,8.1e-4 c 0.91079,0.99205 1.20357,1.66259 1.17865,2.09057 -0.025,0.42801 -0.34065,0.74574 -0.92363,1.09089 -1.16545,0.68994 -3.23049,1.28994 -4.54947,2.85813 -1.1453,1.33781 -2.54186,2.07254 -3.77181,2.16783 -1.22993,0.0952 -2.29108,-0.40578 -2.91669,-1.63825 l -9.6e-4,-0.003 -9.5e-4,-0.003 c -0.3881,-0.72466 -0.22642,-1.86827 0.10047,-3.07458 0.32694,-1.2063 0.7967,-2.4449 0.85957,-3.45163 l 0,-10e-4 0,-10e-4 c 0.0666,-1.2899 0.14008,-2.41636 0.36083,-3.28549 0.22075,-0.86917 0.56833,-1.45781 1.18423,-1.78859 0.0286,-0.0153 0.0573,-0.0298 0.0855,-0.0437 z m -20.0003,0.0843 c 0.0919,2.8e-4 0.1892,0.009 0.29286,0.0235 0.69714,0.1037 1.30508,0.58211 1.89084,1.3619 0.58572,0.7798 1.13073,1.8443 1.69098,3.02508 l 8.3e-4,10e-4 4e-4,10e-4 c 0.45025,0.92233 1.4003,1.93652 2.20542,2.97112 0.8051,1.03462 1.42821,2.07313 1.34705,2.868 l -3e-4,0.004 -2.7e-4,0.004 c -0.10503,1.35567 -0.88409,2.09367 -2.08009,2.36182 -1.19566,0.26803 -2.81654,10e-4 -4.43551,-0.82966 -4.3e-4,0 -8.4e-4,0 -9.6e-4,0 -1.7912,-0.93116 -3.922,-0.83867 -5.28887,-1.11886 -0.68361,-0.14018 -1.12966,-0.35086 -1.3344,-0.74234 -0.20473,-0.39146 -0.20931,-1.0744 0.22576,-2.23892 l 9.6e-4,-0.004 9.7e-4,-0.004 c 0.21515,-0.65143 0.056,-1.36419 -0.0486,-2.03322 -0.10447,-0.66901 -0.15556,-1.27755 0.0772,-1.70168 l 8.2e-4,-10e-4 8.3e-4,-0.003 c 0.29799,-0.5638 0.73507,-0.76534 1.27754,-0.95636 0.54247,-0.19105 1.18572,-0.34108 1.6937,-0.84073 l 0.002,-0.003 0.002,-0.003 c 0.46958,-0.48624 0.82231,-1.09573 1.23515,-1.52832 0.3483,-0.365 0.69687,-0.60692 1.22229,-0.61049 0.005,0 0.0128,0 0.0185,0 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Bitstream Vera Sans';-inkscape-font-specification:'Bitstream Vera Sans';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#333333;fill-opacity:1;stroke:none;stroke-width:309;marker:none;enable-background:accumulate"
inkscape:connector-curvature="0" />
<g
id="g3010"
transform="matrix(0.12496282,0,0,0.11666289,188.66601,568.33718)"
style="fill:#333333;fill-opacity:1;stroke:none">
<title
id="title3012">Canvas 1</title>
<g
id="g3014"
style="fill:#333333;fill-opacity:1">
<title
id="title3016">Layer 1</title>
<path
d="m 204.10294,372.67294 2.81039,0.8291 c 3.53151,-1.58007 10.63031,0.86197 14.3959,2.05591 -6.934,-7.68695 -17.38058,-18.97509 -24.90698,-26.09145 -2.4704,-8.61546 -1.41632,-17.2848 -0.88481,-26.0799 l 0.10661,-0.7276 c -2.96672,7.0407 -6.73159,13.8847 -8.75512,21.29577 -2.36798,9.99817 10.5243,20.78568 15.5234,26.96817 z m 214.89999,42.28504 c -19.34998,-0.54698 -27.86099,-0.49994 -37.71558,-16.70502 l -7.68051,0.22004 c -8.93988,-0.397 -5.2142,-0.21705 -11.1784,-0.51399 -9.9719,-0.38803 -8.37448,-9.86297 -10.12879,-14.86898 -2.8063,-16.99305 3.71359,-34.07392 3.50791,-51.07032 -0.0728,-6.03332 -8.61032,-27.38909 -11.6604,-35.02423 -9.56162,1.80024 -19.17511,2.14347 -28.8754,2.62683 -22.35922,-0.0548 -44.5668,-2.79281 -66.61382,-6.26983 -4.29641,17.74804 -17.06701,42.58935 -6.5111,60.62682 12.81291,18.65766 21.80439,23.82667 35.7414,24.95164 13.93686,1.12406 17.0839,16.85904 13.71207,22.47903 -2.98447,3.88403 -8.22986,4.58905 -12.68646,5.53003 l -8.9144,0.41898 c -7.01489,-0.23599 -13.28491,-2.12998 -19.53552,-5.051 -10.43848,-5.82696 -21.2195,-17.94095 -29.22959,-26.63797 1.86481,3.47299 2.97712,10.25293 1.28571,13.40802 -4.7359,6.70896 -25.21872,6.66797 -34.59912,2.49897 -10.65598,-4.73502 -36.40497,-37.98197 -40.386,-62.88245 10.591,-20.02872 26.02,-37.47495 33.826,-59.28323 -17.015,-10.85694 -26.128,-28.53113 -24.94499,-48.55152 l 0.427,-2.3175 c -16.74199,3.13418 -8.05998,1.96809 -26.06998,3.33049 -57.356,-0.17549 -107.796001,-39.06484 -79.393993,-99.50579 1.846985,-3.57904 3.603989,-6.833 6.735001,-5.27899 2.512985,1.24695 2.152008,6.24898 0.887985,11.79598 -16.234985,72.21878 63.111997,72.77153 111.887997,59.40782 4.84098,-1.3266 14.46898,-10.2612 21.13848,-13.22311 10.9019,-4.84113 22.7348,-6.8053 34.47801,-8.22059 29.20767,-3.32814 64.31171,12.05838 82.14798,12.56079 17.83648,0.50239 43.20953,-4.27082 58.785,-3.26582 11.30133,0.51708 22.39853,2.55699 33.30252,5.46282 7.05802,-34.3909 7.55701,-59.7379 24.289,-65.6059 9.82001,1.551 17.38696,14.93298 22.98801,22.08301 l 0.023,-0.004 c 11.40697,-0.45001 22.26203,2.44403 33.05499,5.65599 19.54004,-2.77296 35.93702,-13.74597 53.193,-22.28198 -0.054,0.269 -0.33594,0.35998 -0.50397,0.54098 -16.98199,13.73401 -19.35405,36.95803 -17.35602,58.43425 0.74304,11.14415 -2.406,23.24344 -6.29895,34.65357 -7.28503,18.5899 -21.35406,38.18498 -37.68304,37.17997 -6.17298,-0.19526 -9.75901,-3.69059 -14.34699,-7.4223 -0.89001,7.55863 -4.388,14.30321 -7.76001,20.98812 -7.78698,14.82183 -28.13598,21.35339 -46.97802,37.18005 -18.84076,15.8269 6.02902,72.35141 12.05902,82.65039 6.02902,10.29996 22.85998,14.06796 16.32901,23.36392 -1.99799,3.07004 -5.05301,4.16806 -8.31803,5.35904 z"
id="path3018"
inkscape:connector-curvature="0"
style="fill:#333333;fill-opacity:1" />
</g>
</g>
</g>
</svg>
<table class="invisibletable">
<tr>
<td valign="right">
<div style="font-size:0.6em;margin-top:0em;margin-bottom:0em;text-align:right">
~TiddlyWiki version
</div>
</td>
<td valign="center">
<div style="font-size:0.5em;text-align:left;margin-top:0em;margin-bottom:0em;margin-left:5em;"> <<version>>
</div>
<i class="fa fa-user"></i> Ce wiki fait partie du projet [[LibreNotes|http://librenotes.bitbucket.org]] forgé par svink
<i class="fa fa-spinner"></i> Dernière mise à jour le {{Dernière modification}}
<div style="font-size:0.7em;text-align:left;margin-top:3em;margin-bottom:3em;">
<a href="mailto:svink@openmailbox.org" class="tc-btn-big-green" style="text-decoration:none; background-color:#FF8C19;" target="_blank"> <i class="fa fa-envelope"></i> Contact mail
</a>
<a href="https://bitbucket.org/librenotes/librenotes.bitbucket.org/" class="tc-btn-big-green" style="text-decoration:none; background-color:#5E9FCA;" target="_blank">
<i class="fa fa-bitbucket"></i> Dépôt Bitbucket
</a>
{{$:/snippets/download-wiki-button}}
</div>
!Démarrage et arrêt
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer le comportement du système lors de son démarrage ou de son arrêt.''
Vous pouvez désactiver un service, ou désinstaller le paquet correspondant. En effet, la lecture de fichier de
configuration ralentit légèrement le démarrage du système même si le service ne démarre pas.<br>
Il existe un outil graphique de gestion des processus ~KsysGuard (Surveillance du système) qui permet de voir les services utilisés.
@@.ast
<i class="fa fa-lightbulb-o fa-3x pull-left"></i> __Gestion des processus__<br>
La commande `top` permet d'afficher des informations en continu sur l'activité du système (quantité de RAM et
pourcentage de CPU utilisés par les processus). Il existe aussi `htop` qui est une version améliorée (commande à installer). Pour quitter la commande `top` / `htop`, il suffit de taper la lettre `q`.
@@
!Chargeur d'amorçage GRUB 2
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer et personnaliser le comportement de GRUB 2, le chargeur d'amorçage.''
<<<
Pour masquer GRUB au démarrage du système:<br>
Onglet général → Cocher //Amorcer automatiquement l'entrée par défaut//, //immédiatement//.
<<<
<i class="fa fa-folder-open"></i> Le fichier de configuration de GRUB est `/etc/default/grub`
!Gestionnaire des services
<i class="fa fa-desktop fa-2x pull-left"></i> ''Permet de gérer les services au démarrage.''
@@.ast
<i class="fa fa-lightbulb-o fa-3x pull-left"></i> On peut décocher certains services si ils ne sont pas utilisés: //Gestionnaire d'affichage pour le changement de moniteur, Notificateur de changement d'url distante, Notification d'espace libre, Tablette Wacom//.
@@
!Gestion des polices
<i class="fa fa-desktop fa-2x pull-left"></i> ''Permet de visualiser et de gérer les polices.''
<<<
On peut ajouter des polices (ttf) de manière simple : Polices personnelles → //ajouter//
<<<
<i class="fa fa-folder-open"></i> Les polices sont stockées dans les dossiers : `~/.fonts` et `/usr/share/fonts`
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> On en trouve beaucoup sur internet: [[dafont|http://www.dafont.com/fr/]], [[openfontlibrary|http://openfontlibrary.org/]]...
@@
!Écran de connexion
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer le gestionnaire de connexion.''
L'écran de connexion KDM (KDE Display Manager) peut être personnalisé avec des thèmes (KDM4 Themes).<br> Directement depuis le gestionnaire de thème ou le télécharger sur [[kde-look|http://kde-look.org/]] et l'installer avec.
<i class="fa fa-folder-open"></i> Les thèmes KDM sont stockés dans le dossier : `/usr/share/apps/kdm/themes`
!Effets de bureau
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer les effets de bureau tels que les animations des fenêtres, la transparence...''
Kwin est le gestionnaire de fenêtre de KDE. Une fois les effets du bureau activés, Kwin offre beaucoup de façons
d'interagir avec les fenêtres.
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A910fca65-e9e6-9b18-9bc3-a5f94df7ed4b
/files/effets.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3A910fca65-e9e6-9b18-9bc3-a5f94df7ed4b
/files/effets.png" align='right' width="300"></a>
!!Configuration générale
Les effets de base de Kwin se configure ici (animations...).
Suivant la configuration on peut activer ou désactiver les effets de bureau de manière générale.
>Effets de bureau → Cocher ou décocher //Activer les effets de bureau au démarrage//
<br>
!!Configuration avancée des effets de bureau (Tous les effets)
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3Ac2412835-5c5d-d2f3-748e-e40e830ff349
/files/touseffets.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3Ac2412835-5c5d-d2f3-748e-e40e830ff349
/files/touseffets.png" align='right' width="300"></a>
L'ensemble des effets de Kwin se configure ici, on peut gérer par exemple la transparence des fenêtre, leur comportement et différents effets. Les effets de base se règles automatiquement en fonction des capacités.
Certains effets sont assez gourmands en ressources, on peut les désactiver ou régler l'effet de manière individuelle (en cliquant sur l'icône clé) :
*Redimensionner la fenêtre
*Flou : gère l'effet de flou de l'arrière plan des fenêtres transparentes, c'est l'effet le plus gourmand en ressources.<br>
*Translucidité : gère la transparence des fenêtres, des décorations et des menus (la transparence du tableau de bord dépend du Thème de bureau utilisé).
>Pour avoir le bord des fenêtres ou les fenêtres en arrière plan transparentes<br> Configuration (icône clé) → Décoration
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> Pour la transparence "complète" des fenêtres, il faut changer de thème de bureau (//oxygen-transparent// par exemple) avec l'effet flou.
@@
@@.ast
<i class="fa fa-lightbulb-o fa-3x pull-left"></i> __Retirer les animations non désirées__ (si il y a vraiment des ralentissement de l'affichage):<br>
Le style par défaut Oxygen est livré avec de nombreuses animations qui peuvent être désactivées.
Appuyez sur "Alt F2" et tapez oxygen-settings. Dans les onglets Style et Décorations → Animations et décocher //Activer les animations// ou juste les non désirables.
@@
!Apparence de l'espace de travail
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer l'apparence des fenêtres, des curseurs et du bureau.''
!!Décoration de la fenêtre
!!!Configurer la décoration
Permet de modifier la décoration (le contour) de la fenêtre.
''Oxygen'' est la décoration par défaut, mais on peut installer de nouvelles décorations (ex : Elementary Luna, ~FormaN) et aussi utiliser le système de thèmes ''Aurorae'' beaucoup plus configurable et proposant une grande variété de thèmes.
Directement depuis le gestionnaire de décoration ou le
télécharger sur [[kde-look|http://kde-look.org/]] et l'installer avec.
<i class="fa fa-folder-open"></i> Les thèmes Aurorae sont stockés dans les dossiers : `~/.kde4/share/apps/aurorae/themes`
@@.ast
<i class="fa fa-lightbulb-o fa-3x pull-left"></i>__Fluidifier le déplacement des fenêtres__ (si il y a vraiment des problèmes d’affichage):<br> Configurer la décoration → Décocher //Activer les animations//
@@
!!!Configurer les boutons
Permet de modifier les boutons de la fenêtre.
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i>__Ajouter le bouton du menu déporté__:<br>
Ajouter le bouton → menu déporté (voir [[Apparence et comportement général]] section "Style")
@@
!!Thème de bureau
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3Ab9259c65-fdfe-6275-759a-5ea64e4d7b86
/files/themebureau.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3Ab9259c65-fdfe-6275-759a-5ea64e4d7b86
/files/themebureau.png" align='right' width="300"></a>
''Air'' est le thème par défaut. On peut installer de nouveaux thèmes de bureau ou "Plasma themes" (ex : Caledonia par défaut sur Chakra).
Directement depuis le gestionnaire de thème ou le télécharger sur [[kde-look|http://kde-look.org/]] et l'installer avec.
<i class="fa fa-folder-open"></i> Les thèmes de bureau sont stockés dans les dossiers<br>
`~/.kde4/share/apps/desktoptheme` et<br> `/usr/share/apps/desktoptheme`
!!Thème de curseur
Permet de modifier le thème du curseur de la
souris et donc sa couleur.
<i class="fa fa-folder-open"></i> Les thèmes de curseur sont stockés dans le dossier `/usr/share/icons/`
!!Écran de démarrage
On peut installer de nouveaux écrans de
démarrage ou "Splash screens" (ex : Glassified
splash).
Directement depuis le gestionnaire de thème ou le
télécharger sur [[kde-look|http://kde-look.org/]] et l'installer avec.
<i class="fa fa-folder-open"></i> Les écrans de démarrage sont stockés dans le dossier `/usr/share/apps/ksplash/themes`
!Comportement de l'espace de travail
<i class="fa fa-desktop fa-2x pull-left"></i> ''Régler le comportement de l'espace de travail en général et des bureaux virtuels.''
!!Configurer les bureaux virtuels
>Bureaux virtuels → Choisir le nombre et le comportement des bureaux virtuels (Changement de bureau).
Pour les afficher, il faut utiliser le plasmoid //gestionnaire de bureau// (voir [[Les composants graphiques]]).
!!Gérer les actions des bords de l'écran
>Bords de l'écran → Choisir les actions des bords d'écran (afficher le bureau ou les bureaux virtuels, la présentation des fenêtres...).
!!Afficher des plasmoids indépendants du bureau
>Pour activer le //Tableau de bord des composants graphiques// aussi appelé Dashboard :<br>
Espace de travail → Tableau de bord : //afficher un jeu de composants graphiques indépendants//
Une fois activé, on peut l'utiliser avec le plasmoid Dashboard (voir [[Les composants graphiques]]) ou en activant l'action du bord de l'écran.
!Recherche sur bureau
<i class="fa fa-desktop fa-2x pull-left"></i> ''Régler le moteur de recherche de bureau.''
!! Baloo
Baloo est le nouveau service d'indexation de KDE (il remplace Nepomuk). Dans la pratique, Baloo permet de retrouver instantanément des fichiers ou leurs contenus, des photos, des contacts, des courriels et leur fichiers joints, des commentaires, tout ce qui comporte des tags (étiquettes ou métadonnées).
@@.ast
<i class="fa fa-lightbulb-o fa-3x pull-left"></i>__Pour désactiver Baloo:<br> __ Éditer le fichier `~/.kde4/share/config/baloofilerc` et mettre `false` pour l'entrée `Indexing-Enabled`.<br> Sous Chakra, il suffit simplement de décocher la case //Activer la recherche sur le bureau//
@@
!Apparence des application
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer les styles, couleurs, icônes, polices, et l'intégration des applications GTK.''
''Oxygen'' est le thème graphique de l'environnement de bureau KDE4.
!!Style
On peut configurer le style des composants graphiques (onglet //Applications//) qui permet de modifier l'apparence des fenêtres et gérer le comportement du processeur (onglet //Réglages fins//).
!!!Applications
Oxygen est un thème simple et sobre, mais on peut utiliser aussi utiliser le système de thèmes ''~QtCurve'', beaucoup plus configurable et proposant une grande variété de thèmes.
<i class="fa fa-folder-open"></i> Les thèmes ~QtCurve sont stockés dans les dossiers : `~/.kde4/share/apps/QtCurve` et `/user/share/apps/QtCurve`
<<<
Pour utiliser les thèmes ~QtCurve il faut installer les paquets `qtcurve-kde4` et `qtcurve-gtk2`
<<<
!!!Réglages fins
__''Comportement du processeur''__
<<<
Régler sur //Affichage basse résolution et processeur très rapide//<br> (à régler en fonction des capacités et performances de sa configuration).
<<<
__''Configurer le menu déporté''__<br>
Le paquet `appmenu-qt` (par défaut depuis KDE SC 4.10) permet d'avoir un menu déporté pour les applications (fichier, édition...).
<<<
Onglet Réglage fin → //Style de la barre de menus//
<<<
On peut avoir le menu déporter en haut de l'écran, avec un bouton dans la barre des titres (voir [[Apparence et comportement de l'espace de travail]] section "Configurer les boutons") ou dans un panneau (//exporter uniquement//) avec le [[plasmoid|Les composants graphiques]] Menubar.
Les paquets `appmenu-gtk` et `appmenu-gtk3` permettent d'intégrer le menu déporté aux applications GTK.
!!Couleurs
__Installer de nouveaux modèles de couleurs__<br>
Directement depuis le gestionnaire de modèles (//obtenir de nouveaux modèles//) ou les télécharger sur kde-look et les installer avec (//importer un modèle//). Il existe aussi le paquet `kdeartwork-colorschemes`.
<i class="fa fa-folder-open"></i> Les combinaisons de couleurs sont stockés dans le dossier : `~/.kde4/share/apps/color-schemes/`
!!Icônes
__Installer de nouveaux thèmes d'icônes__<br>
Directement depuis le gestionnaire de thèmes (//obtenir de nouveaux thèmes//) ou les télécharger sur kde-look et les installer avec (//installer un fichier de thèmes//).<br> Il existe aussi un paquet `kdeartwork-iconthemes`.
<i class="fa fa-folder-open"></i> Les icônes sont stockés dans les dossiers : `~/.local/share/icons` et `/user/share/icons`
!Détails du compte
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer les informations utilisateur: mot de passe et fournisseurs de bureaux sociaux.''
!!KWallet
Kwallet permet de mémoriser les mots de passe d’une manière sécurisée et centralisée pour toutes les applications.<br>
<<<
Portefeuille de KDE → //Activer / désactiver le sous système de portefeuille de KDE//
<<<
!Informations personnelles
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer les ressources utilisées pour gérer votre carnet d'adresses, agenda et notes.''
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A7c098a3a-a88e-4569-449b-d3b2494baa8e/files/akonadi.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3A7c098a3a-a88e-4569-449b-d3b2494baa8e/files/akonadi.png" align='right' width="300"></a>
!!Akonadi
Akonadi est un service de stockage pour la gestion des informations personnelles (PIM). Il est l'un des "piliers" du projet KDE 4 bien qu'il soit conçu pour être utilisé dans tout environnement de bureau.
Akonadi fonctionne comme un stockage de données extensible pour toutes les applications PIM (voir section KDE PIM ci-dessous). ''L'ensemble des applications PIM en dépendent''.
Akonadi permet aussi de centraliser, synchroniser et de partager ses contacts, agendas, tâches et comptes mails (Facebook, Google...).
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> Akonadi s'est beaucoup amélioré au niveau de la consommation des ressources.
@@
@@.ast
<i class="fa fa-lightbulb-o fa-3x pull-left"></i> __Pour désactiver le sous-système Akonadi__<br>
Arrêtez le serveur exécutant Akonadi depuis le module de contrôle ou la ligne de commande :<br> `akonadictl stop`<br>
Éditez le fichier `~/.config/akonadi/akonadiserverrc` et changez la ligne `StartServer` de `true` (vrai) à `false` (faux) : `StartServer=false`<br>
Si ~AkonadiTray apparaît toujours dans la boite à miniatures on peut le masquer en éditant le fichier `/usr/share/autostart/akonaditray.desktop` et changer `Exec=akonaditray` en `Exec=`
@@
!!!KDE PIM
KDE PIM est un ensemble d'outils de gestion des informations personnelles, il réuni de nombreuses applications regroupées dans l’application Kontact. D'autres composants peuvent être ajoutés afin de le compléter ou de manière indépendante.
|!Applications de base<br>(paquet `kdepim-kontact`) |!Applications optionnelles<br>(paquets `kdepim-*`) |
|KMail: client de courrier électronique (Messages) |KNotes: affichage de petites notes |
|~KAddressBook: gestionnaire de carnets d'adresses (Contacts) |KNode: lecteur de groupes de discussion (Usenet) |
|KOrganizer: organiseur personnel (Calendrier) |Blogilo: Client de Blog |
|Kjots: carnet de notes |~KTimeTracker: suivi du temps |
|Akregator: agrégateur de flux RSS et Atom |KAlarm: planificateur d'alarmes |
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> On peut ajouter ou supprimer les applications de manière indépendante comme `kdepim-kmail` ou l'ensemble des applications de base avec le paquet `kdepim-kontact` ou les paquets optionels `kdepim-*` (voir [[Les applications]]).
@@
!Localisation
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer la langue, l'affichage des nombres...''
Il faut juste garder le français (//langue préférée//) et l'anglais (//langue disponible//) pour les applications mal traduites.
>Pays / Région → //Langues//
!Notification des applications et du système
<i class="fa fa-desktop fa-2x pull-left"></i> ''Configurer les notifications visuelles et sonores de KDE.''
<<<
__Désactiver les sons système__<br>
//Configuration du lecteur// → //aucune sortie audio//
__Témoin de démarrage__<br>
Témoin du curseur : Choisir un témoin de curseur
<<<
J'utilise le protocole [[IMAP|https://fr.wikipedia.org/wiki/Internet_Message_Access_Protocol]] pour la réception, ce qui permet de laisser les messages sur le serveur et le protocole d'échange sécurisé [[SSL/TLS|https://fr.wikipedia.org/w/index.php?title=Transport_Layer_Security]].
La liste des protocoles est disponible sur la page d’accueil d'[[OpenMailBox|https://www.openmailbox.org/]].
!!Serveur de réception
__Général__<br>
Nom du compte: donner un nom au choix<br>
Serveur IMAP: imap.openmailbox.org<br>
Nom d'utilisateur: adresse mail complète<br>
MDP: mdp boite mail<br>
__Avancé__<br>
Configuration de la connexion<br>
SSL/TLS port 993<br>
Authentification: mot de passe
!!Serveur d'envoi
__Général__<br>
Serveur d'envoi: smtp.openmailbox.org<br>
Cocher le serveur exige une authentification<br>
Utilisateur: adresse mail complète<br>
MDP: mdp boite mail<br>
Cocher enregistrer le mot de passe SMTP<br>
__Avancé__<br>
Configuration de la connexion<br>
SSL port 465<br>
Authentification: mot de passe<br>
Cette configuration //aux petits oignons// permet biensûr de configurer son compte mais aussi de synchroniser ses contacts et agendas entre le webmail et le client de messagerie ainsi que d'utiliser directement Thunderbird pour envoyer des pièces jointes stockées sur ownCloud.
Le support des protocoles DAV (//Distributed Authoring and Versioning//) par ownCloud permet de simplifier la gestion des fichiers, contacts et agendas avec des serveurs distants.
<<list-links "[tag[Configurer Thunderbird]]">>
<$list filter="[!is[system]!has[draft.of]!sort[modified]limit[1]]">
<$link>
<$view field="modified" format="date" template="DD MMM YYYY à 0hh:0mm"/>
</$link>
</$list>
!Extensions et notes sur les applications
!!!^^1^^ Extension pour ~LibreOffice Writer
*[[Dictionnaire français|http://extensions.libreoffice.org/extension-center/dictionnaires-francais]]
!!!^^2^^ Intégrer PDFsam à KDE
Installer le paquet [[joxy|http://www.denvelop.nl/joxy/home/]] une meilleure intégration des applications java dans KDE. Le paquet `joxy-git` est disponible dans CCR.
!!!^^3^^ Filtres supplémentaires pour GIMP
*[[G'MIC|http://gmic.eu/]] (le paquet `gmic` est disponible dans CCR ou le télécharger et le copier dans ``~/.gimp-2.x/plug-ins/``). D'autres plugins sont disponibles dans CCR.<br>
*Des scripts et des plugins sur le site [[GIMP Plugin registry|http://registry.gimp.org/]].
!!!^^4^^ Modules complémentaires pour Firefox
''Extensions favorites:''
*__uBlock origin__ pour bloquer les publicités (en remplacement de ~AdblockEdge / ~AdblockPlus qui utilisent beaucoup de mémoire)
*__Privacy Badger__ de l'[[EFF|https://www.eff.org/fr]] pour bloquer les trackers (en remplacement de Disconnect / Ghostery)
*__HTTPS Everywhere__ de l'[[EFF|https://www.eff.org/fr]] pour forcer l'utilisation du HTTPS<br>
*__~NoScript__ pour bloquer les scripts Java, Flash...<br>
*__Self-Destructing Cookies__ pour supprimer automatiquement les cookies des pages web visitées<br>
*__~BetterPrivacy__ pour supprimer les cookies Flash (seulement si vous avez Flash Player installé)
*__Gnotifier__ pour intégrer les notifications à KDE<br>
L'extention __about:addons-memory__ permet de connaître la mémoire utilisée par les plugins.
''Autres extensions:''
*~AdblockEdge pour bloquer les publicités (en remplacement de ~AdblockPlus) et Adblock plus Pop-up Addon<br>
*Disconnect pour bloquer les trackers (en remplacement de Ghostery qui est propriétaire)<br>
*~RequestPolicy pour bloquer les requêtes inter-sites mais sa configuration est fastidieuse<br>
*~YouTube All HTML5<br>
*~FlashGot (pour utiliser Kget), KDE Wallet password integration (pour utiliser Kwallet)<br>
*Flashblock et Flashvideoreplacer<br>
*Bamboo un lecteur de flux RSS intégré à Firefox
Utiliser des moteurs de recherche anonymes comme [[DuckDuckGo|https://duckduckgo.com/]] et [[Startpage|https://www.startpage.com/]].
!!!^^5^^ Extension supplémentaires pour QGIS
*~OpenLayers Plugin (vue aérienne, OSM...)<br>
*Table Manager (gestion des tables)<br>
QGIS intègre une application indépendante QGIS Browser qui est un explorateur des données SIG.
!!!^^6^^ Avoir une Konsole transparente
Configuration → Gérer les profils → Modifier le profil → Apparence → Modifier → Arrière plan transparent
!Présentation
[[Chakra|http://chakraos.org/]] est une distribution Linux basée à l'origine sur [[Arch Linux|https://www.archlinux.org/]] et qui met l'accent sur la dernière compilation de logiciels [[KDE|Introduction]], avec l'intention de fournir un environnement pure KDE / [[Qt|https://fr.wikipedia.org/wiki/Qt]] exempt de GTK.<br>
L'objectif est de fournir une distribution Linux “vitrine des logiciels libres”, qui respecte les principes <abbr title="Keep It Simple, Stupid">KISS</abbr>, l'élégance du [[bureau Plasma|L'espace de travail]] et un dépôt spécial pour soutenir les applications GTK bien connues.
Chakra utilise un modèle de //publication semi-roulante// (half-rolling release) pour ses mises à jours. Les paquets important du système sont mis à jour tous les 6 mois pour plus de stabilité, tandis que les applications sont mises à jour continuellement.
<<ibox "https://data.eu1.younitedcontent.com/v2/data/share%3Afa65c19c-aff8-c029-e95f-ad5c2472c83f/files/chakradescartes.png" "Chakra 2014.11 Euler">>
<br>
Le site du projet est très bien fait, avec les [[news|http://chakraos.org/news/]] de la distribution, le [[wiki|http://chakraos.org/wiki/index.php?title=Main_Page]] pour la documentation (avec celui d'Arch Linux en complément) et la possibilité de parcourir la liste des [[paquets|http://rsync.chakraos.org/packages/]] disponibles en ligne.<br>
La communauté est très active, n'hésitez pas à parcourir le [[forum|http://chakraos.org/forum/]] et poster vos questions ou à faire remonter d'éventuels problèmes dans le [[bugtracker|http://chakraos.org/bugtracker/]].
Après cette présentation, rentrons maintenant plus en détail sur la configuration de Chakra:
<<list-links "[tag[Guide Chakra]]">>
!Installation
L'installation de Chakra est simple grâce à son installeur graphique [[Tribe|http://chakraos.org/wiki/index.php?title=Tribe_Guide]] (support UEFI), qui va être remplacé par [[Calamares|https://calamares.github.io/]], offrant plus de fonctionnalités. L'installation doit être effectuée en utilisant la dernière image ISO (x86-64) téléchargeable sur le site du projet [[chakraos.org/get/|http://chakraos.org/home/?get]].
@@.att
<i class="fa fa-exclamation-triangle fa-2x pull-left" style="color:#2C3E50"></i> Pour [[créer un live usb|http://chakraos.org/wiki/index.php?title=Bootable_USB_Flash_Drive_Creation]] de Chakra, il faut utiliser le logiciel SUSE Studio ~ImageWriter.
@@
<br>
Vous avez la possibilité d'effectuer une installation complète avec l'ensemble des paquets présents sur l'image ISO ou une [[Netinstall|https://fr.wikipedia.org/wiki/Netinstall]] permettant d'installer la distribution avec le minimum nécessaire puis d'installer seulement ce dont vous avez besoin.
Une fois l'installation terminée avec succès, il est conseillé de vérifier que [[Les miroirs]] de téléchargement sont bien synchronisés avant d'effectuer une mise à jour complète du système.
Ce guide a pour but de présenter l'environnement de bureau KDE et de vous guider dans les grandes lignes de sa configuration. La documentation complète est disponible sur le [[wiki utilisateur de KDE|https://userbase.kde.org/Welcome_to_KDE_UserBase/fr]].
La partie du wiki sur la configuration du système n'est pas exhaustive car les modules du centre de configuration sont généralement très clairs. De même, certains paramètres sont adaptés à mon système et à mon utilisation... chaque utilisateur est différent.
<img src="https://data.eu1.younitedcontent.com/v2/data/share%3Aed17783c-aa67-f96f-da8f-c060ca893436/files/konqidevkde.png" align="right">
<dl>
<$list filter="[tag[Guide KDE 4]]">
<dt><$link>{{!!title}}</$link></dt>
<dd>» {{!!description}}</dd>
</$list>
</dl>
<br>
<i class="fa fa-linux fa-5x pull-left"></i>
Bienvenu sur [[LinuxNotes|Hello world !]], mon wiki qui regroupe les guides et les notes que j'écris depuis plusieurs années sur Linux et les logiciels libres. Tout a commencé par de simples notes que je prenais pour me souvenir de mes configurations... puis ces notes se sont étoffées petit à petit et je me suis lancé dans l'écriture de guides pratiques.
Après avoir découvert [[TiddlyWiki|http://tiddlywiki.com/]], j'ai décidé de regrouper mes notes sur Linux et les logiciels libres dans un wiki afin de maintenir une documentation à jour.
//Bonne découverte !//
<br><br>
!!Rapide présentation
J'utilise GNU/Linux depuis plusieurs années et j'ai toujours eu une préférence pour KDE. La qualité des applications, l'esthétique, la personnalisation... font que j'affectionne particulièrement cet environnement de bureau. J'ai donc cherché une distribution Linux vraiment centrée sur ce bureau et j'ai découvert Chakra qui répondait parfaitement à mes attentes en terme de philosophie, de développement et d'innovation.
J'ai toujours apprécié l'esprit du logiciel libre (l'ouverture, le partage...) et la qualité des logiciels que j'utilise au quotidien. Vous trouverez [[mes applications favorites|Mes applications]] ainsi qu'une [[liste plus générale|Les applications]] orientée KDE / Qt. Pour compléter, j'ai aussi listé une sélection de [[services internet|Liste des services en ligne]] qui respects ces principes.
<br><br>
!!Table des matières
<div class="tc-table-of-contents">
<<toc-selective-expandable 'Menu'>>
</div>
<br>
!!À propos
{{A propos}}
<br>
-----
@@.no-border
|<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /> | |Sauf mention contraire, le contenu de ce wiki est mis à disposition selon les termes de la <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Licence CC BY-SA 4.0</a> <i class="fa fa-external-link-square" style="color:#60B643"></i>|
@@
[[KDE|https://www.kde.org/]] (pour K Desktop Environment) est un environnement de bureau libre.
Il regroupe un ensemble d'outils puissants et cohérents vous permettant d'exploiter graphiquement
votre ordinateur : gestionnaire de fenêtres, bureau, gestionnaire de fichiers, menu, fenêtre de
connexion, espaces de travail virtuels, applications, etc.
<img src="https://data.eu1.younitedcontent.com/v2/data/share%3A401801eb-50a4-8212-1872-bef49a6e1bfb/files/kdesc.png" align="right">
KDE est composé de 3 éléments :
*Les [[espaces de travail Plasma|L'espace de travail]] (KDE Workspaces) qui sont les environnements graphiques de KDE.
*La ''plate-forme KDE'' (KDE Platform) qui fournit les services pour toutes les applications basées sur KDE et sur les espaces de travail Plasma.
*La [[suite d'applications|Les applications]] (KDE Applications).
<br>
La richesse de KDE est la profusion d'applications qui sont écrites spécialement pour lui, et qui sont donc très bien intégrées et légères.
L'ensemble de ces éléments est appelé ''compilation de logiciels KDE'' (KDE Software Compilation).<br>
''KDE SC 4'' est la dernière version majeure de KDE et de ses applications dédiées.
Le cycle des mises à jour est bien rodé, tous les six mois sort une nouvelle version avec améliorations,
nouveautés et corrections de bugs (KDE SC 4.9, 4.10...) et tous les mois sort une mise à jour mineure
avec corrections de bugs et mises à jour de traductions (KDE SC 4.10.1, 4.10.2...). KDE SC 4.14 sera la dernière version de KDE 4.
<<<
''KDE 5 est là !''<br>
La dénomination KDE Software Compilation prend fin avec l'arrivée de KDE 5. Les composants de KDE ont été revus et leur cycle de mise à jour sont maintenant indépendant avec:
*''KDE Frameworks'', les bibliothèques de programmation (une sortie tous les mois).
*''Plasma 5'', le bureau de KDE (une sortie tous les 3 mois).
*''KDE Applications'', l'ensemble des applications KDE (une sortie tous les 4 mois).
<<<
<br>
KDE est apprécié pour son élégance et sa modularité. Il utilise les bibliothèques ''Qt'' (//Cute//) pour les
interfaces graphiques et tout en étant simple à utiliser, il offre de nombreuses possibilités en matière de
personnalisation et d'effets visuels.
@@background-color:#ECF0F1;
@@color:#2C3E50;
@@margin:10px;
@@padding:10px;
@@border-radius: 5px;
<i class="fa fa-book fa-5x pull-left" style="color:#2C3E50"></i>__Dossier utilisateur et dossier système__<br>
Les chemins des fichiers et des dossiers sont notés dans le document sous la forme `~/.local/share/icons` pour le dossier utilisateur (raccourci de `/home/NomUtilisateur/.local/share/icons`) et `/user/share/icons` pour le dossier système. Ces dossiers sont nommés dossier personnel et racine dans Dolphin.<br>
Si on installe une ressource dans le dossier utilisateur elle sera disponible seulement pour l'utilisateur, si elle est copiée dans le dossier système elle sera disponible pour tous les utilisateurs.
!Le bureau Plasma
<img src="https://data.eu1.younitedcontent.com/v2/data/share%3Af85d6759-2ee5-8af5-68c6-48f0210dce10/files/plasma.png" align="right"><br>
Le bureau Plasma (//Plasma Desktop//) est le bureau de KDE pour les postes de travail.<br>
Plasma est l'une des technologies clés de KDE4 (aussi
connues sous le nom de //Piliers de KDE//) et une des plus visibles par l'utilisateur.
<br><br><br>
Les quatre composants clés du bureau Plasma sont :
*[[Le tableau de bord]] (1), aussi appelé « panneau », fournit la place pour le lanceur d'applications, la liste des fenêtres (programmes), l'horloge et la zone de notification ;
*[[Le bureau]] (2), zone où résident les composants graphiques (widgets) ou les icônes ;<br>
*[[Les composants graphiques]] (3), ou plasmoids (ici vue de dossier) ;<br>
*''La boîte à outils Plasma'' (4) située en haut à droite de l'écran permet de déverrouiller les composants graphiques, d'accéder rapidement [[aux activités|Les activités]] et à d'autres options.
Tous ces éléments par défaut sont hautement configurables et peuvent accueillir une grande variété d'outils.
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A7517fa2b-d9d4-436d-b669-13489a6fdc11
/files/confsyst.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3A7517fa2b-d9d4-436d-b669-13489a6fdc11
/files/confsyst.png" width="300" align='left'></a>
<br><br>
Les paramètres globaux de KDE 4 sont accessibles dans une seule interface simple qui regroupe l'ensemble des modules de configuration du système.
<br><br><br><br><br>
Les modules du centre de configuration sont répartis en 5 grandes catégories:
<<list-links "[tag[La configuration du système]] -[[Réinitialiser les paramètres de KDE]]">>
Pour revenir aux valeurs par défaut, il est possible de [[Réinitialiser les paramètres de KDE]].
Les modules et leurs options ne sont pas tous traités dans ce document, la plus part étant suffisament clairs et explicites.
La gestion des paquets sous Chakra est différente selon si le paquet est fourni dans les ''dépôts officiels'' ou dans le dépôt communautaire ''CCR''.
<<list-links "[tag[La gestion des paquets]]">>
Le bureau est lui aussi un //conteneur de plasmoids//. Il peut accueillir une grande variété de composants graphiques qui s'ajoute par simple glissé-déposé.
<<<
La //Configuration de Bureau// est accessible par Clic droit sur le bureau ou par la ''boite à outils Plasma''
<<<
!Affichage
!!La disposition du bureau
La disposition //Bureau par défaut// permet d'afficher uniquement des plasmoids sur le bureau alors que la disposition //Vue de dossier// permet d'afficher les raccourcies, dossiers ou icônes de manière classique sur le bureau.Il existe encore d'autres dispositions du bureau : //Agencement du journal d'actualité// et //Rechercher et lancer//.
<<<
Clic droit sur le bureau → //Configuration de Bureau par défaut// → //Disposition//
<<<
!!Changer de fond d'écran
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A27ec3200-0fb8-5aaa-7e71-5131ea1fb794/files/configbureau.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3A27ec3200-0fb8-5aaa-7e71-5131ea1fb794/files/configbureau.png" width="300" align='right'></a>
<<<
Clic droit sur le bureau → //Configuration de Bureau par défaut//
<<<
<br>
<i class="fa fa-folder-open"></i> Les fonds d'écran sont stockés dans le dossier : `~/.kde4/share/wallpapers` et `/usr/share/wallpapers`
La //Configuration de Bureau// permet également de gérer les //Actions de la souris// (action du clic droit, molette...).
<br>
On peut personnaliser le bureau et installer les paquets `kdeartwork-*` qui fournissent des fonds d'écran, émoticônes... et les installer de manière individuelle: `kdeartwork-wallpapers`, `kdeartwork-colorschemes`... (voir [[Apparence et comportement général]]).<br><br>
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> On trouve beaucoup de ressources sur internet pour personnaliser KDE (thèmes de bureau, icônes, plasmoids...). Les sites de références sont [[kde-look|http://www.kde-look.org/]], [[kde-apps|http://www.kde-apps.org/]] et [[openDesktop|http://opendesktop.org/]].
@@
Le tableau de bord (ou panneau) présent par défaut en bas de l'écran, est un outil complet qui permet de lancer les applications, d’accéder aux fichiers et bien plus encore.
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A0bb028a6-ef74-a604-e876-3757ee8be157/files/tableaubord.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3A0bb028a6-ef74-a604-e876-3757ee8be157/files/tableaubord.png"></a>
Le tableau de bord est un //conteneur de plasmoids// qui peut être placé sur n'importe quel bord de l'écran. Les options sont accessibles par ''la boîte à outils du tableau de bord'' située à la fin du tableau de bord.
On peut modifier sa position (//Bord de l'écran//), sa //hauteur// et sa largeur (avec les flèches). Le comportement du tableau de bord est aussi configurable (//Plus de paramètres//) ce qui permet de l'aligner, de le rendre visible ou de le maximiser.
__Pour ajouter un panneau supplémentaire__ :
<<<
Clic droit sur le bureau ou par ''la boite à outils Plasma'' → //Ajouter un tableau de bord// (//par défaut// ou //vide//).
<<<
Le //tableau de bord par défaut// créé un groupe spécial contenant tous les widgets par défaut
(lanceur, pager, tâches, boite à miniature, horloge, etc), et le //tableau de bord vide// ajoute un panneau vide sans plasmoid pré-configuré.
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> Il faut penser à //''Déverrouiller les composants graphiques''// pour accéder aux paramètres du panneau
(clic droit sur le bureau ou par la //boite à outils Plasma//).
@@
Pour faire simple, cela permet de modifier les composants graphiques et la disposition du bureau en fonction d'une activité en cours. Ainsi on peut associer un agencement de plasmoids, un fond d'écran et des applications dédiés à une fonction précise (retouche photo, multimédia...) et passer d’une activité à une autre en 2 clics. On dispose pour chaque activité du nombre de bureau virtuel par défaut.
Les fenêtres d’une application qui sont lancées dans une activité ne sont pas apparentes dans les autres activités par défaut. L’avantage est ce cloisonnement possible entre les activités qui permet d’organiser par thématique ses applications lancées.
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A666de94c-659b-549a-456e-8f4a24ff4bff
/files/activites.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3A666de94c-659b-549a-456e-8f4a24ff4bff
/files/activites.png"></a>
<<<
On accède facilement aux activités par clic droit → //Activités// ou par la //Boîte à outils Plasma// qui permet de gérer les activités.<br> La boite de dialogue permet de //Créer une activité//. Il existe des modèles d'activités (activité photographique...) ou on peut en créer des personnelles.
<<<
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> Il existe différents plasmoids pour gérer au mieux les activités : Activités (par défaut), Activity Manager ou Work Flow (voir [[Les composants graphiques]] section "Liste de quelques plasmoids").
@@
La compilation de logiciels KDE (KDE SC) comprend uniquement les applications choisies par l'équipe de développement, complétée par des applications KDE additionnelles. Les [[applications de KDE SC|https://www.kde.org/applications/]] sont classées par groupes que l'on retrouve dans le lanceur d'applications sous des catégories : Bureautique, Internet, Système...
Les principaux groupes de KDE SC :
*''kde-baseapps'': contient les paquets de base nécessaires à KDE
*''kdeaccessibility'': programmes liés à l'accessibilité
*''kdeadmin'': outils d'administration
*''kdeartwork'': composants artistiques : écran de veille, icônes...
*''kdeedu'': applications éducatives
*''kdegames'': jeux
*''kdegraphics'': outils de graphisme
*''kdemultimedia'': applications multimédia
*''kdenetwork'': applications réseau
*''kdepim'': gestion des informations personnelles
*''kdesdk'': développement logiciel
*''kdeutils'': utilitaires graphiques
On peut donc installer des groupes d'applications (méta-paquets) comme `kde-meta-kdenetwork` qui regroupe kget, kopete...(uniquement sur certaines distributions) ou des applications de manière indépendante (paquets) comme `kdenetwork-kget`, `kdeadmin-kuser`...<br>
On peut bien sûr aussi installer des applications non développées par KDE.
Cette liste est une sélection d'applications, on y retrouve principalement des applications KDE, mais aussi des //applications Qt//, donc bien intégrées et les //applications GTK// les plus populaires.<br><br>
|>|!Bureautique |
|Calligra Suite :<br> Words, Sheets, Stage, Kexi, Flow, Plan, Braindump<br><br> //~LibreOffice//:<br> Writer, Calc, Impress, Draw, Base, Math<br><br><br> //~GnomeOffice//:<br> Abiword et Gnumeric |Suite bureautique de KDE<br> Traitement de texte Tableur, Présentation, Base de données, Diagrammes et organigrammes, Gestion de projets, Prise de notes<br><br> Suite bureautique dérivée de ~OpenOffice (GTK)<br> Texte, Classeur, Présentation, Dessin, Base de données, Formule<br> //(Installer le paquet libreoffice-kde4 pour une meilleure intégration)//<br><br> Suite bureautique de Gnome (GTK)<br> Traitement de texte et Tableur légers |
|//Calibre//<br> |Lecture et gestion de collections d'ebooks (pdf et Epub) |
|Okular |Visionneuse de documents (lecteur PDF) |
|//PDFsam// |Modification de PDF (Java) |
|Kontact |Gestionnaire d'informations personnelles |
|KAdressbook (Kontact) |Gestionnaire de contacts |
|KOrganizer (Kontact) |Organiseur personnel |
|~KTimeTracker |Suivi du temps |
|>|<br> |
|>|!Développement |
|KDevelop |Environnement de développement intégré pour KDE |
|//Qt Creator// |IDE dédié à Qt avec outil de création d'interfaces graphiques intégré |
|>|<br> |
|>|!Éducation / Science |
|Marble |Globe terrestre |
|//QGIS// |Système d'Information Géographique (GRASS inclus) |
|>|<br> |
|>|!Graphisme |
|>|''//Photographie//'' |
|Digikam<br> ~KPhotoAlbum<br> |Programme de gestion de photos<br> Visualisation et organisation de photos |
|~ShowPhoto |Afficheur et éditeur de photos |
|//Darktable// |Développement de fichiers RAW |
|KIPI (KDE Image Plugin Interface)<br> Convertisseur d'images DNG, Fusion d'exposition, Panorama...<br> |Plugins pour la photo<br> Plugins partagés avec Digikam, ~KPhotoAlbum, Gwenview et par différentes applications graphiques |
|>|<br> |
|Krita (Calligra)<br> //GIMP//<br> |Peinture numérique et modification d'images<br> Éditeur d'images (GTK) |
|Acquisition d'images (KIPI)<br> Skanlite<br> |Acquisition d'images (outil pour scanner)<br> Application de numérisation |
|Gwenview |Visionneuse d'images |
|KSnapshot |Programme de capture d'écran |
|~KolourPaint<br> //~LibreOffice Draw//<br> |Programme de dessin<br> Dessin (GTK) |
|//Converseen// |Convertir et redimmensionner des images par lot |
|Karbon (Calligra)<br> //Inkscape//<br> |Graphiques vectoriels<br> Éditeur d'images vectorielles (GTK) |
|//Scribus// |Publication assistée par ordinateur (PAO) |
|>|<br> |
|>|!Internet |
|>|''//Accès à distance//'' |
|~KNetAttach |Assistant de dossier réseau |
|KRDC / Krfb |Connexion à un bureau distant / Partage de bureau |
|KFTPgrabber<br> //~FileZilla//<br> |Client FTP<br> Client FTP (GTK) |
|>|''//Chat//'' |
|Bloglio / Choqok |Client de blog / Client de micro-blogging |
|Konversation / Quassel IRC |Client IRC |
|Kopete / Telepathy |Messagerie instantanée |
|>|''//Navigateur Web//'' |
|Rekonq<br> Konqueror<br> //Qupzilla//<br> //Firefox// et //~IceCat//<br> //Chromium//<br> |Navigateur Web basé sur Webkit<br> Navigateur Web et gestionnaire de fichiers<br> Navigateur Web léger basé sur Webkit<br> Navigateur Web et sa version GNU (GTK)<br> Version libre de Chrome (GTK) |
|>|<br> |
|KMail (Kontact)<br> //Thunderbird//<br> |Logiciel de courriel<br> Logiciel de courriel (GTK) |
|Akregator (Kontact)<br> //~QuiteRSS// |Lecteur de flux RSS et Atom<br><br> |
|KNode |Lecteur de forums de discussion |
|KGet |Gestionnaire de téléchargements (fonctionne aussi avec Rekonq) |
|KTorrent<br> //Qbittorrent//<br> |~ClientBitTorrent<br> ~ClientBitTorrent (avec moteur de recherche) |
|//ownCloud Client// |Client ownCloud |
|>|<br> |
|>|!Jeux |
|//~PokerTH// |Jeux de poker en ligne |
|//Steam//<br> //Desura// |Plate-forme de distribution de jeux vidéos (payant et gratuit)<br><br> |
|>|<br> |
|>|!Multimédia |
|>|''//Lecteur audio//'' |
|Juk<br> Amarok<br> //Clementine//<br> |Lecteur audio simple<br> Lecteur audio puissant<br> Lecteur audio (fork d'Amarok 1.4) |
|>|''//Lecteur vidéo et multimédia//'' |
|Dragon Player<br> Bangarang<br> //VLC//<br> |Lecteur vidéo simple<br> Lecteur multimédia (gestion de collections vidéos, musique...)<br> Lecteur multimédia |
|>|''//Centre multimédia//'' |
|Plasma Media Center<br> //Kodi (ex XBMC)// |Centre multimédia<br><br> |
|>|<br> |
|//Minitube// |Client ~YouTube (lecteur externe sans Flash) |
|K3b |Gravure de disque (permet d'extraire les pistes d'un CD/DVD) |
|Kid3 |Éditeur de balises (tags ID3) |
|Kmix |Console de mixage |
|~KsCD |Lecteur de CD audio |
|//soundKonverter// |Convertir des fichiers audio |
|//~AcetoneISO// |Manipulation d'images CD/DVD (ISO et MDF) |
|Kdenlive<br> //Avidemux// |Éditeur vidéo<br> Éditeur vidéo Qt et GTK |
|>|<br> |
|>|!Système |
|Dolphin<br> Krusader |Gestionnaire de fichiers (et client FTP)<br> Gestionnaire de fichiers avancé (et client FTP) |
|Gestionnaire de partitions KDE |Éditeur de partitions |
|Gestionnaire d'impression |Gestionnaire d'impression CUPS |
|~KInfoCenter |Centre d'information |
|Konsole<br> Yakuake<br> XTerm<br> |Terminal<br> Terminal déroulant<br> Terminal standard (à garder) |
|~KSysGuard |Surveillance du système |
|~KSystemLog |Afficheur des journaux système |
|KUser |Gestionnaire d'utilisateurs |
|~KWalletManager |Outils de gestion de portefeuilles (mots de passe) |
|~KDiskFree |Affiche l'utilisation de l'espace disque |
|Kup / ~LuckyBackup<br> miniBackup<br><br> |Outils de sauvegarde de données<br> Sauvegarde de données personnelles (mails, contacts, configurations...) |
|>|<br> |
|>|!Utilitaires |
|Ark |Outil d'archivage |
|Kate |Éditeur de texte avancé |
|KCalc |Calculatrice scientifique |
|KNotes |Éditeur de petites notes |
|Kjots (Kontact) |Prise de notes avancée |
|Klipper |Presse-papier |
|Sweeper |Nettoyeur du système |
|KGpg |Outil de chiffrement |
|KAlarm |Planificateur d'alarme personnel |
|KTimer |Lanceur de compte à rebours |
|>|<br> |
|>|!Hors catégorie |
|Aide |Centre d'aide de KDE |
|Configuration du système | |
|Recherche de fichiers / dossiers | |
|>|<br> |
|>|!Autres applications |
|Skrooge |Comptabilité personnelle |
|~FDesktopRecorder |Capture vidéo d'écran |
|~LibreCAD |Conception assistée par ordinateur (CAO) |
|Blender |Animation, modélisation et rendu 3D |
|Audacity |Éditeur audio (GTK) |
|Stellarium / Celestia |Planétarium virtuel / Simulation spatiale |
|Wine<br> Q4Wine<br> Playonlinux |Exécuter certains programmes Win* sous Linux<br> Interface Qt pour Wine<br> Exécuter certains jeux Win* sous Linux |
|Virtualbox<br> (propriétaire) |Virtualisation de systèmes d'exploitation<br> //Installer les packs d'extensions pour une meilleure prise en charge// |
|Tor<br> Vidalia |Être anonyme sur internet<br> Interface graphique pour Tor |
Les composants graphiques ou plasmoids sont des widgets placés sur le bureau ou dans les panneaux.<br>
Le lanceur d'application //Kickoff//, //l'horloge numérique//... sont des plasmoids.
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A8dfe162e-3dc3-e99e-accf-d94405d14c3b
/files/plasmoid.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3A8dfe162e-3dc3-e99e-accf-d94405d14c3b
/files/plasmoid.png"></a>
<<<
On y accède par clic droit ou par la //boîte à outils Plasma// → //Ajouter des composants graphiques//<br>
<<<
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> Il faut penser à //''Déverrouiller les composants graphiques''// avant de les manipuler.
@@
!!Installer/supprimer des plasmoids
<<<
Par la boite de dialogue //Obtenir de nouveaux composants graphiques//
<<<
On peut aussi installer de nouveaux composants graphiques en cherchant les paquets `kdeplasma-addons-applets-*` (plasmoids KDE SC) et `kdeplasma-applets-*` dans le gestionnaire de paquets.<br> Par exemple: `kdeplasma-addons-applets-news`
@@.att
<i class="fa fa-exclamation-triangle fa-2x pull-left" style="color:#2C3E50"></i> Avoir trop de plasmoids peut réduire les performances et l'utilisation du CPU.
@@
!!Configurer les plasmoids
Tous les plasmoids peuvent être configurés de manière individuelle.
<<<
Clic droit sur le plasmoid → //Configurer//<br>
Ceux sur le bureau ont les options au sein d'une « poignée ». On peut les agrandir, les faire pivoter...
<<<
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A48288c4e-102f-0469-1d63-682d2077831b/files/menu.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3A48288c4e-102f-0469-1d63-682d2077831b/files/menu.png" align='right' width="350"></a>
!!!Le lanceur d'application Kickoff
On peut configurer complètement les raccourcis des applications du menu avec //L'éditeur du menu KDE//.
<<<
Clic droit sur le menu → //Modifier les applications//
Pour revenir à un menu classique :<br>
Clic droit sur le menu → //Style de menu classique//
<<<
!!!Zoom sur le Gestionnaire de tâches à icônes
Il peut remplacer le gestionnaire de tâches classique par des icônes (ou peut être utilisé comme un dock).
<<<
Pour ajouter des icônes :<br> Lancer l'application depuis le Menu puis Clic droit sur l'icône → //Afficher un lanceur lorsqu'elle n'est pas démarrée//.<br> Pour déplacer les icônes: Clic droit → //Déverrouiller les lanceurs// et les déplacer.<br>
Pour configurer son apparence : Clic droit → //Configurer: gestionnaire de tâches à icônes//
<<<
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> Le comportement au survol du curseur se configure dans les effets de bureau (voir [[Apparence et comportement de l'espace de travail]] section "Tous les effets").<br>''Décocher //mise en évidence de la fenêtre// et cocher //aperçu du gestionnaire des tâches//.''
@@
!!!La Boite à miniature
C'est un plasmoid où sont stockés les miniatures des programmes en arrière plan.<br>
<<<
Pour la configurer : Clic droit → //Configurer boite à miniatures//
<<<
!!Liste de quelques plasmoids
|''Kickoff'', ~AppMenu QML, Lancelot, Quick Menu |Lanceur d'applications |
|''Homerun'' (//kdeplasma-applets-homerun//)<br> Takeoff (//kdeplasma-addons-applets-takeoff//) |Lanceur d'applications plein écran<br> Menu des applications |
|''Menubar''<br> (//kdeplasma-applets-menubar//) |Afficher le menu des applications dans un panneau |
|''Gestionnaire de taches à icônes'' //kdeplasma-addons-applets-icontasks// |Remplace le gestionnaire de tâches classique par des<br> icônes ou peut être utilisé comme un dock |
|''Vue de dossier''<br> //kdeplasma-applets-folderview// |Afficher le contenu d'un dossier, les icônes d'applications sur le bureau |
|''Dashboard''<br> //kdeplasma-addons-applets-showdashboard// |Afficher des composants graphiques indépendamment du bureau |
|''Activity Manager''<br> //kdeplasma-applets-activitymanager// |Plasmoid léger pour gérer les activités de manière efficace |
|Work Flow<br> //kdeplasma-addons-applets-workflow// |Plasmoid qui intègre les activités, bureaux virtuels et les fonctionnalités de tâches de Plasma dans un seul composant |
|''Veromix''<br> (//kdeplasma-addons-applets-veromix//)<br> Actos ~SoundMenu |Contrôle indépendant du volume des applications |
|Picture Frame<br> //kdeplasma-addons-applets-frame// |Afficher vos photos préférées |
Les paquets sont disponibles dans les dépôts centraux de la distribution. Chakra utilise deux sources de distribution des paquets: ''les dépôts officiels'', maintenus par l'équipe de développement et le ''dépôt communautaire'' ou les utilisateurs peuvent déposer leurs propres paquets.
!Les dépôts officiels
<i class="fa fa-database"></i> [[Parcourir les dépôts|http://rsync.chakraos.org/packages/]]
Les paquets sont répartis entre 7 dépôts stables.
|Apps |Applications graphiques KDE/Qt supplémentaires | Dépôts stables<br> (≈ 4000 paquets) |~|
|Core |La base du système, pour avoir un système fonctionnel |~|
|Desktop |La compilation de logiciels KDE et les outils de Chakra |~|
|Extra |Applications non Qt (GTK) |
|Games |Jeux, émulateurs et autres choses amusantes ! |~|
|Lib32 |Paquets compilés avec les librairies x32 pour les systèmes x64 |~|
|Platform |Paquets supplémentaires qui ne nécessitent pas de session<br> graphique (driver, polices...) et quelques dépendances de KDE SC |~|
|Testing |Nouvelles versions des paquets (avant le dépôt stable) | Dépôts instables |~|
|Unstable |Versions en développement de logiciel supplémentaire |~|
|Kde-unstable |Versions en développement des paquets de KDE SC |~|
<i class="fa fa-folder-open"></i> Le fichier de configuration des dépôts est `/ect/pacman.conf`.<br>
Les dépôts stables sont activés par défaut, sauf [extra] qui doit être activé lors de l'installation et les dépôts instables ne sont pas activés.
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> La gestion des dépôts peut aussi se faire en mode graphique dans Octopi ou dans [[La configuration du système]] de KDE (kcm-pacman-repoeditor).
@@
!!Le dépôt Extra
Il permet d'installer vos applications GTK favorites (Firefox, GIMP, Audacity...) dans un environnement pur,
c'est à dire sans installer l'ensemble des fichiers dans le système de fichiers standard mais dans une
arborescence spécifique `/usr/extra`. Il remplace l'ancien système de //Bundles//.
<i class="fa fa-bookmark" style="color:#E74C3C"></i>
La gestion des [[Paquets des dépôts officiels]] est détaillée plus loin.
!Le dépôt communautaire
<i class="fa fa-database"></i> [[Parcourir le dépôt CCR|http://chakraos.org/ccr/index.php?setlang=fr]]
Chakra Community Repository ou CCR est le dépôt communautaire de Chakra.
CCR n'est pas réellement un dépôt de paquets, mais il fournit des scripts PKGBUILD qui automatisent le
processus de création d'un paquet à partir du code source. Une fois le paquet compiler, il est
automatiquement installé avec Pacman qui résout aussi les dépendances.
@@.att
<i class="fa fa-exclamation-triangle fa-2x pull-left" style="color:#2C3E50"></i> Les paquets présents dans CCR sont créés et maintenus par les utilisateurs.
@@
<i class="fa fa-bookmark" style="color:#E74C3C"></i> La gestion des [[Paquets du dépôt CCR]] est détaillée plus loin.
Les miroirs sont des serveurs qui stockent l'ensemble des paquets Chakra. Vous pouvez choisir un miroir proche de chez vous plutôt que le serveur principal, ce qui permet à la fois de réduire la charge du serveur principal et votre temps de téléchargement. Tout le monde y gagne !
!Configuration des miroirs
Les miroirs utilisés par Pacman sont configurés automatiquement à l'installation en fonction de la
localisation. Ils se trouve dans le fichier `/etc/pacman.d/mirrorlist`
Un choix typique pour les miroirs français est :<br>
```
Server = http://ftp.ciril.fr/pub/linux/chakra/$repo/x86_64
Server = http://www-ftp.lip6.fr/pub/linux/distributions/chakra/$repo/x86_64
Server = http://rsync.chakraos.org/$repo/x86_64
```
Ces serveurs sont maintenus respectivement par l'Université de Lorraine à Nancy (CIRIL), l'Université de Paris 6 (LIP6) et le dernier est le serveur principal de Chakra.<br>
La liste complète des miroirs est disponible dans le fichier `/etc/pacman.d/mirrorlist.pacsave`
!Synchronisation des miroirs
On peur vérifier facilement que les miroirs de téléchargement utilisés sont bien synchronisés avec le serveur principal de Chakra en utilisant l'application ''Mirror-Check'' (dans le lanceur d'applications, catégorie //Internet//) ou avec la commande `mirror-check`.
<<<
''__Mirror-check__''<br>
Mirror-check compare les répertoires de votre miroir avec ceux du serveur principal [[rsync.chakraos.org|http://rsync.chakraos.org/]]. Si certain dépôt ne sont pas synchronisés cela signifie qu'il y a eu de nouvelles mises à jour depuis la dernière synchronisation. La fréquence de synchronisation est régulière mais varie d'un miroir à l'autre, certains sont synchronisés plusieurs fois par jour. Les répertoires souvent mis à jour comme [apps] peuvent apparaître non synchronisés, il faut alors attendre la prochaine synchronisation.
<<<
<$image source=<<image>> width="100%" height="100%"/><$reveal type=match text="" default=<<caption>>><$transclude tiddler=<<image>> field=caption/></$reveal><$reveal type=nomatch text="" default=caption><<caption>></$reveal>
Cette liste regroupe des services internet libres (mais pas toujours) ou alternatifs afin de se séparer des géants du web et de mieux protéger ses données et sa vie privée sur internet.<br>
Utiliser des services diversifiés et décentralisés permet de ne pas mettre tous ses œufs dans le même panier !<br><br>
|!Catégorie |!Type de service |!Service |! Alternative à... |
|Moteurs de recherche |Moteur de recherche anonyme<br>et respectueux de la vie pivée |[[DuckDuckGo|https://duckduckgo.com]]<br> [[StartPage|https://startpage.com/]] / [[Ixquick|https://ixquick.com/]] |Google search,<br> Yahoo search... |
|Bureautique,<br> collaboration<br> et bien plus... |Suite de services mis en place par l'association [[Framasoft|http://www.framasoft.net/]] (FR)<br>- Éditeur de texte collaboratif<br> - Tableur en ligne<br> - Rendez-vous et sondages<br> - Cartes heuristiques<br> - Éditeur de dessin vectoriel<br> - Partage de fichiers<br> - Lecteur de flux RSS<br> - Sauvegarde d'articles<br> - Raccourcisseur d'URL<br> - Partage d'images<br> - Partage de texte |[[Dégooglisons internet |http://degooglisons-internet.org/]] ([[Liste des services|http://degooglisons-internet.org/liste/]])<br> [[Framapad|https://framapad.org/]]<br> [[Framacalc|https://framacalc.org/]]<br> [[Framadate|https://framadate.org/]]<br> [[Framindmap|https://framindmap.org/]]<br> [[Framavectoriel|https://framavectoriel.org/]]<br> Framashare (bientôt)<br> [[Framanews|https://framanews.org/]]<br> [[Framabag|https://www.framabag.org/]]<br> [[Huit.re|https://huit.re/]]<br> [[Framapic|https://framapic.org/]]<br> [[Framabin|https://framabin.org/]] |Bientôt tout :)<br><br> Google Docs<br> Google Sheets<br> Doodle<br><br><br> Google Drive<br> Google Reader<br><br> bit.ly, goo.gl<br> imgur<br> Pastebin|
|Connaissance |Contenus éducatifs libres regroupant divers projets<br> - Encyclopédie<br> - Dictionnaire |<br>[[Wikimédia|http://www.wikimedia.org/]]<br> [[Wikipédia|http://www.wikipedia.org/]]<br> [[Wiktionary|http://fr.wiktionary.org/]] ||
|Traduction |Traduction multilingue en ligne |[[Reverso|http://www.reverso.net/]]<br> [[FreeTranslation|http://www.freetranslation.com/fr]] |Google Traduction |
|Messagerie en ligne |Service d'email avec compte [[ownCloud|http://owncloud.org/]] (FR)<br> Service d'email gratuit<br> Service sur invitation / Payant |<br>[[OpenMailBox|https://www.openmailbox.org/]]<br> [[Mailoo|https://www.mailoo.org/]] / [[ZohoMail|https://www.zoho.com/mail/webmail.html]] / [[GMX|http://www.gmx.fr/]]<br> [[Riseup|https://help.riseup.net/fr]] / [[StartMail|https://live.startmail.com/]] |Gmail, Yahoo Mail... |
|Cloud personnel et<br>sauvegarde en ligne |5 go gratuits<br> 2 go gratuits<br> 25 go gratuits (FR)<br> 50 go gratuits<br> -<br> |[[younited|https://www.younited.com/en/home]]<br> [[SpiderOak|https://spideroak.com/]]<br> [[Hubic|https://hubic.com/fr/]]<br>[[Mega|https://mega.co.nz/]]<br> Lupolibero (en dev.) |Google Drive,<br> ~OneDrive, Dropbox |
|Cartes, plans et<br>itinéraires routiers |Service de cartographie<br> Calcul de trajets routiers<br> Cartes, itinéraires et vue satellite<br> <br> |[[OpenStreetMap|http://www.openstreetmap.org/]]<br> [[OpenRouteService|http://openrouteservice.org/?lang=fr]]<br> [[MapQuest|http://www.open.mapquest.fr/]]<br> [[Here Maps|http://here.com/<br> ]] |Google Maps, Mappy, Via Michelin |
|Réseau social |Réseau social libre et décentralisé<br> Nœud français du réseau Diaspora*<br> |[[Diaspora*|https://joindiaspora.com/]]<br> [[Framasphère|https://framasphere.org/]] |Facebook, Google + |
|Partage d'images |Service gratuit et anonyme<br> d’hébergement d’images (FR)<br> |[[Lutim|https://lut.im/]]<br> [[Toile Libre|http://pix.toile-libre.org/]] ||
|Partage public de média |Hébergement et partage de différents types de média (photo, vidéo et audio)<br> Partage de fichiers PDF |[[MediaGoblin|http://mediagoblin.com/]]<br> [[MediaCrush|https://mediacru.sh/]]<br><br> [[PDFy|https://pdf.yt/]] |Youtube, Flickr, ~SoundCloud... |
|Création de blog auto-hébergé |Blog auto-hébergé<br> Hébergement d'un blog [[Ghost|https://ghost.org/]]<br> Hébergement d'applications dans un cloud (permet d'utiliser Ghost)<br> |[[Wordpress|https://fr.wordpress.com/]]<br> [[Ghoster|http://ghoster.io/#home]] <br> <br> [[OpenShift|https://www.openshift.com/products/online]] <br> |Blogger, Tumblr... |
|Création de wiki auto-hébergé et bloc notes |Wiki pouvant servir de bloc notes personnel<br> Hébergement de son ~TiddlyWiki<br> Bloc notes simple|<br>[[TiddlyWiki|http://tiddlywiki.com/]]<br> [[TiddlySpot|http://tiddlyspot.com/]]<br> [[Laverna|https://laverna.cc/]] ||
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
!Gestion de l'énergie
<i class="fa fa-desktop fa-2x pull-left"></i> ''Paramètres globaux pour le gestionnaire d'alimentation: configurer la luminosité, la mise en veille...''
<<<
__Enlever le verrouillage de l'écran à la reprise__<br>
Paramètres avancés → Décocher //Verrouiller l'écran lors de la reprise//
__Utiliser l'hibernation quand l'écran est rabattu__<br>
Économie d'énergie → Prise en charge des événements de bouton → Lorsque l'écran du portable est rabattu //en veille// (cela active l'hibernation sur mon pc !!). A adapter en fonction.
<<<
!Périphériques d'entrée
<i class="fa fa-desktop fa-2x pull-left"></i> ''Permet de configurer le comportement du clavier, touchpad, souris, joystick ou tablette graphique.''
<<<
__Configurer le clavier pour les PC portables__<br>
Pour activer le verrouillage majuscule (Caps Lock) pour les chiffres sur un portable (majuscules accentuées par défaut).<br>
Périphérique d'entrée → onglet clavier → avancé → //Comportement de la touche Verr Maj// → //Verr. maj. active ou désactive maj. ce qui affecte toutes les touches//
<<<
<div class="tc-table-of-contents">
<<toc-selective-expandable 'Menu'>>
</div>
Cette liste regroupe les applications et leurs [[Extensions]] que j'utilise sous Chakra. Je privilégie donc les applications KDE / Qt. Vous trouverez une liste plus complète d'applications dans le [[Guide KDE 4|Les applications]].
<br><br>
|>|!Bureautique |
|~LibreOffice ^^1^^ |Suite bureautique (GTK) |
|Calibre |Lecture et gestion de collections d'ebooks (pdf et Epub) |
|Okular |Visionneuse de document (lecteur pdf) |
|PDFsam ^^2^^ |Modification de PDF (java) @@color:green;[CCR]@@ |
|Kontact |Gestionnaire d'informations personnelles |
|KAdressbook |Gestionnaire de contacts |
|KOrganizer |Organiseur personnel|
|>|<br> |
|>|!Configuration |
|Aide |Centre d'aide de KDE |
|Configuration du système | |
|Recherche de fichiers / dossiers | |
|>|<br> |
|>|!Graphisme |
|digiKam |Programme de gestion de photos |
|~ShowPhoto |Afficheur et éditeur de photos |
|KIPI (KDE Image Plugin Interface)<br> Convertisseur d'image DNG,<br> Fusion d'exposition, Panorama...<br> |Plugins pour la photo<br> Plugins partagés avec Digikam, Gwenview et par<br> différentes applications graphiques. |
|GIMP ^^3^^ |Éditeur d'images (GTK) |
|Inkscape |Éditeur d'images vectorielles (GTK) |
|Gwenview |Visionneuse d'images |
|KSnapshot |Programme de capture d'écran |
|>|<br> |
|>|!Internet |
|Mirror Check |Vérifie la synchronisation des miroirs |
|~KNetAttach |Assistant dossier réseau |
|Firefox ^^4^^ |Navigateur Web (GTK) |
|Chromium |Navigateur Web (GTK) |
|KMail |Logiciel de courriel |
|Qbittorrent |Client ~BitTorrent (avec moteur de recherche) |
|Popcorn Time |Regarder des films, séries... en streaming par torrent @@color:green;[CCR]@@ |
|ownCloud Client |Client ownCloud |
|younited |Client younited @@color:green;[CCR]@@ |
|Akregator |Lecteur de flux RSS et Atom |
|>|<br> |
|>|!Multimédia |
|Clementine |Lecteur audio (fork d'Amarok 1.4) |
|VLC |Lecteur multimédia |
|>|<br> |
|>|!Science |
|Marble |Globle terrestre |
|QGIS ^^5^^ |Système d'information géographique |
|>|<br> |
|>|!Système |
|Octopi |Ajouter/supprimer des logiciels |
|Octopi Notifier |Gestionnaire de mises à jour |
|Dolphin |Gestionnaire de fichiers |
|Gestionnaire de partitions KDE |Éditeur de partitions |
|Gestionnaire d'impression |Gestionnaire d'impression CUPS |
|~KInfoCenter |Centre d'informations |
|Konsole ^^6^^ |Terminal |
|~KSysGuard |Surveillance du système |
|KUser |Gestionnaire d'utilisateurs |
|miniBackup |Sauvegarde de données personnelles<br> (mails, contacts, configurations...) |
|Visionneuse de logs Pacman |Inspecter les logs de Pacman |
|>|<br> |
|>|!Utilitaire |
|Ark |Outil d'archivage |
|Kate |Éditeur de texte avancé |
|KCalc |Calculatrice scientifique |
|Klipper |Presse-papiers |
|Sweeper |Nettoyeur du système |
|SUSE Studio Imagewriter |Créateur de Live USB |
<i class="fa fa-refresh"></i> 12/07/2015
*Correction dans [[Les applications]]
*Mise à jour dans [[Mes applications]]
*Ajout ublock origin dans [[Extensions]]
*Mise à jour Akonadi dans [[Apparence et comportement général]]
*Mise à jour TW version 5.1.9
<i class="fa fa-refresh"></i> 14/05/2015
*Nouvelle URL du site
*Changement URL dépôt dans [[A propos]]
<i class="fa fa-refresh"></i> 02/05/2015
*Mise à jour UEFI dans [[Guide Chakra]]
*Ajout source dans $:/SiteTitle et favicon
*Changement sous-titre
<i class="fa fa-refresh"></i> 26/04/2015
*Suppression de Les bases de Git
*Amélioration rendu pour les codes
*Modification liste dans [[La configuration du système]]
*Mise en forme Licence
<i class="fa fa-refresh"></i> 19/04/2015
*Ajout bloc info dans [[Installer et configurer Git]]
*Correction du style des codes
*Mise à jour TW version 5.1.8
<i class="fa fa-refresh"></i> 15/04/2015
*Correction logo
*Changement favicon
*Ajout logo dans $:/SiteTitle
<i class="fa fa-refresh"></i> 11/04/2015
*Ajout du plugin highlight pour les codes
*Correction syntaxe Bitbucket
<i class="fa fa-refresh"></i> 09/04/2015
*Mise en forme dans [[A propos]]
*Changement position bannière
<i class="fa fa-refresh"></i> 29/03/2015
*Correction lien interne dans [[Les bases de Git]]
*Mise en forme des Sources dans [[Configurer Thunderbird]]
<i class="fa fa-refresh"></i> 16/03/2015
*Ajout de nouveaux services Framasoft dans [[Liste des services en ligne]]
*Suppression du tiddler [[A faire|ToDo]]
<i class="fa fa-refresh"></i> 02/03/2015
*Ajout contact et lien dépôt Bitbucket dans [[A propos]]
*Réorganisation de [[Les bases de Git]]:
**Suppression de [[Ajouter son TiddlyWiki]] et [[Connecter un dépôt local]]
**Fusion dans [[Travailler avec un dépôt distant]]
**Ajout de [[Exemple de mise en œuvre]]
**Ajout de ajouter un dossier dans [[Ajouter de nouveaux fichiers]]
<i class="fa fa-refresh"></i> 28/02/2015
*Mise en ligne de ~LinuxNotes
<br>
Montrer les <$select field='num_recent'>
<$list filter="10 20 30 40">
<option><<currentTiddler>></option>
</$list>
</$select> tiddlers modifiés le plus récemment:
<$list filter='[!is[system]has[modified]!sort[modified]limit{!!num_recent}]-[[Mises à jour]]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - Modified on: <$view field='modified'/><br>
</$list>
!État des lieux
Chakra utilise le gestionnaire de paquets ''Pacman'' (gestionnaire de paquets d'Arch Linux) et l'interface
graphique ''Octopi'' (//Ajouter/supprimer des logiciels// dans le lanceur d'applications, catégorie //Système//).
C'est une transition en attendant la fin du développement d'Akabei, gestionnaire de paquets développé par Chakra qui remplacera à terme Pacman, avec l'interface Muon Discover !<br>
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> Chakra utilise `sudo` pour la gestion des droits administrateurs et `kdesu` pour de lancer des applications graphiques avec les privilèges root.
@@
!!Commandes de base de Pacman
|`pacman -Sy` |Synchronisation de la liste des paquets |
|`pacman -Syu` |Synchronisation puis mise à jour (mise a jour du système) |
|`pacman -S <Nom_paquet>` |Installer un paquet |
|`pacman -Ss <Nom_paquet>` |Rechercher un paquet présent dans les dépôts |
|`pacman -Qs <Nom_paquet>` |Rechercher un paquet présent dans le système |
|`pacman -Sl <Nom_dépôt>` |Lister les paquets présents dans un dépôt |
|`pacman -R <Nom_paquet>`<br> `pacman -Rsn <Nom_paquet>` |Supprimer un paquet<br> Supprimer un paquet, ses dépendances et les fichiers de configuration |
|`pacman -Sc` |Nettoyer le cache des paquets |
Pour plus de détails voir les [[Commandes principales de Pacman|https://wiki.archlinux.fr/Pacman]].
@@.att
<i class="fa fa-exclamation-triangle fa-3x pull-left" style="color:#2C3E50"></i>''Avant les mises à jour majeures'' (celles annoncées dans les [[News|http://chakraos.org/news/]]), il faut penser à vérifier que [[Les miroirs]] de téléchargement sont bien synchronisés avant de faire une mise à jour du système.
@@
Pour utiliser le dépôt CCR il faut d'abord installer les paquets `ccr` et `base-devel`.
```c
$ sudo pacman -S ccr base-devel
```
!!Commandes de base pour CCR
La commande `ccr` s’utilise sans `sudo`.
|`ccr <Nom_paquet>` |Installation interactive d’un paquet |
|`ccr -S <Nom_paquet>` |Installer un paquet |
|`ccr -Ss <Nom_paquet>` |Rechercher un paquet présent dans le dépôt CCR |
|`ccr -Si <Nom_paquet>` |Information sur un paquet |
|`ccr -Syu` |Mise à jour des paquets du dépôt CCR |
La commande `ccr` permet un mode interactif si elle est utilisée sans option. CCR affiche une liste numérotée des résultats de recherche. Entrez le numéro pour installer le paquet correspondant.<br>
A l'installation d'un paquet, il vous demandera si vous souhaitez modifier le script PKGBUILD du paquet, il
suffit de saisir `n` (non) pour lancer la compilation. Ensuite, vous devrez entrer votre mot de passe pour qu'il puisse utiliser Pacman pour installer le paquet.
''Pour supprimer un paquet'' qui a été installé à partir de CCR, il suffit de lancer :
```c
$ sudo pacman -R Nom_paquet
```
''Pour connaître les paquets qui ont été installés depuis le dépôt communautaire'', on peut rechercher dans Octopi les paquets provenant du dépôt « CCR » (//Affichage// > //Dépôt// > //CCR//).
<i class="fa fa-bookmark" style="color:#E74C3C"></i> Pour plus de détails voir l'[[Utilisation avancée de CCR]].
!!Mettre à jour les informations du PKGBUILD
1. Modifier la ligne ''#Maintainer'' du début avec vos informations (nom et email), mais n'oubliez pas de
garder les crédits originaux en ajoutant une ligne ''#Contributor'' avec les anciens crédits.
2. Modifier la ligne ''pkgrel'' qui est spécifique aux paquets Chakra. Si vous ajoutez un nouveau paquet qui n'existe pas dans le dépôt CCR, mettre 1 (version du paquet dans CCR). Ce numéro évolue pour une même version du paquet (correction, amélioration du PKGBUILD...). A chaque nouvelle version il repart à 1.
3.Vous devez maintenant créer le fichier source `.src.tar.gz` pour l'uploader sur CCR en exécutant :
```c
$ makepkg --source
```
4. Uploader ce fichier sur CCR et vous avez terminé !
!!Mettre à jour le paquet
La plupart du temps il suffit de modifier le PKGBUILD et mettre à jour ces lignes :
*''pkgver'' vers la nouvelle version<br>
*''pkgrel'' remis à 1
*''md5sum'' du nouveau fichier source (``makepkg -g``)
Créer le fichier source `.src.tar.gz` :
```c
$ makepkg --source
```
et uploader le nouveau fichier sur CCR.
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i>
Source: [[article de Dada sur Planet Libre|http://www.planet-libre.org/index.php?post_id=15710&go=external]]
La méthode utilise le protocole [[WebDAV|https://fr.wikipedia.org/wiki/WebDAV]] avec uniquement l'extension [[WebDAV for Filelink|https://addons.mozilla.org/fr/thunderbird/addon/webdav-for-filelink/]] compatible avec Thunderbird 13 et plus et c'est tout. Téléchargez l'extension et ajoutez-la à Thunderbird.
!!Configuration avec un accès publique aux pièces jointes
On va d'abord s'attaquer à ownCloud puisqu'il faut configurer l'extension de Thunderbird avec deux liens tirés d'ownCloud.
Dans mon cas, j'ai décidé de créer un répertoire unique qui servira à recevoir les fichiers partagés via ownCloud. Ce dernier s'appelle tout simplement "partages".
__Le premier lien__<br>
Le premier lien qu'il nous faut est l’accès ~WebDAV à ownCloud. Pour l'avoir, il faut se balader dans le menu Personnel d'ownCloud.
Dans mon cas, il s'agit de : https://cloud.openmailbox.org/remote.php/webdav
Mais puisque j'ai décidé de partager les fichiers dans un répertoire spécifique "partages", on se retrouve donc avec :<br> https://cloud.openmailbox.org/remote.php/webdav/partages
__Le deuxième lien__<br>
Le deuxième lien qu'il nous faut est celui obtenu en activant le partage par lien d'un répertoire ("partages" dans mon cas).
Dans mon cas, on se retrouve avec quelque chose comme ça :<br> https://cloud.openmailbox.org/public.php?service=files&t=8248571af18591ca0e5cf1243500ed57
Mais, pour que ça fonctionne avec l’extension, il faut rajouter &download&path=/ à la fin de celui-ci.
Nous voici donc avec :<br> https://cloud.openmailbox.org/public.php?service=files&t=8248571af18591ca0e5cf1243500ed57&download&path=/
Nous avons maintenant les deux liens magiques qui vont nous permettre de configurer l'extension de Thunderbird.
Une fois que vous avez installé l'extension, allez dans le menu Édition, puis Préférences, Pièces Jointes et dans l'onglet Sortant.
Une fois que vous êtes là, vous pouvez ajouter ownCloud en appuyant sur Ajouter/Add, choisissez le protocole ~WebDAV et collez dans l'ordre les deux liens que vous avez extraits. L'extension est configurée.
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3Ad9e950dc-0e1d-ab74-c7b5-a4b4d03aed27/files/dolphin.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3Ad9e950dc-0e1d-ab74-c7b5-a4b4d03aed27/files/dolphin.png" width="350" align='right'></a>
<br><br><br>
Dolphin est le gestionnaire de fichier de KDE.
Il dispose de différents modes d'affichage, de panneaux modifiables et permet l'accès à direct à différentes ressources.
<br><br><br><br><br>
La barre d’emplacement, qui se trouve en haut de la vue de Dolphin, affiche l’emplacement du dossier actuel. Elle comporte deux modes (fil d'Ariane par défaut et modifiable).
<<<
__Configurer la barre d'outils__ (1): on peut personnaliser les icônes et changer sa position<br> Contrôle → Configurer les barres d'outils → enlever/ajouter des boutons<br>
Clic droit → Déverrouiller la positions de la barre d'outils pour la déplacer.<br>
__Personnaliser les panneaux__ (2): on peut avoir différents panneaux et modifier leur place<br>
Contrôle → panneau: pour ajouter ou enlever des panneaux (information, dossiers, emplacements...)<br>
Clic droit → Déverrouiller les panneaux pour les déplacer ou les supprimer.
<<<
Afficher les emplacements "Consulté récemment" et "chercher" dans Dolphin (2) : il faut que l'outil d'indexation de fichiers Baloo soit activé dans [[La configuration du système]] (voir section "Recherche sur le bureau").
Personnaliser les icônes des dossiers (Documents, Images...) : clic droit sur le dossier, propriété<br>
Les nouveaux icônes sont installés dans le dossier `usr/share/icons`
Prévisualiser le contenu des fichiers (que ce soit au format PDF, JPG...):<br>
Contrôle → Configurer Dolphin → Général → Aperçu → tout cocher<br>
Pour les fichiers AVI, il faut installer le paquet `kfmpegthumbnailer`.<br><br>
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> __Les services menu__<br>
Un service menu est une action disponible à partir du clic droit sur un fichier / répertoire dans Dolphin comme //Root action// (qui permet d'ouvrir un fichier en mode administrateur), //Simple mount Iso// (qui permet de monter une image ISO) et bien d'autres. Il s'agit d'un simple fichier avec l'extension .desktop localisé dans les dossiers : `~/.kde/share/kde4/services/~ServiceMenus` et `/usr/share/kde4/services/~ServiceMenus`
@@
<<<
On peut installer de nouveaux services directement depuis Dolphin :<br>
Contrôle → Configurer Dolphin → Services → Télécharger de nouveaux services
<<<
Pour revenir aux valeurs par défaut, vous pouvez supprimer tous les réglages avec la commande:
```c
$ rm -rf .kde4
```
<br>
@@.att
<i class="fa fa-exclamation-triangle fa-3x pull-left" style="color:#2C3E50"></i> ''Vous perdrez toutes les données et réglages personnels (Bureau, Documents, configuration des applications, mails...).''
@@
Vous pouvez explorer le dossier `.kde4` pour réinitialiser la configuration d'une application (`.kde4/share/apps`) ou un paramètre particulier (`.kde4/share/config`) plutôt que de tout supprimer.
!Parefeu
Beaucoup de distributions sont fournies avec ufw (Uncomplicated Firewall) pour pare-feu.<br>
Si ce dernier n'est accompagné d'aucune interface graphique, on peut installer le paquet ``kcm-ufw`` (module du centre de configuration). A adapter en fonction du parefeu installé avec la distribution.
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> Les paquets `kcm-*` (KConfig Module) sont des modules du centre de configuration de KDE.
@@
En fait j'utilise assez peu de services en ligne (et c'est voulu!). Il existe des solutions simples et très efficaces permettant de garder le contrôle de ses données et sans dépendre de multinationales du Web.
!! <i class="fa fa-search" style="color:#34495E"></i> Moteur de recherche<br>
J'utilise principalement [[DuckDuckGo|https://duckduckgo.com/]] pour mes recherches sur le Web. L'interface est vraiment sympa et les résultats sont assez bon. Pour les recherches plus poussées, j'utilise aussi [[Startpage|https://startpage.com/]] qui //ne collecte ni ne partage AUCUNE donnée personnelle// avec l'avantage de fournir les mêmes résultats de recherche que Google.
!! <i class="fa fa-inbox" style="color:#34495E"></i> Boite mail<br>
J'utilise depuis assez récemment [[OpenMailBox|https://www.openmailbox.org/]] qui est un service d'email créer par Pierre Barre. Ce service propose l'hébergement d'adresses e-mail gratuite avec l'avantage d'être indépendant de toute grande société du Web et d'héberger ses serveurs en France. Cerise sur le gâteau, tout tourne avec des logiciels libres. ~OpenMailBox utilise l'interface [[Roundcube|http://roundcube.net/]] pour le webmail, c'est sobre et efficace.<br>
Un autre avantage d'~OpenMailBox est de fournir avec l'adresse mail un compte [[ownCloud|http://owncloud.org/]] de 1 go, très pratique pour synchroniser ses données, contacts et agendas.
!! <i class="fa fa-cloud" style="color:#34495E"></i> Cloud personnel et partage d'images<br>
Le compte ownCloud fourni par ~OpenMailBox me permet donc de synchroniser mes données, mais on se sent vite à l'étroit avec 1 go de stockage. J'ai découvert récemment [[younited|https://www.younited.com/en/home]] qui est une société basée en Finlande est qui propose un espace cloud de 5 go gratuit (ça me suffit largement!). Ce qui m'a séduit dans younited c'est d’abord l'interface qui change de ce qui se fait ailleurs et la possibilité de partager des photos sous forme d'album. Je m'en sert principalement pour héberger les documents et images de ce wiki et faire quelques sauvegardes.
Pour publier des images sur internet (forums...) qui doivent rester en ligne //ad vitam æternam// j'utilise [[Lutim|https://lut.im/]], un service libre, simple et efficace.
!! <i class="fa fa-pencil-square" style="color:#34495E"></i> Bloc notes et bien plus...<br>
Il est toujours bien pratique d'avoir un bloc notes (informatique) sous la main. Un simple fichier //.txt// faisait l'affaire jusqu'à ce que je découvre [[TiddlyWiki|http://tiddlywiki.com/]]. L'ensemble du wiki est contenu dans un unique fichier HTML, ne nécessitant aucune installation. Synchronisé avec ownCloud, votre bloc notes est toujours à portée de clavier. Outil incroyablement puissant, ~TiddlyWiki me sert aussi à écrire [[LinuxNotes|Hello world !]].<br><br>
!! <i class="fa fa-plus-circle" style="color:#34495E"></i> ''Vous en voulez encore!''<br>
Consultez la [[Liste des services en ligne]] qui répertorie quelques sites internet alternatifs proposant des services libres et décentralisés.
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i>
Source: [[article sur ophyde.com|http://www.ophyde.com/synchroniser-contacts-agenda-owncloud-thunderbird/]]
Avec le support de [[CalDAV|https://fr.wikipedia.org/wiki/CalDAV]] et [[CardDAV|https://fr.wikipedia.org/wiki/CardDAV]] sur ownCloud vous pouvez synchroniser vos contacts et agendas avec un client de messagerie.
!!Etape 1 : Installation des extensions
Vous aurez besoin de deux extensions, la première ''Lightning'' pour la synchronisation de l’agenda et la seconde ''SOgo Connector'' pour la synchronisation de votre carnet d’adresse.
Ouvrez le gestionnaire de modules dans Thunderbird, recherchez l’extension [[Lightning|https://addons.mozilla.org/fr/thunderbird/addon/lightning/]] et installer là. Pour installer SOGo Connector il faut [[télécharger l’extension|http://www.sogo.nu/fr/downloads/frontends.html]] sur le site du projet.
Sous Thunderbird retourner dans le gestionnaire de modules et cliquez sur “installez un module depuis un fichier”.
Redémarrez Thunderbird, vos deux extensions devraient maintenant être activées.
!!Etape 2 : Configuration de la synchronisation du carnet d’adresse
Nous allons créer un nouveau carnet d’adresses:<br>
Fichier > Nouveau > Carnet d’adresses distant
Il ne reste plus qu’à rentrer votre login et mot de passe ownCloud pour synchroniser votre carnet d’adresse.
L’url ~CardDAV est disponible dans l’onglet contact de votre ownCloud: cliquez sur la molette puis sur ~CardDAV, il ne vous reste plus qu’à copier le lien.
!!Etape 3 : Configuration de la synchronisation du calendrier
Nous allons maintenant créer un nouvel agenda sous Thunderbird:<br>
Fichier > Nouveau > Agenda
Sélectionnez le format “~CalDAV” et ajouter l’adresse de synchronisation ~CalDAV de votre agenda.
Elle est disponible sur ownCloud dans l’onglet Calendrier, cliquez sur la molette puis sur ~CalDAV de votre agenda. Donnez un nom à votre agenda.
Votre nouvel agenda est maintenant créé il ne vous reste plus qu’à le synchroniser <i class="fa fa-smile-o"></i>
!Les paquets
Vous pouvez supprimer les paquets inutiles, les applications et les services en fonction de ce dont vous avez besoin.<br>
Ex: //bluedevil// (si pas de bluetooth), //kde-wallpapers// (fond d'écran) qui est long à mettre à jour, les paquets liés à l'accessibilité...
!Mieux utiliser KRunner
KRunner est une petite ligne de commande versatile. Vous pouvez l'utiliser pour démarrer des applications, ouvrir des pages web, accéder aux favoris,
rechercher dans les données du bureau, calculer de courtes équations et plus encore.
>En appuyant sur ''Alt+F2'' ou Clic droit → Exécuter une commande, la boîte de dialogue KRunner s'ouvre.
KRunner est extensible à l'aide de plugins appelés //runners//. Les //runners// sont activables / désactivables en cliquant sur l'icône clé (fenêtre de configuration de KRunner).
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> La désactivation des plugins que vous n'utilisez pas permet de réduire l'utilisation des ressources.
@@
On peut installer / supprimer des plugins en cherchant `kdeplasma-addons-runners` dans le gestionnaire de paquets. Par exemple le paquet `kdeplasma-addons-runners-browsefirefoxbookmarks` permet d'accéder aux marques-pages de Firefox dans KRunner.
On peur étendre les fonctionnalités de KRunner en installant le paquet `krunner-appmenu` qui permet de lancer une commande (copier, supprimer...) à partir de KRunner.
@@.ast
<i class="fa fa-lightbulb-o fa-3x pull-left"></i> La commande `kdesu` (ou `kdesudo` pour kubuntu) peut être utilisée avec KRunner ou en mode console. Elle permet l'accès à une fenêtre qui offre les droits administrateur en mode graphique.<br>
Par exemple, pour éditer un fichier on va exécuter la commande `kdesu kate /Chemindufichier`.<br>
La commande `sudo` (« superuser do ») est à utiliser en mode texte.
@@
!Les KIO Slaves
KIO (pour KDE Input/Output) sont des modules d'entrée/sortie qui permettent l'accès aux ressources matérielles au sein d'une unique API. Les KIO slaves (ou esclaves) fournissent ainsi à KIO le support pour un protocole d'accès à une ressource particulière (matérielle ou logicielle) comme le support du protocole MTP (périphériques mobiles).<br>
On y accède par la barre de navigation de Dolphin ou du navigateur web.<br>
Les plus pratiques : //sysinfo:/, settings:/, audiocd:/, info:/, fonts:/, man:/, ftp:/, applications:/ ou programs:/ //
!La gestion des utilisateurs
L'application KUser permet une gestion simple et graphique des comptes utilisateurs. On peut ajouter, supprimer et modifier des comptes utilisateurs.
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i> La vue par défaut répertorie tous les comptes du système que l'on peut masquer en cliquant sur le menu //Paramètres// et décocher //Montrer Utilisateurs / Groupes système//.
@@
!!Installation manuelle d'un paquet du dépôt CCR
1. Télécharger l'archive sur le site de CCR (lien Tarball).
2. Extraire l'archive dans le dossier courant.
3. Entrer dans le dossier que vous venez d'extraire ( `cd ~/chemin/du/dossier`)
4. Construire le paquet et résoudre ses dépendances avec la commande : `makepkg -s`
```c
$ makepkg -s
```
Maintenant, vous devriez voir le processus de compilation commencer, et une fois que tout est terminé, un fichier `.pkg.tar.xz` devrait apparaître dans le répertoire de construction.
5. Si la construction a été un succès, installez le paquet avec la commande:
```c
$ sudo pacman -U Nom_paquet.pkg.tar.xz
```
!!Installation simple d'un paquet non présent dans le dépôt CCR
CCR est en fait un clone de <abbr title="Arch User Repository">AUR</abbr> (dépôt communautaire d'Arch Linux) qui dispose d'un grand nombre de paquets. L'installation et l'upload de paquets vers le dépôt CCR est vraiment facile. La plupart du temps, vous devez d'abord tester localement si le paquet se construit et fonctionne avant de le soumettre sur CCR.<br>
1. Recherchez sur [[AUR|http://aur.archlinux.org/]] si le paquet existe.
2. Télécharger l'archive ''Tarball'' du paquet.
3. Extraire l'archive dans le dossier courant. Il contient tous les fichiers nécessaires pour le paquet que vous voulez créer. Vous trouverez toujours le ''PKGBUILD'', et parfois d'autres fichiers comme : .patch, .install...
4. Ouvrez le PKGBUILD et vérifier que les dépendances de ce paquet sont fournis dans les dépôts de Chakra ou de CCR (ligne `depends`). Si non, vous aurez aussi besoin d'uploader les dépendances manquantes sur CCR, suivant la même procédure.<br>
<<<
Gardez à l'esprit que le nom des paquets pour certains programmes sont différents dans Chakra et dans Arch Linux. Effectuez une recherche minutieuse d'abord et modifier ce qui est différent avec les valeurs correctes.
<<<
5. Testez la création du paquet avec :
```c
$ makepkg -s
```
Si la construction est correct, installez le paquet localement (fichier `.pkg.tar.xz`) pour vérifier que tout fonctionne pour vous.
''Vous pouvez alors'' [[Partager le fichier sur CCR]].
This is an usage example of the macros. The macros does not modify any field or tiddler, you have to use any widget for that, for example a button. Here you have an example using the macro with a button widget. Hitting the button will add one to the current value of the order field.
<$edit-text size=1 tag="input" field="order"/>
<$button set=!!order setTo=<<sum "" "order" 1>> class="tc-btn-invisible">{{$:/core/images/chevron-up}}</$button>
Button code
```
<$button set=!!order setTo=<<sum "" "order" 1>> class="tc-btn-invisible">{{$:/core/images/chevron-up}}</$button>
```
This is the same example but using the subtract macro
<$edit-text size=1 tag="input" field="order"/>
<$button set=!!order setTo=<<subtract "" "order" 1>> class="tc-btn-invisible">{{$:/core/images/chevron-down}}</$button>
Button code
```
<$button set=!!order setTo=<<subtract "" "order" 1>> class="tc-btn-invisible">{{$:/core/images/chevron-down}}</$button>
```
This is an example in how to order a list using an order field and the sum and subtract macros:
<$list filter="[tag[item]!sort[order]]">
{{!!order}} {{!!title}} <$button set=!!order setTo=<<sum "" "order" 1>> class="tc-btn-invisible">{{$:/core/images/chevron-up}}</$button> <$button set=!!order setTo=<<subtract "" "order" 1>> class="tc-btn-invisible">{{$:/core/images/chevron-down}}</$button>
</$list>
The code is very simple. Just a list with a very common filter and the buttons code from
the previous [[example|Basic example]].
```
<$list filter="[tag[item]!sort[order]]">
{{!!order}} {{!!title}} <$button set=!!order setTo=<<sum "" "order" 1>> class="tc-btn-invisible">{{$:/core/images/chevron-up}}</$button> <$button set=!!order setTo=<<subtract "" "order" 1>> class="tc-btn-invisible">{{$:/core/images/chevron-down}}</$button>
</$list>
```
This wiki is a demonstration of two javascript macros for basic mathematic operations.
There are two macros, [[sum|$:/widgets/danielo515/sum.js]] and [[subtract|$:/widgets/danielo515/subtract.js]].
They sums or subtract to a value stored on the specified field of the specified tiddler.
The macros ''does not modify the tiddler'' in any way, this is an important detail.
They just return the result of the operation, is your responsibility to store that result at some place.
Please see the examples if you want to use the macros to modify the value in a permanent way.
To install any of the macros, just drag the follwing links to your wiki like they were a file on your file explorer:
* [[sum|$:/widgets/danielo515/sum.js]]
* [[subtract|$:/widgets/danielo515/subtract.js]].
Here is a list of the parameters the macros accepts:
|! parameter |! default value |! description |
| tiddler | current tiddler | the tiddler to take the field from |
| field | 0 | The field from where you want to take the start value |
| ammount | 1 | the value to add or subtract to the value hold at the field |
| max/min | none | The maximun (for sum) or minimun (for subtract) value the macro can reach |
<br>
Following the instructions at [[Conditional ViewTemplate Section|http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section]] the above toc is displayed above the body of each tiddler having subtiddlers under the same "namespace" and is automatically generated via <<source [[$:/template/chapter-toc]]>>
<br>
A more toc without truncation could be generated using <<source [[$:/template/chapter-toc-basic]]>>
{{||$:/template/chapter-toc-basic}}
unas notas sobre [[ Capitulo 02|El Libro / Capitulo 02]] de [[El Libro]]
<$list filter="[prefix[El Libro]sort[title]]-[[El Libro]]" variable="sub">
<$set name="remove" value="El Libro {{$:/config/ChapterDelimiter}} ">
now trying to remove "<<remove>>" from "<<sub>>"
<$list filter="[<sub>removeprefix<remove>]" variable="truncated">
?!? NEVER ENTERED ?!?
<$link to=<<sub>>><<truncated>></$link><br>
</$list>
</$set>
</$list>
@@color:red;
The below code should gather all endings of filtered titles according to a delimiter, but `<prefix + delimiter>` won't yield a valid filter for the inner loop when set through a variable?! Compare to [[$:/template/chapter-toc]] with [[El Libro]].
[[$:/config/ChapterDelimiter]] = "{{$:/config/ChapterDelimiter}}"
Also, setting the delimiter to " / " truncates the leading blank upon transclusion. ''Bug!''
@@
This wiki explores handling sections in for TiddlyWiki using namespaces.
Take a look at [[El Libro]] to find a subtiddler-toc automaticall generated based on naming conventions like...
<$list filter="[prefix[El Libro]]">
</$list>
To achieve this, the template [[$:/template/chapter-toc]] is leveraged along with a configuration variable to specify a delimiter of your preference [[$:/config/NameSpaceDelimiter]].
Are we headed towards a NameSpaceWidget?
This entire exercise reminds me an awful lot of [[NameSpacePlugin|http://namespace.tiddlyspace.com]] and so I am thinking that we're headed towards the almighty ''$namespace'' widget, e.g. to dissect...
[[El Libro / Capitulo 01 / 002]]
!!Parameters
|!Parameters|!Meaning|!Options|!Default|
|`tiddler`|specifies the tiddler for the action|any tiddler name|`currentTiddler`|
|`link`|creates link(s)|`current`|returns the child title of currentTiddler, e.g. the last part of the namespace|
|~|~|`parent`|creates link to parent of `tiddler`|
|~|~|`children`|outputs a list of direct children to `tiddler`|
|~|~|`toc`|outputs a toc of all children to `tiddler`<br><br>when `tiddler` is set to `!all` outputs a toc for all tiddlers the namespace is comprised of|
|~|~|`crumbs`|outputs breadcrumbs for `currentTiddler`, see [[example|http://namespace.tiddlyspace.com/#%5B%5B2013.01%3AArticles%3AHow%20we%20landed%20on%20the%20moon%5D%5D]]|
|`level`|specifies the level for `link=parent`|`0` .. `n`|the parent of `currentTiddler`|
|`new`|creates child in namespace|`child`|creates child for `currentTiddler`|
|`delimiter`|specifies the namespace delimiter|any text|[[$:/config/NameSpaceDelimiter]]|
!!Markup Examples
;`<$namespace link="parent"/>`
:» link to parent of current tiddler
;`<$namespace link="parent" level="n"/>`
:» link to parent of level n, 0 being the outermost
;`<$namespace link="parent" level="0" tiddler="foo"/>`
:» link to parent of level 0 for tiddler foo
;`<$namespace link="parent" level="0" tiddler="foo" delimiter=" : "/>`
:» link to parent of level 0 for tiddler foo using the namespace-delimiter ` : `
;`<$namespace link="children"/>`
:» list children of current tiddler
;`<$namespace link="children" tiddler="parentFoo"/>`
:» list children of tiddler parentFoo
;`<$namespace link="toc"/>`
:» generate namespace toc for all tiddlers using namespace delimiters
:»» including self-evident parents, i.e. those having children
:»» including those that are specifically marked as parents
;`<$namespace link="toc" tiddler="foo"/>`
:» generate namespace toc for tiddler foo
;`<$namespace new="child"/>`
:» adds a child under the namespace of the current tiddler
;`<$namespace new="child" tiddler="foo"/>`
:» adds a child under the namespace of tiddler ''foo''
;`<$namespace link="crumbs"/>`
:» outputs crumbs for current tiddler
;`<$namespace link="crumbs" tiddler="foo"/>`
:» outputs crumbs for tiddler ''foo''
http://tb5.tiddlyspot.com
<$list filter="[prefix[El Libro]sort[title]]-[[El Libro]]" variable="sub">
<$list filter="[<sub>removeprefix[El Libro / ]]" variable="truncated">
<$link to=<<sub>>><<truncated>></$link><br>
</$list>
</$list>
{
"tiddlers": {
"$:/config/EditorTypeMappings/application/javascript": {
"title": "$:/config/EditorTypeMappings/application/javascript",
"text": "codemirror"
},
"$:/config/EditorTypeMappings/application/json": {
"title": "$:/config/EditorTypeMappings/application/json",
"text": "codemirror"
},
"$:/config/EditorTypeMappings/application/x-tiddler-dictionary": {
"title": "$:/config/EditorTypeMappings/application/x-tiddler-dictionary",
"text": "codemirror"
},
"$:/config/EditorTypeMappings/text/css": {
"title": "$:/config/EditorTypeMappings/text/css",
"text": "codemirror"
},
"$:/config/EditorTypeMappings/text/html": {
"title": "$:/config/EditorTypeMappings/text/html",
"text": "codemirror"
},
"$:/config/EditorTypeMappings/text/plain": {
"title": "$:/config/EditorTypeMappings/text/plain",
"text": "codemirror"
},
"$:/config/EditorTypeMappings/text/vnd.tiddlywiki": {
"title": "$:/config/EditorTypeMappings/text/vnd.tiddlywiki",
"text": "codemirror"
},
"$:/config/EditorTypeMappings/text/x-tiddlywiki": {
"title": "$:/config/EditorTypeMappings/text/x-tiddlywiki",
"text": "codemirror"
},
"$:/core/modules/widgets/edit-codemirror.js": {
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-codemirror.js\ntype: application/javascript\nmodule-type: widget\n\nCodemirror-based text editor widget\n\nConfig options \"$:/config/CodeMirror\" e.g. to allow vim key bindings\n {\n\t\"require\": [\n\t\t\"$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.js\",\n\t\t\"$:/plugins/tiddlywiki/codemirror/addon/search/searchcursor.js\",\n\t\t\"$:/plugins/tiddlywiki/codemirror/keymap/vim.js\"\n\t],\n\t\"configuration\": {\n\t\t\t\"keyMap\": \"vim\",\n\t\t\t\"showCursorWhenSelecting\": true\n\t}\n}\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar CODEMIRROR_OPTIONS = \"$:/config/CodeMirror\";\n\n// Install CodeMirror\nif($tw.browser && !window.CodeMirror) {\n\twindow.CodeMirror = require(\"$:/plugins/tiddlywiki/codemirror/lib/codemirror.js\");\n\t// Install required CodeMirror plugins\n\tvar configOptions = $tw.wiki.getTiddlerData(CODEMIRROR_OPTIONS,{}),\n\t\treq = configOptions.require;\n\tif(req) {\n\t\tif($tw.utils.isArray(req)) {\n\t\t\tfor(var index=0; index<req.length; index++) {\n\t\t\t\trequire(req[index]);\n\t\t\t}\n\t\t} else {\n\t\t\trequire(req);\n\t\t}\n\t}\n}\n\nvar MIN_TEXT_AREA_HEIGHT = 100; // Minimum height of textareas in pixels\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditCodeMirrorWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditCodeMirrorWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditCodeMirrorWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the configuration options for the CodeMirror object\n\tvar config = $tw.wiki.getTiddlerData(CODEMIRROR_OPTIONS,{}).configuration || {},\n\t\teditInfo = this.getEditInfo();\n\tif(!(\"lineWrapping\" in config)) {\n\t\tconfig.lineWrapping = true;\n\t}\n\tif(!(\"lineNumbers\" in config)) {\n\t\tconfig.lineNumbers = true;\n\t}\n\tconfig.mode = editInfo.type;\n\tconfig.value = editInfo.value;\n\t// Create the CodeMirror instance\n\tvar cm = window.CodeMirror(function(domNode) {\n\t\tparent.insertBefore(domNode,nextSibling);\n\t\tself.domNodes.push(domNode);\n\t},config);\n\t// Set up a change event handler\n\tcm.on(\"change\",function() {\n\t\tself.saveChanges(cm.getValue());\n\t});\n\tthis.codeMirrorInstance = cm;\n};\n\n/*\nGet the tiddler being edited and current value\n*/\nEditCodeMirrorWidget.prototype.getEditInfo = function() {\n\t// Get the edit value\n\tvar self = this,\n\t\tvalue,\n\t\ttype = \"text/plain\",\n\t\tupdate;\n\tif(this.editIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.editTitle,this.editIndex,this.editDefault);\n\t\tupdate = function(value) {\n\t\t\tvar data = self.wiki.getTiddlerData(self.editTitle,{});\n\t\t\tif(data[self.editIndex] !== value) {\n\t\t\t\tdata[self.editIndex] = value;\n\t\t\t\tself.wiki.setTiddlerData(self.editTitle,data);\n\t\t\t}\n\t\t};\n\t} else {\n\t\t// Get the current tiddler and the field name\n\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\tif(tiddler) {\n\t\t\t// If we've got a tiddler, the value to display is the field string value\n\t\t\tvalue = tiddler.getFieldString(this.editField);\n\t\t\tif(this.editField === \"text\") {\n\t\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\";\n\t\t\t}\n\t\t} else {\n\t\t\t// Otherwise, we need to construct a default value for the editor\n\t\t\tswitch(this.editField) {\n\t\t\t\tcase \"text\":\n\t\t\t\t\tvalue = \"Type the text for the tiddler '\" + this.editTitle + \"'\";\n\t\t\t\t\ttype = \"text/vnd.tiddlywiki\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"title\":\n\t\t\t\t\tvalue = this.editTitle;\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tvalue = \"\";\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif(this.editDefault !== undefined) {\n\t\t\t\tvalue = this.editDefault;\n\t\t\t}\n\t\t}\n\t\tupdate = function(value) {\n\t\t\tvar tiddler = self.wiki.getTiddler(self.editTitle),\n\t\t\t\tupdateFields = {\n\t\t\t\t\ttitle: self.editTitle\n\t\t\t\t};\n\t\t\tupdateFields[self.editField] = value;\n\t\t\tself.wiki.addTiddler(new $tw.Tiddler(self.wiki.getCreationFields(),tiddler,updateFields,self.wiki.getModificationFields()));\n\t\t};\n\t}\n\tif(this.editType) {\n\t\ttype = this.editType;\n\t}\n\treturn {value: value || \"\", type: type, update: update};\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditCodeMirrorWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.editField = this.getAttribute(\"field\",\"text\");\n\tthis.editIndex = this.getAttribute(\"index\");\n\tthis.editDefault = this.getAttribute(\"default\");\n\tthis.editType = this.getAttribute(\"type\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEditCodeMirrorWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Completely rerender if any of our attributes have changed\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedTiddlers[this.editTitle]) {\n\t\tthis.updateEditor(this.getEditInfo().value);\n\t\treturn true;\n\t}\n\treturn false;\n};\n\n/*\nUpdate the editor with new text. This method is separate from updateEditorDomNode()\nso that subclasses can override updateEditor() and still use updateEditorDomNode()\n*/\nEditCodeMirrorWidget.prototype.updateEditor = function(text) {\n\tthis.updateEditorDomNode(text);\n};\n\n/*\nUpdate the editor dom node with new text\n*/\nEditCodeMirrorWidget.prototype.updateEditorDomNode = function(text) {\n\tif(this.codeMirrorInstance) {\n\t\tif(!this.codeMirrorInstance.hasFocus()) {\n\t\t\tthis.codeMirrorInstance.setValue(text);\n\t\t}\n\t}\n};\n\nEditCodeMirrorWidget.prototype.saveChanges = function(text) {\n\tvar editInfo = this.getEditInfo();\n\tif(text !== editInfo.value) {\n\t\teditInfo.update(text);\n\t}\n};\n\nexports[\"edit-codemirror\"] = EditCodeMirrorWidget;\n\n})();\n",
"title": "$:/core/modules/widgets/edit-codemirror.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/plugins/tiddlywiki/codemirror/lib/codemirror.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/lib/codemirror.js",
"module-type": "library",
"text": "// This is CodeMirror (http://codemirror.net), a code editor\n// implemented in JavaScript on top of the browser's DOM.\n//\n// You can find some technical background for some of the code below\n// at http://marijnhaverbeke.nl/blog/#cm-internals .\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n module.exports = mod();\n else if (typeof define == \"function\" && define.amd) // AMD\n return define([], mod);\n else // Plain browser env\n this.CodeMirror = mod();\n})(function() {\n \"use strict\";\n\n // BROWSER SNIFFING\n\n // Kludges for bugs and behavior differences that can't be feature\n // detected are enabled based on userAgent etc sniffing.\n\n var gecko = /gecko\\/\\d/i.test(navigator.userAgent);\n // ie_uptoN means Internet Explorer version N or lower\n var ie_upto10 = /MSIE \\d/.test(navigator.userAgent);\n var ie_upto7 = ie_upto10 && (document.documentMode == null || document.documentMode < 8);\n var ie_upto8 = ie_upto10 && (document.documentMode == null || document.documentMode < 9);\n var ie_upto9 = ie_upto10 && (document.documentMode == null || document.documentMode < 10);\n var ie_11up = /Trident\\/([7-9]|\\d{2,})\\./.test(navigator.userAgent);\n var ie = ie_upto10 || ie_11up;\n var webkit = /WebKit\\//.test(navigator.userAgent);\n var qtwebkit = webkit && /Qt\\/\\d+\\.\\d+/.test(navigator.userAgent);\n var chrome = /Chrome\\//.test(navigator.userAgent);\n var presto = /Opera\\//.test(navigator.userAgent);\n var safari = /Apple Computer/.test(navigator.vendor);\n var khtml = /KHTML\\//.test(navigator.userAgent);\n var mac_geMountainLion = /Mac OS X 1\\d\\D([8-9]|\\d\\d)\\D/.test(navigator.userAgent);\n var phantom = /PhantomJS/.test(navigator.userAgent);\n\n var ios = /AppleWebKit/.test(navigator.userAgent) && /Mobile\\/\\w+/.test(navigator.userAgent);\n // This is woefully incomplete. Suggestions for alternative methods welcome.\n var mobile = ios || /Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(navigator.userAgent);\n var mac = ios || /Mac/.test(navigator.platform);\n var windows = /win/i.test(navigator.platform);\n\n var presto_version = presto && navigator.userAgent.match(/Version\\/(\\d*\\.\\d*)/);\n if (presto_version) presto_version = Number(presto_version[1]);\n if (presto_version && presto_version >= 15) { presto = false; webkit = true; }\n // Some browsers use the wrong event properties to signal cmd/ctrl on OS X\n var flipCtrlCmd = mac && (qtwebkit || presto && (presto_version == null || presto_version < 12.11));\n var captureRightClick = gecko || (ie && !ie_upto8);\n\n // Optimize some code when these features are not used.\n var sawReadOnlySpans = false, sawCollapsedSpans = false;\n\n // EDITOR CONSTRUCTOR\n\n // A CodeMirror instance represents an editor. This is the object\n // that user code is usually dealing with.\n\n function CodeMirror(place, options) {\n if (!(this instanceof CodeMirror)) return new CodeMirror(place, options);\n\n this.options = options = options || {};\n // Determine effective options based on given values and defaults.\n copyObj(defaults, options, false);\n setGuttersForLineNumbers(options);\n\n var doc = options.value;\n if (typeof doc == \"string\") doc = new Doc(doc, options.mode);\n this.doc = doc;\n\n var display = this.display = new Display(place, doc);\n display.wrapper.CodeMirror = this;\n updateGutters(this);\n themeChanged(this);\n if (options.lineWrapping)\n this.display.wrapper.className += \" CodeMirror-wrap\";\n if (options.autofocus && !mobile) focusInput(this);\n\n this.state = {\n keyMaps: [], // stores maps added by addKeyMap\n overlays: [], // highlighting overlays, as added by addOverlay\n modeGen: 0, // bumped when mode/overlay changes, used to invalidate highlighting info\n overwrite: false, focused: false,\n suppressEdits: false, // used to disable editing during key handlers when in readOnly mode\n pasteIncoming: false, cutIncoming: false, // help recognize paste/cut edits in readInput\n draggingText: false,\n highlight: new Delayed() // stores highlight worker timeout\n };\n\n // Override magic textarea content restore that IE sometimes does\n // on our hidden textarea on reload\n if (ie_upto10) setTimeout(bind(resetInput, this, true), 20);\n\n registerEventHandlers(this);\n ensureGlobalHandlers();\n\n var cm = this;\n runInOp(this, function() {\n cm.curOp.forceUpdate = true;\n attachDoc(cm, doc);\n\n if ((options.autofocus && !mobile) || activeElt() == display.input)\n setTimeout(bind(onFocus, cm), 20);\n else\n onBlur(cm);\n\n for (var opt in optionHandlers) if (optionHandlers.hasOwnProperty(opt))\n optionHandlers[opt](cm, options[opt], Init);\n for (var i = 0; i < initHooks.length; ++i) initHooks[i](cm);\n });\n }\n\n // DISPLAY CONSTRUCTOR\n\n // The display handles the DOM integration, both for input reading\n // and content drawing. It holds references to DOM nodes and\n // display-related state.\n\n function Display(place, doc) {\n var d = this;\n\n // The semihidden textarea that is focused when the editor is\n // focused, and receives input.\n var input = d.input = elt(\"textarea\", null, null, \"position: absolute; padding: 0; width: 1px; height: 1em; outline: none\");\n // The textarea is kept positioned near the cursor to prevent the\n // fact that it'll be scrolled into view on input from scrolling\n // our fake cursor out of view. On webkit, when wrap=off, paste is\n // very slow. So make the area wide instead.\n if (webkit) input.style.width = \"1000px\";\n else input.setAttribute(\"wrap\", \"off\");\n // If border: 0; -- iOS fails to open keyboard (issue #1287)\n if (ios) input.style.border = \"1px solid black\";\n input.setAttribute(\"autocorrect\", \"off\"); input.setAttribute(\"autocapitalize\", \"off\"); input.setAttribute(\"spellcheck\", \"false\");\n\n // Wraps and hides input textarea\n d.inputDiv = elt(\"div\", [input], null, \"overflow: hidden; position: relative; width: 3px; height: 0px;\");\n // The fake scrollbar elements.\n d.scrollbarH = elt(\"div\", [elt(\"div\", null, null, \"height: 100%; min-height: 1px\")], \"CodeMirror-hscrollbar\");\n d.scrollbarV = elt(\"div\", [elt(\"div\", null, null, \"min-width: 1px\")], \"CodeMirror-vscrollbar\");\n // Covers bottom-right square when both scrollbars are present.\n d.scrollbarFiller = elt(\"div\", null, \"CodeMirror-scrollbar-filler\");\n // Covers bottom of gutter when coverGutterNextToScrollbar is on\n // and h scrollbar is present.\n d.gutterFiller = elt(\"div\", null, \"CodeMirror-gutter-filler\");\n // Will contain the actual code, positioned to cover the viewport.\n d.lineDiv = elt(\"div\", null, \"CodeMirror-code\");\n // Elements are added to these to represent selection and cursors.\n d.selectionDiv = elt(\"div\", null, null, \"position: relative; z-index: 1\");\n d.cursorDiv = elt(\"div\", null, \"CodeMirror-cursors\");\n // A visibility: hidden element used to find the size of things.\n d.measure = elt(\"div\", null, \"CodeMirror-measure\");\n // When lines outside of the viewport are measured, they are drawn in this.\n d.lineMeasure = elt(\"div\", null, \"CodeMirror-measure\");\n // Wraps everything that needs to exist inside the vertically-padded coordinate system\n d.lineSpace = elt(\"div\", [d.measure, d.lineMeasure, d.selectionDiv, d.cursorDiv, d.lineDiv],\n null, \"position: relative; outline: none\");\n // Moved around its parent to cover visible view.\n d.mover = elt(\"div\", [elt(\"div\", [d.lineSpace], \"CodeMirror-lines\")], null, \"position: relative\");\n // Set to the height of the document, allowing scrolling.\n d.sizer = elt(\"div\", [d.mover], \"CodeMirror-sizer\");\n // Behavior of elts with overflow: auto and padding is\n // inconsistent across browsers. This is used to ensure the\n // scrollable area is big enough.\n d.heightForcer = elt(\"div\", null, null, \"position: absolute; height: \" + scrollerCutOff + \"px; width: 1px;\");\n // Will contain the gutters, if any.\n d.gutters = elt(\"div\", null, \"CodeMirror-gutters\");\n d.lineGutter = null;\n // Actual scrollable element.\n d.scroller = elt(\"div\", [d.sizer, d.heightForcer, d.gutters], \"CodeMirror-scroll\");\n d.scroller.setAttribute(\"tabIndex\", \"-1\");\n // The element in which the editor lives.\n d.wrapper = elt(\"div\", [d.inputDiv, d.scrollbarH, d.scrollbarV,\n d.scrollbarFiller, d.gutterFiller, d.scroller], \"CodeMirror\");\n\n // Work around IE7 z-index bug (not perfect, hence IE7 not really being supported)\n if (ie_upto7) { d.gutters.style.zIndex = -1; d.scroller.style.paddingRight = 0; }\n // Needed to hide big blue blinking cursor on Mobile Safari\n if (ios) input.style.width = \"0px\";\n if (!webkit) d.scroller.draggable = true;\n // Needed to handle Tab key in KHTML\n if (khtml) { d.inputDiv.style.height = \"1px\"; d.inputDiv.style.position = \"absolute\"; }\n // Need to set a minimum width to see the scrollbar on IE7 (but must not set it on IE8).\n if (ie_upto7) d.scrollbarH.style.minHeight = d.scrollbarV.style.minWidth = \"18px\";\n\n if (place.appendChild) place.appendChild(d.wrapper);\n else place(d.wrapper);\n\n // Current rendered range (may be bigger than the view window).\n d.viewFrom = d.viewTo = doc.first;\n // Information about the rendered lines.\n d.view = [];\n // Holds info about a single rendered line when it was rendered\n // for measurement, while not in view.\n d.externalMeasured = null;\n // Empty space (in pixels) above the view\n d.viewOffset = 0;\n d.lastSizeC = 0;\n d.updateLineNumbers = null;\n\n // Used to only resize the line number gutter when necessary (when\n // the amount of lines crosses a boundary that makes its width change)\n d.lineNumWidth = d.lineNumInnerWidth = d.lineNumChars = null;\n // See readInput and resetInput\n d.prevInput = \"\";\n // Set to true when a non-horizontal-scrolling line widget is\n // added. As an optimization, line widget aligning is skipped when\n // this is false.\n d.alignWidgets = false;\n // Flag that indicates whether we expect input to appear real soon\n // now (after some event like 'keypress' or 'input') and are\n // polling intensively.\n d.pollingFast = false;\n // Self-resetting timeout for the poller\n d.poll = new Delayed();\n\n d.cachedCharWidth = d.cachedTextHeight = d.cachedPaddingH = null;\n\n // Tracks when resetInput has punted to just putting a short\n // string into the textarea instead of the full selection.\n d.inaccurateSelection = false;\n\n // Tracks the maximum line length so that the horizontal scrollbar\n // can be kept static when scrolling.\n d.maxLine = null;\n d.maxLineLength = 0;\n d.maxLineChanged = false;\n\n // Used for measuring wheel scrolling granularity\n d.wheelDX = d.wheelDY = d.wheelStartX = d.wheelStartY = null;\n\n // True when shift is held down.\n d.shift = false;\n\n // Used to track whether anything happened since the context menu\n // was opened.\n d.selForContextMenu = null;\n }\n\n // STATE UPDATES\n\n // Used to get the editor into a consistent state again when options change.\n\n function loadMode(cm) {\n cm.doc.mode = CodeMirror.getMode(cm.options, cm.doc.modeOption);\n resetModeState(cm);\n }\n\n function resetModeState(cm) {\n cm.doc.iter(function(line) {\n if (line.stateAfter) line.stateAfter = null;\n if (line.styles) line.styles = null;\n });\n cm.doc.frontier = cm.doc.first;\n startWorker(cm, 100);\n cm.state.modeGen++;\n if (cm.curOp) regChange(cm);\n }\n\n function wrappingChanged(cm) {\n if (cm.options.lineWrapping) {\n addClass(cm.display.wrapper, \"CodeMirror-wrap\");\n cm.display.sizer.style.minWidth = \"\";\n } else {\n rmClass(cm.display.wrapper, \"CodeMirror-wrap\");\n findMaxLine(cm);\n }\n estimateLineHeights(cm);\n regChange(cm);\n clearCaches(cm);\n setTimeout(function(){updateScrollbars(cm);}, 100);\n }\n\n // Returns a function that estimates the height of a line, to use as\n // first approximation until the line becomes visible (and is thus\n // properly measurable).\n function estimateHeight(cm) {\n var th = textHeight(cm.display), wrapping = cm.options.lineWrapping;\n var perLine = wrapping && Math.max(5, cm.display.scroller.clientWidth / charWidth(cm.display) - 3);\n return function(line) {\n if (lineIsHidden(cm.doc, line)) return 0;\n\n var widgetsHeight = 0;\n if (line.widgets) for (var i = 0; i < line.widgets.length; i++) {\n if (line.widgets[i].height) widgetsHeight += line.widgets[i].height;\n }\n\n if (wrapping)\n return widgetsHeight + (Math.ceil(line.text.length / perLine) || 1) * th;\n else\n return widgetsHeight + th;\n };\n }\n\n function estimateLineHeights(cm) {\n var doc = cm.doc, est = estimateHeight(cm);\n doc.iter(function(line) {\n var estHeight = est(line);\n if (estHeight != line.height) updateLineHeight(line, estHeight);\n });\n }\n\n function keyMapChanged(cm) {\n var map = keyMap[cm.options.keyMap], style = map.style;\n cm.display.wrapper.className = cm.display.wrapper.className.replace(/\\s*cm-keymap-\\S+/g, \"\") +\n (style ? \" cm-keymap-\" + style : \"\");\n }\n\n function themeChanged(cm) {\n cm.display.wrapper.className = cm.display.wrapper.className.replace(/\\s*cm-s-\\S+/g, \"\") +\n cm.options.theme.replace(/(^|\\s)\\s*/g, \" cm-s-\");\n clearCaches(cm);\n }\n\n function guttersChanged(cm) {\n updateGutters(cm);\n regChange(cm);\n setTimeout(function(){alignHorizontally(cm);}, 20);\n }\n\n // Rebuild the gutter elements, ensure the margin to the left of the\n // code matches their width.\n function updateGutters(cm) {\n var gutters = cm.display.gutters, specs = cm.options.gutters;\n removeChildren(gutters);\n for (var i = 0; i < specs.length; ++i) {\n var gutterClass = specs[i];\n var gElt = gutters.appendChild(elt(\"div\", null, \"CodeMirror-gutter \" + gutterClass));\n if (gutterClass == \"CodeMirror-linenumbers\") {\n cm.display.lineGutter = gElt;\n gElt.style.width = (cm.display.lineNumWidth || 1) + \"px\";\n }\n }\n gutters.style.display = i ? \"\" : \"none\";\n updateGutterSpace(cm);\n }\n\n function updateGutterSpace(cm) {\n var width = cm.display.gutters.offsetWidth;\n cm.display.sizer.style.marginLeft = width + \"px\";\n cm.display.scrollbarH.style.left = cm.options.fixedGutter ? width + \"px\" : 0;\n }\n\n // Compute the character length of a line, taking into account\n // collapsed ranges (see markText) that might hide parts, and join\n // other lines onto it.\n function lineLength(line) {\n if (line.height == 0) return 0;\n var len = line.text.length, merged, cur = line;\n while (merged = collapsedSpanAtStart(cur)) {\n var found = merged.find(0, true);\n cur = found.from.line;\n len += found.from.ch - found.to.ch;\n }\n cur = line;\n while (merged = collapsedSpanAtEnd(cur)) {\n var found = merged.find(0, true);\n len -= cur.text.length - found.from.ch;\n cur = found.to.line;\n len += cur.text.length - found.to.ch;\n }\n return len;\n }\n\n // Find the longest line in the document.\n function findMaxLine(cm) {\n var d = cm.display, doc = cm.doc;\n d.maxLine = getLine(doc, doc.first);\n d.maxLineLength = lineLength(d.maxLine);\n d.maxLineChanged = true;\n doc.iter(function(line) {\n var len = lineLength(line);\n if (len > d.maxLineLength) {\n d.maxLineLength = len;\n d.maxLine = line;\n }\n });\n }\n\n // Make sure the gutters options contains the element\n // \"CodeMirror-linenumbers\" when the lineNumbers option is true.\n function setGuttersForLineNumbers(options) {\n var found = indexOf(options.gutters, \"CodeMirror-linenumbers\");\n if (found == -1 && options.lineNumbers) {\n options.gutters = options.gutters.concat([\"CodeMirror-linenumbers\"]);\n } else if (found > -1 && !options.lineNumbers) {\n options.gutters = options.gutters.slice(0);\n options.gutters.splice(found, 1);\n }\n }\n\n // SCROLLBARS\n\n // Prepare DOM reads needed to update the scrollbars. Done in one\n // shot to minimize update/measure roundtrips.\n function measureForScrollbars(cm) {\n var scroll = cm.display.scroller;\n return {\n clientHeight: scroll.clientHeight,\n barHeight: cm.display.scrollbarV.clientHeight,\n scrollWidth: scroll.scrollWidth, clientWidth: scroll.clientWidth,\n barWidth: cm.display.scrollbarH.clientWidth,\n docHeight: Math.round(cm.doc.height + paddingVert(cm.display))\n };\n }\n\n // Re-synchronize the fake scrollbars with the actual size of the\n // content.\n function updateScrollbars(cm, measure) {\n if (!measure) measure = measureForScrollbars(cm);\n var d = cm.display;\n var scrollHeight = measure.docHeight + scrollerCutOff;\n var needsH = measure.scrollWidth > measure.clientWidth;\n var needsV = scrollHeight > measure.clientHeight;\n if (needsV) {\n d.scrollbarV.style.display = \"block\";\n d.scrollbarV.style.bottom = needsH ? scrollbarWidth(d.measure) + \"px\" : \"0\";\n // A bug in IE8 can cause this value to be negative, so guard it.\n d.scrollbarV.firstChild.style.height =\n Math.max(0, scrollHeight - measure.clientHeight + (measure.barHeight || d.scrollbarV.clientHeight)) + \"px\";\n } else {\n d.scrollbarV.style.display = \"\";\n d.scrollbarV.firstChild.style.height = \"0\";\n }\n if (needsH) {\n d.scrollbarH.style.display = \"block\";\n d.scrollbarH.style.right = needsV ? scrollbarWidth(d.measure) + \"px\" : \"0\";\n d.scrollbarH.firstChild.style.width =\n (measure.scrollWidth - measure.clientWidth + (measure.barWidth || d.scrollbarH.clientWidth)) + \"px\";\n } else {\n d.scrollbarH.style.display = \"\";\n d.scrollbarH.firstChild.style.width = \"0\";\n }\n if (needsH && needsV) {\n d.scrollbarFiller.style.display = \"block\";\n d.scrollbarFiller.style.height = d.scrollbarFiller.style.width = scrollbarWidth(d.measure) + \"px\";\n } else d.scrollbarFiller.style.display = \"\";\n if (needsH && cm.options.coverGutterNextToScrollbar && cm.options.fixedGutter) {\n d.gutterFiller.style.display = \"block\";\n d.gutterFiller.style.height = scrollbarWidth(d.measure) + \"px\";\n d.gutterFiller.style.width = d.gutters.offsetWidth + \"px\";\n } else d.gutterFiller.style.display = \"\";\n\n if (!cm.state.checkedOverlayScrollbar && measure.clientHeight > 0) {\n if (scrollbarWidth(d.measure) === 0) {\n var w = mac && !mac_geMountainLion ? \"12px\" : \"18px\";\n d.scrollbarV.style.minWidth = d.scrollbarH.style.minHeight = w;\n var barMouseDown = function(e) {\n if (e_target(e) != d.scrollbarV && e_target(e) != d.scrollbarH)\n operation(cm, onMouseDown)(e);\n };\n on(d.scrollbarV, \"mousedown\", barMouseDown);\n on(d.scrollbarH, \"mousedown\", barMouseDown);\n }\n cm.state.checkedOverlayScrollbar = true;\n }\n }\n\n // Compute the lines that are visible in a given viewport (defaults\n // the the current scroll position). viewPort may contain top,\n // height, and ensure (see op.scrollToPos) properties.\n function visibleLines(display, doc, viewPort) {\n var top = viewPort && viewPort.top != null ? viewPort.top : display.scroller.scrollTop;\n top = Math.floor(top - paddingTop(display));\n var bottom = viewPort && viewPort.bottom != null ? viewPort.bottom : top + display.wrapper.clientHeight;\n\n var from = lineAtHeight(doc, top), to = lineAtHeight(doc, bottom);\n // Ensure is a {from: {line, ch}, to: {line, ch}} object, and\n // forces those lines into the viewport (if possible).\n if (viewPort && viewPort.ensure) {\n var ensureFrom = viewPort.ensure.from.line, ensureTo = viewPort.ensure.to.line;\n if (ensureFrom < from)\n return {from: ensureFrom,\n to: lineAtHeight(doc, heightAtLine(getLine(doc, ensureFrom)) + display.wrapper.clientHeight)};\n if (Math.min(ensureTo, doc.lastLine()) >= to)\n return {from: lineAtHeight(doc, heightAtLine(getLine(doc, ensureTo)) - display.wrapper.clientHeight),\n to: ensureTo};\n }\n return {from: from, to: to};\n }\n\n // LINE NUMBERS\n\n // Re-align line numbers and gutter marks to compensate for\n // horizontal scrolling.\n function alignHorizontally(cm) {\n var display = cm.display, view = display.view;\n if (!display.alignWidgets && (!display.gutters.firstChild || !cm.options.fixedGutter)) return;\n var comp = compensateForHScroll(display) - display.scroller.scrollLeft + cm.doc.scrollLeft;\n var gutterW = display.gutters.offsetWidth, left = comp + \"px\";\n for (var i = 0; i < view.length; i++) if (!view[i].hidden) {\n if (cm.options.fixedGutter && view[i].gutter)\n view[i].gutter.style.left = left;\n var align = view[i].alignable;\n if (align) for (var j = 0; j < align.length; j++)\n align[j].style.left = left;\n }\n if (cm.options.fixedGutter)\n display.gutters.style.left = (comp + gutterW) + \"px\";\n }\n\n // Used to ensure that the line number gutter is still the right\n // size for the current document size. Returns true when an update\n // is needed.\n function maybeUpdateLineNumberWidth(cm) {\n if (!cm.options.lineNumbers) return false;\n var doc = cm.doc, last = lineNumberFor(cm.options, doc.first + doc.size - 1), display = cm.display;\n if (last.length != display.lineNumChars) {\n var test = display.measure.appendChild(elt(\"div\", [elt(\"div\", last)],\n \"CodeMirror-linenumber CodeMirror-gutter-elt\"));\n var innerW = test.firstChild.offsetWidth, padding = test.offsetWidth - innerW;\n display.lineGutter.style.width = \"\";\n display.lineNumInnerWidth = Math.max(innerW, display.lineGutter.offsetWidth - padding);\n display.lineNumWidth = display.lineNumInnerWidth + padding;\n display.lineNumChars = display.lineNumInnerWidth ? last.length : -1;\n display.lineGutter.style.width = display.lineNumWidth + \"px\";\n updateGutterSpace(cm);\n return true;\n }\n return false;\n }\n\n function lineNumberFor(options, i) {\n return String(options.lineNumberFormatter(i + options.firstLineNumber));\n }\n\n // Computes display.scroller.scrollLeft + display.gutters.offsetWidth,\n // but using getBoundingClientRect to get a sub-pixel-accurate\n // result.\n function compensateForHScroll(display) {\n return display.scroller.getBoundingClientRect().left - display.sizer.getBoundingClientRect().left;\n }\n\n // DISPLAY DRAWING\n\n // Updates the display, selection, and scrollbars, using the\n // information in display.view to find out which nodes are no longer\n // up-to-date. Tries to bail out early when no changes are needed,\n // unless forced is true.\n // Returns true if an actual update happened, false otherwise.\n function updateDisplay(cm, viewPort, forced) {\n var oldFrom = cm.display.viewFrom, oldTo = cm.display.viewTo, updated;\n var visible = visibleLines(cm.display, cm.doc, viewPort);\n for (var first = true;; first = false) {\n var oldWidth = cm.display.scroller.clientWidth;\n if (!updateDisplayInner(cm, visible, forced)) break;\n updated = true;\n\n // If the max line changed since it was last measured, measure it,\n // and ensure the document's width matches it.\n if (cm.display.maxLineChanged && !cm.options.lineWrapping)\n adjustContentWidth(cm);\n\n var barMeasure = measureForScrollbars(cm);\n updateSelection(cm);\n setDocumentHeight(cm, barMeasure);\n updateScrollbars(cm, barMeasure);\n if (webkit && cm.options.lineWrapping)\n checkForWebkitWidthBug(cm, barMeasure); // (Issue #2420)\n if (first && cm.options.lineWrapping && oldWidth != cm.display.scroller.clientWidth) {\n forced = true;\n continue;\n }\n forced = false;\n\n // Clip forced viewport to actual scrollable area.\n if (viewPort && viewPort.top != null)\n viewPort = {top: Math.min(barMeasure.docHeight - scrollerCutOff - barMeasure.clientHeight, viewPort.top)};\n // Updated line heights might result in the drawn area not\n // actually covering the viewport. Keep looping until it does.\n visible = visibleLines(cm.display, cm.doc, viewPort);\n if (visible.from >= cm.display.viewFrom && visible.to <= cm.display.viewTo)\n break;\n }\n\n cm.display.updateLineNumbers = null;\n if (updated) {\n signalLater(cm, \"update\", cm);\n if (cm.display.viewFrom != oldFrom || cm.display.viewTo != oldTo)\n signalLater(cm, \"viewportChange\", cm, cm.display.viewFrom, cm.display.viewTo);\n }\n return updated;\n }\n\n // Does the actual updating of the line display. Bails out\n // (returning false) when there is nothing to be done and forced is\n // false.\n function updateDisplayInner(cm, visible, forced) {\n var display = cm.display, doc = cm.doc;\n if (!display.wrapper.offsetWidth) {\n resetView(cm);\n return;\n }\n\n // Bail out if the visible area is already rendered and nothing changed.\n if (!forced && visible.from >= display.viewFrom && visible.to <= display.viewTo &&\n countDirtyView(cm) == 0)\n return;\n\n if (maybeUpdateLineNumberWidth(cm))\n resetView(cm);\n var dims = getDimensions(cm);\n\n // Compute a suitable new viewport (from & to)\n var end = doc.first + doc.size;\n var from = Math.max(visible.from - cm.options.viewportMargin, doc.first);\n var to = Math.min(end, visible.to + cm.options.viewportMargin);\n if (display.viewFrom < from && from - display.viewFrom < 20) from = Math.max(doc.first, display.viewFrom);\n if (display.viewTo > to && display.viewTo - to < 20) to = Math.min(end, display.viewTo);\n if (sawCollapsedSpans) {\n from = visualLineNo(cm.doc, from);\n to = visualLineEndNo(cm.doc, to);\n }\n\n var different = from != display.viewFrom || to != display.viewTo ||\n display.lastSizeC != display.wrapper.clientHeight;\n adjustView(cm, from, to);\n\n display.viewOffset = heightAtLine(getLine(cm.doc, display.viewFrom));\n // Position the mover div to align with the current scroll position\n cm.display.mover.style.top = display.viewOffset + \"px\";\n\n var toUpdate = countDirtyView(cm);\n if (!different && toUpdate == 0 && !forced) return;\n\n // For big changes, we hide the enclosing element during the\n // update, since that speeds up the operations on most browsers.\n var focused = activeElt();\n if (toUpdate > 4) display.lineDiv.style.display = \"none\";\n patchDisplay(cm, display.updateLineNumbers, dims);\n if (toUpdate > 4) display.lineDiv.style.display = \"\";\n // There might have been a widget with a focused element that got\n // hidden or updated, if so re-focus it.\n if (focused && activeElt() != focused && focused.offsetHeight) focused.focus();\n\n // Prevent selection and cursors from interfering with the scroll\n // width.\n removeChildren(display.cursorDiv);\n removeChildren(display.selectionDiv);\n\n if (different) {\n display.lastSizeC = display.wrapper.clientHeight;\n startWorker(cm, 400);\n }\n\n updateHeightsInViewport(cm);\n\n return true;\n }\n\n function adjustContentWidth(cm) {\n var display = cm.display;\n var width = measureChar(cm, display.maxLine, display.maxLine.text.length).left;\n display.maxLineChanged = false;\n var minWidth = Math.max(0, width + 3);\n var maxScrollLeft = Math.max(0, display.sizer.offsetLeft + minWidth + scrollerCutOff - display.scroller.clientWidth);\n display.sizer.style.minWidth = minWidth + \"px\";\n if (maxScrollLeft < cm.doc.scrollLeft)\n setScrollLeft(cm, Math.min(display.scroller.scrollLeft, maxScrollLeft), true);\n }\n\n function setDocumentHeight(cm, measure) {\n cm.display.sizer.style.minHeight = cm.display.heightForcer.style.top = measure.docHeight + \"px\";\n cm.display.gutters.style.height = Math.max(measure.docHeight, measure.clientHeight - scrollerCutOff) + \"px\";\n }\n\n\n function checkForWebkitWidthBug(cm, measure) {\n // Work around Webkit bug where it sometimes reserves space for a\n // non-existing phantom scrollbar in the scroller (Issue #2420)\n if (cm.display.sizer.offsetWidth + cm.display.gutters.offsetWidth < cm.display.scroller.clientWidth - 1) {\n cm.display.sizer.style.minHeight = cm.display.heightForcer.style.top = \"0px\";\n cm.display.gutters.style.height = measure.docHeight + \"px\";\n }\n }\n\n // Read the actual heights of the rendered lines, and update their\n // stored heights to match.\n function updateHeightsInViewport(cm) {\n var display = cm.display;\n var prevBottom = display.lineDiv.offsetTop;\n for (var i = 0; i < display.view.length; i++) {\n var cur = display.view[i], height;\n if (cur.hidden) continue;\n if (ie_upto7) {\n var bot = cur.node.offsetTop + cur.node.offsetHeight;\n height = bot - prevBottom;\n prevBottom = bot;\n } else {\n var box = cur.node.getBoundingClientRect();\n height = box.bottom - box.top;\n }\n var diff = cur.line.height - height;\n if (height < 2) height = textHeight(display);\n if (diff > .001 || diff < -.001) {\n updateLineHeight(cur.line, height);\n updateWidgetHeight(cur.line);\n if (cur.rest) for (var j = 0; j < cur.rest.length; j++)\n updateWidgetHeight(cur.rest[j]);\n }\n }\n }\n\n // Read and store the height of line widgets associated with the\n // given line.\n function updateWidgetHeight(line) {\n if (line.widgets) for (var i = 0; i < line.widgets.length; ++i)\n line.widgets[i].height = line.widgets[i].node.offsetHeight;\n }\n\n // Do a bulk-read of the DOM positions and sizes needed to draw the\n // view, so that we don't interleave reading and writing to the DOM.\n function getDimensions(cm) {\n var d = cm.display, left = {}, width = {};\n for (var n = d.gutters.firstChild, i = 0; n; n = n.nextSibling, ++i) {\n left[cm.options.gutters[i]] = n.offsetLeft;\n width[cm.options.gutters[i]] = n.offsetWidth;\n }\n return {fixedPos: compensateForHScroll(d),\n gutterTotalWidth: d.gutters.offsetWidth,\n gutterLeft: left,\n gutterWidth: width,\n wrapperWidth: d.wrapper.clientWidth};\n }\n\n // Sync the actual display DOM structure with display.view, removing\n // nodes for lines that are no longer in view, and creating the ones\n // that are not there yet, and updating the ones that are out of\n // date.\n function patchDisplay(cm, updateNumbersFrom, dims) {\n var display = cm.display, lineNumbers = cm.options.lineNumbers;\n var container = display.lineDiv, cur = container.firstChild;\n\n function rm(node) {\n var next = node.nextSibling;\n // Works around a throw-scroll bug in OS X Webkit\n if (webkit && mac && cm.display.currentWheelTarget == node)\n node.style.display = \"none\";\n else\n node.parentNode.removeChild(node);\n return next;\n }\n\n var view = display.view, lineN = display.viewFrom;\n // Loop over the elements in the view, syncing cur (the DOM nodes\n // in display.lineDiv) with the view as we go.\n for (var i = 0; i < view.length; i++) {\n var lineView = view[i];\n if (lineView.hidden) {\n } else if (!lineView.node) { // Not drawn yet\n var node = buildLineElement(cm, lineView, lineN, dims);\n container.insertBefore(node, cur);\n } else { // Already drawn\n while (cur != lineView.node) cur = rm(cur);\n var updateNumber = lineNumbers && updateNumbersFrom != null &&\n updateNumbersFrom <= lineN && lineView.lineNumber;\n if (lineView.changes) {\n if (indexOf(lineView.changes, \"gutter\") > -1) updateNumber = false;\n updateLineForChanges(cm, lineView, lineN, dims);\n }\n if (updateNumber) {\n removeChildren(lineView.lineNumber);\n lineView.lineNumber.appendChild(document.createTextNode(lineNumberFor(cm.options, lineN)));\n }\n cur = lineView.node.nextSibling;\n }\n lineN += lineView.size;\n }\n while (cur) cur = rm(cur);\n }\n\n // When an aspect of a line changes, a string is added to\n // lineView.changes. This updates the relevant part of the line's\n // DOM structure.\n function updateLineForChanges(cm, lineView, lineN, dims) {\n for (var j = 0; j < lineView.changes.length; j++) {\n var type = lineView.changes[j];\n if (type == \"text\") updateLineText(cm, lineView);\n else if (type == \"gutter\") updateLineGutter(cm, lineView, lineN, dims);\n else if (type == \"class\") updateLineClasses(lineView);\n else if (type == \"widget\") updateLineWidgets(lineView, dims);\n }\n lineView.changes = null;\n }\n\n // Lines with gutter elements, widgets or a background class need to\n // be wrapped, and have the extra elements added to the wrapper div\n function ensureLineWrapped(lineView) {\n if (lineView.node == lineView.text) {\n lineView.node = elt(\"div\", null, null, \"position: relative\");\n if (lineView.text.parentNode)\n lineView.text.parentNode.replaceChild(lineView.node, lineView.text);\n lineView.node.appendChild(lineView.text);\n if (ie_upto7) lineView.node.style.zIndex = 2;\n }\n return lineView.node;\n }\n\n function updateLineBackground(lineView) {\n var cls = lineView.bgClass ? lineView.bgClass + \" \" + (lineView.line.bgClass || \"\") : lineView.line.bgClass;\n if (cls) cls += \" CodeMirror-linebackground\";\n if (lineView.background) {\n if (cls) lineView.background.className = cls;\n else { lineView.background.parentNode.removeChild(lineView.background); lineView.background = null; }\n } else if (cls) {\n var wrap = ensureLineWrapped(lineView);\n lineView.background = wrap.insertBefore(elt(\"div\", null, cls), wrap.firstChild);\n }\n }\n\n // Wrapper around buildLineContent which will reuse the structure\n // in display.externalMeasured when possible.\n function getLineContent(cm, lineView) {\n var ext = cm.display.externalMeasured;\n if (ext && ext.line == lineView.line) {\n cm.display.externalMeasured = null;\n lineView.measure = ext.measure;\n return ext.built;\n }\n return buildLineContent(cm, lineView);\n }\n\n // Redraw the line's text. Interacts with the background and text\n // classes because the mode may output tokens that influence these\n // classes.\n function updateLineText(cm, lineView) {\n var cls = lineView.text.className;\n var built = getLineContent(cm, lineView);\n if (lineView.text == lineView.node) lineView.node = built.pre;\n lineView.text.parentNode.replaceChild(built.pre, lineView.text);\n lineView.text = built.pre;\n if (built.bgClass != lineView.bgClass || built.textClass != lineView.textClass) {\n lineView.bgClass = built.bgClass;\n lineView.textClass = built.textClass;\n updateLineClasses(lineView);\n } else if (cls) {\n lineView.text.className = cls;\n }\n }\n\n function updateLineClasses(lineView) {\n updateLineBackground(lineView);\n if (lineView.line.wrapClass)\n ensureLineWrapped(lineView).className = lineView.line.wrapClass;\n else if (lineView.node != lineView.text)\n lineView.node.className = \"\";\n var textClass = lineView.textClass ? lineView.textClass + \" \" + (lineView.line.textClass || \"\") : lineView.line.textClass;\n lineView.text.className = textClass || \"\";\n }\n\n function updateLineGutter(cm, lineView, lineN, dims) {\n if (lineView.gutter) {\n lineView.node.removeChild(lineView.gutter);\n lineView.gutter = null;\n }\n var markers = lineView.line.gutterMarkers;\n if (cm.options.lineNumbers || markers) {\n var wrap = ensureLineWrapped(lineView);\n var gutterWrap = lineView.gutter =\n wrap.insertBefore(elt(\"div\", null, \"CodeMirror-gutter-wrapper\", \"position: absolute; left: \" +\n (cm.options.fixedGutter ? dims.fixedPos : -dims.gutterTotalWidth) + \"px\"),\n lineView.text);\n if (cm.options.lineNumbers && (!markers || !markers[\"CodeMirror-linenumbers\"]))\n lineView.lineNumber = gutterWrap.appendChild(\n elt(\"div\", lineNumberFor(cm.options, lineN),\n \"CodeMirror-linenumber CodeMirror-gutter-elt\",\n \"left: \" + dims.gutterLeft[\"CodeMirror-linenumbers\"] + \"px; width: \"\n + cm.display.lineNumInnerWidth + \"px\"));\n if (markers) for (var k = 0; k < cm.options.gutters.length; ++k) {\n var id = cm.options.gutters[k], found = markers.hasOwnProperty(id) && markers[id];\n if (found)\n gutterWrap.appendChild(elt(\"div\", [found], \"CodeMirror-gutter-elt\", \"left: \" +\n dims.gutterLeft[id] + \"px; width: \" + dims.gutterWidth[id] + \"px\"));\n }\n }\n }\n\n function updateLineWidgets(lineView, dims) {\n if (lineView.alignable) lineView.alignable = null;\n for (var node = lineView.node.firstChild, next; node; node = next) {\n var next = node.nextSibling;\n if (node.className == \"CodeMirror-linewidget\")\n lineView.node.removeChild(node);\n }\n insertLineWidgets(lineView, dims);\n }\n\n // Build a line's DOM representation from scratch\n function buildLineElement(cm, lineView, lineN, dims) {\n var built = getLineContent(cm, lineView);\n lineView.text = lineView.node = built.pre;\n if (built.bgClass) lineView.bgClass = built.bgClass;\n if (built.textClass) lineView.textClass = built.textClass;\n\n updateLineClasses(lineView);\n updateLineGutter(cm, lineView, lineN, dims);\n insertLineWidgets(lineView, dims);\n return lineView.node;\n }\n\n // A lineView may contain multiple logical lines (when merged by\n // collapsed spans). The widgets for all of them need to be drawn.\n function insertLineWidgets(lineView, dims) {\n insertLineWidgetsFor(lineView.line, lineView, dims, true);\n if (lineView.rest) for (var i = 0; i < lineView.rest.length; i++)\n insertLineWidgetsFor(lineView.rest[i], lineView, dims, false);\n }\n\n function insertLineWidgetsFor(line, lineView, dims, allowAbove) {\n if (!line.widgets) return;\n var wrap = ensureLineWrapped(lineView);\n for (var i = 0, ws = line.widgets; i < ws.length; ++i) {\n var widget = ws[i], node = elt(\"div\", [widget.node], \"CodeMirror-linewidget\");\n if (!widget.handleMouseEvents) node.ignoreEvents = true;\n positionLineWidget(widget, node, lineView, dims);\n if (allowAbove && widget.above)\n wrap.insertBefore(node, lineView.gutter || lineView.text);\n else\n wrap.appendChild(node);\n signalLater(widget, \"redraw\");\n }\n }\n\n function positionLineWidget(widget, node, lineView, dims) {\n if (widget.noHScroll) {\n (lineView.alignable || (lineView.alignable = [])).push(node);\n var width = dims.wrapperWidth;\n node.style.left = dims.fixedPos + \"px\";\n if (!widget.coverGutter) {\n width -= dims.gutterTotalWidth;\n node.style.paddingLeft = dims.gutterTotalWidth + \"px\";\n }\n node.style.width = width + \"px\";\n }\n if (widget.coverGutter) {\n node.style.zIndex = 5;\n node.style.position = \"relative\";\n if (!widget.noHScroll) node.style.marginLeft = -dims.gutterTotalWidth + \"px\";\n }\n }\n\n // POSITION OBJECT\n\n // A Pos instance represents a position within the text.\n var Pos = CodeMirror.Pos = function(line, ch) {\n if (!(this instanceof Pos)) return new Pos(line, ch);\n this.line = line; this.ch = ch;\n };\n\n // Compare two positions, return 0 if they are the same, a negative\n // number when a is less, and a positive number otherwise.\n var cmp = CodeMirror.cmpPos = function(a, b) { return a.line - b.line || a.ch - b.ch; };\n\n function copyPos(x) {return Pos(x.line, x.ch);}\n function maxPos(a, b) { return cmp(a, b) < 0 ? b : a; }\n function minPos(a, b) { return cmp(a, b) < 0 ? a : b; }\n\n // SELECTION / CURSOR\n\n // Selection objects are immutable. A new one is created every time\n // the selection changes. A selection is one or more non-overlapping\n // (and non-touching) ranges, sorted, and an integer that indicates\n // which one is the primary selection (the one that's scrolled into\n // view, that getCursor returns, etc).\n function Selection(ranges, primIndex) {\n this.ranges = ranges;\n this.primIndex = primIndex;\n }\n\n Selection.prototype = {\n primary: function() { return this.ranges[this.primIndex]; },\n equals: function(other) {\n if (other == this) return true;\n if (other.primIndex != this.primIndex || other.ranges.length != this.ranges.length) return false;\n for (var i = 0; i < this.ranges.length; i++) {\n var here = this.ranges[i], there = other.ranges[i];\n if (cmp(here.anchor, there.anchor) != 0 || cmp(here.head, there.head) != 0) return false;\n }\n return true;\n },\n deepCopy: function() {\n for (var out = [], i = 0; i < this.ranges.length; i++)\n out[i] = new Range(copyPos(this.ranges[i].anchor), copyPos(this.ranges[i].head));\n return new Selection(out, this.primIndex);\n },\n somethingSelected: function() {\n for (var i = 0; i < this.ranges.length; i++)\n if (!this.ranges[i].empty()) return true;\n return false;\n },\n contains: function(pos, end) {\n if (!end) end = pos;\n for (var i = 0; i < this.ranges.length; i++) {\n var range = this.ranges[i];\n if (cmp(end, range.from()) >= 0 && cmp(pos, range.to()) <= 0)\n return i;\n }\n return -1;\n }\n };\n\n function Range(anchor, head) {\n this.anchor = anchor; this.head = head;\n }\n\n Range.prototype = {\n from: function() { return minPos(this.anchor, this.head); },\n to: function() { return maxPos(this.anchor, this.head); },\n empty: function() {\n return this.head.line == this.anchor.line && this.head.ch == this.anchor.ch;\n }\n };\n\n // Take an unsorted, potentially overlapping set of ranges, and\n // build a selection out of it. 'Consumes' ranges array (modifying\n // it).\n function normalizeSelection(ranges, primIndex) {\n var prim = ranges[primIndex];\n ranges.sort(function(a, b) { return cmp(a.from(), b.from()); });\n primIndex = indexOf(ranges, prim);\n for (var i = 1; i < ranges.length; i++) {\n var cur = ranges[i], prev = ranges[i - 1];\n if (cmp(prev.to(), cur.from()) >= 0) {\n var from = minPos(prev.from(), cur.from()), to = maxPos(prev.to(), cur.to());\n var inv = prev.empty() ? cur.from() == cur.head : prev.from() == prev.head;\n if (i <= primIndex) --primIndex;\n ranges.splice(--i, 2, new Range(inv ? to : from, inv ? from : to));\n }\n }\n return new Selection(ranges, primIndex);\n }\n\n function simpleSelection(anchor, head) {\n return new Selection([new Range(anchor, head || anchor)], 0);\n }\n\n // Most of the external API clips given positions to make sure they\n // actually exist within the document.\n function clipLine(doc, n) {return Math.max(doc.first, Math.min(n, doc.first + doc.size - 1));}\n function clipPos(doc, pos) {\n if (pos.line < doc.first) return Pos(doc.first, 0);\n var last = doc.first + doc.size - 1;\n if (pos.line > last) return Pos(last, getLine(doc, last).text.length);\n return clipToLen(pos, getLine(doc, pos.line).text.length);\n }\n function clipToLen(pos, linelen) {\n var ch = pos.ch;\n if (ch == null || ch > linelen) return Pos(pos.line, linelen);\n else if (ch < 0) return Pos(pos.line, 0);\n else return pos;\n }\n function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.size;}\n function clipPosArray(doc, array) {\n for (var out = [], i = 0; i < array.length; i++) out[i] = clipPos(doc, array[i]);\n return out;\n }\n\n // SELECTION UPDATES\n\n // The 'scroll' parameter given to many of these indicated whether\n // the new cursor position should be scrolled into view after\n // modifying the selection.\n\n // If shift is held or the extend flag is set, extends a range to\n // include a given position (and optionally a second position).\n // Otherwise, simply returns the range between the given positions.\n // Used for cursor motion and such.\n function extendRange(doc, range, head, other) {\n if (doc.cm && doc.cm.display.shift || doc.extend) {\n var anchor = range.anchor;\n if (other) {\n var posBefore = cmp(head, anchor) < 0;\n if (posBefore != (cmp(other, anchor) < 0)) {\n anchor = head;\n head = other;\n } else if (posBefore != (cmp(head, other) < 0)) {\n head = other;\n }\n }\n return new Range(anchor, head);\n } else {\n return new Range(other || head, head);\n }\n }\n\n // Extend the primary selection range, discard the rest.\n function extendSelection(doc, head, other, options) {\n setSelection(doc, new Selection([extendRange(doc, doc.sel.primary(), head, other)], 0), options);\n }\n\n // Extend all selections (pos is an array of selections with length\n // equal the number of selections)\n function extendSelections(doc, heads, options) {\n for (var out = [], i = 0; i < doc.sel.ranges.length; i++)\n out[i] = extendRange(doc, doc.sel.ranges[i], heads[i], null);\n var newSel = normalizeSelection(out, doc.sel.primIndex);\n setSelection(doc, newSel, options);\n }\n\n // Updates a single range in the selection.\n function replaceOneSelection(doc, i, range, options) {\n var ranges = doc.sel.ranges.slice(0);\n ranges[i] = range;\n setSelection(doc, normalizeSelection(ranges, doc.sel.primIndex), options);\n }\n\n // Reset the selection to a single range.\n function setSimpleSelection(doc, anchor, head, options) {\n setSelection(doc, simpleSelection(anchor, head), options);\n }\n\n // Give beforeSelectionChange handlers a change to influence a\n // selection update.\n function filterSelectionChange(doc, sel) {\n var obj = {\n ranges: sel.ranges,\n update: function(ranges) {\n this.ranges = [];\n for (var i = 0; i < ranges.length; i++)\n this.ranges[i] = new Range(clipPos(doc, ranges[i].anchor),\n clipPos(doc, ranges[i].head));\n }\n };\n signal(doc, \"beforeSelectionChange\", doc, obj);\n if (doc.cm) signal(doc.cm, \"beforeSelectionChange\", doc.cm, obj);\n if (obj.ranges != sel.ranges) return normalizeSelection(obj.ranges, obj.ranges.length - 1);\n else return sel;\n }\n\n function setSelectionReplaceHistory(doc, sel, options) {\n var done = doc.history.done, last = lst(done);\n if (last && last.ranges) {\n done[done.length - 1] = sel;\n setSelectionNoUndo(doc, sel, options);\n } else {\n setSelection(doc, sel, options);\n }\n }\n\n // Set a new selection.\n function setSelection(doc, sel, options) {\n setSelectionNoUndo(doc, sel, options);\n addSelectionToHistory(doc, doc.sel, doc.cm ? doc.cm.curOp.id : NaN, options);\n }\n\n function setSelectionNoUndo(doc, sel, options) {\n if (hasHandler(doc, \"beforeSelectionChange\") || doc.cm && hasHandler(doc.cm, \"beforeSelectionChange\"))\n sel = filterSelectionChange(doc, sel);\n\n var bias = cmp(sel.primary().head, doc.sel.primary().head) < 0 ? -1 : 1;\n setSelectionInner(doc, skipAtomicInSelection(doc, sel, bias, true));\n\n if (!(options && options.scroll === false) && doc.cm)\n ensureCursorVisible(doc.cm);\n }\n\n function setSelectionInner(doc, sel) {\n if (sel.equals(doc.sel)) return;\n\n doc.sel = sel;\n\n if (doc.cm) {\n doc.cm.curOp.updateInput = doc.cm.curOp.selectionChanged = true;\n signalCursorActivity(doc.cm);\n }\n signalLater(doc, \"cursorActivity\", doc);\n }\n\n // Verify that the selection does not partially select any atomic\n // marked ranges.\n function reCheckSelection(doc) {\n setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false), sel_dontScroll);\n }\n\n // Return a selection that does not partially select any atomic\n // ranges.\n function skipAtomicInSelection(doc, sel, bias, mayClear) {\n var out;\n for (var i = 0; i < sel.ranges.length; i++) {\n var range = sel.ranges[i];\n var newAnchor = skipAtomic(doc, range.anchor, bias, mayClear);\n var newHead = skipAtomic(doc, range.head, bias, mayClear);\n if (out || newAnchor != range.anchor || newHead != range.head) {\n if (!out) out = sel.ranges.slice(0, i);\n out[i] = new Range(newAnchor, newHead);\n }\n }\n return out ? normalizeSelection(out, sel.primIndex) : sel;\n }\n\n // Ensure a given position is not inside an atomic range.\n function skipAtomic(doc, pos, bias, mayClear) {\n var flipped = false, curPos = pos;\n var dir = bias || 1;\n doc.cantEdit = false;\n search: for (;;) {\n var line = getLine(doc, curPos.line);\n if (line.markedSpans) {\n for (var i = 0; i < line.markedSpans.length; ++i) {\n var sp = line.markedSpans[i], m = sp.marker;\n if ((sp.from == null || (m.inclusiveLeft ? sp.from <= curPos.ch : sp.from < curPos.ch)) &&\n (sp.to == null || (m.inclusiveRight ? sp.to >= curPos.ch : sp.to > curPos.ch))) {\n if (mayClear) {\n signal(m, \"beforeCursorEnter\");\n if (m.explicitlyCleared) {\n if (!line.markedSpans) break;\n else {--i; continue;}\n }\n }\n if (!m.atomic) continue;\n var newPos = m.find(dir < 0 ? -1 : 1);\n if (cmp(newPos, curPos) == 0) {\n newPos.ch += dir;\n if (newPos.ch < 0) {\n if (newPos.line > doc.first) newPos = clipPos(doc, Pos(newPos.line - 1));\n else newPos = null;\n } else if (newPos.ch > line.text.length) {\n if (newPos.line < doc.first + doc.size - 1) newPos = Pos(newPos.line + 1, 0);\n else newPos = null;\n }\n if (!newPos) {\n if (flipped) {\n // Driven in a corner -- no valid cursor position found at all\n // -- try again *with* clearing, if we didn't already\n if (!mayClear) return skipAtomic(doc, pos, bias, true);\n // Otherwise, turn off editing until further notice, and return the start of the doc\n doc.cantEdit = true;\n return Pos(doc.first, 0);\n }\n flipped = true; newPos = pos; dir = -dir;\n }\n }\n curPos = newPos;\n continue search;\n }\n }\n }\n return curPos;\n }\n }\n\n // SELECTION DRAWING\n\n // Redraw the selection and/or cursor\n function updateSelection(cm) {\n var display = cm.display, doc = cm.doc;\n var curFragment = document.createDocumentFragment();\n var selFragment = document.createDocumentFragment();\n\n for (var i = 0; i < doc.sel.ranges.length; i++) {\n var range = doc.sel.ranges[i];\n var collapsed = range.empty();\n if (collapsed || cm.options.showCursorWhenSelecting)\n drawSelectionCursor(cm, range, curFragment);\n if (!collapsed)\n drawSelectionRange(cm, range, selFragment);\n }\n\n // Move the hidden textarea near the cursor to prevent scrolling artifacts\n if (cm.options.moveInputWithCursor) {\n var headPos = cursorCoords(cm, doc.sel.primary().head, \"div\");\n var wrapOff = display.wrapper.getBoundingClientRect(), lineOff = display.lineDiv.getBoundingClientRect();\n var top = Math.max(0, Math.min(display.wrapper.clientHeight - 10,\n headPos.top + lineOff.top - wrapOff.top));\n var left = Math.max(0, Math.min(display.wrapper.clientWidth - 10,\n headPos.left + lineOff.left - wrapOff.left));\n display.inputDiv.style.top = top + \"px\";\n display.inputDiv.style.left = left + \"px\";\n }\n\n removeChildrenAndAdd(display.cursorDiv, curFragment);\n removeChildrenAndAdd(display.selectionDiv, selFragment);\n }\n\n // Draws a cursor for the given range\n function drawSelectionCursor(cm, range, output) {\n var pos = cursorCoords(cm, range.head, \"div\");\n\n var cursor = output.appendChild(elt(\"div\", \"\\u00a0\", \"CodeMirror-cursor\"));\n cursor.style.left = pos.left + \"px\";\n cursor.style.top = pos.top + \"px\";\n cursor.style.height = Math.max(0, pos.bottom - pos.top) * cm.options.cursorHeight + \"px\";\n\n if (pos.other) {\n // Secondary cursor, shown when on a 'jump' in bi-directional text\n var otherCursor = output.appendChild(elt(\"div\", \"\\u00a0\", \"CodeMirror-cursor CodeMirror-secondarycursor\"));\n otherCursor.style.display = \"\";\n otherCursor.style.left = pos.other.left + \"px\";\n otherCursor.style.top = pos.other.top + \"px\";\n otherCursor.style.height = (pos.other.bottom - pos.other.top) * .85 + \"px\";\n }\n }\n\n // Draws the given range as a highlighted selection\n function drawSelectionRange(cm, range, output) {\n var display = cm.display, doc = cm.doc;\n var fragment = document.createDocumentFragment();\n var padding = paddingH(cm.display), leftSide = padding.left, rightSide = display.lineSpace.offsetWidth - padding.right;\n\n function add(left, top, width, bottom) {\n if (top < 0) top = 0;\n top = Math.round(top);\n bottom = Math.round(bottom);\n fragment.appendChild(elt(\"div\", null, \"CodeMirror-selected\", \"position: absolute; left: \" + left +\n \"px; top: \" + top + \"px; width: \" + (width == null ? rightSide - left : width) +\n \"px; height: \" + (bottom - top) + \"px\"));\n }\n\n function drawForLine(line, fromArg, toArg) {\n var lineObj = getLine(doc, line);\n var lineLen = lineObj.text.length;\n var start, end;\n function coords(ch, bias) {\n return charCoords(cm, Pos(line, ch), \"div\", lineObj, bias);\n }\n\n iterateBidiSections(getOrder(lineObj), fromArg || 0, toArg == null ? lineLen : toArg, function(from, to, dir) {\n var leftPos = coords(from, \"left\"), rightPos, left, right;\n if (from == to) {\n rightPos = leftPos;\n left = right = leftPos.left;\n } else {\n rightPos = coords(to - 1, \"right\");\n if (dir == \"rtl\") { var tmp = leftPos; leftPos = rightPos; rightPos = tmp; }\n left = leftPos.left;\n right = rightPos.right;\n }\n if (fromArg == null && from == 0) left = leftSide;\n if (rightPos.top - leftPos.top > 3) { // Different lines, draw top part\n add(left, leftPos.top, null, leftPos.bottom);\n left = leftSide;\n if (leftPos.bottom < rightPos.top) add(left, leftPos.bottom, null, rightPos.top);\n }\n if (toArg == null && to == lineLen) right = rightSide;\n if (!start || leftPos.top < start.top || leftPos.top == start.top && leftPos.left < start.left)\n start = leftPos;\n if (!end || rightPos.bottom > end.bottom || rightPos.bottom == end.bottom && rightPos.right > end.right)\n end = rightPos;\n if (left < leftSide + 1) left = leftSide;\n add(left, rightPos.top, right - left, rightPos.bottom);\n });\n return {start: start, end: end};\n }\n\n var sFrom = range.from(), sTo = range.to();\n if (sFrom.line == sTo.line) {\n drawForLine(sFrom.line, sFrom.ch, sTo.ch);\n } else {\n var fromLine = getLine(doc, sFrom.line), toLine = getLine(doc, sTo.line);\n var singleVLine = visualLine(fromLine) == visualLine(toLine);\n var leftEnd = drawForLine(sFrom.line, sFrom.ch, singleVLine ? fromLine.text.length + 1 : null).end;\n var rightStart = drawForLine(sTo.line, singleVLine ? 0 : null, sTo.ch).start;\n if (singleVLine) {\n if (leftEnd.top < rightStart.top - 2) {\n add(leftEnd.right, leftEnd.top, null, leftEnd.bottom);\n add(leftSide, rightStart.top, rightStart.left, rightStart.bottom);\n } else {\n add(leftEnd.right, leftEnd.top, rightStart.left - leftEnd.right, leftEnd.bottom);\n }\n }\n if (leftEnd.bottom < rightStart.top)\n add(leftSide, leftEnd.bottom, null, rightStart.top);\n }\n\n output.appendChild(fragment);\n }\n\n // Cursor-blinking\n function restartBlink(cm) {\n if (!cm.state.focused) return;\n var display = cm.display;\n clearInterval(display.blinker);\n var on = true;\n display.cursorDiv.style.visibility = \"\";\n if (cm.options.cursorBlinkRate > 0)\n display.blinker = setInterval(function() {\n display.cursorDiv.style.visibility = (on = !on) ? \"\" : \"hidden\";\n }, cm.options.cursorBlinkRate);\n }\n\n // HIGHLIGHT WORKER\n\n function startWorker(cm, time) {\n if (cm.doc.mode.startState && cm.doc.frontier < cm.display.viewTo)\n cm.state.highlight.set(time, bind(highlightWorker, cm));\n }\n\n function highlightWorker(cm) {\n var doc = cm.doc;\n if (doc.frontier < doc.first) doc.frontier = doc.first;\n if (doc.frontier >= cm.display.viewTo) return;\n var end = +new Date + cm.options.workTime;\n var state = copyState(doc.mode, getStateBefore(cm, doc.frontier));\n\n runInOp(cm, function() {\n doc.iter(doc.frontier, Math.min(doc.first + doc.size, cm.display.viewTo + 500), function(line) {\n if (doc.frontier >= cm.display.viewFrom) { // Visible\n var oldStyles = line.styles;\n var highlighted = highlightLine(cm, line, state, true);\n line.styles = highlighted.styles;\n if (highlighted.classes) line.styleClasses = highlighted.classes;\n else if (line.styleClasses) line.styleClasses = null;\n var ischange = !oldStyles || oldStyles.length != line.styles.length;\n for (var i = 0; !ischange && i < oldStyles.length; ++i) ischange = oldStyles[i] != line.styles[i];\n if (ischange) regLineChange(cm, doc.frontier, \"text\");\n line.stateAfter = copyState(doc.mode, state);\n } else {\n processLine(cm, line.text, state);\n line.stateAfter = doc.frontier % 5 == 0 ? copyState(doc.mode, state) : null;\n }\n ++doc.frontier;\n if (+new Date > end) {\n startWorker(cm, cm.options.workDelay);\n return true;\n }\n });\n });\n }\n\n // Finds the line to start with when starting a parse. Tries to\n // find a line with a stateAfter, so that it can start with a\n // valid state. If that fails, it returns the line with the\n // smallest indentation, which tends to need the least context to\n // parse correctly.\n function findStartLine(cm, n, precise) {\n var minindent, minline, doc = cm.doc;\n var lim = precise ? -1 : n - (cm.doc.mode.innerMode ? 1000 : 100);\n for (var search = n; search > lim; --search) {\n if (search <= doc.first) return doc.first;\n var line = getLine(doc, search - 1);\n if (line.stateAfter && (!precise || search <= doc.frontier)) return search;\n var indented = countColumn(line.text, null, cm.options.tabSize);\n if (minline == null || minindent > indented) {\n minline = search - 1;\n minindent = indented;\n }\n }\n return minline;\n }\n\n function getStateBefore(cm, n, precise) {\n var doc = cm.doc, display = cm.display;\n if (!doc.mode.startState) return true;\n var pos = findStartLine(cm, n, precise), state = pos > doc.first && getLine(doc, pos-1).stateAfter;\n if (!state) state = startState(doc.mode);\n else state = copyState(doc.mode, state);\n doc.iter(pos, n, function(line) {\n processLine(cm, line.text, state);\n var save = pos == n - 1 || pos % 5 == 0 || pos >= display.viewFrom && pos < display.viewTo;\n line.stateAfter = save ? copyState(doc.mode, state) : null;\n ++pos;\n });\n if (precise) doc.frontier = pos;\n return state;\n }\n\n // POSITION MEASUREMENT\n\n function paddingTop(display) {return display.lineSpace.offsetTop;}\n function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;}\n function paddingH(display) {\n if (display.cachedPaddingH) return display.cachedPaddingH;\n var e = removeChildrenAndAdd(display.measure, elt(\"pre\", \"x\"));\n var style = window.getComputedStyle ? window.getComputedStyle(e) : e.currentStyle;\n var data = {left: parseInt(style.paddingLeft), right: parseInt(style.paddingRight)};\n if (!isNaN(data.left) && !isNaN(data.right)) display.cachedPaddingH = data;\n return data;\n }\n\n // Ensure the lineView.wrapping.heights array is populated. This is\n // an array of bottom offsets for the lines that make up a drawn\n // line. When lineWrapping is on, there might be more than one\n // height.\n function ensureLineHeights(cm, lineView, rect) {\n var wrapping = cm.options.lineWrapping;\n var curWidth = wrapping && cm.display.scroller.clientWidth;\n if (!lineView.measure.heights || wrapping && lineView.measure.width != curWidth) {\n var heights = lineView.measure.heights = [];\n if (wrapping) {\n lineView.measure.width = curWidth;\n var rects = lineView.text.firstChild.getClientRects();\n for (var i = 0; i < rects.length - 1; i++) {\n var cur = rects[i], next = rects[i + 1];\n if (Math.abs(cur.bottom - next.bottom) > 2)\n heights.push((cur.bottom + next.top) / 2 - rect.top);\n }\n }\n heights.push(rect.bottom - rect.top);\n }\n }\n\n // Find a line map (mapping character offsets to text nodes) and a\n // measurement cache for the given line number. (A line view might\n // contain multiple lines when collapsed ranges are present.)\n function mapFromLineView(lineView, line, lineN) {\n if (lineView.line == line)\n return {map: lineView.measure.map, cache: lineView.measure.cache};\n for (var i = 0; i < lineView.rest.length; i++)\n if (lineView.rest[i] == line)\n return {map: lineView.measure.maps[i], cache: lineView.measure.caches[i]};\n for (var i = 0; i < lineView.rest.length; i++)\n if (lineNo(lineView.rest[i]) > lineN)\n return {map: lineView.measure.maps[i], cache: lineView.measure.caches[i], before: true};\n }\n\n // Render a line into the hidden node display.externalMeasured. Used\n // when measurement is needed for a line that's not in the viewport.\n function updateExternalMeasurement(cm, line) {\n line = visualLine(line);\n var lineN = lineNo(line);\n var view = cm.display.externalMeasured = new LineView(cm.doc, line, lineN);\n view.lineN = lineN;\n var built = view.built = buildLineContent(cm, view);\n view.text = built.pre;\n removeChildrenAndAdd(cm.display.lineMeasure, built.pre);\n return view;\n }\n\n // Get a {top, bottom, left, right} box (in line-local coordinates)\n // for a given character.\n function measureChar(cm, line, ch, bias) {\n return measureCharPrepared(cm, prepareMeasureForLine(cm, line), ch, bias);\n }\n\n // Find a line view that corresponds to the given line number.\n function findViewForLine(cm, lineN) {\n if (lineN >= cm.display.viewFrom && lineN < cm.display.viewTo)\n return cm.display.view[findViewIndex(cm, lineN)];\n var ext = cm.display.externalMeasured;\n if (ext && lineN >= ext.lineN && lineN < ext.lineN + ext.size)\n return ext;\n }\n\n // Measurement can be split in two steps, the set-up work that\n // applies to the whole line, and the measurement of the actual\n // character. Functions like coordsChar, that need to do a lot of\n // measurements in a row, can thus ensure that the set-up work is\n // only done once.\n function prepareMeasureForLine(cm, line) {\n var lineN = lineNo(line);\n var view = findViewForLine(cm, lineN);\n if (view && !view.text)\n view = null;\n else if (view && view.changes)\n updateLineForChanges(cm, view, lineN, getDimensions(cm));\n if (!view)\n view = updateExternalMeasurement(cm, line);\n\n var info = mapFromLineView(view, line, lineN);\n return {\n line: line, view: view, rect: null,\n map: info.map, cache: info.cache, before: info.before,\n hasHeights: false\n };\n }\n\n // Given a prepared measurement object, measures the position of an\n // actual character (or fetches it from the cache).\n function measureCharPrepared(cm, prepared, ch, bias) {\n if (prepared.before) ch = -1;\n var key = ch + (bias || \"\"), found;\n if (prepared.cache.hasOwnProperty(key)) {\n found = prepared.cache[key];\n } else {\n if (!prepared.rect)\n prepared.rect = prepared.view.text.getBoundingClientRect();\n if (!prepared.hasHeights) {\n ensureLineHeights(cm, prepared.view, prepared.rect);\n prepared.hasHeights = true;\n }\n found = measureCharInner(cm, prepared, ch, bias);\n if (!found.bogus) prepared.cache[key] = found;\n }\n return {left: found.left, right: found.right, top: found.top, bottom: found.bottom};\n }\n\n var nullRect = {left: 0, right: 0, top: 0, bottom: 0};\n\n function measureCharInner(cm, prepared, ch, bias) {\n var map = prepared.map;\n\n var node, start, end, collapse;\n // First, search the line map for the text node corresponding to,\n // or closest to, the target character.\n for (var i = 0; i < map.length; i += 3) {\n var mStart = map[i], mEnd = map[i + 1];\n if (ch < mStart) {\n start = 0; end = 1;\n collapse = \"left\";\n } else if (ch < mEnd) {\n start = ch - mStart;\n end = start + 1;\n } else if (i == map.length - 3 || ch == mEnd && map[i + 3] > ch) {\n end = mEnd - mStart;\n start = end - 1;\n if (ch >= mEnd) collapse = \"right\";\n }\n if (start != null) {\n node = map[i + 2];\n if (mStart == mEnd && bias == (node.insertLeft ? \"left\" : \"right\"))\n collapse = bias;\n if (bias == \"left\" && start == 0)\n while (i && map[i - 2] == map[i - 3] && map[i - 1].insertLeft) {\n node = map[(i -= 3) + 2];\n collapse = \"left\";\n }\n if (bias == \"right\" && start == mEnd - mStart)\n while (i < map.length - 3 && map[i + 3] == map[i + 4] && !map[i + 5].insertLeft) {\n node = map[(i += 3) + 2];\n collapse = \"right\";\n }\n break;\n }\n }\n\n var rect;\n if (node.nodeType == 3) { // If it is a text node, use a range to retrieve the coordinates.\n while (start && isExtendingChar(prepared.line.text.charAt(mStart + start))) --start;\n while (mStart + end < mEnd && isExtendingChar(prepared.line.text.charAt(mStart + end))) ++end;\n if (ie_upto8 && start == 0 && end == mEnd - mStart) {\n rect = node.parentNode.getBoundingClientRect();\n } else if (ie && cm.options.lineWrapping) {\n var rects = range(node, start, end).getClientRects();\n if (rects.length)\n rect = rects[bias == \"right\" ? rects.length - 1 : 0];\n else\n rect = nullRect;\n } else {\n rect = range(node, start, end).getBoundingClientRect() || nullRect;\n }\n } else { // If it is a widget, simply get the box for the whole widget.\n if (start > 0) collapse = bias = \"right\";\n var rects;\n if (cm.options.lineWrapping && (rects = node.getClientRects()).length > 1)\n rect = rects[bias == \"right\" ? rects.length - 1 : 0];\n else\n rect = node.getBoundingClientRect();\n }\n if (ie_upto8 && !start && (!rect || !rect.left && !rect.right)) {\n var rSpan = node.parentNode.getClientRects()[0];\n if (rSpan)\n rect = {left: rSpan.left, right: rSpan.left + charWidth(cm.display), top: rSpan.top, bottom: rSpan.bottom};\n else\n rect = nullRect;\n }\n\n var top, bot = (rect.bottom + rect.top) / 2 - prepared.rect.top;\n var heights = prepared.view.measure.heights;\n for (var i = 0; i < heights.length - 1; i++)\n if (bot < heights[i]) break;\n top = i ? heights[i - 1] : 0; bot = heights[i];\n var result = {left: (collapse == \"right\" ? rect.right : rect.left) - prepared.rect.left,\n right: (collapse == \"left\" ? rect.left : rect.right) - prepared.rect.left,\n top: top, bottom: bot};\n if (!rect.left && !rect.right) result.bogus = true;\n return result;\n }\n\n function clearLineMeasurementCacheFor(lineView) {\n if (lineView.measure) {\n lineView.measure.cache = {};\n lineView.measure.heights = null;\n if (lineView.rest) for (var i = 0; i < lineView.rest.length; i++)\n lineView.measure.caches[i] = {};\n }\n }\n\n function clearLineMeasurementCache(cm) {\n cm.display.externalMeasure = null;\n removeChildren(cm.display.lineMeasure);\n for (var i = 0; i < cm.display.view.length; i++)\n clearLineMeasurementCacheFor(cm.display.view[i]);\n }\n\n function clearCaches(cm) {\n clearLineMeasurementCache(cm);\n cm.display.cachedCharWidth = cm.display.cachedTextHeight = cm.display.cachedPaddingH = null;\n if (!cm.options.lineWrapping) cm.display.maxLineChanged = true;\n cm.display.lineNumChars = null;\n }\n\n function pageScrollX() { return window.pageXOffset || (document.documentElement || document.body).scrollLeft; }\n function pageScrollY() { return window.pageYOffset || (document.documentElement || document.body).scrollTop; }\n\n // Converts a {top, bottom, left, right} box from line-local\n // coordinates into another coordinate system. Context may be one of\n // \"line\", \"div\" (display.lineDiv), \"local\"/null (editor), or \"page\".\n function intoCoordSystem(cm, lineObj, rect, context) {\n if (lineObj.widgets) for (var i = 0; i < lineObj.widgets.length; ++i) if (lineObj.widgets[i].above) {\n var size = widgetHeight(lineObj.widgets[i]);\n rect.top += size; rect.bottom += size;\n }\n if (context == \"line\") return rect;\n if (!context) context = \"local\";\n var yOff = heightAtLine(lineObj);\n if (context == \"local\") yOff += paddingTop(cm.display);\n else yOff -= cm.display.viewOffset;\n if (context == \"page\" || context == \"window\") {\n var lOff = cm.display.lineSpace.getBoundingClientRect();\n yOff += lOff.top + (context == \"window\" ? 0 : pageScrollY());\n var xOff = lOff.left + (context == \"window\" ? 0 : pageScrollX());\n rect.left += xOff; rect.right += xOff;\n }\n rect.top += yOff; rect.bottom += yOff;\n return rect;\n }\n\n // Coverts a box from \"div\" coords to another coordinate system.\n // Context may be \"window\", \"page\", \"div\", or \"local\"/null.\n function fromCoordSystem(cm, coords, context) {\n if (context == \"div\") return coords;\n var left = coords.left, top = coords.top;\n // First move into \"page\" coordinate system\n if (context == \"page\") {\n left -= pageScrollX();\n top -= pageScrollY();\n } else if (context == \"local\" || !context) {\n var localBox = cm.display.sizer.getBoundingClientRect();\n left += localBox.left;\n top += localBox.top;\n }\n\n var lineSpaceBox = cm.display.lineSpace.getBoundingClientRect();\n return {left: left - lineSpaceBox.left, top: top - lineSpaceBox.top};\n }\n\n function charCoords(cm, pos, context, lineObj, bias) {\n if (!lineObj) lineObj = getLine(cm.doc, pos.line);\n return intoCoordSystem(cm, lineObj, measureChar(cm, lineObj, pos.ch, bias), context);\n }\n\n // Returns a box for a given cursor position, which may have an\n // 'other' property containing the position of the secondary cursor\n // on a bidi boundary.\n function cursorCoords(cm, pos, context, lineObj, preparedMeasure) {\n lineObj = lineObj || getLine(cm.doc, pos.line);\n if (!preparedMeasure) preparedMeasure = prepareMeasureForLine(cm, lineObj);\n function get(ch, right) {\n var m = measureCharPrepared(cm, preparedMeasure, ch, right ? \"right\" : \"left\");\n if (right) m.left = m.right; else m.right = m.left;\n return intoCoordSystem(cm, lineObj, m, context);\n }\n function getBidi(ch, partPos) {\n var part = order[partPos], right = part.level % 2;\n if (ch == bidiLeft(part) && partPos && part.level < order[partPos - 1].level) {\n part = order[--partPos];\n ch = bidiRight(part) - (part.level % 2 ? 0 : 1);\n right = true;\n } else if (ch == bidiRight(part) && partPos < order.length - 1 && part.level < order[partPos + 1].level) {\n part = order[++partPos];\n ch = bidiLeft(part) - part.level % 2;\n right = false;\n }\n if (right && ch == part.to && ch > part.from) return get(ch - 1);\n return get(ch, right);\n }\n var order = getOrder(lineObj), ch = pos.ch;\n if (!order) return get(ch);\n var partPos = getBidiPartAt(order, ch);\n var val = getBidi(ch, partPos);\n if (bidiOther != null) val.other = getBidi(ch, bidiOther);\n return val;\n }\n\n // Used to cheaply estimate the coordinates for a position. Used for\n // intermediate scroll updates.\n function estimateCoords(cm, pos) {\n var left = 0, pos = clipPos(cm.doc, pos);\n if (!cm.options.lineWrapping) left = charWidth(cm.display) * pos.ch;\n var lineObj = getLine(cm.doc, pos.line);\n var top = heightAtLine(lineObj) + paddingTop(cm.display);\n return {left: left, right: left, top: top, bottom: top + lineObj.height};\n }\n\n // Positions returned by coordsChar contain some extra information.\n // xRel is the relative x position of the input coordinates compared\n // to the found position (so xRel > 0 means the coordinates are to\n // the right of the character position, for example). When outside\n // is true, that means the coordinates lie outside the line's\n // vertical range.\n function PosWithInfo(line, ch, outside, xRel) {\n var pos = Pos(line, ch);\n pos.xRel = xRel;\n if (outside) pos.outside = true;\n return pos;\n }\n\n // Compute the character position closest to the given coordinates.\n // Input must be lineSpace-local (\"div\" coordinate system).\n function coordsChar(cm, x, y) {\n var doc = cm.doc;\n y += cm.display.viewOffset;\n if (y < 0) return PosWithInfo(doc.first, 0, true, -1);\n var lineN = lineAtHeight(doc, y), last = doc.first + doc.size - 1;\n if (lineN > last)\n return PosWithInfo(doc.first + doc.size - 1, getLine(doc, last).text.length, true, 1);\n if (x < 0) x = 0;\n\n var lineObj = getLine(doc, lineN);\n for (;;) {\n var found = coordsCharInner(cm, lineObj, lineN, x, y);\n var merged = collapsedSpanAtEnd(lineObj);\n var mergedPos = merged && merged.find(0, true);\n if (merged && (found.ch > mergedPos.from.ch || found.ch == mergedPos.from.ch && found.xRel > 0))\n lineN = lineNo(lineObj = mergedPos.to.line);\n else\n return found;\n }\n }\n\n function coordsCharInner(cm, lineObj, lineNo, x, y) {\n var innerOff = y - heightAtLine(lineObj);\n var wrongLine = false, adjust = 2 * cm.display.wrapper.clientWidth;\n var preparedMeasure = prepareMeasureForLine(cm, lineObj);\n\n function getX(ch) {\n var sp = cursorCoords(cm, Pos(lineNo, ch), \"line\", lineObj, preparedMeasure);\n wrongLine = true;\n if (innerOff > sp.bottom) return sp.left - adjust;\n else if (innerOff < sp.top) return sp.left + adjust;\n else wrongLine = false;\n return sp.left;\n }\n\n var bidi = getOrder(lineObj), dist = lineObj.text.length;\n var from = lineLeft(lineObj), to = lineRight(lineObj);\n var fromX = getX(from), fromOutside = wrongLine, toX = getX(to), toOutside = wrongLine;\n\n if (x > toX) return PosWithInfo(lineNo, to, toOutside, 1);\n // Do a binary search between these bounds.\n for (;;) {\n if (bidi ? to == from || to == moveVisually(lineObj, from, 1) : to - from <= 1) {\n var ch = x < fromX || x - fromX <= toX - x ? from : to;\n var xDiff = x - (ch == from ? fromX : toX);\n while (isExtendingChar(lineObj.text.charAt(ch))) ++ch;\n var pos = PosWithInfo(lineNo, ch, ch == from ? fromOutside : toOutside,\n xDiff < -1 ? -1 : xDiff > 1 ? 1 : 0);\n return pos;\n }\n var step = Math.ceil(dist / 2), middle = from + step;\n if (bidi) {\n middle = from;\n for (var i = 0; i < step; ++i) middle = moveVisually(lineObj, middle, 1);\n }\n var middleX = getX(middle);\n if (middleX > x) {to = middle; toX = middleX; if (toOutside = wrongLine) toX += 1000; dist = step;}\n else {from = middle; fromX = middleX; fromOutside = wrongLine; dist -= step;}\n }\n }\n\n var measureText;\n // Compute the default text height.\n function textHeight(display) {\n if (display.cachedTextHeight != null) return display.cachedTextHeight;\n if (measureText == null) {\n measureText = elt(\"pre\");\n // Measure a bunch of lines, for browsers that compute\n // fractional heights.\n for (var i = 0; i < 49; ++i) {\n measureText.appendChild(document.createTextNode(\"x\"));\n measureText.appendChild(elt(\"br\"));\n }\n measureText.appendChild(document.createTextNode(\"x\"));\n }\n removeChildrenAndAdd(display.measure, measureText);\n var height = measureText.offsetHeight / 50;\n if (height > 3) display.cachedTextHeight = height;\n removeChildren(display.measure);\n return height || 1;\n }\n\n // Compute the default character width.\n function charWidth(display) {\n if (display.cachedCharWidth != null) return display.cachedCharWidth;\n var anchor = elt(\"span\", \"xxxxxxxxxx\");\n var pre = elt(\"pre\", [anchor]);\n removeChildrenAndAdd(display.measure, pre);\n var rect = anchor.getBoundingClientRect(), width = (rect.right - rect.left) / 10;\n if (width > 2) display.cachedCharWidth = width;\n return width || 10;\n }\n\n // OPERATIONS\n\n // Operations are used to wrap a series of changes to the editor\n // state in such a way that each change won't have to update the\n // cursor and display (which would be awkward, slow, and\n // error-prone). Instead, display updates are batched and then all\n // combined and executed at once.\n\n var nextOpId = 0;\n // Start a new operation.\n function startOperation(cm) {\n cm.curOp = {\n viewChanged: false, // Flag that indicates that lines might need to be redrawn\n startHeight: cm.doc.height, // Used to detect need to update scrollbar\n forceUpdate: false, // Used to force a redraw\n updateInput: null, // Whether to reset the input textarea\n typing: false, // Whether this reset should be careful to leave existing text (for compositing)\n changeObjs: null, // Accumulated changes, for firing change events\n cursorActivityHandlers: null, // Set of handlers to fire cursorActivity on\n selectionChanged: false, // Whether the selection needs to be redrawn\n updateMaxLine: false, // Set when the widest line needs to be determined anew\n scrollLeft: null, scrollTop: null, // Intermediate scroll position, not pushed to DOM yet\n scrollToPos: null, // Used to scroll to a specific position\n id: ++nextOpId // Unique ID\n };\n if (!delayedCallbackDepth++) delayedCallbacks = [];\n }\n\n // Finish an operation, updating the display and signalling delayed events\n function endOperation(cm) {\n var op = cm.curOp, doc = cm.doc, display = cm.display;\n cm.curOp = null;\n\n if (op.updateMaxLine) findMaxLine(cm);\n\n // If it looks like an update might be needed, call updateDisplay\n if (op.viewChanged || op.forceUpdate || op.scrollTop != null ||\n op.scrollToPos && (op.scrollToPos.from.line < display.viewFrom ||\n op.scrollToPos.to.line >= display.viewTo) ||\n display.maxLineChanged && cm.options.lineWrapping) {\n var updated = updateDisplay(cm, {top: op.scrollTop, ensure: op.scrollToPos}, op.forceUpdate);\n if (cm.display.scroller.offsetHeight) cm.doc.scrollTop = cm.display.scroller.scrollTop;\n }\n // If no update was run, but the selection changed, redraw that.\n if (!updated && op.selectionChanged) updateSelection(cm);\n if (!updated && op.startHeight != cm.doc.height) updateScrollbars(cm);\n\n // Propagate the scroll position to the actual DOM scroller\n if (op.scrollTop != null && display.scroller.scrollTop != op.scrollTop) {\n var top = Math.max(0, Math.min(display.scroller.scrollHeight - display.scroller.clientHeight, op.scrollTop));\n display.scroller.scrollTop = display.scrollbarV.scrollTop = doc.scrollTop = top;\n }\n if (op.scrollLeft != null && display.scroller.scrollLeft != op.scrollLeft) {\n var left = Math.max(0, Math.min(display.scroller.scrollWidth - display.scroller.clientWidth, op.scrollLeft));\n display.scroller.scrollLeft = display.scrollbarH.scrollLeft = doc.scrollLeft = left;\n alignHorizontally(cm);\n }\n // If we need to scroll a specific position into view, do so.\n if (op.scrollToPos) {\n var coords = scrollPosIntoView(cm, clipPos(cm.doc, op.scrollToPos.from),\n clipPos(cm.doc, op.scrollToPos.to), op.scrollToPos.margin);\n if (op.scrollToPos.isCursor && cm.state.focused) maybeScrollWindow(cm, coords);\n }\n\n if (op.selectionChanged) restartBlink(cm);\n\n if (cm.state.focused && op.updateInput)\n resetInput(cm, op.typing);\n\n // Fire events for markers that are hidden/unidden by editing or\n // undoing\n var hidden = op.maybeHiddenMarkers, unhidden = op.maybeUnhiddenMarkers;\n if (hidden) for (var i = 0; i < hidden.length; ++i)\n if (!hidden[i].lines.length) signal(hidden[i], \"hide\");\n if (unhidden) for (var i = 0; i < unhidden.length; ++i)\n if (unhidden[i].lines.length) signal(unhidden[i], \"unhide\");\n\n var delayed;\n if (!--delayedCallbackDepth) {\n delayed = delayedCallbacks;\n delayedCallbacks = null;\n }\n // Fire change events, and delayed event handlers\n if (op.changeObjs)\n signal(cm, \"changes\", cm, op.changeObjs);\n if (delayed) for (var i = 0; i < delayed.length; ++i) delayed[i]();\n if (op.cursorActivityHandlers)\n for (var i = 0; i < op.cursorActivityHandlers.length; i++)\n op.cursorActivityHandlers[i](cm);\n }\n\n // Run the given function in an operation\n function runInOp(cm, f) {\n if (cm.curOp) return f();\n startOperation(cm);\n try { return f(); }\n finally { endOperation(cm); }\n }\n // Wraps a function in an operation. Returns the wrapped function.\n function operation(cm, f) {\n return function() {\n if (cm.curOp) return f.apply(cm, arguments);\n startOperation(cm);\n try { return f.apply(cm, arguments); }\n finally { endOperation(cm); }\n };\n }\n // Used to add methods to editor and doc instances, wrapping them in\n // operations.\n function methodOp(f) {\n return function() {\n if (this.curOp) return f.apply(this, arguments);\n startOperation(this);\n try { return f.apply(this, arguments); }\n finally { endOperation(this); }\n };\n }\n function docMethodOp(f) {\n return function() {\n var cm = this.cm;\n if (!cm || cm.curOp) return f.apply(this, arguments);\n startOperation(cm);\n try { return f.apply(this, arguments); }\n finally { endOperation(cm); }\n };\n }\n\n // VIEW TRACKING\n\n // These objects are used to represent the visible (currently drawn)\n // part of the document. A LineView may correspond to multiple\n // logical lines, if those are connected by collapsed ranges.\n function LineView(doc, line, lineN) {\n // The starting line\n this.line = line;\n // Continuing lines, if any\n this.rest = visualLineContinued(line);\n // Number of logical lines in this visual line\n this.size = this.rest ? lineNo(lst(this.rest)) - lineN + 1 : 1;\n this.node = this.text = null;\n this.hidden = lineIsHidden(doc, line);\n }\n\n // Create a range of LineView objects for the given lines.\n function buildViewArray(cm, from, to) {\n var array = [], nextPos;\n for (var pos = from; pos < to; pos = nextPos) {\n var view = new LineView(cm.doc, getLine(cm.doc, pos), pos);\n nextPos = pos + view.size;\n array.push(view);\n }\n return array;\n }\n\n // Updates the display.view data structure for a given change to the\n // document. From and to are in pre-change coordinates. Lendiff is\n // the amount of lines added or subtracted by the change. This is\n // used for changes that span multiple lines, or change the way\n // lines are divided into visual lines. regLineChange (below)\n // registers single-line changes.\n function regChange(cm, from, to, lendiff) {\n if (from == null) from = cm.doc.first;\n if (to == null) to = cm.doc.first + cm.doc.size;\n if (!lendiff) lendiff = 0;\n\n var display = cm.display;\n if (lendiff && to < display.viewTo &&\n (display.updateLineNumbers == null || display.updateLineNumbers > from))\n display.updateLineNumbers = from;\n\n cm.curOp.viewChanged = true;\n\n if (from >= display.viewTo) { // Change after\n if (sawCollapsedSpans && visualLineNo(cm.doc, from) < display.viewTo)\n resetView(cm);\n } else if (to <= display.viewFrom) { // Change before\n if (sawCollapsedSpans && visualLineEndNo(cm.doc, to + lendiff) > display.viewFrom) {\n resetView(cm);\n } else {\n display.viewFrom += lendiff;\n display.viewTo += lendiff;\n }\n } else if (from <= display.viewFrom && to >= display.viewTo) { // Full overlap\n resetView(cm);\n } else if (from <= display.viewFrom) { // Top overlap\n var cut = viewCuttingPoint(cm, to, to + lendiff, 1);\n if (cut) {\n display.view = display.view.slice(cut.index);\n display.viewFrom = cut.lineN;\n display.viewTo += lendiff;\n } else {\n resetView(cm);\n }\n } else if (to >= display.viewTo) { // Bottom overlap\n var cut = viewCuttingPoint(cm, from, from, -1);\n if (cut) {\n display.view = display.view.slice(0, cut.index);\n display.viewTo = cut.lineN;\n } else {\n resetView(cm);\n }\n } else { // Gap in the middle\n var cutTop = viewCuttingPoint(cm, from, from, -1);\n var cutBot = viewCuttingPoint(cm, to, to + lendiff, 1);\n if (cutTop && cutBot) {\n display.view = display.view.slice(0, cutTop.index)\n .concat(buildViewArray(cm, cutTop.lineN, cutBot.lineN))\n .concat(display.view.slice(cutBot.index));\n display.viewTo += lendiff;\n } else {\n resetView(cm);\n }\n }\n\n var ext = display.externalMeasured;\n if (ext) {\n if (to < ext.lineN)\n ext.lineN += lendiff;\n else if (from < ext.lineN + ext.size)\n display.externalMeasured = null;\n }\n }\n\n // Register a change to a single line. Type must be one of \"text\",\n // \"gutter\", \"class\", \"widget\"\n function regLineChange(cm, line, type) {\n cm.curOp.viewChanged = true;\n var display = cm.display, ext = cm.display.externalMeasured;\n if (ext && line >= ext.lineN && line < ext.lineN + ext.size)\n display.externalMeasured = null;\n\n if (line < display.viewFrom || line >= display.viewTo) return;\n var lineView = display.view[findViewIndex(cm, line)];\n if (lineView.node == null) return;\n var arr = lineView.changes || (lineView.changes = []);\n if (indexOf(arr, type) == -1) arr.push(type);\n }\n\n // Clear the view.\n function resetView(cm) {\n cm.display.viewFrom = cm.display.viewTo = cm.doc.first;\n cm.display.view = [];\n cm.display.viewOffset = 0;\n }\n\n // Find the view element corresponding to a given line. Return null\n // when the line isn't visible.\n function findViewIndex(cm, n) {\n if (n >= cm.display.viewTo) return null;\n n -= cm.display.viewFrom;\n if (n < 0) return null;\n var view = cm.display.view;\n for (var i = 0; i < view.length; i++) {\n n -= view[i].size;\n if (n < 0) return i;\n }\n }\n\n function viewCuttingPoint(cm, oldN, newN, dir) {\n var index = findViewIndex(cm, oldN), diff, view = cm.display.view;\n if (!sawCollapsedSpans || newN == cm.doc.first + cm.doc.size)\n return {index: index, lineN: newN};\n for (var i = 0, n = cm.display.viewFrom; i < index; i++)\n n += view[i].size;\n if (n != oldN) {\n if (dir > 0) {\n if (index == view.length - 1) return null;\n diff = (n + view[index].size) - oldN;\n index++;\n } else {\n diff = n - oldN;\n }\n oldN += diff; newN += diff;\n }\n while (visualLineNo(cm.doc, newN) != newN) {\n if (index == (dir < 0 ? 0 : view.length - 1)) return null;\n newN += dir * view[index - (dir < 0 ? 1 : 0)].size;\n index += dir;\n }\n return {index: index, lineN: newN};\n }\n\n // Force the view to cover a given range, adding empty view element\n // or clipping off existing ones as needed.\n function adjustView(cm, from, to) {\n var display = cm.display, view = display.view;\n if (view.length == 0 || from >= display.viewTo || to <= display.viewFrom) {\n display.view = buildViewArray(cm, from, to);\n display.viewFrom = from;\n } else {\n if (display.viewFrom > from)\n display.view = buildViewArray(cm, from, display.viewFrom).concat(display.view);\n else if (display.viewFrom < from)\n display.view = display.view.slice(findViewIndex(cm, from));\n display.viewFrom = from;\n if (display.viewTo < to)\n display.view = display.view.concat(buildViewArray(cm, display.viewTo, to));\n else if (display.viewTo > to)\n display.view = display.view.slice(0, findViewIndex(cm, to));\n }\n display.viewTo = to;\n }\n\n // Count the number of lines in the view whose DOM representation is\n // out of date (or nonexistent).\n function countDirtyView(cm) {\n var view = cm.display.view, dirty = 0;\n for (var i = 0; i < view.length; i++) {\n var lineView = view[i];\n if (!lineView.hidden && (!lineView.node || lineView.changes)) ++dirty;\n }\n return dirty;\n }\n\n // INPUT HANDLING\n\n // Poll for input changes, using the normal rate of polling. This\n // runs as long as the editor is focused.\n function slowPoll(cm) {\n if (cm.display.pollingFast) return;\n cm.display.poll.set(cm.options.pollInterval, function() {\n readInput(cm);\n if (cm.state.focused) slowPoll(cm);\n });\n }\n\n // When an event has just come in that is likely to add or change\n // something in the input textarea, we poll faster, to ensure that\n // the change appears on the screen quickly.\n function fastPoll(cm) {\n var missed = false;\n cm.display.pollingFast = true;\n function p() {\n var changed = readInput(cm);\n if (!changed && !missed) {missed = true; cm.display.poll.set(60, p);}\n else {cm.display.pollingFast = false; slowPoll(cm);}\n }\n cm.display.poll.set(20, p);\n }\n\n // Read input from the textarea, and update the document to match.\n // When something is selected, it is present in the textarea, and\n // selected (unless it is huge, in which case a placeholder is\n // used). When nothing is selected, the cursor sits after previously\n // seen text (can be empty), which is stored in prevInput (we must\n // not reset the textarea when typing, because that breaks IME).\n function readInput(cm) {\n var input = cm.display.input, prevInput = cm.display.prevInput, doc = cm.doc;\n // Since this is called a *lot*, try to bail out as cheaply as\n // possible when it is clear that nothing happened. hasSelection\n // will be the case when there is a lot of text in the textarea,\n // in which case reading its value would be expensive.\n if (!cm.state.focused || (hasSelection(input) && !prevInput) || isReadOnly(cm) || cm.options.disableInput)\n return false;\n // See paste handler for more on the fakedLastChar kludge\n if (cm.state.pasteIncoming && cm.state.fakedLastChar) {\n input.value = input.value.substring(0, input.value.length - 1);\n cm.state.fakedLastChar = false;\n }\n var text = input.value;\n // If nothing changed, bail.\n if (text == prevInput && !cm.somethingSelected()) return false;\n // Work around nonsensical selection resetting in IE9/10\n if (ie && !ie_upto8 && cm.display.inputHasSelection === text) {\n resetInput(cm);\n return false;\n }\n\n var withOp = !cm.curOp;\n if (withOp) startOperation(cm);\n cm.display.shift = false;\n\n if (text.charCodeAt(0) == 0x200b && doc.sel == cm.display.selForContextMenu && !prevInput)\n prevInput = \"\\u200b\";\n // Find the part of the input that is actually new\n var same = 0, l = Math.min(prevInput.length, text.length);\n while (same < l && prevInput.charCodeAt(same) == text.charCodeAt(same)) ++same;\n var inserted = text.slice(same), textLines = splitLines(inserted);\n\n // When pasing N lines into N selections, insert one line per selection\n var multiPaste = cm.state.pasteIncoming && textLines.length > 1 && doc.sel.ranges.length == textLines.length;\n\n // Normal behavior is to insert the new text into every selection\n for (var i = doc.sel.ranges.length - 1; i >= 0; i--) {\n var range = doc.sel.ranges[i];\n var from = range.from(), to = range.to();\n // Handle deletion\n if (same < prevInput.length)\n from = Pos(from.line, from.ch - (prevInput.length - same));\n // Handle overwrite\n else if (cm.state.overwrite && range.empty() && !cm.state.pasteIncoming)\n to = Pos(to.line, Math.min(getLine(doc, to.line).text.length, to.ch + lst(textLines).length));\n var updateInput = cm.curOp.updateInput;\n var changeEvent = {from: from, to: to, text: multiPaste ? [textLines[i]] : textLines,\n origin: cm.state.pasteIncoming ? \"paste\" : cm.state.cutIncoming ? \"cut\" : \"+input\"};\n makeChange(cm.doc, changeEvent);\n signalLater(cm, \"inputRead\", cm, changeEvent);\n // When an 'electric' character is inserted, immediately trigger a reindent\n if (inserted && !cm.state.pasteIncoming && cm.options.electricChars &&\n cm.options.smartIndent && range.head.ch < 100 &&\n (!i || doc.sel.ranges[i - 1].head.line != range.head.line)) {\n var mode = cm.getModeAt(range.head);\n if (mode.electricChars) {\n for (var j = 0; j < mode.electricChars.length; j++)\n if (inserted.indexOf(mode.electricChars.charAt(j)) > -1) {\n indentLine(cm, range.head.line, \"smart\");\n break;\n }\n } else if (mode.electricInput) {\n var end = changeEnd(changeEvent);\n if (mode.electricInput.test(getLine(doc, end.line).text.slice(0, end.ch)))\n indentLine(cm, range.head.line, \"smart\");\n }\n }\n }\n ensureCursorVisible(cm);\n cm.curOp.updateInput = updateInput;\n cm.curOp.typing = true;\n\n // Don't leave long text in the textarea, since it makes further polling slow\n if (text.length > 1000 || text.indexOf(\"\\n\") > -1) input.value = cm.display.prevInput = \"\";\n else cm.display.prevInput = text;\n if (withOp) endOperation(cm);\n cm.state.pasteIncoming = cm.state.cutIncoming = false;\n return true;\n }\n\n // Reset the input to correspond to the selection (or to be empty,\n // when not typing and nothing is selected)\n function resetInput(cm, typing) {\n var minimal, selected, doc = cm.doc;\n if (cm.somethingSelected()) {\n cm.display.prevInput = \"\";\n var range = doc.sel.primary();\n minimal = hasCopyEvent &&\n (range.to().line - range.from().line > 100 || (selected = cm.getSelection()).length > 1000);\n var content = minimal ? \"-\" : selected || cm.getSelection();\n cm.display.input.value = content;\n if (cm.state.focused) selectInput(cm.display.input);\n if (ie && !ie_upto8) cm.display.inputHasSelection = content;\n } else if (!typing) {\n cm.display.prevInput = cm.display.input.value = \"\";\n if (ie && !ie_upto8) cm.display.inputHasSelection = null;\n }\n cm.display.inaccurateSelection = minimal;\n }\n\n function focusInput(cm) {\n if (cm.options.readOnly != \"nocursor\" && (!mobile || activeElt() != cm.display.input))\n cm.display.input.focus();\n }\n\n function ensureFocus(cm) {\n if (!cm.state.focused) { focusInput(cm); onFocus(cm); }\n }\n\n function isReadOnly(cm) {\n return cm.options.readOnly || cm.doc.cantEdit;\n }\n\n // EVENT HANDLERS\n\n // Attach the necessary event handlers when initializing the editor\n function registerEventHandlers(cm) {\n var d = cm.display;\n on(d.scroller, \"mousedown\", operation(cm, onMouseDown));\n // Older IE's will not fire a second mousedown for a double click\n if (ie_upto10)\n on(d.scroller, \"dblclick\", operation(cm, function(e) {\n if (signalDOMEvent(cm, e)) return;\n var pos = posFromMouse(cm, e);\n if (!pos || clickInGutter(cm, e) || eventInWidget(cm.display, e)) return;\n e_preventDefault(e);\n var word = findWordAt(cm, pos);\n extendSelection(cm.doc, word.anchor, word.head);\n }));\n else\n on(d.scroller, \"dblclick\", function(e) { signalDOMEvent(cm, e) || e_preventDefault(e); });\n // Prevent normal selection in the editor (we handle our own)\n on(d.lineSpace, \"selectstart\", function(e) {\n if (!eventInWidget(d, e)) e_preventDefault(e);\n });\n // Some browsers fire contextmenu *after* opening the menu, at\n // which point we can't mess with it anymore. Context menu is\n // handled in onMouseDown for these browsers.\n if (!captureRightClick) on(d.scroller, \"contextmenu\", function(e) {onContextMenu(cm, e);});\n\n // Sync scrolling between fake scrollbars and real scrollable\n // area, ensure viewport is updated when scrolling.\n on(d.scroller, \"scroll\", function() {\n if (d.scroller.clientHeight) {\n setScrollTop(cm, d.scroller.scrollTop);\n setScrollLeft(cm, d.scroller.scrollLeft, true);\n signal(cm, \"scroll\", cm);\n }\n });\n on(d.scrollbarV, \"scroll\", function() {\n if (d.scroller.clientHeight) setScrollTop(cm, d.scrollbarV.scrollTop);\n });\n on(d.scrollbarH, \"scroll\", function() {\n if (d.scroller.clientHeight) setScrollLeft(cm, d.scrollbarH.scrollLeft);\n });\n\n // Listen to wheel events in order to try and update the viewport on time.\n on(d.scroller, \"mousewheel\", function(e){onScrollWheel(cm, e);});\n on(d.scroller, \"DOMMouseScroll\", function(e){onScrollWheel(cm, e);});\n\n // Prevent clicks in the scrollbars from killing focus\n function reFocus() { if (cm.state.focused) setTimeout(bind(focusInput, cm), 0); }\n on(d.scrollbarH, \"mousedown\", reFocus);\n on(d.scrollbarV, \"mousedown\", reFocus);\n // Prevent wrapper from ever scrolling\n on(d.wrapper, \"scroll\", function() { d.wrapper.scrollTop = d.wrapper.scrollLeft = 0; });\n\n on(d.input, \"keyup\", operation(cm, onKeyUp));\n on(d.input, \"input\", function() {\n if (ie && !ie_upto8 && cm.display.inputHasSelection) cm.display.inputHasSelection = null;\n fastPoll(cm);\n });\n on(d.input, \"keydown\", operation(cm, onKeyDown));\n on(d.input, \"keypress\", operation(cm, onKeyPress));\n on(d.input, \"focus\", bind(onFocus, cm));\n on(d.input, \"blur\", bind(onBlur, cm));\n\n function drag_(e) {\n if (!signalDOMEvent(cm, e)) e_stop(e);\n }\n if (cm.options.dragDrop) {\n on(d.scroller, \"dragstart\", function(e){onDragStart(cm, e);});\n on(d.scroller, \"dragenter\", drag_);\n on(d.scroller, \"dragover\", drag_);\n on(d.scroller, \"drop\", operation(cm, onDrop));\n }\n on(d.scroller, \"paste\", function(e) {\n if (eventInWidget(d, e)) return;\n cm.state.pasteIncoming = true;\n focusInput(cm);\n fastPoll(cm);\n });\n on(d.input, \"paste\", function() {\n // Workaround for webkit bug https://bugs.webkit.org/show_bug.cgi?id=90206\n // Add a char to the end of textarea before paste occur so that\n // selection doesn't span to the end of textarea.\n if (webkit && !cm.state.fakedLastChar && !(new Date - cm.state.lastMiddleDown < 200)) {\n var start = d.input.selectionStart, end = d.input.selectionEnd;\n d.input.value += \"$\";\n d.input.selectionStart = start;\n d.input.selectionEnd = end;\n cm.state.fakedLastChar = true;\n }\n cm.state.pasteIncoming = true;\n fastPoll(cm);\n });\n\n function prepareCopyCut(e) {\n if (cm.somethingSelected()) {\n if (d.inaccurateSelection) {\n d.prevInput = \"\";\n d.inaccurateSelection = false;\n d.input.value = cm.getSelection();\n selectInput(d.input);\n }\n } else {\n var text = \"\", ranges = [];\n for (var i = 0; i < cm.doc.sel.ranges.length; i++) {\n var line = cm.doc.sel.ranges[i].head.line;\n var lineRange = {anchor: Pos(line, 0), head: Pos(line + 1, 0)};\n ranges.push(lineRange);\n text += cm.getRange(lineRange.anchor, lineRange.head);\n }\n if (e.type == \"cut\") {\n cm.setSelections(ranges, null, sel_dontScroll);\n } else {\n d.prevInput = \"\";\n d.input.value = text;\n selectInput(d.input);\n }\n }\n if (e.type == \"cut\") cm.state.cutIncoming = true;\n }\n on(d.input, \"cut\", prepareCopyCut);\n on(d.input, \"copy\", prepareCopyCut);\n\n // Needed to handle Tab key in KHTML\n if (khtml) on(d.sizer, \"mouseup\", function() {\n if (activeElt() == d.input) d.input.blur();\n focusInput(cm);\n });\n }\n\n // Called when the window resizes\n function onResize(cm) {\n // Might be a text scaling operation, clear size caches.\n var d = cm.display;\n d.cachedCharWidth = d.cachedTextHeight = d.cachedPaddingH = null;\n cm.setSize();\n }\n\n // MOUSE EVENTS\n\n // Return true when the given mouse event happened in a widget\n function eventInWidget(display, e) {\n for (var n = e_target(e); n != display.wrapper; n = n.parentNode) {\n if (!n || n.ignoreEvents || n.parentNode == display.sizer && n != display.mover) return true;\n }\n }\n\n // Given a mouse event, find the corresponding position. If liberal\n // is false, it checks whether a gutter or scrollbar was clicked,\n // and returns null if it was. forRect is used by rectangular\n // selections, and tries to estimate a character position even for\n // coordinates beyond the right of the text.\n function posFromMouse(cm, e, liberal, forRect) {\n var display = cm.display;\n if (!liberal) {\n var target = e_target(e);\n if (target == display.scrollbarH || target == display.scrollbarV ||\n target == display.scrollbarFiller || target == display.gutterFiller) return null;\n }\n var x, y, space = display.lineSpace.getBoundingClientRect();\n // Fails unpredictably on IE[67] when mouse is dragged around quickly.\n try { x = e.clientX - space.left; y = e.clientY - space.top; }\n catch (e) { return null; }\n var coords = coordsChar(cm, x, y), line;\n if (forRect && coords.xRel == 1 && (line = getLine(cm.doc, coords.line).text).length == coords.ch) {\n var colDiff = countColumn(line, line.length, cm.options.tabSize) - line.length;\n coords = Pos(coords.line, Math.max(0, Math.round((x - paddingH(cm.display).left) / charWidth(cm.display)) - colDiff));\n }\n return coords;\n }\n\n // A mouse down can be a single click, double click, triple click,\n // start of selection drag, start of text drag, new cursor\n // (ctrl-click), rectangle drag (alt-drag), or xwin\n // middle-click-paste. Or it might be a click on something we should\n // not interfere with, such as a scrollbar or widget.\n function onMouseDown(e) {\n if (signalDOMEvent(this, e)) return;\n var cm = this, display = cm.display;\n display.shift = e.shiftKey;\n\n if (eventInWidget(display, e)) {\n if (!webkit) {\n // Briefly turn off draggability, to allow widgets to do\n // normal dragging things.\n display.scroller.draggable = false;\n setTimeout(function(){display.scroller.draggable = true;}, 100);\n }\n return;\n }\n if (clickInGutter(cm, e)) return;\n var start = posFromMouse(cm, e);\n window.focus();\n\n switch (e_button(e)) {\n case 1:\n if (start)\n leftButtonDown(cm, e, start);\n else if (e_target(e) == display.scroller)\n e_preventDefault(e);\n break;\n case 2:\n if (webkit) cm.state.lastMiddleDown = +new Date;\n if (start) extendSelection(cm.doc, start);\n setTimeout(bind(focusInput, cm), 20);\n e_preventDefault(e);\n break;\n case 3:\n if (captureRightClick) onContextMenu(cm, e);\n break;\n }\n }\n\n var lastClick, lastDoubleClick;\n function leftButtonDown(cm, e, start) {\n setTimeout(bind(ensureFocus, cm), 0);\n\n var now = +new Date, type;\n if (lastDoubleClick && lastDoubleClick.time > now - 400 && cmp(lastDoubleClick.pos, start) == 0) {\n type = \"triple\";\n } else if (lastClick && lastClick.time > now - 400 && cmp(lastClick.pos, start) == 0) {\n type = \"double\";\n lastDoubleClick = {time: now, pos: start};\n } else {\n type = \"single\";\n lastClick = {time: now, pos: start};\n }\n\n var sel = cm.doc.sel, addNew = mac ? e.metaKey : e.ctrlKey;\n if (cm.options.dragDrop && dragAndDrop && !addNew && !isReadOnly(cm) &&\n type == \"single\" && sel.contains(start) > -1 && sel.somethingSelected())\n leftButtonStartDrag(cm, e, start);\n else\n leftButtonSelect(cm, e, start, type, addNew);\n }\n\n // Start a text drag. When it ends, see if any dragging actually\n // happen, and treat as a click if it didn't.\n function leftButtonStartDrag(cm, e, start) {\n var display = cm.display;\n var dragEnd = operation(cm, function(e2) {\n if (webkit) display.scroller.draggable = false;\n cm.state.draggingText = false;\n off(document, \"mouseup\", dragEnd);\n off(display.scroller, \"drop\", dragEnd);\n if (Math.abs(e.clientX - e2.clientX) + Math.abs(e.clientY - e2.clientY) < 10) {\n e_preventDefault(e2);\n extendSelection(cm.doc, start);\n focusInput(cm);\n // Work around unexplainable focus problem in IE9 (#2127)\n if (ie_upto10 && !ie_upto8)\n setTimeout(function() {document.body.focus(); focusInput(cm);}, 20);\n }\n });\n // Let the drag handler handle this.\n if (webkit) display.scroller.draggable = true;\n cm.state.draggingText = dragEnd;\n // IE's approach to draggable\n if (display.scroller.dragDrop) display.scroller.dragDrop();\n on(document, \"mouseup\", dragEnd);\n on(display.scroller, \"drop\", dragEnd);\n }\n\n // Normal selection, as opposed to text dragging.\n function leftButtonSelect(cm, e, start, type, addNew) {\n var display = cm.display, doc = cm.doc;\n e_preventDefault(e);\n\n var ourRange, ourIndex, startSel = doc.sel;\n if (addNew && !e.shiftKey) {\n ourIndex = doc.sel.contains(start);\n if (ourIndex > -1)\n ourRange = doc.sel.ranges[ourIndex];\n else\n ourRange = new Range(start, start);\n } else {\n ourRange = doc.sel.primary();\n }\n\n if (e.altKey) {\n type = \"rect\";\n if (!addNew) ourRange = new Range(start, start);\n start = posFromMouse(cm, e, true, true);\n ourIndex = -1;\n } else if (type == \"double\") {\n var word = findWordAt(cm, start);\n if (cm.display.shift || doc.extend)\n ourRange = extendRange(doc, ourRange, word.anchor, word.head);\n else\n ourRange = word;\n } else if (type == \"triple\") {\n var line = new Range(Pos(start.line, 0), clipPos(doc, Pos(start.line + 1, 0)));\n if (cm.display.shift || doc.extend)\n ourRange = extendRange(doc, ourRange, line.anchor, line.head);\n else\n ourRange = line;\n } else {\n ourRange = extendRange(doc, ourRange, start);\n }\n\n if (!addNew) {\n ourIndex = 0;\n setSelection(doc, new Selection([ourRange], 0), sel_mouse);\n startSel = doc.sel;\n } else if (ourIndex > -1) {\n replaceOneSelection(doc, ourIndex, ourRange, sel_mouse);\n } else {\n ourIndex = doc.sel.ranges.length;\n setSelection(doc, normalizeSelection(doc.sel.ranges.concat([ourRange]), ourIndex),\n {scroll: false, origin: \"*mouse\"});\n }\n\n var lastPos = start;\n function extendTo(pos) {\n if (cmp(lastPos, pos) == 0) return;\n lastPos = pos;\n\n if (type == \"rect\") {\n var ranges = [], tabSize = cm.options.tabSize;\n var startCol = countColumn(getLine(doc, start.line).text, start.ch, tabSize);\n var posCol = countColumn(getLine(doc, pos.line).text, pos.ch, tabSize);\n var left = Math.min(startCol, posCol), right = Math.max(startCol, posCol);\n for (var line = Math.min(start.line, pos.line), end = Math.min(cm.lastLine(), Math.max(start.line, pos.line));\n line <= end; line++) {\n var text = getLine(doc, line).text, leftPos = findColumn(text, left, tabSize);\n if (left == right)\n ranges.push(new Range(Pos(line, leftPos), Pos(line, leftPos)));\n else if (text.length > leftPos)\n ranges.push(new Range(Pos(line, leftPos), Pos(line, findColumn(text, right, tabSize))));\n }\n if (!ranges.length) ranges.push(new Range(start, start));\n setSelection(doc, normalizeSelection(startSel.ranges.slice(0, ourIndex).concat(ranges), ourIndex),\n {origin: \"*mouse\", scroll: false});\n cm.scrollIntoView(pos);\n } else {\n var oldRange = ourRange;\n var anchor = oldRange.anchor, head = pos;\n if (type != \"single\") {\n if (type == \"double\")\n var range = findWordAt(cm, pos);\n else\n var range = new Range(Pos(pos.line, 0), clipPos(doc, Pos(pos.line + 1, 0)));\n if (cmp(range.anchor, anchor) > 0) {\n head = range.head;\n anchor = minPos(oldRange.from(), range.anchor);\n } else {\n head = range.anchor;\n anchor = maxPos(oldRange.to(), range.head);\n }\n }\n var ranges = startSel.ranges.slice(0);\n ranges[ourIndex] = new Range(clipPos(doc, anchor), head);\n setSelection(doc, normalizeSelection(ranges, ourIndex), sel_mouse);\n }\n }\n\n var editorSize = display.wrapper.getBoundingClientRect();\n // Used to ensure timeout re-tries don't fire when another extend\n // happened in the meantime (clearTimeout isn't reliable -- at\n // least on Chrome, the timeouts still happen even when cleared,\n // if the clear happens after their scheduled firing time).\n var counter = 0;\n\n function extend(e) {\n var curCount = ++counter;\n var cur = posFromMouse(cm, e, true, type == \"rect\");\n if (!cur) return;\n if (cmp(cur, lastPos) != 0) {\n ensureFocus(cm);\n extendTo(cur);\n var visible = visibleLines(display, doc);\n if (cur.line >= visible.to || cur.line < visible.from)\n setTimeout(operation(cm, function(){if (counter == curCount) extend(e);}), 150);\n } else {\n var outside = e.clientY < editorSize.top ? -20 : e.clientY > editorSize.bottom ? 20 : 0;\n if (outside) setTimeout(operation(cm, function() {\n if (counter != curCount) return;\n display.scroller.scrollTop += outside;\n extend(e);\n }), 50);\n }\n }\n\n function done(e) {\n counter = Infinity;\n e_preventDefault(e);\n focusInput(cm);\n off(document, \"mousemove\", move);\n off(document, \"mouseup\", up);\n doc.history.lastSelOrigin = null;\n }\n\n var move = operation(cm, function(e) {\n if ((ie && !ie_upto9) ? !e.buttons : !e_button(e)) done(e);\n else extend(e);\n });\n var up = operation(cm, done);\n on(document, \"mousemove\", move);\n on(document, \"mouseup\", up);\n }\n\n // Determines whether an event happened in the gutter, and fires the\n // handlers for the corresponding event.\n function gutterEvent(cm, e, type, prevent, signalfn) {\n try { var mX = e.clientX, mY = e.clientY; }\n catch(e) { return false; }\n if (mX >= Math.floor(cm.display.gutters.getBoundingClientRect().right)) return false;\n if (prevent) e_preventDefault(e);\n\n var display = cm.display;\n var lineBox = display.lineDiv.getBoundingClientRect();\n\n if (mY > lineBox.bottom || !hasHandler(cm, type)) return e_defaultPrevented(e);\n mY -= lineBox.top - display.viewOffset;\n\n for (var i = 0; i < cm.options.gutters.length; ++i) {\n var g = display.gutters.childNodes[i];\n if (g && g.getBoundingClientRect().right >= mX) {\n var line = lineAtHeight(cm.doc, mY);\n var gutter = cm.options.gutters[i];\n signalfn(cm, type, cm, line, gutter, e);\n return e_defaultPrevented(e);\n }\n }\n }\n\n function clickInGutter(cm, e) {\n return gutterEvent(cm, e, \"gutterClick\", true, signalLater);\n }\n\n // Kludge to work around strange IE behavior where it'll sometimes\n // re-fire a series of drag-related events right after the drop (#1551)\n var lastDrop = 0;\n\n function onDrop(e) {\n var cm = this;\n if (signalDOMEvent(cm, e) || eventInWidget(cm.display, e))\n return;\n e_preventDefault(e);\n if (ie) lastDrop = +new Date;\n var pos = posFromMouse(cm, e, true), files = e.dataTransfer.files;\n if (!pos || isReadOnly(cm)) return;\n // Might be a file drop, in which case we simply extract the text\n // and insert it.\n if (files && files.length && window.FileReader && window.File) {\n var n = files.length, text = Array(n), read = 0;\n var loadFile = function(file, i) {\n var reader = new FileReader;\n reader.onload = operation(cm, function() {\n text[i] = reader.result;\n if (++read == n) {\n pos = clipPos(cm.doc, pos);\n var change = {from: pos, to: pos, text: splitLines(text.join(\"\\n\")), origin: \"paste\"};\n makeChange(cm.doc, change);\n setSelectionReplaceHistory(cm.doc, simpleSelection(pos, changeEnd(change)));\n }\n });\n reader.readAsText(file);\n };\n for (var i = 0; i < n; ++i) loadFile(files[i], i);\n } else { // Normal drop\n // Don't do a replace if the drop happened inside of the selected text.\n if (cm.state.draggingText && cm.doc.sel.contains(pos) > -1) {\n cm.state.draggingText(e);\n // Ensure the editor is re-focused\n setTimeout(bind(focusInput, cm), 20);\n return;\n }\n try {\n var text = e.dataTransfer.getData(\"Text\");\n if (text) {\n var selected = cm.state.draggingText && cm.listSelections();\n setSelectionNoUndo(cm.doc, simpleSelection(pos, pos));\n if (selected) for (var i = 0; i < selected.length; ++i)\n replaceRange(cm.doc, \"\", selected[i].anchor, selected[i].head, \"drag\");\n cm.replaceSelection(text, \"around\", \"paste\");\n focusInput(cm);\n }\n }\n catch(e){}\n }\n }\n\n function onDragStart(cm, e) {\n if (ie && (!cm.state.draggingText || +new Date - lastDrop < 100)) { e_stop(e); return; }\n if (signalDOMEvent(cm, e) || eventInWidget(cm.display, e)) return;\n\n e.dataTransfer.setData(\"Text\", cm.getSelection());\n\n // Use dummy image instead of default browsers image.\n // Recent Safari (~6.0.2) have a tendency to segfault when this happens, so we don't do it there.\n if (e.dataTransfer.setDragImage && !safari) {\n var img = elt(\"img\", null, null, \"position: fixed; left: 0; top: 0;\");\n img.src = \"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\";\n if (presto) {\n img.width = img.height = 1;\n cm.display.wrapper.appendChild(img);\n // Force a relayout, or Opera won't use our image for some obscure reason\n img._top = img.offsetTop;\n }\n e.dataTransfer.setDragImage(img, 0, 0);\n if (presto) img.parentNode.removeChild(img);\n }\n }\n\n // SCROLL EVENTS\n\n // Sync the scrollable area and scrollbars, ensure the viewport\n // covers the visible area.\n function setScrollTop(cm, val) {\n if (Math.abs(cm.doc.scrollTop - val) < 2) return;\n cm.doc.scrollTop = val;\n if (!gecko) updateDisplay(cm, {top: val});\n if (cm.display.scroller.scrollTop != val) cm.display.scroller.scrollTop = val;\n if (cm.display.scrollbarV.scrollTop != val) cm.display.scrollbarV.scrollTop = val;\n if (gecko) updateDisplay(cm);\n startWorker(cm, 100);\n }\n // Sync scroller and scrollbar, ensure the gutter elements are\n // aligned.\n function setScrollLeft(cm, val, isScroller) {\n if (isScroller ? val == cm.doc.scrollLeft : Math.abs(cm.doc.scrollLeft - val) < 2) return;\n val = Math.min(val, cm.display.scroller.scrollWidth - cm.display.scroller.clientWidth);\n cm.doc.scrollLeft = val;\n alignHorizontally(cm);\n if (cm.display.scroller.scrollLeft != val) cm.display.scroller.scrollLeft = val;\n if (cm.display.scrollbarH.scrollLeft != val) cm.display.scrollbarH.scrollLeft = val;\n }\n\n // Since the delta values reported on mouse wheel events are\n // unstandardized between browsers and even browser versions, and\n // generally horribly unpredictable, this code starts by measuring\n // the scroll effect that the first few mouse wheel events have,\n // and, from that, detects the way it can convert deltas to pixel\n // offsets afterwards.\n //\n // The reason we want to know the amount a wheel event will scroll\n // is that it gives us a chance to update the display before the\n // actual scrolling happens, reducing flickering.\n\n var wheelSamples = 0, wheelPixelsPerUnit = null;\n // Fill in a browser-detected starting value on browsers where we\n // know one. These don't have to be accurate -- the result of them\n // being wrong would just be a slight flicker on the first wheel\n // scroll (if it is large enough).\n if (ie) wheelPixelsPerUnit = -.53;\n else if (gecko) wheelPixelsPerUnit = 15;\n else if (chrome) wheelPixelsPerUnit = -.7;\n else if (safari) wheelPixelsPerUnit = -1/3;\n\n function onScrollWheel(cm, e) {\n var dx = e.wheelDeltaX, dy = e.wheelDeltaY;\n if (dx == null && e.detail && e.axis == e.HORIZONTAL_AXIS) dx = e.detail;\n if (dy == null && e.detail && e.axis == e.VERTICAL_AXIS) dy = e.detail;\n else if (dy == null) dy = e.wheelDelta;\n\n var display = cm.display, scroll = display.scroller;\n // Quit if there's nothing to scroll here\n if (!(dx && scroll.scrollWidth > scroll.clientWidth ||\n dy && scroll.scrollHeight > scroll.clientHeight)) return;\n\n // Webkit browsers on OS X abort momentum scrolls when the target\n // of the scroll event is removed from the scrollable element.\n // This hack (see related code in patchDisplay) makes sure the\n // element is kept around.\n if (dy && mac && webkit) {\n outer: for (var cur = e.target, view = display.view; cur != scroll; cur = cur.parentNode) {\n for (var i = 0; i < view.length; i++) {\n if (view[i].node == cur) {\n cm.display.currentWheelTarget = cur;\n break outer;\n }\n }\n }\n }\n\n // On some browsers, horizontal scrolling will cause redraws to\n // happen before the gutter has been realigned, causing it to\n // wriggle around in a most unseemly way. When we have an\n // estimated pixels/delta value, we just handle horizontal\n // scrolling entirely here. It'll be slightly off from native, but\n // better than glitching out.\n if (dx && !gecko && !presto && wheelPixelsPerUnit != null) {\n if (dy)\n setScrollTop(cm, Math.max(0, Math.min(scroll.scrollTop + dy * wheelPixelsPerUnit, scroll.scrollHeight - scroll.clientHeight)));\n setScrollLeft(cm, Math.max(0, Math.min(scroll.scrollLeft + dx * wheelPixelsPerUnit, scroll.scrollWidth - scroll.clientWidth)));\n e_preventDefault(e);\n display.wheelStartX = null; // Abort measurement, if in progress\n return;\n }\n\n // 'Project' the visible viewport to cover the area that is being\n // scrolled into view (if we know enough to estimate it).\n if (dy && wheelPixelsPerUnit != null) {\n var pixels = dy * wheelPixelsPerUnit;\n var top = cm.doc.scrollTop, bot = top + display.wrapper.clientHeight;\n if (pixels < 0) top = Math.max(0, top + pixels - 50);\n else bot = Math.min(cm.doc.height, bot + pixels + 50);\n updateDisplay(cm, {top: top, bottom: bot});\n }\n\n if (wheelSamples < 20) {\n if (display.wheelStartX == null) {\n display.wheelStartX = scroll.scrollLeft; display.wheelStartY = scroll.scrollTop;\n display.wheelDX = dx; display.wheelDY = dy;\n setTimeout(function() {\n if (display.wheelStartX == null) return;\n var movedX = scroll.scrollLeft - display.wheelStartX;\n var movedY = scroll.scrollTop - display.wheelStartY;\n var sample = (movedY && display.wheelDY && movedY / display.wheelDY) ||\n (movedX && display.wheelDX && movedX / display.wheelDX);\n display.wheelStartX = display.wheelStartY = null;\n if (!sample) return;\n wheelPixelsPerUnit = (wheelPixelsPerUnit * wheelSamples + sample) / (wheelSamples + 1);\n ++wheelSamples;\n }, 200);\n } else {\n display.wheelDX += dx; display.wheelDY += dy;\n }\n }\n }\n\n // KEY EVENTS\n\n // Run a handler that was bound to a key.\n function doHandleBinding(cm, bound, dropShift) {\n if (typeof bound == \"string\") {\n bound = commands[bound];\n if (!bound) return false;\n }\n // Ensure previous input has been read, so that the handler sees a\n // consistent view of the document\n if (cm.display.pollingFast && readInput(cm)) cm.display.pollingFast = false;\n var prevShift = cm.display.shift, done = false;\n try {\n if (isReadOnly(cm)) cm.state.suppressEdits = true;\n if (dropShift) cm.display.shift = false;\n done = bound(cm) != Pass;\n } finally {\n cm.display.shift = prevShift;\n cm.state.suppressEdits = false;\n }\n return done;\n }\n\n // Collect the currently active keymaps.\n function allKeyMaps(cm) {\n var maps = cm.state.keyMaps.slice(0);\n if (cm.options.extraKeys) maps.push(cm.options.extraKeys);\n maps.push(cm.options.keyMap);\n return maps;\n }\n\n var maybeTransition;\n // Handle a key from the keydown event.\n function handleKeyBinding(cm, e) {\n // Handle automatic keymap transitions\n var startMap = getKeyMap(cm.options.keyMap), next = startMap.auto;\n clearTimeout(maybeTransition);\n if (next && !isModifierKey(e)) maybeTransition = setTimeout(function() {\n if (getKeyMap(cm.options.keyMap) == startMap) {\n cm.options.keyMap = (next.call ? next.call(null, cm) : next);\n keyMapChanged(cm);\n }\n }, 50);\n\n var name = keyName(e, true), handled = false;\n if (!name) return false;\n var keymaps = allKeyMaps(cm);\n\n if (e.shiftKey) {\n // First try to resolve full name (including 'Shift-'). Failing\n // that, see if there is a cursor-motion command (starting with\n // 'go') bound to the keyname without 'Shift-'.\n handled = lookupKey(\"Shift-\" + name, keymaps, function(b) {return doHandleBinding(cm, b, true);})\n || lookupKey(name, keymaps, function(b) {\n if (typeof b == \"string\" ? /^go[A-Z]/.test(b) : b.motion)\n return doHandleBinding(cm, b);\n });\n } else {\n handled = lookupKey(name, keymaps, function(b) { return doHandleBinding(cm, b); });\n }\n\n if (handled) {\n e_preventDefault(e);\n restartBlink(cm);\n signalLater(cm, \"keyHandled\", cm, name, e);\n }\n return handled;\n }\n\n // Handle a key from the keypress event\n function handleCharBinding(cm, e, ch) {\n var handled = lookupKey(\"'\" + ch + \"'\", allKeyMaps(cm),\n function(b) { return doHandleBinding(cm, b, true); });\n if (handled) {\n e_preventDefault(e);\n restartBlink(cm);\n signalLater(cm, \"keyHandled\", cm, \"'\" + ch + \"'\", e);\n }\n return handled;\n }\n\n var lastStoppedKey = null;\n function onKeyDown(e) {\n var cm = this;\n ensureFocus(cm);\n if (signalDOMEvent(cm, e)) return;\n // IE does strange things with escape.\n if (ie_upto10 && e.keyCode == 27) e.returnValue = false;\n var code = e.keyCode;\n cm.display.shift = code == 16 || e.shiftKey;\n var handled = handleKeyBinding(cm, e);\n if (presto) {\n lastStoppedKey = handled ? code : null;\n // Opera has no cut event... we try to at least catch the key combo\n if (!handled && code == 88 && !hasCopyEvent && (mac ? e.metaKey : e.ctrlKey))\n cm.replaceSelection(\"\", null, \"cut\");\n }\n\n // Turn mouse into crosshair when Alt is held on Mac.\n if (code == 18 && !/\\bCodeMirror-crosshair\\b/.test(cm.display.lineDiv.className))\n showCrossHair(cm);\n }\n\n function showCrossHair(cm) {\n var lineDiv = cm.display.lineDiv;\n addClass(lineDiv, \"CodeMirror-crosshair\");\n\n function up(e) {\n if (e.keyCode == 18 || !e.altKey) {\n rmClass(lineDiv, \"CodeMirror-crosshair\");\n off(document, \"keyup\", up);\n off(document, \"mouseover\", up);\n }\n }\n on(document, \"keyup\", up);\n on(document, \"mouseover\", up);\n }\n\n function onKeyUp(e) {\n if (signalDOMEvent(this, e)) return;\n if (e.keyCode == 16) this.doc.sel.shift = false;\n }\n\n function onKeyPress(e) {\n var cm = this;\n if (signalDOMEvent(cm, e)) return;\n var keyCode = e.keyCode, charCode = e.charCode;\n if (presto && keyCode == lastStoppedKey) {lastStoppedKey = null; e_preventDefault(e); return;}\n if (((presto && (!e.which || e.which < 10)) || khtml) && handleKeyBinding(cm, e)) return;\n var ch = String.fromCharCode(charCode == null ? keyCode : charCode);\n if (handleCharBinding(cm, e, ch)) return;\n if (ie && !ie_upto8) cm.display.inputHasSelection = null;\n fastPoll(cm);\n }\n\n // FOCUS/BLUR EVENTS\n\n function onFocus(cm) {\n if (cm.options.readOnly == \"nocursor\") return;\n if (!cm.state.focused) {\n signal(cm, \"focus\", cm);\n cm.state.focused = true;\n addClass(cm.display.wrapper, \"CodeMirror-focused\");\n // The prevInput test prevents this from firing when a context\n // menu is closed (since the resetInput would kill the\n // select-all detection hack)\n if (!cm.curOp && cm.display.selForContextMenu != cm.doc.sel) {\n resetInput(cm);\n if (webkit) setTimeout(bind(resetInput, cm, true), 0); // Issue #1730\n }\n }\n slowPoll(cm);\n restartBlink(cm);\n }\n function onBlur(cm) {\n if (cm.state.focused) {\n signal(cm, \"blur\", cm);\n cm.state.focused = false;\n rmClass(cm.display.wrapper, \"CodeMirror-focused\");\n }\n clearInterval(cm.display.blinker);\n setTimeout(function() {if (!cm.state.focused) cm.display.shift = false;}, 150);\n }\n\n // CONTEXT MENU HANDLING\n\n // To make the context menu work, we need to briefly unhide the\n // textarea (making it as unobtrusive as possible) to let the\n // right-click take effect on it.\n function onContextMenu(cm, e) {\n if (signalDOMEvent(cm, e, \"contextmenu\")) return;\n var display = cm.display;\n if (eventInWidget(display, e) || contextMenuInGutter(cm, e)) return;\n\n var pos = posFromMouse(cm, e), scrollPos = display.scroller.scrollTop;\n if (!pos || presto) return; // Opera is difficult.\n\n // Reset the current text selection only if the click is done outside of the selection\n // and 'resetSelectionOnContextMenu' option is true.\n var reset = cm.options.resetSelectionOnContextMenu;\n if (reset && cm.doc.sel.contains(pos) == -1)\n operation(cm, setSelection)(cm.doc, simpleSelection(pos), sel_dontScroll);\n\n var oldCSS = display.input.style.cssText;\n display.inputDiv.style.position = \"absolute\";\n display.input.style.cssText = \"position: fixed; width: 30px; height: 30px; top: \" + (e.clientY - 5) +\n \"px; left: \" + (e.clientX - 5) + \"px; z-index: 1000; background: \" +\n (ie ? \"rgba(255, 255, 255, .05)\" : \"transparent\") +\n \"; outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);\";\n focusInput(cm);\n resetInput(cm);\n // Adds \"Select all\" to context menu in FF\n if (!cm.somethingSelected()) display.input.value = display.prevInput = \" \";\n display.selForContextMenu = cm.doc.sel;\n clearTimeout(display.detectingSelectAll);\n\n // Select-all will be greyed out if there's nothing to select, so\n // this adds a zero-width space so that we can later check whether\n // it got selected.\n function prepareSelectAllHack() {\n if (display.input.selectionStart != null) {\n var selected = cm.somethingSelected();\n var extval = display.input.value = \"\\u200b\" + (selected ? display.input.value : \"\");\n display.prevInput = selected ? \"\" : \"\\u200b\";\n display.input.selectionStart = 1; display.input.selectionEnd = extval.length;\n }\n }\n function rehide() {\n display.inputDiv.style.position = \"relative\";\n display.input.style.cssText = oldCSS;\n if (ie_upto8) display.scrollbarV.scrollTop = display.scroller.scrollTop = scrollPos;\n slowPoll(cm);\n\n // Try to detect the user choosing select-all\n if (display.input.selectionStart != null) {\n if (!ie || ie_upto8) prepareSelectAllHack();\n var i = 0, poll = function() {\n if (display.selForContextMenu == cm.doc.sel && display.input.selectionStart == 0)\n operation(cm, commands.selectAll)(cm);\n else if (i++ < 10) display.detectingSelectAll = setTimeout(poll, 500);\n else resetInput(cm);\n };\n display.detectingSelectAll = setTimeout(poll, 200);\n }\n }\n\n if (ie && !ie_upto8) prepareSelectAllHack();\n if (captureRightClick) {\n e_stop(e);\n var mouseup = function() {\n off(window, \"mouseup\", mouseup);\n setTimeout(rehide, 20);\n };\n on(window, \"mouseup\", mouseup);\n } else {\n setTimeout(rehide, 50);\n }\n }\n\n function contextMenuInGutter(cm, e) {\n if (!hasHandler(cm, \"gutterContextMenu\")) return false;\n return gutterEvent(cm, e, \"gutterContextMenu\", false, signal);\n }\n\n // UPDATING\n\n // Compute the position of the end of a change (its 'to' property\n // refers to the pre-change end).\n var changeEnd = CodeMirror.changeEnd = function(change) {\n if (!change.text) return change.to;\n return Pos(change.from.line + change.text.length - 1,\n lst(change.text).length + (change.text.length == 1 ? change.from.ch : 0));\n };\n\n // Adjust a position to refer to the post-change position of the\n // same text, or the end of the change if the change covers it.\n function adjustForChange(pos, change) {\n if (cmp(pos, change.from) < 0) return pos;\n if (cmp(pos, change.to) <= 0) return changeEnd(change);\n\n var line = pos.line + change.text.length - (change.to.line - change.from.line) - 1, ch = pos.ch;\n if (pos.line == change.to.line) ch += changeEnd(change).ch - change.to.ch;\n return Pos(line, ch);\n }\n\n function computeSelAfterChange(doc, change) {\n var out = [];\n for (var i = 0; i < doc.sel.ranges.length; i++) {\n var range = doc.sel.ranges[i];\n out.push(new Range(adjustForChange(range.anchor, change),\n adjustForChange(range.head, change)));\n }\n return normalizeSelection(out, doc.sel.primIndex);\n }\n\n function offsetPos(pos, old, nw) {\n if (pos.line == old.line)\n return Pos(nw.line, pos.ch - old.ch + nw.ch);\n else\n return Pos(nw.line + (pos.line - old.line), pos.ch);\n }\n\n // Used by replaceSelections to allow moving the selection to the\n // start or around the replaced test. Hint may be \"start\" or \"around\".\n function computeReplacedSel(doc, changes, hint) {\n var out = [];\n var oldPrev = Pos(doc.first, 0), newPrev = oldPrev;\n for (var i = 0; i < changes.length; i++) {\n var change = changes[i];\n var from = offsetPos(change.from, oldPrev, newPrev);\n var to = offsetPos(changeEnd(change), oldPrev, newPrev);\n oldPrev = change.to;\n newPrev = to;\n if (hint == \"around\") {\n var range = doc.sel.ranges[i], inv = cmp(range.head, range.anchor) < 0;\n out[i] = new Range(inv ? to : from, inv ? from : to);\n } else {\n out[i] = new Range(from, from);\n }\n }\n return new Selection(out, doc.sel.primIndex);\n }\n\n // Allow \"beforeChange\" event handlers to influence a change\n function filterChange(doc, change, update) {\n var obj = {\n canceled: false,\n from: change.from,\n to: change.to,\n text: change.text,\n origin: change.origin,\n cancel: function() { this.canceled = true; }\n };\n if (update) obj.update = function(from, to, text, origin) {\n if (from) this.from = clipPos(doc, from);\n if (to) this.to = clipPos(doc, to);\n if (text) this.text = text;\n if (origin !== undefined) this.origin = origin;\n };\n signal(doc, \"beforeChange\", doc, obj);\n if (doc.cm) signal(doc.cm, \"beforeChange\", doc.cm, obj);\n\n if (obj.canceled) return null;\n return {from: obj.from, to: obj.to, text: obj.text, origin: obj.origin};\n }\n\n // Apply a change to a document, and add it to the document's\n // history, and propagating it to all linked documents.\n function makeChange(doc, change, ignoreReadOnly) {\n if (doc.cm) {\n if (!doc.cm.curOp) return operation(doc.cm, makeChange)(doc, change, ignoreReadOnly);\n if (doc.cm.state.suppressEdits) return;\n }\n\n if (hasHandler(doc, \"beforeChange\") || doc.cm && hasHandler(doc.cm, \"beforeChange\")) {\n change = filterChange(doc, change, true);\n if (!change) return;\n }\n\n // Possibly split or suppress the update based on the presence\n // of read-only spans in its range.\n var split = sawReadOnlySpans && !ignoreReadOnly && removeReadOnlyRanges(doc, change.from, change.to);\n if (split) {\n for (var i = split.length - 1; i >= 0; --i)\n makeChangeInner(doc, {from: split[i].from, to: split[i].to, text: i ? [\"\"] : change.text});\n } else {\n makeChangeInner(doc, change);\n }\n }\n\n function makeChangeInner(doc, change) {\n if (change.text.length == 1 && change.text[0] == \"\" && cmp(change.from, change.to) == 0) return;\n var selAfter = computeSelAfterChange(doc, change);\n addChangeToHistory(doc, change, selAfter, doc.cm ? doc.cm.curOp.id : NaN);\n\n makeChangeSingleDoc(doc, change, selAfter, stretchSpansOverChange(doc, change));\n var rebased = [];\n\n linkedDocs(doc, function(doc, sharedHist) {\n if (!sharedHist && indexOf(rebased, doc.history) == -1) {\n rebaseHist(doc.history, change);\n rebased.push(doc.history);\n }\n makeChangeSingleDoc(doc, change, null, stretchSpansOverChange(doc, change));\n });\n }\n\n // Revert a change stored in a document's history.\n function makeChangeFromHistory(doc, type, allowSelectionOnly) {\n if (doc.cm && doc.cm.state.suppressEdits) return;\n\n var hist = doc.history, event, selAfter = doc.sel;\n var source = type == \"undo\" ? hist.done : hist.undone, dest = type == \"undo\" ? hist.undone : hist.done;\n\n // Verify that there is a useable event (so that ctrl-z won't\n // needlessly clear selection events)\n for (var i = 0; i < source.length; i++) {\n event = source[i];\n if (allowSelectionOnly ? event.ranges && !event.equals(doc.sel) : !event.ranges)\n break;\n }\n if (i == source.length) return;\n hist.lastOrigin = hist.lastSelOrigin = null;\n\n for (;;) {\n event = source.pop();\n if (event.ranges) {\n pushSelectionToHistory(event, dest);\n if (allowSelectionOnly && !event.equals(doc.sel)) {\n setSelection(doc, event, {clearRedo: false});\n return;\n }\n selAfter = event;\n }\n else break;\n }\n\n // Build up a reverse change object to add to the opposite history\n // stack (redo when undoing, and vice versa).\n var antiChanges = [];\n pushSelectionToHistory(selAfter, dest);\n dest.push({changes: antiChanges, generation: hist.generation});\n hist.generation = event.generation || ++hist.maxGeneration;\n\n var filter = hasHandler(doc, \"beforeChange\") || doc.cm && hasHandler(doc.cm, \"beforeChange\");\n\n for (var i = event.changes.length - 1; i >= 0; --i) {\n var change = event.changes[i];\n change.origin = type;\n if (filter && !filterChange(doc, change, false)) {\n source.length = 0;\n return;\n }\n\n antiChanges.push(historyChangeFromChange(doc, change));\n\n var after = i ? computeSelAfterChange(doc, change, null) : lst(source);\n makeChangeSingleDoc(doc, change, after, mergeOldSpans(doc, change));\n if (!i && doc.cm) doc.cm.scrollIntoView(change);\n var rebased = [];\n\n // Propagate to the linked documents\n linkedDocs(doc, function(doc, sharedHist) {\n if (!sharedHist && indexOf(rebased, doc.history) == -1) {\n rebaseHist(doc.history, change);\n rebased.push(doc.history);\n }\n makeChangeSingleDoc(doc, change, null, mergeOldSpans(doc, change));\n });\n }\n }\n\n // Sub-views need their line numbers shifted when text is added\n // above or below them in the parent document.\n function shiftDoc(doc, distance) {\n if (distance == 0) return;\n doc.first += distance;\n doc.sel = new Selection(map(doc.sel.ranges, function(range) {\n return new Range(Pos(range.anchor.line + distance, range.anchor.ch),\n Pos(range.head.line + distance, range.head.ch));\n }), doc.sel.primIndex);\n if (doc.cm) {\n regChange(doc.cm, doc.first, doc.first - distance, distance);\n for (var d = doc.cm.display, l = d.viewFrom; l < d.viewTo; l++)\n regLineChange(doc.cm, l, \"gutter\");\n }\n }\n\n // More lower-level change function, handling only a single document\n // (not linked ones).\n function makeChangeSingleDoc(doc, change, selAfter, spans) {\n if (doc.cm && !doc.cm.curOp)\n return operation(doc.cm, makeChangeSingleDoc)(doc, change, selAfter, spans);\n\n if (change.to.line < doc.first) {\n shiftDoc(doc, change.text.length - 1 - (change.to.line - change.from.line));\n return;\n }\n if (change.from.line > doc.lastLine()) return;\n\n // Clip the change to the size of this doc\n if (change.from.line < doc.first) {\n var shift = change.text.length - 1 - (doc.first - change.from.line);\n shiftDoc(doc, shift);\n change = {from: Pos(doc.first, 0), to: Pos(change.to.line + shift, change.to.ch),\n text: [lst(change.text)], origin: change.origin};\n }\n var last = doc.lastLine();\n if (change.to.line > last) {\n change = {from: change.from, to: Pos(last, getLine(doc, last).text.length),\n text: [change.text[0]], origin: change.origin};\n }\n\n change.removed = getBetween(doc, change.from, change.to);\n\n if (!selAfter) selAfter = computeSelAfterChange(doc, change, null);\n if (doc.cm) makeChangeSingleDocInEditor(doc.cm, change, spans);\n else updateDoc(doc, change, spans);\n setSelectionNoUndo(doc, selAfter, sel_dontScroll);\n }\n\n // Handle the interaction of a change to a document with the editor\n // that this document is part of.\n function makeChangeSingleDocInEditor(cm, change, spans) {\n var doc = cm.doc, display = cm.display, from = change.from, to = change.to;\n\n var recomputeMaxLength = false, checkWidthStart = from.line;\n if (!cm.options.lineWrapping) {\n checkWidthStart = lineNo(visualLine(getLine(doc, from.line)));\n doc.iter(checkWidthStart, to.line + 1, function(line) {\n if (line == display.maxLine) {\n recomputeMaxLength = true;\n return true;\n }\n });\n }\n\n if (doc.sel.contains(change.from, change.to) > -1)\n signalCursorActivity(cm);\n\n updateDoc(doc, change, spans, estimateHeight(cm));\n\n if (!cm.options.lineWrapping) {\n doc.iter(checkWidthStart, from.line + change.text.length, function(line) {\n var len = lineLength(line);\n if (len > display.maxLineLength) {\n display.maxLine = line;\n display.maxLineLength = len;\n display.maxLineChanged = true;\n recomputeMaxLength = false;\n }\n });\n if (recomputeMaxLength) cm.curOp.updateMaxLine = true;\n }\n\n // Adjust frontier, schedule worker\n doc.frontier = Math.min(doc.frontier, from.line);\n startWorker(cm, 400);\n\n var lendiff = change.text.length - (to.line - from.line) - 1;\n // Remember that these lines changed, for updating the display\n if (from.line == to.line && change.text.length == 1 && !isWholeLineUpdate(cm.doc, change))\n regLineChange(cm, from.line, \"text\");\n else\n regChange(cm, from.line, to.line + 1, lendiff);\n\n var changesHandler = hasHandler(cm, \"changes\"), changeHandler = hasHandler(cm, \"change\");\n if (changeHandler || changesHandler) {\n var obj = {\n from: from, to: to,\n text: change.text,\n removed: change.removed,\n origin: change.origin\n };\n if (changeHandler) signalLater(cm, \"change\", cm, obj);\n if (changesHandler) (cm.curOp.changeObjs || (cm.curOp.changeObjs = [])).push(obj);\n }\n cm.display.selForContextMenu = null;\n }\n\n function replaceRange(doc, code, from, to, origin) {\n if (!to) to = from;\n if (cmp(to, from) < 0) { var tmp = to; to = from; from = tmp; }\n if (typeof code == \"string\") code = splitLines(code);\n makeChange(doc, {from: from, to: to, text: code, origin: origin});\n }\n\n // SCROLLING THINGS INTO VIEW\n\n // If an editor sits on the top or bottom of the window, partially\n // scrolled out of view, this ensures that the cursor is visible.\n function maybeScrollWindow(cm, coords) {\n var display = cm.display, box = display.sizer.getBoundingClientRect(), doScroll = null;\n if (coords.top + box.top < 0) doScroll = true;\n else if (coords.bottom + box.top > (window.innerHeight || document.documentElement.clientHeight)) doScroll = false;\n if (doScroll != null && !phantom) {\n var scrollNode = elt(\"div\", \"\\u200b\", null, \"position: absolute; top: \" +\n (coords.top - display.viewOffset - paddingTop(cm.display)) + \"px; height: \" +\n (coords.bottom - coords.top + scrollerCutOff) + \"px; left: \" +\n coords.left + \"px; width: 2px;\");\n cm.display.lineSpace.appendChild(scrollNode);\n scrollNode.scrollIntoView(doScroll);\n cm.display.lineSpace.removeChild(scrollNode);\n }\n }\n\n // Scroll a given position into view (immediately), verifying that\n // it actually became visible (as line heights are accurately\n // measured, the position of something may 'drift' during drawing).\n function scrollPosIntoView(cm, pos, end, margin) {\n if (margin == null) margin = 0;\n for (;;) {\n var changed = false, coords = cursorCoords(cm, pos);\n var endCoords = !end || end == pos ? coords : cursorCoords(cm, end);\n var scrollPos = calculateScrollPos(cm, Math.min(coords.left, endCoords.left),\n Math.min(coords.top, endCoords.top) - margin,\n Math.max(coords.left, endCoords.left),\n Math.max(coords.bottom, endCoords.bottom) + margin);\n var startTop = cm.doc.scrollTop, startLeft = cm.doc.scrollLeft;\n if (scrollPos.scrollTop != null) {\n setScrollTop(cm, scrollPos.scrollTop);\n if (Math.abs(cm.doc.scrollTop - startTop) > 1) changed = true;\n }\n if (scrollPos.scrollLeft != null) {\n setScrollLeft(cm, scrollPos.scrollLeft);\n if (Math.abs(cm.doc.scrollLeft - startLeft) > 1) changed = true;\n }\n if (!changed) return coords;\n }\n }\n\n // Scroll a given set of coordinates into view (immediately).\n function scrollIntoView(cm, x1, y1, x2, y2) {\n var scrollPos = calculateScrollPos(cm, x1, y1, x2, y2);\n if (scrollPos.scrollTop != null) setScrollTop(cm, scrollPos.scrollTop);\n if (scrollPos.scrollLeft != null) setScrollLeft(cm, scrollPos.scrollLeft);\n }\n\n // Calculate a new scroll position needed to scroll the given\n // rectangle into view. Returns an object with scrollTop and\n // scrollLeft properties. When these are undefined, the\n // vertical/horizontal position does not need to be adjusted.\n function calculateScrollPos(cm, x1, y1, x2, y2) {\n var display = cm.display, snapMargin = textHeight(cm.display);\n if (y1 < 0) y1 = 0;\n var screentop = cm.curOp && cm.curOp.scrollTop != null ? cm.curOp.scrollTop : display.scroller.scrollTop;\n var screen = display.scroller.clientHeight - scrollerCutOff, result = {};\n var docBottom = cm.doc.height + paddingVert(display);\n var atTop = y1 < snapMargin, atBottom = y2 > docBottom - snapMargin;\n if (y1 < screentop) {\n result.scrollTop = atTop ? 0 : y1;\n } else if (y2 > screentop + screen) {\n var newTop = Math.min(y1, (atBottom ? docBottom : y2) - screen);\n if (newTop != screentop) result.scrollTop = newTop;\n }\n\n var screenleft = cm.curOp && cm.curOp.scrollLeft != null ? cm.curOp.scrollLeft : display.scroller.scrollLeft;\n var screenw = display.scroller.clientWidth - scrollerCutOff;\n x1 += display.gutters.offsetWidth; x2 += display.gutters.offsetWidth;\n var gutterw = display.gutters.offsetWidth;\n var atLeft = x1 < gutterw + 10;\n if (x1 < screenleft + gutterw || atLeft) {\n if (atLeft) x1 = 0;\n result.scrollLeft = Math.max(0, x1 - 10 - gutterw);\n } else if (x2 > screenw + screenleft - 3) {\n result.scrollLeft = x2 + 10 - screenw;\n }\n return result;\n }\n\n // Store a relative adjustment to the scroll position in the current\n // operation (to be applied when the operation finishes).\n function addToScrollPos(cm, left, top) {\n if (left != null || top != null) resolveScrollToPos(cm);\n if (left != null)\n cm.curOp.scrollLeft = (cm.curOp.scrollLeft == null ? cm.doc.scrollLeft : cm.curOp.scrollLeft) + left;\n if (top != null)\n cm.curOp.scrollTop = (cm.curOp.scrollTop == null ? cm.doc.scrollTop : cm.curOp.scrollTop) + top;\n }\n\n // Make sure that at the end of the operation the current cursor is\n // shown.\n function ensureCursorVisible(cm) {\n resolveScrollToPos(cm);\n var cur = cm.getCursor(), from = cur, to = cur;\n if (!cm.options.lineWrapping) {\n from = cur.ch ? Pos(cur.line, cur.ch - 1) : cur;\n to = Pos(cur.line, cur.ch + 1);\n }\n cm.curOp.scrollToPos = {from: from, to: to, margin: cm.options.cursorScrollMargin, isCursor: true};\n }\n\n // When an operation has its scrollToPos property set, and another\n // scroll action is applied before the end of the operation, this\n // 'simulates' scrolling that position into view in a cheap way, so\n // that the effect of intermediate scroll commands is not ignored.\n function resolveScrollToPos(cm) {\n var range = cm.curOp.scrollToPos;\n if (range) {\n cm.curOp.scrollToPos = null;\n var from = estimateCoords(cm, range.from), to = estimateCoords(cm, range.to);\n var sPos = calculateScrollPos(cm, Math.min(from.left, to.left),\n Math.min(from.top, to.top) - range.margin,\n Math.max(from.right, to.right),\n Math.max(from.bottom, to.bottom) + range.margin);\n cm.scrollTo(sPos.scrollLeft, sPos.scrollTop);\n }\n }\n\n // API UTILITIES\n\n // Indent the given line. The how parameter can be \"smart\",\n // \"add\"/null, \"subtract\", or \"prev\". When aggressive is false\n // (typically set to true for forced single-line indents), empty\n // lines are not indented, and places where the mode returns Pass\n // are left alone.\n function indentLine(cm, n, how, aggressive) {\n var doc = cm.doc, state;\n if (how == null) how = \"add\";\n if (how == \"smart\") {\n // Fall back to \"prev\" when the mode doesn't have an indentation\n // method.\n if (!cm.doc.mode.indent) how = \"prev\";\n else state = getStateBefore(cm, n);\n }\n\n var tabSize = cm.options.tabSize;\n var line = getLine(doc, n), curSpace = countColumn(line.text, null, tabSize);\n if (line.stateAfter) line.stateAfter = null;\n var curSpaceString = line.text.match(/^\\s*/)[0], indentation;\n if (!aggressive && !/\\S/.test(line.text)) {\n indentation = 0;\n how = \"not\";\n } else if (how == \"smart\") {\n indentation = cm.doc.mode.indent(state, line.text.slice(curSpaceString.length), line.text);\n if (indentation == Pass) {\n if (!aggressive) return;\n how = \"prev\";\n }\n }\n if (how == \"prev\") {\n if (n > doc.first) indentation = countColumn(getLine(doc, n-1).text, null, tabSize);\n else indentation = 0;\n } else if (how == \"add\") {\n indentation = curSpace + cm.options.indentUnit;\n } else if (how == \"subtract\") {\n indentation = curSpace - cm.options.indentUnit;\n } else if (typeof how == \"number\") {\n indentation = curSpace + how;\n }\n indentation = Math.max(0, indentation);\n\n var indentString = \"\", pos = 0;\n if (cm.options.indentWithTabs)\n for (var i = Math.floor(indentation / tabSize); i; --i) {pos += tabSize; indentString += \"\\t\";}\n if (pos < indentation) indentString += spaceStr(indentation - pos);\n\n if (indentString != curSpaceString) {\n replaceRange(cm.doc, indentString, Pos(n, 0), Pos(n, curSpaceString.length), \"+input\");\n } else {\n // Ensure that, if the cursor was in the whitespace at the start\n // of the line, it is moved to the end of that space.\n for (var i = 0; i < doc.sel.ranges.length; i++) {\n var range = doc.sel.ranges[i];\n if (range.head.line == n && range.head.ch < curSpaceString.length) {\n var pos = Pos(n, curSpaceString.length);\n replaceOneSelection(doc, i, new Range(pos, pos));\n break;\n }\n }\n }\n line.stateAfter = null;\n }\n\n // Utility for applying a change to a line by handle or number,\n // returning the number and optionally registering the line as\n // changed.\n function changeLine(cm, handle, changeType, op) {\n var no = handle, line = handle, doc = cm.doc;\n if (typeof handle == \"number\") line = getLine(doc, clipLine(doc, handle));\n else no = lineNo(handle);\n if (no == null) return null;\n if (op(line, no)) regLineChange(cm, no, changeType);\n return line;\n }\n\n // Helper for deleting text near the selection(s), used to implement\n // backspace, delete, and similar functionality.\n function deleteNearSelection(cm, compute) {\n var ranges = cm.doc.sel.ranges, kill = [];\n // Build up a set of ranges to kill first, merging overlapping\n // ranges.\n for (var i = 0; i < ranges.length; i++) {\n var toKill = compute(ranges[i]);\n while (kill.length && cmp(toKill.from, lst(kill).to) <= 0) {\n var replaced = kill.pop();\n if (cmp(replaced.from, toKill.from) < 0) {\n toKill.from = replaced.from;\n break;\n }\n }\n kill.push(toKill);\n }\n // Next, remove those actual ranges.\n runInOp(cm, function() {\n for (var i = kill.length - 1; i >= 0; i--)\n replaceRange(cm.doc, \"\", kill[i].from, kill[i].to, \"+delete\");\n ensureCursorVisible(cm);\n });\n }\n\n // Used for horizontal relative motion. Dir is -1 or 1 (left or\n // right), unit can be \"char\", \"column\" (like char, but doesn't\n // cross line boundaries), \"word\" (across next word), or \"group\" (to\n // the start of next group of word or non-word-non-whitespace\n // chars). The visually param controls whether, in right-to-left\n // text, direction 1 means to move towards the next index in the\n // string, or towards the character to the right of the current\n // position. The resulting position will have a hitSide=true\n // property if it reached the end of the document.\n function findPosH(doc, pos, dir, unit, visually) {\n var line = pos.line, ch = pos.ch, origDir = dir;\n var lineObj = getLine(doc, line);\n var possible = true;\n function findNextLine() {\n var l = line + dir;\n if (l < doc.first || l >= doc.first + doc.size) return (possible = false);\n line = l;\n return lineObj = getLine(doc, l);\n }\n function moveOnce(boundToLine) {\n var next = (visually ? moveVisually : moveLogically)(lineObj, ch, dir, true);\n if (next == null) {\n if (!boundToLine && findNextLine()) {\n if (visually) ch = (dir < 0 ? lineRight : lineLeft)(lineObj);\n else ch = dir < 0 ? lineObj.text.length : 0;\n } else return (possible = false);\n } else ch = next;\n return true;\n }\n\n if (unit == \"char\") moveOnce();\n else if (unit == \"column\") moveOnce(true);\n else if (unit == \"word\" || unit == \"group\") {\n var sawType = null, group = unit == \"group\";\n var helper = doc.cm && doc.cm.getHelper(pos, \"wordChars\");\n for (var first = true;; first = false) {\n if (dir < 0 && !moveOnce(!first)) break;\n var cur = lineObj.text.charAt(ch) || \"\\n\";\n var type = isWordChar(cur, helper) ? \"w\"\n : group && cur == \"\\n\" ? \"n\"\n : !group || /\\s/.test(cur) ? null\n : \"p\";\n if (group && !first && !type) type = \"s\";\n if (sawType && sawType != type) {\n if (dir < 0) {dir = 1; moveOnce();}\n break;\n }\n\n if (type) sawType = type;\n if (dir > 0 && !moveOnce(!first)) break;\n }\n }\n var result = skipAtomic(doc, Pos(line, ch), origDir, true);\n if (!possible) result.hitSide = true;\n return result;\n }\n\n // For relative vertical movement. Dir may be -1 or 1. Unit can be\n // \"page\" or \"line\". The resulting position will have a hitSide=true\n // property if it reached the end of the document.\n function findPosV(cm, pos, dir, unit) {\n var doc = cm.doc, x = pos.left, y;\n if (unit == \"page\") {\n var pageSize = Math.min(cm.display.wrapper.clientHeight, window.innerHeight || document.documentElement.clientHeight);\n y = pos.top + dir * (pageSize - (dir < 0 ? 1.5 : .5) * textHeight(cm.display));\n } else if (unit == \"line\") {\n y = dir > 0 ? pos.bottom + 3 : pos.top - 3;\n }\n for (;;) {\n var target = coordsChar(cm, x, y);\n if (!target.outside) break;\n if (dir < 0 ? y <= 0 : y >= doc.height) { target.hitSide = true; break; }\n y += dir * 5;\n }\n return target;\n }\n\n // Find the word at the given position (as returned by coordsChar).\n function findWordAt(cm, pos) {\n var doc = cm.doc, line = getLine(doc, pos.line).text;\n var start = pos.ch, end = pos.ch;\n if (line) {\n var helper = cm.getHelper(pos, \"wordChars\");\n if ((pos.xRel < 0 || end == line.length) && start) --start; else ++end;\n var startChar = line.charAt(start);\n var check = isWordChar(startChar, helper)\n ? function(ch) { return isWordChar(ch, helper); }\n : /\\s/.test(startChar) ? function(ch) {return /\\s/.test(ch);}\n : function(ch) {return !/\\s/.test(ch) && !isWordChar(ch);};\n while (start > 0 && check(line.charAt(start - 1))) --start;\n while (end < line.length && check(line.charAt(end))) ++end;\n }\n return new Range(Pos(pos.line, start), Pos(pos.line, end));\n }\n\n // EDITOR METHODS\n\n // The publicly visible API. Note that methodOp(f) means\n // 'wrap f in an operation, performed on its `this` parameter'.\n\n // This is not the complete set of editor methods. Most of the\n // methods defined on the Doc type are also injected into\n // CodeMirror.prototype, for backwards compatibility and\n // convenience.\n\n CodeMirror.prototype = {\n constructor: CodeMirror,\n focus: function(){window.focus(); focusInput(this); fastPoll(this);},\n\n setOption: function(option, value) {\n var options = this.options, old = options[option];\n if (options[option] == value && option != \"mode\") return;\n options[option] = value;\n if (optionHandlers.hasOwnProperty(option))\n operation(this, optionHandlers[option])(this, value, old);\n },\n\n getOption: function(option) {return this.options[option];},\n getDoc: function() {return this.doc;},\n\n addKeyMap: function(map, bottom) {\n this.state.keyMaps[bottom ? \"push\" : \"unshift\"](map);\n },\n removeKeyMap: function(map) {\n var maps = this.state.keyMaps;\n for (var i = 0; i < maps.length; ++i)\n if (maps[i] == map || (typeof maps[i] != \"string\" && maps[i].name == map)) {\n maps.splice(i, 1);\n return true;\n }\n },\n\n addOverlay: methodOp(function(spec, options) {\n var mode = spec.token ? spec : CodeMirror.getMode(this.options, spec);\n if (mode.startState) throw new Error(\"Overlays may not be stateful.\");\n this.state.overlays.push({mode: mode, modeSpec: spec, opaque: options && options.opaque});\n this.state.modeGen++;\n regChange(this);\n }),\n removeOverlay: methodOp(function(spec) {\n var overlays = this.state.overlays;\n for (var i = 0; i < overlays.length; ++i) {\n var cur = overlays[i].modeSpec;\n if (cur == spec || typeof spec == \"string\" && cur.name == spec) {\n overlays.splice(i, 1);\n this.state.modeGen++;\n regChange(this);\n return;\n }\n }\n }),\n\n indentLine: methodOp(function(n, dir, aggressive) {\n if (typeof dir != \"string\" && typeof dir != \"number\") {\n if (dir == null) dir = this.options.smartIndent ? \"smart\" : \"prev\";\n else dir = dir ? \"add\" : \"subtract\";\n }\n if (isLine(this.doc, n)) indentLine(this, n, dir, aggressive);\n }),\n indentSelection: methodOp(function(how) {\n var ranges = this.doc.sel.ranges, end = -1;\n for (var i = 0; i < ranges.length; i++) {\n var range = ranges[i];\n if (!range.empty()) {\n var start = Math.max(end, range.from().line);\n var to = range.to();\n end = Math.min(this.lastLine(), to.line - (to.ch ? 0 : 1)) + 1;\n for (var j = start; j < end; ++j)\n indentLine(this, j, how);\n } else if (range.head.line > end) {\n indentLine(this, range.head.line, how, true);\n end = range.head.line;\n if (i == this.doc.sel.primIndex) ensureCursorVisible(this);\n }\n }\n }),\n\n // Fetch the parser token for a given character. Useful for hacks\n // that want to inspect the mode state (say, for completion).\n getTokenAt: function(pos, precise) {\n var doc = this.doc;\n pos = clipPos(doc, pos);\n var state = getStateBefore(this, pos.line, precise), mode = this.doc.mode;\n var line = getLine(doc, pos.line);\n var stream = new StringStream(line.text, this.options.tabSize);\n while (stream.pos < pos.ch && !stream.eol()) {\n stream.start = stream.pos;\n var style = readToken(mode, stream, state);\n }\n return {start: stream.start,\n end: stream.pos,\n string: stream.current(),\n type: style || null,\n state: state};\n },\n\n getTokenTypeAt: function(pos) {\n pos = clipPos(this.doc, pos);\n var styles = getLineStyles(this, getLine(this.doc, pos.line));\n var before = 0, after = (styles.length - 1) / 2, ch = pos.ch;\n var type;\n if (ch == 0) type = styles[2];\n else for (;;) {\n var mid = (before + after) >> 1;\n if ((mid ? styles[mid * 2 - 1] : 0) >= ch) after = mid;\n else if (styles[mid * 2 + 1] < ch) before = mid + 1;\n else { type = styles[mid * 2 + 2]; break; }\n }\n var cut = type ? type.indexOf(\"cm-overlay \") : -1;\n return cut < 0 ? type : cut == 0 ? null : type.slice(0, cut - 1);\n },\n\n getModeAt: function(pos) {\n var mode = this.doc.mode;\n if (!mode.innerMode) return mode;\n return CodeMirror.innerMode(mode, this.getTokenAt(pos).state).mode;\n },\n\n getHelper: function(pos, type) {\n return this.getHelpers(pos, type)[0];\n },\n\n getHelpers: function(pos, type) {\n var found = [];\n if (!helpers.hasOwnProperty(type)) return helpers;\n var help = helpers[type], mode = this.getModeAt(pos);\n if (typeof mode[type] == \"string\") {\n if (help[mode[type]]) found.push(help[mode[type]]);\n } else if (mode[type]) {\n for (var i = 0; i < mode[type].length; i++) {\n var val = help[mode[type][i]];\n if (val) found.push(val);\n }\n } else if (mode.helperType && help[mode.helperType]) {\n found.push(help[mode.helperType]);\n } else if (help[mode.name]) {\n found.push(help[mode.name]);\n }\n for (var i = 0; i < help._global.length; i++) {\n var cur = help._global[i];\n if (cur.pred(mode, this) && indexOf(found, cur.val) == -1)\n found.push(cur.val);\n }\n return found;\n },\n\n getStateAfter: function(line, precise) {\n var doc = this.doc;\n line = clipLine(doc, line == null ? doc.first + doc.size - 1: line);\n return getStateBefore(this, line + 1, precise);\n },\n\n cursorCoords: function(start, mode) {\n var pos, range = this.doc.sel.primary();\n if (start == null) pos = range.head;\n else if (typeof start == \"object\") pos = clipPos(this.doc, start);\n else pos = start ? range.from() : range.to();\n return cursorCoords(this, pos, mode || \"page\");\n },\n\n charCoords: function(pos, mode) {\n return charCoords(this, clipPos(this.doc, pos), mode || \"page\");\n },\n\n coordsChar: function(coords, mode) {\n coords = fromCoordSystem(this, coords, mode || \"page\");\n return coordsChar(this, coords.left, coords.top);\n },\n\n lineAtHeight: function(height, mode) {\n height = fromCoordSystem(this, {top: height, left: 0}, mode || \"page\").top;\n return lineAtHeight(this.doc, height + this.display.viewOffset);\n },\n heightAtLine: function(line, mode) {\n var end = false, last = this.doc.first + this.doc.size - 1;\n if (line < this.doc.first) line = this.doc.first;\n else if (line > last) { line = last; end = true; }\n var lineObj = getLine(this.doc, line);\n return intoCoordSystem(this, lineObj, {top: 0, left: 0}, mode || \"page\").top +\n (end ? this.doc.height - heightAtLine(lineObj) : 0);\n },\n\n defaultTextHeight: function() { return textHeight(this.display); },\n defaultCharWidth: function() { return charWidth(this.display); },\n\n setGutterMarker: methodOp(function(line, gutterID, value) {\n return changeLine(this, line, \"gutter\", function(line) {\n var markers = line.gutterMarkers || (line.gutterMarkers = {});\n markers[gutterID] = value;\n if (!value && isEmpty(markers)) line.gutterMarkers = null;\n return true;\n });\n }),\n\n clearGutter: methodOp(function(gutterID) {\n var cm = this, doc = cm.doc, i = doc.first;\n doc.iter(function(line) {\n if (line.gutterMarkers && line.gutterMarkers[gutterID]) {\n line.gutterMarkers[gutterID] = null;\n regLineChange(cm, i, \"gutter\");\n if (isEmpty(line.gutterMarkers)) line.gutterMarkers = null;\n }\n ++i;\n });\n }),\n\n addLineClass: methodOp(function(handle, where, cls) {\n return changeLine(this, handle, \"class\", function(line) {\n var prop = where == \"text\" ? \"textClass\" : where == \"background\" ? \"bgClass\" : \"wrapClass\";\n if (!line[prop]) line[prop] = cls;\n else if (new RegExp(\"(?:^|\\\\s)\" + cls + \"(?:$|\\\\s)\").test(line[prop])) return false;\n else line[prop] += \" \" + cls;\n return true;\n });\n }),\n\n removeLineClass: methodOp(function(handle, where, cls) {\n return changeLine(this, handle, \"class\", function(line) {\n var prop = where == \"text\" ? \"textClass\" : where == \"background\" ? \"bgClass\" : \"wrapClass\";\n var cur = line[prop];\n if (!cur) return false;\n else if (cls == null) line[prop] = null;\n else {\n var found = cur.match(new RegExp(\"(?:^|\\\\s+)\" + cls + \"(?:$|\\\\s+)\"));\n if (!found) return false;\n var end = found.index + found[0].length;\n line[prop] = cur.slice(0, found.index) + (!found.index || end == cur.length ? \"\" : \" \") + cur.slice(end) || null;\n }\n return true;\n });\n }),\n\n addLineWidget: methodOp(function(handle, node, options) {\n return addLineWidget(this, handle, node, options);\n }),\n\n removeLineWidget: function(widget) { widget.clear(); },\n\n lineInfo: function(line) {\n if (typeof line == \"number\") {\n if (!isLine(this.doc, line)) return null;\n var n = line;\n line = getLine(this.doc, line);\n if (!line) return null;\n } else {\n var n = lineNo(line);\n if (n == null) return null;\n }\n return {line: n, handle: line, text: line.text, gutterMarkers: line.gutterMarkers,\n textClass: line.textClass, bgClass: line.bgClass, wrapClass: line.wrapClass,\n widgets: line.widgets};\n },\n\n getViewport: function() { return {from: this.display.viewFrom, to: this.display.viewTo};},\n\n addWidget: function(pos, node, scroll, vert, horiz) {\n var display = this.display;\n pos = cursorCoords(this, clipPos(this.doc, pos));\n var top = pos.bottom, left = pos.left;\n node.style.position = \"absolute\";\n display.sizer.appendChild(node);\n if (vert == \"over\") {\n top = pos.top;\n } else if (vert == \"above\" || vert == \"near\") {\n var vspace = Math.max(display.wrapper.clientHeight, this.doc.height),\n hspace = Math.max(display.sizer.clientWidth, display.lineSpace.clientWidth);\n // Default to positioning above (if specified and possible); otherwise default to positioning below\n if ((vert == 'above' || pos.bottom + node.offsetHeight > vspace) && pos.top > node.offsetHeight)\n top = pos.top - node.offsetHeight;\n else if (pos.bottom + node.offsetHeight <= vspace)\n top = pos.bottom;\n if (left + node.offsetWidth > hspace)\n left = hspace - node.offsetWidth;\n }\n node.style.top = top + \"px\";\n node.style.left = node.style.right = \"\";\n if (horiz == \"right\") {\n left = display.sizer.clientWidth - node.offsetWidth;\n node.style.right = \"0px\";\n } else {\n if (horiz == \"left\") left = 0;\n else if (horiz == \"middle\") left = (display.sizer.clientWidth - node.offsetWidth) / 2;\n node.style.left = left + \"px\";\n }\n if (scroll)\n scrollIntoView(this, left, top, left + node.offsetWidth, top + node.offsetHeight);\n },\n\n triggerOnKeyDown: methodOp(onKeyDown),\n triggerOnKeyPress: methodOp(onKeyPress),\n triggerOnKeyUp: methodOp(onKeyUp),\n\n execCommand: function(cmd) {\n if (commands.hasOwnProperty(cmd))\n return commands[cmd](this);\n },\n\n findPosH: function(from, amount, unit, visually) {\n var dir = 1;\n if (amount < 0) { dir = -1; amount = -amount; }\n for (var i = 0, cur = clipPos(this.doc, from); i < amount; ++i) {\n cur = findPosH(this.doc, cur, dir, unit, visually);\n if (cur.hitSide) break;\n }\n return cur;\n },\n\n moveH: methodOp(function(dir, unit) {\n var cm = this;\n cm.extendSelectionsBy(function(range) {\n if (cm.display.shift || cm.doc.extend || range.empty())\n return findPosH(cm.doc, range.head, dir, unit, cm.options.rtlMoveVisually);\n else\n return dir < 0 ? range.from() : range.to();\n }, sel_move);\n }),\n\n deleteH: methodOp(function(dir, unit) {\n var sel = this.doc.sel, doc = this.doc;\n if (sel.somethingSelected())\n doc.replaceSelection(\"\", null, \"+delete\");\n else\n deleteNearSelection(this, function(range) {\n var other = findPosH(doc, range.head, dir, unit, false);\n return dir < 0 ? {from: other, to: range.head} : {from: range.head, to: other};\n });\n }),\n\n findPosV: function(from, amount, unit, goalColumn) {\n var dir = 1, x = goalColumn;\n if (amount < 0) { dir = -1; amount = -amount; }\n for (var i = 0, cur = clipPos(this.doc, from); i < amount; ++i) {\n var coords = cursorCoords(this, cur, \"div\");\n if (x == null) x = coords.left;\n else coords.left = x;\n cur = findPosV(this, coords, dir, unit);\n if (cur.hitSide) break;\n }\n return cur;\n },\n\n moveV: methodOp(function(dir, unit) {\n var cm = this, doc = this.doc, goals = [];\n var collapse = !cm.display.shift && !doc.extend && doc.sel.somethingSelected();\n doc.extendSelectionsBy(function(range) {\n if (collapse)\n return dir < 0 ? range.from() : range.to();\n var headPos = cursorCoords(cm, range.head, \"div\");\n if (range.goalColumn != null) headPos.left = range.goalColumn;\n goals.push(headPos.left);\n var pos = findPosV(cm, headPos, dir, unit);\n if (unit == \"page\" && range == doc.sel.primary())\n addToScrollPos(cm, null, charCoords(cm, pos, \"div\").top - headPos.top);\n return pos;\n }, sel_move);\n if (goals.length) for (var i = 0; i < doc.sel.ranges.length; i++)\n doc.sel.ranges[i].goalColumn = goals[i];\n }),\n\n toggleOverwrite: function(value) {\n if (value != null && value == this.state.overwrite) return;\n if (this.state.overwrite = !this.state.overwrite)\n addClass(this.display.cursorDiv, \"CodeMirror-overwrite\");\n else\n rmClass(this.display.cursorDiv, \"CodeMirror-overwrite\");\n\n signal(this, \"overwriteToggle\", this, this.state.overwrite);\n },\n hasFocus: function() { return activeElt() == this.display.input; },\n\n scrollTo: methodOp(function(x, y) {\n if (x != null || y != null) resolveScrollToPos(this);\n if (x != null) this.curOp.scrollLeft = x;\n if (y != null) this.curOp.scrollTop = y;\n }),\n getScrollInfo: function() {\n var scroller = this.display.scroller, co = scrollerCutOff;\n return {left: scroller.scrollLeft, top: scroller.scrollTop,\n height: scroller.scrollHeight - co, width: scroller.scrollWidth - co,\n clientHeight: scroller.clientHeight - co, clientWidth: scroller.clientWidth - co};\n },\n\n scrollIntoView: methodOp(function(range, margin) {\n if (range == null) {\n range = {from: this.doc.sel.primary().head, to: null};\n if (margin == null) margin = this.options.cursorScrollMargin;\n } else if (typeof range == \"number\") {\n range = {from: Pos(range, 0), to: null};\n } else if (range.from == null) {\n range = {from: range, to: null};\n }\n if (!range.to) range.to = range.from;\n range.margin = margin || 0;\n\n if (range.from.line != null) {\n resolveScrollToPos(this);\n this.curOp.scrollToPos = range;\n } else {\n var sPos = calculateScrollPos(this, Math.min(range.from.left, range.to.left),\n Math.min(range.from.top, range.to.top) - range.margin,\n Math.max(range.from.right, range.to.right),\n Math.max(range.from.bottom, range.to.bottom) + range.margin);\n this.scrollTo(sPos.scrollLeft, sPos.scrollTop);\n }\n }),\n\n setSize: methodOp(function(width, height) {\n function interpret(val) {\n return typeof val == \"number\" || /^\\d+$/.test(String(val)) ? val + \"px\" : val;\n }\n if (width != null) this.display.wrapper.style.width = interpret(width);\n if (height != null) this.display.wrapper.style.height = interpret(height);\n if (this.options.lineWrapping) clearLineMeasurementCache(this);\n this.curOp.forceUpdate = true;\n signal(this, \"refresh\", this);\n }),\n\n operation: function(f){return runInOp(this, f);},\n\n refresh: methodOp(function() {\n var oldHeight = this.display.cachedTextHeight;\n regChange(this);\n this.curOp.forceUpdate = true;\n clearCaches(this);\n this.scrollTo(this.doc.scrollLeft, this.doc.scrollTop);\n updateGutterSpace(this);\n if (oldHeight == null || Math.abs(oldHeight - textHeight(this.display)) > .5)\n estimateLineHeights(this);\n signal(this, \"refresh\", this);\n }),\n\n swapDoc: methodOp(function(doc) {\n var old = this.doc;\n old.cm = null;\n attachDoc(this, doc);\n clearCaches(this);\n resetInput(this);\n this.scrollTo(doc.scrollLeft, doc.scrollTop);\n signalLater(this, \"swapDoc\", this, old);\n return old;\n }),\n\n getInputField: function(){return this.display.input;},\n getWrapperElement: function(){return this.display.wrapper;},\n getScrollerElement: function(){return this.display.scroller;},\n getGutterElement: function(){return this.display.gutters;}\n };\n eventMixin(CodeMirror);\n\n // OPTION DEFAULTS\n\n // The default configuration options.\n var defaults = CodeMirror.defaults = {};\n // Functions to run when options are changed.\n var optionHandlers = CodeMirror.optionHandlers = {};\n\n function option(name, deflt, handle, notOnInit) {\n CodeMirror.defaults[name] = deflt;\n if (handle) optionHandlers[name] =\n notOnInit ? function(cm, val, old) {if (old != Init) handle(cm, val, old);} : handle;\n }\n\n // Passed to option handlers when there is no old value.\n var Init = CodeMirror.Init = {toString: function(){return \"CodeMirror.Init\";}};\n\n // These two are, on init, called from the constructor because they\n // have to be initialized before the editor can start at all.\n option(\"value\", \"\", function(cm, val) {\n cm.setValue(val);\n }, true);\n option(\"mode\", null, function(cm, val) {\n cm.doc.modeOption = val;\n loadMode(cm);\n }, true);\n\n option(\"indentUnit\", 2, loadMode, true);\n option(\"indentWithTabs\", false);\n option(\"smartIndent\", true);\n option(\"tabSize\", 4, function(cm) {\n resetModeState(cm);\n clearCaches(cm);\n regChange(cm);\n }, true);\n option(\"specialChars\", /[\\t\\u0000-\\u0019\\u00ad\\u200b\\u2028\\u2029\\ufeff]/g, function(cm, val) {\n cm.options.specialChars = new RegExp(val.source + (val.test(\"\\t\") ? \"\" : \"|\\t\"), \"g\");\n cm.refresh();\n }, true);\n option(\"specialCharPlaceholder\", defaultSpecialCharPlaceholder, function(cm) {cm.refresh();}, true);\n option(\"electricChars\", true);\n option(\"rtlMoveVisually\", !windows);\n option(\"wholeLineUpdateBefore\", true);\n\n option(\"theme\", \"default\", function(cm) {\n themeChanged(cm);\n guttersChanged(cm);\n }, true);\n option(\"keyMap\", \"default\", keyMapChanged);\n option(\"extraKeys\", null);\n\n option(\"lineWrapping\", false, wrappingChanged, true);\n option(\"gutters\", [], function(cm) {\n setGuttersForLineNumbers(cm.options);\n guttersChanged(cm);\n }, true);\n option(\"fixedGutter\", true, function(cm, val) {\n cm.display.gutters.style.left = val ? compensateForHScroll(cm.display) + \"px\" : \"0\";\n cm.refresh();\n }, true);\n option(\"coverGutterNextToScrollbar\", false, updateScrollbars, true);\n option(\"lineNumbers\", false, function(cm) {\n setGuttersForLineNumbers(cm.options);\n guttersChanged(cm);\n }, true);\n option(\"firstLineNumber\", 1, guttersChanged, true);\n option(\"lineNumberFormatter\", function(integer) {return integer;}, guttersChanged, true);\n option(\"showCursorWhenSelecting\", false, updateSelection, true);\n\n option(\"resetSelectionOnContextMenu\", true);\n\n option(\"readOnly\", false, function(cm, val) {\n if (val == \"nocursor\") {\n onBlur(cm);\n cm.display.input.blur();\n cm.display.disabled = true;\n } else {\n cm.display.disabled = false;\n if (!val) resetInput(cm);\n }\n });\n option(\"disableInput\", false, function(cm, val) {if (!val) resetInput(cm);}, true);\n option(\"dragDrop\", true);\n\n option(\"cursorBlinkRate\", 530);\n option(\"cursorScrollMargin\", 0);\n option(\"cursorHeight\", 1);\n option(\"workTime\", 100);\n option(\"workDelay\", 100);\n option(\"flattenSpans\", true, resetModeState, true);\n option(\"addModeClass\", false, resetModeState, true);\n option(\"pollInterval\", 100);\n option(\"undoDepth\", 200, function(cm, val){cm.doc.history.undoDepth = val;});\n option(\"historyEventDelay\", 1250);\n option(\"viewportMargin\", 10, function(cm){cm.refresh();}, true);\n option(\"maxHighlightLength\", 10000, resetModeState, true);\n option(\"moveInputWithCursor\", true, function(cm, val) {\n if (!val) cm.display.inputDiv.style.top = cm.display.inputDiv.style.left = 0;\n });\n\n option(\"tabindex\", null, function(cm, val) {\n cm.display.input.tabIndex = val || \"\";\n });\n option(\"autofocus\", null);\n\n // MODE DEFINITION AND QUERYING\n\n // Known modes, by name and by MIME\n var modes = CodeMirror.modes = {}, mimeModes = CodeMirror.mimeModes = {};\n\n // Extra arguments are stored as the mode's dependencies, which is\n // used by (legacy) mechanisms like loadmode.js to automatically\n // load a mode. (Preferred mechanism is the require/define calls.)\n CodeMirror.defineMode = function(name, mode) {\n if (!CodeMirror.defaults.mode && name != \"null\") CodeMirror.defaults.mode = name;\n if (arguments.length > 2) {\n mode.dependencies = [];\n for (var i = 2; i < arguments.length; ++i) mode.dependencies.push(arguments[i]);\n }\n modes[name] = mode;\n };\n\n CodeMirror.defineMIME = function(mime, spec) {\n mimeModes[mime] = spec;\n };\n\n // Given a MIME type, a {name, ...options} config object, or a name\n // string, return a mode config object.\n CodeMirror.resolveMode = function(spec) {\n if (typeof spec == \"string\" && mimeModes.hasOwnProperty(spec)) {\n spec = mimeModes[spec];\n } else if (spec && typeof spec.name == \"string\" && mimeModes.hasOwnProperty(spec.name)) {\n var found = mimeModes[spec.name];\n if (typeof found == \"string\") found = {name: found};\n spec = createObj(found, spec);\n spec.name = found.name;\n } else if (typeof spec == \"string\" && /^[\\w\\-]+\\/[\\w\\-]+\\+xml$/.test(spec)) {\n return CodeMirror.resolveMode(\"application/xml\");\n }\n if (typeof spec == \"string\") return {name: spec};\n else return spec || {name: \"null\"};\n };\n\n // Given a mode spec (anything that resolveMode accepts), find and\n // initialize an actual mode object.\n CodeMirror.getMode = function(options, spec) {\n var spec = CodeMirror.resolveMode(spec);\n var mfactory = modes[spec.name];\n if (!mfactory) return CodeMirror.getMode(options, \"text/plain\");\n var modeObj = mfactory(options, spec);\n if (modeExtensions.hasOwnProperty(spec.name)) {\n var exts = modeExtensions[spec.name];\n for (var prop in exts) {\n if (!exts.hasOwnProperty(prop)) continue;\n if (modeObj.hasOwnProperty(prop)) modeObj[\"_\" + prop] = modeObj[prop];\n modeObj[prop] = exts[prop];\n }\n }\n modeObj.name = spec.name;\n if (spec.helperType) modeObj.helperType = spec.helperType;\n if (spec.modeProps) for (var prop in spec.modeProps)\n modeObj[prop] = spec.modeProps[prop];\n\n return modeObj;\n };\n\n // Minimal default mode.\n CodeMirror.defineMode(\"null\", function() {\n return {token: function(stream) {stream.skipToEnd();}};\n });\n CodeMirror.defineMIME(\"text/plain\", \"null\");\n\n // This can be used to attach properties to mode objects from\n // outside the actual mode definition.\n var modeExtensions = CodeMirror.modeExtensions = {};\n CodeMirror.extendMode = function(mode, properties) {\n var exts = modeExtensions.hasOwnProperty(mode) ? modeExtensions[mode] : (modeExtensions[mode] = {});\n copyObj(properties, exts);\n };\n\n // EXTENSIONS\n\n CodeMirror.defineExtension = function(name, func) {\n CodeMirror.prototype[name] = func;\n };\n CodeMirror.defineDocExtension = function(name, func) {\n Doc.prototype[name] = func;\n };\n CodeMirror.defineOption = option;\n\n var initHooks = [];\n CodeMirror.defineInitHook = function(f) {initHooks.push(f);};\n\n var helpers = CodeMirror.helpers = {};\n CodeMirror.registerHelper = function(type, name, value) {\n if (!helpers.hasOwnProperty(type)) helpers[type] = CodeMirror[type] = {_global: []};\n helpers[type][name] = value;\n };\n CodeMirror.registerGlobalHelper = function(type, name, predicate, value) {\n CodeMirror.registerHelper(type, name, value);\n helpers[type]._global.push({pred: predicate, val: value});\n };\n\n // MODE STATE HANDLING\n\n // Utility functions for working with state. Exported because nested\n // modes need to do this for their inner modes.\n\n var copyState = CodeMirror.copyState = function(mode, state) {\n if (state === true) return state;\n if (mode.copyState) return mode.copyState(state);\n var nstate = {};\n for (var n in state) {\n var val = state[n];\n if (val instanceof Array) val = val.concat([]);\n nstate[n] = val;\n }\n return nstate;\n };\n\n var startState = CodeMirror.startState = function(mode, a1, a2) {\n return mode.startState ? mode.startState(a1, a2) : true;\n };\n\n // Given a mode and a state (for that mode), find the inner mode and\n // state at the position that the state refers to.\n CodeMirror.innerMode = function(mode, state) {\n while (mode.innerMode) {\n var info = mode.innerMode(state);\n if (!info || info.mode == mode) break;\n state = info.state;\n mode = info.mode;\n }\n return info || {mode: mode, state: state};\n };\n\n // STANDARD COMMANDS\n\n // Commands are parameter-less actions that can be performed on an\n // editor, mostly used for keybindings.\n var commands = CodeMirror.commands = {\n selectAll: function(cm) {cm.setSelection(Pos(cm.firstLine(), 0), Pos(cm.lastLine()), sel_dontScroll);},\n singleSelection: function(cm) {\n cm.setSelection(cm.getCursor(\"anchor\"), cm.getCursor(\"head\"), sel_dontScroll);\n },\n killLine: function(cm) {\n deleteNearSelection(cm, function(range) {\n if (range.empty()) {\n var len = getLine(cm.doc, range.head.line).text.length;\n if (range.head.ch == len && range.head.line < cm.lastLine())\n return {from: range.head, to: Pos(range.head.line + 1, 0)};\n else\n return {from: range.head, to: Pos(range.head.line, len)};\n } else {\n return {from: range.from(), to: range.to()};\n }\n });\n },\n deleteLine: function(cm) {\n deleteNearSelection(cm, function(range) {\n return {from: Pos(range.from().line, 0),\n to: clipPos(cm.doc, Pos(range.to().line + 1, 0))};\n });\n },\n delLineLeft: function(cm) {\n deleteNearSelection(cm, function(range) {\n return {from: Pos(range.from().line, 0), to: range.from()};\n });\n },\n undo: function(cm) {cm.undo();},\n redo: function(cm) {cm.redo();},\n undoSelection: function(cm) {cm.undoSelection();},\n redoSelection: function(cm) {cm.redoSelection();},\n goDocStart: function(cm) {cm.extendSelection(Pos(cm.firstLine(), 0));},\n goDocEnd: function(cm) {cm.extendSelection(Pos(cm.lastLine()));},\n goLineStart: function(cm) {\n cm.extendSelectionsBy(function(range) { return lineStart(cm, range.head.line); }, sel_move);\n },\n goLineStartSmart: function(cm) {\n cm.extendSelectionsBy(function(range) {\n var start = lineStart(cm, range.head.line);\n var line = cm.getLineHandle(start.line);\n var order = getOrder(line);\n if (!order || order[0].level == 0) {\n var firstNonWS = Math.max(0, line.text.search(/\\S/));\n var inWS = range.head.line == start.line && range.head.ch <= firstNonWS && range.head.ch;\n return Pos(start.line, inWS ? 0 : firstNonWS);\n }\n return start;\n }, sel_move);\n },\n goLineEnd: function(cm) {\n cm.extendSelectionsBy(function(range) { return lineEnd(cm, range.head.line); }, sel_move);\n },\n goLineRight: function(cm) {\n cm.extendSelectionsBy(function(range) {\n var top = cm.charCoords(range.head, \"div\").top + 5;\n return cm.coordsChar({left: cm.display.lineDiv.offsetWidth + 100, top: top}, \"div\");\n }, sel_move);\n },\n goLineLeft: function(cm) {\n cm.extendSelectionsBy(function(range) {\n var top = cm.charCoords(range.head, \"div\").top + 5;\n return cm.coordsChar({left: 0, top: top}, \"div\");\n }, sel_move);\n },\n goLineUp: function(cm) {cm.moveV(-1, \"line\");},\n goLineDown: function(cm) {cm.moveV(1, \"line\");},\n goPageUp: function(cm) {cm.moveV(-1, \"page\");},\n goPageDown: function(cm) {cm.moveV(1, \"page\");},\n goCharLeft: function(cm) {cm.moveH(-1, \"char\");},\n goCharRight: function(cm) {cm.moveH(1, \"char\");},\n goColumnLeft: function(cm) {cm.moveH(-1, \"column\");},\n goColumnRight: function(cm) {cm.moveH(1, \"column\");},\n goWordLeft: function(cm) {cm.moveH(-1, \"word\");},\n goGroupRight: function(cm) {cm.moveH(1, \"group\");},\n goGroupLeft: function(cm) {cm.moveH(-1, \"group\");},\n goWordRight: function(cm) {cm.moveH(1, \"word\");},\n delCharBefore: function(cm) {cm.deleteH(-1, \"char\");},\n delCharAfter: function(cm) {cm.deleteH(1, \"char\");},\n delWordBefore: function(cm) {cm.deleteH(-1, \"word\");},\n delWordAfter: function(cm) {cm.deleteH(1, \"word\");},\n delGroupBefore: function(cm) {cm.deleteH(-1, \"group\");},\n delGroupAfter: function(cm) {cm.deleteH(1, \"group\");},\n indentAuto: function(cm) {cm.indentSelection(\"smart\");},\n indentMore: function(cm) {cm.indentSelection(\"add\");},\n indentLess: function(cm) {cm.indentSelection(\"subtract\");},\n insertTab: function(cm) {cm.replaceSelection(\"\\t\");},\n insertSoftTab: function(cm) {\n var spaces = [], ranges = cm.listSelections(), tabSize = cm.options.tabSize;\n for (var i = 0; i < ranges.length; i++) {\n var pos = ranges[i].from();\n var col = countColumn(cm.getLine(pos.line), pos.ch, tabSize);\n spaces.push(new Array(tabSize - col % tabSize + 1).join(\" \"));\n }\n cm.replaceSelections(spaces);\n },\n defaultTab: function(cm) {\n if (cm.somethingSelected()) cm.indentSelection(\"add\");\n else cm.execCommand(\"insertTab\");\n },\n transposeChars: function(cm) {\n runInOp(cm, function() {\n var ranges = cm.listSelections(), newSel = [];\n for (var i = 0; i < ranges.length; i++) {\n var cur = ranges[i].head, line = getLine(cm.doc, cur.line).text;\n if (line) {\n if (cur.ch == line.length) cur = new Pos(cur.line, cur.ch - 1);\n if (cur.ch > 0) {\n cur = new Pos(cur.line, cur.ch + 1);\n cm.replaceRange(line.charAt(cur.ch - 1) + line.charAt(cur.ch - 2),\n Pos(cur.line, cur.ch - 2), cur, \"+transpose\");\n } else if (cur.line > cm.doc.first) {\n var prev = getLine(cm.doc, cur.line - 1).text;\n if (prev)\n cm.replaceRange(line.charAt(0) + \"\\n\" + prev.charAt(prev.length - 1),\n Pos(cur.line - 1, prev.length - 1), Pos(cur.line, 1), \"+transpose\");\n }\n }\n newSel.push(new Range(cur, cur));\n }\n cm.setSelections(newSel);\n });\n },\n newlineAndIndent: function(cm) {\n runInOp(cm, function() {\n var len = cm.listSelections().length;\n for (var i = 0; i < len; i++) {\n var range = cm.listSelections()[i];\n cm.replaceRange(\"\\n\", range.anchor, range.head, \"+input\");\n cm.indentLine(range.from().line + 1, null, true);\n ensureCursorVisible(cm);\n }\n });\n },\n toggleOverwrite: function(cm) {cm.toggleOverwrite();}\n };\n\n // STANDARD KEYMAPS\n\n var keyMap = CodeMirror.keyMap = {};\n keyMap.basic = {\n \"Left\": \"goCharLeft\", \"Right\": \"goCharRight\", \"Up\": \"goLineUp\", \"Down\": \"goLineDown\",\n \"End\": \"goLineEnd\", \"Home\": \"goLineStartSmart\", \"PageUp\": \"goPageUp\", \"PageDown\": \"goPageDown\",\n \"Delete\": \"delCharAfter\", \"Backspace\": \"delCharBefore\", \"Shift-Backspace\": \"delCharBefore\",\n \"Tab\": \"defaultTab\", \"Shift-Tab\": \"indentAuto\",\n \"Enter\": \"newlineAndIndent\", \"Insert\": \"toggleOverwrite\",\n \"Esc\": \"singleSelection\"\n };\n // Note that the save and find-related commands aren't defined by\n // default. User code or addons can define them. Unknown commands\n // are simply ignored.\n keyMap.pcDefault = {\n \"Ctrl-A\": \"selectAll\", \"Ctrl-D\": \"deleteLine\", \"Ctrl-Z\": \"undo\", \"Shift-Ctrl-Z\": \"redo\", \"Ctrl-Y\": \"redo\",\n \"Ctrl-Home\": \"goDocStart\", \"Ctrl-Up\": \"goDocStart\", \"Ctrl-End\": \"goDocEnd\", \"Ctrl-Down\": \"goDocEnd\",\n \"Ctrl-Left\": \"goGroupLeft\", \"Ctrl-Right\": \"goGroupRight\", \"Alt-Left\": \"goLineStart\", \"Alt-Right\": \"goLineEnd\",\n \"Ctrl-Backspace\": \"delGroupBefore\", \"Ctrl-Delete\": \"delGroupAfter\", \"Ctrl-S\": \"save\", \"Ctrl-F\": \"find\",\n \"Ctrl-G\": \"findNext\", \"Shift-Ctrl-G\": \"findPrev\", \"Shift-Ctrl-F\": \"replace\", \"Shift-Ctrl-R\": \"replaceAll\",\n \"Ctrl-[\": \"indentLess\", \"Ctrl-]\": \"indentMore\",\n \"Ctrl-U\": \"undoSelection\", \"Shift-Ctrl-U\": \"redoSelection\", \"Alt-U\": \"redoSelection\",\n fallthrough: \"basic\"\n };\n keyMap.macDefault = {\n \"Cmd-A\": \"selectAll\", \"Cmd-D\": \"deleteLine\", \"Cmd-Z\": \"undo\", \"Shift-Cmd-Z\": \"redo\", \"Cmd-Y\": \"redo\",\n \"Cmd-Up\": \"goDocStart\", \"Cmd-End\": \"goDocEnd\", \"Cmd-Down\": \"goDocEnd\", \"Alt-Left\": \"goGroupLeft\",\n \"Alt-Right\": \"goGroupRight\", \"Cmd-Left\": \"goLineStart\", \"Cmd-Right\": \"goLineEnd\", \"Alt-Backspace\": \"delGroupBefore\",\n \"Ctrl-Alt-Backspace\": \"delGroupAfter\", \"Alt-Delete\": \"delGroupAfter\", \"Cmd-S\": \"save\", \"Cmd-F\": \"find\",\n \"Cmd-G\": \"findNext\", \"Shift-Cmd-G\": \"findPrev\", \"Cmd-Alt-F\": \"replace\", \"Shift-Cmd-Alt-F\": \"replaceAll\",\n \"Cmd-[\": \"indentLess\", \"Cmd-]\": \"indentMore\", \"Cmd-Backspace\": \"delLineLeft\",\n \"Cmd-U\": \"undoSelection\", \"Shift-Cmd-U\": \"redoSelection\",\n fallthrough: [\"basic\", \"emacsy\"]\n };\n // Very basic readline/emacs-style bindings, which are standard on Mac.\n keyMap.emacsy = {\n \"Ctrl-F\": \"goCharRight\", \"Ctrl-B\": \"goCharLeft\", \"Ctrl-P\": \"goLineUp\", \"Ctrl-N\": \"goLineDown\",\n \"Alt-F\": \"goWordRight\", \"Alt-B\": \"goWordLeft\", \"Ctrl-A\": \"goLineStart\", \"Ctrl-E\": \"goLineEnd\",\n \"Ctrl-V\": \"goPageDown\", \"Shift-Ctrl-V\": \"goPageUp\", \"Ctrl-D\": \"delCharAfter\", \"Ctrl-H\": \"delCharBefore\",\n \"Alt-D\": \"delWordAfter\", \"Alt-Backspace\": \"delWordBefore\", \"Ctrl-K\": \"killLine\", \"Ctrl-T\": \"transposeChars\"\n };\n keyMap[\"default\"] = mac ? keyMap.macDefault : keyMap.pcDefault;\n\n // KEYMAP DISPATCH\n\n function getKeyMap(val) {\n if (typeof val == \"string\") return keyMap[val];\n else return val;\n }\n\n // Given an array of keymaps and a key name, call handle on any\n // bindings found, until that returns a truthy value, at which point\n // we consider the key handled. Implements things like binding a key\n // to false stopping further handling and keymap fallthrough.\n var lookupKey = CodeMirror.lookupKey = function(name, maps, handle) {\n function lookup(map) {\n map = getKeyMap(map);\n var found = map[name];\n if (found === false) return \"stop\";\n if (found != null && handle(found)) return true;\n if (map.nofallthrough) return \"stop\";\n\n var fallthrough = map.fallthrough;\n if (fallthrough == null) return false;\n if (Object.prototype.toString.call(fallthrough) != \"[object Array]\")\n return lookup(fallthrough);\n for (var i = 0; i < fallthrough.length; ++i) {\n var done = lookup(fallthrough[i]);\n if (done) return done;\n }\n return false;\n }\n\n for (var i = 0; i < maps.length; ++i) {\n var done = lookup(maps[i]);\n if (done) return done != \"stop\";\n }\n };\n\n // Modifier key presses don't count as 'real' key presses for the\n // purpose of keymap fallthrough.\n var isModifierKey = CodeMirror.isModifierKey = function(event) {\n var name = keyNames[event.keyCode];\n return name == \"Ctrl\" || name == \"Alt\" || name == \"Shift\" || name == \"Mod\";\n };\n\n // Look up the name of a key as indicated by an event object.\n var keyName = CodeMirror.keyName = function(event, noShift) {\n if (presto && event.keyCode == 34 && event[\"char\"]) return false;\n var name = keyNames[event.keyCode];\n if (name == null || event.altGraphKey) return false;\n if (event.altKey) name = \"Alt-\" + name;\n if (flipCtrlCmd ? event.metaKey : event.ctrlKey) name = \"Ctrl-\" + name;\n if (flipCtrlCmd ? event.ctrlKey : event.metaKey) name = \"Cmd-\" + name;\n if (!noShift && event.shiftKey) name = \"Shift-\" + name;\n return name;\n };\n\n // FROMTEXTAREA\n\n CodeMirror.fromTextArea = function(textarea, options) {\n if (!options) options = {};\n options.value = textarea.value;\n if (!options.tabindex && textarea.tabindex)\n options.tabindex = textarea.tabindex;\n if (!options.placeholder && textarea.placeholder)\n options.placeholder = textarea.placeholder;\n // Set autofocus to true if this textarea is focused, or if it has\n // autofocus and no other element is focused.\n if (options.autofocus == null) {\n var hasFocus = activeElt();\n options.autofocus = hasFocus == textarea ||\n textarea.getAttribute(\"autofocus\") != null && hasFocus == document.body;\n }\n\n function save() {textarea.value = cm.getValue();}\n if (textarea.form) {\n on(textarea.form, \"submit\", save);\n // Deplorable hack to make the submit method do the right thing.\n if (!options.leaveSubmitMethodAlone) {\n var form = textarea.form, realSubmit = form.submit;\n try {\n var wrappedSubmit = form.submit = function() {\n save();\n form.submit = realSubmit;\n form.submit();\n form.submit = wrappedSubmit;\n };\n } catch(e) {}\n }\n }\n\n textarea.style.display = \"none\";\n var cm = CodeMirror(function(node) {\n textarea.parentNode.insertBefore(node, textarea.nextSibling);\n }, options);\n cm.save = save;\n cm.getTextArea = function() { return textarea; };\n cm.toTextArea = function() {\n save();\n textarea.parentNode.removeChild(cm.getWrapperElement());\n textarea.style.display = \"\";\n if (textarea.form) {\n off(textarea.form, \"submit\", save);\n if (typeof textarea.form.submit == \"function\")\n textarea.form.submit = realSubmit;\n }\n };\n return cm;\n };\n\n // STRING STREAM\n\n // Fed to the mode parsers, provides helper functions to make\n // parsers more succinct.\n\n var StringStream = CodeMirror.StringStream = function(string, tabSize) {\n this.pos = this.start = 0;\n this.string = string;\n this.tabSize = tabSize || 8;\n this.lastColumnPos = this.lastColumnValue = 0;\n this.lineStart = 0;\n };\n\n StringStream.prototype = {\n eol: function() {return this.pos >= this.string.length;},\n sol: function() {return this.pos == this.lineStart;},\n peek: function() {return this.string.charAt(this.pos) || undefined;},\n next: function() {\n if (this.pos < this.string.length)\n return this.string.charAt(this.pos++);\n },\n eat: function(match) {\n var ch = this.string.charAt(this.pos);\n if (typeof match == \"string\") var ok = ch == match;\n else var ok = ch && (match.test ? match.test(ch) : match(ch));\n if (ok) {++this.pos; return ch;}\n },\n eatWhile: function(match) {\n var start = this.pos;\n while (this.eat(match)){}\n return this.pos > start;\n },\n eatSpace: function() {\n var start = this.pos;\n while (/[\\s\\u00a0]/.test(this.string.charAt(this.pos))) ++this.pos;\n return this.pos > start;\n },\n skipToEnd: function() {this.pos = this.string.length;},\n skipTo: function(ch) {\n var found = this.string.indexOf(ch, this.pos);\n if (found > -1) {this.pos = found; return true;}\n },\n backUp: function(n) {this.pos -= n;},\n column: function() {\n if (this.lastColumnPos < this.start) {\n this.lastColumnValue = countColumn(this.string, this.start, this.tabSize, this.lastColumnPos, this.lastColumnValue);\n this.lastColumnPos = this.start;\n }\n return this.lastColumnValue - (this.lineStart ? countColumn(this.string, this.lineStart, this.tabSize) : 0);\n },\n indentation: function() {\n return countColumn(this.string, null, this.tabSize) -\n (this.lineStart ? countColumn(this.string, this.lineStart, this.tabSize) : 0);\n },\n match: function(pattern, consume, caseInsensitive) {\n if (typeof pattern == \"string\") {\n var cased = function(str) {return caseInsensitive ? str.toLowerCase() : str;};\n var substr = this.string.substr(this.pos, pattern.length);\n if (cased(substr) == cased(pattern)) {\n if (consume !== false) this.pos += pattern.length;\n return true;\n }\n } else {\n var match = this.string.slice(this.pos).match(pattern);\n if (match && match.index > 0) return null;\n if (match && consume !== false) this.pos += match[0].length;\n return match;\n }\n },\n current: function(){return this.string.slice(this.start, this.pos);},\n hideFirstChars: function(n, inner) {\n this.lineStart += n;\n try { return inner(); }\n finally { this.lineStart -= n; }\n }\n };\n\n // TEXTMARKERS\n\n // Created with markText and setBookmark methods. A TextMarker is a\n // handle that can be used to clear or find a marked position in the\n // document. Line objects hold arrays (markedSpans) containing\n // {from, to, marker} object pointing to such marker objects, and\n // indicating that such a marker is present on that line. Multiple\n // lines may point to the same marker when it spans across lines.\n // The spans will have null for their from/to properties when the\n // marker continues beyond the start/end of the line. Markers have\n // links back to the lines they currently touch.\n\n var TextMarker = CodeMirror.TextMarker = function(doc, type) {\n this.lines = [];\n this.type = type;\n this.doc = doc;\n };\n eventMixin(TextMarker);\n\n // Clear the marker.\n TextMarker.prototype.clear = function() {\n if (this.explicitlyCleared) return;\n var cm = this.doc.cm, withOp = cm && !cm.curOp;\n if (withOp) startOperation(cm);\n if (hasHandler(this, \"clear\")) {\n var found = this.find();\n if (found) signalLater(this, \"clear\", found.from, found.to);\n }\n var min = null, max = null;\n for (var i = 0; i < this.lines.length; ++i) {\n var line = this.lines[i];\n var span = getMarkedSpanFor(line.markedSpans, this);\n if (cm && !this.collapsed) regLineChange(cm, lineNo(line), \"text\");\n else if (cm) {\n if (span.to != null) max = lineNo(line);\n if (span.from != null) min = lineNo(line);\n }\n line.markedSpans = removeMarkedSpan(line.markedSpans, span);\n if (span.from == null && this.collapsed && !lineIsHidden(this.doc, line) && cm)\n updateLineHeight(line, textHeight(cm.display));\n }\n if (cm && this.collapsed && !cm.options.lineWrapping) for (var i = 0; i < this.lines.length; ++i) {\n var visual = visualLine(this.lines[i]), len = lineLength(visual);\n if (len > cm.display.maxLineLength) {\n cm.display.maxLine = visual;\n cm.display.maxLineLength = len;\n cm.display.maxLineChanged = true;\n }\n }\n\n if (min != null && cm && this.collapsed) regChange(cm, min, max + 1);\n this.lines.length = 0;\n this.explicitlyCleared = true;\n if (this.atomic && this.doc.cantEdit) {\n this.doc.cantEdit = false;\n if (cm) reCheckSelection(cm.doc);\n }\n if (cm) signalLater(cm, \"markerCleared\", cm, this);\n if (withOp) endOperation(cm);\n if (this.parent) this.parent.clear();\n };\n\n // Find the position of the marker in the document. Returns a {from,\n // to} object by default. Side can be passed to get a specific side\n // -- 0 (both), -1 (left), or 1 (right). When lineObj is true, the\n // Pos objects returned contain a line object, rather than a line\n // number (used to prevent looking up the same line twice).\n TextMarker.prototype.find = function(side, lineObj) {\n if (side == null && this.type == \"bookmark\") side = 1;\n var from, to;\n for (var i = 0; i < this.lines.length; ++i) {\n var line = this.lines[i];\n var span = getMarkedSpanFor(line.markedSpans, this);\n if (span.from != null) {\n from = Pos(lineObj ? line : lineNo(line), span.from);\n if (side == -1) return from;\n }\n if (span.to != null) {\n to = Pos(lineObj ? line : lineNo(line), span.to);\n if (side == 1) return to;\n }\n }\n return from && {from: from, to: to};\n };\n\n // Signals that the marker's widget changed, and surrounding layout\n // should be recomputed.\n TextMarker.prototype.changed = function() {\n var pos = this.find(-1, true), widget = this, cm = this.doc.cm;\n if (!pos || !cm) return;\n runInOp(cm, function() {\n var line = pos.line, lineN = lineNo(pos.line);\n var view = findViewForLine(cm, lineN);\n if (view) {\n clearLineMeasurementCacheFor(view);\n cm.curOp.selectionChanged = cm.curOp.forceUpdate = true;\n }\n cm.curOp.updateMaxLine = true;\n if (!lineIsHidden(widget.doc, line) && widget.height != null) {\n var oldHeight = widget.height;\n widget.height = null;\n var dHeight = widgetHeight(widget) - oldHeight;\n if (dHeight)\n updateLineHeight(line, line.height + dHeight);\n }\n });\n };\n\n TextMarker.prototype.attachLine = function(line) {\n if (!this.lines.length && this.doc.cm) {\n var op = this.doc.cm.curOp;\n if (!op.maybeHiddenMarkers || indexOf(op.maybeHiddenMarkers, this) == -1)\n (op.maybeUnhiddenMarkers || (op.maybeUnhiddenMarkers = [])).push(this);\n }\n this.lines.push(line);\n };\n TextMarker.prototype.detachLine = function(line) {\n this.lines.splice(indexOf(this.lines, line), 1);\n if (!this.lines.length && this.doc.cm) {\n var op = this.doc.cm.curOp;\n (op.maybeHiddenMarkers || (op.maybeHiddenMarkers = [])).push(this);\n }\n };\n\n // Collapsed markers have unique ids, in order to be able to order\n // them, which is needed for uniquely determining an outer marker\n // when they overlap (they may nest, but not partially overlap).\n var nextMarkerId = 0;\n\n // Create a marker, wire it up to the right lines, and\n function markText(doc, from, to, options, type) {\n // Shared markers (across linked documents) are handled separately\n // (markTextShared will call out to this again, once per\n // document).\n if (options && options.shared) return markTextShared(doc, from, to, options, type);\n // Ensure we are in an operation.\n if (doc.cm && !doc.cm.curOp) return operation(doc.cm, markText)(doc, from, to, options, type);\n\n var marker = new TextMarker(doc, type), diff = cmp(from, to);\n if (options) copyObj(options, marker, false);\n // Don't connect empty markers unless clearWhenEmpty is false\n if (diff > 0 || diff == 0 && marker.clearWhenEmpty !== false)\n return marker;\n if (marker.replacedWith) {\n // Showing up as a widget implies collapsed (widget replaces text)\n marker.collapsed = true;\n marker.widgetNode = elt(\"span\", [marker.replacedWith], \"CodeMirror-widget\");\n if (!options.handleMouseEvents) marker.widgetNode.ignoreEvents = true;\n if (options.insertLeft) marker.widgetNode.insertLeft = true;\n }\n if (marker.collapsed) {\n if (conflictingCollapsedRange(doc, from.line, from, to, marker) ||\n from.line != to.line && conflictingCollapsedRange(doc, to.line, from, to, marker))\n throw new Error(\"Inserting collapsed marker partially overlapping an existing one\");\n sawCollapsedSpans = true;\n }\n\n if (marker.addToHistory)\n addChangeToHistory(doc, {from: from, to: to, origin: \"markText\"}, doc.sel, NaN);\n\n var curLine = from.line, cm = doc.cm, updateMaxLine;\n doc.iter(curLine, to.line + 1, function(line) {\n if (cm && marker.collapsed && !cm.options.lineWrapping && visualLine(line) == cm.display.maxLine)\n updateMaxLine = true;\n if (marker.collapsed && curLine != from.line) updateLineHeight(line, 0);\n addMarkedSpan(line, new MarkedSpan(marker,\n curLine == from.line ? from.ch : null,\n curLine == to.line ? to.ch : null));\n ++curLine;\n });\n // lineIsHidden depends on the presence of the spans, so needs a second pass\n if (marker.collapsed) doc.iter(from.line, to.line + 1, function(line) {\n if (lineIsHidden(doc, line)) updateLineHeight(line, 0);\n });\n\n if (marker.clearOnEnter) on(marker, \"beforeCursorEnter\", function() { marker.clear(); });\n\n if (marker.readOnly) {\n sawReadOnlySpans = true;\n if (doc.history.done.length || doc.history.undone.length)\n doc.clearHistory();\n }\n if (marker.collapsed) {\n marker.id = ++nextMarkerId;\n marker.atomic = true;\n }\n if (cm) {\n // Sync editor state\n if (updateMaxLine) cm.curOp.updateMaxLine = true;\n if (marker.collapsed)\n regChange(cm, from.line, to.line + 1);\n else if (marker.className || marker.title || marker.startStyle || marker.endStyle)\n for (var i = from.line; i <= to.line; i++) regLineChange(cm, i, \"text\");\n if (marker.atomic) reCheckSelection(cm.doc);\n signalLater(cm, \"markerAdded\", cm, marker);\n }\n return marker;\n }\n\n // SHARED TEXTMARKERS\n\n // A shared marker spans multiple linked documents. It is\n // implemented as a meta-marker-object controlling multiple normal\n // markers.\n var SharedTextMarker = CodeMirror.SharedTextMarker = function(markers, primary) {\n this.markers = markers;\n this.primary = primary;\n for (var i = 0; i < markers.length; ++i)\n markers[i].parent = this;\n };\n eventMixin(SharedTextMarker);\n\n SharedTextMarker.prototype.clear = function() {\n if (this.explicitlyCleared) return;\n this.explicitlyCleared = true;\n for (var i = 0; i < this.markers.length; ++i)\n this.markers[i].clear();\n signalLater(this, \"clear\");\n };\n SharedTextMarker.prototype.find = function(side, lineObj) {\n return this.primary.find(side, lineObj);\n };\n\n function markTextShared(doc, from, to, options, type) {\n options = copyObj(options);\n options.shared = false;\n var markers = [markText(doc, from, to, options, type)], primary = markers[0];\n var widget = options.widgetNode;\n linkedDocs(doc, function(doc) {\n if (widget) options.widgetNode = widget.cloneNode(true);\n markers.push(markText(doc, clipPos(doc, from), clipPos(doc, to), options, type));\n for (var i = 0; i < doc.linked.length; ++i)\n if (doc.linked[i].isParent) return;\n primary = lst(markers);\n });\n return new SharedTextMarker(markers, primary);\n }\n\n function findSharedMarkers(doc) {\n return doc.findMarks(Pos(doc.first, 0), doc.clipPos(Pos(doc.lastLine())),\n function(m) { return m.parent; });\n }\n\n function copySharedMarkers(doc, markers) {\n for (var i = 0; i < markers.length; i++) {\n var marker = markers[i], pos = marker.find();\n var mFrom = doc.clipPos(pos.from), mTo = doc.clipPos(pos.to);\n if (cmp(mFrom, mTo)) {\n var subMark = markText(doc, mFrom, mTo, marker.primary, marker.primary.type);\n marker.markers.push(subMark);\n subMark.parent = marker;\n }\n }\n }\n\n function detachSharedMarkers(markers) {\n for (var i = 0; i < markers.length; i++) {\n var marker = markers[i], linked = [marker.primary.doc];;\n linkedDocs(marker.primary.doc, function(d) { linked.push(d); });\n for (var j = 0; j < marker.markers.length; j++) {\n var subMarker = marker.markers[j];\n if (indexOf(linked, subMarker.doc) == -1) {\n subMarker.parent = null;\n marker.markers.splice(j--, 1);\n }\n }\n }\n }\n\n // TEXTMARKER SPANS\n\n function MarkedSpan(marker, from, to) {\n this.marker = marker;\n this.from = from; this.to = to;\n }\n\n // Search an array of spans for a span matching the given marker.\n function getMarkedSpanFor(spans, marker) {\n if (spans) for (var i = 0; i < spans.length; ++i) {\n var span = spans[i];\n if (span.marker == marker) return span;\n }\n }\n // Remove a span from an array, returning undefined if no spans are\n // left (we don't store arrays for lines without spans).\n function removeMarkedSpan(spans, span) {\n for (var r, i = 0; i < spans.length; ++i)\n if (spans[i] != span) (r || (r = [])).push(spans[i]);\n return r;\n }\n // Add a span to a line.\n function addMarkedSpan(line, span) {\n line.markedSpans = line.markedSpans ? line.markedSpans.concat([span]) : [span];\n span.marker.attachLine(line);\n }\n\n // Used for the algorithm that adjusts markers for a change in the\n // document. These functions cut an array of spans at a given\n // character position, returning an array of remaining chunks (or\n // undefined if nothing remains).\n function markedSpansBefore(old, startCh, isInsert) {\n if (old) for (var i = 0, nw; i < old.length; ++i) {\n var span = old[i], marker = span.marker;\n var startsBefore = span.from == null || (marker.inclusiveLeft ? span.from <= startCh : span.from < startCh);\n if (startsBefore || span.from == startCh && marker.type == \"bookmark\" && (!isInsert || !span.marker.insertLeft)) {\n var endsAfter = span.to == null || (marker.inclusiveRight ? span.to >= startCh : span.to > startCh);\n (nw || (nw = [])).push(new MarkedSpan(marker, span.from, endsAfter ? null : span.to));\n }\n }\n return nw;\n }\n function markedSpansAfter(old, endCh, isInsert) {\n if (old) for (var i = 0, nw; i < old.length; ++i) {\n var span = old[i], marker = span.marker;\n var endsAfter = span.to == null || (marker.inclusiveRight ? span.to >= endCh : span.to > endCh);\n if (endsAfter || span.from == endCh && marker.type == \"bookmark\" && (!isInsert || span.marker.insertLeft)) {\n var startsBefore = span.from == null || (marker.inclusiveLeft ? span.from <= endCh : span.from < endCh);\n (nw || (nw = [])).push(new MarkedSpan(marker, startsBefore ? null : span.from - endCh,\n span.to == null ? null : span.to - endCh));\n }\n }\n return nw;\n }\n\n // Given a change object, compute the new set of marker spans that\n // cover the line in which the change took place. Removes spans\n // entirely within the change, reconnects spans belonging to the\n // same marker that appear on both sides of the change, and cuts off\n // spans partially within the change. Returns an array of span\n // arrays with one element for each line in (after) the change.\n function stretchSpansOverChange(doc, change) {\n var oldFirst = isLine(doc, change.from.line) && getLine(doc, change.from.line).markedSpans;\n var oldLast = isLine(doc, change.to.line) && getLine(doc, change.to.line).markedSpans;\n if (!oldFirst && !oldLast) return null;\n\n var startCh = change.from.ch, endCh = change.to.ch, isInsert = cmp(change.from, change.to) == 0;\n // Get the spans that 'stick out' on both sides\n var first = markedSpansBefore(oldFirst, startCh, isInsert);\n var last = markedSpansAfter(oldLast, endCh, isInsert);\n\n // Next, merge those two ends\n var sameLine = change.text.length == 1, offset = lst(change.text).length + (sameLine ? startCh : 0);\n if (first) {\n // Fix up .to properties of first\n for (var i = 0; i < first.length; ++i) {\n var span = first[i];\n if (span.to == null) {\n var found = getMarkedSpanFor(last, span.marker);\n if (!found) span.to = startCh;\n else if (sameLine) span.to = found.to == null ? null : found.to + offset;\n }\n }\n }\n if (last) {\n // Fix up .from in last (or move them into first in case of sameLine)\n for (var i = 0; i < last.length; ++i) {\n var span = last[i];\n if (span.to != null) span.to += offset;\n if (span.from == null) {\n var found = getMarkedSpanFor(first, span.marker);\n if (!found) {\n span.from = offset;\n if (sameLine) (first || (first = [])).push(span);\n }\n } else {\n span.from += offset;\n if (sameLine) (first || (first = [])).push(span);\n }\n }\n }\n // Make sure we didn't create any zero-length spans\n if (first) first = clearEmptySpans(first);\n if (last && last != first) last = clearEmptySpans(last);\n\n var newMarkers = [first];\n if (!sameLine) {\n // Fill gap with whole-line-spans\n var gap = change.text.length - 2, gapMarkers;\n if (gap > 0 && first)\n for (var i = 0; i < first.length; ++i)\n if (first[i].to == null)\n (gapMarkers || (gapMarkers = [])).push(new MarkedSpan(first[i].marker, null, null));\n for (var i = 0; i < gap; ++i)\n newMarkers.push(gapMarkers);\n newMarkers.push(last);\n }\n return newMarkers;\n }\n\n // Remove spans that are empty and don't have a clearWhenEmpty\n // option of false.\n function clearEmptySpans(spans) {\n for (var i = 0; i < spans.length; ++i) {\n var span = spans[i];\n if (span.from != null && span.from == span.to && span.marker.clearWhenEmpty !== false)\n spans.splice(i--, 1);\n }\n if (!spans.length) return null;\n return spans;\n }\n\n // Used for un/re-doing changes from the history. Combines the\n // result of computing the existing spans with the set of spans that\n // existed in the history (so that deleting around a span and then\n // undoing brings back the span).\n function mergeOldSpans(doc, change) {\n var old = getOldSpans(doc, change);\n var stretched = stretchSpansOverChange(doc, change);\n if (!old) return stretched;\n if (!stretched) return old;\n\n for (var i = 0; i < old.length; ++i) {\n var oldCur = old[i], stretchCur = stretched[i];\n if (oldCur && stretchCur) {\n spans: for (var j = 0; j < stretchCur.length; ++j) {\n var span = stretchCur[j];\n for (var k = 0; k < oldCur.length; ++k)\n if (oldCur[k].marker == span.marker) continue spans;\n oldCur.push(span);\n }\n } else if (stretchCur) {\n old[i] = stretchCur;\n }\n }\n return old;\n }\n\n // Used to 'clip' out readOnly ranges when making a change.\n function removeReadOnlyRanges(doc, from, to) {\n var markers = null;\n doc.iter(from.line, to.line + 1, function(line) {\n if (line.markedSpans) for (var i = 0; i < line.markedSpans.length; ++i) {\n var mark = line.markedSpans[i].marker;\n if (mark.readOnly && (!markers || indexOf(markers, mark) == -1))\n (markers || (markers = [])).push(mark);\n }\n });\n if (!markers) return null;\n var parts = [{from: from, to: to}];\n for (var i = 0; i < markers.length; ++i) {\n var mk = markers[i], m = mk.find(0);\n for (var j = 0; j < parts.length; ++j) {\n var p = parts[j];\n if (cmp(p.to, m.from) < 0 || cmp(p.from, m.to) > 0) continue;\n var newParts = [j, 1], dfrom = cmp(p.from, m.from), dto = cmp(p.to, m.to);\n if (dfrom < 0 || !mk.inclusiveLeft && !dfrom)\n newParts.push({from: p.from, to: m.from});\n if (dto > 0 || !mk.inclusiveRight && !dto)\n newParts.push({from: m.to, to: p.to});\n parts.splice.apply(parts, newParts);\n j += newParts.length - 1;\n }\n }\n return parts;\n }\n\n // Connect or disconnect spans from a line.\n function detachMarkedSpans(line) {\n var spans = line.markedSpans;\n if (!spans) return;\n for (var i = 0; i < spans.length; ++i)\n spans[i].marker.detachLine(line);\n line.markedSpans = null;\n }\n function attachMarkedSpans(line, spans) {\n if (!spans) return;\n for (var i = 0; i < spans.length; ++i)\n spans[i].marker.attachLine(line);\n line.markedSpans = spans;\n }\n\n // Helpers used when computing which overlapping collapsed span\n // counts as the larger one.\n function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0; }\n function extraRight(marker) { return marker.inclusiveRight ? 1 : 0; }\n\n // Returns a number indicating which of two overlapping collapsed\n // spans is larger (and thus includes the other). Falls back to\n // comparing ids when the spans cover exactly the same range.\n function compareCollapsedMarkers(a, b) {\n var lenDiff = a.lines.length - b.lines.length;\n if (lenDiff != 0) return lenDiff;\n var aPos = a.find(), bPos = b.find();\n var fromCmp = cmp(aPos.from, bPos.from) || extraLeft(a) - extraLeft(b);\n if (fromCmp) return -fromCmp;\n var toCmp = cmp(aPos.to, bPos.to) || extraRight(a) - extraRight(b);\n if (toCmp) return toCmp;\n return b.id - a.id;\n }\n\n // Find out whether a line ends or starts in a collapsed span. If\n // so, return the marker for that span.\n function collapsedSpanAtSide(line, start) {\n var sps = sawCollapsedSpans && line.markedSpans, found;\n if (sps) for (var sp, i = 0; i < sps.length; ++i) {\n sp = sps[i];\n if (sp.marker.collapsed && (start ? sp.from : sp.to) == null &&\n (!found || compareCollapsedMarkers(found, sp.marker) < 0))\n found = sp.marker;\n }\n return found;\n }\n function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); }\n function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); }\n\n // Test whether there exists a collapsed span that partially\n // overlaps (covers the start or end, but not both) of a new span.\n // Such overlap is not allowed.\n function conflictingCollapsedRange(doc, lineNo, from, to, marker) {\n var line = getLine(doc, lineNo);\n var sps = sawCollapsedSpans && line.markedSpans;\n if (sps) for (var i = 0; i < sps.length; ++i) {\n var sp = sps[i];\n if (!sp.marker.collapsed) continue;\n var found = sp.marker.find(0);\n var fromCmp = cmp(found.from, from) || extraLeft(sp.marker) - extraLeft(marker);\n var toCmp = cmp(found.to, to) || extraRight(sp.marker) - extraRight(marker);\n if (fromCmp >= 0 && toCmp <= 0 || fromCmp <= 0 && toCmp >= 0) continue;\n if (fromCmp <= 0 && (cmp(found.to, from) || extraRight(sp.marker) - extraLeft(marker)) > 0 ||\n fromCmp >= 0 && (cmp(found.from, to) || extraLeft(sp.marker) - extraRight(marker)) < 0)\n return true;\n }\n }\n\n // A visual line is a line as drawn on the screen. Folding, for\n // example, can cause multiple logical lines to appear on the same\n // visual line. This finds the start of the visual line that the\n // given line is part of (usually that is the line itself).\n function visualLine(line) {\n var merged;\n while (merged = collapsedSpanAtStart(line))\n line = merged.find(-1, true).line;\n return line;\n }\n\n // Returns an array of logical lines that continue the visual line\n // started by the argument, or undefined if there are no such lines.\n function visualLineContinued(line) {\n var merged, lines;\n while (merged = collapsedSpanAtEnd(line)) {\n line = merged.find(1, true).line;\n (lines || (lines = [])).push(line);\n }\n return lines;\n }\n\n // Get the line number of the start of the visual line that the\n // given line number is part of.\n function visualLineNo(doc, lineN) {\n var line = getLine(doc, lineN), vis = visualLine(line);\n if (line == vis) return lineN;\n return lineNo(vis);\n }\n // Get the line number of the start of the next visual line after\n // the given line.\n function visualLineEndNo(doc, lineN) {\n if (lineN > doc.lastLine()) return lineN;\n var line = getLine(doc, lineN), merged;\n if (!lineIsHidden(doc, line)) return lineN;\n while (merged = collapsedSpanAtEnd(line))\n line = merged.find(1, true).line;\n return lineNo(line) + 1;\n }\n\n // Compute whether a line is hidden. Lines count as hidden when they\n // are part of a visual line that starts with another line, or when\n // they are entirely covered by collapsed, non-widget span.\n function lineIsHidden(doc, line) {\n var sps = sawCollapsedSpans && line.markedSpans;\n if (sps) for (var sp, i = 0; i < sps.length; ++i) {\n sp = sps[i];\n if (!sp.marker.collapsed) continue;\n if (sp.from == null) return true;\n if (sp.marker.widgetNode) continue;\n if (sp.from == 0 && sp.marker.inclusiveLeft && lineIsHiddenInner(doc, line, sp))\n return true;\n }\n }\n function lineIsHiddenInner(doc, line, span) {\n if (span.to == null) {\n var end = span.marker.find(1, true);\n return lineIsHiddenInner(doc, end.line, getMarkedSpanFor(end.line.markedSpans, span.marker));\n }\n if (span.marker.inclusiveRight && span.to == line.text.length)\n return true;\n for (var sp, i = 0; i < line.markedSpans.length; ++i) {\n sp = line.markedSpans[i];\n if (sp.marker.collapsed && !sp.marker.widgetNode && sp.from == span.to &&\n (sp.to == null || sp.to != span.from) &&\n (sp.marker.inclusiveLeft || span.marker.inclusiveRight) &&\n lineIsHiddenInner(doc, line, sp)) return true;\n }\n }\n\n // LINE WIDGETS\n\n // Line widgets are block elements displayed above or below a line.\n\n var LineWidget = CodeMirror.LineWidget = function(cm, node, options) {\n if (options) for (var opt in options) if (options.hasOwnProperty(opt))\n this[opt] = options[opt];\n this.cm = cm;\n this.node = node;\n };\n eventMixin(LineWidget);\n\n function adjustScrollWhenAboveVisible(cm, line, diff) {\n if (heightAtLine(line) < ((cm.curOp && cm.curOp.scrollTop) || cm.doc.scrollTop))\n addToScrollPos(cm, null, diff);\n }\n\n LineWidget.prototype.clear = function() {\n var cm = this.cm, ws = this.line.widgets, line = this.line, no = lineNo(line);\n if (no == null || !ws) return;\n for (var i = 0; i < ws.length; ++i) if (ws[i] == this) ws.splice(i--, 1);\n if (!ws.length) line.widgets = null;\n var height = widgetHeight(this);\n runInOp(cm, function() {\n adjustScrollWhenAboveVisible(cm, line, -height);\n regLineChange(cm, no, \"widget\");\n updateLineHeight(line, Math.max(0, line.height - height));\n });\n };\n LineWidget.prototype.changed = function() {\n var oldH = this.height, cm = this.cm, line = this.line;\n this.height = null;\n var diff = widgetHeight(this) - oldH;\n if (!diff) return;\n runInOp(cm, function() {\n cm.curOp.forceUpdate = true;\n adjustScrollWhenAboveVisible(cm, line, diff);\n updateLineHeight(line, line.height + diff);\n });\n };\n\n function widgetHeight(widget) {\n if (widget.height != null) return widget.height;\n if (!contains(document.body, widget.node))\n removeChildrenAndAdd(widget.cm.display.measure, elt(\"div\", [widget.node], null, \"position: relative\"));\n return widget.height = widget.node.offsetHeight;\n }\n\n function addLineWidget(cm, handle, node, options) {\n var widget = new LineWidget(cm, node, options);\n if (widget.noHScroll) cm.display.alignWidgets = true;\n changeLine(cm, handle, \"widget\", function(line) {\n var widgets = line.widgets || (line.widgets = []);\n if (widget.insertAt == null) widgets.push(widget);\n else widgets.splice(Math.min(widgets.length - 1, Math.max(0, widget.insertAt)), 0, widget);\n widget.line = line;\n if (!lineIsHidden(cm.doc, line)) {\n var aboveVisible = heightAtLine(line) < cm.doc.scrollTop;\n updateLineHeight(line, line.height + widgetHeight(widget));\n if (aboveVisible) addToScrollPos(cm, null, widget.height);\n cm.curOp.forceUpdate = true;\n }\n return true;\n });\n return widget;\n }\n\n // LINE DATA STRUCTURE\n\n // Line objects. These hold state related to a line, including\n // highlighting info (the styles array).\n var Line = CodeMirror.Line = function(text, markedSpans, estimateHeight) {\n this.text = text;\n attachMarkedSpans(this, markedSpans);\n this.height = estimateHeight ? estimateHeight(this) : 1;\n };\n eventMixin(Line);\n Line.prototype.lineNo = function() { return lineNo(this); };\n\n // Change the content (text, markers) of a line. Automatically\n // invalidates cached information and tries to re-estimate the\n // line's height.\n function updateLine(line, text, markedSpans, estimateHeight) {\n line.text = text;\n if (line.stateAfter) line.stateAfter = null;\n if (line.styles) line.styles = null;\n if (line.order != null) line.order = null;\n detachMarkedSpans(line);\n attachMarkedSpans(line, markedSpans);\n var estHeight = estimateHeight ? estimateHeight(line) : 1;\n if (estHeight != line.height) updateLineHeight(line, estHeight);\n }\n\n // Detach a line from the document tree and its markers.\n function cleanUpLine(line) {\n line.parent = null;\n detachMarkedSpans(line);\n }\n\n function extractLineClasses(type, output) {\n if (type) for (;;) {\n var lineClass = type.match(/(?:^|\\s+)line-(background-)?(\\S+)/);\n if (!lineClass) break;\n type = type.slice(0, lineClass.index) + type.slice(lineClass.index + lineClass[0].length);\n var prop = lineClass[1] ? \"bgClass\" : \"textClass\";\n if (output[prop] == null)\n output[prop] = lineClass[2];\n else if (!(new RegExp(\"(?:^|\\s)\" + lineClass[2] + \"(?:$|\\s)\")).test(output[prop]))\n output[prop] += \" \" + lineClass[2];\n }\n return type;\n }\n\n function callBlankLine(mode, state) {\n if (mode.blankLine) return mode.blankLine(state);\n if (!mode.innerMode) return;\n var inner = CodeMirror.innerMode(mode, state);\n if (inner.mode.blankLine) return inner.mode.blankLine(inner.state);\n }\n\n function readToken(mode, stream, state) {\n for (var i = 0; i < 10; i++) {\n var style = mode.token(stream, state);\n if (stream.pos > stream.start) return style;\n }\n throw new Error(\"Mode \" + mode.name + \" failed to advance stream.\");\n }\n\n // Run the given mode's parser over a line, calling f for each token.\n function runMode(cm, text, mode, state, f, lineClasses, forceToEnd) {\n var flattenSpans = mode.flattenSpans;\n if (flattenSpans == null) flattenSpans = cm.options.flattenSpans;\n var curStart = 0, curStyle = null;\n var stream = new StringStream(text, cm.options.tabSize), style;\n if (text == \"\") extractLineClasses(callBlankLine(mode, state), lineClasses);\n while (!stream.eol()) {\n if (stream.pos > cm.options.maxHighlightLength) {\n flattenSpans = false;\n if (forceToEnd) processLine(cm, text, state, stream.pos);\n stream.pos = text.length;\n style = null;\n } else {\n style = extractLineClasses(readToken(mode, stream, state), lineClasses);\n }\n if (cm.options.addModeClass) {\n var mName = CodeMirror.innerMode(mode, state).mode.name;\n if (mName) style = \"m-\" + (style ? mName + \" \" + style : mName);\n }\n if (!flattenSpans || curStyle != style) {\n if (curStart < stream.start) f(stream.start, curStyle);\n curStart = stream.start; curStyle = style;\n }\n stream.start = stream.pos;\n }\n while (curStart < stream.pos) {\n // Webkit seems to refuse to render text nodes longer than 57444 characters\n var pos = Math.min(stream.pos, curStart + 50000);\n f(pos, curStyle);\n curStart = pos;\n }\n }\n\n // Compute a style array (an array starting with a mode generation\n // -- for invalidation -- followed by pairs of end positions and\n // style strings), which is used to highlight the tokens on the\n // line.\n function highlightLine(cm, line, state, forceToEnd) {\n // A styles array always starts with a number identifying the\n // mode/overlays that it is based on (for easy invalidation).\n var st = [cm.state.modeGen], lineClasses = {};\n // Compute the base array of styles\n runMode(cm, line.text, cm.doc.mode, state, function(end, style) {\n st.push(end, style);\n }, lineClasses, forceToEnd);\n\n // Run overlays, adjust style array.\n for (var o = 0; o < cm.state.overlays.length; ++o) {\n var overlay = cm.state.overlays[o], i = 1, at = 0;\n runMode(cm, line.text, overlay.mode, true, function(end, style) {\n var start = i;\n // Ensure there's a token end at the current position, and that i points at it\n while (at < end) {\n var i_end = st[i];\n if (i_end > end)\n st.splice(i, 1, end, st[i+1], i_end);\n i += 2;\n at = Math.min(end, i_end);\n }\n if (!style) return;\n if (overlay.opaque) {\n st.splice(start, i - start, end, \"cm-overlay \" + style);\n i = start + 2;\n } else {\n for (; start < i; start += 2) {\n var cur = st[start+1];\n st[start+1] = (cur ? cur + \" \" : \"\") + \"cm-overlay \" + style;\n }\n }\n }, lineClasses);\n }\n\n return {styles: st, classes: lineClasses.bgClass || lineClasses.textClass ? lineClasses : null};\n }\n\n function getLineStyles(cm, line) {\n if (!line.styles || line.styles[0] != cm.state.modeGen) {\n var result = highlightLine(cm, line, line.stateAfter = getStateBefore(cm, lineNo(line)));\n line.styles = result.styles;\n if (result.classes) line.styleClasses = result.classes;\n else if (line.styleClasses) line.styleClasses = null;\n }\n return line.styles;\n }\n\n // Lightweight form of highlight -- proceed over this line and\n // update state, but don't save a style array. Used for lines that\n // aren't currently visible.\n function processLine(cm, text, state, startAt) {\n var mode = cm.doc.mode;\n var stream = new StringStream(text, cm.options.tabSize);\n stream.start = stream.pos = startAt || 0;\n if (text == \"\") callBlankLine(mode, state);\n while (!stream.eol() && stream.pos <= cm.options.maxHighlightLength) {\n readToken(mode, stream, state);\n stream.start = stream.pos;\n }\n }\n\n // Convert a style as returned by a mode (either null, or a string\n // containing one or more styles) to a CSS style. This is cached,\n // and also looks for line-wide styles.\n var styleToClassCache = {}, styleToClassCacheWithMode = {};\n function interpretTokenStyle(style, options) {\n if (!style || /^\\s*$/.test(style)) return null;\n var cache = options.addModeClass ? styleToClassCacheWithMode : styleToClassCache;\n return cache[style] ||\n (cache[style] = style.replace(/\\S+/g, \"cm-$&\"));\n }\n\n // Render the DOM representation of the text of a line. Also builds\n // up a 'line map', which points at the DOM nodes that represent\n // specific stretches of text, and is used by the measuring code.\n // The returned object contains the DOM node, this map, and\n // information about line-wide styles that were set by the mode.\n function buildLineContent(cm, lineView) {\n // The padding-right forces the element to have a 'border', which\n // is needed on Webkit to be able to get line-level bounding\n // rectangles for it (in measureChar).\n var content = elt(\"span\", null, null, webkit ? \"padding-right: .1px\" : null);\n var builder = {pre: elt(\"pre\", [content]), content: content, col: 0, pos: 0, cm: cm};\n lineView.measure = {};\n\n // Iterate over the logical lines that make up this visual line.\n for (var i = 0; i <= (lineView.rest ? lineView.rest.length : 0); i++) {\n var line = i ? lineView.rest[i - 1] : lineView.line, order;\n builder.pos = 0;\n builder.addToken = buildToken;\n // Optionally wire in some hacks into the token-rendering\n // algorithm, to deal with browser quirks.\n if ((ie || webkit) && cm.getOption(\"lineWrapping\"))\n builder.addToken = buildTokenSplitSpaces(builder.addToken);\n if (hasBadBidiRects(cm.display.measure) && (order = getOrder(line)))\n builder.addToken = buildTokenBadBidi(builder.addToken, order);\n builder.map = [];\n insertLineContent(line, builder, getLineStyles(cm, line));\n if (line.styleClasses) {\n if (line.styleClasses.bgClass)\n builder.bgClass = joinClasses(line.styleClasses.bgClass, builder.bgClass || \"\");\n if (line.styleClasses.textClass)\n builder.textClass = joinClasses(line.styleClasses.textClass, builder.textClass || \"\");\n }\n\n // Ensure at least a single node is present, for measuring.\n if (builder.map.length == 0)\n builder.map.push(0, 0, builder.content.appendChild(zeroWidthElement(cm.display.measure)));\n\n // Store the map and a cache object for the current logical line\n if (i == 0) {\n lineView.measure.map = builder.map;\n lineView.measure.cache = {};\n } else {\n (lineView.measure.maps || (lineView.measure.maps = [])).push(builder.map);\n (lineView.measure.caches || (lineView.measure.caches = [])).push({});\n }\n }\n\n signal(cm, \"renderLine\", cm, lineView.line, builder.pre);\n return builder;\n }\n\n function defaultSpecialCharPlaceholder(ch) {\n var token = elt(\"span\", \"\\u2022\", \"cm-invalidchar\");\n token.title = \"\\\\u\" + ch.charCodeAt(0).toString(16);\n return token;\n }\n\n // Build up the DOM representation for a single token, and add it to\n // the line map. Takes care to render special characters separately.\n function buildToken(builder, text, style, startStyle, endStyle, title) {\n if (!text) return;\n var special = builder.cm.options.specialChars, mustWrap = false;\n if (!special.test(text)) {\n builder.col += text.length;\n var content = document.createTextNode(text);\n builder.map.push(builder.pos, builder.pos + text.length, content);\n if (ie_upto8) mustWrap = true;\n builder.pos += text.length;\n } else {\n var content = document.createDocumentFragment(), pos = 0;\n while (true) {\n special.lastIndex = pos;\n var m = special.exec(text);\n var skipped = m ? m.index - pos : text.length - pos;\n if (skipped) {\n var txt = document.createTextNode(text.slice(pos, pos + skipped));\n if (ie_upto8) content.appendChild(elt(\"span\", [txt]));\n else content.appendChild(txt);\n builder.map.push(builder.pos, builder.pos + skipped, txt);\n builder.col += skipped;\n builder.pos += skipped;\n }\n if (!m) break;\n pos += skipped + 1;\n if (m[0] == \"\\t\") {\n var tabSize = builder.cm.options.tabSize, tabWidth = tabSize - builder.col % tabSize;\n var txt = content.appendChild(elt(\"span\", spaceStr(tabWidth), \"cm-tab\"));\n builder.col += tabWidth;\n } else {\n var txt = builder.cm.options.specialCharPlaceholder(m[0]);\n if (ie_upto8) content.appendChild(elt(\"span\", [txt]));\n else content.appendChild(txt);\n builder.col += 1;\n }\n builder.map.push(builder.pos, builder.pos + 1, txt);\n builder.pos++;\n }\n }\n if (style || startStyle || endStyle || mustWrap) {\n var fullStyle = style || \"\";\n if (startStyle) fullStyle += startStyle;\n if (endStyle) fullStyle += endStyle;\n var token = elt(\"span\", [content], fullStyle);\n if (title) token.title = title;\n return builder.content.appendChild(token);\n }\n builder.content.appendChild(content);\n }\n\n function buildTokenSplitSpaces(inner) {\n function split(old) {\n var out = \" \";\n for (var i = 0; i < old.length - 2; ++i) out += i % 2 ? \" \" : \"\\u00a0\";\n out += \" \";\n return out;\n }\n return function(builder, text, style, startStyle, endStyle, title) {\n inner(builder, text.replace(/ {3,}/g, split), style, startStyle, endStyle, title);\n };\n }\n\n // Work around nonsense dimensions being reported for stretches of\n // right-to-left text.\n function buildTokenBadBidi(inner, order) {\n return function(builder, text, style, startStyle, endStyle, title) {\n style = style ? style + \" cm-force-border\" : \"cm-force-border\";\n var start = builder.pos, end = start + text.length;\n for (;;) {\n // Find the part that overlaps with the start of this text\n for (var i = 0; i < order.length; i++) {\n var part = order[i];\n if (part.to > start && part.from <= start) break;\n }\n if (part.to >= end) return inner(builder, text, style, startStyle, endStyle, title);\n inner(builder, text.slice(0, part.to - start), style, startStyle, null, title);\n startStyle = null;\n text = text.slice(part.to - start);\n start = part.to;\n }\n };\n }\n\n function buildCollapsedSpan(builder, size, marker, ignoreWidget) {\n var widget = !ignoreWidget && marker.widgetNode;\n if (widget) {\n builder.map.push(builder.pos, builder.pos + size, widget);\n builder.content.appendChild(widget);\n }\n builder.pos += size;\n }\n\n // Outputs a number of spans to make up a line, taking highlighting\n // and marked text into account.\n function insertLineContent(line, builder, styles) {\n var spans = line.markedSpans, allText = line.text, at = 0;\n if (!spans) {\n for (var i = 1; i < styles.length; i+=2)\n builder.addToken(builder, allText.slice(at, at = styles[i]), interpretTokenStyle(styles[i+1], builder.cm.options));\n return;\n }\n\n var len = allText.length, pos = 0, i = 1, text = \"\", style;\n var nextChange = 0, spanStyle, spanEndStyle, spanStartStyle, title, collapsed;\n for (;;) {\n if (nextChange == pos) { // Update current marker set\n spanStyle = spanEndStyle = spanStartStyle = title = \"\";\n collapsed = null; nextChange = Infinity;\n var foundBookmarks = [];\n for (var j = 0; j < spans.length; ++j) {\n var sp = spans[j], m = sp.marker;\n if (sp.from <= pos && (sp.to == null || sp.to > pos)) {\n if (sp.to != null && nextChange > sp.to) { nextChange = sp.to; spanEndStyle = \"\"; }\n if (m.className) spanStyle += \" \" + m.className;\n if (m.startStyle && sp.from == pos) spanStartStyle += \" \" + m.startStyle;\n if (m.endStyle && sp.to == nextChange) spanEndStyle += \" \" + m.endStyle;\n if (m.title && !title) title = m.title;\n if (m.collapsed && (!collapsed || compareCollapsedMarkers(collapsed.marker, m) < 0))\n collapsed = sp;\n } else if (sp.from > pos && nextChange > sp.from) {\n nextChange = sp.from;\n }\n if (m.type == \"bookmark\" && sp.from == pos && m.widgetNode) foundBookmarks.push(m);\n }\n if (collapsed && (collapsed.from || 0) == pos) {\n buildCollapsedSpan(builder, (collapsed.to == null ? len + 1 : collapsed.to) - pos,\n collapsed.marker, collapsed.from == null);\n if (collapsed.to == null) return;\n }\n if (!collapsed && foundBookmarks.length) for (var j = 0; j < foundBookmarks.length; ++j)\n buildCollapsedSpan(builder, 0, foundBookmarks[j]);\n }\n if (pos >= len) break;\n\n var upto = Math.min(len, nextChange);\n while (true) {\n if (text) {\n var end = pos + text.length;\n if (!collapsed) {\n var tokenText = end > upto ? text.slice(0, upto - pos) : text;\n builder.addToken(builder, tokenText, style ? style + spanStyle : spanStyle,\n spanStartStyle, pos + tokenText.length == nextChange ? spanEndStyle : \"\", title);\n }\n if (end >= upto) {text = text.slice(upto - pos); pos = upto; break;}\n pos = end;\n spanStartStyle = \"\";\n }\n text = allText.slice(at, at = styles[i++]);\n style = interpretTokenStyle(styles[i++], builder.cm.options);\n }\n }\n }\n\n // DOCUMENT DATA STRUCTURE\n\n // By default, updates that start and end at the beginning of a line\n // are treated specially, in order to make the association of line\n // widgets and marker elements with the text behave more intuitive.\n function isWholeLineUpdate(doc, change) {\n return change.from.ch == 0 && change.to.ch == 0 && lst(change.text) == \"\" &&\n (!doc.cm || doc.cm.options.wholeLineUpdateBefore);\n }\n\n // Perform a change on the document data structure.\n function updateDoc(doc, change, markedSpans, estimateHeight) {\n function spansFor(n) {return markedSpans ? markedSpans[n] : null;}\n function update(line, text, spans) {\n updateLine(line, text, spans, estimateHeight);\n signalLater(line, \"change\", line, change);\n }\n\n var from = change.from, to = change.to, text = change.text;\n var firstLine = getLine(doc, from.line), lastLine = getLine(doc, to.line);\n var lastText = lst(text), lastSpans = spansFor(text.length - 1), nlines = to.line - from.line;\n\n // Adjust the line structure\n if (isWholeLineUpdate(doc, change)) {\n // This is a whole-line replace. Treated specially to make\n // sure line objects move the way they are supposed to.\n for (var i = 0, added = []; i < text.length - 1; ++i)\n added.push(new Line(text[i], spansFor(i), estimateHeight));\n update(lastLine, lastLine.text, lastSpans);\n if (nlines) doc.remove(from.line, nlines);\n if (added.length) doc.insert(from.line, added);\n } else if (firstLine == lastLine) {\n if (text.length == 1) {\n update(firstLine, firstLine.text.slice(0, from.ch) + lastText + firstLine.text.slice(to.ch), lastSpans);\n } else {\n for (var added = [], i = 1; i < text.length - 1; ++i)\n added.push(new Line(text[i], spansFor(i), estimateHeight));\n added.push(new Line(lastText + firstLine.text.slice(to.ch), lastSpans, estimateHeight));\n update(firstLine, firstLine.text.slice(0, from.ch) + text[0], spansFor(0));\n doc.insert(from.line + 1, added);\n }\n } else if (text.length == 1) {\n update(firstLine, firstLine.text.slice(0, from.ch) + text[0] + lastLine.text.slice(to.ch), spansFor(0));\n doc.remove(from.line + 1, nlines);\n } else {\n update(firstLine, firstLine.text.slice(0, from.ch) + text[0], spansFor(0));\n update(lastLine, lastText + lastLine.text.slice(to.ch), lastSpans);\n for (var i = 1, added = []; i < text.length - 1; ++i)\n added.push(new Line(text[i], spansFor(i), estimateHeight));\n if (nlines > 1) doc.remove(from.line + 1, nlines - 1);\n doc.insert(from.line + 1, added);\n }\n\n signalLater(doc, \"change\", doc, change);\n }\n\n // The document is represented as a BTree consisting of leaves, with\n // chunk of lines in them, and branches, with up to ten leaves or\n // other branch nodes below them. The top node is always a branch\n // node, and is the document object itself (meaning it has\n // additional methods and properties).\n //\n // All nodes have parent links. The tree is used both to go from\n // line numbers to line objects, and to go from objects to numbers.\n // It also indexes by height, and is used to convert between height\n // and line object, and to find the total height of the document.\n //\n // See also http://marijnhaverbeke.nl/blog/codemirror-line-tree.html\n\n function LeafChunk(lines) {\n this.lines = lines;\n this.parent = null;\n for (var i = 0, height = 0; i < lines.length; ++i) {\n lines[i].parent = this;\n height += lines[i].height;\n }\n this.height = height;\n }\n\n LeafChunk.prototype = {\n chunkSize: function() { return this.lines.length; },\n // Remove the n lines at offset 'at'.\n removeInner: function(at, n) {\n for (var i = at, e = at + n; i < e; ++i) {\n var line = this.lines[i];\n this.height -= line.height;\n cleanUpLine(line);\n signalLater(line, \"delete\");\n }\n this.lines.splice(at, n);\n },\n // Helper used to collapse a small branch into a single leaf.\n collapse: function(lines) {\n lines.push.apply(lines, this.lines);\n },\n // Insert the given array of lines at offset 'at', count them as\n // having the given height.\n insertInner: function(at, lines, height) {\n this.height += height;\n this.lines = this.lines.slice(0, at).concat(lines).concat(this.lines.slice(at));\n for (var i = 0; i < lines.length; ++i) lines[i].parent = this;\n },\n // Used to iterate over a part of the tree.\n iterN: function(at, n, op) {\n for (var e = at + n; at < e; ++at)\n if (op(this.lines[at])) return true;\n }\n };\n\n function BranchChunk(children) {\n this.children = children;\n var size = 0, height = 0;\n for (var i = 0; i < children.length; ++i) {\n var ch = children[i];\n size += ch.chunkSize(); height += ch.height;\n ch.parent = this;\n }\n this.size = size;\n this.height = height;\n this.parent = null;\n }\n\n BranchChunk.prototype = {\n chunkSize: function() { return this.size; },\n removeInner: function(at, n) {\n this.size -= n;\n for (var i = 0; i < this.children.length; ++i) {\n var child = this.children[i], sz = child.chunkSize();\n if (at < sz) {\n var rm = Math.min(n, sz - at), oldHeight = child.height;\n child.removeInner(at, rm);\n this.height -= oldHeight - child.height;\n if (sz == rm) { this.children.splice(i--, 1); child.parent = null; }\n if ((n -= rm) == 0) break;\n at = 0;\n } else at -= sz;\n }\n // If the result is smaller than 25 lines, ensure that it is a\n // single leaf node.\n if (this.size - n < 25 &&\n (this.children.length > 1 || !(this.children[0] instanceof LeafChunk))) {\n var lines = [];\n this.collapse(lines);\n this.children = [new LeafChunk(lines)];\n this.children[0].parent = this;\n }\n },\n collapse: function(lines) {\n for (var i = 0; i < this.children.length; ++i) this.children[i].collapse(lines);\n },\n insertInner: function(at, lines, height) {\n this.size += lines.length;\n this.height += height;\n for (var i = 0; i < this.children.length; ++i) {\n var child = this.children[i], sz = child.chunkSize();\n if (at <= sz) {\n child.insertInner(at, lines, height);\n if (child.lines && child.lines.length > 50) {\n while (child.lines.length > 50) {\n var spilled = child.lines.splice(child.lines.length - 25, 25);\n var newleaf = new LeafChunk(spilled);\n child.height -= newleaf.height;\n this.children.splice(i + 1, 0, newleaf);\n newleaf.parent = this;\n }\n this.maybeSpill();\n }\n break;\n }\n at -= sz;\n }\n },\n // When a node has grown, check whether it should be split.\n maybeSpill: function() {\n if (this.children.length <= 10) return;\n var me = this;\n do {\n var spilled = me.children.splice(me.children.length - 5, 5);\n var sibling = new BranchChunk(spilled);\n if (!me.parent) { // Become the parent node\n var copy = new BranchChunk(me.children);\n copy.parent = me;\n me.children = [copy, sibling];\n me = copy;\n } else {\n me.size -= sibling.size;\n me.height -= sibling.height;\n var myIndex = indexOf(me.parent.children, me);\n me.parent.children.splice(myIndex + 1, 0, sibling);\n }\n sibling.parent = me.parent;\n } while (me.children.length > 10);\n me.parent.maybeSpill();\n },\n iterN: function(at, n, op) {\n for (var i = 0; i < this.children.length; ++i) {\n var child = this.children[i], sz = child.chunkSize();\n if (at < sz) {\n var used = Math.min(n, sz - at);\n if (child.iterN(at, used, op)) return true;\n if ((n -= used) == 0) break;\n at = 0;\n } else at -= sz;\n }\n }\n };\n\n var nextDocId = 0;\n var Doc = CodeMirror.Doc = function(text, mode, firstLine) {\n if (!(this instanceof Doc)) return new Doc(text, mode, firstLine);\n if (firstLine == null) firstLine = 0;\n\n BranchChunk.call(this, [new LeafChunk([new Line(\"\", null)])]);\n this.first = firstLine;\n this.scrollTop = this.scrollLeft = 0;\n this.cantEdit = false;\n this.cleanGeneration = 1;\n this.frontier = firstLine;\n var start = Pos(firstLine, 0);\n this.sel = simpleSelection(start);\n this.history = new History(null);\n this.id = ++nextDocId;\n this.modeOption = mode;\n\n if (typeof text == \"string\") text = splitLines(text);\n updateDoc(this, {from: start, to: start, text: text});\n setSelection(this, simpleSelection(start), sel_dontScroll);\n };\n\n Doc.prototype = createObj(BranchChunk.prototype, {\n constructor: Doc,\n // Iterate over the document. Supports two forms -- with only one\n // argument, it calls that for each line in the document. With\n // three, it iterates over the range given by the first two (with\n // the second being non-inclusive).\n iter: function(from, to, op) {\n if (op) this.iterN(from - this.first, to - from, op);\n else this.iterN(this.first, this.first + this.size, from);\n },\n\n // Non-public interface for adding and removing lines.\n insert: function(at, lines) {\n var height = 0;\n for (var i = 0; i < lines.length; ++i) height += lines[i].height;\n this.insertInner(at - this.first, lines, height);\n },\n remove: function(at, n) { this.removeInner(at - this.first, n); },\n\n // From here, the methods are part of the public interface. Most\n // are also available from CodeMirror (editor) instances.\n\n getValue: function(lineSep) {\n var lines = getLines(this, this.first, this.first + this.size);\n if (lineSep === false) return lines;\n return lines.join(lineSep || \"\\n\");\n },\n setValue: docMethodOp(function(code) {\n var top = Pos(this.first, 0), last = this.first + this.size - 1;\n makeChange(this, {from: top, to: Pos(last, getLine(this, last).text.length),\n text: splitLines(code), origin: \"setValue\"}, true);\n setSelection(this, simpleSelection(top));\n }),\n replaceRange: function(code, from, to, origin) {\n from = clipPos(this, from);\n to = to ? clipPos(this, to) : from;\n replaceRange(this, code, from, to, origin);\n },\n getRange: function(from, to, lineSep) {\n var lines = getBetween(this, clipPos(this, from), clipPos(this, to));\n if (lineSep === false) return lines;\n return lines.join(lineSep || \"\\n\");\n },\n\n getLine: function(line) {var l = this.getLineHandle(line); return l && l.text;},\n\n getLineHandle: function(line) {if (isLine(this, line)) return getLine(this, line);},\n getLineNumber: function(line) {return lineNo(line);},\n\n getLineHandleVisualStart: function(line) {\n if (typeof line == \"number\") line = getLine(this, line);\n return visualLine(line);\n },\n\n lineCount: function() {return this.size;},\n firstLine: function() {return this.first;},\n lastLine: function() {return this.first + this.size - 1;},\n\n clipPos: function(pos) {return clipPos(this, pos);},\n\n getCursor: function(start) {\n var range = this.sel.primary(), pos;\n if (start == null || start == \"head\") pos = range.head;\n else if (start == \"anchor\") pos = range.anchor;\n else if (start == \"end\" || start == \"to\" || start === false) pos = range.to();\n else pos = range.from();\n return pos;\n },\n listSelections: function() { return this.sel.ranges; },\n somethingSelected: function() {return this.sel.somethingSelected();},\n\n setCursor: docMethodOp(function(line, ch, options) {\n setSimpleSelection(this, clipPos(this, typeof line == \"number\" ? Pos(line, ch || 0) : line), null, options);\n }),\n setSelection: docMethodOp(function(anchor, head, options) {\n setSimpleSelection(this, clipPos(this, anchor), clipPos(this, head || anchor), options);\n }),\n extendSelection: docMethodOp(function(head, other, options) {\n extendSelection(this, clipPos(this, head), other && clipPos(this, other), options);\n }),\n extendSelections: docMethodOp(function(heads, options) {\n extendSelections(this, clipPosArray(this, heads, options));\n }),\n extendSelectionsBy: docMethodOp(function(f, options) {\n extendSelections(this, map(this.sel.ranges, f), options);\n }),\n setSelections: docMethodOp(function(ranges, primary, options) {\n if (!ranges.length) return;\n for (var i = 0, out = []; i < ranges.length; i++)\n out[i] = new Range(clipPos(this, ranges[i].anchor),\n clipPos(this, ranges[i].head));\n if (primary == null) primary = Math.min(ranges.length - 1, this.sel.primIndex);\n setSelection(this, normalizeSelection(out, primary), options);\n }),\n addSelection: docMethodOp(function(anchor, head, options) {\n var ranges = this.sel.ranges.slice(0);\n ranges.push(new Range(clipPos(this, anchor), clipPos(this, head || anchor)));\n setSelection(this, normalizeSelection(ranges, ranges.length - 1), options);\n }),\n\n getSelection: function(lineSep) {\n var ranges = this.sel.ranges, lines;\n for (var i = 0; i < ranges.length; i++) {\n var sel = getBetween(this, ranges[i].from(), ranges[i].to());\n lines = lines ? lines.concat(sel) : sel;\n }\n if (lineSep === false) return lines;\n else return lines.join(lineSep || \"\\n\");\n },\n getSelections: function(lineSep) {\n var parts = [], ranges = this.sel.ranges;\n for (var i = 0; i < ranges.length; i++) {\n var sel = getBetween(this, ranges[i].from(), ranges[i].to());\n if (lineSep !== false) sel = sel.join(lineSep || \"\\n\");\n parts[i] = sel;\n }\n return parts;\n },\n replaceSelection: function(code, collapse, origin) {\n var dup = [];\n for (var i = 0; i < this.sel.ranges.length; i++)\n dup[i] = code;\n this.replaceSelections(dup, collapse, origin || \"+input\");\n },\n replaceSelections: docMethodOp(function(code, collapse, origin) {\n var changes = [], sel = this.sel;\n for (var i = 0; i < sel.ranges.length; i++) {\n var range = sel.ranges[i];\n changes[i] = {from: range.from(), to: range.to(), text: splitLines(code[i]), origin: origin};\n }\n var newSel = collapse && collapse != \"end\" && computeReplacedSel(this, changes, collapse);\n for (var i = changes.length - 1; i >= 0; i--)\n makeChange(this, changes[i]);\n if (newSel) setSelectionReplaceHistory(this, newSel);\n else if (this.cm) ensureCursorVisible(this.cm);\n }),\n undo: docMethodOp(function() {makeChangeFromHistory(this, \"undo\");}),\n redo: docMethodOp(function() {makeChangeFromHistory(this, \"redo\");}),\n undoSelection: docMethodOp(function() {makeChangeFromHistory(this, \"undo\", true);}),\n redoSelection: docMethodOp(function() {makeChangeFromHistory(this, \"redo\", true);}),\n\n setExtending: function(val) {this.extend = val;},\n getExtending: function() {return this.extend;},\n\n historySize: function() {\n var hist = this.history, done = 0, undone = 0;\n for (var i = 0; i < hist.done.length; i++) if (!hist.done[i].ranges) ++done;\n for (var i = 0; i < hist.undone.length; i++) if (!hist.undone[i].ranges) ++undone;\n return {undo: done, redo: undone};\n },\n clearHistory: function() {this.history = new History(this.history.maxGeneration);},\n\n markClean: function() {\n this.cleanGeneration = this.changeGeneration(true);\n },\n changeGeneration: function(forceSplit) {\n if (forceSplit)\n this.history.lastOp = this.history.lastOrigin = null;\n return this.history.generation;\n },\n isClean: function (gen) {\n return this.history.generation == (gen || this.cleanGeneration);\n },\n\n getHistory: function() {\n return {done: copyHistoryArray(this.history.done),\n undone: copyHistoryArray(this.history.undone)};\n },\n setHistory: function(histData) {\n var hist = this.history = new History(this.history.maxGeneration);\n hist.done = copyHistoryArray(histData.done.slice(0), null, true);\n hist.undone = copyHistoryArray(histData.undone.slice(0), null, true);\n },\n\n markText: function(from, to, options) {\n return markText(this, clipPos(this, from), clipPos(this, to), options, \"range\");\n },\n setBookmark: function(pos, options) {\n var realOpts = {replacedWith: options && (options.nodeType == null ? options.widget : options),\n insertLeft: options && options.insertLeft,\n clearWhenEmpty: false, shared: options && options.shared};\n pos = clipPos(this, pos);\n return markText(this, pos, pos, realOpts, \"bookmark\");\n },\n findMarksAt: function(pos) {\n pos = clipPos(this, pos);\n var markers = [], spans = getLine(this, pos.line).markedSpans;\n if (spans) for (var i = 0; i < spans.length; ++i) {\n var span = spans[i];\n if ((span.from == null || span.from <= pos.ch) &&\n (span.to == null || span.to >= pos.ch))\n markers.push(span.marker.parent || span.marker);\n }\n return markers;\n },\n findMarks: function(from, to, filter) {\n from = clipPos(this, from); to = clipPos(this, to);\n var found = [], lineNo = from.line;\n this.iter(from.line, to.line + 1, function(line) {\n var spans = line.markedSpans;\n if (spans) for (var i = 0; i < spans.length; i++) {\n var span = spans[i];\n if (!(lineNo == from.line && from.ch > span.to ||\n span.from == null && lineNo != from.line||\n lineNo == to.line && span.from > to.ch) &&\n (!filter || filter(span.marker)))\n found.push(span.marker.parent || span.marker);\n }\n ++lineNo;\n });\n return found;\n },\n getAllMarks: function() {\n var markers = [];\n this.iter(function(line) {\n var sps = line.markedSpans;\n if (sps) for (var i = 0; i < sps.length; ++i)\n if (sps[i].from != null) markers.push(sps[i].marker);\n });\n return markers;\n },\n\n posFromIndex: function(off) {\n var ch, lineNo = this.first;\n this.iter(function(line) {\n var sz = line.text.length + 1;\n if (sz > off) { ch = off; return true; }\n off -= sz;\n ++lineNo;\n });\n return clipPos(this, Pos(lineNo, ch));\n },\n indexFromPos: function (coords) {\n coords = clipPos(this, coords);\n var index = coords.ch;\n if (coords.line < this.first || coords.ch < 0) return 0;\n this.iter(this.first, coords.line, function (line) {\n index += line.text.length + 1;\n });\n return index;\n },\n\n copy: function(copyHistory) {\n var doc = new Doc(getLines(this, this.first, this.first + this.size), this.modeOption, this.first);\n doc.scrollTop = this.scrollTop; doc.scrollLeft = this.scrollLeft;\n doc.sel = this.sel;\n doc.extend = false;\n if (copyHistory) {\n doc.history.undoDepth = this.history.undoDepth;\n doc.setHistory(this.getHistory());\n }\n return doc;\n },\n\n linkedDoc: function(options) {\n if (!options) options = {};\n var from = this.first, to = this.first + this.size;\n if (options.from != null && options.from > from) from = options.from;\n if (options.to != null && options.to < to) to = options.to;\n var copy = new Doc(getLines(this, from, to), options.mode || this.modeOption, from);\n if (options.sharedHist) copy.history = this.history;\n (this.linked || (this.linked = [])).push({doc: copy, sharedHist: options.sharedHist});\n copy.linked = [{doc: this, isParent: true, sharedHist: options.sharedHist}];\n copySharedMarkers(copy, findSharedMarkers(this));\n return copy;\n },\n unlinkDoc: function(other) {\n if (other instanceof CodeMirror) other = other.doc;\n if (this.linked) for (var i = 0; i < this.linked.length; ++i) {\n var link = this.linked[i];\n if (link.doc != other) continue;\n this.linked.splice(i, 1);\n other.unlinkDoc(this);\n detachSharedMarkers(findSharedMarkers(this));\n break;\n }\n // If the histories were shared, split them again\n if (other.history == this.history) {\n var splitIds = [other.id];\n linkedDocs(other, function(doc) {splitIds.push(doc.id);}, true);\n other.history = new History(null);\n other.history.done = copyHistoryArray(this.history.done, splitIds);\n other.history.undone = copyHistoryArray(this.history.undone, splitIds);\n }\n },\n iterLinkedDocs: function(f) {linkedDocs(this, f);},\n\n getMode: function() {return this.mode;},\n getEditor: function() {return this.cm;}\n });\n\n // Public alias.\n Doc.prototype.eachLine = Doc.prototype.iter;\n\n // Set up methods on CodeMirror's prototype to redirect to the editor's document.\n var dontDelegate = \"iter insert remove copy getEditor\".split(\" \");\n for (var prop in Doc.prototype) if (Doc.prototype.hasOwnProperty(prop) && indexOf(dontDelegate, prop) < 0)\n CodeMirror.prototype[prop] = (function(method) {\n return function() {return method.apply(this.doc, arguments);};\n })(Doc.prototype[prop]);\n\n eventMixin(Doc);\n\n // Call f for all linked documents.\n function linkedDocs(doc, f, sharedHistOnly) {\n function propagate(doc, skip, sharedHist) {\n if (doc.linked) for (var i = 0; i < doc.linked.length; ++i) {\n var rel = doc.linked[i];\n if (rel.doc == skip) continue;\n var shared = sharedHist && rel.sharedHist;\n if (sharedHistOnly && !shared) continue;\n f(rel.doc, shared);\n propagate(rel.doc, doc, shared);\n }\n }\n propagate(doc, null, true);\n }\n\n // Attach a document to an editor.\n function attachDoc(cm, doc) {\n if (doc.cm) throw new Error(\"This document is already in use.\");\n cm.doc = doc;\n doc.cm = cm;\n estimateLineHeights(cm);\n loadMode(cm);\n if (!cm.options.lineWrapping) findMaxLine(cm);\n cm.options.mode = doc.modeOption;\n regChange(cm);\n }\n\n // LINE UTILITIES\n\n // Find the line object corresponding to the given line number.\n function getLine(doc, n) {\n n -= doc.first;\n if (n < 0 || n >= doc.size) throw new Error(\"There is no line \" + (n + doc.first) + \" in the document.\");\n for (var chunk = doc; !chunk.lines;) {\n for (var i = 0;; ++i) {\n var child = chunk.children[i], sz = child.chunkSize();\n if (n < sz) { chunk = child; break; }\n n -= sz;\n }\n }\n return chunk.lines[n];\n }\n\n // Get the part of a document between two positions, as an array of\n // strings.\n function getBetween(doc, start, end) {\n var out = [], n = start.line;\n doc.iter(start.line, end.line + 1, function(line) {\n var text = line.text;\n if (n == end.line) text = text.slice(0, end.ch);\n if (n == start.line) text = text.slice(start.ch);\n out.push(text);\n ++n;\n });\n return out;\n }\n // Get the lines between from and to, as array of strings.\n function getLines(doc, from, to) {\n var out = [];\n doc.iter(from, to, function(line) { out.push(line.text); });\n return out;\n }\n\n // Update the height of a line, propagating the height change\n // upwards to parent nodes.\n function updateLineHeight(line, height) {\n var diff = height - line.height;\n if (diff) for (var n = line; n; n = n.parent) n.height += diff;\n }\n\n // Given a line object, find its line number by walking up through\n // its parent links.\n function lineNo(line) {\n if (line.parent == null) return null;\n var cur = line.parent, no = indexOf(cur.lines, line);\n for (var chunk = cur.parent; chunk; cur = chunk, chunk = chunk.parent) {\n for (var i = 0;; ++i) {\n if (chunk.children[i] == cur) break;\n no += chunk.children[i].chunkSize();\n }\n }\n return no + cur.first;\n }\n\n // Find the line at the given vertical position, using the height\n // information in the document tree.\n function lineAtHeight(chunk, h) {\n var n = chunk.first;\n outer: do {\n for (var i = 0; i < chunk.children.length; ++i) {\n var child = chunk.children[i], ch = child.height;\n if (h < ch) { chunk = child; continue outer; }\n h -= ch;\n n += child.chunkSize();\n }\n return n;\n } while (!chunk.lines);\n for (var i = 0; i < chunk.lines.length; ++i) {\n var line = chunk.lines[i], lh = line.height;\n if (h < lh) break;\n h -= lh;\n }\n return n + i;\n }\n\n\n // Find the height above the given line.\n function heightAtLine(lineObj) {\n lineObj = visualLine(lineObj);\n\n var h = 0, chunk = lineObj.parent;\n for (var i = 0; i < chunk.lines.length; ++i) {\n var line = chunk.lines[i];\n if (line == lineObj) break;\n else h += line.height;\n }\n for (var p = chunk.parent; p; chunk = p, p = chunk.parent) {\n for (var i = 0; i < p.children.length; ++i) {\n var cur = p.children[i];\n if (cur == chunk) break;\n else h += cur.height;\n }\n }\n return h;\n }\n\n // Get the bidi ordering for the given line (and cache it). Returns\n // false for lines that are fully left-to-right, and an array of\n // BidiSpan objects otherwise.\n function getOrder(line) {\n var order = line.order;\n if (order == null) order = line.order = bidiOrdering(line.text);\n return order;\n }\n\n // HISTORY\n\n function History(startGen) {\n // Arrays of change events and selections. Doing something adds an\n // event to done and clears undo. Undoing moves events from done\n // to undone, redoing moves them in the other direction.\n this.done = []; this.undone = [];\n this.undoDepth = Infinity;\n // Used to track when changes can be merged into a single undo\n // event\n this.lastModTime = this.lastSelTime = 0;\n this.lastOp = null;\n this.lastOrigin = this.lastSelOrigin = null;\n // Used by the isClean() method\n this.generation = this.maxGeneration = startGen || 1;\n }\n\n // Create a history change event from an updateDoc-style change\n // object.\n function historyChangeFromChange(doc, change) {\n var histChange = {from: copyPos(change.from), to: changeEnd(change), text: getBetween(doc, change.from, change.to)};\n attachLocalSpans(doc, histChange, change.from.line, change.to.line + 1);\n linkedDocs(doc, function(doc) {attachLocalSpans(doc, histChange, change.from.line, change.to.line + 1);}, true);\n return histChange;\n }\n\n // Pop all selection events off the end of a history array. Stop at\n // a change event.\n function clearSelectionEvents(array) {\n while (array.length) {\n var last = lst(array);\n if (last.ranges) array.pop();\n else break;\n }\n }\n\n // Find the top change event in the history. Pop off selection\n // events that are in the way.\n function lastChangeEvent(hist, force) {\n if (force) {\n clearSelectionEvents(hist.done);\n return lst(hist.done);\n } else if (hist.done.length && !lst(hist.done).ranges) {\n return lst(hist.done);\n } else if (hist.done.length > 1 && !hist.done[hist.done.length - 2].ranges) {\n hist.done.pop();\n return lst(hist.done);\n }\n }\n\n // Register a change in the history. Merges changes that are within\n // a single operation, ore are close together with an origin that\n // allows merging (starting with \"+\") into a single event.\n function addChangeToHistory(doc, change, selAfter, opId) {\n var hist = doc.history;\n hist.undone.length = 0;\n var time = +new Date, cur;\n\n if ((hist.lastOp == opId ||\n hist.lastOrigin == change.origin && change.origin &&\n ((change.origin.charAt(0) == \"+\" && doc.cm && hist.lastModTime > time - doc.cm.options.historyEventDelay) ||\n change.origin.charAt(0) == \"*\")) &&\n (cur = lastChangeEvent(hist, hist.lastOp == opId))) {\n // Merge this change into the last event\n var last = lst(cur.changes);\n if (cmp(change.from, change.to) == 0 && cmp(change.from, last.to) == 0) {\n // Optimized case for simple insertion -- don't want to add\n // new changesets for every character typed\n last.to = changeEnd(change);\n } else {\n // Add new sub-event\n cur.changes.push(historyChangeFromChange(doc, change));\n }\n } else {\n // Can not be merged, start a new event.\n var before = lst(hist.done);\n if (!before || !before.ranges)\n pushSelectionToHistory(doc.sel, hist.done);\n cur = {changes: [historyChangeFromChange(doc, change)],\n generation: hist.generation};\n hist.done.push(cur);\n while (hist.done.length > hist.undoDepth) {\n hist.done.shift();\n if (!hist.done[0].ranges) hist.done.shift();\n }\n }\n hist.done.push(selAfter);\n hist.generation = ++hist.maxGeneration;\n hist.lastModTime = hist.lastSelTime = time;\n hist.lastOp = opId;\n hist.lastOrigin = hist.lastSelOrigin = change.origin;\n\n if (!last) signal(doc, \"historyAdded\");\n }\n\n function selectionEventCanBeMerged(doc, origin, prev, sel) {\n var ch = origin.charAt(0);\n return ch == \"*\" ||\n ch == \"+\" &&\n prev.ranges.length == sel.ranges.length &&\n prev.somethingSelected() == sel.somethingSelected() &&\n new Date - doc.history.lastSelTime <= (doc.cm ? doc.cm.options.historyEventDelay : 500);\n }\n\n // Called whenever the selection changes, sets the new selection as\n // the pending selection in the history, and pushes the old pending\n // selection into the 'done' array when it was significantly\n // different (in number of selected ranges, emptiness, or time).\n function addSelectionToHistory(doc, sel, opId, options) {\n var hist = doc.history, origin = options && options.origin;\n\n // A new event is started when the previous origin does not match\n // the current, or the origins don't allow matching. Origins\n // starting with * are always merged, those starting with + are\n // merged when similar and close together in time.\n if (opId == hist.lastOp ||\n (origin && hist.lastSelOrigin == origin &&\n (hist.lastModTime == hist.lastSelTime && hist.lastOrigin == origin ||\n selectionEventCanBeMerged(doc, origin, lst(hist.done), sel))))\n hist.done[hist.done.length - 1] = sel;\n else\n pushSelectionToHistory(sel, hist.done);\n\n hist.lastSelTime = +new Date;\n hist.lastSelOrigin = origin;\n hist.lastOp = opId;\n if (options && options.clearRedo !== false)\n clearSelectionEvents(hist.undone);\n }\n\n function pushSelectionToHistory(sel, dest) {\n var top = lst(dest);\n if (!(top && top.ranges && top.equals(sel)))\n dest.push(sel);\n }\n\n // Used to store marked span information in the history.\n function attachLocalSpans(doc, change, from, to) {\n var existing = change[\"spans_\" + doc.id], n = 0;\n doc.iter(Math.max(doc.first, from), Math.min(doc.first + doc.size, to), function(line) {\n if (line.markedSpans)\n (existing || (existing = change[\"spans_\" + doc.id] = {}))[n] = line.markedSpans;\n ++n;\n });\n }\n\n // When un/re-doing restores text containing marked spans, those\n // that have been explicitly cleared should not be restored.\n function removeClearedSpans(spans) {\n if (!spans) return null;\n for (var i = 0, out; i < spans.length; ++i) {\n if (spans[i].marker.explicitlyCleared) { if (!out) out = spans.slice(0, i); }\n else if (out) out.push(spans[i]);\n }\n return !out ? spans : out.length ? out : null;\n }\n\n // Retrieve and filter the old marked spans stored in a change event.\n function getOldSpans(doc, change) {\n var found = change[\"spans_\" + doc.id];\n if (!found) return null;\n for (var i = 0, nw = []; i < change.text.length; ++i)\n nw.push(removeClearedSpans(found[i]));\n return nw;\n }\n\n // Used both to provide a JSON-safe object in .getHistory, and, when\n // detaching a document, to split the history in two\n function copyHistoryArray(events, newGroup, instantiateSel) {\n for (var i = 0, copy = []; i < events.length; ++i) {\n var event = events[i];\n if (event.ranges) {\n copy.push(instantiateSel ? Selection.prototype.deepCopy.call(event) : event);\n continue;\n }\n var changes = event.changes, newChanges = [];\n copy.push({changes: newChanges});\n for (var j = 0; j < changes.length; ++j) {\n var change = changes[j], m;\n newChanges.push({from: change.from, to: change.to, text: change.text});\n if (newGroup) for (var prop in change) if (m = prop.match(/^spans_(\\d+)$/)) {\n if (indexOf(newGroup, Number(m[1])) > -1) {\n lst(newChanges)[prop] = change[prop];\n delete change[prop];\n }\n }\n }\n }\n return copy;\n }\n\n // Rebasing/resetting history to deal with externally-sourced changes\n\n function rebaseHistSelSingle(pos, from, to, diff) {\n if (to < pos.line) {\n pos.line += diff;\n } else if (from < pos.line) {\n pos.line = from;\n pos.ch = 0;\n }\n }\n\n // Tries to rebase an array of history events given a change in the\n // document. If the change touches the same lines as the event, the\n // event, and everything 'behind' it, is discarded. If the change is\n // before the event, the event's positions are updated. Uses a\n // copy-on-write scheme for the positions, to avoid having to\n // reallocate them all on every rebase, but also avoid problems with\n // shared position objects being unsafely updated.\n function rebaseHistArray(array, from, to, diff) {\n for (var i = 0; i < array.length; ++i) {\n var sub = array[i], ok = true;\n if (sub.ranges) {\n if (!sub.copied) { sub = array[i] = sub.deepCopy(); sub.copied = true; }\n for (var j = 0; j < sub.ranges.length; j++) {\n rebaseHistSelSingle(sub.ranges[j].anchor, from, to, diff);\n rebaseHistSelSingle(sub.ranges[j].head, from, to, diff);\n }\n continue;\n }\n for (var j = 0; j < sub.changes.length; ++j) {\n var cur = sub.changes[j];\n if (to < cur.from.line) {\n cur.from = Pos(cur.from.line + diff, cur.from.ch);\n cur.to = Pos(cur.to.line + diff, cur.to.ch);\n } else if (from <= cur.to.line) {\n ok = false;\n break;\n }\n }\n if (!ok) {\n array.splice(0, i + 1);\n i = 0;\n }\n }\n }\n\n function rebaseHist(hist, change) {\n var from = change.from.line, to = change.to.line, diff = change.text.length - (to - from) - 1;\n rebaseHistArray(hist.done, from, to, diff);\n rebaseHistArray(hist.undone, from, to, diff);\n }\n\n // EVENT UTILITIES\n\n // Due to the fact that we still support jurassic IE versions, some\n // compatibility wrappers are needed.\n\n var e_preventDefault = CodeMirror.e_preventDefault = function(e) {\n if (e.preventDefault) e.preventDefault();\n else e.returnValue = false;\n };\n var e_stopPropagation = CodeMirror.e_stopPropagation = function(e) {\n if (e.stopPropagation) e.stopPropagation();\n else e.cancelBubble = true;\n };\n function e_defaultPrevented(e) {\n return e.defaultPrevented != null ? e.defaultPrevented : e.returnValue == false;\n }\n var e_stop = CodeMirror.e_stop = function(e) {e_preventDefault(e); e_stopPropagation(e);};\n\n function e_target(e) {return e.target || e.srcElement;}\n function e_button(e) {\n var b = e.which;\n if (b == null) {\n if (e.button & 1) b = 1;\n else if (e.button & 2) b = 3;\n else if (e.button & 4) b = 2;\n }\n if (mac && e.ctrlKey && b == 1) b = 3;\n return b;\n }\n\n // EVENT HANDLING\n\n // Lightweight event framework. on/off also work on DOM nodes,\n // registering native DOM handlers.\n\n var on = CodeMirror.on = function(emitter, type, f) {\n if (emitter.addEventListener)\n emitter.addEventListener(type, f, false);\n else if (emitter.attachEvent)\n emitter.attachEvent(\"on\" + type, f);\n else {\n var map = emitter._handlers || (emitter._handlers = {});\n var arr = map[type] || (map[type] = []);\n arr.push(f);\n }\n };\n\n var off = CodeMirror.off = function(emitter, type, f) {\n if (emitter.removeEventListener)\n emitter.removeEventListener(type, f, false);\n else if (emitter.detachEvent)\n emitter.detachEvent(\"on\" + type, f);\n else {\n var arr = emitter._handlers && emitter._handlers[type];\n if (!arr) return;\n for (var i = 0; i < arr.length; ++i)\n if (arr[i] == f) { arr.splice(i, 1); break; }\n }\n };\n\n var signal = CodeMirror.signal = function(emitter, type /*, values...*/) {\n var arr = emitter._handlers && emitter._handlers[type];\n if (!arr) return;\n var args = Array.prototype.slice.call(arguments, 2);\n for (var i = 0; i < arr.length; ++i) arr[i].apply(null, args);\n };\n\n // Often, we want to signal events at a point where we are in the\n // middle of some work, but don't want the handler to start calling\n // other methods on the editor, which might be in an inconsistent\n // state or simply not expect any other events to happen.\n // signalLater looks whether there are any handlers, and schedules\n // them to be executed when the last operation ends, or, if no\n // operation is active, when a timeout fires.\n var delayedCallbacks, delayedCallbackDepth = 0;\n function signalLater(emitter, type /*, values...*/) {\n var arr = emitter._handlers && emitter._handlers[type];\n if (!arr) return;\n var args = Array.prototype.slice.call(arguments, 2);\n if (!delayedCallbacks) {\n ++delayedCallbackDepth;\n delayedCallbacks = [];\n setTimeout(fireDelayed, 0);\n }\n function bnd(f) {return function(){f.apply(null, args);};};\n for (var i = 0; i < arr.length; ++i)\n delayedCallbacks.push(bnd(arr[i]));\n }\n\n function fireDelayed() {\n --delayedCallbackDepth;\n var delayed = delayedCallbacks;\n delayedCallbacks = null;\n for (var i = 0; i < delayed.length; ++i) delayed[i]();\n }\n\n // The DOM events that CodeMirror handles can be overridden by\n // registering a (non-DOM) handler on the editor for the event name,\n // and preventDefault-ing the event in that handler.\n function signalDOMEvent(cm, e, override) {\n signal(cm, override || e.type, cm, e);\n return e_defaultPrevented(e) || e.codemirrorIgnore;\n }\n\n function signalCursorActivity(cm) {\n var arr = cm._handlers && cm._handlers.cursorActivity;\n if (!arr) return;\n var set = cm.curOp.cursorActivityHandlers || (cm.curOp.cursorActivityHandlers = []);\n for (var i = 0; i < arr.length; ++i) if (indexOf(set, arr[i]) == -1)\n set.push(arr[i]);\n }\n\n function hasHandler(emitter, type) {\n var arr = emitter._handlers && emitter._handlers[type];\n return arr && arr.length > 0;\n }\n\n // Add on and off methods to a constructor's prototype, to make\n // registering events on such objects more convenient.\n function eventMixin(ctor) {\n ctor.prototype.on = function(type, f) {on(this, type, f);};\n ctor.prototype.off = function(type, f) {off(this, type, f);};\n }\n\n // MISC UTILITIES\n\n // Number of pixels added to scroller and sizer to hide scrollbar\n var scrollerCutOff = 30;\n\n // Returned or thrown by various protocols to signal 'I'm not\n // handling this'.\n var Pass = CodeMirror.Pass = {toString: function(){return \"CodeMirror.Pass\";}};\n\n // Reused option objects for setSelection & friends\n var sel_dontScroll = {scroll: false}, sel_mouse = {origin: \"*mouse\"}, sel_move = {origin: \"+move\"};\n\n function Delayed() {this.id = null;}\n Delayed.prototype.set = function(ms, f) {\n clearTimeout(this.id);\n this.id = setTimeout(f, ms);\n };\n\n // Counts the column offset in a string, taking tabs into account.\n // Used mostly to find indentation.\n var countColumn = CodeMirror.countColumn = function(string, end, tabSize, startIndex, startValue) {\n if (end == null) {\n end = string.search(/[^\\s\\u00a0]/);\n if (end == -1) end = string.length;\n }\n for (var i = startIndex || 0, n = startValue || 0;;) {\n var nextTab = string.indexOf(\"\\t\", i);\n if (nextTab < 0 || nextTab >= end)\n return n + (end - i);\n n += nextTab - i;\n n += tabSize - (n % tabSize);\n i = nextTab + 1;\n }\n };\n\n // The inverse of countColumn -- find the offset that corresponds to\n // a particular column.\n function findColumn(string, goal, tabSize) {\n for (var pos = 0, col = 0;;) {\n var nextTab = string.indexOf(\"\\t\", pos);\n if (nextTab == -1) nextTab = string.length;\n var skipped = nextTab - pos;\n if (nextTab == string.length || col + skipped >= goal)\n return pos + Math.min(skipped, goal - col);\n col += nextTab - pos;\n col += tabSize - (col % tabSize);\n pos = nextTab + 1;\n if (col >= goal) return pos;\n }\n }\n\n var spaceStrs = [\"\"];\n function spaceStr(n) {\n while (spaceStrs.length <= n)\n spaceStrs.push(lst(spaceStrs) + \" \");\n return spaceStrs[n];\n }\n\n function lst(arr) { return arr[arr.length-1]; }\n\n var selectInput = function(node) { node.select(); };\n if (ios) // Mobile Safari apparently has a bug where select() is broken.\n selectInput = function(node) { node.selectionStart = 0; node.selectionEnd = node.value.length; };\n else if (ie) // Suppress mysterious IE10 errors\n selectInput = function(node) { try { node.select(); } catch(_e) {} };\n\n function indexOf(array, elt) {\n for (var i = 0; i < array.length; ++i)\n if (array[i] == elt) return i;\n return -1;\n }\n if ([].indexOf) indexOf = function(array, elt) { return array.indexOf(elt); };\n function map(array, f) {\n var out = [];\n for (var i = 0; i < array.length; i++) out[i] = f(array[i], i);\n return out;\n }\n if ([].map) map = function(array, f) { return array.map(f); };\n\n function createObj(base, props) {\n var inst;\n if (Object.create) {\n inst = Object.create(base);\n } else {\n var ctor = function() {};\n ctor.prototype = base;\n inst = new ctor();\n }\n if (props) copyObj(props, inst);\n return inst;\n };\n\n function copyObj(obj, target, overwrite) {\n if (!target) target = {};\n for (var prop in obj)\n if (obj.hasOwnProperty(prop) && (overwrite !== false || !target.hasOwnProperty(prop)))\n target[prop] = obj[prop];\n return target;\n }\n\n function bind(f) {\n var args = Array.prototype.slice.call(arguments, 1);\n return function(){return f.apply(null, args);};\n }\n\n var nonASCIISingleCaseWordChar = /[\\u00df\\u3040-\\u309f\\u30a0-\\u30ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\uac00-\\ud7af]/;\n var isWordCharBasic = CodeMirror.isWordChar = function(ch) {\n return /\\w/.test(ch) || ch > \"\\x80\" &&\n (ch.toUpperCase() != ch.toLowerCase() || nonASCIISingleCaseWordChar.test(ch));\n };\n function isWordChar(ch, helper) {\n if (!helper) return isWordCharBasic(ch);\n if (helper.source.indexOf(\"\\\\w\") > -1 && isWordCharBasic(ch)) return true;\n return helper.test(ch);\n }\n\n function isEmpty(obj) {\n for (var n in obj) if (obj.hasOwnProperty(n) && obj[n]) return false;\n return true;\n }\n\n // Extending unicode characters. A series of a non-extending char +\n // any number of extending chars is treated as a single unit as far\n // as editing and measuring is concerned. This is not fully correct,\n // since some scripts/fonts/browsers also treat other configurations\n // of code points as a group.\n var extendingChars = /[\\u0300-\\u036f\\u0483-\\u0489\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u064b-\\u065e\\u0670\\u06d6-\\u06dc\\u06de-\\u06e4\\u06e7\\u06e8\\u06ea-\\u06ed\\u0711\\u0730-\\u074a\\u07a6-\\u07b0\\u07eb-\\u07f3\\u0816-\\u0819\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0900-\\u0902\\u093c\\u0941-\\u0948\\u094d\\u0951-\\u0955\\u0962\\u0963\\u0981\\u09bc\\u09be\\u09c1-\\u09c4\\u09cd\\u09d7\\u09e2\\u09e3\\u0a01\\u0a02\\u0a3c\\u0a41\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a70\\u0a71\\u0a75\\u0a81\\u0a82\\u0abc\\u0ac1-\\u0ac5\\u0ac7\\u0ac8\\u0acd\\u0ae2\\u0ae3\\u0b01\\u0b3c\\u0b3e\\u0b3f\\u0b41-\\u0b44\\u0b4d\\u0b56\\u0b57\\u0b62\\u0b63\\u0b82\\u0bbe\\u0bc0\\u0bcd\\u0bd7\\u0c3e-\\u0c40\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62\\u0c63\\u0cbc\\u0cbf\\u0cc2\\u0cc6\\u0ccc\\u0ccd\\u0cd5\\u0cd6\\u0ce2\\u0ce3\\u0d3e\\u0d41-\\u0d44\\u0d4d\\u0d57\\u0d62\\u0d63\\u0dca\\u0dcf\\u0dd2-\\u0dd4\\u0dd6\\u0ddf\\u0e31\\u0e34-\\u0e3a\\u0e47-\\u0e4e\\u0eb1\\u0eb4-\\u0eb9\\u0ebb\\u0ebc\\u0ec8-\\u0ecd\\u0f18\\u0f19\\u0f35\\u0f37\\u0f39\\u0f71-\\u0f7e\\u0f80-\\u0f84\\u0f86\\u0f87\\u0f90-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u102d-\\u1030\\u1032-\\u1037\\u1039\\u103a\\u103d\\u103e\\u1058\\u1059\\u105e-\\u1060\\u1071-\\u1074\\u1082\\u1085\\u1086\\u108d\\u109d\\u135f\\u1712-\\u1714\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17b7-\\u17bd\\u17c6\\u17c9-\\u17d3\\u17dd\\u180b-\\u180d\\u18a9\\u1920-\\u1922\\u1927\\u1928\\u1932\\u1939-\\u193b\\u1a17\\u1a18\\u1a56\\u1a58-\\u1a5e\\u1a60\\u1a62\\u1a65-\\u1a6c\\u1a73-\\u1a7c\\u1a7f\\u1b00-\\u1b03\\u1b34\\u1b36-\\u1b3a\\u1b3c\\u1b42\\u1b6b-\\u1b73\\u1b80\\u1b81\\u1ba2-\\u1ba5\\u1ba8\\u1ba9\\u1c2c-\\u1c33\\u1c36\\u1c37\\u1cd0-\\u1cd2\\u1cd4-\\u1ce0\\u1ce2-\\u1ce8\\u1ced\\u1dc0-\\u1de6\\u1dfd-\\u1dff\\u200c\\u200d\\u20d0-\\u20f0\\u2cef-\\u2cf1\\u2de0-\\u2dff\\u302a-\\u302f\\u3099\\u309a\\ua66f-\\ua672\\ua67c\\ua67d\\ua6f0\\ua6f1\\ua802\\ua806\\ua80b\\ua825\\ua826\\ua8c4\\ua8e0-\\ua8f1\\ua926-\\ua92d\\ua947-\\ua951\\ua980-\\ua982\\ua9b3\\ua9b6-\\ua9b9\\ua9bc\\uaa29-\\uaa2e\\uaa31\\uaa32\\uaa35\\uaa36\\uaa43\\uaa4c\\uaab0\\uaab2-\\uaab4\\uaab7\\uaab8\\uaabe\\uaabf\\uaac1\\uabe5\\uabe8\\uabed\\udc00-\\udfff\\ufb1e\\ufe00-\\ufe0f\\ufe20-\\ufe26\\uff9e\\uff9f]/;\n function isExtendingChar(ch) { return ch.charCodeAt(0) >= 768 && extendingChars.test(ch); }\n\n // DOM UTILITIES\n\n function elt(tag, content, className, style) {\n var e = document.createElement(tag);\n if (className) e.className = className;\n if (style) e.style.cssText = style;\n if (typeof content == \"string\") e.appendChild(document.createTextNode(content));\n else if (content) for (var i = 0; i < content.length; ++i) e.appendChild(content[i]);\n return e;\n }\n\n var range;\n if (document.createRange) range = function(node, start, end) {\n var r = document.createRange();\n r.setEnd(node, end);\n r.setStart(node, start);\n return r;\n };\n else range = function(node, start, end) {\n var r = document.body.createTextRange();\n r.moveToElementText(node.parentNode);\n r.collapse(true);\n r.moveEnd(\"character\", end);\n r.moveStart(\"character\", start);\n return r;\n };\n\n function removeChildren(e) {\n for (var count = e.childNodes.length; count > 0; --count)\n e.removeChild(e.firstChild);\n return e;\n }\n\n function removeChildrenAndAdd(parent, e) {\n return removeChildren(parent).appendChild(e);\n }\n\n function contains(parent, child) {\n if (parent.contains)\n return parent.contains(child);\n while (child = child.parentNode)\n if (child == parent) return true;\n }\n\n function activeElt() { return document.activeElement; }\n // Older versions of IE throws unspecified error when touching\n // document.activeElement in some cases (during loading, in iframe)\n if (ie_upto10) activeElt = function() {\n try { return document.activeElement; }\n catch(e) { return document.body; }\n };\n\n function classTest(cls) { return new RegExp(\"\\\\b\" + cls + \"\\\\b\\\\s*\"); }\n function rmClass(node, cls) {\n var test = classTest(cls);\n if (test.test(node.className)) node.className = node.className.replace(test, \"\");\n }\n function addClass(node, cls) {\n if (!classTest(cls).test(node.className)) node.className += \" \" + cls;\n }\n function joinClasses(a, b) {\n var as = a.split(\" \");\n for (var i = 0; i < as.length; i++)\n if (as[i] && !classTest(as[i]).test(b)) b += \" \" + as[i];\n return b;\n }\n\n // WINDOW-WIDE EVENTS\n\n // These must be handled carefully, because naively registering a\n // handler for each editor will cause the editors to never be\n // garbage collected.\n\n function forEachCodeMirror(f) {\n if (!document.body.getElementsByClassName) return;\n var byClass = document.body.getElementsByClassName(\"CodeMirror\");\n for (var i = 0; i < byClass.length; i++) {\n var cm = byClass[i].CodeMirror;\n if (cm) f(cm);\n }\n }\n\n var globalsRegistered = false;\n function ensureGlobalHandlers() {\n if (globalsRegistered) return;\n registerGlobalHandlers();\n globalsRegistered = true;\n }\n function registerGlobalHandlers() {\n // When the window resizes, we need to refresh active editors.\n var resizeTimer;\n on(window, \"resize\", function() {\n if (resizeTimer == null) resizeTimer = setTimeout(function() {\n resizeTimer = null;\n knownScrollbarWidth = null;\n forEachCodeMirror(onResize);\n }, 100);\n });\n // When the window loses focus, we want to show the editor as blurred\n on(window, \"blur\", function() {\n forEachCodeMirror(onBlur);\n });\n }\n\n // FEATURE DETECTION\n\n // Detect drag-and-drop\n var dragAndDrop = function() {\n // There is *some* kind of drag-and-drop support in IE6-8, but I\n // couldn't get it to work yet.\n if (ie_upto8) return false;\n var div = elt('div');\n return \"draggable\" in div || \"dragDrop\" in div;\n }();\n\n var knownScrollbarWidth;\n function scrollbarWidth(measure) {\n if (knownScrollbarWidth != null) return knownScrollbarWidth;\n var test = elt(\"div\", null, null, \"width: 50px; height: 50px; overflow-x: scroll\");\n removeChildrenAndAdd(measure, test);\n if (test.offsetWidth)\n knownScrollbarWidth = test.offsetHeight - test.clientHeight;\n return knownScrollbarWidth || 0;\n }\n\n var zwspSupported;\n function zeroWidthElement(measure) {\n if (zwspSupported == null) {\n var test = elt(\"span\", \"\\u200b\");\n removeChildrenAndAdd(measure, elt(\"span\", [test, document.createTextNode(\"x\")]));\n if (measure.firstChild.offsetHeight != 0)\n zwspSupported = test.offsetWidth <= 1 && test.offsetHeight > 2 && !ie_upto7;\n }\n if (zwspSupported) return elt(\"span\", \"\\u200b\");\n else return elt(\"span\", \"\\u00a0\", null, \"display: inline-block; width: 1px; margin-right: -1px\");\n }\n\n // Feature-detect IE's crummy client rect reporting for bidi text\n var badBidiRects;\n function hasBadBidiRects(measure) {\n if (badBidiRects != null) return badBidiRects;\n var txt = removeChildrenAndAdd(measure, document.createTextNode(\"A\\u062eA\"));\n var r0 = range(txt, 0, 1).getBoundingClientRect();\n if (r0.left == r0.right) return false;\n var r1 = range(txt, 1, 2).getBoundingClientRect();\n return badBidiRects = (r1.right - r0.right < 3);\n }\n\n // See if \"\".split is the broken IE version, if so, provide an\n // alternative way to split lines.\n var splitLines = CodeMirror.splitLines = \"\\n\\nb\".split(/\\n/).length != 3 ? function(string) {\n var pos = 0, result = [], l = string.length;\n while (pos <= l) {\n var nl = string.indexOf(\"\\n\", pos);\n if (nl == -1) nl = string.length;\n var line = string.slice(pos, string.charAt(nl - 1) == \"\\r\" ? nl - 1 : nl);\n var rt = line.indexOf(\"\\r\");\n if (rt != -1) {\n result.push(line.slice(0, rt));\n pos += rt + 1;\n } else {\n result.push(line);\n pos = nl + 1;\n }\n }\n return result;\n } : function(string){return string.split(/\\r\\n?|\\n/);};\n\n var hasSelection = window.getSelection ? function(te) {\n try { return te.selectionStart != te.selectionEnd; }\n catch(e) { return false; }\n } : function(te) {\n try {var range = te.ownerDocument.selection.createRange();}\n catch(e) {}\n if (!range || range.parentElement() != te) return false;\n return range.compareEndPoints(\"StartToEnd\", range) != 0;\n };\n\n var hasCopyEvent = (function() {\n var e = elt(\"div\");\n if (\"oncopy\" in e) return true;\n e.setAttribute(\"oncopy\", \"return;\");\n return typeof e.oncopy == \"function\";\n })();\n\n // KEY NAMES\n\n var keyNames = {3: \"Enter\", 8: \"Backspace\", 9: \"Tab\", 13: \"Enter\", 16: \"Shift\", 17: \"Ctrl\", 18: \"Alt\",\n 19: \"Pause\", 20: \"CapsLock\", 27: \"Esc\", 32: \"Space\", 33: \"PageUp\", 34: \"PageDown\", 35: \"End\",\n 36: \"Home\", 37: \"Left\", 38: \"Up\", 39: \"Right\", 40: \"Down\", 44: \"PrintScrn\", 45: \"Insert\",\n 46: \"Delete\", 59: \";\", 61: \"=\", 91: \"Mod\", 92: \"Mod\", 93: \"Mod\", 107: \"=\", 109: \"-\", 127: \"Delete\",\n 173: \"-\", 186: \";\", 187: \"=\", 188: \",\", 189: \"-\", 190: \".\", 191: \"/\", 192: \"`\", 219: \"[\", 220: \"\\\\\",\n 221: \"]\", 222: \"'\", 63232: \"Up\", 63233: \"Down\", 63234: \"Left\", 63235: \"Right\", 63272: \"Delete\",\n 63273: \"Home\", 63275: \"End\", 63276: \"PageUp\", 63277: \"PageDown\", 63302: \"Insert\"};\n CodeMirror.keyNames = keyNames;\n (function() {\n // Number keys\n for (var i = 0; i < 10; i++) keyNames[i + 48] = keyNames[i + 96] = String(i);\n // Alphabetic keys\n for (var i = 65; i <= 90; i++) keyNames[i] = String.fromCharCode(i);\n // Function keys\n for (var i = 1; i <= 12; i++) keyNames[i + 111] = keyNames[i + 63235] = \"F\" + i;\n })();\n\n // BIDI HELPERS\n\n function iterateBidiSections(order, from, to, f) {\n if (!order) return f(from, to, \"ltr\");\n var found = false;\n for (var i = 0; i < order.length; ++i) {\n var part = order[i];\n if (part.from < to && part.to > from || from == to && part.to == from) {\n f(Math.max(part.from, from), Math.min(part.to, to), part.level == 1 ? \"rtl\" : \"ltr\");\n found = true;\n }\n }\n if (!found) f(from, to, \"ltr\");\n }\n\n function bidiLeft(part) { return part.level % 2 ? part.to : part.from; }\n function bidiRight(part) { return part.level % 2 ? part.from : part.to; }\n\n function lineLeft(line) { var order = getOrder(line); return order ? bidiLeft(order[0]) : 0; }\n function lineRight(line) {\n var order = getOrder(line);\n if (!order) return line.text.length;\n return bidiRight(lst(order));\n }\n\n function lineStart(cm, lineN) {\n var line = getLine(cm.doc, lineN);\n var visual = visualLine(line);\n if (visual != line) lineN = lineNo(visual);\n var order = getOrder(visual);\n var ch = !order ? 0 : order[0].level % 2 ? lineRight(visual) : lineLeft(visual);\n return Pos(lineN, ch);\n }\n function lineEnd(cm, lineN) {\n var merged, line = getLine(cm.doc, lineN);\n while (merged = collapsedSpanAtEnd(line)) {\n line = merged.find(1, true).line;\n lineN = null;\n }\n var order = getOrder(line);\n var ch = !order ? line.text.length : order[0].level % 2 ? lineLeft(line) : lineRight(line);\n return Pos(lineN == null ? lineNo(line) : lineN, ch);\n }\n\n function compareBidiLevel(order, a, b) {\n var linedir = order[0].level;\n if (a == linedir) return true;\n if (b == linedir) return false;\n return a < b;\n }\n var bidiOther;\n function getBidiPartAt(order, pos) {\n bidiOther = null;\n for (var i = 0, found; i < order.length; ++i) {\n var cur = order[i];\n if (cur.from < pos && cur.to > pos) return i;\n if ((cur.from == pos || cur.to == pos)) {\n if (found == null) {\n found = i;\n } else if (compareBidiLevel(order, cur.level, order[found].level)) {\n if (cur.from != cur.to) bidiOther = found;\n return i;\n } else {\n if (cur.from != cur.to) bidiOther = i;\n return found;\n }\n }\n }\n return found;\n }\n\n function moveInLine(line, pos, dir, byUnit) {\n if (!byUnit) return pos + dir;\n do pos += dir;\n while (pos > 0 && isExtendingChar(line.text.charAt(pos)));\n return pos;\n }\n\n // This is needed in order to move 'visually' through bi-directional\n // text -- i.e., pressing left should make the cursor go left, even\n // when in RTL text. The tricky part is the 'jumps', where RTL and\n // LTR text touch each other. This often requires the cursor offset\n // to move more than one unit, in order to visually move one unit.\n function moveVisually(line, start, dir, byUnit) {\n var bidi = getOrder(line);\n if (!bidi) return moveLogically(line, start, dir, byUnit);\n var pos = getBidiPartAt(bidi, start), part = bidi[pos];\n var target = moveInLine(line, start, part.level % 2 ? -dir : dir, byUnit);\n\n for (;;) {\n if (target > part.from && target < part.to) return target;\n if (target == part.from || target == part.to) {\n if (getBidiPartAt(bidi, target) == pos) return target;\n part = bidi[pos += dir];\n return (dir > 0) == part.level % 2 ? part.to : part.from;\n } else {\n part = bidi[pos += dir];\n if (!part) return null;\n if ((dir > 0) == part.level % 2)\n target = moveInLine(line, part.to, -1, byUnit);\n else\n target = moveInLine(line, part.from, 1, byUnit);\n }\n }\n }\n\n function moveLogically(line, start, dir, byUnit) {\n var target = start + dir;\n if (byUnit) while (target > 0 && isExtendingChar(line.text.charAt(target))) target += dir;\n return target < 0 || target > line.text.length ? null : target;\n }\n\n // Bidirectional ordering algorithm\n // See http://unicode.org/reports/tr9/tr9-13.html for the algorithm\n // that this (partially) implements.\n\n // One-char codes used for character types:\n // L (L): Left-to-Right\n // R (R): Right-to-Left\n // r (AL): Right-to-Left Arabic\n // 1 (EN): European Number\n // + (ES): European Number Separator\n // % (ET): European Number Terminator\n // n (AN): Arabic Number\n // , (CS): Common Number Separator\n // m (NSM): Non-Spacing Mark\n // b (BN): Boundary Neutral\n // s (B): Paragraph Separator\n // t (S): Segment Separator\n // w (WS): Whitespace\n // N (ON): Other Neutrals\n\n // Returns null if characters are ordered as they appear\n // (left-to-right), or an array of sections ({from, to, level}\n // objects) in the order in which they occur visually.\n var bidiOrdering = (function() {\n // Character types for codepoints 0 to 0xff\n var lowTypes = \"bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN\";\n // Character types for codepoints 0x600 to 0x6ff\n var arabicTypes = \"rrrrrrrrrrrr,rNNmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmrrrrrrrnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmNmmmm\";\n function charType(code) {\n if (code <= 0xf7) return lowTypes.charAt(code);\n else if (0x590 <= code && code <= 0x5f4) return \"R\";\n else if (0x600 <= code && code <= 0x6ed) return arabicTypes.charAt(code - 0x600);\n else if (0x6ee <= code && code <= 0x8ac) return \"r\";\n else if (0x2000 <= code && code <= 0x200b) return \"w\";\n else if (code == 0x200c) return \"b\";\n else return \"L\";\n }\n\n var bidiRE = /[\\u0590-\\u05f4\\u0600-\\u06ff\\u0700-\\u08ac]/;\n var isNeutral = /[stwN]/, isStrong = /[LRr]/, countsAsLeft = /[Lb1n]/, countsAsNum = /[1n]/;\n // Browsers seem to always treat the boundaries of block elements as being L.\n var outerType = \"L\";\n\n function BidiSpan(level, from, to) {\n this.level = level;\n this.from = from; this.to = to;\n }\n\n return function(str) {\n if (!bidiRE.test(str)) return false;\n var len = str.length, types = [];\n for (var i = 0, type; i < len; ++i)\n types.push(type = charType(str.charCodeAt(i)));\n\n // W1. Examine each non-spacing mark (NSM) in the level run, and\n // change the type of the NSM to the type of the previous\n // character. If the NSM is at the start of the level run, it will\n // get the type of sor.\n for (var i = 0, prev = outerType; i < len; ++i) {\n var type = types[i];\n if (type == \"m\") types[i] = prev;\n else prev = type;\n }\n\n // W2. Search backwards from each instance of a European number\n // until the first strong type (R, L, AL, or sor) is found. If an\n // AL is found, change the type of the European number to Arabic\n // number.\n // W3. Change all ALs to R.\n for (var i = 0, cur = outerType; i < len; ++i) {\n var type = types[i];\n if (type == \"1\" && cur == \"r\") types[i] = \"n\";\n else if (isStrong.test(type)) { cur = type; if (type == \"r\") types[i] = \"R\"; }\n }\n\n // W4. A single European separator between two European numbers\n // changes to a European number. A single common separator between\n // two numbers of the same type changes to that type.\n for (var i = 1, prev = types[0]; i < len - 1; ++i) {\n var type = types[i];\n if (type == \"+\" && prev == \"1\" && types[i+1] == \"1\") types[i] = \"1\";\n else if (type == \",\" && prev == types[i+1] &&\n (prev == \"1\" || prev == \"n\")) types[i] = prev;\n prev = type;\n }\n\n // W5. A sequence of European terminators adjacent to European\n // numbers changes to all European numbers.\n // W6. Otherwise, separators and terminators change to Other\n // Neutral.\n for (var i = 0; i < len; ++i) {\n var type = types[i];\n if (type == \",\") types[i] = \"N\";\n else if (type == \"%\") {\n for (var end = i + 1; end < len && types[end] == \"%\"; ++end) {}\n var replace = (i && types[i-1] == \"!\") || (end < len && types[end] == \"1\") ? \"1\" : \"N\";\n for (var j = i; j < end; ++j) types[j] = replace;\n i = end - 1;\n }\n }\n\n // W7. Search backwards from each instance of a European number\n // until the first strong type (R, L, or sor) is found. If an L is\n // found, then change the type of the European number to L.\n for (var i = 0, cur = outerType; i < len; ++i) {\n var type = types[i];\n if (cur == \"L\" && type == \"1\") types[i] = \"L\";\n else if (isStrong.test(type)) cur = type;\n }\n\n // N1. A sequence of neutrals takes the direction of the\n // surrounding strong text if the text on both sides has the same\n // direction. European and Arabic numbers act as if they were R in\n // terms of their influence on neutrals. Start-of-level-run (sor)\n // and end-of-level-run (eor) are used at level run boundaries.\n // N2. Any remaining neutrals take the embedding direction.\n for (var i = 0; i < len; ++i) {\n if (isNeutral.test(types[i])) {\n for (var end = i + 1; end < len && isNeutral.test(types[end]); ++end) {}\n var before = (i ? types[i-1] : outerType) == \"L\";\n var after = (end < len ? types[end] : outerType) == \"L\";\n var replace = before || after ? \"L\" : \"R\";\n for (var j = i; j < end; ++j) types[j] = replace;\n i = end - 1;\n }\n }\n\n // Here we depart from the documented algorithm, in order to avoid\n // building up an actual levels array. Since there are only three\n // levels (0, 1, 2) in an implementation that doesn't take\n // explicit embedding into account, we can build up the order on\n // the fly, without following the level-based algorithm.\n var order = [], m;\n for (var i = 0; i < len;) {\n if (countsAsLeft.test(types[i])) {\n var start = i;\n for (++i; i < len && countsAsLeft.test(types[i]); ++i) {}\n order.push(new BidiSpan(0, start, i));\n } else {\n var pos = i, at = order.length;\n for (++i; i < len && types[i] != \"L\"; ++i) {}\n for (var j = pos; j < i;) {\n if (countsAsNum.test(types[j])) {\n if (pos < j) order.splice(at, 0, new BidiSpan(1, pos, j));\n var nstart = j;\n for (++j; j < i && countsAsNum.test(types[j]); ++j) {}\n order.splice(at, 0, new BidiSpan(2, nstart, j));\n pos = j;\n } else ++j;\n }\n if (pos < i) order.splice(at, 0, new BidiSpan(1, pos, i));\n }\n }\n if (order[0].level == 1 && (m = str.match(/^\\s+/))) {\n order[0].from = m[0].length;\n order.unshift(new BidiSpan(0, 0, m[0].length));\n }\n if (lst(order).level == 1 && (m = str.match(/\\s+$/))) {\n lst(order).to -= m[0].length;\n order.push(new BidiSpan(0, len - m[0].length, len));\n }\n if (order[0].level != lst(order).level)\n order.push(new BidiSpan(order[0].level, len, len));\n\n return order;\n };\n })();\n\n // THE END\n\n CodeMirror.version = \"4.1.1\";\n\n return CodeMirror;\n});\n"
},
"$:/plugins/tiddlywiki/codemirror/lib/codemirror.css": {
"type": "text/css",
"title": "$:/plugins/tiddlywiki/codemirror/lib/codemirror.css",
"tags": "[[$:/tags/Stylesheet]]",
"text": "/* BASICS */\n\n.CodeMirror {\n /* Set height, width, borders, and global font properties here */\n font-family: monospace;\n height: 300px;\n}\n.CodeMirror-scroll {\n /* Set scrolling behaviour here */\n overflow: auto;\n}\n\n/* PADDING */\n\n.CodeMirror-lines {\n padding: 4px 0; /* Vertical padding around content */\n}\n.CodeMirror pre {\n padding: 0 4px; /* Horizontal padding of content */\n}\n\n.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {\n background-color: white; /* The little square between H and V scrollbars */\n}\n\n/* GUTTER */\n\n.CodeMirror-gutters {\n border-right: 1px solid #ddd;\n background-color: #f7f7f7;\n white-space: nowrap;\n}\n.CodeMirror-linenumbers {}\n.CodeMirror-linenumber {\n padding: 0 3px 0 5px;\n min-width: 20px;\n text-align: right;\n color: #999;\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n}\n\n/* CURSOR */\n\n.CodeMirror div.CodeMirror-cursor {\n border-left: 1px solid black;\n}\n/* Shown when moving in bi-directional text */\n.CodeMirror div.CodeMirror-secondarycursor {\n border-left: 1px solid silver;\n}\n.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {\n width: auto;\n border: 0;\n background: #7e7;\n}\n/* Can style cursor different in overwrite (non-insert) mode */\ndiv.CodeMirror-overwrite div.CodeMirror-cursor {}\n\n.cm-tab { display: inline-block; }\n\n.CodeMirror-ruler {\n border-left: 1px solid #ccc;\n position: absolute;\n}\n\n/* DEFAULT THEME */\n\n.cm-s-default .cm-keyword {color: #708;}\n.cm-s-default .cm-atom {color: #219;}\n.cm-s-default .cm-number {color: #164;}\n.cm-s-default .cm-def {color: #00f;}\n.cm-s-default .cm-variable,\n.cm-s-default .cm-punctuation,\n.cm-s-default .cm-property,\n.cm-s-default .cm-operator {}\n.cm-s-default .cm-variable-2 {color: #05a;}\n.cm-s-default .cm-variable-3 {color: #085;}\n.cm-s-default .cm-comment {color: #a50;}\n.cm-s-default .cm-string {color: #a11;}\n.cm-s-default .cm-string-2 {color: #f50;}\n.cm-s-default .cm-meta {color: #555;}\n.cm-s-default .cm-qualifier {color: #555;}\n.cm-s-default .cm-builtin {color: #30a;}\n.cm-s-default .cm-bracket {color: #997;}\n.cm-s-default .cm-tag {color: #170;}\n.cm-s-default .cm-attribute {color: #00c;}\n.cm-s-default .cm-header {color: blue;}\n.cm-s-default .cm-quote {color: #090;}\n.cm-s-default .cm-hr {color: #999;}\n.cm-s-default .cm-link {color: #00c;}\n\n.cm-negative {color: #d44;}\n.cm-positive {color: #292;}\n.cm-header, .cm-strong {font-weight: bold;}\n.cm-em {font-style: italic;}\n.cm-link {text-decoration: underline;}\n\n.cm-s-default .cm-error {color: #f00;}\n.cm-invalidchar {color: #f00;}\n\ndiv.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}\ndiv.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}\n.CodeMirror-activeline-background {background: #e8f2ff;}\n\n/* STOP */\n\n/* The rest of this file contains styles related to the mechanics of\n the editor. You probably shouldn't touch them. */\n\n.CodeMirror {\n line-height: 1;\n position: relative;\n overflow: hidden;\n background: white;\n color: black;\n}\n\n.CodeMirror-scroll {\n /* 30px is the magic margin used to hide the element's real scrollbars */\n /* See overflow: hidden in .CodeMirror */\n margin-bottom: -30px; margin-right: -30px;\n padding-bottom: 30px;\n height: 100%;\n outline: none; /* Prevent dragging from highlighting the element */\n position: relative;\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n}\n.CodeMirror-sizer {\n position: relative;\n border-right: 30px solid transparent;\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n}\n\n/* The fake, visible scrollbars. Used to force redraw during scrolling\n before actuall scrolling happens, thus preventing shaking and\n flickering artifacts. */\n.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {\n position: absolute;\n z-index: 6;\n display: none;\n}\n.CodeMirror-vscrollbar {\n right: 0; top: 0;\n overflow-x: hidden;\n overflow-y: scroll;\n}\n.CodeMirror-hscrollbar {\n bottom: 0; left: 0;\n overflow-y: hidden;\n overflow-x: scroll;\n}\n.CodeMirror-scrollbar-filler {\n right: 0; bottom: 0;\n}\n.CodeMirror-gutter-filler {\n left: 0; bottom: 0;\n}\n\n.CodeMirror-gutters {\n position: absolute; left: 0; top: 0;\n padding-bottom: 30px;\n z-index: 3;\n}\n.CodeMirror-gutter {\n white-space: normal;\n height: 100%;\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n padding-bottom: 30px;\n margin-bottom: -32px;\n display: inline-block;\n /* Hack to make IE7 behave */\n *zoom:1;\n *display:inline;\n}\n.CodeMirror-gutter-elt {\n position: absolute;\n cursor: default;\n z-index: 4;\n}\n\n.CodeMirror-lines {\n cursor: text;\n}\n.CodeMirror pre {\n /* Reset some styles that the rest of the page might have set */\n -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;\n border-width: 0;\n background: transparent;\n font-family: inherit;\n font-size: inherit;\n margin: 0;\n white-space: pre;\n word-wrap: normal;\n line-height: inherit;\n color: inherit;\n z-index: 2;\n position: relative;\n overflow: visible;\n}\n.CodeMirror-wrap pre {\n word-wrap: break-word;\n white-space: pre-wrap;\n word-break: normal;\n}\n\n.CodeMirror-linebackground {\n position: absolute;\n left: 0; right: 0; top: 0; bottom: 0;\n z-index: 0;\n}\n\n.CodeMirror-linewidget {\n position: relative;\n z-index: 2;\n overflow: auto;\n}\n\n.CodeMirror-widget {}\n\n.CodeMirror-wrap .CodeMirror-scroll {\n overflow-x: hidden;\n}\n\n.CodeMirror-measure {\n position: absolute;\n width: 100%;\n height: 0;\n overflow: hidden;\n visibility: hidden;\n}\n.CodeMirror-measure pre { position: static; }\n\n.CodeMirror div.CodeMirror-cursor {\n position: absolute;\n border-right: none;\n width: 0;\n}\n\ndiv.CodeMirror-cursors {\n visibility: hidden;\n position: relative;\n z-index: 1;\n}\n.CodeMirror-focused div.CodeMirror-cursors {\n visibility: visible;\n}\n\n.CodeMirror-selected { background: #d9d9d9; }\n.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }\n.CodeMirror-crosshair { cursor: crosshair; }\n\n.cm-searching {\n background: #ffa;\n background: rgba(255, 255, 0, .4);\n}\n\n/* IE7 hack to prevent it from returning funny offsetTops on the spans */\n.CodeMirror span { *vertical-align: text-bottom; }\n\n/* Used to force a border model for a node */\n.cm-force-border { padding-right: .1px; }\n\n@media print {\n /* Hide the cursor when printing */\n .CodeMirror div.CodeMirror-cursors {\n visibility: hidden;\n }\n}\n"
},
"$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.css": {
"type": "text/css",
"title": "$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.css",
"tags": "[[$:/tags/Stylesheet]]",
"text": ".CodeMirror-dialog {\n position: absolute;\n left: 0; right: 0;\n background: white;\n z-index: 15;\n padding: .1em .8em;\n overflow: hidden;\n color: #333;\n}\n\n.CodeMirror-dialog-top {\n border-bottom: 1px solid #eee;\n top: 0;\n}\n\n.CodeMirror-dialog-bottom {\n border-top: 1px solid #eee;\n bottom: 0;\n}\n\n.CodeMirror-dialog input {\n border: none;\n outline: none;\n background: transparent;\n width: 20em;\n color: inherit;\n font-family: monospace;\n}\n\n.CodeMirror-dialog button {\n font-size: 70%;\n}\n"
},
"$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.js",
"module-type": "library",
"text": "// Open simple dialogs on top of an editor. Relies on dialog.css.\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"../../lib/codemirror\"));\n else if (typeof define == \"function\" && define.amd) // AMD\n define([\"../../lib/codemirror\"], mod);\n else // Plain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n function dialogDiv(cm, template, bottom) {\n var wrap = cm.getWrapperElement();\n var dialog;\n dialog = wrap.appendChild(document.createElement(\"div\"));\n if (bottom) {\n dialog.className = \"CodeMirror-dialog CodeMirror-dialog-bottom\";\n } else {\n dialog.className = \"CodeMirror-dialog CodeMirror-dialog-top\";\n }\n if (typeof template == \"string\") {\n dialog.innerHTML = template;\n } else { // Assuming it's a detached DOM element.\n dialog.appendChild(template);\n }\n return dialog;\n }\n\n function closeNotification(cm, newVal) {\n if (cm.state.currentNotificationClose)\n cm.state.currentNotificationClose();\n cm.state.currentNotificationClose = newVal;\n }\n\n CodeMirror.defineExtension(\"openDialog\", function(template, callback, options) {\n closeNotification(this, null);\n var dialog = dialogDiv(this, template, options && options.bottom);\n var closed = false, me = this;\n function close() {\n if (closed) return;\n closed = true;\n dialog.parentNode.removeChild(dialog);\n }\n var inp = dialog.getElementsByTagName(\"input\")[0], button;\n if (inp) {\n if (options && options.value) inp.value = options.value;\n CodeMirror.on(inp, \"keydown\", function(e) {\n if (options && options.onKeyDown && options.onKeyDown(e, inp.value, close)) { return; }\n if (e.keyCode == 13 || e.keyCode == 27) {\n inp.blur();\n CodeMirror.e_stop(e);\n close();\n me.focus();\n if (e.keyCode == 13) callback(inp.value);\n }\n });\n if (options && options.onKeyUp) {\n CodeMirror.on(inp, \"keyup\", function(e) {options.onKeyUp(e, inp.value, close);});\n }\n if (options && options.value) inp.value = options.value;\n inp.focus();\n CodeMirror.on(inp, \"blur\", close);\n } else if (button = dialog.getElementsByTagName(\"button\")[0]) {\n CodeMirror.on(button, \"click\", function() {\n close();\n me.focus();\n });\n button.focus();\n CodeMirror.on(button, \"blur\", close);\n }\n return close;\n });\n\n CodeMirror.defineExtension(\"openConfirm\", function(template, callbacks, options) {\n closeNotification(this, null);\n var dialog = dialogDiv(this, template, options && options.bottom);\n var buttons = dialog.getElementsByTagName(\"button\");\n var closed = false, me = this, blurring = 1;\n function close() {\n if (closed) return;\n closed = true;\n dialog.parentNode.removeChild(dialog);\n me.focus();\n }\n buttons[0].focus();\n for (var i = 0; i < buttons.length; ++i) {\n var b = buttons[i];\n (function(callback) {\n CodeMirror.on(b, \"click\", function(e) {\n CodeMirror.e_preventDefault(e);\n close();\n if (callback) callback(me);\n });\n })(callbacks[i]);\n CodeMirror.on(b, \"blur\", function() {\n --blurring;\n setTimeout(function() { if (blurring <= 0) close(); }, 200);\n });\n CodeMirror.on(b, \"focus\", function() { ++blurring; });\n }\n });\n\n /*\n * openNotification\n * Opens a notification, that can be closed with an optional timer\n * (default 5000ms timer) and always closes on click.\n *\n * If a notification is opened while another is opened, it will close the\n * currently opened one and open the new one immediately.\n */\n CodeMirror.defineExtension(\"openNotification\", function(template, options) {\n closeNotification(this, close);\n var dialog = dialogDiv(this, template, options && options.bottom);\n var duration = options && (options.duration === undefined ? 5000 : options.duration);\n var closed = false, doneTimer;\n\n function close() {\n if (closed) return;\n closed = true;\n clearTimeout(doneTimer);\n dialog.parentNode.removeChild(dialog);\n }\n\n CodeMirror.on(dialog, 'click', function(e) {\n CodeMirror.e_preventDefault(e);\n close();\n });\n if (duration)\n doneTimer = setTimeout(close, options.duration);\n });\n});\n"
},
"$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js",
"module-type": "library",
"text": "(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"../../lib/codemirror\"));\n else if (typeof define == \"function\" && define.amd) // AMD\n define([\"../../lib/codemirror\"], mod);\n else // Plain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n var ie_lt8 = /MSIE \\d/.test(navigator.userAgent) &&\n (document.documentMode == null || document.documentMode < 8);\n\n var Pos = CodeMirror.Pos;\n\n var matching = {\"(\": \")>\", \")\": \"(<\", \"[\": \"]>\", \"]\": \"[<\", \"{\": \"}>\", \"}\": \"{<\"};\n\n function findMatchingBracket(cm, where, strict, config) {\n var line = cm.getLineHandle(where.line), pos = where.ch - 1;\n var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)];\n if (!match) return null;\n var dir = match.charAt(1) == \">\" ? 1 : -1;\n if (strict && (dir > 0) != (pos == where.ch)) return null;\n var style = cm.getTokenTypeAt(Pos(where.line, pos + 1));\n\n var found = scanForBracket(cm, Pos(where.line, pos + (dir > 0 ? 1 : 0)), dir, style || null, config);\n if (found == null) return null;\n return {from: Pos(where.line, pos), to: found && found.pos,\n match: found && found.ch == match.charAt(0), forward: dir > 0};\n }\n\n // bracketRegex is used to specify which type of bracket to scan\n // should be a regexp, e.g. /[[\\]]/\n //\n // Note: If \"where\" is on an open bracket, then this bracket is ignored.\n //\n // Returns false when no bracket was found, null when it reached\n // maxScanLines and gave up\n function scanForBracket(cm, where, dir, style, config) {\n var maxScanLen = (config && config.maxScanLineLength) || 10000;\n var maxScanLines = (config && config.maxScanLines) || 1000;\n\n var stack = [];\n var re = config && config.bracketRegex ? config.bracketRegex : /[(){}[\\]]/;\n var lineEnd = dir > 0 ? Math.min(where.line + maxScanLines, cm.lastLine() + 1)\n : Math.max(cm.firstLine() - 1, where.line - maxScanLines);\n for (var lineNo = where.line; lineNo != lineEnd; lineNo += dir) {\n var line = cm.getLine(lineNo);\n if (!line) continue;\n var pos = dir > 0 ? 0 : line.length - 1, end = dir > 0 ? line.length : -1;\n if (line.length > maxScanLen) continue;\n if (lineNo == where.line) pos = where.ch - (dir < 0 ? 1 : 0);\n for (; pos != end; pos += dir) {\n var ch = line.charAt(pos);\n if (re.test(ch) && (style === undefined || cm.getTokenTypeAt(Pos(lineNo, pos + 1)) == style)) {\n var match = matching[ch];\n if ((match.charAt(1) == \">\") == (dir > 0)) stack.push(ch);\n else if (!stack.length) return {pos: Pos(lineNo, pos), ch: ch};\n else stack.pop();\n }\n }\n }\n return lineNo - dir == (dir > 0 ? cm.lastLine() : cm.firstLine()) ? false : null;\n }\n\n function matchBrackets(cm, autoclear, config) {\n // Disable brace matching in long lines, since it'll cause hugely slow updates\n var maxHighlightLen = cm.state.matchBrackets.maxHighlightLineLength || 1000;\n var marks = [], ranges = cm.listSelections();\n for (var i = 0; i < ranges.length; i++) {\n var match = ranges[i].empty() && findMatchingBracket(cm, ranges[i].head, false, config);\n if (match && cm.getLine(match.from.line).length <= maxHighlightLen) {\n var style = match.match ? \"CodeMirror-matchingbracket\" : \"CodeMirror-nonmatchingbracket\";\n marks.push(cm.markText(match.from, Pos(match.from.line, match.from.ch + 1), {className: style}));\n if (match.to && cm.getLine(match.to.line).length <= maxHighlightLen)\n marks.push(cm.markText(match.to, Pos(match.to.line, match.to.ch + 1), {className: style}));\n }\n }\n\n if (marks.length) {\n // Kludge to work around the IE bug from issue #1193, where text\n // input stops going to the textare whever this fires.\n if (ie_lt8 && cm.state.focused) cm.display.input.focus();\n\n var clear = function() {\n cm.operation(function() {\n for (var i = 0; i < marks.length; i++) marks[i].clear();\n });\n };\n if (autoclear) setTimeout(clear, 800);\n else return clear;\n }\n }\n\n var currentlyHighlighted = null;\n function doMatchBrackets(cm) {\n cm.operation(function() {\n if (currentlyHighlighted) {currentlyHighlighted(); currentlyHighlighted = null;}\n currentlyHighlighted = matchBrackets(cm, false, cm.state.matchBrackets);\n });\n }\n\n CodeMirror.defineOption(\"matchBrackets\", false, function(cm, val, old) {\n if (old && old != CodeMirror.Init)\n cm.off(\"cursorActivity\", doMatchBrackets);\n if (val) {\n cm.state.matchBrackets = typeof val == \"object\" ? val : {};\n cm.on(\"cursorActivity\", doMatchBrackets);\n }\n });\n\n CodeMirror.defineExtension(\"matchBrackets\", function() {matchBrackets(this, true);});\n CodeMirror.defineExtension(\"findMatchingBracket\", function(pos, strict, config){\n return findMatchingBracket(this, pos, strict, config);\n });\n CodeMirror.defineExtension(\"scanForBracket\", function(pos, dir, style, config){\n return scanForBracket(this, pos, dir, style, config);\n });\n});\n"
},
"$:/plugins/tiddlywiki/codemirror/addon/search/searchcursor.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/addon/search/searchcursor.js",
"module-type": "library",
"text": "(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"../../lib/codemirror\"));\n else if (typeof define == \"function\" && define.amd) // AMD\n define([\"../../lib/codemirror\"], mod);\n else // Plain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n var Pos = CodeMirror.Pos;\n\n function SearchCursor(doc, query, pos, caseFold) {\n this.atOccurrence = false; this.doc = doc;\n if (caseFold == null && typeof query == \"string\") caseFold = false;\n\n pos = pos ? doc.clipPos(pos) : Pos(0, 0);\n this.pos = {from: pos, to: pos};\n\n // The matches method is filled in based on the type of query.\n // It takes a position and a direction, and returns an object\n // describing the next occurrence of the query, or null if no\n // more matches were found.\n if (typeof query != \"string\") { // Regexp match\n if (!query.global) query = new RegExp(query.source, query.ignoreCase ? \"ig\" : \"g\");\n this.matches = function(reverse, pos) {\n if (reverse) {\n query.lastIndex = 0;\n var line = doc.getLine(pos.line).slice(0, pos.ch), cutOff = 0, match, start;\n for (;;) {\n query.lastIndex = cutOff;\n var newMatch = query.exec(line);\n if (!newMatch) break;\n match = newMatch;\n start = match.index;\n cutOff = match.index + (match[0].length || 1);\n if (cutOff == line.length) break;\n }\n var matchLen = (match && match[0].length) || 0;\n if (!matchLen) {\n if (start == 0 && line.length == 0) {match = undefined;}\n else if (start != doc.getLine(pos.line).length) {\n matchLen++;\n }\n }\n } else {\n query.lastIndex = pos.ch;\n var line = doc.getLine(pos.line), match = query.exec(line);\n var matchLen = (match && match[0].length) || 0;\n var start = match && match.index;\n if (start + matchLen != line.length && !matchLen) matchLen = 1;\n }\n if (match && matchLen)\n return {from: Pos(pos.line, start),\n to: Pos(pos.line, start + matchLen),\n match: match};\n };\n } else { // String query\n var origQuery = query;\n if (caseFold) query = query.toLowerCase();\n var fold = caseFold ? function(str){return str.toLowerCase();} : function(str){return str;};\n var target = query.split(\"\\n\");\n // Different methods for single-line and multi-line queries\n if (target.length == 1) {\n if (!query.length) {\n // Empty string would match anything and never progress, so\n // we define it to match nothing instead.\n this.matches = function() {};\n } else {\n this.matches = function(reverse, pos) {\n if (reverse) {\n var orig = doc.getLine(pos.line).slice(0, pos.ch), line = fold(orig);\n var match = line.lastIndexOf(query);\n if (match > -1) {\n match = adjustPos(orig, line, match);\n return {from: Pos(pos.line, match), to: Pos(pos.line, match + origQuery.length)};\n }\n } else {\n var orig = doc.getLine(pos.line).slice(pos.ch), line = fold(orig);\n var match = line.indexOf(query);\n if (match > -1) {\n match = adjustPos(orig, line, match) + pos.ch;\n return {from: Pos(pos.line, match), to: Pos(pos.line, match + origQuery.length)};\n }\n }\n };\n }\n } else {\n var origTarget = origQuery.split(\"\\n\");\n this.matches = function(reverse, pos) {\n var last = target.length - 1;\n if (reverse) {\n if (pos.line - (target.length - 1) < doc.firstLine()) return;\n if (fold(doc.getLine(pos.line).slice(0, origTarget[last].length)) != target[target.length - 1]) return;\n var to = Pos(pos.line, origTarget[last].length);\n for (var ln = pos.line - 1, i = last - 1; i >= 1; --i, --ln)\n if (target[i] != fold(doc.getLine(ln))) return;\n var line = doc.getLine(ln), cut = line.length - origTarget[0].length;\n if (fold(line.slice(cut)) != target[0]) return;\n return {from: Pos(ln, cut), to: to};\n } else {\n if (pos.line + (target.length - 1) > doc.lastLine()) return;\n var line = doc.getLine(pos.line), cut = line.length - origTarget[0].length;\n if (fold(line.slice(cut)) != target[0]) return;\n var from = Pos(pos.line, cut);\n for (var ln = pos.line + 1, i = 1; i < last; ++i, ++ln)\n if (target[i] != fold(doc.getLine(ln))) return;\n if (doc.getLine(ln).slice(0, origTarget[last].length) != target[last]) return;\n return {from: from, to: Pos(ln, origTarget[last].length)};\n }\n };\n }\n }\n }\n\n SearchCursor.prototype = {\n findNext: function() {return this.find(false);},\n findPrevious: function() {return this.find(true);},\n\n find: function(reverse) {\n var self = this, pos = this.doc.clipPos(reverse ? this.pos.from : this.pos.to);\n function savePosAndFail(line) {\n var pos = Pos(line, 0);\n self.pos = {from: pos, to: pos};\n self.atOccurrence = false;\n return false;\n }\n\n for (;;) {\n if (this.pos = this.matches(reverse, pos)) {\n this.atOccurrence = true;\n return this.pos.match || true;\n }\n if (reverse) {\n if (!pos.line) return savePosAndFail(0);\n pos = Pos(pos.line-1, this.doc.getLine(pos.line-1).length);\n }\n else {\n var maxLine = this.doc.lineCount();\n if (pos.line == maxLine - 1) return savePosAndFail(maxLine);\n pos = Pos(pos.line + 1, 0);\n }\n }\n },\n\n from: function() {if (this.atOccurrence) return this.pos.from;},\n to: function() {if (this.atOccurrence) return this.pos.to;},\n\n replace: function(newText) {\n if (!this.atOccurrence) return;\n var lines = CodeMirror.splitLines(newText);\n this.doc.replaceRange(lines, this.pos.from, this.pos.to);\n this.pos.to = Pos(this.pos.from.line + lines.length - 1,\n lines[lines.length - 1].length + (lines.length == 1 ? this.pos.from.ch : 0));\n }\n };\n\n // Maps a position in a case-folded line back to a position in the original line\n // (compensating for codepoints increasing in number during folding)\n function adjustPos(orig, folded, pos) {\n if (orig.length == folded.length) return pos;\n for (var pos1 = Math.min(pos, orig.length);;) {\n var len1 = orig.slice(0, pos1).toLowerCase().length;\n if (len1 < pos) ++pos1;\n else if (len1 > pos) --pos1;\n else return pos1;\n }\n }\n\n CodeMirror.defineExtension(\"getSearchCursor\", function(query, pos, caseFold) {\n return new SearchCursor(this.doc, query, pos, caseFold);\n });\n CodeMirror.defineDocExtension(\"getSearchCursor\", function(query, pos, caseFold) {\n return new SearchCursor(this, query, pos, caseFold);\n });\n\n CodeMirror.defineExtension(\"selectMatches\", function(query, caseFold) {\n var ranges = [], next;\n var cur = this.getSearchCursor(query, this.getCursor(\"from\"), caseFold);\n while (next = cur.findNext()) {\n if (CodeMirror.cmpPos(cur.to(), this.getCursor(\"to\")) > 0) break;\n ranges.push({anchor: cur.from(), head: cur.to()});\n }\n if (ranges.length)\n this.setSelections(ranges, 0);\n });\n});\n"
},
"$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js",
"module-type": "library",
"text": "// TODO actually recognize syntax of TypeScript constructs\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"../../lib/codemirror\"));\n else if (typeof define == \"function\" && define.amd) // AMD\n define([\"../../lib/codemirror\"], mod);\n else // Plain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.defineMode(\"javascript\", function(config, parserConfig) {\n var indentUnit = config.indentUnit;\n var statementIndent = parserConfig.statementIndent;\n var jsonldMode = parserConfig.jsonld;\n var jsonMode = parserConfig.json || jsonldMode;\n var isTS = parserConfig.typescript;\n\n // Tokenizer\n\n var keywords = function(){\n function kw(type) {return {type: type, style: \"keyword\"};}\n var A = kw(\"keyword a\"), B = kw(\"keyword b\"), C = kw(\"keyword c\");\n var operator = kw(\"operator\"), atom = {type: \"atom\", style: \"atom\"};\n\n var jsKeywords = {\n \"if\": kw(\"if\"), \"while\": A, \"with\": A, \"else\": B, \"do\": B, \"try\": B, \"finally\": B,\n \"return\": C, \"break\": C, \"continue\": C, \"new\": C, \"delete\": C, \"throw\": C, \"debugger\": C,\n \"var\": kw(\"var\"), \"const\": kw(\"var\"), \"let\": kw(\"var\"),\n \"function\": kw(\"function\"), \"catch\": kw(\"catch\"),\n \"for\": kw(\"for\"), \"switch\": kw(\"switch\"), \"case\": kw(\"case\"), \"default\": kw(\"default\"),\n \"in\": operator, \"typeof\": operator, \"instanceof\": operator,\n \"true\": atom, \"false\": atom, \"null\": atom, \"undefined\": atom, \"NaN\": atom, \"Infinity\": atom,\n \"this\": kw(\"this\"), \"module\": kw(\"module\"), \"class\": kw(\"class\"), \"super\": kw(\"atom\"),\n \"yield\": C, \"export\": kw(\"export\"), \"import\": kw(\"import\"), \"extends\": C\n };\n\n // Extend the 'normal' keywords with the TypeScript language extensions\n if (isTS) {\n var type = {type: \"variable\", style: \"variable-3\"};\n var tsKeywords = {\n // object-like things\n \"interface\": kw(\"interface\"),\n \"extends\": kw(\"extends\"),\n \"constructor\": kw(\"constructor\"),\n\n // scope modifiers\n \"public\": kw(\"public\"),\n \"private\": kw(\"private\"),\n \"protected\": kw(\"protected\"),\n \"static\": kw(\"static\"),\n\n // types\n \"string\": type, \"number\": type, \"bool\": type, \"any\": type\n };\n\n for (var attr in tsKeywords) {\n jsKeywords[attr] = tsKeywords[attr];\n }\n }\n\n return jsKeywords;\n }();\n\n var isOperatorChar = /[+\\-*&%=<>!?|~^]/;\n var isJsonldKeyword = /^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)\"/;\n\n function readRegexp(stream) {\n var escaped = false, next, inSet = false;\n while ((next = stream.next()) != null) {\n if (!escaped) {\n if (next == \"/\" && !inSet) return;\n if (next == \"[\") inSet = true;\n else if (inSet && next == \"]\") inSet = false;\n }\n escaped = !escaped && next == \"\\\\\";\n }\n }\n\n // Used as scratch variables to communicate multiple values without\n // consing up tons of objects.\n var type, content;\n function ret(tp, style, cont) {\n type = tp; content = cont;\n return style;\n }\n function tokenBase(stream, state) {\n var ch = stream.next();\n if (ch == '\"' || ch == \"'\") {\n state.tokenize = tokenString(ch);\n return state.tokenize(stream, state);\n } else if (ch == \".\" && stream.match(/^\\d+(?:[eE][+\\-]?\\d+)?/)) {\n return ret(\"number\", \"number\");\n } else if (ch == \".\" && stream.match(\"..\")) {\n return ret(\"spread\", \"meta\");\n } else if (/[\\[\\]{}\\(\\),;\\:\\.]/.test(ch)) {\n return ret(ch);\n } else if (ch == \"=\" && stream.eat(\">\")) {\n return ret(\"=>\", \"operator\");\n } else if (ch == \"0\" && stream.eat(/x/i)) {\n stream.eatWhile(/[\\da-f]/i);\n return ret(\"number\", \"number\");\n } else if (/\\d/.test(ch)) {\n stream.match(/^\\d*(?:\\.\\d*)?(?:[eE][+\\-]?\\d+)?/);\n return ret(\"number\", \"number\");\n } else if (ch == \"/\") {\n if (stream.eat(\"*\")) {\n state.tokenize = tokenComment;\n return tokenComment(stream, state);\n } else if (stream.eat(\"/\")) {\n stream.skipToEnd();\n return ret(\"comment\", \"comment\");\n } else if (state.lastType == \"operator\" || state.lastType == \"keyword c\" ||\n state.lastType == \"sof\" || /^[\\[{}\\(,;:]$/.test(state.lastType)) {\n readRegexp(stream);\n stream.eatWhile(/[gimy]/); // 'y' is \"sticky\" option in Mozilla\n return ret(\"regexp\", \"string-2\");\n } else {\n stream.eatWhile(isOperatorChar);\n return ret(\"operator\", \"operator\", stream.current());\n }\n } else if (ch == \"`\") {\n state.tokenize = tokenQuasi;\n return tokenQuasi(stream, state);\n } else if (ch == \"#\") {\n stream.skipToEnd();\n return ret(\"error\", \"error\");\n } else if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorChar);\n return ret(\"operator\", \"operator\", stream.current());\n } else {\n stream.eatWhile(/[\\w\\$_]/);\n var word = stream.current(), known = keywords.propertyIsEnumerable(word) && keywords[word];\n return (known && state.lastType != \".\") ? ret(known.type, known.style, word) :\n ret(\"variable\", \"variable\", word);\n }\n }\n\n function tokenString(quote) {\n return function(stream, state) {\n var escaped = false, next;\n if (jsonldMode && stream.peek() == \"@\" && stream.match(isJsonldKeyword)){\n state.tokenize = tokenBase;\n return ret(\"jsonld-keyword\", \"meta\");\n }\n while ((next = stream.next()) != null) {\n if (next == quote && !escaped) break;\n escaped = !escaped && next == \"\\\\\";\n }\n if (!escaped) state.tokenize = tokenBase;\n return ret(\"string\", \"string\");\n };\n }\n\n function tokenComment(stream, state) {\n var maybeEnd = false, ch;\n while (ch = stream.next()) {\n if (ch == \"/\" && maybeEnd) {\n state.tokenize = tokenBase;\n break;\n }\n maybeEnd = (ch == \"*\");\n }\n return ret(\"comment\", \"comment\");\n }\n\n function tokenQuasi(stream, state) {\n var escaped = false, next;\n while ((next = stream.next()) != null) {\n if (!escaped && (next == \"`\" || next == \"$\" && stream.eat(\"{\"))) {\n state.tokenize = tokenBase;\n break;\n }\n escaped = !escaped && next == \"\\\\\";\n }\n return ret(\"quasi\", \"string-2\", stream.current());\n }\n\n var brackets = \"([{}])\";\n // This is a crude lookahead trick to try and notice that we're\n // parsing the argument patterns for a fat-arrow function before we\n // actually hit the arrow token. It only works if the arrow is on\n // the same line as the arguments and there's no strange noise\n // (comments) in between. Fallback is to only notice when we hit the\n // arrow, and not declare the arguments as locals for the arrow\n // body.\n function findFatArrow(stream, state) {\n if (state.fatArrowAt) state.fatArrowAt = null;\n var arrow = stream.string.indexOf(\"=>\", stream.start);\n if (arrow < 0) return;\n\n var depth = 0, sawSomething = false;\n for (var pos = arrow - 1; pos >= 0; --pos) {\n var ch = stream.string.charAt(pos);\n var bracket = brackets.indexOf(ch);\n if (bracket >= 0 && bracket < 3) {\n if (!depth) { ++pos; break; }\n if (--depth == 0) break;\n } else if (bracket >= 3 && bracket < 6) {\n ++depth;\n } else if (/[$\\w]/.test(ch)) {\n sawSomething = true;\n } else if (sawSomething && !depth) {\n ++pos;\n break;\n }\n }\n if (sawSomething && !depth) state.fatArrowAt = pos;\n }\n\n // Parser\n\n var atomicTypes = {\"atom\": true, \"number\": true, \"variable\": true, \"string\": true, \"regexp\": true, \"this\": true, \"jsonld-keyword\": true};\n\n function JSLexical(indented, column, type, align, prev, info) {\n this.indented = indented;\n this.column = column;\n this.type = type;\n this.prev = prev;\n this.info = info;\n if (align != null) this.align = align;\n }\n\n function inScope(state, varname) {\n for (var v = state.localVars; v; v = v.next)\n if (v.name == varname) return true;\n for (var cx = state.context; cx; cx = cx.prev) {\n for (var v = cx.vars; v; v = v.next)\n if (v.name == varname) return true;\n }\n }\n\n function parseJS(state, style, type, content, stream) {\n var cc = state.cc;\n // Communicate our context to the combinators.\n // (Less wasteful than consing up a hundred closures on every call.)\n cx.state = state; cx.stream = stream; cx.marked = null, cx.cc = cc;\n\n if (!state.lexical.hasOwnProperty(\"align\"))\n state.lexical.align = true;\n\n while(true) {\n var combinator = cc.length ? cc.pop() : jsonMode ? expression : statement;\n if (combinator(type, content)) {\n while(cc.length && cc[cc.length - 1].lex)\n cc.pop()();\n if (cx.marked) return cx.marked;\n if (type == \"variable\" && inScope(state, content)) return \"variable-2\";\n return style;\n }\n }\n }\n\n // Combinator utils\n\n var cx = {state: null, column: null, marked: null, cc: null};\n function pass() {\n for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);\n }\n function cont() {\n pass.apply(null, arguments);\n return true;\n }\n function register(varname) {\n function inList(list) {\n for (var v = list; v; v = v.next)\n if (v.name == varname) return true;\n return false;\n }\n var state = cx.state;\n if (state.context) {\n cx.marked = \"def\";\n if (inList(state.localVars)) return;\n state.localVars = {name: varname, next: state.localVars};\n } else {\n if (inList(state.globalVars)) return;\n if (parserConfig.globalVars)\n state.globalVars = {name: varname, next: state.globalVars};\n }\n }\n\n // Combinators\n\n var defaultVars = {name: \"this\", next: {name: \"arguments\"}};\n function pushcontext() {\n cx.state.context = {prev: cx.state.context, vars: cx.state.localVars};\n cx.state.localVars = defaultVars;\n }\n function popcontext() {\n cx.state.localVars = cx.state.context.vars;\n cx.state.context = cx.state.context.prev;\n }\n function pushlex(type, info) {\n var result = function() {\n var state = cx.state, indent = state.indented;\n if (state.lexical.type == \"stat\") indent = state.lexical.indented;\n state.lexical = new JSLexical(indent, cx.stream.column(), type, null, state.lexical, info);\n };\n result.lex = true;\n return result;\n }\n function poplex() {\n var state = cx.state;\n if (state.lexical.prev) {\n if (state.lexical.type == \")\")\n state.indented = state.lexical.indented;\n state.lexical = state.lexical.prev;\n }\n }\n poplex.lex = true;\n\n function expect(wanted) {\n function exp(type) {\n if (type == wanted) return cont();\n else if (wanted == \";\") return pass();\n else return cont(exp);\n };\n return exp;\n }\n\n function statement(type, value) {\n if (type == \"var\") return cont(pushlex(\"vardef\", value.length), vardef, expect(\";\"), poplex);\n if (type == \"keyword a\") return cont(pushlex(\"form\"), expression, statement, poplex);\n if (type == \"keyword b\") return cont(pushlex(\"form\"), statement, poplex);\n if (type == \"{\") return cont(pushlex(\"}\"), block, poplex);\n if (type == \";\") return cont();\n if (type == \"if\") {\n if (cx.state.lexical.info == \"else\" && cx.state.cc[cx.state.cc.length - 1] == poplex)\n cx.state.cc.pop()();\n return cont(pushlex(\"form\"), expression, statement, poplex, maybeelse);\n }\n if (type == \"function\") return cont(functiondef);\n if (type == \"for\") return cont(pushlex(\"form\"), forspec, statement, poplex);\n if (type == \"variable\") return cont(pushlex(\"stat\"), maybelabel);\n if (type == \"switch\") return cont(pushlex(\"form\"), expression, pushlex(\"}\", \"switch\"), expect(\"{\"),\n block, poplex, poplex);\n if (type == \"case\") return cont(expression, expect(\":\"));\n if (type == \"default\") return cont(expect(\":\"));\n if (type == \"catch\") return cont(pushlex(\"form\"), pushcontext, expect(\"(\"), funarg, expect(\")\"),\n statement, poplex, popcontext);\n if (type == \"module\") return cont(pushlex(\"form\"), pushcontext, afterModule, popcontext, poplex);\n if (type == \"class\") return cont(pushlex(\"form\"), className, objlit, poplex);\n if (type == \"export\") return cont(pushlex(\"form\"), afterExport, poplex);\n if (type == \"import\") return cont(pushlex(\"form\"), afterImport, poplex);\n return pass(pushlex(\"stat\"), expression, expect(\";\"), poplex);\n }\n function expression(type) {\n return expressionInner(type, false);\n }\n function expressionNoComma(type) {\n return expressionInner(type, true);\n }\n function expressionInner(type, noComma) {\n if (cx.state.fatArrowAt == cx.stream.start) {\n var body = noComma ? arrowBodyNoComma : arrowBody;\n if (type == \"(\") return cont(pushcontext, pushlex(\")\"), commasep(pattern, \")\"), poplex, expect(\"=>\"), body, popcontext);\n else if (type == \"variable\") return pass(pushcontext, pattern, expect(\"=>\"), body, popcontext);\n }\n\n var maybeop = noComma ? maybeoperatorNoComma : maybeoperatorComma;\n if (atomicTypes.hasOwnProperty(type)) return cont(maybeop);\n if (type == \"function\") return cont(functiondef, maybeop);\n if (type == \"keyword c\") return cont(noComma ? maybeexpressionNoComma : maybeexpression);\n if (type == \"(\") return cont(pushlex(\")\"), maybeexpression, comprehension, expect(\")\"), poplex, maybeop);\n if (type == \"operator\" || type == \"spread\") return cont(noComma ? expressionNoComma : expression);\n if (type == \"[\") return cont(pushlex(\"]\"), arrayLiteral, poplex, maybeop);\n if (type == \"{\") return contCommasep(objprop, \"}\", null, maybeop);\n if (type == \"quasi\") { return pass(quasi, maybeop); }\n return cont();\n }\n function maybeexpression(type) {\n if (type.match(/[;\\}\\)\\],]/)) return pass();\n return pass(expression);\n }\n function maybeexpressionNoComma(type) {\n if (type.match(/[;\\}\\)\\],]/)) return pass();\n return pass(expressionNoComma);\n }\n\n function maybeoperatorComma(type, value) {\n if (type == \",\") return cont(expression);\n return maybeoperatorNoComma(type, value, false);\n }\n function maybeoperatorNoComma(type, value, noComma) {\n var me = noComma == false ? maybeoperatorComma : maybeoperatorNoComma;\n var expr = noComma == false ? expression : expressionNoComma;\n if (value == \"=>\") return cont(pushcontext, noComma ? arrowBodyNoComma : arrowBody, popcontext);\n if (type == \"operator\") {\n if (/\\+\\+|--/.test(value)) return cont(me);\n if (value == \"?\") return cont(expression, expect(\":\"), expr);\n return cont(expr);\n }\n if (type == \"quasi\") { return pass(quasi, me); }\n if (type == \";\") return;\n if (type == \"(\") return contCommasep(expressionNoComma, \")\", \"call\", me);\n if (type == \".\") return cont(property, me);\n if (type == \"[\") return cont(pushlex(\"]\"), maybeexpression, expect(\"]\"), poplex, me);\n }\n function quasi(type, value) {\n if (type != \"quasi\") return pass();\n if (value.slice(value.length - 2) != \"${\") return cont(quasi);\n return cont(expression, continueQuasi);\n }\n function continueQuasi(type) {\n if (type == \"}\") {\n cx.marked = \"string-2\";\n cx.state.tokenize = tokenQuasi;\n return cont(quasi);\n }\n }\n function arrowBody(type) {\n findFatArrow(cx.stream, cx.state);\n if (type == \"{\") return pass(statement);\n return pass(expression);\n }\n function arrowBodyNoComma(type) {\n findFatArrow(cx.stream, cx.state);\n if (type == \"{\") return pass(statement);\n return pass(expressionNoComma);\n }\n function maybelabel(type) {\n if (type == \":\") return cont(poplex, statement);\n return pass(maybeoperatorComma, expect(\";\"), poplex);\n }\n function property(type) {\n if (type == \"variable\") {cx.marked = \"property\"; return cont();}\n }\n function objprop(type, value) {\n if (type == \"variable\") {\n cx.marked = \"property\";\n if (value == \"get\" || value == \"set\") return cont(getterSetter);\n } else if (type == \"number\" || type == \"string\") {\n cx.marked = jsonldMode ? \"property\" : (type + \" property\");\n } else if (type == \"[\") {\n return cont(expression, expect(\"]\"), afterprop);\n }\n if (atomicTypes.hasOwnProperty(type)) return cont(afterprop);\n }\n function getterSetter(type) {\n if (type != \"variable\") return pass(afterprop);\n cx.marked = \"property\";\n return cont(functiondef);\n }\n function afterprop(type) {\n if (type == \":\") return cont(expressionNoComma);\n if (type == \"(\") return pass(functiondef);\n }\n function commasep(what, end) {\n function proceed(type) {\n if (type == \",\") {\n var lex = cx.state.lexical;\n if (lex.info == \"call\") lex.pos = (lex.pos || 0) + 1;\n return cont(what, proceed);\n }\n if (type == end) return cont();\n return cont(expect(end));\n }\n return function(type) {\n if (type == end) return cont();\n return pass(what, proceed);\n };\n }\n function contCommasep(what, end, info) {\n for (var i = 3; i < arguments.length; i++)\n cx.cc.push(arguments[i]);\n return cont(pushlex(end, info), commasep(what, end), poplex);\n }\n function block(type) {\n if (type == \"}\") return cont();\n return pass(statement, block);\n }\n function maybetype(type) {\n if (isTS && type == \":\") return cont(typedef);\n }\n function typedef(type) {\n if (type == \"variable\"){cx.marked = \"variable-3\"; return cont();}\n }\n function vardef() {\n return pass(pattern, maybetype, maybeAssign, vardefCont);\n }\n function pattern(type, value) {\n if (type == \"variable\") { register(value); return cont(); }\n if (type == \"[\") return contCommasep(pattern, \"]\");\n if (type == \"{\") return contCommasep(proppattern, \"}\");\n }\n function proppattern(type, value) {\n if (type == \"variable\" && !cx.stream.match(/^\\s*:/, false)) {\n register(value);\n return cont(maybeAssign);\n }\n if (type == \"variable\") cx.marked = \"property\";\n return cont(expect(\":\"), pattern, maybeAssign);\n }\n function maybeAssign(_type, value) {\n if (value == \"=\") return cont(expressionNoComma);\n }\n function vardefCont(type) {\n if (type == \",\") return cont(vardef);\n }\n function maybeelse(type, value) {\n if (type == \"keyword b\" && value == \"else\") return cont(pushlex(\"form\", \"else\"), statement, poplex);\n }\n function forspec(type) {\n if (type == \"(\") return cont(pushlex(\")\"), forspec1, expect(\")\"), poplex);\n }\n function forspec1(type) {\n if (type == \"var\") return cont(vardef, expect(\";\"), forspec2);\n if (type == \";\") return cont(forspec2);\n if (type == \"variable\") return cont(formaybeinof);\n return pass(expression, expect(\";\"), forspec2);\n }\n function formaybeinof(_type, value) {\n if (value == \"in\" || value == \"of\") { cx.marked = \"keyword\"; return cont(expression); }\n return cont(maybeoperatorComma, forspec2);\n }\n function forspec2(type, value) {\n if (type == \";\") return cont(forspec3);\n if (value == \"in\" || value == \"of\") { cx.marked = \"keyword\"; return cont(expression); }\n return pass(expression, expect(\";\"), forspec3);\n }\n function forspec3(type) {\n if (type != \")\") cont(expression);\n }\n function functiondef(type, value) {\n if (value == \"*\") {cx.marked = \"keyword\"; return cont(functiondef);}\n if (type == \"variable\") {register(value); return cont(functiondef);}\n if (type == \"(\") return cont(pushcontext, pushlex(\")\"), commasep(funarg, \")\"), poplex, statement, popcontext);\n }\n function funarg(type) {\n if (type == \"spread\") return cont(funarg);\n return pass(pattern, maybetype);\n }\n function className(type, value) {\n if (type == \"variable\") {register(value); return cont(classNameAfter);}\n }\n function classNameAfter(_type, value) {\n if (value == \"extends\") return cont(expression);\n }\n function objlit(type) {\n if (type == \"{\") return contCommasep(objprop, \"}\");\n }\n function afterModule(type, value) {\n if (type == \"string\") return cont(statement);\n if (type == \"variable\") { register(value); return cont(maybeFrom); }\n }\n function afterExport(_type, value) {\n if (value == \"*\") { cx.marked = \"keyword\"; return cont(maybeFrom, expect(\";\")); }\n if (value == \"default\") { cx.marked = \"keyword\"; return cont(expression, expect(\";\")); }\n return pass(statement);\n }\n function afterImport(type) {\n if (type == \"string\") return cont();\n return pass(importSpec, maybeFrom);\n }\n function importSpec(type, value) {\n if (type == \"{\") return contCommasep(importSpec, \"}\");\n if (type == \"variable\") register(value);\n return cont();\n }\n function maybeFrom(_type, value) {\n if (value == \"from\") { cx.marked = \"keyword\"; return cont(expression); }\n }\n function arrayLiteral(type) {\n if (type == \"]\") return cont();\n return pass(expressionNoComma, maybeArrayComprehension);\n }\n function maybeArrayComprehension(type) {\n if (type == \"for\") return pass(comprehension, expect(\"]\"));\n if (type == \",\") return cont(commasep(expressionNoComma, \"]\"));\n return pass(commasep(expressionNoComma, \"]\"));\n }\n function comprehension(type) {\n if (type == \"for\") return cont(forspec, comprehension);\n if (type == \"if\") return cont(expression, comprehension);\n }\n\n // Interface\n\n return {\n startState: function(basecolumn) {\n var state = {\n tokenize: tokenBase,\n lastType: \"sof\",\n cc: [],\n lexical: new JSLexical((basecolumn || 0) - indentUnit, 0, \"block\", false),\n localVars: parserConfig.localVars,\n context: parserConfig.localVars && {vars: parserConfig.localVars},\n indented: 0\n };\n if (parserConfig.globalVars && typeof parserConfig.globalVars == \"object\")\n state.globalVars = parserConfig.globalVars;\n return state;\n },\n\n token: function(stream, state) {\n if (stream.sol()) {\n if (!state.lexical.hasOwnProperty(\"align\"))\n state.lexical.align = false;\n state.indented = stream.indentation();\n findFatArrow(stream, state);\n }\n if (state.tokenize != tokenComment && stream.eatSpace()) return null;\n var style = state.tokenize(stream, state);\n if (type == \"comment\") return style;\n state.lastType = type == \"operator\" && (content == \"++\" || content == \"--\") ? \"incdec\" : type;\n return parseJS(state, style, type, content, stream);\n },\n\n indent: function(state, textAfter) {\n if (state.tokenize == tokenComment) return CodeMirror.Pass;\n if (state.tokenize != tokenBase) return 0;\n var firstChar = textAfter && textAfter.charAt(0), lexical = state.lexical;\n // Kludge to prevent 'maybelse' from blocking lexical scope pops\n if (!/^\\s*else\\b/.test(textAfter)) for (var i = state.cc.length - 1; i >= 0; --i) {\n var c = state.cc[i];\n if (c == poplex) lexical = lexical.prev;\n else if (c != maybeelse) break;\n }\n if (lexical.type == \"stat\" && firstChar == \"}\") lexical = lexical.prev;\n if (statementIndent && lexical.type == \")\" && lexical.prev.type == \"stat\")\n lexical = lexical.prev;\n var type = lexical.type, closing = firstChar == type;\n\n if (type == \"vardef\") return lexical.indented + (state.lastType == \"operator\" || state.lastType == \",\" ? lexical.info + 1 : 0);\n else if (type == \"form\" && firstChar == \"{\") return lexical.indented;\n else if (type == \"form\") return lexical.indented + indentUnit;\n else if (type == \"stat\")\n return lexical.indented + (state.lastType == \"operator\" || state.lastType == \",\" ? statementIndent || indentUnit : 0);\n else if (lexical.info == \"switch\" && !closing && parserConfig.doubleIndentSwitch != false)\n return lexical.indented + (/^(?:case|default)\\b/.test(textAfter) ? indentUnit : 2 * indentUnit);\n else if (lexical.align) return lexical.column + (closing ? 0 : 1);\n else return lexical.indented + (closing ? 0 : indentUnit);\n },\n\n electricChars: \":{}\",\n blockCommentStart: jsonMode ? null : \"/*\",\n blockCommentEnd: jsonMode ? null : \"*/\",\n lineComment: jsonMode ? null : \"//\",\n fold: \"brace\",\n\n helperType: jsonMode ? \"json\" : \"javascript\",\n jsonldMode: jsonldMode,\n jsonMode: jsonMode\n };\n});\n\nCodeMirror.registerHelper(\"wordChars\", \"javascript\", /[\\\\w$]/);\n\nCodeMirror.defineMIME(\"text/javascript\", \"javascript\");\nCodeMirror.defineMIME(\"text/ecmascript\", \"javascript\");\nCodeMirror.defineMIME(\"application/javascript\", \"javascript\");\nCodeMirror.defineMIME(\"application/ecmascript\", \"javascript\");\nCodeMirror.defineMIME(\"application/json\", {name: \"javascript\", json: true});\nCodeMirror.defineMIME(\"application/x-json\", {name: \"javascript\", json: true});\nCodeMirror.defineMIME(\"application/ld+json\", {name: \"javascript\", jsonld: true});\nCodeMirror.defineMIME(\"text/typescript\", { name: \"javascript\", typescript: true });\nCodeMirror.defineMIME(\"application/typescript\", { name: \"javascript\", typescript: true });\n\n});\n"
},
"$:/plugins/tiddlywiki/codemirror/keymap/vim.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/keymap/vim.js",
"module-type": "library",
"text": "/**\n * Supported keybindings:\n *\n * Motion:\n * h, j, k, l\n * gj, gk\n * e, E, w, W, b, B, ge, gE\n * f<character>, F<character>, t<character>, T<character>\n * $, ^, 0, -, +, _\n * gg, G\n * %\n * '<character>, `<character>\n *\n * Operator:\n * d, y, c\n * dd, yy, cc\n * g~, g~g~\n * >, <, >>, <<\n *\n * Operator-Motion:\n * x, X, D, Y, C, ~\n *\n * Action:\n * a, i, s, A, I, S, o, O\n * zz, z., z<CR>, zt, zb, z-\n * J\n * u, Ctrl-r\n * m<character>\n * r<character>\n *\n * Modes:\n * ESC - leave insert mode, visual mode, and clear input state.\n * Ctrl-[, Ctrl-c - same as ESC.\n *\n * Registers: unnamed, -, a-z, A-Z, 0-9\n * (Does not respect the special case for number registers when delete\n * operator is made with these commands: %, (, ), , /, ?, n, N, {, } )\n * TODO: Implement the remaining registers.\n * Marks: a-z, A-Z, and 0-9\n * TODO: Implement the remaining special marks. They have more complex\n * behavior.\n *\n * Events:\n * 'vim-mode-change' - raised on the editor anytime the current mode changes,\n * Event object: {mode: \"visual\", subMode: \"linewise\"}\n *\n * Code structure:\n * 1. Default keymap\n * 2. Variable declarations and short basic helpers\n * 3. Instance (External API) implementation\n * 4. Internal state tracking objects (input state, counter) implementation\n * and instanstiation\n * 5. Key handler (the main command dispatcher) implementation\n * 6. Motion, operator, and action implementations\n * 7. Helper functions for the key handler, motions, operators, and actions\n * 8. Set up Vim to work as a keymap for CodeMirror.\n */\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"../lib/codemirror\"), require(\"../addon/search/searchcursor\"), require(\"../addon/dialog/dialog\"), require(\"../addon/edit/matchbrackets.js\"));\n else if (typeof define == \"function\" && define.amd) // AMD\n define([\"../lib/codemirror\", \"../addon/search/searchcursor\", \"../addon/dialog/dialog\", \"../addon/edit/matchbrackets\"], mod);\n else // Plain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n 'use strict';\n\n var defaultKeymap = [\n // Key to key mapping. This goes first to make it possible to override\n // existing mappings.\n { keys: ['<Left>'], type: 'keyToKey', toKeys: ['h'] },\n { keys: ['<Right>'], type: 'keyToKey', toKeys: ['l'] },\n { keys: ['<Up>'], type: 'keyToKey', toKeys: ['k'] },\n { keys: ['<Down>'], type: 'keyToKey', toKeys: ['j'] },\n { keys: ['<Space>'], type: 'keyToKey', toKeys: ['l'] },\n { keys: ['<BS>'], type: 'keyToKey', toKeys: ['h'] },\n { keys: ['<C-Space>'], type: 'keyToKey', toKeys: ['W'] },\n { keys: ['<C-BS>'], type: 'keyToKey', toKeys: ['B'] },\n { keys: ['<S-Space>'], type: 'keyToKey', toKeys: ['w'] },\n { keys: ['<S-BS>'], type: 'keyToKey', toKeys: ['b'] },\n { keys: ['<C-n>'], type: 'keyToKey', toKeys: ['j'] },\n { keys: ['<C-p>'], type: 'keyToKey', toKeys: ['k'] },\n { keys: ['<C-[>'], type: 'keyToKey', toKeys: ['<Esc>'] },\n { keys: ['<C-c>'], type: 'keyToKey', toKeys: ['<Esc>'] },\n { keys: ['s'], type: 'keyToKey', toKeys: ['c', 'l'], context: 'normal' },\n { keys: ['s'], type: 'keyToKey', toKeys: ['x', 'i'], context: 'visual'},\n { keys: ['S'], type: 'keyToKey', toKeys: ['c', 'c'], context: 'normal' },\n { keys: ['S'], type: 'keyToKey', toKeys: ['d', 'c', 'c'], context: 'visual' },\n { keys: ['<Home>'], type: 'keyToKey', toKeys: ['0'] },\n { keys: ['<End>'], type: 'keyToKey', toKeys: ['$'] },\n { keys: ['<PageUp>'], type: 'keyToKey', toKeys: ['<C-b>'] },\n { keys: ['<PageDown>'], type: 'keyToKey', toKeys: ['<C-f>'] },\n { keys: ['<CR>'], type: 'keyToKey', toKeys: ['j', '^'], context: 'normal' },\n // Motions\n { keys: ['H'], type: 'motion',\n motion: 'moveToTopLine',\n motionArgs: { linewise: true, toJumplist: true }},\n { keys: ['M'], type: 'motion',\n motion: 'moveToMiddleLine',\n motionArgs: { linewise: true, toJumplist: true }},\n { keys: ['L'], type: 'motion',\n motion: 'moveToBottomLine',\n motionArgs: { linewise: true, toJumplist: true }},\n { keys: ['h'], type: 'motion',\n motion: 'moveByCharacters',\n motionArgs: { forward: false }},\n { keys: ['l'], type: 'motion',\n motion: 'moveByCharacters',\n motionArgs: { forward: true }},\n { keys: ['j'], type: 'motion',\n motion: 'moveByLines',\n motionArgs: { forward: true, linewise: true }},\n { keys: ['k'], type: 'motion',\n motion: 'moveByLines',\n motionArgs: { forward: false, linewise: true }},\n { keys: ['g','j'], type: 'motion',\n motion: 'moveByDisplayLines',\n motionArgs: { forward: true }},\n { keys: ['g','k'], type: 'motion',\n motion: 'moveByDisplayLines',\n motionArgs: { forward: false }},\n { keys: ['w'], type: 'motion',\n motion: 'moveByWords',\n motionArgs: { forward: true, wordEnd: false }},\n { keys: ['W'], type: 'motion',\n motion: 'moveByWords',\n motionArgs: { forward: true, wordEnd: false, bigWord: true }},\n { keys: ['e'], type: 'motion',\n motion: 'moveByWords',\n motionArgs: { forward: true, wordEnd: true, inclusive: true }},\n { keys: ['E'], type: 'motion',\n motion: 'moveByWords',\n motionArgs: { forward: true, wordEnd: true, bigWord: true,\n inclusive: true }},\n { keys: ['b'], type: 'motion',\n motion: 'moveByWords',\n motionArgs: { forward: false, wordEnd: false }},\n { keys: ['B'], type: 'motion',\n motion: 'moveByWords',\n motionArgs: { forward: false, wordEnd: false, bigWord: true }},\n { keys: ['g', 'e'], type: 'motion',\n motion: 'moveByWords',\n motionArgs: { forward: false, wordEnd: true, inclusive: true }},\n { keys: ['g', 'E'], type: 'motion',\n motion: 'moveByWords',\n motionArgs: { forward: false, wordEnd: true, bigWord: true,\n inclusive: true }},\n { keys: ['{'], type: 'motion', motion: 'moveByParagraph',\n motionArgs: { forward: false, toJumplist: true }},\n { keys: ['}'], type: 'motion', motion: 'moveByParagraph',\n motionArgs: { forward: true, toJumplist: true }},\n { keys: ['<C-f>'], type: 'motion',\n motion: 'moveByPage', motionArgs: { forward: true }},\n { keys: ['<C-b>'], type: 'motion',\n motion: 'moveByPage', motionArgs: { forward: false }},\n { keys: ['<C-d>'], type: 'motion',\n motion: 'moveByScroll',\n motionArgs: { forward: true, explicitRepeat: true }},\n { keys: ['<C-u>'], type: 'motion',\n motion: 'moveByScroll',\n motionArgs: { forward: false, explicitRepeat: true }},\n { keys: ['g', 'g'], type: 'motion',\n motion: 'moveToLineOrEdgeOfDocument',\n motionArgs: { forward: false, explicitRepeat: true, linewise: true, toJumplist: true }},\n { keys: ['G'], type: 'motion',\n motion: 'moveToLineOrEdgeOfDocument',\n motionArgs: { forward: true, explicitRepeat: true, linewise: true, toJumplist: true }},\n { keys: ['0'], type: 'motion', motion: 'moveToStartOfLine' },\n { keys: ['^'], type: 'motion',\n motion: 'moveToFirstNonWhiteSpaceCharacter' },\n { keys: ['+'], type: 'motion',\n motion: 'moveByLines',\n motionArgs: { forward: true, toFirstChar:true }},\n { keys: ['-'], type: 'motion',\n motion: 'moveByLines',\n motionArgs: { forward: false, toFirstChar:true }},\n { keys: ['_'], type: 'motion',\n motion: 'moveByLines',\n motionArgs: { forward: true, toFirstChar:true, repeatOffset:-1 }},\n { keys: ['$'], type: 'motion',\n motion: 'moveToEol',\n motionArgs: { inclusive: true }},\n { keys: ['%'], type: 'motion',\n motion: 'moveToMatchedSymbol',\n motionArgs: { inclusive: true, toJumplist: true }},\n { keys: ['f', 'character'], type: 'motion',\n motion: 'moveToCharacter',\n motionArgs: { forward: true , inclusive: true }},\n { keys: ['F', 'character'], type: 'motion',\n motion: 'moveToCharacter',\n motionArgs: { forward: false }},\n { keys: ['t', 'character'], type: 'motion',\n motion: 'moveTillCharacter',\n motionArgs: { forward: true, inclusive: true }},\n { keys: ['T', 'character'], type: 'motion',\n motion: 'moveTillCharacter',\n motionArgs: { forward: false }},\n { keys: [';'], type: 'motion', motion: 'repeatLastCharacterSearch',\n motionArgs: { forward: true }},\n { keys: [','], type: 'motion', motion: 'repeatLastCharacterSearch',\n motionArgs: { forward: false }},\n { keys: ['\\'', 'character'], type: 'motion', motion: 'goToMark',\n motionArgs: {toJumplist: true, linewise: true}},\n { keys: ['`', 'character'], type: 'motion', motion: 'goToMark',\n motionArgs: {toJumplist: true}},\n { keys: [']', '`'], type: 'motion', motion: 'jumpToMark', motionArgs: { forward: true } },\n { keys: ['[', '`'], type: 'motion', motion: 'jumpToMark', motionArgs: { forward: false } },\n { keys: [']', '\\''], type: 'motion', motion: 'jumpToMark', motionArgs: { forward: true, linewise: true } },\n { keys: ['[', '\\''], type: 'motion', motion: 'jumpToMark', motionArgs: { forward: false, linewise: true } },\n // the next two aren't motions but must come before more general motion declarations\n { keys: [']', 'p'], type: 'action', action: 'paste', isEdit: true,\n actionArgs: { after: true, isEdit: true, matchIndent: true}},\n { keys: ['[', 'p'], type: 'action', action: 'paste', isEdit: true,\n actionArgs: { after: false, isEdit: true, matchIndent: true}},\n { keys: [']', 'character'], type: 'motion',\n motion: 'moveToSymbol',\n motionArgs: { forward: true, toJumplist: true}},\n { keys: ['[', 'character'], type: 'motion',\n motion: 'moveToSymbol',\n motionArgs: { forward: false, toJumplist: true}},\n { keys: ['|'], type: 'motion',\n motion: 'moveToColumn',\n motionArgs: { }},\n { keys: ['o'], type: 'motion', motion: 'moveToOtherHighlightedEnd', motionArgs: { },context:'visual'},\n // Operators\n { keys: ['d'], type: 'operator', operator: 'delete' },\n { keys: ['y'], type: 'operator', operator: 'yank' },\n { keys: ['c'], type: 'operator', operator: 'change' },\n { keys: ['>'], type: 'operator', operator: 'indent',\n operatorArgs: { indentRight: true }},\n { keys: ['<'], type: 'operator', operator: 'indent',\n operatorArgs: { indentRight: false }},\n { keys: ['g', '~'], type: 'operator', operator: 'swapcase' },\n { keys: ['n'], type: 'motion', motion: 'findNext',\n motionArgs: { forward: true, toJumplist: true }},\n { keys: ['N'], type: 'motion', motion: 'findNext',\n motionArgs: { forward: false, toJumplist: true }},\n // Operator-Motion dual commands\n { keys: ['x'], type: 'operatorMotion', operator: 'delete',\n motion: 'moveByCharacters', motionArgs: { forward: true },\n operatorMotionArgs: { visualLine: false }},\n { keys: ['X'], type: 'operatorMotion', operator: 'delete',\n motion: 'moveByCharacters', motionArgs: { forward: false },\n operatorMotionArgs: { visualLine: true }},\n { keys: ['D'], type: 'operatorMotion', operator: 'delete',\n motion: 'moveToEol', motionArgs: { inclusive: true },\n operatorMotionArgs: { visualLine: true }},\n { keys: ['Y'], type: 'operatorMotion', operator: 'yank',\n motion: 'moveToEol', motionArgs: { inclusive: true },\n operatorMotionArgs: { visualLine: true }},\n { keys: ['C'], type: 'operatorMotion',\n operator: 'change',\n motion: 'moveToEol', motionArgs: { inclusive: true },\n operatorMotionArgs: { visualLine: true }},\n { keys: ['~'], type: 'operatorMotion',\n operator: 'swapcase', operatorArgs: { shouldMoveCursor: true },\n motion: 'moveByCharacters', motionArgs: { forward: true }},\n // Actions\n { keys: ['<C-i>'], type: 'action', action: 'jumpListWalk',\n actionArgs: { forward: true }},\n { keys: ['<C-o>'], type: 'action', action: 'jumpListWalk',\n actionArgs: { forward: false }},\n { keys: ['<C-e>'], type: 'action',\n action: 'scroll',\n actionArgs: { forward: true, linewise: true }},\n { keys: ['<C-y>'], type: 'action',\n action: 'scroll',\n actionArgs: { forward: false, linewise: true }},\n { keys: ['a'], type: 'action', action: 'enterInsertMode', isEdit: true,\n actionArgs: { insertAt: 'charAfter' }},\n { keys: ['A'], type: 'action', action: 'enterInsertMode', isEdit: true,\n actionArgs: { insertAt: 'eol' }},\n { keys: ['i'], type: 'action', action: 'enterInsertMode', isEdit: true,\n actionArgs: { insertAt: 'inplace' }},\n { keys: ['I'], type: 'action', action: 'enterInsertMode', isEdit: true,\n actionArgs: { insertAt: 'firstNonBlank' }},\n { keys: ['o'], type: 'action', action: 'newLineAndEnterInsertMode',\n isEdit: true, interlaceInsertRepeat: true,\n actionArgs: { after: true }},\n { keys: ['O'], type: 'action', action: 'newLineAndEnterInsertMode',\n isEdit: true, interlaceInsertRepeat: true,\n actionArgs: { after: false }},\n { keys: ['v'], type: 'action', action: 'toggleVisualMode' },\n { keys: ['V'], type: 'action', action: 'toggleVisualMode',\n actionArgs: { linewise: true }},\n { keys: ['g', 'v'], type: 'action', action: 'reselectLastSelection' },\n { keys: ['J'], type: 'action', action: 'joinLines', isEdit: true },\n { keys: ['p'], type: 'action', action: 'paste', isEdit: true,\n actionArgs: { after: true, isEdit: true }},\n { keys: ['P'], type: 'action', action: 'paste', isEdit: true,\n actionArgs: { after: false, isEdit: true }},\n { keys: ['r', 'character'], type: 'action', action: 'replace', isEdit: true },\n { keys: ['@', 'character'], type: 'action', action: 'replayMacro' },\n { keys: ['q', 'character'], type: 'action', action: 'enterMacroRecordMode' },\n // Handle Replace-mode as a special case of insert mode.\n { keys: ['R'], type: 'action', action: 'enterInsertMode', isEdit: true,\n actionArgs: { replace: true }},\n { keys: ['u'], type: 'action', action: 'undo' },\n { keys: ['u'], type: 'action', action: 'changeCase', actionArgs: {toLower: true}, context: 'visual', isEdit: true },\n { keys: ['U'],type: 'action', action: 'changeCase', actionArgs: {toLower: false}, context: 'visual', isEdit: true },\n { keys: ['<C-r>'], type: 'action', action: 'redo' },\n { keys: ['m', 'character'], type: 'action', action: 'setMark' },\n { keys: ['\"', 'character'], type: 'action', action: 'setRegister' },\n { keys: ['z', 'z'], type: 'action', action: 'scrollToCursor',\n actionArgs: { position: 'center' }},\n { keys: ['z', '.'], type: 'action', action: 'scrollToCursor',\n actionArgs: { position: 'center' },\n motion: 'moveToFirstNonWhiteSpaceCharacter' },\n { keys: ['z', 't'], type: 'action', action: 'scrollToCursor',\n actionArgs: { position: 'top' }},\n { keys: ['z', '<CR>'], type: 'action', action: 'scrollToCursor',\n actionArgs: { position: 'top' },\n motion: 'moveToFirstNonWhiteSpaceCharacter' },\n { keys: ['z', '-'], type: 'action', action: 'scrollToCursor',\n actionArgs: { position: 'bottom' }},\n { keys: ['z', 'b'], type: 'action', action: 'scrollToCursor',\n actionArgs: { position: 'bottom' },\n motion: 'moveToFirstNonWhiteSpaceCharacter' },\n { keys: ['.'], type: 'action', action: 'repeatLastEdit' },\n { keys: ['<C-a>'], type: 'action', action: 'incrementNumberToken',\n isEdit: true,\n actionArgs: {increase: true, backtrack: false}},\n { keys: ['<C-x>'], type: 'action', action: 'incrementNumberToken',\n isEdit: true,\n actionArgs: {increase: false, backtrack: false}},\n // Text object motions\n { keys: ['a', 'character'], type: 'motion',\n motion: 'textObjectManipulation' },\n { keys: ['i', 'character'], type: 'motion',\n motion: 'textObjectManipulation',\n motionArgs: { textObjectInner: true }},\n // Search\n { keys: ['/'], type: 'search',\n searchArgs: { forward: true, querySrc: 'prompt', toJumplist: true }},\n { keys: ['?'], type: 'search',\n searchArgs: { forward: false, querySrc: 'prompt', toJumplist: true }},\n { keys: ['*'], type: 'search',\n searchArgs: { forward: true, querySrc: 'wordUnderCursor', wholeWordOnly: true, toJumplist: true }},\n { keys: ['#'], type: 'search',\n searchArgs: { forward: false, querySrc: 'wordUnderCursor', wholeWordOnly: true, toJumplist: true }},\n { keys: ['g', '*'], type: 'search', searchArgs: { forward: true, querySrc: 'wordUnderCursor', toJumplist: true }},\n { keys: ['g', '#'], type: 'search', searchArgs: { forward: false, querySrc: 'wordUnderCursor', toJumplist: true }},\n // Ex command\n { keys: [':'], type: 'ex' }\n ];\n\n var Pos = CodeMirror.Pos;\n\n var Vim = function() {\n CodeMirror.defineOption('vimMode', false, function(cm, val) {\n if (val) {\n cm.setOption('keyMap', 'vim');\n cm.setOption('disableInput', true);\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"normal\"});\n cm.on('beforeSelectionChange', beforeSelectionChange);\n cm.on('cursorActivity', onCursorActivity);\n maybeInitVimState(cm);\n CodeMirror.on(cm.getInputField(), 'paste', getOnPasteFn(cm));\n } else if (cm.state.vim) {\n cm.setOption('keyMap', 'default');\n cm.setOption('disableInput', false);\n cm.off('beforeSelectionChange', beforeSelectionChange);\n cm.off('cursorActivity', onCursorActivity);\n CodeMirror.off(cm.getInputField(), 'paste', getOnPasteFn(cm));\n cm.state.vim = null;\n }\n });\n function beforeSelectionChange(cm, obj) {\n var vim = cm.state.vim;\n if (vim.insertMode || vim.exMode) return;\n\n var head = obj.ranges[0].head;\n var anchor = obj.ranges[0].anchor;\n if (head.ch && head.ch == cm.doc.getLine(head.line).length) {\n var pos = Pos(head.line, head.ch - 1);\n obj.update([{anchor: cursorEqual(head, anchor) ? pos : anchor,\n head: pos}]);\n }\n }\n function getOnPasteFn(cm) {\n var vim = cm.state.vim;\n if (!vim.onPasteFn) {\n vim.onPasteFn = function() {\n if (!vim.insertMode) {\n cm.setCursor(offsetCursor(cm.getCursor(), 0, 1));\n actions.enterInsertMode(cm, {}, vim);\n }\n };\n }\n return vim.onPasteFn;\n }\n\n var numberRegex = /[\\d]/;\n var wordRegexp = [(/\\w/), (/[^\\w\\s]/)], bigWordRegexp = [(/\\S/)];\n function makeKeyRange(start, size) {\n var keys = [];\n for (var i = start; i < start + size; i++) {\n keys.push(String.fromCharCode(i));\n }\n return keys;\n }\n var upperCaseAlphabet = makeKeyRange(65, 26);\n var lowerCaseAlphabet = makeKeyRange(97, 26);\n var numbers = makeKeyRange(48, 10);\n var specialSymbols = '~`!@#$%^&*()_-+=[{}]\\\\|/?.,<>:;\"\\''.split('');\n var specialKeys = ['Left', 'Right', 'Up', 'Down', 'Space', 'Backspace',\n 'Esc', 'Home', 'End', 'PageUp', 'PageDown', 'Enter'];\n var validMarks = [].concat(upperCaseAlphabet, lowerCaseAlphabet, numbers, ['<', '>']);\n var validRegisters = [].concat(upperCaseAlphabet, lowerCaseAlphabet, numbers, ['-', '\"', '.', ':']);\n\n function isLine(cm, line) {\n return line >= cm.firstLine() && line <= cm.lastLine();\n }\n function isLowerCase(k) {\n return (/^[a-z]$/).test(k);\n }\n function isMatchableSymbol(k) {\n return '()[]{}'.indexOf(k) != -1;\n }\n function isNumber(k) {\n return numberRegex.test(k);\n }\n function isUpperCase(k) {\n return (/^[A-Z]$/).test(k);\n }\n function isWhiteSpaceString(k) {\n return (/^\\s*$/).test(k);\n }\n function inArray(val, arr) {\n for (var i = 0; i < arr.length; i++) {\n if (arr[i] == val) {\n return true;\n }\n }\n return false;\n }\n\n var options = {};\n function defineOption(name, defaultValue, type) {\n if (defaultValue === undefined) { throw Error('defaultValue is required'); }\n if (!type) { type = 'string'; }\n options[name] = {\n type: type,\n defaultValue: defaultValue\n };\n setOption(name, defaultValue);\n }\n\n function setOption(name, value) {\n var option = options[name];\n if (!option) {\n throw Error('Unknown option: ' + name);\n }\n if (option.type == 'boolean') {\n if (value && value !== true) {\n throw Error('Invalid argument: ' + name + '=' + value);\n } else if (value !== false) {\n // Boolean options are set to true if value is not defined.\n value = true;\n }\n }\n option.value = option.type == 'boolean' ? !!value : value;\n }\n\n function getOption(name) {\n var option = options[name];\n if (!option) {\n throw Error('Unknown option: ' + name);\n }\n return option.value;\n }\n\n var createCircularJumpList = function() {\n var size = 100;\n var pointer = -1;\n var head = 0;\n var tail = 0;\n var buffer = new Array(size);\n function add(cm, oldCur, newCur) {\n var current = pointer % size;\n var curMark = buffer[current];\n function useNextSlot(cursor) {\n var next = ++pointer % size;\n var trashMark = buffer[next];\n if (trashMark) {\n trashMark.clear();\n }\n buffer[next] = cm.setBookmark(cursor);\n }\n if (curMark) {\n var markPos = curMark.find();\n // avoid recording redundant cursor position\n if (markPos && !cursorEqual(markPos, oldCur)) {\n useNextSlot(oldCur);\n }\n } else {\n useNextSlot(oldCur);\n }\n useNextSlot(newCur);\n head = pointer;\n tail = pointer - size + 1;\n if (tail < 0) {\n tail = 0;\n }\n }\n function move(cm, offset) {\n pointer += offset;\n if (pointer > head) {\n pointer = head;\n } else if (pointer < tail) {\n pointer = tail;\n }\n var mark = buffer[(size + pointer) % size];\n // skip marks that are temporarily removed from text buffer\n if (mark && !mark.find()) {\n var inc = offset > 0 ? 1 : -1;\n var newCur;\n var oldCur = cm.getCursor();\n do {\n pointer += inc;\n mark = buffer[(size + pointer) % size];\n // skip marks that are the same as current position\n if (mark &&\n (newCur = mark.find()) &&\n !cursorEqual(oldCur, newCur)) {\n break;\n }\n } while (pointer < head && pointer > tail);\n }\n return mark;\n }\n return {\n cachedCursor: undefined, //used for # and * jumps\n add: add,\n move: move\n };\n };\n\n // Returns an object to track the changes associated insert mode. It\n // clones the object that is passed in, or creates an empty object one if\n // none is provided.\n var createInsertModeChanges = function(c) {\n if (c) {\n // Copy construction\n return {\n changes: c.changes,\n expectCursorActivityForChange: c.expectCursorActivityForChange\n };\n }\n return {\n // Change list\n changes: [],\n // Set to true on change, false on cursorActivity.\n expectCursorActivityForChange: false\n };\n };\n\n function MacroModeState() {\n this.latestRegister = undefined;\n this.isPlaying = false;\n this.isRecording = false;\n this.replaySearchQueries = [];\n this.onRecordingDone = undefined;\n this.lastInsertModeChanges = createInsertModeChanges();\n }\n MacroModeState.prototype = {\n exitMacroRecordMode: function() {\n var macroModeState = vimGlobalState.macroModeState;\n macroModeState.onRecordingDone(); // close dialog\n macroModeState.onRecordingDone = undefined;\n macroModeState.isRecording = false;\n },\n enterMacroRecordMode: function(cm, registerName) {\n var register =\n vimGlobalState.registerController.getRegister(registerName);\n if (register) {\n register.clear();\n this.latestRegister = registerName;\n this.onRecordingDone = cm.openDialog(\n '(recording)['+registerName+']', null, {bottom:true});\n this.isRecording = true;\n }\n }\n };\n\n function maybeInitVimState(cm) {\n if (!cm.state.vim) {\n // Store instance state in the CodeMirror object.\n cm.state.vim = {\n inputState: new InputState(),\n // Vim's input state that triggered the last edit, used to repeat\n // motions and operators with '.'.\n lastEditInputState: undefined,\n // Vim's action command before the last edit, used to repeat actions\n // with '.' and insert mode repeat.\n lastEditActionCommand: undefined,\n // When using jk for navigation, if you move from a longer line to a\n // shorter line, the cursor may clip to the end of the shorter line.\n // If j is pressed again and cursor goes to the next line, the\n // cursor should go back to its horizontal position on the longer\n // line if it can. This is to keep track of the horizontal position.\n lastHPos: -1,\n // Doing the same with screen-position for gj/gk\n lastHSPos: -1,\n // The last motion command run. Cleared if a non-motion command gets\n // executed in between.\n lastMotion: null,\n marks: {},\n insertMode: false,\n // Repeat count for changes made in insert mode, triggered by key\n // sequences like 3,i. Only exists when insertMode is true.\n insertModeRepeat: undefined,\n visualMode: false,\n // If we are in visual line mode. No effect if visualMode is false.\n visualLine: false,\n lastSelection: null\n };\n }\n return cm.state.vim;\n }\n var vimGlobalState;\n function resetVimGlobalState() {\n vimGlobalState = {\n // The current search query.\n searchQuery: null,\n // Whether we are searching backwards.\n searchIsReversed: false,\n // Replace part of the last substituted pattern\n lastSubstituteReplacePart: undefined,\n jumpList: createCircularJumpList(),\n macroModeState: new MacroModeState,\n // Recording latest f, t, F or T motion command.\n lastChararacterSearch: {increment:0, forward:true, selectedCharacter:''},\n registerController: new RegisterController({})\n };\n for (var optionName in options) {\n var option = options[optionName];\n option.value = option.defaultValue;\n }\n }\n\n var vimApi= {\n buildKeyMap: function() {\n // TODO: Convert keymap into dictionary format for fast lookup.\n },\n // Testing hook, though it might be useful to expose the register\n // controller anyways.\n getRegisterController: function() {\n return vimGlobalState.registerController;\n },\n // Testing hook.\n resetVimGlobalState_: resetVimGlobalState,\n\n // Testing hook.\n getVimGlobalState_: function() {\n return vimGlobalState;\n },\n\n // Testing hook.\n maybeInitVimState_: maybeInitVimState,\n\n InsertModeKey: InsertModeKey,\n map: function(lhs, rhs, ctx) {\n // Add user defined key bindings.\n exCommandDispatcher.map(lhs, rhs, ctx);\n },\n setOption: setOption,\n getOption: getOption,\n defineOption: defineOption,\n defineEx: function(name, prefix, func){\n if (name.indexOf(prefix) !== 0) {\n throw new Error('(Vim.defineEx) \"'+prefix+'\" is not a prefix of \"'+name+'\", command not registered');\n }\n exCommands[name]=func;\n exCommandDispatcher.commandMap_[prefix]={name:name, shortName:prefix, type:'api'};\n },\n // This is the outermost function called by CodeMirror, after keys have\n // been mapped to their Vim equivalents.\n handleKey: function(cm, key) {\n var command;\n var vim = maybeInitVimState(cm);\n var macroModeState = vimGlobalState.macroModeState;\n if (macroModeState.isRecording) {\n if (key == 'q') {\n macroModeState.exitMacroRecordMode();\n vim.inputState = new InputState();\n return;\n }\n }\n if (key == '<Esc>') {\n // Clear input state and get back to normal mode.\n vim.inputState = new InputState();\n if (vim.visualMode) {\n exitVisualMode(cm);\n }\n return;\n }\n // Enter visual mode when the mouse selects text.\n if (!vim.visualMode &&\n !cursorEqual(cm.getCursor('head'), cm.getCursor('anchor'))) {\n vim.visualMode = true;\n vim.visualLine = false;\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"visual\"});\n cm.on('mousedown', exitVisualMode);\n }\n if (key != '0' || (key == '0' && vim.inputState.getRepeat() === 0)) {\n // Have to special case 0 since it's both a motion and a number.\n command = commandDispatcher.matchCommand(key, defaultKeymap, vim);\n }\n if (!command) {\n if (isNumber(key)) {\n // Increment count unless count is 0 and key is 0.\n vim.inputState.pushRepeatDigit(key);\n }\n if (macroModeState.isRecording) {\n logKey(macroModeState, key);\n }\n return;\n }\n if (command.type == 'keyToKey') {\n // TODO: prevent infinite recursion.\n for (var i = 0; i < command.toKeys.length; i++) {\n this.handleKey(cm, command.toKeys[i]);\n }\n } else {\n if (macroModeState.isRecording) {\n logKey(macroModeState, key);\n }\n commandDispatcher.processCommand(cm, vim, command);\n }\n },\n handleEx: function(cm, input) {\n exCommandDispatcher.processCommand(cm, input);\n }\n };\n\n // Represents the current input state.\n function InputState() {\n this.prefixRepeat = [];\n this.motionRepeat = [];\n\n this.operator = null;\n this.operatorArgs = null;\n this.motion = null;\n this.motionArgs = null;\n this.keyBuffer = []; // For matching multi-key commands.\n this.registerName = null; // Defaults to the unnamed register.\n }\n InputState.prototype.pushRepeatDigit = function(n) {\n if (!this.operator) {\n this.prefixRepeat = this.prefixRepeat.concat(n);\n } else {\n this.motionRepeat = this.motionRepeat.concat(n);\n }\n };\n InputState.prototype.getRepeat = function() {\n var repeat = 0;\n if (this.prefixRepeat.length > 0 || this.motionRepeat.length > 0) {\n repeat = 1;\n if (this.prefixRepeat.length > 0) {\n repeat *= parseInt(this.prefixRepeat.join(''), 10);\n }\n if (this.motionRepeat.length > 0) {\n repeat *= parseInt(this.motionRepeat.join(''), 10);\n }\n }\n return repeat;\n };\n\n /*\n * Register stores information about copy and paste registers. Besides\n * text, a register must store whether it is linewise (i.e., when it is\n * pasted, should it insert itself into a new line, or should the text be\n * inserted at the cursor position.)\n */\n function Register(text, linewise) {\n this.clear();\n this.keyBuffer = [text || ''];\n this.insertModeChanges = [];\n this.searchQueries = [];\n this.linewise = !!linewise;\n }\n Register.prototype = {\n setText: function(text, linewise) {\n this.keyBuffer = [text || ''];\n this.linewise = !!linewise;\n },\n pushText: function(text, linewise) {\n // if this register has ever been set to linewise, use linewise.\n if (linewise) {\n if (!this.linewise) {\n this.keyBuffer.push('\\n');\n }\n this.linewise = true;\n }\n this.keyBuffer.push(text);\n },\n pushInsertModeChanges: function(changes) {\n this.insertModeChanges.push(createInsertModeChanges(changes));\n },\n pushSearchQuery: function(query) {\n this.searchQueries.push(query);\n },\n clear: function() {\n this.keyBuffer = [];\n this.insertModeChanges = [];\n this.searchQueries = [];\n this.linewise = false;\n },\n toString: function() {\n return this.keyBuffer.join('');\n }\n };\n\n /*\n * vim registers allow you to keep many independent copy and paste buffers.\n * See http://usevim.com/2012/04/13/registers/ for an introduction.\n *\n * RegisterController keeps the state of all the registers. An initial\n * state may be passed in. The unnamed register '\"' will always be\n * overridden.\n */\n function RegisterController(registers) {\n this.registers = registers;\n this.unnamedRegister = registers['\"'] = new Register();\n registers['.'] = new Register();\n registers[':'] = new Register();\n }\n RegisterController.prototype = {\n pushText: function(registerName, operator, text, linewise) {\n if (linewise && text.charAt(0) == '\\n') {\n text = text.slice(1) + '\\n';\n }\n if (linewise && text.charAt(text.length - 1) !== '\\n'){\n text += '\\n';\n }\n // Lowercase and uppercase registers refer to the same register.\n // Uppercase just means append.\n var register = this.isValidRegister(registerName) ?\n this.getRegister(registerName) : null;\n // if no register/an invalid register was specified, things go to the\n // default registers\n if (!register) {\n switch (operator) {\n case 'yank':\n // The 0 register contains the text from the most recent yank.\n this.registers['0'] = new Register(text, linewise);\n break;\n case 'delete':\n case 'change':\n if (text.indexOf('\\n') == -1) {\n // Delete less than 1 line. Update the small delete register.\n this.registers['-'] = new Register(text, linewise);\n } else {\n // Shift down the contents of the numbered registers and put the\n // deleted text into register 1.\n this.shiftNumericRegisters_();\n this.registers['1'] = new Register(text, linewise);\n }\n break;\n }\n // Make sure the unnamed register is set to what just happened\n this.unnamedRegister.setText(text, linewise);\n return;\n }\n\n // If we've gotten to this point, we've actually specified a register\n var append = isUpperCase(registerName);\n if (append) {\n register.pushText(text, linewise);\n } else {\n register.setText(text, linewise);\n }\n // The unnamed register always has the same value as the last used\n // register.\n this.unnamedRegister.setText(register.toString(), linewise);\n },\n // Gets the register named @name. If one of @name doesn't already exist,\n // create it. If @name is invalid, return the unnamedRegister.\n getRegister: function(name) {\n if (!this.isValidRegister(name)) {\n return this.unnamedRegister;\n }\n name = name.toLowerCase();\n if (!this.registers[name]) {\n this.registers[name] = new Register();\n }\n return this.registers[name];\n },\n isValidRegister: function(name) {\n return name && inArray(name, validRegisters);\n },\n shiftNumericRegisters_: function() {\n for (var i = 9; i >= 2; i--) {\n this.registers[i] = this.getRegister('' + (i - 1));\n }\n }\n };\n\n var commandDispatcher = {\n matchCommand: function(key, keyMap, vim) {\n var inputState = vim.inputState;\n var keys = inputState.keyBuffer.concat(key);\n var matchedCommands = [];\n var selectedCharacter;\n for (var i = 0; i < keyMap.length; i++) {\n var command = keyMap[i];\n if (matchKeysPartial(keys, command.keys)) {\n if (inputState.operator && command.type == 'action') {\n // Ignore matched action commands after an operator. Operators\n // only operate on motions. This check is really for text\n // objects since aW, a[ etcs conflicts with a.\n continue;\n }\n // Match commands that take <character> as an argument.\n if (command.keys[keys.length - 1] == 'character') {\n selectedCharacter = keys[keys.length - 1];\n if (selectedCharacter.length>1){\n switch(selectedCharacter){\n case '<CR>':\n selectedCharacter='\\n';\n break;\n case '<Space>':\n selectedCharacter=' ';\n break;\n default:\n continue;\n }\n }\n }\n // Add the command to the list of matched commands. Choose the best\n // command later.\n matchedCommands.push(command);\n }\n }\n\n // Returns the command if it is a full match, or null if not.\n function getFullyMatchedCommandOrNull(command) {\n if (keys.length < command.keys.length) {\n // Matches part of a multi-key command. Buffer and wait for next\n // stroke.\n inputState.keyBuffer.push(key);\n return null;\n } else {\n if (command.keys[keys.length - 1] == 'character') {\n inputState.selectedCharacter = selectedCharacter;\n }\n // Clear the buffer since a full match was found.\n inputState.keyBuffer = [];\n return command;\n }\n }\n\n if (!matchedCommands.length) {\n // Clear the buffer since there were no matches.\n inputState.keyBuffer = [];\n return null;\n } else if (matchedCommands.length == 1) {\n return getFullyMatchedCommandOrNull(matchedCommands[0]);\n } else {\n // Find the best match in the list of matchedCommands.\n var context = vim.visualMode ? 'visual' : 'normal';\n var bestMatch; // Default to first in the list.\n for (var i = 0; i < matchedCommands.length; i++) {\n var current = matchedCommands[i];\n if (current.context == context) {\n bestMatch = current;\n break;\n } else if (!bestMatch && !current.context) {\n // Only set an imperfect match to best match if no best match is\n // set and the imperfect match is not restricted to another\n // context.\n bestMatch = current;\n }\n }\n return getFullyMatchedCommandOrNull(bestMatch);\n }\n },\n processCommand: function(cm, vim, command) {\n vim.inputState.repeatOverride = command.repeatOverride;\n switch (command.type) {\n case 'motion':\n this.processMotion(cm, vim, command);\n break;\n case 'operator':\n this.processOperator(cm, vim, command);\n break;\n case 'operatorMotion':\n this.processOperatorMotion(cm, vim, command);\n break;\n case 'action':\n this.processAction(cm, vim, command);\n break;\n case 'search':\n this.processSearch(cm, vim, command);\n break;\n case 'ex':\n case 'keyToEx':\n this.processEx(cm, vim, command);\n break;\n default:\n break;\n }\n },\n processMotion: function(cm, vim, command) {\n vim.inputState.motion = command.motion;\n vim.inputState.motionArgs = copyArgs(command.motionArgs);\n this.evalInput(cm, vim);\n },\n processOperator: function(cm, vim, command) {\n var inputState = vim.inputState;\n if (inputState.operator) {\n if (inputState.operator == command.operator) {\n // Typing an operator twice like 'dd' makes the operator operate\n // linewise\n inputState.motion = 'expandToLine';\n inputState.motionArgs = { linewise: true };\n this.evalInput(cm, vim);\n return;\n } else {\n // 2 different operators in a row doesn't make sense.\n vim.inputState = new InputState();\n }\n }\n inputState.operator = command.operator;\n inputState.operatorArgs = copyArgs(command.operatorArgs);\n if (vim.visualMode) {\n // Operating on a selection in visual mode. We don't need a motion.\n this.evalInput(cm, vim);\n }\n },\n processOperatorMotion: function(cm, vim, command) {\n var visualMode = vim.visualMode;\n var operatorMotionArgs = copyArgs(command.operatorMotionArgs);\n if (operatorMotionArgs) {\n // Operator motions may have special behavior in visual mode.\n if (visualMode && operatorMotionArgs.visualLine) {\n vim.visualLine = true;\n }\n }\n this.processOperator(cm, vim, command);\n if (!visualMode) {\n this.processMotion(cm, vim, command);\n }\n },\n processAction: function(cm, vim, command) {\n var inputState = vim.inputState;\n var repeat = inputState.getRepeat();\n var repeatIsExplicit = !!repeat;\n var actionArgs = copyArgs(command.actionArgs) || {};\n if (inputState.selectedCharacter) {\n actionArgs.selectedCharacter = inputState.selectedCharacter;\n }\n // Actions may or may not have motions and operators. Do these first.\n if (command.operator) {\n this.processOperator(cm, vim, command);\n }\n if (command.motion) {\n this.processMotion(cm, vim, command);\n }\n if (command.motion || command.operator) {\n this.evalInput(cm, vim);\n }\n actionArgs.repeat = repeat || 1;\n actionArgs.repeatIsExplicit = repeatIsExplicit;\n actionArgs.registerName = inputState.registerName;\n vim.inputState = new InputState();\n vim.lastMotion = null;\n if (command.isEdit) {\n this.recordLastEdit(vim, inputState, command);\n }\n actions[command.action](cm, actionArgs, vim);\n },\n processSearch: function(cm, vim, command) {\n if (!cm.getSearchCursor) {\n // Search depends on SearchCursor.\n return;\n }\n var forward = command.searchArgs.forward;\n var wholeWordOnly = command.searchArgs.wholeWordOnly;\n getSearchState(cm).setReversed(!forward);\n var promptPrefix = (forward) ? '/' : '?';\n var originalQuery = getSearchState(cm).getQuery();\n var originalScrollPos = cm.getScrollInfo();\n function handleQuery(query, ignoreCase, smartCase) {\n try {\n updateSearchQuery(cm, query, ignoreCase, smartCase);\n } catch (e) {\n showConfirm(cm, 'Invalid regex: ' + query);\n return;\n }\n commandDispatcher.processMotion(cm, vim, {\n type: 'motion',\n motion: 'findNext',\n motionArgs: { forward: true, toJumplist: command.searchArgs.toJumplist }\n });\n }\n function onPromptClose(query) {\n cm.scrollTo(originalScrollPos.left, originalScrollPos.top);\n handleQuery(query, true /** ignoreCase */, true /** smartCase */);\n var macroModeState = vimGlobalState.macroModeState;\n if (macroModeState.isRecording) {\n logSearchQuery(macroModeState, query);\n }\n }\n function onPromptKeyUp(_e, query) {\n var parsedQuery;\n try {\n parsedQuery = updateSearchQuery(cm, query,\n true /** ignoreCase */, true /** smartCase */);\n } catch (e) {\n // Swallow bad regexes for incremental search.\n }\n if (parsedQuery) {\n cm.scrollIntoView(findNext(cm, !forward, parsedQuery), 30);\n } else {\n clearSearchHighlight(cm);\n cm.scrollTo(originalScrollPos.left, originalScrollPos.top);\n }\n }\n function onPromptKeyDown(e, _query, close) {\n var keyName = CodeMirror.keyName(e);\n if (keyName == 'Esc' || keyName == 'Ctrl-C' || keyName == 'Ctrl-[') {\n updateSearchQuery(cm, originalQuery);\n clearSearchHighlight(cm);\n cm.scrollTo(originalScrollPos.left, originalScrollPos.top);\n\n CodeMirror.e_stop(e);\n close();\n cm.focus();\n }\n }\n switch (command.searchArgs.querySrc) {\n case 'prompt':\n var macroModeState = vimGlobalState.macroModeState;\n if (macroModeState.isPlaying) {\n var query = macroModeState.replaySearchQueries.shift();\n handleQuery(query, true /** ignoreCase */, false /** smartCase */);\n } else {\n showPrompt(cm, {\n onClose: onPromptClose,\n prefix: promptPrefix,\n desc: searchPromptDesc,\n onKeyUp: onPromptKeyUp,\n onKeyDown: onPromptKeyDown\n });\n }\n break;\n case 'wordUnderCursor':\n var word = expandWordUnderCursor(cm, false /** inclusive */,\n true /** forward */, false /** bigWord */,\n true /** noSymbol */);\n var isKeyword = true;\n if (!word) {\n word = expandWordUnderCursor(cm, false /** inclusive */,\n true /** forward */, false /** bigWord */,\n false /** noSymbol */);\n isKeyword = false;\n }\n if (!word) {\n return;\n }\n var query = cm.getLine(word.start.line).substring(word.start.ch,\n word.end.ch);\n if (isKeyword && wholeWordOnly) {\n query = '\\\\b' + query + '\\\\b';\n } else {\n query = escapeRegex(query);\n }\n\n // cachedCursor is used to save the old position of the cursor\n // when * or # causes vim to seek for the nearest word and shift\n // the cursor before entering the motion.\n vimGlobalState.jumpList.cachedCursor = cm.getCursor();\n cm.setCursor(word.start);\n\n handleQuery(query, true /** ignoreCase */, false /** smartCase */);\n break;\n }\n },\n processEx: function(cm, vim, command) {\n function onPromptClose(input) {\n // Give the prompt some time to close so that if processCommand shows\n // an error, the elements don't overlap.\n exCommandDispatcher.processCommand(cm, input);\n }\n function onPromptKeyDown(e, _input, close) {\n var keyName = CodeMirror.keyName(e);\n if (keyName == 'Esc' || keyName == 'Ctrl-C' || keyName == 'Ctrl-[') {\n CodeMirror.e_stop(e);\n close();\n cm.focus();\n }\n }\n if (command.type == 'keyToEx') {\n // Handle user defined Ex to Ex mappings\n exCommandDispatcher.processCommand(cm, command.exArgs.input);\n } else {\n if (vim.visualMode) {\n showPrompt(cm, { onClose: onPromptClose, prefix: ':', value: '\\'<,\\'>',\n onKeyDown: onPromptKeyDown});\n } else {\n showPrompt(cm, { onClose: onPromptClose, prefix: ':',\n onKeyDown: onPromptKeyDown});\n }\n }\n },\n evalInput: function(cm, vim) {\n // If the motion comand is set, execute both the operator and motion.\n // Otherwise return.\n var inputState = vim.inputState;\n var motion = inputState.motion;\n var motionArgs = inputState.motionArgs || {};\n var operator = inputState.operator;\n var operatorArgs = inputState.operatorArgs || {};\n var registerName = inputState.registerName;\n var selectionEnd = copyCursor(cm.getCursor('head'));\n var selectionStart = copyCursor(cm.getCursor('anchor'));\n // The difference between cur and selection cursors are that cur is\n // being operated on and ignores that there is a selection.\n var curStart = copyCursor(selectionEnd);\n var curOriginal = copyCursor(curStart);\n var curEnd;\n var repeat;\n if (operator) {\n this.recordLastEdit(vim, inputState);\n }\n if (inputState.repeatOverride !== undefined) {\n // If repeatOverride is specified, that takes precedence over the\n // input state's repeat. Used by Ex mode and can be user defined.\n repeat = inputState.repeatOverride;\n } else {\n repeat = inputState.getRepeat();\n }\n if (repeat > 0 && motionArgs.explicitRepeat) {\n motionArgs.repeatIsExplicit = true;\n } else if (motionArgs.noRepeat ||\n (!motionArgs.explicitRepeat && repeat === 0)) {\n repeat = 1;\n motionArgs.repeatIsExplicit = false;\n }\n if (inputState.selectedCharacter) {\n // If there is a character input, stick it in all of the arg arrays.\n motionArgs.selectedCharacter = operatorArgs.selectedCharacter =\n inputState.selectedCharacter;\n }\n motionArgs.repeat = repeat;\n vim.inputState = new InputState();\n if (motion) {\n var motionResult = motions[motion](cm, motionArgs, vim);\n vim.lastMotion = motions[motion];\n if (!motionResult) {\n return;\n }\n if (motionArgs.toJumplist) {\n var jumpList = vimGlobalState.jumpList;\n // if the current motion is # or *, use cachedCursor\n var cachedCursor = jumpList.cachedCursor;\n if (cachedCursor) {\n recordJumpPosition(cm, cachedCursor, motionResult);\n delete jumpList.cachedCursor;\n } else {\n recordJumpPosition(cm, curOriginal, motionResult);\n }\n }\n if (motionResult instanceof Array) {\n curStart = motionResult[0];\n curEnd = motionResult[1];\n } else {\n curEnd = motionResult;\n }\n // TODO: Handle null returns from motion commands better.\n if (!curEnd) {\n curEnd = Pos(curStart.line, curStart.ch);\n }\n if (vim.visualMode) {\n // Check if the selection crossed over itself. Will need to shift\n // the start point if that happened.\n if (cursorIsBefore(selectionStart, selectionEnd) &&\n (cursorEqual(selectionStart, curEnd) ||\n cursorIsBefore(curEnd, selectionStart))) {\n // The end of the selection has moved from after the start to\n // before the start. We will shift the start right by 1.\n selectionStart.ch += 1;\n } else if (cursorIsBefore(selectionEnd, selectionStart) &&\n (cursorEqual(selectionStart, curEnd) ||\n cursorIsBefore(selectionStart, curEnd))) {\n // The opposite happened. We will shift the start left by 1.\n selectionStart.ch -= 1;\n }\n selectionEnd = curEnd;\n selectionStart = (motionResult instanceof Array) ? curStart : selectionStart;\n if (vim.visualLine) {\n if (cursorIsBefore(selectionStart, selectionEnd)) {\n selectionStart.ch = 0;\n\n var lastLine = cm.lastLine();\n if (selectionEnd.line > lastLine) {\n selectionEnd.line = lastLine;\n }\n selectionEnd.ch = lineLength(cm, selectionEnd.line);\n } else {\n selectionEnd.ch = 0;\n selectionStart.ch = lineLength(cm, selectionStart.line);\n }\n }\n cm.setSelection(selectionStart, selectionEnd);\n updateMark(cm, vim, '<',\n cursorIsBefore(selectionStart, selectionEnd) ? selectionStart\n : selectionEnd);\n updateMark(cm, vim, '>',\n cursorIsBefore(selectionStart, selectionEnd) ? selectionEnd\n : selectionStart);\n } else if (!operator) {\n curEnd = clipCursorToContent(cm, curEnd);\n cm.setCursor(curEnd.line, curEnd.ch);\n }\n }\n\n if (operator) {\n var inverted = false;\n vim.lastMotion = null;\n operatorArgs.repeat = repeat; // Indent in visual mode needs this.\n if (vim.visualMode) {\n curStart = selectionStart;\n curEnd = selectionEnd;\n motionArgs.inclusive = true;\n }\n // Swap start and end if motion was backward.\n if (curEnd && cursorIsBefore(curEnd, curStart)) {\n var tmp = curStart;\n curStart = curEnd;\n curEnd = tmp;\n inverted = true;\n } else if (!curEnd) {\n curEnd = copyCursor(curStart);\n }\n if (motionArgs.inclusive && !(vim.visualMode && inverted)) {\n // Move the selection end one to the right to include the last\n // character.\n curEnd.ch++;\n }\n if (operatorArgs.selOffset) {\n // Replaying a visual mode operation\n curEnd.line = curStart.line + operatorArgs.selOffset.line;\n if (operatorArgs.selOffset.line) {curEnd.ch = operatorArgs.selOffset.ch; }\n else { curEnd.ch = curStart.ch + operatorArgs.selOffset.ch; }\n } else if (vim.visualMode) {\n var selOffset = Pos();\n selOffset.line = curEnd.line - curStart.line;\n if (selOffset.line) { selOffset.ch = curEnd.ch; }\n else { selOffset.ch = curEnd.ch - curStart.ch; }\n operatorArgs.selOffset = selOffset;\n }\n var linewise = motionArgs.linewise ||\n (vim.visualMode && vim.visualLine) ||\n operatorArgs.linewise;\n if (linewise) {\n // Expand selection to entire line.\n expandSelectionToLine(cm, curStart, curEnd);\n } else if (motionArgs.forward) {\n // Clip to trailing newlines only if the motion goes forward.\n clipToLine(cm, curStart, curEnd);\n }\n operatorArgs.registerName = registerName;\n // Keep track of linewise as it affects how paste and change behave.\n operatorArgs.linewise = linewise;\n operators[operator](cm, operatorArgs, vim, curStart,\n curEnd, curOriginal);\n if (vim.visualMode) {\n exitVisualMode(cm);\n }\n }\n },\n recordLastEdit: function(vim, inputState, actionCommand) {\n var macroModeState = vimGlobalState.macroModeState;\n if (macroModeState.isPlaying) { return; }\n vim.lastEditInputState = inputState;\n vim.lastEditActionCommand = actionCommand;\n macroModeState.lastInsertModeChanges.changes = [];\n macroModeState.lastInsertModeChanges.expectCursorActivityForChange = false;\n }\n };\n\n /**\n * typedef {Object{line:number,ch:number}} Cursor An object containing the\n * position of the cursor.\n */\n // All of the functions below return Cursor objects.\n var motions = {\n moveToTopLine: function(cm, motionArgs) {\n var line = getUserVisibleLines(cm).top + motionArgs.repeat -1;\n return Pos(line, findFirstNonWhiteSpaceCharacter(cm.getLine(line)));\n },\n moveToMiddleLine: function(cm) {\n var range = getUserVisibleLines(cm);\n var line = Math.floor((range.top + range.bottom) * 0.5);\n return Pos(line, findFirstNonWhiteSpaceCharacter(cm.getLine(line)));\n },\n moveToBottomLine: function(cm, motionArgs) {\n var line = getUserVisibleLines(cm).bottom - motionArgs.repeat +1;\n return Pos(line, findFirstNonWhiteSpaceCharacter(cm.getLine(line)));\n },\n expandToLine: function(cm, motionArgs) {\n // Expands forward to end of line, and then to next line if repeat is\n // >1. Does not handle backward motion!\n var cur = cm.getCursor();\n return Pos(cur.line + motionArgs.repeat - 1, Infinity);\n },\n findNext: function(cm, motionArgs) {\n var state = getSearchState(cm);\n var query = state.getQuery();\n if (!query) {\n return;\n }\n var prev = !motionArgs.forward;\n // If search is initiated with ? instead of /, negate direction.\n prev = (state.isReversed()) ? !prev : prev;\n highlightSearchMatches(cm, query);\n return findNext(cm, prev/** prev */, query, motionArgs.repeat);\n },\n goToMark: function(cm, motionArgs, vim) {\n var mark = vim.marks[motionArgs.selectedCharacter];\n if (mark) {\n var pos = mark.find();\n return motionArgs.linewise ? { line: pos.line, ch: findFirstNonWhiteSpaceCharacter(cm.getLine(pos.line)) } : pos;\n }\n return null;\n },\n moveToOtherHighlightedEnd: function(cm) {\n var curEnd = copyCursor(cm.getCursor('head'));\n var curStart = copyCursor(cm.getCursor('anchor'));\n if (cursorIsBefore(curStart, curEnd)) {\n curEnd.ch += 1;\n } else if (cursorIsBefore(curEnd, curStart)) {\n curStart.ch -= 1;\n }\n return ([curEnd,curStart]);\n },\n jumpToMark: function(cm, motionArgs, vim) {\n var best = cm.getCursor();\n for (var i = 0; i < motionArgs.repeat; i++) {\n var cursor = best;\n for (var key in vim.marks) {\n if (!isLowerCase(key)) {\n continue;\n }\n var mark = vim.marks[key].find();\n var isWrongDirection = (motionArgs.forward) ?\n cursorIsBefore(mark, cursor) : cursorIsBefore(cursor, mark);\n\n if (isWrongDirection) {\n continue;\n }\n if (motionArgs.linewise && (mark.line == cursor.line)) {\n continue;\n }\n\n var equal = cursorEqual(cursor, best);\n var between = (motionArgs.forward) ?\n cusrorIsBetween(cursor, mark, best) :\n cusrorIsBetween(best, mark, cursor);\n\n if (equal || between) {\n best = mark;\n }\n }\n }\n\n if (motionArgs.linewise) {\n // Vim places the cursor on the first non-whitespace character of\n // the line if there is one, else it places the cursor at the end\n // of the line, regardless of whether a mark was found.\n best = Pos(best.line, findFirstNonWhiteSpaceCharacter(cm.getLine(best.line)));\n }\n return best;\n },\n moveByCharacters: function(cm, motionArgs) {\n var cur = cm.getCursor();\n var repeat = motionArgs.repeat;\n var ch = motionArgs.forward ? cur.ch + repeat : cur.ch - repeat;\n return Pos(cur.line, ch);\n },\n moveByLines: function(cm, motionArgs, vim) {\n var cur = cm.getCursor();\n var endCh = cur.ch;\n // Depending what our last motion was, we may want to do different\n // things. If our last motion was moving vertically, we want to\n // preserve the HPos from our last horizontal move. If our last motion\n // was going to the end of a line, moving vertically we should go to\n // the end of the line, etc.\n switch (vim.lastMotion) {\n case this.moveByLines:\n case this.moveByDisplayLines:\n case this.moveByScroll:\n case this.moveToColumn:\n case this.moveToEol:\n endCh = vim.lastHPos;\n break;\n default:\n vim.lastHPos = endCh;\n }\n var repeat = motionArgs.repeat+(motionArgs.repeatOffset||0);\n var line = motionArgs.forward ? cur.line + repeat : cur.line - repeat;\n var first = cm.firstLine();\n var last = cm.lastLine();\n // Vim cancels linewise motions that start on an edge and move beyond\n // that edge. It does not cancel motions that do not start on an edge.\n if ((line < first && cur.line == first) ||\n (line > last && cur.line == last)) {\n return;\n }\n if (motionArgs.toFirstChar){\n endCh=findFirstNonWhiteSpaceCharacter(cm.getLine(line));\n vim.lastHPos = endCh;\n }\n vim.lastHSPos = cm.charCoords(Pos(line, endCh),'div').left;\n return Pos(line, endCh);\n },\n moveByDisplayLines: function(cm, motionArgs, vim) {\n var cur = cm.getCursor();\n switch (vim.lastMotion) {\n case this.moveByDisplayLines:\n case this.moveByScroll:\n case this.moveByLines:\n case this.moveToColumn:\n case this.moveToEol:\n break;\n default:\n vim.lastHSPos = cm.charCoords(cur,'div').left;\n }\n var repeat = motionArgs.repeat;\n var res=cm.findPosV(cur,(motionArgs.forward ? repeat : -repeat),'line',vim.lastHSPos);\n if (res.hitSide) {\n if (motionArgs.forward) {\n var lastCharCoords = cm.charCoords(res, 'div');\n var goalCoords = { top: lastCharCoords.top + 8, left: vim.lastHSPos };\n var res = cm.coordsChar(goalCoords, 'div');\n } else {\n var resCoords = cm.charCoords(Pos(cm.firstLine(), 0), 'div');\n resCoords.left = vim.lastHSPos;\n res = cm.coordsChar(resCoords, 'div');\n }\n }\n vim.lastHPos = res.ch;\n return res;\n },\n moveByPage: function(cm, motionArgs) {\n // CodeMirror only exposes functions that move the cursor page down, so\n // doing this bad hack to move the cursor and move it back. evalInput\n // will move the cursor to where it should be in the end.\n var curStart = cm.getCursor();\n var repeat = motionArgs.repeat;\n return cm.findPosV(curStart, (motionArgs.forward ? repeat : -repeat), 'page');\n },\n moveByParagraph: function(cm, motionArgs) {\n var line = cm.getCursor().line;\n var repeat = motionArgs.repeat;\n var inc = motionArgs.forward ? 1 : -1;\n for (var i = 0; i < repeat; i++) {\n if ((!motionArgs.forward && line === cm.firstLine() ) ||\n (motionArgs.forward && line == cm.lastLine())) {\n break;\n }\n line += inc;\n while (line !== cm.firstLine() && line != cm.lastLine() && cm.getLine(line)) {\n line += inc;\n }\n }\n return Pos(line, 0);\n },\n moveByScroll: function(cm, motionArgs, vim) {\n var scrollbox = cm.getScrollInfo();\n var curEnd = null;\n var repeat = motionArgs.repeat;\n if (!repeat) {\n repeat = scrollbox.clientHeight / (2 * cm.defaultTextHeight());\n }\n var orig = cm.charCoords(cm.getCursor(), 'local');\n motionArgs.repeat = repeat;\n var curEnd = motions.moveByDisplayLines(cm, motionArgs, vim);\n if (!curEnd) {\n return null;\n }\n var dest = cm.charCoords(curEnd, 'local');\n cm.scrollTo(null, scrollbox.top + dest.top - orig.top);\n return curEnd;\n },\n moveByWords: function(cm, motionArgs) {\n return moveToWord(cm, motionArgs.repeat, !!motionArgs.forward,\n !!motionArgs.wordEnd, !!motionArgs.bigWord);\n },\n moveTillCharacter: function(cm, motionArgs) {\n var repeat = motionArgs.repeat;\n var curEnd = moveToCharacter(cm, repeat, motionArgs.forward,\n motionArgs.selectedCharacter);\n var increment = motionArgs.forward ? -1 : 1;\n recordLastCharacterSearch(increment, motionArgs);\n if (!curEnd) return null;\n curEnd.ch += increment;\n return curEnd;\n },\n moveToCharacter: function(cm, motionArgs) {\n var repeat = motionArgs.repeat;\n recordLastCharacterSearch(0, motionArgs);\n return moveToCharacter(cm, repeat, motionArgs.forward,\n motionArgs.selectedCharacter) || cm.getCursor();\n },\n moveToSymbol: function(cm, motionArgs) {\n var repeat = motionArgs.repeat;\n return findSymbol(cm, repeat, motionArgs.forward,\n motionArgs.selectedCharacter) || cm.getCursor();\n },\n moveToColumn: function(cm, motionArgs, vim) {\n var repeat = motionArgs.repeat;\n // repeat is equivalent to which column we want to move to!\n vim.lastHPos = repeat - 1;\n vim.lastHSPos = cm.charCoords(cm.getCursor(),'div').left;\n return moveToColumn(cm, repeat);\n },\n moveToEol: function(cm, motionArgs, vim) {\n var cur = cm.getCursor();\n vim.lastHPos = Infinity;\n var retval= Pos(cur.line + motionArgs.repeat - 1, Infinity);\n var end=cm.clipPos(retval);\n end.ch--;\n vim.lastHSPos = cm.charCoords(end,'div').left;\n return retval;\n },\n moveToFirstNonWhiteSpaceCharacter: function(cm) {\n // Go to the start of the line where the text begins, or the end for\n // whitespace-only lines\n var cursor = cm.getCursor();\n return Pos(cursor.line,\n findFirstNonWhiteSpaceCharacter(cm.getLine(cursor.line)));\n },\n moveToMatchedSymbol: function(cm) {\n var cursor = cm.getCursor();\n var line = cursor.line;\n var ch = cursor.ch;\n var lineText = cm.getLine(line);\n var symbol;\n do {\n symbol = lineText.charAt(ch++);\n if (symbol && isMatchableSymbol(symbol)) {\n var style = cm.getTokenTypeAt(Pos(line, ch));\n if (style !== \"string\" && style !== \"comment\") {\n break;\n }\n }\n } while (symbol);\n if (symbol) {\n var matched = cm.findMatchingBracket(Pos(line, ch));\n return matched.to;\n } else {\n return cursor;\n }\n },\n moveToStartOfLine: function(cm) {\n var cursor = cm.getCursor();\n return Pos(cursor.line, 0);\n },\n moveToLineOrEdgeOfDocument: function(cm, motionArgs) {\n var lineNum = motionArgs.forward ? cm.lastLine() : cm.firstLine();\n if (motionArgs.repeatIsExplicit) {\n lineNum = motionArgs.repeat - cm.getOption('firstLineNumber');\n }\n return Pos(lineNum,\n findFirstNonWhiteSpaceCharacter(cm.getLine(lineNum)));\n },\n textObjectManipulation: function(cm, motionArgs) {\n // TODO: lots of possible exceptions that can be thrown here. Try da(\n // outside of a () block.\n\n // TODO: adding <> >< to this map doesn't work, presumably because\n // they're operators\n var mirroredPairs = {'(': ')', ')': '(',\n '{': '}', '}': '{',\n '[': ']', ']': '['};\n var selfPaired = {'\\'': true, '\"': true};\n\n var character = motionArgs.selectedCharacter;\n // 'b' refers to '()' block.\n // 'B' refers to '{}' block.\n if (character == 'b') {\n character = '(';\n } else if (character == 'B') {\n character = '{';\n }\n\n // Inclusive is the difference between a and i\n // TODO: Instead of using the additional text object map to perform text\n // object operations, merge the map into the defaultKeyMap and use\n // motionArgs to define behavior. Define separate entries for 'aw',\n // 'iw', 'a[', 'i[', etc.\n var inclusive = !motionArgs.textObjectInner;\n\n var tmp;\n if (mirroredPairs[character]) {\n tmp = selectCompanionObject(cm, character, inclusive);\n } else if (selfPaired[character]) {\n tmp = findBeginningAndEnd(cm, character, inclusive);\n } else if (character === 'W') {\n tmp = expandWordUnderCursor(cm, inclusive, true /** forward */,\n true /** bigWord */);\n } else if (character === 'w') {\n tmp = expandWordUnderCursor(cm, inclusive, true /** forward */,\n false /** bigWord */);\n } else {\n // No text object defined for this, don't move.\n return null;\n }\n\n return [tmp.start, tmp.end];\n },\n\n repeatLastCharacterSearch: function(cm, motionArgs) {\n var lastSearch = vimGlobalState.lastChararacterSearch;\n var repeat = motionArgs.repeat;\n var forward = motionArgs.forward === lastSearch.forward;\n var increment = (lastSearch.increment ? 1 : 0) * (forward ? -1 : 1);\n cm.moveH(-increment, 'char');\n motionArgs.inclusive = forward ? true : false;\n var curEnd = moveToCharacter(cm, repeat, forward, lastSearch.selectedCharacter);\n if (!curEnd) {\n cm.moveH(increment, 'char');\n return cm.getCursor();\n }\n curEnd.ch += increment;\n return curEnd;\n }\n };\n\n var operators = {\n change: function(cm, operatorArgs, _vim, curStart, curEnd) {\n vimGlobalState.registerController.pushText(\n operatorArgs.registerName, 'change', cm.getRange(curStart, curEnd),\n operatorArgs.linewise);\n if (operatorArgs.linewise) {\n // Push the next line back down, if there is a next line.\n var replacement = curEnd.line > cm.lastLine() ? '' : '\\n';\n cm.replaceRange(replacement, curStart, curEnd);\n cm.indentLine(curStart.line, 'smart');\n // null ch so setCursor moves to end of line.\n curStart.ch = null;\n } else {\n // Exclude trailing whitespace if the range is not all whitespace.\n var text = cm.getRange(curStart, curEnd);\n if (!isWhiteSpaceString(text)) {\n var match = (/\\s+$/).exec(text);\n if (match) {\n curEnd = offsetCursor(curEnd, 0, - match[0].length);\n }\n }\n cm.replaceRange('', curStart, curEnd);\n }\n actions.enterInsertMode(cm, {}, cm.state.vim);\n cm.setCursor(curStart);\n },\n // delete is a javascript keyword.\n 'delete': function(cm, operatorArgs, _vim, curStart, curEnd) {\n // If the ending line is past the last line, inclusive, instead of\n // including the trailing \\n, include the \\n before the starting line\n if (operatorArgs.linewise &&\n curEnd.line > cm.lastLine() && curStart.line > cm.firstLine()) {\n curStart.line--;\n curStart.ch = lineLength(cm, curStart.line);\n }\n vimGlobalState.registerController.pushText(\n operatorArgs.registerName, 'delete', cm.getRange(curStart, curEnd),\n operatorArgs.linewise);\n cm.replaceRange('', curStart, curEnd);\n if (operatorArgs.linewise) {\n cm.setCursor(motions.moveToFirstNonWhiteSpaceCharacter(cm));\n } else {\n cm.setCursor(curStart);\n }\n },\n indent: function(cm, operatorArgs, vim, curStart, curEnd) {\n var startLine = curStart.line;\n var endLine = curEnd.line;\n // In visual mode, n> shifts the selection right n times, instead of\n // shifting n lines right once.\n var repeat = (vim.visualMode) ? operatorArgs.repeat : 1;\n if (operatorArgs.linewise) {\n // The only way to delete a newline is to delete until the start of\n // the next line, so in linewise mode evalInput will include the next\n // line. We don't want this in indent, so we go back a line.\n endLine--;\n }\n for (var i = startLine; i <= endLine; i++) {\n for (var j = 0; j < repeat; j++) {\n cm.indentLine(i, operatorArgs.indentRight);\n }\n }\n cm.setCursor(curStart);\n cm.setCursor(motions.moveToFirstNonWhiteSpaceCharacter(cm));\n },\n swapcase: function(cm, operatorArgs, _vim, curStart, curEnd, curOriginal) {\n var toSwap = cm.getRange(curStart, curEnd);\n var swapped = '';\n for (var i = 0; i < toSwap.length; i++) {\n var character = toSwap.charAt(i);\n swapped += isUpperCase(character) ? character.toLowerCase() :\n character.toUpperCase();\n }\n cm.replaceRange(swapped, curStart, curEnd);\n if (!operatorArgs.shouldMoveCursor) {\n cm.setCursor(curOriginal);\n }\n },\n yank: function(cm, operatorArgs, _vim, curStart, curEnd, curOriginal) {\n vimGlobalState.registerController.pushText(\n operatorArgs.registerName, 'yank',\n cm.getRange(curStart, curEnd), operatorArgs.linewise);\n cm.setCursor(curOriginal);\n }\n };\n\n var actions = {\n jumpListWalk: function(cm, actionArgs, vim) {\n if (vim.visualMode) {\n return;\n }\n var repeat = actionArgs.repeat;\n var forward = actionArgs.forward;\n var jumpList = vimGlobalState.jumpList;\n\n var mark = jumpList.move(cm, forward ? repeat : -repeat);\n var markPos = mark ? mark.find() : undefined;\n markPos = markPos ? markPos : cm.getCursor();\n cm.setCursor(markPos);\n },\n scroll: function(cm, actionArgs, vim) {\n if (vim.visualMode) {\n return;\n }\n var repeat = actionArgs.repeat || 1;\n var lineHeight = cm.defaultTextHeight();\n var top = cm.getScrollInfo().top;\n var delta = lineHeight * repeat;\n var newPos = actionArgs.forward ? top + delta : top - delta;\n var cursor = copyCursor(cm.getCursor());\n var cursorCoords = cm.charCoords(cursor, 'local');\n if (actionArgs.forward) {\n if (newPos > cursorCoords.top) {\n cursor.line += (newPos - cursorCoords.top) / lineHeight;\n cursor.line = Math.ceil(cursor.line);\n cm.setCursor(cursor);\n cursorCoords = cm.charCoords(cursor, 'local');\n cm.scrollTo(null, cursorCoords.top);\n } else {\n // Cursor stays within bounds. Just reposition the scroll window.\n cm.scrollTo(null, newPos);\n }\n } else {\n var newBottom = newPos + cm.getScrollInfo().clientHeight;\n if (newBottom < cursorCoords.bottom) {\n cursor.line -= (cursorCoords.bottom - newBottom) / lineHeight;\n cursor.line = Math.floor(cursor.line);\n cm.setCursor(cursor);\n cursorCoords = cm.charCoords(cursor, 'local');\n cm.scrollTo(\n null, cursorCoords.bottom - cm.getScrollInfo().clientHeight);\n } else {\n // Cursor stays within bounds. Just reposition the scroll window.\n cm.scrollTo(null, newPos);\n }\n }\n },\n scrollToCursor: function(cm, actionArgs) {\n var lineNum = cm.getCursor().line;\n var charCoords = cm.charCoords(Pos(lineNum, 0), 'local');\n var height = cm.getScrollInfo().clientHeight;\n var y = charCoords.top;\n var lineHeight = charCoords.bottom - y;\n switch (actionArgs.position) {\n case 'center': y = y - (height / 2) + lineHeight;\n break;\n case 'bottom': y = y - height + lineHeight*1.4;\n break;\n case 'top': y = y + lineHeight*0.4;\n break;\n }\n cm.scrollTo(null, y);\n },\n replayMacro: function(cm, actionArgs, vim) {\n var registerName = actionArgs.selectedCharacter;\n var repeat = actionArgs.repeat;\n var macroModeState = vimGlobalState.macroModeState;\n if (registerName == '@') {\n registerName = macroModeState.latestRegister;\n }\n while(repeat--){\n executeMacroRegister(cm, vim, macroModeState, registerName);\n }\n },\n enterMacroRecordMode: function(cm, actionArgs) {\n var macroModeState = vimGlobalState.macroModeState;\n var registerName = actionArgs.selectedCharacter;\n macroModeState.enterMacroRecordMode(cm, registerName);\n },\n enterInsertMode: function(cm, actionArgs, vim) {\n if (cm.getOption('readOnly')) { return; }\n vim.insertMode = true;\n vim.insertModeRepeat = actionArgs && actionArgs.repeat || 1;\n var insertAt = (actionArgs) ? actionArgs.insertAt : null;\n if (insertAt == 'eol') {\n var cursor = cm.getCursor();\n cursor = Pos(cursor.line, lineLength(cm, cursor.line));\n cm.setCursor(cursor);\n } else if (insertAt == 'charAfter') {\n cm.setCursor(offsetCursor(cm.getCursor(), 0, 1));\n } else if (insertAt == 'firstNonBlank') {\n cm.setCursor(motions.moveToFirstNonWhiteSpaceCharacter(cm));\n }\n cm.setOption('keyMap', 'vim-insert');\n cm.setOption('disableInput', false);\n if (actionArgs && actionArgs.replace) {\n // Handle Replace-mode as a special case of insert mode.\n cm.toggleOverwrite(true);\n cm.setOption('keyMap', 'vim-replace');\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"replace\"});\n } else {\n cm.setOption('keyMap', 'vim-insert');\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"insert\"});\n }\n if (!vimGlobalState.macroModeState.isPlaying) {\n // Only record if not replaying.\n cm.on('change', onChange);\n CodeMirror.on(cm.getInputField(), 'keydown', onKeyEventTargetKeyDown);\n }\n },\n toggleVisualMode: function(cm, actionArgs, vim) {\n var repeat = actionArgs.repeat;\n var curStart = cm.getCursor();\n var curEnd;\n // TODO: The repeat should actually select number of characters/lines\n // equal to the repeat times the size of the previous visual\n // operation.\n if (!vim.visualMode) {\n cm.on('mousedown', exitVisualMode);\n vim.visualMode = true;\n vim.visualLine = !!actionArgs.linewise;\n if (vim.visualLine) {\n curStart.ch = 0;\n curEnd = clipCursorToContent(\n cm, Pos(curStart.line + repeat - 1, lineLength(cm, curStart.line)),\n true /** includeLineBreak */);\n } else {\n curEnd = clipCursorToContent(\n cm, Pos(curStart.line, curStart.ch + repeat),\n true /** includeLineBreak */);\n }\n // Make the initial selection.\n if (!actionArgs.repeatIsExplicit && !vim.visualLine) {\n // This is a strange case. Here the implicit repeat is 1. The\n // following commands lets the cursor hover over the 1 character\n // selection.\n cm.setCursor(curEnd);\n cm.setSelection(curEnd, curStart);\n } else {\n cm.setSelection(curStart, curEnd);\n }\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"visual\", subMode: vim.visualLine ? \"linewise\" : \"\"});\n } else {\n curStart = cm.getCursor('anchor');\n curEnd = cm.getCursor('head');\n if (!vim.visualLine && actionArgs.linewise) {\n // Shift-V pressed in characterwise visual mode. Switch to linewise\n // visual mode instead of exiting visual mode.\n vim.visualLine = true;\n curStart.ch = cursorIsBefore(curStart, curEnd) ? 0 :\n lineLength(cm, curStart.line);\n curEnd.ch = cursorIsBefore(curStart, curEnd) ?\n lineLength(cm, curEnd.line) : 0;\n cm.setSelection(curStart, curEnd);\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"visual\", subMode: \"linewise\"});\n } else if (vim.visualLine && !actionArgs.linewise) {\n // v pressed in linewise visual mode. Switch to characterwise visual\n // mode instead of exiting visual mode.\n vim.visualLine = false;\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"visual\"});\n } else {\n exitVisualMode(cm);\n }\n }\n updateMark(cm, vim, '<', cursorIsBefore(curStart, curEnd) ? curStart\n : curEnd);\n updateMark(cm, vim, '>', cursorIsBefore(curStart, curEnd) ? curEnd\n : curStart);\n },\n reselectLastSelection: function(cm, _actionArgs, vim) {\n if (vim.lastSelection) {\n var lastSelection = vim.lastSelection;\n cm.setSelection(lastSelection.curStart, lastSelection.curEnd);\n if (lastSelection.visualLine) {\n vim.visualMode = true;\n vim.visualLine = true;\n }\n else {\n vim.visualMode = true;\n vim.visualLine = false;\n }\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"visual\", subMode: vim.visualLine ? \"linewise\" : \"\"});\n }\n },\n joinLines: function(cm, actionArgs, vim) {\n var curStart, curEnd;\n if (vim.visualMode) {\n curStart = cm.getCursor('anchor');\n curEnd = cm.getCursor('head');\n curEnd.ch = lineLength(cm, curEnd.line) - 1;\n } else {\n // Repeat is the number of lines to join. Minimum 2 lines.\n var repeat = Math.max(actionArgs.repeat, 2);\n curStart = cm.getCursor();\n curEnd = clipCursorToContent(cm, Pos(curStart.line + repeat - 1,\n Infinity));\n }\n var finalCh = 0;\n cm.operation(function() {\n for (var i = curStart.line; i < curEnd.line; i++) {\n finalCh = lineLength(cm, curStart.line);\n var tmp = Pos(curStart.line + 1,\n lineLength(cm, curStart.line + 1));\n var text = cm.getRange(curStart, tmp);\n text = text.replace(/\\n\\s*/g, ' ');\n cm.replaceRange(text, curStart, tmp);\n }\n var curFinalPos = Pos(curStart.line, finalCh);\n cm.setCursor(curFinalPos);\n });\n },\n newLineAndEnterInsertMode: function(cm, actionArgs, vim) {\n vim.insertMode = true;\n var insertAt = copyCursor(cm.getCursor());\n if (insertAt.line === cm.firstLine() && !actionArgs.after) {\n // Special case for inserting newline before start of document.\n cm.replaceRange('\\n', Pos(cm.firstLine(), 0));\n cm.setCursor(cm.firstLine(), 0);\n } else {\n insertAt.line = (actionArgs.after) ? insertAt.line :\n insertAt.line - 1;\n insertAt.ch = lineLength(cm, insertAt.line);\n cm.setCursor(insertAt);\n var newlineFn = CodeMirror.commands.newlineAndIndentContinueComment ||\n CodeMirror.commands.newlineAndIndent;\n newlineFn(cm);\n }\n this.enterInsertMode(cm, { repeat: actionArgs.repeat }, vim);\n },\n paste: function(cm, actionArgs) {\n var cur = copyCursor(cm.getCursor());\n var register = vimGlobalState.registerController.getRegister(\n actionArgs.registerName);\n var text = register.toString();\n if (!text) {\n return;\n }\n if (actionArgs.matchIndent) {\n // length that considers tabs and cm.options.tabSize\n var whitespaceLength = function(str) {\n var tabs = (str.split(\"\\t\").length - 1);\n var spaces = (str.split(\" \").length - 1);\n return tabs * cm.options.tabSize + spaces * 1;\n };\n var currentLine = cm.getLine(cm.getCursor().line);\n var indent = whitespaceLength(currentLine.match(/^\\s*/)[0]);\n // chomp last newline b/c don't want it to match /^\\s*/gm\n var chompedText = text.replace(/\\n$/, '');\n var wasChomped = text !== chompedText;\n var firstIndent = whitespaceLength(text.match(/^\\s*/)[0]);\n var text = chompedText.replace(/^\\s*/gm, function(wspace) {\n var newIndent = indent + (whitespaceLength(wspace) - firstIndent);\n if (newIndent < 0) {\n return \"\";\n }\n else if (cm.options.indentWithTabs) {\n var quotient = Math.floor(newIndent / cm.options.tabSize);\n return Array(quotient + 1).join('\\t');\n }\n else {\n return Array(newIndent + 1).join(' ');\n }\n });\n text += wasChomped ? \"\\n\" : \"\";\n }\n if (actionArgs.repeat > 1) {\n var text = Array(actionArgs.repeat + 1).join(text);\n }\n var linewise = register.linewise;\n if (linewise) {\n if (actionArgs.after) {\n // Move the newline at the end to the start instead, and paste just\n // before the newline character of the line we are on right now.\n text = '\\n' + text.slice(0, text.length - 1);\n cur.ch = lineLength(cm, cur.line);\n } else {\n cur.ch = 0;\n }\n } else {\n cur.ch += actionArgs.after ? 1 : 0;\n }\n cm.replaceRange(text, cur);\n // Now fine tune the cursor to where we want it.\n var curPosFinal;\n var idx;\n if (linewise && actionArgs.after) {\n curPosFinal = Pos(\n cur.line + 1,\n findFirstNonWhiteSpaceCharacter(cm.getLine(cur.line + 1)));\n } else if (linewise && !actionArgs.after) {\n curPosFinal = Pos(\n cur.line,\n findFirstNonWhiteSpaceCharacter(cm.getLine(cur.line)));\n } else if (!linewise && actionArgs.after) {\n idx = cm.indexFromPos(cur);\n curPosFinal = cm.posFromIndex(idx + text.length - 1);\n } else {\n idx = cm.indexFromPos(cur);\n curPosFinal = cm.posFromIndex(idx + text.length);\n }\n cm.setCursor(curPosFinal);\n },\n undo: function(cm, actionArgs) {\n cm.operation(function() {\n repeatFn(cm, CodeMirror.commands.undo, actionArgs.repeat)();\n cm.setCursor(cm.getCursor('anchor'));\n });\n },\n redo: function(cm, actionArgs) {\n repeatFn(cm, CodeMirror.commands.redo, actionArgs.repeat)();\n },\n setRegister: function(_cm, actionArgs, vim) {\n vim.inputState.registerName = actionArgs.selectedCharacter;\n },\n setMark: function(cm, actionArgs, vim) {\n var markName = actionArgs.selectedCharacter;\n updateMark(cm, vim, markName, cm.getCursor());\n },\n replace: function(cm, actionArgs, vim) {\n var replaceWith = actionArgs.selectedCharacter;\n var curStart = cm.getCursor();\n var replaceTo;\n var curEnd;\n if (vim.visualMode){\n curStart=cm.getCursor('start');\n curEnd=cm.getCursor('end');\n // workaround to catch the character under the cursor\n // existing workaround doesn't cover actions\n curEnd=cm.clipPos(Pos(curEnd.line, curEnd.ch+1));\n }else{\n var line = cm.getLine(curStart.line);\n replaceTo = curStart.ch + actionArgs.repeat;\n if (replaceTo > line.length) {\n replaceTo=line.length;\n }\n curEnd = Pos(curStart.line, replaceTo);\n }\n if (replaceWith=='\\n'){\n if (!vim.visualMode) cm.replaceRange('', curStart, curEnd);\n // special case, where vim help says to replace by just one line-break\n (CodeMirror.commands.newlineAndIndentContinueComment || CodeMirror.commands.newlineAndIndent)(cm);\n }else {\n var replaceWithStr=cm.getRange(curStart, curEnd);\n //replace all characters in range by selected, but keep linebreaks\n replaceWithStr=replaceWithStr.replace(/[^\\n]/g,replaceWith);\n cm.replaceRange(replaceWithStr, curStart, curEnd);\n if (vim.visualMode){\n cm.setCursor(curStart);\n exitVisualMode(cm);\n }else{\n cm.setCursor(offsetCursor(curEnd, 0, -1));\n }\n }\n },\n incrementNumberToken: function(cm, actionArgs) {\n var cur = cm.getCursor();\n var lineStr = cm.getLine(cur.line);\n var re = /-?\\d+/g;\n var match;\n var start;\n var end;\n var numberStr;\n var token;\n while ((match = re.exec(lineStr)) !== null) {\n token = match[0];\n start = match.index;\n end = start + token.length;\n if (cur.ch < end)break;\n }\n if (!actionArgs.backtrack && (end <= cur.ch))return;\n if (token) {\n var increment = actionArgs.increase ? 1 : -1;\n var number = parseInt(token) + (increment * actionArgs.repeat);\n var from = Pos(cur.line, start);\n var to = Pos(cur.line, end);\n numberStr = number.toString();\n cm.replaceRange(numberStr, from, to);\n } else {\n return;\n }\n cm.setCursor(Pos(cur.line, start + numberStr.length - 1));\n },\n repeatLastEdit: function(cm, actionArgs, vim) {\n var lastEditInputState = vim.lastEditInputState;\n if (!lastEditInputState) { return; }\n var repeat = actionArgs.repeat;\n if (repeat && actionArgs.repeatIsExplicit) {\n vim.lastEditInputState.repeatOverride = repeat;\n } else {\n repeat = vim.lastEditInputState.repeatOverride || repeat;\n }\n repeatLastEdit(cm, vim, repeat, false /** repeatForInsert */);\n },\n changeCase: function(cm, actionArgs, vim) {\n var selectedAreaRange = getSelectedAreaRange(cm, vim);\n var selectionStart = selectedAreaRange[0];\n var selectionEnd = selectedAreaRange[1];\n var toLower = actionArgs.toLower;\n if (cursorIsBefore(selectionEnd, selectionStart)) {\n var tmp = selectionStart;\n selectionStart = selectionEnd;\n selectionEnd = tmp;\n } else {\n selectionEnd = cm.clipPos(Pos(selectionEnd.line, selectionEnd.ch+1));\n }\n var text = cm.getRange(selectionStart, selectionEnd);\n cm.replaceRange(toLower ? text.toLowerCase() : text.toUpperCase(), selectionStart, selectionEnd);\n cm.setCursor(selectionStart);\n }\n };\n\n /*\n * Below are miscellaneous utility functions used by vim.js\n */\n\n /**\n * Clips cursor to ensure that line is within the buffer's range\n * If includeLineBreak is true, then allow cur.ch == lineLength.\n */\n function clipCursorToContent(cm, cur, includeLineBreak) {\n var line = Math.min(Math.max(cm.firstLine(), cur.line), cm.lastLine() );\n var maxCh = lineLength(cm, line) - 1;\n maxCh = (includeLineBreak) ? maxCh + 1 : maxCh;\n var ch = Math.min(Math.max(0, cur.ch), maxCh);\n return Pos(line, ch);\n }\n function copyArgs(args) {\n var ret = {};\n for (var prop in args) {\n if (args.hasOwnProperty(prop)) {\n ret[prop] = args[prop];\n }\n }\n return ret;\n }\n function offsetCursor(cur, offsetLine, offsetCh) {\n return Pos(cur.line + offsetLine, cur.ch + offsetCh);\n }\n function matchKeysPartial(pressed, mapped) {\n for (var i = 0; i < pressed.length; i++) {\n // 'character' means any character. For mark, register commads, etc.\n if (pressed[i] != mapped[i] && mapped[i] != 'character') {\n return false;\n }\n }\n return true;\n }\n function repeatFn(cm, fn, repeat) {\n return function() {\n for (var i = 0; i < repeat; i++) {\n fn(cm);\n }\n };\n }\n function copyCursor(cur) {\n return Pos(cur.line, cur.ch);\n }\n function cursorEqual(cur1, cur2) {\n return cur1.ch == cur2.ch && cur1.line == cur2.line;\n }\n function cursorIsBefore(cur1, cur2) {\n if (cur1.line < cur2.line) {\n return true;\n }\n if (cur1.line == cur2.line && cur1.ch < cur2.ch) {\n return true;\n }\n return false;\n }\n function cusrorIsBetween(cur1, cur2, cur3) {\n // returns true if cur2 is between cur1 and cur3.\n var cur1before2 = cursorIsBefore(cur1, cur2);\n var cur2before3 = cursorIsBefore(cur2, cur3);\n return cur1before2 && cur2before3;\n }\n function lineLength(cm, lineNum) {\n return cm.getLine(lineNum).length;\n }\n function reverse(s){\n return s.split('').reverse().join('');\n }\n function trim(s) {\n if (s.trim) {\n return s.trim();\n }\n return s.replace(/^\\s+|\\s+$/g, '');\n }\n function escapeRegex(s) {\n return s.replace(/([.?*+$\\[\\]\\/\\\\(){}|\\-])/g, '\\\\$1');\n }\n function getSelectedAreaRange(cm, vim) {\n var selectionStart = cm.getCursor('anchor');\n var selectionEnd = cm.getCursor('head');\n var lastSelection = vim.lastSelection;\n if (!vim.visualMode) {\n var line = lastSelection.curEnd.line - lastSelection.curStart.line;\n var ch = line ? lastSelection.curEnd.ch : lastSelection.curEnd.ch - lastSelection.curStart.ch;\n selectionEnd = {line: selectionEnd.line + line, ch: line ? selectionEnd.ch : ch + selectionEnd.ch};\n if (lastSelection.visualLine) {\n return [{line: selectionStart.line, ch: 0}, {line: selectionEnd.line, ch: lineLength(cm, selectionEnd.line)}];\n }\n } else {\n exitVisualMode(cm);\n }\n return [selectionStart, selectionEnd];\n }\n\n function exitVisualMode(cm) {\n cm.off('mousedown', exitVisualMode);\n var vim = cm.state.vim;\n // can't use selection state here because yank has already reset its cursor\n vim.lastSelection = {'curStart': vim.marks['<'].find(),\n 'curEnd': vim.marks['>'].find(), 'visualMode': vim.visualMode,\n 'visualLine': vim.visualLine};\n vim.visualMode = false;\n vim.visualLine = false;\n var selectionStart = cm.getCursor('anchor');\n var selectionEnd = cm.getCursor('head');\n if (!cursorEqual(selectionStart, selectionEnd)) {\n // Clear the selection and set the cursor only if the selection has not\n // already been cleared. Otherwise we risk moving the cursor somewhere\n // it's not supposed to be.\n cm.setCursor(clipCursorToContent(cm, selectionEnd));\n }\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"normal\"});\n }\n\n // Remove any trailing newlines from the selection. For\n // example, with the caret at the start of the last word on the line,\n // 'dw' should word, but not the newline, while 'w' should advance the\n // caret to the first character of the next line.\n function clipToLine(cm, curStart, curEnd) {\n var selection = cm.getRange(curStart, curEnd);\n // Only clip if the selection ends with trailing newline + whitespace\n if (/\\n\\s*$/.test(selection)) {\n var lines = selection.split('\\n');\n // We know this is all whitepsace.\n lines.pop();\n\n // Cases:\n // 1. Last word is an empty line - do not clip the trailing '\\n'\n // 2. Last word is not an empty line - clip the trailing '\\n'\n var line;\n // Find the line containing the last word, and clip all whitespace up\n // to it.\n for (var line = lines.pop(); lines.length > 0 && line && isWhiteSpaceString(line); line = lines.pop()) {\n curEnd.line--;\n curEnd.ch = 0;\n }\n // If the last word is not an empty line, clip an additional newline\n if (line) {\n curEnd.line--;\n curEnd.ch = lineLength(cm, curEnd.line);\n } else {\n curEnd.ch = 0;\n }\n }\n }\n\n // Expand the selection to line ends.\n function expandSelectionToLine(_cm, curStart, curEnd) {\n curStart.ch = 0;\n curEnd.ch = 0;\n curEnd.line++;\n }\n\n function findFirstNonWhiteSpaceCharacter(text) {\n if (!text) {\n return 0;\n }\n var firstNonWS = text.search(/\\S/);\n return firstNonWS == -1 ? text.length : firstNonWS;\n }\n\n function expandWordUnderCursor(cm, inclusive, _forward, bigWord, noSymbol) {\n var cur = cm.getCursor();\n var line = cm.getLine(cur.line);\n var idx = cur.ch;\n\n // Seek to first word or non-whitespace character, depending on if\n // noSymbol is true.\n var textAfterIdx = line.substring(idx);\n var firstMatchedChar;\n if (noSymbol) {\n firstMatchedChar = textAfterIdx.search(/\\w/);\n } else {\n firstMatchedChar = textAfterIdx.search(/\\S/);\n }\n if (firstMatchedChar == -1) {\n return null;\n }\n idx += firstMatchedChar;\n textAfterIdx = line.substring(idx);\n var textBeforeIdx = line.substring(0, idx);\n\n var matchRegex;\n // Greedy matchers for the \"word\" we are trying to expand.\n if (bigWord) {\n matchRegex = /^\\S+/;\n } else {\n if ((/\\w/).test(line.charAt(idx))) {\n matchRegex = /^\\w+/;\n } else {\n matchRegex = /^[^\\w\\s]+/;\n }\n }\n\n var wordAfterRegex = matchRegex.exec(textAfterIdx);\n var wordStart = idx;\n var wordEnd = idx + wordAfterRegex[0].length;\n // TODO: Find a better way to do this. It will be slow on very long lines.\n var revTextBeforeIdx = reverse(textBeforeIdx);\n var wordBeforeRegex = matchRegex.exec(revTextBeforeIdx);\n if (wordBeforeRegex) {\n wordStart -= wordBeforeRegex[0].length;\n }\n\n if (inclusive) {\n // If present, trim all whitespace after word.\n // Otherwise, trim all whitespace before word.\n var textAfterWordEnd = line.substring(wordEnd);\n var whitespacesAfterWord = textAfterWordEnd.match(/^\\s*/)[0].length;\n if (whitespacesAfterWord > 0) {\n wordEnd += whitespacesAfterWord;\n } else {\n var revTrim = revTextBeforeIdx.length - wordStart;\n var textBeforeWordStart = revTextBeforeIdx.substring(revTrim);\n var whitespacesBeforeWord = textBeforeWordStart.match(/^\\s*/)[0].length;\n wordStart -= whitespacesBeforeWord;\n }\n }\n\n return { start: Pos(cur.line, wordStart),\n end: Pos(cur.line, wordEnd) };\n }\n\n function recordJumpPosition(cm, oldCur, newCur) {\n if (!cursorEqual(oldCur, newCur)) {\n vimGlobalState.jumpList.add(cm, oldCur, newCur);\n }\n }\n\n function recordLastCharacterSearch(increment, args) {\n vimGlobalState.lastChararacterSearch.increment = increment;\n vimGlobalState.lastChararacterSearch.forward = args.forward;\n vimGlobalState.lastChararacterSearch.selectedCharacter = args.selectedCharacter;\n }\n\n var symbolToMode = {\n '(': 'bracket', ')': 'bracket', '{': 'bracket', '}': 'bracket',\n '[': 'section', ']': 'section',\n '*': 'comment', '/': 'comment',\n 'm': 'method', 'M': 'method',\n '#': 'preprocess'\n };\n var findSymbolModes = {\n bracket: {\n isComplete: function(state) {\n if (state.nextCh === state.symb) {\n state.depth++;\n if (state.depth >= 1)return true;\n } else if (state.nextCh === state.reverseSymb) {\n state.depth--;\n }\n return false;\n }\n },\n section: {\n init: function(state) {\n state.curMoveThrough = true;\n state.symb = (state.forward ? ']' : '[') === state.symb ? '{' : '}';\n },\n isComplete: function(state) {\n return state.index === 0 && state.nextCh === state.symb;\n }\n },\n comment: {\n isComplete: function(state) {\n var found = state.lastCh === '*' && state.nextCh === '/';\n state.lastCh = state.nextCh;\n return found;\n }\n },\n // TODO: The original Vim implementation only operates on level 1 and 2.\n // The current implementation doesn't check for code block level and\n // therefore it operates on any levels.\n method: {\n init: function(state) {\n state.symb = (state.symb === 'm' ? '{' : '}');\n state.reverseSymb = state.symb === '{' ? '}' : '{';\n },\n isComplete: function(state) {\n if (state.nextCh === state.symb)return true;\n return false;\n }\n },\n preprocess: {\n init: function(state) {\n state.index = 0;\n },\n isComplete: function(state) {\n if (state.nextCh === '#') {\n var token = state.lineText.match(/#(\\w+)/)[1];\n if (token === 'endif') {\n if (state.forward && state.depth === 0) {\n return true;\n }\n state.depth++;\n } else if (token === 'if') {\n if (!state.forward && state.depth === 0) {\n return true;\n }\n state.depth--;\n }\n if (token === 'else' && state.depth === 0)return true;\n }\n return false;\n }\n }\n };\n function findSymbol(cm, repeat, forward, symb) {\n var cur = copyCursor(cm.getCursor());\n var increment = forward ? 1 : -1;\n var endLine = forward ? cm.lineCount() : -1;\n var curCh = cur.ch;\n var line = cur.line;\n var lineText = cm.getLine(line);\n var state = {\n lineText: lineText,\n nextCh: lineText.charAt(curCh),\n lastCh: null,\n index: curCh,\n symb: symb,\n reverseSymb: (forward ? { ')': '(', '}': '{' } : { '(': ')', '{': '}' })[symb],\n forward: forward,\n depth: 0,\n curMoveThrough: false\n };\n var mode = symbolToMode[symb];\n if (!mode)return cur;\n var init = findSymbolModes[mode].init;\n var isComplete = findSymbolModes[mode].isComplete;\n if (init) { init(state); }\n while (line !== endLine && repeat) {\n state.index += increment;\n state.nextCh = state.lineText.charAt(state.index);\n if (!state.nextCh) {\n line += increment;\n state.lineText = cm.getLine(line) || '';\n if (increment > 0) {\n state.index = 0;\n } else {\n var lineLen = state.lineText.length;\n state.index = (lineLen > 0) ? (lineLen-1) : 0;\n }\n state.nextCh = state.lineText.charAt(state.index);\n }\n if (isComplete(state)) {\n cur.line = line;\n cur.ch = state.index;\n repeat--;\n }\n }\n if (state.nextCh || state.curMoveThrough) {\n return Pos(line, state.index);\n }\n return cur;\n }\n\n /*\n * Returns the boundaries of the next word. If the cursor in the middle of\n * the word, then returns the boundaries of the current word, starting at\n * the cursor. If the cursor is at the start/end of a word, and we are going\n * forward/backward, respectively, find the boundaries of the next word.\n *\n * @param {CodeMirror} cm CodeMirror object.\n * @param {Cursor} cur The cursor position.\n * @param {boolean} forward True to search forward. False to search\n * backward.\n * @param {boolean} bigWord True if punctuation count as part of the word.\n * False if only [a-zA-Z0-9] characters count as part of the word.\n * @param {boolean} emptyLineIsWord True if empty lines should be treated\n * as words.\n * @return {Object{from:number, to:number, line: number}} The boundaries of\n * the word, or null if there are no more words.\n */\n function findWord(cm, cur, forward, bigWord, emptyLineIsWord) {\n var lineNum = cur.line;\n var pos = cur.ch;\n var line = cm.getLine(lineNum);\n var dir = forward ? 1 : -1;\n var regexps = bigWord ? bigWordRegexp : wordRegexp;\n\n if (emptyLineIsWord && line == '') {\n lineNum += dir;\n line = cm.getLine(lineNum);\n if (!isLine(cm, lineNum)) {\n return null;\n }\n pos = (forward) ? 0 : line.length;\n }\n\n while (true) {\n if (emptyLineIsWord && line == '') {\n return { from: 0, to: 0, line: lineNum };\n }\n var stop = (dir > 0) ? line.length : -1;\n var wordStart = stop, wordEnd = stop;\n // Find bounds of next word.\n while (pos != stop) {\n var foundWord = false;\n for (var i = 0; i < regexps.length && !foundWord; ++i) {\n if (regexps[i].test(line.charAt(pos))) {\n wordStart = pos;\n // Advance to end of word.\n while (pos != stop && regexps[i].test(line.charAt(pos))) {\n pos += dir;\n }\n wordEnd = pos;\n foundWord = wordStart != wordEnd;\n if (wordStart == cur.ch && lineNum == cur.line &&\n wordEnd == wordStart + dir) {\n // We started at the end of a word. Find the next one.\n continue;\n } else {\n return {\n from: Math.min(wordStart, wordEnd + 1),\n to: Math.max(wordStart, wordEnd),\n line: lineNum };\n }\n }\n }\n if (!foundWord) {\n pos += dir;\n }\n }\n // Advance to next/prev line.\n lineNum += dir;\n if (!isLine(cm, lineNum)) {\n return null;\n }\n line = cm.getLine(lineNum);\n pos = (dir > 0) ? 0 : line.length;\n }\n // Should never get here.\n throw new Error('The impossible happened.');\n }\n\n /**\n * @param {CodeMirror} cm CodeMirror object.\n * @param {int} repeat Number of words to move past.\n * @param {boolean} forward True to search forward. False to search\n * backward.\n * @param {boolean} wordEnd True to move to end of word. False to move to\n * beginning of word.\n * @param {boolean} bigWord True if punctuation count as part of the word.\n * False if only alphabet characters count as part of the word.\n * @return {Cursor} The position the cursor should move to.\n */\n function moveToWord(cm, repeat, forward, wordEnd, bigWord) {\n var cur = cm.getCursor();\n var curStart = copyCursor(cur);\n var words = [];\n if (forward && !wordEnd || !forward && wordEnd) {\n repeat++;\n }\n // For 'e', empty lines are not considered words, go figure.\n var emptyLineIsWord = !(forward && wordEnd);\n for (var i = 0; i < repeat; i++) {\n var word = findWord(cm, cur, forward, bigWord, emptyLineIsWord);\n if (!word) {\n var eodCh = lineLength(cm, cm.lastLine());\n words.push(forward\n ? {line: cm.lastLine(), from: eodCh, to: eodCh}\n : {line: 0, from: 0, to: 0});\n break;\n }\n words.push(word);\n cur = Pos(word.line, forward ? (word.to - 1) : word.from);\n }\n var shortCircuit = words.length != repeat;\n var firstWord = words[0];\n var lastWord = words.pop();\n if (forward && !wordEnd) {\n // w\n if (!shortCircuit && (firstWord.from != curStart.ch || firstWord.line != curStart.line)) {\n // We did not start in the middle of a word. Discard the extra word at the end.\n lastWord = words.pop();\n }\n return Pos(lastWord.line, lastWord.from);\n } else if (forward && wordEnd) {\n return Pos(lastWord.line, lastWord.to - 1);\n } else if (!forward && wordEnd) {\n // ge\n if (!shortCircuit && (firstWord.to != curStart.ch || firstWord.line != curStart.line)) {\n // We did not start in the middle of a word. Discard the extra word at the end.\n lastWord = words.pop();\n }\n return Pos(lastWord.line, lastWord.to);\n } else {\n // b\n return Pos(lastWord.line, lastWord.from);\n }\n }\n\n function moveToCharacter(cm, repeat, forward, character) {\n var cur = cm.getCursor();\n var start = cur.ch;\n var idx;\n for (var i = 0; i < repeat; i ++) {\n var line = cm.getLine(cur.line);\n idx = charIdxInLine(start, line, character, forward, true);\n if (idx == -1) {\n return null;\n }\n start = idx;\n }\n return Pos(cm.getCursor().line, idx);\n }\n\n function moveToColumn(cm, repeat) {\n // repeat is always >= 1, so repeat - 1 always corresponds\n // to the column we want to go to.\n var line = cm.getCursor().line;\n return clipCursorToContent(cm, Pos(line, repeat - 1));\n }\n\n function updateMark(cm, vim, markName, pos) {\n if (!inArray(markName, validMarks)) {\n return;\n }\n if (vim.marks[markName]) {\n vim.marks[markName].clear();\n }\n vim.marks[markName] = cm.setBookmark(pos);\n }\n\n function charIdxInLine(start, line, character, forward, includeChar) {\n // Search for char in line.\n // motion_options: {forward, includeChar}\n // If includeChar = true, include it too.\n // If forward = true, search forward, else search backwards.\n // If char is not found on this line, do nothing\n var idx;\n if (forward) {\n idx = line.indexOf(character, start + 1);\n if (idx != -1 && !includeChar) {\n idx -= 1;\n }\n } else {\n idx = line.lastIndexOf(character, start - 1);\n if (idx != -1 && !includeChar) {\n idx += 1;\n }\n }\n return idx;\n }\n\n // TODO: perhaps this finagling of start and end positions belonds\n // in codmirror/replaceRange?\n function selectCompanionObject(cm, symb, inclusive) {\n var cur = cm.getCursor(), start, end;\n\n var bracketRegexp = ({\n '(': /[()]/, ')': /[()]/,\n '[': /[[\\]]/, ']': /[[\\]]/,\n '{': /[{}]/, '}': /[{}]/})[symb];\n var openSym = ({\n '(': '(', ')': '(',\n '[': '[', ']': '[',\n '{': '{', '}': '{'})[symb];\n var curChar = cm.getLine(cur.line).charAt(cur.ch);\n // Due to the behavior of scanForBracket, we need to add an offset if the\n // cursor is on a matching open bracket.\n var offset = curChar === openSym ? 1 : 0;\n\n start = cm.scanForBracket(Pos(cur.line, cur.ch + offset), -1, null, {'bracketRegex': bracketRegexp});\n end = cm.scanForBracket(Pos(cur.line, cur.ch + offset), 1, null, {'bracketRegex': bracketRegexp});\n\n if (!start || !end) {\n return { start: cur, end: cur };\n }\n\n start = start.pos;\n end = end.pos;\n\n if ((start.line == end.line && start.ch > end.ch)\n || (start.line > end.line)) {\n var tmp = start;\n start = end;\n end = tmp;\n }\n\n if (inclusive) {\n end.ch += 1;\n } else {\n start.ch += 1;\n }\n\n return { start: start, end: end };\n }\n\n // Takes in a symbol and a cursor and tries to simulate text objects that\n // have identical opening and closing symbols\n // TODO support across multiple lines\n function findBeginningAndEnd(cm, symb, inclusive) {\n var cur = copyCursor(cm.getCursor());\n var line = cm.getLine(cur.line);\n var chars = line.split('');\n var start, end, i, len;\n var firstIndex = chars.indexOf(symb);\n\n // the decision tree is to always look backwards for the beginning first,\n // but if the cursor is in front of the first instance of the symb,\n // then move the cursor forward\n if (cur.ch < firstIndex) {\n cur.ch = firstIndex;\n // Why is this line even here???\n // cm.setCursor(cur.line, firstIndex+1);\n }\n // otherwise if the cursor is currently on the closing symbol\n else if (firstIndex < cur.ch && chars[cur.ch] == symb) {\n end = cur.ch; // assign end to the current cursor\n --cur.ch; // make sure to look backwards\n }\n\n // if we're currently on the symbol, we've got a start\n if (chars[cur.ch] == symb && !end) {\n start = cur.ch + 1; // assign start to ahead of the cursor\n } else {\n // go backwards to find the start\n for (i = cur.ch; i > -1 && !start; i--) {\n if (chars[i] == symb) {\n start = i + 1;\n }\n }\n }\n\n // look forwards for the end symbol\n if (start && !end) {\n for (i = start, len = chars.length; i < len && !end; i++) {\n if (chars[i] == symb) {\n end = i;\n }\n }\n }\n\n // nothing found\n if (!start || !end) {\n return { start: cur, end: cur };\n }\n\n // include the symbols\n if (inclusive) {\n --start; ++end;\n }\n\n return {\n start: Pos(cur.line, start),\n end: Pos(cur.line, end)\n };\n }\n\n // Search functions\n defineOption('pcre', true, 'boolean');\n function SearchState() {}\n SearchState.prototype = {\n getQuery: function() {\n return vimGlobalState.query;\n },\n setQuery: function(query) {\n vimGlobalState.query = query;\n },\n getOverlay: function() {\n return this.searchOverlay;\n },\n setOverlay: function(overlay) {\n this.searchOverlay = overlay;\n },\n isReversed: function() {\n return vimGlobalState.isReversed;\n },\n setReversed: function(reversed) {\n vimGlobalState.isReversed = reversed;\n }\n };\n function getSearchState(cm) {\n var vim = cm.state.vim;\n return vim.searchState_ || (vim.searchState_ = new SearchState());\n }\n function dialog(cm, template, shortText, onClose, options) {\n if (cm.openDialog) {\n cm.openDialog(template, onClose, { bottom: true, value: options.value,\n onKeyDown: options.onKeyDown, onKeyUp: options.onKeyUp });\n }\n else {\n onClose(prompt(shortText, ''));\n }\n }\n\n function findUnescapedSlashes(str) {\n var escapeNextChar = false;\n var slashes = [];\n for (var i = 0; i < str.length; i++) {\n var c = str.charAt(i);\n if (!escapeNextChar && c == '/') {\n slashes.push(i);\n }\n escapeNextChar = !escapeNextChar && (c == '\\\\');\n }\n return slashes;\n }\n\n // Translates a search string from ex (vim) syntax into javascript form.\n function translateRegex(str) {\n // When these match, add a '\\' if unescaped or remove one if escaped.\n var specials = '|(){';\n // Remove, but never add, a '\\' for these.\n var unescape = '}';\n var escapeNextChar = false;\n var out = [];\n for (var i = -1; i < str.length; i++) {\n var c = str.charAt(i) || '';\n var n = str.charAt(i+1) || '';\n var specialComesNext = (n && specials.indexOf(n) != -1);\n if (escapeNextChar) {\n if (c !== '\\\\' || !specialComesNext) {\n out.push(c);\n }\n escapeNextChar = false;\n } else {\n if (c === '\\\\') {\n escapeNextChar = true;\n // Treat the unescape list as special for removing, but not adding '\\'.\n if (n && unescape.indexOf(n) != -1) {\n specialComesNext = true;\n }\n // Not passing this test means removing a '\\'.\n if (!specialComesNext || n === '\\\\') {\n out.push(c);\n }\n } else {\n out.push(c);\n if (specialComesNext && n !== '\\\\') {\n out.push('\\\\');\n }\n }\n }\n }\n return out.join('');\n }\n\n // Translates the replace part of a search and replace from ex (vim) syntax into\n // javascript form. Similar to translateRegex, but additionally fixes back references\n // (translates '\\[0..9]' to '$[0..9]') and follows different rules for escaping '$'.\n function translateRegexReplace(str) {\n var escapeNextChar = false;\n var out = [];\n for (var i = -1; i < str.length; i++) {\n var c = str.charAt(i) || '';\n var n = str.charAt(i+1) || '';\n if (escapeNextChar) {\n // At any point in the loop, escapeNextChar is true if the previous\n // character was a '\\' and was not escaped.\n out.push(c);\n escapeNextChar = false;\n } else {\n if (c === '\\\\') {\n escapeNextChar = true;\n if ((isNumber(n) || n === '$')) {\n out.push('$');\n } else if (n !== '/' && n !== '\\\\') {\n out.push('\\\\');\n }\n } else {\n if (c === '$') {\n out.push('$');\n }\n out.push(c);\n if (n === '/') {\n out.push('\\\\');\n }\n }\n }\n }\n return out.join('');\n }\n\n // Unescape \\ and / in the replace part, for PCRE mode.\n function unescapeRegexReplace(str) {\n var stream = new CodeMirror.StringStream(str);\n var output = [];\n while (!stream.eol()) {\n // Search for \\.\n while (stream.peek() && stream.peek() != '\\\\') {\n output.push(stream.next());\n }\n if (stream.match('\\\\/', true)) {\n // \\/ => /\n output.push('/');\n } else if (stream.match('\\\\\\\\', true)) {\n // \\\\ => \\\n output.push('\\\\');\n } else {\n // Don't change anything\n output.push(stream.next());\n }\n }\n return output.join('');\n }\n\n /**\n * Extract the regular expression from the query and return a Regexp object.\n * Returns null if the query is blank.\n * If ignoreCase is passed in, the Regexp object will have the 'i' flag set.\n * If smartCase is passed in, and the query contains upper case letters,\n * then ignoreCase is overridden, and the 'i' flag will not be set.\n * If the query contains the /i in the flag part of the regular expression,\n * then both ignoreCase and smartCase are ignored, and 'i' will be passed\n * through to the Regex object.\n */\n function parseQuery(query, ignoreCase, smartCase) {\n // Check if the query is already a regex.\n if (query instanceof RegExp) { return query; }\n // First try to extract regex + flags from the input. If no flags found,\n // extract just the regex. IE does not accept flags directly defined in\n // the regex string in the form /regex/flags\n var slashes = findUnescapedSlashes(query);\n var regexPart;\n var forceIgnoreCase;\n if (!slashes.length) {\n // Query looks like 'regexp'\n regexPart = query;\n } else {\n // Query looks like 'regexp/...'\n regexPart = query.substring(0, slashes[0]);\n var flagsPart = query.substring(slashes[0]);\n forceIgnoreCase = (flagsPart.indexOf('i') != -1);\n }\n if (!regexPart) {\n return null;\n }\n if (!getOption('pcre')) {\n regexPart = translateRegex(regexPart);\n }\n if (smartCase) {\n ignoreCase = (/^[^A-Z]*$/).test(regexPart);\n }\n var regexp = new RegExp(regexPart,\n (ignoreCase || forceIgnoreCase) ? 'i' : undefined);\n return regexp;\n }\n function showConfirm(cm, text) {\n if (cm.openNotification) {\n cm.openNotification('<span style=\"color: red\">' + text + '</span>',\n {bottom: true, duration: 5000});\n } else {\n alert(text);\n }\n }\n function makePrompt(prefix, desc) {\n var raw = '';\n if (prefix) {\n raw += '<span style=\"font-family: monospace\">' + prefix + '</span>';\n }\n raw += '<input type=\"text\"/> ' +\n '<span style=\"color: #888\">';\n if (desc) {\n raw += '<span style=\"color: #888\">';\n raw += desc;\n raw += '</span>';\n }\n return raw;\n }\n var searchPromptDesc = '(Javascript regexp)';\n function showPrompt(cm, options) {\n var shortText = (options.prefix || '') + ' ' + (options.desc || '');\n var prompt = makePrompt(options.prefix, options.desc);\n dialog(cm, prompt, shortText, options.onClose, options);\n }\n function regexEqual(r1, r2) {\n if (r1 instanceof RegExp && r2 instanceof RegExp) {\n var props = ['global', 'multiline', 'ignoreCase', 'source'];\n for (var i = 0; i < props.length; i++) {\n var prop = props[i];\n if (r1[prop] !== r2[prop]) {\n return false;\n }\n }\n return true;\n }\n return false;\n }\n // Returns true if the query is valid.\n function updateSearchQuery(cm, rawQuery, ignoreCase, smartCase) {\n if (!rawQuery) {\n return;\n }\n var state = getSearchState(cm);\n var query = parseQuery(rawQuery, !!ignoreCase, !!smartCase);\n if (!query) {\n return;\n }\n highlightSearchMatches(cm, query);\n if (regexEqual(query, state.getQuery())) {\n return query;\n }\n state.setQuery(query);\n return query;\n }\n function searchOverlay(query) {\n if (query.source.charAt(0) == '^') {\n var matchSol = true;\n }\n return {\n token: function(stream) {\n if (matchSol && !stream.sol()) {\n stream.skipToEnd();\n return;\n }\n var match = stream.match(query, false);\n if (match) {\n if (match[0].length == 0) {\n // Matched empty string, skip to next.\n stream.next();\n return 'searching';\n }\n if (!stream.sol()) {\n // Backtrack 1 to match \\b\n stream.backUp(1);\n if (!query.exec(stream.next() + match[0])) {\n stream.next();\n return null;\n }\n }\n stream.match(query);\n return 'searching';\n }\n while (!stream.eol()) {\n stream.next();\n if (stream.match(query, false)) break;\n }\n },\n query: query\n };\n }\n function highlightSearchMatches(cm, query) {\n var overlay = getSearchState(cm).getOverlay();\n if (!overlay || query != overlay.query) {\n if (overlay) {\n cm.removeOverlay(overlay);\n }\n overlay = searchOverlay(query);\n cm.addOverlay(overlay);\n getSearchState(cm).setOverlay(overlay);\n }\n }\n function findNext(cm, prev, query, repeat) {\n if (repeat === undefined) { repeat = 1; }\n return cm.operation(function() {\n var pos = cm.getCursor();\n var cursor = cm.getSearchCursor(query, pos);\n for (var i = 0; i < repeat; i++) {\n var found = cursor.find(prev);\n if (i == 0 && found && cursorEqual(cursor.from(), pos)) { found = cursor.find(prev); }\n if (!found) {\n // SearchCursor may have returned null because it hit EOF, wrap\n // around and try again.\n cursor = cm.getSearchCursor(query,\n (prev) ? Pos(cm.lastLine()) : Pos(cm.firstLine(), 0) );\n if (!cursor.find(prev)) {\n return;\n }\n }\n }\n return cursor.from();\n });\n }\n function clearSearchHighlight(cm) {\n cm.removeOverlay(getSearchState(cm).getOverlay());\n getSearchState(cm).setOverlay(null);\n }\n /**\n * Check if pos is in the specified range, INCLUSIVE.\n * Range can be specified with 1 or 2 arguments.\n * If the first range argument is an array, treat it as an array of line\n * numbers. Match pos against any of the lines.\n * If the first range argument is a number,\n * if there is only 1 range argument, check if pos has the same line\n * number\n * if there are 2 range arguments, then check if pos is in between the two\n * range arguments.\n */\n function isInRange(pos, start, end) {\n if (typeof pos != 'number') {\n // Assume it is a cursor position. Get the line number.\n pos = pos.line;\n }\n if (start instanceof Array) {\n return inArray(pos, start);\n } else {\n if (end) {\n return (pos >= start && pos <= end);\n } else {\n return pos == start;\n }\n }\n }\n function getUserVisibleLines(cm) {\n var scrollInfo = cm.getScrollInfo();\n var occludeToleranceTop = 6;\n var occludeToleranceBottom = 10;\n var from = cm.coordsChar({left:0, top: occludeToleranceTop + scrollInfo.top}, 'local');\n var bottomY = scrollInfo.clientHeight - occludeToleranceBottom + scrollInfo.top;\n var to = cm.coordsChar({left:0, top: bottomY}, 'local');\n return {top: from.line, bottom: to.line};\n }\n\n // Ex command handling\n // Care must be taken when adding to the default Ex command map. For any\n // pair of commands that have a shared prefix, at least one of their\n // shortNames must not match the prefix of the other command.\n var defaultExCommandMap = [\n { name: 'map' },\n { name: 'nmap', shortName: 'nm' },\n { name: 'vmap', shortName: 'vm' },\n { name: 'unmap' },\n { name: 'write', shortName: 'w' },\n { name: 'undo', shortName: 'u' },\n { name: 'redo', shortName: 'red' },\n { name: 'set', shortName: 'set' },\n { name: 'sort', shortName: 'sor' },\n { name: 'substitute', shortName: 's' },\n { name: 'nohlsearch', shortName: 'noh' },\n { name: 'delmarks', shortName: 'delm' },\n { name: 'registers', shortName: 'reg', excludeFromCommandHistory: true }\n ];\n Vim.ExCommandDispatcher = function() {\n this.buildCommandMap_();\n };\n Vim.ExCommandDispatcher.prototype = {\n processCommand: function(cm, input) {\n var vim = cm.state.vim;\n var commandHistoryRegister = vimGlobalState.registerController.getRegister(':');\n var previousCommand = commandHistoryRegister.toString();\n if (vim.visualMode) {\n exitVisualMode(cm);\n }\n var inputStream = new CodeMirror.StringStream(input);\n // update \": with the latest command whether valid or invalid\n commandHistoryRegister.setText(input);\n var params = {};\n params.input = input;\n try {\n this.parseInput_(cm, inputStream, params);\n } catch(e) {\n showConfirm(cm, e);\n throw e;\n }\n var commandName;\n if (!params.commandName) {\n // If only a line range is defined, move to the line.\n if (params.line !== undefined) {\n commandName = 'move';\n }\n } else {\n var command = this.matchCommand_(params.commandName);\n if (command) {\n commandName = command.name;\n if (command.excludeFromCommandHistory) {\n commandHistoryRegister.setText(previousCommand);\n }\n this.parseCommandArgs_(inputStream, params, command);\n if (command.type == 'exToKey') {\n // Handle Ex to Key mapping.\n for (var i = 0; i < command.toKeys.length; i++) {\n CodeMirror.Vim.handleKey(cm, command.toKeys[i]);\n }\n return;\n } else if (command.type == 'exToEx') {\n // Handle Ex to Ex mapping.\n this.processCommand(cm, command.toInput);\n return;\n }\n }\n }\n if (!commandName) {\n showConfirm(cm, 'Not an editor command \":' + input + '\"');\n return;\n }\n try {\n exCommands[commandName](cm, params);\n } catch(e) {\n showConfirm(cm, e);\n throw e;\n }\n },\n parseInput_: function(cm, inputStream, result) {\n inputStream.eatWhile(':');\n // Parse range.\n if (inputStream.eat('%')) {\n result.line = cm.firstLine();\n result.lineEnd = cm.lastLine();\n } else {\n result.line = this.parseLineSpec_(cm, inputStream);\n if (result.line !== undefined && inputStream.eat(',')) {\n result.lineEnd = this.parseLineSpec_(cm, inputStream);\n }\n }\n\n // Parse command name.\n var commandMatch = inputStream.match(/^(\\w+)/);\n if (commandMatch) {\n result.commandName = commandMatch[1];\n } else {\n result.commandName = inputStream.match(/.*/)[0];\n }\n\n return result;\n },\n parseLineSpec_: function(cm, inputStream) {\n var numberMatch = inputStream.match(/^(\\d+)/);\n if (numberMatch) {\n return parseInt(numberMatch[1], 10) - 1;\n }\n switch (inputStream.next()) {\n case '.':\n return cm.getCursor().line;\n case '$':\n return cm.lastLine();\n case '\\'':\n var mark = cm.state.vim.marks[inputStream.next()];\n if (mark && mark.find()) {\n return mark.find().line;\n }\n throw new Error('Mark not set');\n default:\n inputStream.backUp(1);\n return undefined;\n }\n },\n parseCommandArgs_: function(inputStream, params, command) {\n if (inputStream.eol()) {\n return;\n }\n params.argString = inputStream.match(/.*/)[0];\n // Parse command-line arguments\n var delim = command.argDelimiter || /\\s+/;\n var args = trim(params.argString).split(delim);\n if (args.length && args[0]) {\n params.args = args;\n }\n },\n matchCommand_: function(commandName) {\n // Return the command in the command map that matches the shortest\n // prefix of the passed in command name. The match is guaranteed to be\n // unambiguous if the defaultExCommandMap's shortNames are set up\n // correctly. (see @code{defaultExCommandMap}).\n for (var i = commandName.length; i > 0; i--) {\n var prefix = commandName.substring(0, i);\n if (this.commandMap_[prefix]) {\n var command = this.commandMap_[prefix];\n if (command.name.indexOf(commandName) === 0) {\n return command;\n }\n }\n }\n return null;\n },\n buildCommandMap_: function() {\n this.commandMap_ = {};\n for (var i = 0; i < defaultExCommandMap.length; i++) {\n var command = defaultExCommandMap[i];\n var key = command.shortName || command.name;\n this.commandMap_[key] = command;\n }\n },\n map: function(lhs, rhs, ctx) {\n if (lhs != ':' && lhs.charAt(0) == ':') {\n if (ctx) { throw Error('Mode not supported for ex mappings'); }\n var commandName = lhs.substring(1);\n if (rhs != ':' && rhs.charAt(0) == ':') {\n // Ex to Ex mapping\n this.commandMap_[commandName] = {\n name: commandName,\n type: 'exToEx',\n toInput: rhs.substring(1),\n user: true\n };\n } else {\n // Ex to key mapping\n this.commandMap_[commandName] = {\n name: commandName,\n type: 'exToKey',\n toKeys: parseKeyString(rhs),\n user: true\n };\n }\n } else {\n if (rhs != ':' && rhs.charAt(0) == ':') {\n // Key to Ex mapping.\n var mapping = {\n keys: parseKeyString(lhs),\n type: 'keyToEx',\n exArgs: { input: rhs.substring(1) },\n user: true};\n if (ctx) { mapping.context = ctx; }\n defaultKeymap.unshift(mapping);\n } else {\n // Key to key mapping\n var mapping = {\n keys: parseKeyString(lhs),\n type: 'keyToKey',\n toKeys: parseKeyString(rhs),\n user: true\n };\n if (ctx) { mapping.context = ctx; }\n defaultKeymap.unshift(mapping);\n }\n }\n },\n unmap: function(lhs, ctx) {\n var arrayEquals = function(a, b) {\n if (a === b) return true;\n if (a == null || b == null) return true;\n if (a.length != b.length) return false;\n for (var i = 0; i < a.length; i++) {\n if (a[i] !== b[i]) return false;\n }\n return true;\n };\n if (lhs != ':' && lhs.charAt(0) == ':') {\n // Ex to Ex or Ex to key mapping\n if (ctx) { throw Error('Mode not supported for ex mappings'); }\n var commandName = lhs.substring(1);\n if (this.commandMap_[commandName] && this.commandMap_[commandName].user) {\n delete this.commandMap_[commandName];\n return;\n }\n } else {\n // Key to Ex or key to key mapping\n var keys = parseKeyString(lhs);\n for (var i = 0; i < defaultKeymap.length; i++) {\n if (arrayEquals(keys, defaultKeymap[i].keys)\n && defaultKeymap[i].context === ctx\n && defaultKeymap[i].user) {\n defaultKeymap.splice(i, 1);\n return;\n }\n }\n }\n throw Error('No such mapping.');\n }\n };\n\n // Converts a key string sequence of the form a<C-w>bd<Left> into Vim's\n // keymap representation.\n function parseKeyString(str) {\n var key, match;\n var keys = [];\n while (str) {\n match = (/<\\w+-.+?>|<\\w+>|./).exec(str);\n if (match === null)break;\n key = match[0];\n str = str.substring(match.index + key.length);\n keys.push(key);\n }\n return keys;\n }\n\n var exCommands = {\n map: function(cm, params, ctx) {\n var mapArgs = params.args;\n if (!mapArgs || mapArgs.length < 2) {\n if (cm) {\n showConfirm(cm, 'Invalid mapping: ' + params.input);\n }\n return;\n }\n exCommandDispatcher.map(mapArgs[0], mapArgs[1], ctx);\n },\n nmap: function(cm, params) { this.map(cm, params, 'normal'); },\n vmap: function(cm, params) { this.map(cm, params, 'visual'); },\n unmap: function(cm, params, ctx) {\n var mapArgs = params.args;\n if (!mapArgs || mapArgs.length < 1) {\n if (cm) {\n showConfirm(cm, 'No such mapping: ' + params.input);\n }\n return;\n }\n exCommandDispatcher.unmap(mapArgs[0], ctx);\n },\n move: function(cm, params) {\n commandDispatcher.processCommand(cm, cm.state.vim, {\n type: 'motion',\n motion: 'moveToLineOrEdgeOfDocument',\n motionArgs: { forward: false, explicitRepeat: true,\n linewise: true },\n repeatOverride: params.line+1});\n },\n set: function(cm, params) {\n var setArgs = params.args;\n if (!setArgs || setArgs.length < 1) {\n if (cm) {\n showConfirm(cm, 'Invalid mapping: ' + params.input);\n }\n return;\n }\n var expr = setArgs[0].split('=');\n var optionName = expr[0];\n var value = expr[1];\n var forceGet = false;\n\n if (optionName.charAt(optionName.length - 1) == '?') {\n // If post-fixed with ?, then the set is actually a get.\n if (value) { throw Error('Trailing characters: ' + params.argString); }\n optionName = optionName.substring(0, optionName.length - 1);\n forceGet = true;\n }\n if (value === undefined && optionName.substring(0, 2) == 'no') {\n // To set boolean options to false, the option name is prefixed with\n // 'no'.\n optionName = optionName.substring(2);\n value = false;\n }\n var optionIsBoolean = options[optionName] && options[optionName].type == 'boolean';\n if (optionIsBoolean && value == undefined) {\n // Calling set with a boolean option sets it to true.\n value = true;\n }\n if (!optionIsBoolean && !value || forceGet) {\n var oldValue = getOption(optionName);\n // If no value is provided, then we assume this is a get.\n if (oldValue === true || oldValue === false) {\n showConfirm(cm, ' ' + (oldValue ? '' : 'no') + optionName);\n } else {\n showConfirm(cm, ' ' + optionName + '=' + oldValue);\n }\n } else {\n setOption(optionName, value);\n }\n },\n registers: function(cm,params) {\n var regArgs = params.args;\n var registers = vimGlobalState.registerController.registers;\n var regInfo = '----------Registers----------<br><br>';\n if (!regArgs) {\n for (var registerName in registers) {\n var text = registers[registerName].toString();\n if (text.length) {\n regInfo += '\"' + registerName + ' ' + text + '<br>';\n }\n }\n } else {\n var registerName;\n regArgs = regArgs.join('');\n for (var i = 0; i < regArgs.length; i++) {\n registerName = regArgs.charAt(i);\n if (!vimGlobalState.registerController.isValidRegister(registerName)) {\n continue;\n }\n var register = registers[registerName] || new Register();\n regInfo += '\"' + registerName + ' ' + register.toString() + '<br>';\n }\n }\n showConfirm(cm, regInfo);\n },\n sort: function(cm, params) {\n var reverse, ignoreCase, unique, number;\n function parseArgs() {\n if (params.argString) {\n var args = new CodeMirror.StringStream(params.argString);\n if (args.eat('!')) { reverse = true; }\n if (args.eol()) { return; }\n if (!args.eatSpace()) { return 'Invalid arguments'; }\n var opts = args.match(/[a-z]+/);\n if (opts) {\n opts = opts[0];\n ignoreCase = opts.indexOf('i') != -1;\n unique = opts.indexOf('u') != -1;\n var decimal = opts.indexOf('d') != -1 && 1;\n var hex = opts.indexOf('x') != -1 && 1;\n var octal = opts.indexOf('o') != -1 && 1;\n if (decimal + hex + octal > 1) { return 'Invalid arguments'; }\n number = decimal && 'decimal' || hex && 'hex' || octal && 'octal';\n }\n if (args.eatSpace() && args.match(/\\/.*\\//)) { 'patterns not supported'; }\n }\n }\n var err = parseArgs();\n if (err) {\n showConfirm(cm, err + ': ' + params.argString);\n return;\n }\n var lineStart = params.line || cm.firstLine();\n var lineEnd = params.lineEnd || params.line || cm.lastLine();\n if (lineStart == lineEnd) { return; }\n var curStart = Pos(lineStart, 0);\n var curEnd = Pos(lineEnd, lineLength(cm, lineEnd));\n var text = cm.getRange(curStart, curEnd).split('\\n');\n var numberRegex = (number == 'decimal') ? /(-?)([\\d]+)/ :\n (number == 'hex') ? /(-?)(?:0x)?([0-9a-f]+)/i :\n (number == 'octal') ? /([0-7]+)/ : null;\n var radix = (number == 'decimal') ? 10 : (number == 'hex') ? 16 : (number == 'octal') ? 8 : null;\n var numPart = [], textPart = [];\n if (number) {\n for (var i = 0; i < text.length; i++) {\n if (numberRegex.exec(text[i])) {\n numPart.push(text[i]);\n } else {\n textPart.push(text[i]);\n }\n }\n } else {\n textPart = text;\n }\n function compareFn(a, b) {\n if (reverse) { var tmp; tmp = a; a = b; b = tmp; }\n if (ignoreCase) { a = a.toLowerCase(); b = b.toLowerCase(); }\n var anum = number && numberRegex.exec(a);\n var bnum = number && numberRegex.exec(b);\n if (!anum) { return a < b ? -1 : 1; }\n anum = parseInt((anum[1] + anum[2]).toLowerCase(), radix);\n bnum = parseInt((bnum[1] + bnum[2]).toLowerCase(), radix);\n return anum - bnum;\n }\n numPart.sort(compareFn);\n textPart.sort(compareFn);\n text = (!reverse) ? textPart.concat(numPart) : numPart.concat(textPart);\n if (unique) { // Remove duplicate lines\n var textOld = text;\n var lastLine;\n text = [];\n for (var i = 0; i < textOld.length; i++) {\n if (textOld[i] != lastLine) {\n text.push(textOld[i]);\n }\n lastLine = textOld[i];\n }\n }\n cm.replaceRange(text.join('\\n'), curStart, curEnd);\n },\n substitute: function(cm, params) {\n if (!cm.getSearchCursor) {\n throw new Error('Search feature not available. Requires searchcursor.js or ' +\n 'any other getSearchCursor implementation.');\n }\n var argString = params.argString;\n var slashes = argString ? findUnescapedSlashes(argString) : [];\n var replacePart = '';\n if (slashes.length) {\n if (slashes[0] !== 0) {\n showConfirm(cm, 'Substitutions should be of the form ' +\n ':s/pattern/replace/');\n return;\n }\n var regexPart = argString.substring(slashes[0] + 1, slashes[1]);\n var flagsPart;\n var count;\n var confirm = false; // Whether to confirm each replace.\n if (slashes[1]) {\n replacePart = argString.substring(slashes[1] + 1, slashes[2]);\n if (getOption('pcre')) {\n replacePart = unescapeRegexReplace(replacePart);\n } else {\n replacePart = translateRegexReplace(replacePart);\n }\n vimGlobalState.lastSubstituteReplacePart = replacePart;\n }\n if (slashes[2]) {\n // After the 3rd slash, we can have flags followed by a space followed\n // by count.\n var trailing = argString.substring(slashes[2] + 1).split(' ');\n flagsPart = trailing[0];\n count = parseInt(trailing[1]);\n }\n if (flagsPart) {\n if (flagsPart.indexOf('c') != -1) {\n confirm = true;\n flagsPart.replace('c', '');\n }\n regexPart = regexPart + '/' + flagsPart;\n }\n }\n if (regexPart) {\n // If regex part is empty, then use the previous query. Otherwise use\n // the regex part as the new query.\n try {\n updateSearchQuery(cm, regexPart, true /** ignoreCase */,\n true /** smartCase */);\n } catch (e) {\n showConfirm(cm, 'Invalid regex: ' + regexPart);\n return;\n }\n }\n replacePart = replacePart || vimGlobalState.lastSubstituteReplacePart;\n if (replacePart === undefined) {\n showConfirm(cm, 'No previous substitute regular expression');\n return;\n }\n var state = getSearchState(cm);\n var query = state.getQuery();\n var lineStart = (params.line !== undefined) ? params.line : cm.getCursor().line;\n var lineEnd = params.lineEnd || lineStart;\n if (count) {\n lineStart = lineEnd;\n lineEnd = lineStart + count - 1;\n }\n var startPos = clipCursorToContent(cm, Pos(lineStart, 0));\n var cursor = cm.getSearchCursor(query, startPos);\n doReplace(cm, confirm, lineStart, lineEnd, cursor, query, replacePart);\n },\n redo: CodeMirror.commands.redo,\n undo: CodeMirror.commands.undo,\n write: function(cm) {\n if (CodeMirror.commands.save) {\n // If a save command is defined, call it.\n CodeMirror.commands.save(cm);\n } else {\n // Saves to text area if no save command is defined.\n cm.save();\n }\n },\n nohlsearch: function(cm) {\n clearSearchHighlight(cm);\n },\n delmarks: function(cm, params) {\n if (!params.argString || !trim(params.argString)) {\n showConfirm(cm, 'Argument required');\n return;\n }\n\n var state = cm.state.vim;\n var stream = new CodeMirror.StringStream(trim(params.argString));\n while (!stream.eol()) {\n stream.eatSpace();\n\n // Record the streams position at the beginning of the loop for use\n // in error messages.\n var count = stream.pos;\n\n if (!stream.match(/[a-zA-Z]/, false)) {\n showConfirm(cm, 'Invalid argument: ' + params.argString.substring(count));\n return;\n }\n\n var sym = stream.next();\n // Check if this symbol is part of a range\n if (stream.match('-', true)) {\n // This symbol is part of a range.\n\n // The range must terminate at an alphabetic character.\n if (!stream.match(/[a-zA-Z]/, false)) {\n showConfirm(cm, 'Invalid argument: ' + params.argString.substring(count));\n return;\n }\n\n var startMark = sym;\n var finishMark = stream.next();\n // The range must terminate at an alphabetic character which\n // shares the same case as the start of the range.\n if (isLowerCase(startMark) && isLowerCase(finishMark) ||\n isUpperCase(startMark) && isUpperCase(finishMark)) {\n var start = startMark.charCodeAt(0);\n var finish = finishMark.charCodeAt(0);\n if (start >= finish) {\n showConfirm(cm, 'Invalid argument: ' + params.argString.substring(count));\n return;\n }\n\n // Because marks are always ASCII values, and we have\n // determined that they are the same case, we can use\n // their char codes to iterate through the defined range.\n for (var j = 0; j <= finish - start; j++) {\n var mark = String.fromCharCode(start + j);\n delete state.marks[mark];\n }\n } else {\n showConfirm(cm, 'Invalid argument: ' + startMark + '-');\n return;\n }\n } else {\n // This symbol is a valid mark, and is not part of a range.\n delete state.marks[sym];\n }\n }\n }\n };\n\n var exCommandDispatcher = new Vim.ExCommandDispatcher();\n\n /**\n * @param {CodeMirror} cm CodeMirror instance we are in.\n * @param {boolean} confirm Whether to confirm each replace.\n * @param {Cursor} lineStart Line to start replacing from.\n * @param {Cursor} lineEnd Line to stop replacing at.\n * @param {RegExp} query Query for performing matches with.\n * @param {string} replaceWith Text to replace matches with. May contain $1,\n * $2, etc for replacing captured groups using Javascript replace.\n */\n function doReplace(cm, confirm, lineStart, lineEnd, searchCursor, query,\n replaceWith) {\n // Set up all the functions.\n cm.state.vim.exMode = true;\n var done = false;\n var lastPos = searchCursor.from();\n function replaceAll() {\n cm.operation(function() {\n while (!done) {\n replace();\n next();\n }\n stop();\n });\n }\n function replace() {\n var text = cm.getRange(searchCursor.from(), searchCursor.to());\n var newText = text.replace(query, replaceWith);\n searchCursor.replace(newText);\n }\n function next() {\n var found = searchCursor.findNext();\n if (!found) {\n done = true;\n } else if (isInRange(searchCursor.from(), lineStart, lineEnd)) {\n cm.scrollIntoView(searchCursor.from(), 30);\n cm.setSelection(searchCursor.from(), searchCursor.to());\n lastPos = searchCursor.from();\n done = false;\n } else {\n done = true;\n }\n }\n function stop(close) {\n if (close) { close(); }\n cm.focus();\n if (lastPos) {\n cm.setCursor(lastPos);\n var vim = cm.state.vim;\n vim.exMode = false;\n vim.lastHPos = vim.lastHSPos = lastPos.ch;\n }\n }\n function onPromptKeyDown(e, _value, close) {\n // Swallow all keys.\n CodeMirror.e_stop(e);\n var keyName = CodeMirror.keyName(e);\n switch (keyName) {\n case 'Y':\n replace(); next(); break;\n case 'N':\n next(); break;\n case 'A':\n cm.operation(replaceAll); break;\n case 'L':\n replace();\n // fall through and exit.\n case 'Q':\n case 'Esc':\n case 'Ctrl-C':\n case 'Ctrl-[':\n stop(close);\n break;\n }\n if (done) { stop(close); }\n }\n\n // Actually do replace.\n next();\n if (done) {\n showConfirm(cm, 'No matches for ' + query.source);\n return;\n }\n if (!confirm) {\n replaceAll();\n return;\n }\n showPrompt(cm, {\n prefix: 'replace with <strong>' + replaceWith + '</strong> (y/n/a/q/l)',\n onKeyDown: onPromptKeyDown\n });\n }\n\n // Register Vim with CodeMirror\n function buildVimKeyMap() {\n /**\n * Handle the raw key event from CodeMirror. Translate the\n * Shift + key modifier to the resulting letter, while preserving other\n * modifers.\n */\n function cmKeyToVimKey(key, modifier) {\n var vimKey = key;\n if (isUpperCase(vimKey) && modifier == 'Ctrl') {\n vimKey = vimKey.toLowerCase();\n }\n if (modifier) {\n // Vim will parse modifier+key combination as a single key.\n vimKey = modifier.charAt(0) + '-' + vimKey;\n }\n var specialKey = ({Enter:'CR',Backspace:'BS',Delete:'Del'})[vimKey];\n vimKey = specialKey ? specialKey : vimKey;\n vimKey = vimKey.length > 1 ? '<'+ vimKey + '>' : vimKey;\n return vimKey;\n }\n\n // Closure to bind CodeMirror, key, modifier.\n function keyMapper(vimKey) {\n return function(cm) {\n CodeMirror.Vim.handleKey(cm, vimKey);\n };\n }\n\n var cmToVimKeymap = {\n 'nofallthrough': true,\n 'style': 'fat-cursor'\n };\n function bindKeys(keys, modifier) {\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!modifier && key.length == 1) {\n // Wrap all keys without modifiers with '' to identify them by their\n // key characters instead of key identifiers.\n key = \"'\" + key + \"'\";\n }\n var vimKey = cmKeyToVimKey(keys[i], modifier);\n var cmKey = modifier ? modifier + '-' + key : key;\n cmToVimKeymap[cmKey] = keyMapper(vimKey);\n }\n }\n bindKeys(upperCaseAlphabet);\n bindKeys(lowerCaseAlphabet);\n bindKeys(upperCaseAlphabet, 'Ctrl');\n bindKeys(specialSymbols);\n bindKeys(specialSymbols, 'Ctrl');\n bindKeys(numbers);\n bindKeys(numbers, 'Ctrl');\n bindKeys(specialKeys);\n bindKeys(specialKeys, 'Ctrl');\n return cmToVimKeymap;\n }\n CodeMirror.keyMap.vim = buildVimKeyMap();\n\n function exitInsertMode(cm) {\n var vim = cm.state.vim;\n var macroModeState = vimGlobalState.macroModeState;\n var insertModeChangeRegister = vimGlobalState.registerController.getRegister('.');\n var isPlaying = macroModeState.isPlaying;\n if (!isPlaying) {\n cm.off('change', onChange);\n CodeMirror.off(cm.getInputField(), 'keydown', onKeyEventTargetKeyDown);\n }\n if (!isPlaying && vim.insertModeRepeat > 1) {\n // Perform insert mode repeat for commands like 3,a and 3,o.\n repeatLastEdit(cm, vim, vim.insertModeRepeat - 1,\n true /** repeatForInsert */);\n vim.lastEditInputState.repeatOverride = vim.insertModeRepeat;\n }\n delete vim.insertModeRepeat;\n vim.insertMode = false;\n cm.setCursor(cm.getCursor().line, cm.getCursor().ch-1);\n cm.setOption('keyMap', 'vim');\n cm.setOption('disableInput', true);\n cm.toggleOverwrite(false); // exit replace mode if we were in it.\n // update the \". register before exiting insert mode\n insertModeChangeRegister.setText(macroModeState.lastInsertModeChanges.changes.join(''));\n CodeMirror.signal(cm, \"vim-mode-change\", {mode: \"normal\"});\n if (macroModeState.isRecording) {\n logInsertModeChange(macroModeState);\n }\n }\n\n CodeMirror.keyMap['vim-insert'] = {\n // TODO: override navigation keys so that Esc will cancel automatic\n // indentation from o, O, i_<CR>\n 'Esc': exitInsertMode,\n 'Ctrl-[': exitInsertMode,\n 'Ctrl-C': exitInsertMode,\n 'Ctrl-N': 'autocomplete',\n 'Ctrl-P': 'autocomplete',\n 'Enter': function(cm) {\n var fn = CodeMirror.commands.newlineAndIndentContinueComment ||\n CodeMirror.commands.newlineAndIndent;\n fn(cm);\n },\n fallthrough: ['default']\n };\n\n CodeMirror.keyMap['vim-replace'] = {\n 'Backspace': 'goCharLeft',\n fallthrough: ['vim-insert']\n };\n\n function executeMacroRegister(cm, vim, macroModeState, registerName) {\n var register = vimGlobalState.registerController.getRegister(registerName);\n var keyBuffer = register.keyBuffer;\n var imc = 0;\n macroModeState.isPlaying = true;\n macroModeState.replaySearchQueries = register.searchQueries.slice(0);\n for (var i = 0; i < keyBuffer.length; i++) {\n var text = keyBuffer[i];\n var match, key;\n while (text) {\n // Pull off one command key, which is either a single character\n // or a special sequence wrapped in '<' and '>', e.g. '<Space>'.\n match = (/<\\w+-.+?>|<\\w+>|./).exec(text);\n key = match[0];\n text = text.substring(match.index + key.length);\n CodeMirror.Vim.handleKey(cm, key);\n if (vim.insertMode) {\n repeatInsertModeChanges(\n cm, register.insertModeChanges[imc++].changes, 1);\n exitInsertMode(cm);\n }\n }\n };\n macroModeState.isPlaying = false;\n }\n\n function logKey(macroModeState, key) {\n if (macroModeState.isPlaying) { return; }\n var registerName = macroModeState.latestRegister;\n var register = vimGlobalState.registerController.getRegister(registerName);\n if (register) {\n register.pushText(key);\n }\n }\n\n function logInsertModeChange(macroModeState) {\n if (macroModeState.isPlaying) { return; }\n var registerName = macroModeState.latestRegister;\n var register = vimGlobalState.registerController.getRegister(registerName);\n if (register) {\n register.pushInsertModeChanges(macroModeState.lastInsertModeChanges);\n }\n }\n\n function logSearchQuery(macroModeState, query) {\n if (macroModeState.isPlaying) { return; }\n var registerName = macroModeState.latestRegister;\n var register = vimGlobalState.registerController.getRegister(registerName);\n if (register) {\n register.pushSearchQuery(query);\n }\n }\n\n /**\n * Listens for changes made in insert mode.\n * Should only be active in insert mode.\n */\n function onChange(_cm, changeObj) {\n var macroModeState = vimGlobalState.macroModeState;\n var lastChange = macroModeState.lastInsertModeChanges;\n if (!macroModeState.isPlaying) {\n while(changeObj) {\n lastChange.expectCursorActivityForChange = true;\n if (changeObj.origin == '+input' || changeObj.origin == 'paste'\n || changeObj.origin === undefined /* only in testing */) {\n var text = changeObj.text.join('\\n');\n lastChange.changes.push(text);\n }\n // Change objects may be chained with next.\n changeObj = changeObj.next;\n }\n }\n }\n\n /**\n * Listens for any kind of cursor activity on CodeMirror.\n */\n function onCursorActivity(cm) {\n var vim = cm.state.vim;\n if (vim.insertMode) {\n // Tracking cursor activity in insert mode (for macro support).\n var macroModeState = vimGlobalState.macroModeState;\n if (macroModeState.isPlaying) { return; }\n var lastChange = macroModeState.lastInsertModeChanges;\n if (lastChange.expectCursorActivityForChange) {\n lastChange.expectCursorActivityForChange = false;\n } else {\n // Cursor moved outside the context of an edit. Reset the change.\n lastChange.changes = [];\n }\n } else if (cm.doc.history.lastSelOrigin == '*mouse') {\n // Reset lastHPos if mouse click was done in normal mode.\n vim.lastHPos = cm.doc.getCursor().ch;\n }\n }\n\n /** Wrapper for special keys pressed in insert mode */\n function InsertModeKey(keyName) {\n this.keyName = keyName;\n }\n\n /**\n * Handles raw key down events from the text area.\n * - Should only be active in insert mode.\n * - For recording deletes in insert mode.\n */\n function onKeyEventTargetKeyDown(e) {\n var macroModeState = vimGlobalState.macroModeState;\n var lastChange = macroModeState.lastInsertModeChanges;\n var keyName = CodeMirror.keyName(e);\n function onKeyFound() {\n lastChange.changes.push(new InsertModeKey(keyName));\n return true;\n }\n if (keyName.indexOf('Delete') != -1 || keyName.indexOf('Backspace') != -1) {\n CodeMirror.lookupKey(keyName, ['vim-insert'], onKeyFound);\n }\n }\n\n /**\n * Repeats the last edit, which includes exactly 1 command and at most 1\n * insert. Operator and motion commands are read from lastEditInputState,\n * while action commands are read from lastEditActionCommand.\n *\n * If repeatForInsert is true, then the function was called by\n * exitInsertMode to repeat the insert mode changes the user just made. The\n * corresponding enterInsertMode call was made with a count.\n */\n function repeatLastEdit(cm, vim, repeat, repeatForInsert) {\n var macroModeState = vimGlobalState.macroModeState;\n macroModeState.isPlaying = true;\n var isAction = !!vim.lastEditActionCommand;\n var cachedInputState = vim.inputState;\n function repeatCommand() {\n if (isAction) {\n commandDispatcher.processAction(cm, vim, vim.lastEditActionCommand);\n } else {\n commandDispatcher.evalInput(cm, vim);\n }\n }\n function repeatInsert(repeat) {\n if (macroModeState.lastInsertModeChanges.changes.length > 0) {\n // For some reason, repeat cw in desktop VIM does not repeat\n // insert mode changes. Will conform to that behavior.\n repeat = !vim.lastEditActionCommand ? 1 : repeat;\n var changeObject = macroModeState.lastInsertModeChanges;\n // This isn't strictly necessary, but since lastInsertModeChanges is\n // supposed to be immutable during replay, this helps catch bugs.\n macroModeState.lastInsertModeChanges = {};\n repeatInsertModeChanges(cm, changeObject.changes, repeat);\n macroModeState.lastInsertModeChanges = changeObject;\n }\n }\n vim.inputState = vim.lastEditInputState;\n if (isAction && vim.lastEditActionCommand.interlaceInsertRepeat) {\n // o and O repeat have to be interlaced with insert repeats so that the\n // insertions appear on separate lines instead of the last line.\n for (var i = 0; i < repeat; i++) {\n repeatCommand();\n repeatInsert(1);\n }\n } else {\n if (!repeatForInsert) {\n // Hack to get the cursor to end up at the right place. If I is\n // repeated in insert mode repeat, cursor will be 1 insert\n // change set left of where it should be.\n repeatCommand();\n }\n repeatInsert(repeat);\n }\n vim.inputState = cachedInputState;\n if (vim.insertMode && !repeatForInsert) {\n // Don't exit insert mode twice. If repeatForInsert is set, then we\n // were called by an exitInsertMode call lower on the stack.\n exitInsertMode(cm);\n }\n macroModeState.isPlaying = false;\n };\n\n function repeatInsertModeChanges(cm, changes, repeat) {\n function keyHandler(binding) {\n if (typeof binding == 'string') {\n CodeMirror.commands[binding](cm);\n } else {\n binding(cm);\n }\n return true;\n }\n for (var i = 0; i < repeat; i++) {\n for (var j = 0; j < changes.length; j++) {\n var change = changes[j];\n if (change instanceof InsertModeKey) {\n CodeMirror.lookupKey(change.keyName, ['vim-insert'], keyHandler);\n } else {\n var cur = cm.getCursor();\n cm.replaceRange(change, cur, cur);\n }\n }\n }\n }\n\n resetVimGlobalState();\n return vimApi;\n };\n // Initialize Vim and make it available as an API.\n CodeMirror.Vim = Vim();\n});\n"
},
"$:/plugins/tiddlywiki/codemirror/keymap/sublime.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/keymap/sublime.js",
"module-type": "library",
"text": "// A rough approximation of Sublime Text's keybindings\n// Depends on addon/search/searchcursor.js and optionally addon/dialog/dialogs.js\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"../lib/codemirror\"), require(\"../addon/search/searchcursor\"), require(\"../addon/edit/matchbrackets\"));\n else if (typeof define == \"function\" && define.amd) // AMD\n define([\"../lib/codemirror\", \"../addon/search/searchcursor\", \"../addon/edit/matchbrackets\"], mod);\n else // Plain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n\n var map = CodeMirror.keyMap.sublime = {fallthrough: \"default\"};\n var cmds = CodeMirror.commands;\n var Pos = CodeMirror.Pos;\n var ctrl = CodeMirror.keyMap[\"default\"] == CodeMirror.keyMap.pcDefault ? \"Ctrl-\" : \"Cmd-\";\n\n // This is not exactly Sublime's algorithm. I couldn't make heads or tails of that.\n function findPosSubword(doc, start, dir) {\n if (dir < 0 && start.ch == 0) return doc.clipPos(Pos(start.line - 1));\n var line = doc.getLine(start.line);\n if (dir > 0 && start.ch >= line.length) return doc.clipPos(Pos(start.line + 1, 0));\n var state = \"start\", type;\n for (var pos = start.ch, e = dir < 0 ? 0 : line.length, i = 0; pos != e; pos += dir, i++) {\n var next = line.charAt(dir < 0 ? pos - 1 : pos);\n var cat = next != \"_\" && CodeMirror.isWordChar(next) ? \"w\" : \"o\";\n if (cat == \"w\" && next.toUpperCase() == next) cat = \"W\";\n if (state == \"start\") {\n if (cat != \"o\") { state = \"in\"; type = cat; }\n } else if (state == \"in\") {\n if (type != cat) {\n if (type == \"w\" && cat == \"W\" && dir < 0) pos--;\n if (type == \"W\" && cat == \"w\" && dir > 0) { type = \"w\"; continue; }\n break;\n }\n }\n }\n return Pos(start.line, pos);\n }\n\n function moveSubword(cm, dir) {\n cm.extendSelectionsBy(function(range) {\n if (cm.display.shift || cm.doc.extend || range.empty())\n return findPosSubword(cm.doc, range.head, dir);\n else\n return dir < 0 ? range.from() : range.to();\n });\n }\n\n cmds[map[\"Alt-Left\"] = \"goSubwordLeft\"] = function(cm) { moveSubword(cm, -1); };\n cmds[map[\"Alt-Right\"] = \"goSubwordRight\"] = function(cm) { moveSubword(cm, 1); };\n\n cmds[map[ctrl + \"Up\"] = \"scrollLineUp\"] = function(cm) {\n var info = cm.getScrollInfo();\n if (!cm.somethingSelected()) {\n var visibleBottomLine = cm.lineAtHeight(info.top + info.clientHeight, \"local\");\n if (cm.getCursor().line >= visibleBottomLine)\n cm.execCommand(\"goLineUp\");\n }\n cm.scrollTo(null, info.top - cm.defaultTextHeight());\n };\n cmds[map[ctrl + \"Down\"] = \"scrollLineDown\"] = function(cm) {\n var info = cm.getScrollInfo();\n if (!cm.somethingSelected()) {\n var visibleTopLine = cm.lineAtHeight(info.top, \"local\")+1;\n if (cm.getCursor().line <= visibleTopLine)\n cm.execCommand(\"goLineDown\");\n }\n cm.scrollTo(null, info.top + cm.defaultTextHeight());\n };\n\n cmds[map[\"Shift-\" + ctrl + \"L\"] = \"splitSelectionByLine\"] = function(cm) {\n var ranges = cm.listSelections(), lineRanges = [];\n for (var i = 0; i < ranges.length; i++) {\n var from = ranges[i].from(), to = ranges[i].to();\n for (var line = from.line; line <= to.line; ++line)\n if (!(to.line > from.line && line == to.line && to.ch == 0))\n lineRanges.push({anchor: line == from.line ? from : Pos(line, 0),\n head: line == to.line ? to : Pos(line)});\n }\n cm.setSelections(lineRanges, 0);\n };\n\n map[\"Shift-Tab\"] = \"indentLess\";\n\n cmds[map[\"Esc\"] = \"singleSelectionTop\"] = function(cm) {\n var range = cm.listSelections()[0];\n cm.setSelection(range.anchor, range.head, {scroll: false});\n };\n\n cmds[map[ctrl + \"L\"] = \"selectLine\"] = function(cm) {\n var ranges = cm.listSelections(), extended = [];\n for (var i = 0; i < ranges.length; i++) {\n var range = ranges[i];\n extended.push({anchor: Pos(range.from().line, 0),\n head: Pos(range.to().line + 1, 0)});\n }\n cm.setSelections(extended);\n };\n\n map[\"Shift-\" + ctrl + \"K\"] = \"deleteLine\";\n\n function insertLine(cm, above) {\n cm.operation(function() {\n var len = cm.listSelections().length, newSelection = [], last = -1;\n for (var i = 0; i < len; i++) {\n var head = cm.listSelections()[i].head;\n if (head.line <= last) continue;\n var at = Pos(head.line + (above ? 0 : 1), 0);\n cm.replaceRange(\"\\n\", at, null, \"+insertLine\");\n cm.indentLine(at.line, null, true);\n newSelection.push({head: at, anchor: at});\n last = head.line + 1;\n }\n cm.setSelections(newSelection);\n });\n }\n\n cmds[map[ctrl + \"Enter\"] = \"insertLineAfter\"] = function(cm) { insertLine(cm, false); };\n\n cmds[map[\"Shift-\" + ctrl + \"Enter\"] = \"insertLineBefore\"] = function(cm) { insertLine(cm, true); };\n\n function wordAt(cm, pos) {\n var start = pos.ch, end = start, line = cm.getLine(pos.line);\n while (start && CodeMirror.isWordChar(line.charAt(start - 1))) --start;\n while (end < line.length && CodeMirror.isWordChar(line.charAt(end))) ++end;\n return {from: Pos(pos.line, start), to: Pos(pos.line, end), word: line.slice(start, end)};\n }\n\n cmds[map[ctrl + \"D\"] = \"selectNextOccurrence\"] = function(cm) {\n var from = cm.getCursor(\"from\"), to = cm.getCursor(\"to\");\n var fullWord = cm.state.sublimeFindFullWord == cm.doc.sel;\n if (CodeMirror.cmpPos(from, to) == 0) {\n var word = wordAt(cm, from);\n if (!word.word) return;\n cm.setSelection(word.from, word.to);\n fullWord = true;\n } else {\n var text = cm.getRange(from, to);\n var query = fullWord ? new RegExp(\"\\\\b\" + text + \"\\\\b\") : text;\n var cur = cm.getSearchCursor(query, to);\n if (cur.findNext()) {\n cm.addSelection(cur.from(), cur.to());\n } else {\n cur = cm.getSearchCursor(query, Pos(cm.firstLine(), 0));\n if (cur.findNext())\n cm.addSelection(cur.from(), cur.to());\n }\n }\n if (fullWord)\n cm.state.sublimeFindFullWord = cm.doc.sel;\n };\n\n var mirror = \"(){}[]\";\n function selectBetweenBrackets(cm) {\n var pos = cm.getCursor(), opening = cm.scanForBracket(pos, -1);\n if (!opening) return;\n for (;;) {\n var closing = cm.scanForBracket(pos, 1);\n if (!closing) return;\n if (closing.ch == mirror.charAt(mirror.indexOf(opening.ch) + 1)) {\n cm.setSelection(Pos(opening.pos.line, opening.pos.ch + 1), closing.pos, false);\n return true;\n }\n pos = Pos(closing.pos.line, closing.pos.ch + 1);\n }\n }\n\n cmds[map[\"Shift-\" + ctrl + \"Space\"] = \"selectScope\"] = function(cm) {\n selectBetweenBrackets(cm) || cm.execCommand(\"selectAll\");\n };\n cmds[map[\"Shift-\" + ctrl + \"M\"] = \"selectBetweenBrackets\"] = function(cm) {\n if (!selectBetweenBrackets(cm)) return CodeMirror.Pass;\n };\n\n cmds[map[ctrl + \"M\"] = \"goToBracket\"] = function(cm) {\n cm.extendSelectionsBy(function(range) {\n var next = cm.scanForBracket(range.head, 1);\n if (next && CodeMirror.cmpPos(next.pos, range.head) != 0) return next.pos;\n var prev = cm.scanForBracket(range.head, -1);\n return prev && Pos(prev.pos.line, prev.pos.ch + 1) || range.head;\n });\n };\n\n cmds[map[\"Shift-\" + ctrl + \"Up\"] = \"swapLineUp\"] = function(cm) {\n var ranges = cm.listSelections(), linesToMove = [], at = cm.firstLine() - 1;\n for (var i = 0; i < ranges.length; i++) {\n var range = ranges[i], from = range.from().line - 1, to = range.to().line;\n if (from > at) linesToMove.push(from, to);\n else if (linesToMove.length) linesToMove[linesToMove.length - 1] = to;\n at = to;\n }\n cm.operation(function() {\n for (var i = 0; i < linesToMove.length; i += 2) {\n var from = linesToMove[i], to = linesToMove[i + 1];\n var line = cm.getLine(from);\n cm.replaceRange(\"\", Pos(from, 0), Pos(from + 1, 0), \"+swapLine\");\n if (to > cm.lastLine()) {\n cm.replaceRange(\"\\n\" + line, Pos(cm.lastLine()), null, \"+swapLine\");\n var sels = cm.listSelections(), last = sels[sels.length - 1];\n var head = last.head.line == to ? Pos(to - 1) : last.head;\n var anchor = last.anchor.line == to ? Pos(to - 1) : last.anchor;\n cm.setSelections(sels.slice(0, sels.length - 1).concat([{head: head, anchor: anchor}]));\n } else {\n cm.replaceRange(line + \"\\n\", Pos(to, 0), null, \"+swapLine\");\n }\n }\n cm.scrollIntoView();\n });\n };\n\n cmds[map[\"Shift-\" + ctrl + \"Down\"] = \"swapLineDown\"] = function(cm) {\n var ranges = cm.listSelections(), linesToMove = [], at = cm.lastLine() + 1;\n for (var i = ranges.length - 1; i >= 0; i--) {\n var range = ranges[i], from = range.to().line + 1, to = range.from().line;\n if (from < at) linesToMove.push(from, to);\n else if (linesToMove.length) linesToMove[linesToMove.length - 1] = to;\n at = to;\n }\n cm.operation(function() {\n for (var i = linesToMove.length - 2; i >= 0; i -= 2) {\n var from = linesToMove[i], to = linesToMove[i + 1];\n var line = cm.getLine(from);\n if (from == cm.lastLine())\n cm.replaceRange(\"\", Pos(from - 1), Pos(from), \"+swapLine\");\n else\n cm.replaceRange(\"\", Pos(from, 0), Pos(from + 1, 0), \"+swapLine\");\n cm.replaceRange(line + \"\\n\", Pos(to, 0), null, \"+swapLine\");\n }\n cm.scrollIntoView();\n });\n };\n\n map[ctrl + \"/\"] = \"toggleComment\";\n\n cmds[map[ctrl + \"J\"] = \"joinLines\"] = function(cm) {\n var ranges = cm.listSelections(), joined = [];\n for (var i = 0; i < ranges.length; i++) {\n var range = ranges[i], from = range.from();\n var start = from.line, end = range.to().line;\n while (i < ranges.length - 1 && ranges[i + 1].from().line == end)\n end = ranges[++i].to().line;\n joined.push({start: start, end: end, anchor: !range.empty() && from});\n }\n cm.operation(function() {\n var offset = 0, ranges = [];\n for (var i = 0; i < joined.length; i++) {\n var obj = joined[i];\n var anchor = obj.anchor && Pos(obj.anchor.line - offset, obj.anchor.ch), head;\n for (var line = obj.start; line <= obj.end; line++) {\n var actual = line - offset;\n if (line == obj.end) head = Pos(actual, cm.getLine(actual).length + 1);\n if (actual < cm.lastLine()) {\n cm.replaceRange(\" \", Pos(actual), Pos(actual + 1, /^\\s*/.exec(cm.getLine(actual + 1))[0].length));\n ++offset;\n }\n }\n ranges.push({anchor: anchor || head, head: head});\n }\n cm.setSelections(ranges, 0);\n });\n };\n\n cmds[map[\"Shift-\" + ctrl + \"D\"] = \"duplicateLine\"] = function(cm) {\n cm.operation(function() {\n var rangeCount = cm.listSelections().length;\n for (var i = 0; i < rangeCount; i++) {\n var range = cm.listSelections()[i];\n if (range.empty())\n cm.replaceRange(cm.getLine(range.head.line) + \"\\n\", Pos(range.head.line, 0));\n else\n cm.replaceRange(cm.getRange(range.from(), range.to()), range.from());\n }\n cm.scrollIntoView();\n });\n };\n\n map[ctrl + \"T\"] = \"transposeChars\";\n\n function sortLines(cm, caseSensitive) {\n var ranges = cm.listSelections(), toSort = [], selected;\n for (var i = 0; i < ranges.length; i++) {\n var range = ranges[i];\n if (range.empty()) continue;\n var from = range.from().line, to = range.to().line;\n while (i < ranges.length - 1 && ranges[i + 1].from().line == to)\n to = range[++i].to().line;\n toSort.push(from, to);\n }\n if (toSort.length) selected = true;\n else toSort.push(cm.firstLine(), cm.lastLine());\n\n cm.operation(function() {\n var ranges = [];\n for (var i = 0; i < toSort.length; i += 2) {\n var from = toSort[i], to = toSort[i + 1];\n var start = Pos(from, 0), end = Pos(to);\n var lines = cm.getRange(start, end, false);\n if (caseSensitive)\n lines.sort();\n else\n lines.sort(function(a, b) {\n var au = a.toUpperCase(), bu = b.toUpperCase();\n if (au != bu) { a = au; b = bu; }\n return a < b ? -1 : a == b ? 0 : 1;\n });\n cm.replaceRange(lines, start, end);\n if (selected) ranges.push({anchor: start, head: end});\n }\n if (selected) cm.setSelections(ranges, 0);\n });\n }\n\n cmds[map[\"F9\"] = \"sortLines\"] = function(cm) { sortLines(cm, true); };\n cmds[map[ctrl + \"F9\"] = \"sortLinesInsensitive\"] = function(cm) { sortLines(cm, false); };\n\n cmds[map[\"F2\"] = \"nextBookmark\"] = function(cm) {\n var marks = cm.state.sublimeBookmarks;\n if (marks) while (marks.length) {\n var current = marks.shift();\n var found = current.find();\n if (found) {\n marks.push(current);\n return cm.setSelection(found.from, found.to);\n }\n }\n };\n\n cmds[map[\"Shift-F2\"] = \"prevBookmark\"] = function(cm) {\n var marks = cm.state.sublimeBookmarks;\n if (marks) while (marks.length) {\n marks.unshift(marks.pop());\n var found = marks[marks.length - 1].find();\n if (!found)\n marks.pop();\n else\n return cm.setSelection(found.from, found.to);\n }\n };\n\n cmds[map[ctrl + \"F2\"] = \"toggleBookmark\"] = function(cm) {\n var ranges = cm.listSelections();\n var marks = cm.state.sublimeBookmarks || (cm.state.sublimeBookmarks = []);\n for (var i = 0; i < ranges.length; i++) {\n var from = ranges[i].from(), to = ranges[i].to();\n var found = cm.findMarks(from, to);\n for (var j = 0; j < found.length; j++) {\n if (found[j].sublimeBookmark) {\n found[j].clear();\n for (var k = 0; k < marks.length; k++)\n if (marks[k] == found[j])\n marks.splice(k--, 1);\n break;\n }\n }\n if (j == found.length)\n marks.push(cm.markText(from, to, {sublimeBookmark: true, clearWhenEmpty: false}));\n }\n };\n\n cmds[map[\"Shift-\" + ctrl + \"F2\"] = \"clearBookmarks\"] = function(cm) {\n var marks = cm.state.sublimeBookmarks;\n if (marks) for (var i = 0; i < marks.length; i++) marks[i].clear();\n marks.length = 0;\n };\n\n cmds[map[\"Alt-F2\"] = \"selectBookmarks\"] = function(cm) {\n var marks = cm.state.sublimeBookmarks, ranges = [];\n if (marks) for (var i = 0; i < marks.length; i++) {\n var found = marks[i].find();\n if (!found)\n marks.splice(i--, 0);\n else\n ranges.push({anchor: found.from, head: found.to});\n }\n if (ranges.length)\n cm.setSelections(ranges, 0);\n };\n\n map[\"Alt-Q\"] = \"wrapLines\";\n\n var mapK = CodeMirror.keyMap[\"sublime-Ctrl-K\"] = {auto: \"sublime\", nofallthrough: true};\n\n map[ctrl + \"K\"] = function(cm) {cm.setOption(\"keyMap\", \"sublime-Ctrl-K\");};\n\n function modifyWordOrSelection(cm, mod) {\n cm.operation(function() {\n var ranges = cm.listSelections(), indices = [], replacements = [];\n for (var i = 0; i < ranges.length; i++) {\n var range = ranges[i];\n if (range.empty()) { indices.push(i); replacements.push(\"\"); }\n else replacements.push(mod(cm.getRange(range.from(), range.to())));\n }\n cm.replaceSelections(replacements, \"around\", \"case\");\n for (var i = indices.length - 1, at; i >= 0; i--) {\n var range = ranges[indices[i]];\n if (at && CodeMirror.cmpPos(range.head, at) > 0) continue;\n var word = wordAt(cm, range.head);\n at = word.from;\n cm.replaceRange(mod(word.word), word.from, word.to);\n }\n });\n }\n\n mapK[ctrl + \"Backspace\"] = \"delLineLeft\";\n\n cmds[mapK[ctrl + \"K\"] = \"delLineRight\"] = function(cm) {\n cm.operation(function() {\n var ranges = cm.listSelections();\n for (var i = ranges.length - 1; i >= 0; i--)\n cm.replaceRange(\"\", ranges[i].anchor, Pos(ranges[i].to().line), \"+delete\");\n cm.scrollIntoView();\n });\n };\n\n cmds[mapK[ctrl + \"U\"] = \"upcaseAtCursor\"] = function(cm) {\n modifyWordOrSelection(cm, function(str) { return str.toUpperCase(); });\n };\n cmds[mapK[ctrl + \"L\"] = \"downcaseAtCursor\"] = function(cm) {\n modifyWordOrSelection(cm, function(str) { return str.toLowerCase(); });\n };\n\n cmds[mapK[ctrl + \"Space\"] = \"setSublimeMark\"] = function(cm) {\n if (cm.state.sublimeMark) cm.state.sublimeMark.clear();\n cm.state.sublimeMark = cm.setBookmark(cm.getCursor());\n };\n cmds[mapK[ctrl + \"A\"] = \"selectToSublimeMark\"] = function(cm) {\n var found = cm.state.sublimeMark && cm.state.sublimeMark.find();\n if (found) cm.setSelection(cm.getCursor(), found);\n };\n cmds[mapK[ctrl + \"W\"] = \"deleteToSublimeMark\"] = function(cm) {\n var found = cm.state.sublimeMark && cm.state.sublimeMark.find();\n if (found) {\n var from = cm.getCursor(), to = found;\n if (CodeMirror.cmpPos(from, to) > 0) { var tmp = to; to = from; from = tmp; }\n cm.state.sublimeKilled = cm.getRange(from, to);\n cm.replaceRange(\"\", from, to);\n }\n };\n cmds[mapK[ctrl + \"X\"] = \"swapWithSublimeMark\"] = function(cm) {\n var found = cm.state.sublimeMark && cm.state.sublimeMark.find();\n if (found) {\n cm.state.sublimeMark.clear();\n cm.state.sublimeMark = cm.setBookmark(cm.getCursor());\n cm.setCursor(found);\n }\n };\n cmds[mapK[ctrl + \"Y\"] = \"sublimeYank\"] = function(cm) {\n if (cm.state.sublimeKilled != null)\n cm.replaceSelection(cm.state.sublimeKilled, null, \"paste\");\n };\n\n mapK[ctrl + \"G\"] = \"clearBookmarks\";\n cmds[mapK[ctrl + \"C\"] = \"showInCenter\"] = function(cm) {\n var pos = cm.cursorCoords(null, \"local\");\n cm.scrollTo(null, (pos.top + pos.bottom) / 2 - cm.getScrollInfo().clientHeight / 2);\n };\n\n cmds[map[\"Shift-Alt-Up\"] = \"selectLinesUpward\"] = function(cm) {\n cm.operation(function() {\n var ranges = cm.listSelections();\n for (var i = 0; i < ranges.length; i++) {\n var range = ranges[i];\n if (range.head.line > cm.firstLine())\n cm.addSelection(Pos(range.head.line - 1, range.head.ch));\n }\n });\n };\n cmds[map[\"Shift-Alt-Down\"] = \"selectLinesDownward\"] = function(cm) {\n cm.operation(function() {\n var ranges = cm.listSelections();\n for (var i = 0; i < ranges.length; i++) {\n var range = ranges[i];\n if (range.head.line < cm.lastLine())\n cm.addSelection(Pos(range.head.line + 1, range.head.ch));\n }\n });\n };\n\n function findAndGoTo(cm, forward) {\n var from = cm.getCursor(\"from\"), to = cm.getCursor(\"to\");\n if (CodeMirror.cmpPos(from, to) == 0) {\n var word = wordAt(cm, from);\n if (!word.word) return;\n from = word.from;\n to = word.to;\n }\n\n var query = cm.getRange(from, to);\n var cur = cm.getSearchCursor(query, forward ? to : from);\n\n if (forward ? cur.findNext() : cur.findPrevious()) {\n cm.setSelection(cur.from(), cur.to());\n } else {\n cur = cm.getSearchCursor(query, forward ? Pos(cm.firstLine(), 0)\n : cm.clipPos(Pos(cm.lastLine())));\n if (forward ? cur.findNext() : cur.findPrevious())\n cm.setSelection(cur.from(), cur.to());\n else if (word)\n cm.setSelection(from, to);\n }\n };\n cmds[map[ctrl + \"F3\"] = \"findUnder\"] = function(cm) { findAndGoTo(cm, true); };\n cmds[map[\"Shift-\" + ctrl + \"F3\"] = \"findUnderPrevious\"] = function(cm) { findAndGoTo(cm,false); };\n\n map[\"Shift-\" + ctrl + \"[\"] = \"fold\";\n map[\"Shift-\" + ctrl + \"]\"] = \"unfold\";\n mapK[ctrl + \"0\"] = mapK[ctrl + \"j\"] = \"unfoldAll\";\n\n map[ctrl + \"I\"] = \"findIncremental\";\n map[\"Shift-\" + ctrl + \"I\"] = \"findIncrementalReverse\";\n map[ctrl + \"H\"] = \"replace\";\n map[\"F3\"] = \"findNext\";\n map[\"Shift-F3\"] = \"findPrev\";\n\n});\n"
},
"$:/plugins/tiddlywiki/codemirror/keymap/emacs.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/keymap/emacs.js",
"module-type": "library",
"text": "(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"../lib/codemirror\"));\n else if (typeof define == \"function\" && define.amd) // AMD\n define([\"../lib/codemirror\"], mod);\n else // Plain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n\n var Pos = CodeMirror.Pos;\n function posEq(a, b) { return a.line == b.line && a.ch == b.ch; }\n\n // Kill 'ring'\n\n var killRing = [];\n function addToRing(str) {\n killRing.push(str);\n if (killRing.length > 50) killRing.shift();\n }\n function growRingTop(str) {\n if (!killRing.length) return addToRing(str);\n killRing[killRing.length - 1] += str;\n }\n function getFromRing(n) { return killRing[killRing.length - (n ? Math.min(n, 1) : 1)] || \"\"; }\n function popFromRing() { if (killRing.length > 1) killRing.pop(); return getFromRing(); }\n\n var lastKill = null;\n\n function kill(cm, from, to, mayGrow, text) {\n if (text == null) text = cm.getRange(from, to);\n\n if (mayGrow && lastKill && lastKill.cm == cm && posEq(from, lastKill.pos) && cm.isClean(lastKill.gen))\n growRingTop(text);\n else\n addToRing(text);\n cm.replaceRange(\"\", from, to, \"+delete\");\n\n if (mayGrow) lastKill = {cm: cm, pos: from, gen: cm.changeGeneration()};\n else lastKill = null;\n }\n\n // Boundaries of various units\n\n function byChar(cm, pos, dir) {\n return cm.findPosH(pos, dir, \"char\", true);\n }\n\n function byWord(cm, pos, dir) {\n return cm.findPosH(pos, dir, \"word\", true);\n }\n\n function byLine(cm, pos, dir) {\n return cm.findPosV(pos, dir, \"line\", cm.doc.sel.goalColumn);\n }\n\n function byPage(cm, pos, dir) {\n return cm.findPosV(pos, dir, \"page\", cm.doc.sel.goalColumn);\n }\n\n function byParagraph(cm, pos, dir) {\n var no = pos.line, line = cm.getLine(no);\n var sawText = /\\S/.test(dir < 0 ? line.slice(0, pos.ch) : line.slice(pos.ch));\n var fst = cm.firstLine(), lst = cm.lastLine();\n for (;;) {\n no += dir;\n if (no < fst || no > lst)\n return cm.clipPos(Pos(no - dir, dir < 0 ? 0 : null));\n line = cm.getLine(no);\n var hasText = /\\S/.test(line);\n if (hasText) sawText = true;\n else if (sawText) return Pos(no, 0);\n }\n }\n\n function bySentence(cm, pos, dir) {\n var line = pos.line, ch = pos.ch;\n var text = cm.getLine(pos.line), sawWord = false;\n for (;;) {\n var next = text.charAt(ch + (dir < 0 ? -1 : 0));\n if (!next) { // End/beginning of line reached\n if (line == (dir < 0 ? cm.firstLine() : cm.lastLine())) return Pos(line, ch);\n text = cm.getLine(line + dir);\n if (!/\\S/.test(text)) return Pos(line, ch);\n line += dir;\n ch = dir < 0 ? text.length : 0;\n continue;\n }\n if (sawWord && /[!?.]/.test(next)) return Pos(line, ch + (dir > 0 ? 1 : 0));\n if (!sawWord) sawWord = /\\w/.test(next);\n ch += dir;\n }\n }\n\n function byExpr(cm, pos, dir) {\n var wrap;\n if (cm.findMatchingBracket && (wrap = cm.findMatchingBracket(pos, true))\n && wrap.match && (wrap.forward ? 1 : -1) == dir)\n return dir > 0 ? Pos(wrap.to.line, wrap.to.ch + 1) : wrap.to;\n\n for (var first = true;; first = false) {\n var token = cm.getTokenAt(pos);\n var after = Pos(pos.line, dir < 0 ? token.start : token.end);\n if (first && dir > 0 && token.end == pos.ch || !/\\w/.test(token.string)) {\n var newPos = cm.findPosH(after, dir, \"char\");\n if (posEq(after, newPos)) return pos;\n else pos = newPos;\n } else {\n return after;\n }\n }\n }\n\n // Prefixes (only crudely supported)\n\n function getPrefix(cm, precise) {\n var digits = cm.state.emacsPrefix;\n if (!digits) return precise ? null : 1;\n clearPrefix(cm);\n return digits == \"-\" ? -1 : Number(digits);\n }\n\n function repeated(cmd) {\n var f = typeof cmd == \"string\" ? function(cm) { cm.execCommand(cmd); } : cmd;\n return function(cm) {\n var prefix = getPrefix(cm);\n f(cm);\n for (var i = 1; i < prefix; ++i) f(cm);\n };\n }\n\n function findEnd(cm, by, dir) {\n var pos = cm.getCursor(), prefix = getPrefix(cm);\n if (prefix < 0) { dir = -dir; prefix = -prefix; }\n for (var i = 0; i < prefix; ++i) {\n var newPos = by(cm, pos, dir);\n if (posEq(newPos, pos)) break;\n pos = newPos;\n }\n return pos;\n }\n\n function move(by, dir) {\n var f = function(cm) {\n cm.extendSelection(findEnd(cm, by, dir));\n };\n f.motion = true;\n return f;\n }\n\n function killTo(cm, by, dir) {\n kill(cm, cm.getCursor(), findEnd(cm, by, dir), true);\n }\n\n function addPrefix(cm, digit) {\n if (cm.state.emacsPrefix) {\n if (digit != \"-\") cm.state.emacsPrefix += digit;\n return;\n }\n // Not active yet\n cm.state.emacsPrefix = digit;\n cm.on(\"keyHandled\", maybeClearPrefix);\n cm.on(\"inputRead\", maybeDuplicateInput);\n }\n\n var prefixPreservingKeys = {\"Alt-G\": true, \"Ctrl-X\": true, \"Ctrl-Q\": true, \"Ctrl-U\": true};\n\n function maybeClearPrefix(cm, arg) {\n if (!cm.state.emacsPrefixMap && !prefixPreservingKeys.hasOwnProperty(arg))\n clearPrefix(cm);\n }\n\n function clearPrefix(cm) {\n cm.state.emacsPrefix = null;\n cm.off(\"keyHandled\", maybeClearPrefix);\n cm.off(\"inputRead\", maybeDuplicateInput);\n }\n\n function maybeDuplicateInput(cm, event) {\n var dup = getPrefix(cm);\n if (dup > 1 && event.origin == \"+input\") {\n var one = event.text.join(\"\\n\"), txt = \"\";\n for (var i = 1; i < dup; ++i) txt += one;\n cm.replaceSelection(txt);\n }\n }\n\n function addPrefixMap(cm) {\n cm.state.emacsPrefixMap = true;\n cm.addKeyMap(prefixMap);\n cm.on(\"keyHandled\", maybeRemovePrefixMap);\n cm.on(\"inputRead\", maybeRemovePrefixMap);\n }\n\n function maybeRemovePrefixMap(cm, arg) {\n if (typeof arg == \"string\" && (/^\\d$/.test(arg) || arg == \"Ctrl-U\")) return;\n cm.removeKeyMap(prefixMap);\n cm.state.emacsPrefixMap = false;\n cm.off(\"keyHandled\", maybeRemovePrefixMap);\n cm.off(\"inputRead\", maybeRemovePrefixMap);\n }\n\n // Utilities\n\n function setMark(cm) {\n cm.setCursor(cm.getCursor());\n cm.setExtending(!cm.getExtending());\n cm.on(\"change\", function() { cm.setExtending(false); });\n }\n\n function clearMark(cm) {\n cm.setExtending(false);\n cm.setCursor(cm.getCursor());\n }\n\n function getInput(cm, msg, f) {\n if (cm.openDialog)\n cm.openDialog(msg + \": <input type=\\\"text\\\" style=\\\"width: 10em\\\"/>\", f, {bottom: true});\n else\n f(prompt(msg, \"\"));\n }\n\n function operateOnWord(cm, op) {\n var start = cm.getCursor(), end = cm.findPosH(start, 1, \"word\");\n cm.replaceRange(op(cm.getRange(start, end)), start, end);\n cm.setCursor(end);\n }\n\n function toEnclosingExpr(cm) {\n var pos = cm.getCursor(), line = pos.line, ch = pos.ch;\n var stack = [];\n while (line >= cm.firstLine()) {\n var text = cm.getLine(line);\n for (var i = ch == null ? text.length : ch; i > 0;) {\n var ch = text.charAt(--i);\n if (ch == \")\")\n stack.push(\"(\");\n else if (ch == \"]\")\n stack.push(\"[\");\n else if (ch == \"}\")\n stack.push(\"{\");\n else if (/[\\(\\{\\[]/.test(ch) && (!stack.length || stack.pop() != ch))\n return cm.extendSelection(Pos(line, i));\n }\n --line; ch = null;\n }\n }\n\n function quit(cm) {\n cm.execCommand(\"clearSearch\");\n clearMark(cm);\n }\n\n // Actual keymap\n\n var keyMap = CodeMirror.keyMap.emacs = {\n \"Ctrl-W\": function(cm) {kill(cm, cm.getCursor(\"start\"), cm.getCursor(\"end\"));},\n \"Ctrl-K\": repeated(function(cm) {\n var start = cm.getCursor(), end = cm.clipPos(Pos(start.line));\n var text = cm.getRange(start, end);\n if (!/\\S/.test(text)) {\n text += \"\\n\";\n end = Pos(start.line + 1, 0);\n }\n kill(cm, start, end, true, text);\n }),\n \"Alt-W\": function(cm) {\n addToRing(cm.getSelection());\n clearMark(cm);\n },\n \"Ctrl-Y\": function(cm) {\n var start = cm.getCursor();\n cm.replaceRange(getFromRing(getPrefix(cm)), start, start, \"paste\");\n cm.setSelection(start, cm.getCursor());\n },\n \"Alt-Y\": function(cm) {cm.replaceSelection(popFromRing(), \"around\", \"paste\");},\n\n \"Ctrl-Space\": setMark, \"Ctrl-Shift-2\": setMark,\n\n \"Ctrl-F\": move(byChar, 1), \"Ctrl-B\": move(byChar, -1),\n \"Right\": move(byChar, 1), \"Left\": move(byChar, -1),\n \"Ctrl-D\": function(cm) { killTo(cm, byChar, 1); },\n \"Delete\": function(cm) { killTo(cm, byChar, 1); },\n \"Ctrl-H\": function(cm) { killTo(cm, byChar, -1); },\n \"Backspace\": function(cm) { killTo(cm, byChar, -1); },\n\n \"Alt-F\": move(byWord, 1), \"Alt-B\": move(byWord, -1),\n \"Alt-D\": function(cm) { killTo(cm, byWord, 1); },\n \"Alt-Backspace\": function(cm) { killTo(cm, byWord, -1); },\n\n \"Ctrl-N\": move(byLine, 1), \"Ctrl-P\": move(byLine, -1),\n \"Down\": move(byLine, 1), \"Up\": move(byLine, -1),\n \"Ctrl-A\": \"goLineStart\", \"Ctrl-E\": \"goLineEnd\",\n \"End\": \"goLineEnd\", \"Home\": \"goLineStart\",\n\n \"Alt-V\": move(byPage, -1), \"Ctrl-V\": move(byPage, 1),\n \"PageUp\": move(byPage, -1), \"PageDown\": move(byPage, 1),\n\n \"Ctrl-Up\": move(byParagraph, -1), \"Ctrl-Down\": move(byParagraph, 1),\n\n \"Alt-A\": move(bySentence, -1), \"Alt-E\": move(bySentence, 1),\n \"Alt-K\": function(cm) { killTo(cm, bySentence, 1); },\n\n \"Ctrl-Alt-K\": function(cm) { killTo(cm, byExpr, 1); },\n \"Ctrl-Alt-Backspace\": function(cm) { killTo(cm, byExpr, -1); },\n \"Ctrl-Alt-F\": move(byExpr, 1), \"Ctrl-Alt-B\": move(byExpr, -1),\n\n \"Shift-Ctrl-Alt-2\": function(cm) {\n cm.setSelection(findEnd(cm, byExpr, 1), cm.getCursor());\n },\n \"Ctrl-Alt-T\": function(cm) {\n var leftStart = byExpr(cm, cm.getCursor(), -1), leftEnd = byExpr(cm, leftStart, 1);\n var rightEnd = byExpr(cm, leftEnd, 1), rightStart = byExpr(cm, rightEnd, -1);\n cm.replaceRange(cm.getRange(rightStart, rightEnd) + cm.getRange(leftEnd, rightStart) +\n cm.getRange(leftStart, leftEnd), leftStart, rightEnd);\n },\n \"Ctrl-Alt-U\": repeated(toEnclosingExpr),\n\n \"Alt-Space\": function(cm) {\n var pos = cm.getCursor(), from = pos.ch, to = pos.ch, text = cm.getLine(pos.line);\n while (from && /\\s/.test(text.charAt(from - 1))) --from;\n while (to < text.length && /\\s/.test(text.charAt(to))) ++to;\n cm.replaceRange(\" \", Pos(pos.line, from), Pos(pos.line, to));\n },\n \"Ctrl-O\": repeated(function(cm) { cm.replaceSelection(\"\\n\", \"start\"); }),\n \"Ctrl-T\": repeated(function(cm) {\n cm.execCommand(\"transposeChars\");\n }),\n\n \"Alt-C\": repeated(function(cm) {\n operateOnWord(cm, function(w) {\n var letter = w.search(/\\w/);\n if (letter == -1) return w;\n return w.slice(0, letter) + w.charAt(letter).toUpperCase() + w.slice(letter + 1).toLowerCase();\n });\n }),\n \"Alt-U\": repeated(function(cm) {\n operateOnWord(cm, function(w) { return w.toUpperCase(); });\n }),\n \"Alt-L\": repeated(function(cm) {\n operateOnWord(cm, function(w) { return w.toLowerCase(); });\n }),\n\n \"Alt-;\": \"toggleComment\",\n\n \"Ctrl-/\": repeated(\"undo\"), \"Shift-Ctrl--\": repeated(\"undo\"),\n \"Ctrl-Z\": repeated(\"undo\"), \"Cmd-Z\": repeated(\"undo\"),\n \"Shift-Alt-,\": \"goDocStart\", \"Shift-Alt-.\": \"goDocEnd\",\n \"Ctrl-S\": \"findNext\", \"Ctrl-R\": \"findPrev\", \"Ctrl-G\": quit, \"Shift-Alt-5\": \"replace\",\n \"Alt-/\": \"autocomplete\",\n \"Ctrl-J\": \"newlineAndIndent\", \"Enter\": false, \"Tab\": \"indentAuto\",\n\n \"Alt-G\": function(cm) {cm.setOption(\"keyMap\", \"emacs-Alt-G\");},\n \"Ctrl-X\": function(cm) {cm.setOption(\"keyMap\", \"emacs-Ctrl-X\");},\n \"Ctrl-Q\": function(cm) {cm.setOption(\"keyMap\", \"emacs-Ctrl-Q\");},\n \"Ctrl-U\": addPrefixMap\n };\n\n CodeMirror.keyMap[\"emacs-Ctrl-X\"] = {\n \"Tab\": function(cm) {\n cm.indentSelection(getPrefix(cm, true) || cm.getOption(\"indentUnit\"));\n },\n \"Ctrl-X\": function(cm) {\n cm.setSelection(cm.getCursor(\"head\"), cm.getCursor(\"anchor\"));\n },\n\n \"Ctrl-S\": \"save\", \"Ctrl-W\": \"save\", \"S\": \"saveAll\", \"F\": \"open\", \"U\": repeated(\"undo\"), \"K\": \"close\",\n \"Delete\": function(cm) { kill(cm, cm.getCursor(), bySentence(cm, cm.getCursor(), 1), true); },\n auto: \"emacs\", nofallthrough: true, disableInput: true\n };\n\n CodeMirror.keyMap[\"emacs-Alt-G\"] = {\n \"G\": function(cm) {\n var prefix = getPrefix(cm, true);\n if (prefix != null && prefix > 0) return cm.setCursor(prefix - 1);\n\n getInput(cm, \"Goto line\", function(str) {\n var num;\n if (str && !isNaN(num = Number(str)) && num == num|0 && num > 0)\n cm.setCursor(num - 1);\n });\n },\n auto: \"emacs\", nofallthrough: true, disableInput: true\n };\n\n CodeMirror.keyMap[\"emacs-Ctrl-Q\"] = {\n \"Tab\": repeated(\"insertTab\"),\n auto: \"emacs\", nofallthrough: true\n };\n\n var prefixMap = {\"Ctrl-G\": clearPrefix};\n function regPrefix(d) {\n prefixMap[d] = function(cm) { addPrefix(cm, d); };\n keyMap[\"Ctrl-\" + d] = function(cm) { addPrefix(cm, d); };\n prefixPreservingKeys[\"Ctrl-\" + d] = true;\n }\n for (var i = 0; i < 10; ++i) regPrefix(String(i));\n regPrefix(\"-\");\n});\n"
},
"$:/plugins/tiddlywiki/codemirror/readme": {
"title": "$:/plugins/tiddlywiki/codemirror/readme",
"text": "This plugin provides an enhanced text editor component based on [[CodeMirror|http://codemirror.net]]. It provides several advantages over the default browser text editor:\n\n* Code colouring for many languages (see [[the official documentation here|http://codemirror.net/mode/index.html]])\n* Auto closing brackets and tags\n* Folding brackets, comments, and tags\n* Auto-completion\n\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror]]\n"
},
"$:/plugins/tiddlywiki/codemirror/styles": {
"title": "$:/plugins/tiddlywiki/codemirror/styles",
"tags": "[[$:/tags/Stylesheet]]",
"text": "/* Make the editor resize to fit its content */\n\n.CodeMirror {\n\theight: auto;\n\tborder: 1px solid #ddd;\n\tline-height: 1.5;\n\tfont-family: \"Monaco\", monospace;\n}\n\n.CodeMirror-scroll {\n\toverflow-x: auto;\n\toverflow-y: hidden;\t\n}\n"
},
"$:/plugins/tiddlywiki/codemirror/usage": {
"title": "$:/plugins/tiddlywiki/codemirror/usage",
"text": "! Setting ~CodeMirror Content Types\n\nYou can determine which tiddler content types are edited by the ~CodeMirror widget by creating or modifying special tiddlers whose prefix is comprised of the string `$:/config/EditorTypeMappings/` concatenated with the content type. The text of that tiddler gives the editor type to be used (eg, ''text'', ''bitmap'', ''codemirror'').\n\nThe current editor type mappings are shown in [[$:/ControlPanel]] under the \"Advanced\" tab.\n\n! ~CodeMirror Configuration\n\nYou can configure the ~CodeMirror plugin by creating a tiddler called [[$:/config/CodeMirror]] containing a JSON configuration object. The configuration tiddler must have its type field set to `application/json` to take effect.\n\nSee http://codemirror.net/ for details of available configuration options.\n\nFor example:\n\n```\n{\n \"require\": [\n \"$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/search/searchcursor.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js\",\n \"$:/plugins/tiddlywiki/codemirror/keymap/vim.js\",\n \"$:/plugins/tiddlywiki/codemirror/keymap/emacs.js\"\n ],\n \"configuration\": {\n \"keyMap\": \"vim\",\n \"matchBrackets\":true,\n \"showCursorWhenSelecting\": true\n }\n}\n```\n\n!! Basic working configuration\n\n# Create a tiddler called `$:/config/CodeMirror`\n\n# The type of the tiddler has to be set to `application/json`\n\n# The text of the tiddler is the following: \n\n```\n{\n \"require\": [\n \"$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js\"\n ],\n \"configuration\": {\n \"matchBrackets\":true,\n \"showCursorWhenSelecting\": true\n }\n}\n\n```\n\n# You should see line numbers when editing a tiddler\n# When editing a tiddler, no matter what the type of the tiddler is set to, you should see matching brackets being highlighted whenever the cursor is next to one of them\n# If you edit a tiddler with the type `application/javascript` or `application/json` you should see the code being syntax highlighted\n\n!! Add HTML syntax highlighting\n\n# Create a tiddler `$:/plugins/tiddlywiki/codemirror/mode/xml/xml.js`\n## Add a field `module-type` and set it to ''library''\n## Set the field `type` to ''application/javascript''\n## Set the text field of the tiddler with the javascript code from this link : [[https://raw.githubusercontent.com/codemirror/CodeMirror/master/mode/xml/xml.js]]\n# Set the text field of the tiddler `$:/config/CodeMirror` to:\n\n```\n{\n \"require\": [\n \"$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js\",\n \"$:/plugins/tiddlywiki/codemirror/mode/xml/xml.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js\"\n ],\n \"configuration\": {\n \"showCursorWhenSelecting\": true,\n \"matchBrackets\":true\n }\n}\n```\n# Edit a tiddler with the type `text/html` and write some html code. You should see your code being coloured\n\n!! Add a non-existing language mode\n\nHere's an example of adding a new language mode - in this case, the language C.\n\n\n# Create a tiddler `$:/plugins/tiddlywiki/codemirror/mode/clike/clike.js`\n## Add a field `module-type` and set it to ''library''\n## Set the field `type` to ''application/javascript''\n## Set the text field of the tiddler with the javascript code from this link : [[https://raw.githubusercontent.com/codemirror/CodeMirror/master/mode/clike/clike.js]]\n# Set the text field of the tiddler `$:/config/CodeMirror` to:\n\n```\n{\n \"require\": [\n \"$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js\",\n \"$:/plugins/tiddlywiki/codemirror/mode/clike/clike.js\"\n ],\n \"configuration\": {\n \"showCursorWhenSelecting\": true\n }\n}\n```\n\n# Add the correct ~EditorTypeMappings tiddler\n## Find the matching MIME type. If you go on the [[CodeMirror documentation for language modes|http://codemirror.net/mode/index.html]] you can see the [[documentation for the c-like mode|http://codemirror.net/mode/clike/index.html]]. In this documentation, at the end you will be told the MIME types defined. Here it's ''text/x-csrc''\n## Add the tiddler: `$:/config/EditorTypeMappings/text/x-csrc` and fill the text field with : ''codemirror''\n\nIf you edit a tiddler with the type `text/x-csrc` and write some code in C, you should see your text being coloured.\n\n!! Add matching tags\n\n# Add XML and HTML colouring\n# Create a tiddler `$:/plugins/tiddlywiki/codemirror/addon/edit/matchtags.js`\n## Add a field `module-type` and set it to ''library''\n## Set the field `type` to ''application/javascript''\n## Set the text field of the tiddler with the javascript code from this link : [[http://codemirror.net/addon/edit/matchtags.js]]\n# Set the text field of the tiddler `$:/config/CodeMirror` to:\n\n```\n{\n \"require\": [\n \"$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/edit/matchtags.js\",\n \"$:/plugins/tiddlywiki/codemirror/mode/xml/xml.js\"\n ],\n \"configuration\": {\n \"showCursorWhenSelecting\": true,\n \"matchTags\": {\"bothTags\": true},\n \"extraKeys\": {\"Ctrl-J\": \"toMatchingTag\"}\n }\n}\n```\n\nEdit a tiddler that has the type :`text/htm` and write this code:\n\n```\n<html>\n <div id=\"click here and press CTRL+J\">\n <ul>\n <li>\n </li>\n </ul>\n </div>\n</html>\n```\n\nIf you click on a tag and press CTRL+J, your cursor will select the matching tag. Supposedly, it should highlight the pair when clicking a tag. However, that part doesn't work.\n\n!! Adding closing tags\n\n# Add the xml mode (see \"Add XML and HTML colouring\")\n# Create a tiddler `$:/plugins/tiddlywiki/codemirror/addon/edit/closetags.js`\n## Add a field `module-type` and set it to ''library''\n## Set the field `type` to ''application/javascript''\n## Set the text field of the tiddler with the javascript code from this link : [[http://codemirror.net/addon/edit/closetag.js]]\n\n# Set the text field of the tiddler `$:/config/CodeMirror` to:\n\n```\n{\n \"require\": [\n \"$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js\",\n \"$:/plugins/tiddlywiki/codemirror/mode/xml/xml.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/edit/closetags.js\"\n ],\n \"configuration\": {\n \"showCursorWhenSelecting\": true,\n \"autoCloseTags\":true\n }\n}\n```\n\nIf you edit a tiddler with the type`text/html` and write:\n\n```\n<html>\n```\n\nThen the closing tag ''</html>'' should automatically appear.\n\n!! Add closing brackets\n\n# Create a tiddler `$:/plugins/tiddlywiki/codemirror/addon/edit/closebrackets.js`\n## Add a field `module-type` and set it to ''library''\n## Set the field `type` to ''application/javascript''\n## Set the text field of the tiddler with the javascript code from this link : [[http://codemirror.net/addon/edit/closebrackets.js]]\n# Set the text field of the tiddler `$:/config/CodeMirror` to:\n\n```\n{\n \"require\": [\n \"$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/edit/closebrackets.js\"\n ],\n\n \"configuration\": {\n\n \"showCursorWhenSelecting\": true,\n \"matchBrackets\":true,\n \"autoCloseBrackets\":true\n }\n}\n```\n\n# If you try to edit any tiddler and write `if(` you should see the bracket closing itself automatically (you will get \"if()\"). It works with (), [], and {}\n# If you try and edit a tiddler with the type `application/javascript`, it will auto-close `()`,`[]`,`{}`,`''` and `\"\"`\n\n!! Adding folding tags\n\n# Create a tiddler `$:/plugins/tiddlywiki/codemirror/addon/fold/foldcode.js`\n## Add a field `module-type` and set it to ''library''\n## Set the field `type` to ''application/javascript''\n## Set the text field of the tiddler with the javascript code from this link : [[http://codemirror.net/addon/fold/foldcode.js]]\n# Repeat the above process for the following tiddlers, but replace the code with the one from the given link:\n## Create a tiddler `$:/plugins/tiddlywiki/codemirror/addon/fold/xml-fold.js`, the code can be found here [[https://raw.githubusercontent.com/codemirror/CodeMirror/master/addon/fold/xml-fold.js]]\n## Create a tiddler `$:/plugins/tiddlywiki/codemirror/addon/fold/foldgutter.js`, the code can be found here [[http://codemirror.net/addon/fold/foldgutter.js]]\n# Create a tiddler `$:/plugins/tiddlywiki/codemirror/addon/fold/foldgutter.css`\n## Add the tag `$:/tags/Stylesheet`\n## Set the text field of the tiddler with the css code from this link : [[http://codemirror.net/addon/fold/foldgutter.css]]\n# Set the text field of the tiddler `$:/config/CodeMirror` to:\n\n```\n{\n \"require\": [\n \"$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js\",\n \"$:/plugins/tiddlywiki/codemirror/mode/xml/xml.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/fold/foldcode.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/fold/xml-fold.js\",\n \"$:/plugins/tiddlywiki/codemirror/addon/fold/foldgutter.js\"\n ],\n \"configuration\": {\n \"showCursorWhenSelecting\": true,\n \"matchTags\": {\"bothTags\": true},\n \"foldGutter\": true,\n \"gutters\": [\"CodeMirror-linenumbers\", \"CodeMirror-foldgutter\"]\n }\n}\n```\n\nNow if you type the below code in a tiddler with the type `text/html`:\n\n```\n<html>\n <div>\n <ul>\n\n </ul>\n </div>\n</html>\n```\n\nYou should see little arrows just next to the line numbers. Clicking on it will have the effect to fold the code (or unfold it).\n"
}
}
}
{
"tiddlers": {
"$:/plugins/tiddlywiki/highlight/highlight.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/highlight/highlight.js",
"module-type": "library",
"text": "!function(e){\"undefined\"!=typeof exports?e(exports):(window.hljs=e({}),\"function\"==typeof define&&define.amd&&define([],function(){return window.hljs}))}(function(e){function n(e){return e.replace(/&/gm,\"&\").replace(/</gm,\"<\").replace(/>/gm,\">\")}function t(e){return e.nodeName.toLowerCase()}function r(e,n){var t=e&&e.exec(n);return t&&0==t.index}function a(e){var n=(e.className+\" \"+(e.parentNode?e.parentNode.className:\"\")).split(/\\s+/);return n=n.map(function(e){return e.replace(/^lang(uage)?-/,\"\")}),n.filter(function(e){return N(e)||/no(-?)highlight/.test(e)})[0]}function o(e,n){var t={};for(var r in e)t[r]=e[r];if(n)for(var r in n)t[r]=n[r];return t}function i(e){var n=[];return function r(e,a){for(var o=e.firstChild;o;o=o.nextSibling)3==o.nodeType?a+=o.nodeValue.length:1==o.nodeType&&(n.push({event:\"start\",offset:a,node:o}),a=r(o,a),t(o).match(/br|hr|img|input/)||n.push({event:\"stop\",offset:a,node:o}));return a}(e,0),n}function c(e,r,a){function o(){return e.length&&r.length?e[0].offset!=r[0].offset?e[0].offset<r[0].offset?e:r:\"start\"==r[0].event?e:r:e.length?e:r}function i(e){function r(e){return\" \"+e.nodeName+'=\"'+n(e.value)+'\"'}l+=\"<\"+t(e)+Array.prototype.map.call(e.attributes,r).join(\"\")+\">\"}function c(e){l+=\"</\"+t(e)+\">\"}function u(e){(\"start\"==e.event?i:c)(e.node)}for(var s=0,l=\"\",f=[];e.length||r.length;){var g=o();if(l+=n(a.substr(s,g[0].offset-s)),s=g[0].offset,g==e){f.reverse().forEach(c);do u(g.splice(0,1)[0]),g=o();while(g==e&&g.length&&g[0].offset==s);f.reverse().forEach(i)}else\"start\"==g[0].event?f.push(g[0].node):f.pop(),u(g.splice(0,1)[0])}return l+n(a.substr(s))}function u(e){function n(e){return e&&e.source||e}function t(t,r){return RegExp(n(t),\"m\"+(e.cI?\"i\":\"\")+(r?\"g\":\"\"))}function r(a,i){if(!a.compiled){if(a.compiled=!0,a.k=a.k||a.bK,a.k){var c={},u=function(n,t){e.cI&&(t=t.toLowerCase()),t.split(\" \").forEach(function(e){var t=e.split(\"|\");c[t[0]]=[n,t[1]?Number(t[1]):1]})};\"string\"==typeof a.k?u(\"keyword\",a.k):Object.keys(a.k).forEach(function(e){u(e,a.k[e])}),a.k=c}a.lR=t(a.l||/\\b[A-Za-z0-9_]+\\b/,!0),i&&(a.bK&&(a.b=\"\\\\b(\"+a.bK.split(\" \").join(\"|\")+\")\\\\b\"),a.b||(a.b=/\\B|\\b/),a.bR=t(a.b),a.e||a.eW||(a.e=/\\B|\\b/),a.e&&(a.eR=t(a.e)),a.tE=n(a.e)||\"\",a.eW&&i.tE&&(a.tE+=(a.e?\"|\":\"\")+i.tE)),a.i&&(a.iR=t(a.i)),void 0===a.r&&(a.r=1),a.c||(a.c=[]);var s=[];a.c.forEach(function(e){e.v?e.v.forEach(function(n){s.push(o(e,n))}):s.push(\"self\"==e?a:e)}),a.c=s,a.c.forEach(function(e){r(e,a)}),a.starts&&r(a.starts,i);var l=a.c.map(function(e){return e.bK?\"\\\\.?(\"+e.b+\")\\\\.?\":e.b}).concat([a.tE,a.i]).map(n).filter(Boolean);a.t=l.length?t(l.join(\"|\"),!0):{exec:function(){return null}}}}r(e)}function s(e,t,a,o){function i(e,n){for(var t=0;t<n.c.length;t++)if(r(n.c[t].bR,e))return n.c[t]}function c(e,n){return r(e.eR,n)?e:e.eW?c(e.parent,n):void 0}function f(e,n){return!a&&r(n.iR,e)}function g(e,n){var t=x.cI?n[0].toLowerCase():n[0];return e.k.hasOwnProperty(t)&&e.k[t]}function p(e,n,t,r){var a=r?\"\":E.classPrefix,o='<span class=\"'+a,i=t?\"\":\"</span>\";return o+=e+'\">',o+n+i}function d(){if(!w.k)return n(y);var e=\"\",t=0;w.lR.lastIndex=0;for(var r=w.lR.exec(y);r;){e+=n(y.substr(t,r.index-t));var a=g(w,r);a?(B+=a[1],e+=p(a[0],n(r[0]))):e+=n(r[0]),t=w.lR.lastIndex,r=w.lR.exec(y)}return e+n(y.substr(t))}function h(){if(w.sL&&!R[w.sL])return n(y);var e=w.sL?s(w.sL,y,!0,L[w.sL]):l(y);return w.r>0&&(B+=e.r),\"continuous\"==w.subLanguageMode&&(L[w.sL]=e.top),p(e.language,e.value,!1,!0)}function v(){return void 0!==w.sL?h():d()}function b(e,t){var r=e.cN?p(e.cN,\"\",!0):\"\";e.rB?(M+=r,y=\"\"):e.eB?(M+=n(t)+r,y=\"\"):(M+=r,y=t),w=Object.create(e,{parent:{value:w}})}function m(e,t){if(y+=e,void 0===t)return M+=v(),0;var r=i(t,w);if(r)return M+=v(),b(r,t),r.rB?0:t.length;var a=c(w,t);if(a){var o=w;o.rE||o.eE||(y+=t),M+=v();do w.cN&&(M+=\"</span>\"),B+=w.r,w=w.parent;while(w!=a.parent);return o.eE&&(M+=n(t)),y=\"\",a.starts&&b(a.starts,\"\"),o.rE?0:t.length}if(f(t,w))throw new Error('Illegal lexeme \"'+t+'\" for mode \"'+(w.cN||\"<unnamed>\")+'\"');return y+=t,t.length||1}var x=N(e);if(!x)throw new Error('Unknown language: \"'+e+'\"');u(x);for(var w=o||x,L={},M=\"\",k=w;k!=x;k=k.parent)k.cN&&(M=p(k.cN,\"\",!0)+M);var y=\"\",B=0;try{for(var C,j,I=0;;){if(w.t.lastIndex=I,C=w.t.exec(t),!C)break;j=m(t.substr(I,C.index-I),C[0]),I=C.index+j}m(t.substr(I));for(var k=w;k.parent;k=k.parent)k.cN&&(M+=\"</span>\");return{r:B,value:M,language:e,top:w}}catch(A){if(-1!=A.message.indexOf(\"Illegal\"))return{r:0,value:n(t)};throw A}}function l(e,t){t=t||E.languages||Object.keys(R);var r={r:0,value:n(e)},a=r;return t.forEach(function(n){if(N(n)){var t=s(n,e,!1);t.language=n,t.r>a.r&&(a=t),t.r>r.r&&(a=r,r=t)}}),a.language&&(r.second_best=a),r}function f(e){return E.tabReplace&&(e=e.replace(/^((<[^>]+>|\\t)+)/gm,function(e,n){return n.replace(/\\t/g,E.tabReplace)})),E.useBR&&(e=e.replace(/\\n/g,\"<br>\")),e}function g(e,n,t){var r=n?x[n]:t,a=[e.trim()];return e.match(/(\\s|^)hljs(\\s|$)/)||a.push(\"hljs\"),r&&a.push(r),a.join(\" \").trim()}function p(e){var n=a(e);if(!/no(-?)highlight/.test(n)){var t;E.useBR?(t=document.createElementNS(\"http://www.w3.org/1999/xhtml\",\"div\"),t.innerHTML=e.innerHTML.replace(/\\n/g,\"\").replace(/<br[ \\/]*>/g,\"\\n\")):t=e;var r=t.textContent,o=n?s(n,r,!0):l(r),u=i(t);if(u.length){var p=document.createElementNS(\"http://www.w3.org/1999/xhtml\",\"div\");p.innerHTML=o.value,o.value=c(u,i(p),r)}o.value=f(o.value),e.innerHTML=o.value,e.className=g(e.className,n,o.language),e.result={language:o.language,re:o.r},o.second_best&&(e.second_best={language:o.second_best.language,re:o.second_best.r})}}function d(e){E=o(E,e)}function h(){if(!h.called){h.called=!0;var e=document.querySelectorAll(\"pre code\");Array.prototype.forEach.call(e,p)}}function v(){addEventListener(\"DOMContentLoaded\",h,!1),addEventListener(\"load\",h,!1)}function b(n,t){var r=R[n]=t(e);r.aliases&&r.aliases.forEach(function(e){x[e]=n})}function m(){return Object.keys(R)}function N(e){return R[e]||R[x[e]]}var E={classPrefix:\"hljs-\",tabReplace:null,useBR:!1,languages:void 0},R={},x={};return e.highlight=s,e.highlightAuto=l,e.fixMarkup=f,e.highlightBlock=p,e.configure=d,e.initHighlighting=h,e.initHighlightingOnLoad=v,e.registerLanguage=b,e.listLanguages=m,e.getLanguage=N,e.inherit=o,e.IR=\"[a-zA-Z][a-zA-Z0-9_]*\",e.UIR=\"[a-zA-Z_][a-zA-Z0-9_]*\",e.NR=\"\\\\b\\\\d+(\\\\.\\\\d+)?\",e.CNR=\"(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)\",e.BNR=\"\\\\b(0b[01]+)\",e.RSR=\"!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~\",e.BE={b:\"\\\\\\\\[\\\\s\\\\S]\",r:0},e.ASM={cN:\"string\",b:\"'\",e:\"'\",i:\"\\\\n\",c:[e.BE]},e.QSM={cN:\"string\",b:'\"',e:'\"',i:\"\\\\n\",c:[e.BE]},e.PWM={b:/\\b(a|an|the|are|I|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such)\\b/},e.CLCM={cN:\"comment\",b:\"//\",e:\"$\",c:[e.PWM]},e.CBCM={cN:\"comment\",b:\"/\\\\*\",e:\"\\\\*/\",c:[e.PWM]},e.HCM={cN:\"comment\",b:\"#\",e:\"$\",c:[e.PWM]},e.NM={cN:\"number\",b:e.NR,r:0},e.CNM={cN:\"number\",b:e.CNR,r:0},e.BNM={cN:\"number\",b:e.BNR,r:0},e.CSSNM={cN:\"number\",b:e.NR+\"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?\",r:0},e.RM={cN:\"regexp\",b:/\\//,e:/\\/[gimuy]*/,i:/\\n/,c:[e.BE,{b:/\\[/,e:/\\]/,r:0,c:[e.BE]}]},e.TM={cN:\"title\",b:e.IR,r:0},e.UTM={cN:\"title\",b:e.UIR,r:0},e});\n"
},
"$:/plugins/tiddlywiki/highlight/registerlanguages.js": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/highlight/registerlanguages.js",
"module-type": "library",
"text": "var hljs = require(\"$:/plugins/tiddlywiki/highlight/highlight.js\");\nhljs.registerLanguage(\"xml\",function(){var t=\"[A-Za-z0-9\\\\._:-]+\",e={b:/<\\?(php)?(?!\\w)/,e:/\\?>/,sL:\"php\",subLanguageMode:\"continuous\"},c={eW:!0,i:/</,r:0,c:[e,{cN:\"attribute\",b:t,r:0},{b:\"=\",r:0,c:[{cN:\"value\",c:[e],v:[{b:/\"/,e:/\"/},{b:/'/,e:/'/},{b:/[^\\s\\/>]+/}]}]}]};return{aliases:[\"html\",\"xhtml\",\"rss\",\"atom\",\"xsl\",\"plist\"],cI:!0,c:[{cN:\"doctype\",b:\"<!DOCTYPE\",e:\">\",r:10,c:[{b:\"\\\\[\",e:\"\\\\]\"}]},{cN:\"comment\",b:\"<!--\",e:\"-->\",r:10},{cN:\"cdata\",b:\"<\\\\!\\\\[CDATA\\\\[\",e:\"\\\\]\\\\]>\",r:10},{cN:\"tag\",b:\"<style(?=\\\\s|>|$)\",e:\">\",k:{title:\"style\"},c:[c],starts:{e:\"</style>\",rE:!0,sL:\"css\"}},{cN:\"tag\",b:\"<script(?=\\\\s|>|$)\",e:\">\",k:{title:\"script\"},c:[c],starts:{e:\"</script>\",rE:!0,sL:\"javascript\"}},e,{cN:\"pi\",b:/<\\?\\w+/,e:/\\?>/,r:10},{cN:\"tag\",b:\"</?\",e:\"/?>\",c:[{cN:\"title\",b:/[^ \\/><\\n\\t]+/,r:0},c]}]}});hljs.registerLanguage(\"cpp\",function(t){var i={keyword:\"false int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using true class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue wchar_t inline delete alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local restrict _Bool complex _Complex _Imaginaryintmax_t uintmax_t int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_tint_least8_t uint_least8_t int_least16_t uint_least16_t int_least32_t uint_least32_tint_least64_t uint_least64_t int_fast8_t uint_fast8_t int_fast16_t uint_fast16_t int_fast32_tuint_fast32_t int_fast64_t uint_fast64_t intptr_t uintptr_t atomic_bool atomic_char atomic_scharatomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llongatomic_ullong atomic_wchar_t atomic_char16_t atomic_char32_t atomic_intmax_t atomic_uintmax_tatomic_intptr_t atomic_uintptr_t atomic_size_t atomic_ptrdiff_t atomic_int_least8_t atomic_int_least16_tatomic_int_least32_t atomic_int_least64_t atomic_uint_least8_t atomic_uint_least16_t atomic_uint_least32_tatomic_uint_least64_t atomic_int_fast8_t atomic_int_fast16_t atomic_int_fast32_t atomic_int_fast64_tatomic_uint_fast8_t atomic_uint_fast16_t atomic_uint_fast32_t atomic_uint_fast64_t\",built_in:\"std string cin cout cerr clog stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf\"};return{aliases:[\"c\",\"h\",\"c++\",\"h++\"],k:i,i:\"</\",c:[t.CLCM,t.CBCM,t.QSM,{cN:\"string\",b:\"'\\\\\\\\?.\",e:\"'\",i:\".\"},{cN:\"number\",b:\"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)\"},t.CNM,{cN:\"preprocessor\",b:\"#\",e:\"$\",k:\"if else elif endif define undef warning error line pragma\",c:[{b:'include\\\\s*[<\"]',e:'[>\"]',k:\"include\",i:\"\\\\n\"},t.CLCM]},{cN:\"stl_container\",b:\"\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<\",e:\">\",k:i,c:[\"self\"]},{b:t.IR+\"::\"},{bK:\"new throw return\",r:0},{cN:\"function\",b:\"(\"+t.IR+\"\\\\s+)+\"+t.IR+\"\\\\s*\\\\(\",rB:!0,e:/[{;=]/,eE:!0,k:i,c:[{b:t.IR+\"\\\\s*\\\\(\",rB:!0,c:[t.TM],r:0},{cN:\"params\",b:/\\(/,e:/\\)/,k:i,r:0,c:[t.CBCM]},t.CLCM,t.CBCM]}]}});hljs.registerLanguage(\"bash\",function(e){var t={cN:\"variable\",v:[{b:/\\$[\\w\\d#@][\\w\\d_]*/},{b:/\\$\\{(.*?)\\}/}]},s={cN:\"string\",b:/\"/,e:/\"/,c:[e.BE,t,{cN:\"variable\",b:/\\$\\(/,e:/\\)/,c:[e.BE]}]},a={cN:\"string\",b:/'/,e:/'/};return{aliases:[\"sh\",\"zsh\"],l:/-?[a-z\\.]+/,k:{keyword:\"if then else elif fi for while in do done case esac function\",literal:\"true false\",built_in:\"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp\",operator:\"-ne -eq -lt -gt -f -d -e -s -l -a\"},c:[{cN:\"shebang\",b:/^#![^\\n]+sh\\s*$/,r:10},{cN:\"function\",b:/\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{/,rB:!0,c:[e.inherit(e.TM,{b:/\\w[\\w\\d_]*/})],r:0},e.HCM,e.NM,s,a,t]}});hljs.registerLanguage(\"java\",function(e){var a=e.UIR+\"(<\"+e.UIR+\">)?\",t=\"false synchronized int abstract float private char boolean static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private\",c=\"(\\\\b(0b[01_]+)|\\\\b0[xX][a-fA-F0-9_]+|(\\\\b[\\\\d_]+(\\\\.[\\\\d_]*)?|\\\\.[\\\\d_]+)([eE][-+]?\\\\d+)?)[lLfF]?\",r={cN:\"number\",b:c,r:0};return{aliases:[\"jsp\"],k:t,i:/<\\//,c:[{cN:\"javadoc\",b:\"/\\\\*\\\\*\",e:\"\\\\*/\",r:0,c:[{cN:\"javadoctag\",b:\"(^|\\\\s)@[A-Za-z]+\"}]},e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:\"class\",bK:\"class interface\",e:/[{;=]/,eE:!0,k:\"class interface\",i:/[:\"\\[\\]]/,c:[{bK:\"extends implements\"},e.UTM]},{bK:\"new throw return\",r:0},{cN:\"function\",b:\"(\"+a+\"\\\\s+)+\"+e.UIR+\"\\\\s*\\\\(\",rB:!0,e:/[{;=]/,eE:!0,k:t,c:[{b:e.UIR+\"\\\\s*\\\\(\",rB:!0,r:0,c:[e.UTM]},{cN:\"params\",b:/\\(/,e:/\\)/,k:t,r:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},r,{cN:\"annotation\",b:\"@[A-Za-z]+\"}]}});hljs.registerLanguage(\"ini\",function(e){return{cI:!0,i:/\\S/,c:[{cN:\"comment\",b:\";\",e:\"$\"},{cN:\"title\",b:\"^\\\\[\",e:\"\\\\]\"},{cN:\"setting\",b:\"^[a-z0-9\\\\[\\\\]_-]+[ \\\\t]*=[ \\\\t]*\",e:\"$\",c:[{cN:\"value\",eW:!0,k:\"on off true false yes no\",c:[e.QSM,e.NM],r:0}]}]}});hljs.registerLanguage(\"objectivec\",function(e){var t={keyword:\"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required\",literal:\"false true FALSE TRUE nil YES NO NULL\",built_in:\"NSString NSData NSDictionary CGRect CGPoint UIButton UILabel UITextView UIWebView MKMapView NSView NSViewController NSWindow NSWindowController NSSet NSUUID NSIndexSet UISegmentedControl NSObject UITableViewDelegate UITableViewDataSource NSThread UIActivityIndicator UITabbar UIToolBar UIBarButtonItem UIImageView NSAutoreleasePool UITableView BOOL NSInteger CGFloat NSException NSLog NSMutableString NSMutableArray NSMutableDictionary NSURL NSIndexPath CGSize UITableViewCell UIView UIViewController UINavigationBar UINavigationController UITabBarController UIPopoverController UIPopoverControllerDelegate UIImage NSNumber UISearchBar NSFetchedResultsController NSFetchedResultsChangeType UIScrollView UIScrollViewDelegate UIEdgeInsets UIColor UIFont UIApplication NSNotFound NSNotificationCenter NSNotification UILocalNotification NSBundle NSFileManager NSTimeInterval NSDate NSCalendar NSUserDefaults UIWindow NSRange NSArray NSError NSURLRequest NSURLConnection NSURLSession NSURLSessionDataTask NSURLSessionDownloadTask NSURLSessionUploadTask NSURLResponseUIInterfaceOrientation MPMoviePlayerController dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once\"},o=/[a-zA-Z@][a-zA-Z0-9_]*/,a=\"@interface @class @protocol @implementation\";return{aliases:[\"m\",\"mm\",\"objc\",\"obj-c\"],k:t,l:o,i:\"</\",c:[e.CLCM,e.CBCM,e.CNM,e.QSM,{cN:\"string\",v:[{b:'@\"',e:'\"',i:\"\\\\n\",c:[e.BE]},{b:\"'\",e:\"[^\\\\\\\\]'\",i:\"[^\\\\\\\\][^']\"}]},{cN:\"preprocessor\",b:\"#\",e:\"$\",c:[{cN:\"title\",v:[{b:'\"',e:'\"'},{b:\"<\",e:\">\"}]}]},{cN:\"class\",b:\"(\"+a.split(\" \").join(\"|\")+\")\\\\b\",e:\"({|$)\",eE:!0,k:a,l:o,c:[e.UTM]},{cN:\"variable\",b:\"\\\\.\"+e.UIR,r:0}]}});hljs.registerLanguage(\"php\",function(e){var c={cN:\"variable\",b:\"\\\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*\"},i={cN:\"preprocessor\",b:/<\\?(php)?|\\?>/},a={cN:\"string\",c:[e.BE,i],v:[{b:'b\"',e:'\"'},{b:\"b'\",e:\"'\"},e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},n={v:[e.BNM,e.CNM]};return{aliases:[\"php3\",\"php4\",\"php5\",\"php6\"],cI:!0,k:\"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally\",c:[e.CLCM,e.HCM,{cN:\"comment\",b:\"/\\\\*\",e:\"\\\\*/\",c:[{cN:\"phpdoc\",b:\"\\\\s@[A-Za-z]+\"},i]},{cN:\"comment\",b:\"__halt_compiler.+?;\",eW:!0,k:\"__halt_compiler\",l:e.UIR},{cN:\"string\",b:\"<<<['\\\"]?\\\\w+['\\\"]?$\",e:\"^\\\\w+;\",c:[e.BE]},i,c,{b:/->+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/},{cN:\"function\",bK:\"function\",e:/[;{]/,eE:!0,i:\"\\\\$|\\\\[|%\",c:[e.UTM,{cN:\"params\",b:\"\\\\(\",e:\"\\\\)\",c:[\"self\",c,e.CBCM,a,n]}]},{cN:\"class\",bK:\"class interface\",e:\"{\",eE:!0,i:/[:\\(\\$\"]/,c:[{bK:\"extends implements\"},e.UTM]},{bK:\"namespace\",e:\";\",i:/[\\.']/,c:[e.UTM]},{bK:\"use\",e:\";\",c:[e.UTM]},{b:\"=>\"},a,n]}});hljs.registerLanguage(\"coffeescript\",function(e){var c={keyword:\"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not\",literal:\"true false null undefined yes no on off\",reserved:\"case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf\",built_in:\"npm require console print module global window document\"},n=\"[A-Za-z$_][0-9A-Za-z$_]*\",t={cN:\"subst\",b:/#\\{/,e:/}/,k:c},r=[e.BNM,e.inherit(e.CNM,{starts:{e:\"(\\\\s*/)?\",r:0}}),{cN:\"string\",v:[{b:/'''/,e:/'''/,c:[e.BE]},{b:/'/,e:/'/,c:[e.BE]},{b:/\"\"\"/,e:/\"\"\"/,c:[e.BE,t]},{b:/\"/,e:/\"/,c:[e.BE,t]}]},{cN:\"regexp\",v:[{b:\"///\",e:\"///\",c:[t,e.HCM]},{b:\"//[gim]*\",r:0},{b:/\\/(?![ *])(\\\\\\/|.)*?\\/[gim]*(?=\\W|$)/}]},{cN:\"property\",b:\"@\"+n},{b:\"`\",e:\"`\",eB:!0,eE:!0,sL:\"javascript\"}];t.c=r;var i=e.inherit(e.TM,{b:n}),s=\"(\\\\(.*\\\\))?\\\\s*\\\\B[-=]>\",o={cN:\"params\",b:\"\\\\([^\\\\(]\",rB:!0,c:[{b:/\\(/,e:/\\)/,k:c,c:[\"self\"].concat(r)}]};return{aliases:[\"coffee\",\"cson\",\"iced\"],k:c,i:/\\/\\*/,c:r.concat([{cN:\"comment\",b:\"###\",e:\"###\",c:[e.PWM]},e.HCM,{cN:\"function\",b:\"^\\\\s*\"+n+\"\\\\s*=\\\\s*\"+s,e:\"[-=]>\",rB:!0,c:[i,o]},{b:/[:\\(,=]\\s*/,r:0,c:[{cN:\"function\",b:s,e:\"[-=]>\",rB:!0,c:[o]}]},{cN:\"class\",bK:\"class\",e:\"$\",i:/[:=\"\\[\\]]/,c:[{bK:\"extends\",eW:!0,i:/[:=\"\\[\\]]/,c:[i]},i]},{cN:\"attribute\",b:n+\":\",e:\":\",rB:!0,rE:!0,r:0}])}});hljs.registerLanguage(\"sql\",function(e){var t={cN:\"comment\",b:\"--\",e:\"$\"};return{cI:!0,i:/[<>]/,c:[{cN:\"operator\",bK:\"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate savepoint release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup\",e:/;/,eW:!0,k:{keyword:\"abs absolute acos action add adddate addtime aes_decrypt aes_encrypt after aggregate all allocate alter analyze and any are as asc ascii asin assertion at atan atan2 atn2 authorization authors avg backup before begin benchmark between bin binlog bit_and bit_count bit_length bit_or bit_xor both by cache call cascade cascaded case cast catalog ceil ceiling chain change changed char_length character_length charindex charset check checksum checksum_agg choose close coalesce coercibility collate collation collationproperty column columns columns_updated commit compress concat concat_ws concurrent connect connection connection_id consistent constraint constraints continue contributors conv convert convert_tz corresponding cos cot count count_big crc32 create cross cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime data database databases datalength date_add date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts datetimeoffsetfromparts day dayname dayofmonth dayofweek dayofyear deallocate declare decode default deferrable deferred degrees delayed delete des_decrypt des_encrypt des_key_file desc describe descriptor diagnostics difference disconnect distinct distinctrow div do domain double drop dumpfile each else elt enclosed encode encrypt end end-exec engine engines eomonth errors escape escaped event eventdata events except exception exec execute exists exp explain export_set extended external extract fast fetch field fields find_in_set first first_value floor flush for force foreign format found found_rows from from_base64 from_days from_unixtime full function get get_format get_lock getdate getutcdate global go goto grant grants greatest group group_concat grouping grouping_id gtid_subset gtid_subtract handler having help hex high_priority hosts hour ident_current ident_incr ident_seed identified identity if ifnull ignore iif ilike immediate in index indicator inet6_aton inet6_ntoa inet_aton inet_ntoa infile initially inner innodb input insert install instr intersect into is is_free_lock is_ipv4 is_ipv4_compat is_ipv4_mapped is_not is_not_null is_used_lock isdate isnull isolation join key kill language last last_day last_insert_id last_value lcase lead leading least leaves left len lenght level like limit lines ln load load_file local localtime localtimestamp locate lock log log10 log2 logfile logs low_priority lower lpad ltrim make_set makedate maketime master master_pos_wait match matched max md5 medium merge microsecond mid min minute mod mode module month monthname mutex name_const names national natural nchar next no no_write_to_binlog not now nullif nvarchar oct octet_length of old_password on only open optimize option optionally or ord order outer outfile output pad parse partial partition password patindex percent_rank percentile_cont percentile_disc period_add period_diff pi plugin position pow power pragma precision prepare preserve primary prior privileges procedure procedure_analyze processlist profile profiles public publishingservername purge quarter query quick quote quotename radians rand read references regexp relative relaylog release release_lock rename repair repeat replace replicate reset restore restrict return returns reverse revoke right rlike rollback rollup round row row_count rows rpad rtrim savepoint schema scroll sec_to_time second section select serializable server session session_user set sha sha1 sha2 share show sign sin size slave sleep smalldatetimefromparts snapshot some soname soundex sounds_like space sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_no_cache sql_small_result sql_variant_property sqlstate sqrt square start starting status std stddev stddev_pop stddev_samp stdev stdevp stop str str_to_date straight_join strcmp string stuff subdate substr substring subtime subtring_index sum switchoffset sysdate sysdatetime sysdatetimeoffset system_user sysutcdatetime table tables tablespace tan temporary terminated tertiary_weights then time time_format time_to_sec timediff timefromparts timestamp timestampadd timestampdiff timezone_hour timezone_minute to to_base64 to_days to_seconds todatetimeoffset trailing transaction translation trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse ucase uncompress uncompressed_length unhex unicode uninstall union unique unix_timestamp unknown unlock update upgrade upped upper usage use user user_resources using utc_date utc_time utc_timestamp uuid uuid_short validate_password_strength value values var var_pop var_samp variables variance varp version view warnings week weekday weekofyear weight_string when whenever where with work write xml xor year yearweek zon\",literal:\"true false null\",built_in:\"array bigint binary bit blob boolean char character date dec decimal float int integer interval number numeric real serial smallint varchar varying int8 serial8 text\"},c:[{cN:\"string\",b:\"'\",e:\"'\",c:[e.BE,{b:\"''\"}]},{cN:\"string\",b:'\"',e:'\"',c:[e.BE,{b:'\"\"'}]},{cN:\"string\",b:\"`\",e:\"`\",c:[e.BE]},e.CNM,e.CBCM,t]},e.CBCM,t]}});hljs.registerLanguage(\"http\",function(){return{i:\"\\\\S\",c:[{cN:\"status\",b:\"^HTTP/[0-9\\\\.]+\",e:\"$\",c:[{cN:\"number\",b:\"\\\\b\\\\d{3}\\\\b\"}]},{cN:\"request\",b:\"^[A-Z]+ (.*?) HTTP/[0-9\\\\.]+$\",rB:!0,e:\"$\",c:[{cN:\"string\",b:\" \",e:\" \",eB:!0,eE:!0}]},{cN:\"attribute\",b:\"^\\\\w\",e:\": \",eE:!0,i:\"\\\\n|\\\\s|=\",starts:{cN:\"string\",e:\"$\"}},{b:\"\\\\n\\\\n\",starts:{sL:\"\",eW:!0}}]}});hljs.registerLanguage(\"makefile\",function(e){var a={cN:\"variable\",b:/\\$\\(/,e:/\\)/,c:[e.BE]};return{aliases:[\"mk\",\"mak\"],c:[e.HCM,{b:/^\\w+\\s*\\W*=/,rB:!0,r:0,starts:{cN:\"constant\",e:/\\s*\\W*=/,eE:!0,starts:{e:/$/,r:0,c:[a]}}},{cN:\"title\",b:/^[\\w]+:\\s*$/},{cN:\"phony\",b:/^\\.PHONY:/,e:/$/,k:\".PHONY\",l:/[\\.\\w]+/},{b:/^\\t+/,e:/$/,r:0,c:[e.QSM,a]}]}});hljs.registerLanguage(\"perl\",function(e){var t=\"getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when\",r={cN:\"subst\",b:\"[$@]\\\\{\",e:\"\\\\}\",k:t},s={b:\"->{\",e:\"}\"},n={cN:\"variable\",v:[{b:/\\$\\d/},{b:/[\\$\\%\\@](\\^\\w\\b|#\\w+(\\:\\:\\w+)*|{\\w+}|\\w+(\\:\\:\\w*)*)/},{b:/[\\$\\%\\@][^\\s\\w{]/,r:0}]},o={cN:\"comment\",b:\"^(__END__|__DATA__)\",e:\"\\\\n$\",r:5},i=[e.BE,r,n],c=[n,e.HCM,o,{cN:\"comment\",b:\"^\\\\=\\\\w\",e:\"\\\\=cut\",eW:!0},s,{cN:\"string\",c:i,v:[{b:\"q[qwxr]?\\\\s*\\\\(\",e:\"\\\\)\",r:5},{b:\"q[qwxr]?\\\\s*\\\\[\",e:\"\\\\]\",r:5},{b:\"q[qwxr]?\\\\s*\\\\{\",e:\"\\\\}\",r:5},{b:\"q[qwxr]?\\\\s*\\\\|\",e:\"\\\\|\",r:5},{b:\"q[qwxr]?\\\\s*\\\\<\",e:\"\\\\>\",r:5},{b:\"qw\\\\s+q\",e:\"q\",r:5},{b:\"'\",e:\"'\",c:[e.BE]},{b:'\"',e:'\"'},{b:\"`\",e:\"`\",c:[e.BE]},{b:\"{\\\\w+}\",c:[],r:0},{b:\"-?\\\\w+\\\\s*\\\\=\\\\>\",c:[],r:0}]},{cN:\"number\",b:\"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b\",r:0},{b:\"(\\\\/\\\\/|\"+e.RSR+\"|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*\",k:\"split return print reverse grep\",r:0,c:[e.HCM,o,{cN:\"regexp\",b:\"(s|tr|y)/(\\\\\\\\.|[^/])*/(\\\\\\\\.|[^/])*/[a-z]*\",r:10},{cN:\"regexp\",b:\"(m|qr)?/\",e:\"/[a-z]*\",c:[e.BE],r:0}]},{cN:\"sub\",bK:\"sub\",e:\"(\\\\s*\\\\(.*?\\\\))?[;{]\",r:5},{cN:\"operator\",b:\"-\\\\w\\\\b\",r:0}];return r.c=c,s.c=c,{aliases:[\"pl\"],k:t,c:c}});hljs.registerLanguage(\"ruby\",function(e){var b=\"[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\]=?\",r=\"and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor\",c={cN:\"yardoctag\",b:\"@[A-Za-z]+\"},a={cN:\"value\",b:\"#<\",e:\">\"},s={cN:\"comment\",v:[{b:\"#\",e:\"$\",c:[c]},{b:\"^\\\\=begin\",e:\"^\\\\=end\",c:[c],r:10},{b:\"^__END__\",e:\"\\\\n$\"}]},n={cN:\"subst\",b:\"#\\\\{\",e:\"}\",k:r},t={cN:\"string\",c:[e.BE,n],v:[{b:/'/,e:/'/},{b:/\"/,e:/\"/},{b:/`/,e:/`/},{b:\"%[qQwWx]?\\\\(\",e:\"\\\\)\"},{b:\"%[qQwWx]?\\\\[\",e:\"\\\\]\"},{b:\"%[qQwWx]?{\",e:\"}\"},{b:\"%[qQwWx]?<\",e:\">\"},{b:\"%[qQwWx]?/\",e:\"/\"},{b:\"%[qQwWx]?%\",e:\"%\"},{b:\"%[qQwWx]?-\",e:\"-\"},{b:\"%[qQwWx]?\\\\|\",e:\"\\\\|\"},{b:/\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b/}]},i={cN:\"params\",b:\"\\\\(\",e:\"\\\\)\",k:r},d=[t,a,s,{cN:\"class\",bK:\"class module\",e:\"$|;\",i:/=/,c:[e.inherit(e.TM,{b:\"[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?\"}),{cN:\"inheritance\",b:\"<\\\\s*\",c:[{cN:\"parent\",b:\"(\"+e.IR+\"::)?\"+e.IR}]},s]},{cN:\"function\",bK:\"def\",e:\" |$|;\",r:0,c:[e.inherit(e.TM,{b:b}),i,s]},{cN:\"constant\",b:\"(::)?(\\\\b[A-Z]\\\\w*(::)?)+\",r:0},{cN:\"symbol\",b:e.UIR+\"(\\\\!|\\\\?)?:\",r:0},{cN:\"symbol\",b:\":\",c:[t,{b:b}],r:0},{cN:\"number\",b:\"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b\",r:0},{cN:\"variable\",b:\"(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))\"},{b:\"(\"+e.RSR+\")\\\\s*\",c:[a,s,{cN:\"regexp\",c:[e.BE,n],i:/\\n/,v:[{b:\"/\",e:\"/[a-z]*\"},{b:\"%r{\",e:\"}[a-z]*\"},{b:\"%r\\\\(\",e:\"\\\\)[a-z]*\"},{b:\"%r!\",e:\"![a-z]*\"},{b:\"%r\\\\[\",e:\"\\\\][a-z]*\"}]}],r:0}];n.c=d,i.c=d;var l=\"[>?]>\",u=\"[\\\\w#]+\\\\(\\\\w+\\\\):\\\\d+:\\\\d+>\",N=\"(\\\\w+-)?\\\\d+\\\\.\\\\d+\\\\.\\\\d(p\\\\d+)?[^>]+>\",o=[{b:/^\\s*=>/,cN:\"status\",starts:{e:\"$\",c:d}},{cN:\"prompt\",b:\"^(\"+l+\"|\"+u+\"|\"+N+\")\",starts:{e:\"$\",c:d}}];return{aliases:[\"rb\",\"gemspec\",\"podspec\",\"thor\",\"irb\"],k:r,c:[s].concat(o).concat(d)}});hljs.registerLanguage(\"apache\",function(e){var r={cN:\"number\",b:\"[\\\\$%]\\\\d+\"};return{aliases:[\"apacheconf\"],cI:!0,c:[e.HCM,{cN:\"tag\",b:\"</?\",e:\">\"},{cN:\"keyword\",b:/\\w+/,r:0,k:{common:\"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername\"},starts:{e:/$/,r:0,k:{literal:\"on off all\"},c:[{cN:\"sqbracket\",b:\"\\\\s\\\\[\",e:\"\\\\]$\"},{cN:\"cbracket\",b:\"[\\\\$%]\\\\{\",e:\"\\\\}\",c:[\"self\",r]},r,e.QSM]}}],i:/\\S/}});hljs.registerLanguage(\"json\",function(e){var t={literal:\"true false null\"},i=[e.QSM,e.CNM],l={cN:\"value\",e:\",\",eW:!0,eE:!0,c:i,k:t},c={b:\"{\",e:\"}\",c:[{cN:\"attribute\",b:'\\\\s*\"',e:'\"\\\\s*:\\\\s*',eB:!0,eE:!0,c:[e.BE],i:\"\\\\n\",starts:l}],i:\"\\\\S\"},n={b:\"\\\\[\",e:\"\\\\]\",c:[e.inherit(l,{cN:null})],i:\"\\\\S\"};return i.splice(i.length,0,c,n),{c:i,k:t,i:\"\\\\S\"}});hljs.registerLanguage(\"css\",function(e){var c=\"[a-zA-Z-][a-zA-Z0-9_-]*\",a={cN:\"function\",b:c+\"\\\\(\",rB:!0,eE:!0,e:\"\\\\(\"};return{cI:!0,i:\"[=/|']\",c:[e.CBCM,{cN:\"id\",b:\"\\\\#[A-Za-z0-9_-]+\"},{cN:\"class\",b:\"\\\\.[A-Za-z0-9_-]+\",r:0},{cN:\"attr_selector\",b:\"\\\\[\",e:\"\\\\]\",i:\"$\"},{cN:\"pseudo\",b:\":(:)?[a-zA-Z0-9\\\\_\\\\-\\\\+\\\\(\\\\)\\\\\\\"\\\\']+\"},{cN:\"at_rule\",b:\"@(font-face|page)\",l:\"[a-z-]+\",k:\"font-face page\"},{cN:\"at_rule\",b:\"@\",e:\"[{;]\",c:[{cN:\"keyword\",b:/\\S+/},{b:/\\s/,eW:!0,eE:!0,r:0,c:[a,e.ASM,e.QSM,e.CSSNM]}]},{cN:\"tag\",b:c,r:0},{cN:\"rules\",b:\"{\",e:\"}\",i:\"[^\\\\s]\",r:0,c:[e.CBCM,{cN:\"rule\",b:\"[^\\\\s]\",rB:!0,e:\";\",eW:!0,c:[{cN:\"attribute\",b:\"[A-Z\\\\_\\\\.\\\\-]+\",e:\":\",eE:!0,i:\"[^\\\\s]\",starts:{cN:\"value\",eW:!0,eE:!0,c:[a,e.CSSNM,e.QSM,e.ASM,e.CBCM,{cN:\"hexcolor\",b:\"#[0-9A-Fa-f]+\"},{cN:\"important\",b:\"!important\"}]}}]}]}]}});hljs.registerLanguage(\"nginx\",function(e){var r={cN:\"variable\",v:[{b:/\\$\\d+/},{b:/\\$\\{/,e:/}/},{b:\"[\\\\$\\\\@]\"+e.UIR}]},b={eW:!0,l:\"[a-z/_]+\",k:{built_in:\"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll\"},r:0,i:\"=>\",c:[e.HCM,{cN:\"string\",c:[e.BE,r],v:[{b:/\"/,e:/\"/},{b:/'/,e:/'/}]},{cN:\"url\",b:\"([a-z]+):/\",e:\"\\\\s\",eW:!0,eE:!0,c:[r]},{cN:\"regexp\",c:[e.BE,r],v:[{b:\"\\\\s\\\\^\",e:\"\\\\s|{|;\",rE:!0},{b:\"~\\\\*?\\\\s+\",e:\"\\\\s|{|;\",rE:!0},{b:\"\\\\*(\\\\.[a-z\\\\-]+)+\"},{b:\"([a-z\\\\-]+\\\\.)+\\\\*\"}]},{cN:\"number\",b:\"\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b\"},{cN:\"number\",b:\"\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b\",r:0},r]};return{aliases:[\"nginxconf\"],c:[e.HCM,{b:e.UIR+\"\\\\s\",e:\";|{\",rB:!0,c:[{cN:\"title\",b:e.UIR,starts:b}],r:0}],i:\"[^\\\\s\\\\}]\"}});hljs.registerLanguage(\"cs\",function(e){var r=\"abstract as base bool break byte case catch char checked const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long null object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async protected public private internal ascending descending from get group into join let orderby partial select set value var where yield\",t=e.IR+\"(<\"+e.IR+\">)?\";return{aliases:[\"csharp\"],k:r,i:/::/,c:[{cN:\"comment\",b:\"///\",e:\"$\",rB:!0,c:[{cN:\"xmlDocTag\",v:[{b:\"///\",r:0},{b:\"<!--|-->\"},{b:\"</?\",e:\">\"}]}]},e.CLCM,e.CBCM,{cN:\"preprocessor\",b:\"#\",e:\"$\",k:\"if else elif endif define undef warning error line region endregion pragma checksum\"},{cN:\"string\",b:'@\"',e:'\"',c:[{b:'\"\"'}]},e.ASM,e.QSM,e.CNM,{bK:\"class namespace interface\",e:/[{;=]/,i:/[^\\s:]/,c:[e.TM,e.CLCM,e.CBCM]},{bK:\"new return throw await\",r:0},{cN:\"function\",b:\"(\"+t+\"\\\\s+)+\"+e.IR+\"\\\\s*\\\\(\",rB:!0,e:/[{;=]/,eE:!0,k:r,c:[{b:e.IR+\"\\\\s*\\\\(\",rB:!0,c:[e.TM],r:0},{cN:\"params\",b:/\\(/,e:/\\)/,k:r,r:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]}]}});hljs.registerLanguage(\"markdown\",function(){return{aliases:[\"md\",\"mkdown\",\"mkd\"],c:[{cN:\"header\",v:[{b:\"^#{1,6}\",e:\"$\"},{b:\"^.+?\\\\n[=-]{2,}$\"}]},{b:\"<\",e:\">\",sL:\"xml\",r:0},{cN:\"bullet\",b:\"^([*+-]|(\\\\d+\\\\.))\\\\s+\"},{cN:\"strong\",b:\"[*_]{2}.+?[*_]{2}\"},{cN:\"emphasis\",v:[{b:\"\\\\*.+?\\\\*\"},{b:\"_.+?_\",r:0}]},{cN:\"blockquote\",b:\"^>\\\\s+\",e:\"$\"},{cN:\"code\",v:[{b:\"`.+?`\"},{b:\"^( {4}|\t)\",e:\"$\",r:0}]},{cN:\"horizontal_rule\",b:\"^[-\\\\*]{3,}\",e:\"$\"},{b:\"\\\\[.+?\\\\][\\\\(\\\\[].*?[\\\\)\\\\]]\",rB:!0,c:[{cN:\"link_label\",b:\"\\\\[\",e:\"\\\\]\",eB:!0,rE:!0,r:0},{cN:\"link_url\",b:\"\\\\]\\\\(\",e:\"\\\\)\",eB:!0,eE:!0},{cN:\"link_reference\",b:\"\\\\]\\\\[\",e:\"\\\\]\",eB:!0,eE:!0}],r:10},{b:\"^\\\\[.+\\\\]:\",rB:!0,c:[{cN:\"link_reference\",b:\"\\\\[\",e:\"\\\\]:\",eB:!0,eE:!0,starts:{cN:\"link_url\",e:\"$\"}}]}]}});hljs.registerLanguage(\"diff\",function(){return{aliases:[\"patch\"],c:[{cN:\"chunk\",r:10,v:[{b:/^\\@\\@ +\\-\\d+,\\d+ +\\+\\d+,\\d+ +\\@\\@$/},{b:/^\\*\\*\\* +\\d+,\\d+ +\\*\\*\\*\\*$/},{b:/^\\-\\-\\- +\\d+,\\d+ +\\-\\-\\-\\-$/}]},{cN:\"header\",v:[{b:/Index: /,e:/$/},{b:/=====/,e:/=====$/},{b:/^\\-\\-\\-/,e:/$/},{b:/^\\*{3} /,e:/$/},{b:/^\\+\\+\\+/,e:/$/},{b:/\\*{5}/,e:/\\*{5}$/}]},{cN:\"addition\",b:\"^\\\\+\",e:\"$\"},{cN:\"deletion\",b:\"^\\\\-\",e:\"$\"},{cN:\"change\",b:\"^\\\\!\",e:\"$\"}]}});hljs.registerLanguage(\"javascript\",function(r){return{aliases:[\"js\"],k:{keyword:\"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class\",literal:\"true false null undefined NaN Infinity\",built_in:\"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document\"},c:[{cN:\"pi\",r:10,v:[{b:/^\\s*('|\")use strict('|\")/},{b:/^\\s*('|\")use asm('|\")/}]},r.ASM,r.QSM,r.CLCM,r.CBCM,r.CNM,{b:\"(\"+r.RSR+\"|\\\\b(case|return|throw)\\\\b)\\\\s*\",k:\"return throw case\",c:[r.CLCM,r.CBCM,r.RM,{b:/</,e:/>;/,r:0,sL:\"xml\"}],r:0},{cN:\"function\",bK:\"function\",e:/\\{/,eE:!0,c:[r.inherit(r.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{cN:\"params\",b:/\\(/,e:/\\)/,c:[r.CLCM,r.CBCM],i:/[\"'\\(]/}],i:/\\[|%/},{b:/\\$[(.]/},{b:\"\\\\.\"+r.IR,r:0}]}});hljs.registerLanguage(\"python\",function(e){var r={cN:\"prompt\",b:/^(>>>|\\.\\.\\.) /},b={cN:\"string\",c:[e.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,c:[r],r:10},{b:/(u|b)?r?\"\"\"/,e:/\"\"\"/,c:[r],r:10},{b:/(u|r|ur)'/,e:/'/,r:10},{b:/(u|r|ur)\"/,e:/\"/,r:10},{b:/(b|br)'/,e:/'/},{b:/(b|br)\"/,e:/\"/},e.ASM,e.QSM]},l={cN:\"number\",r:0,v:[{b:e.BNR+\"[lLjJ]?\"},{b:\"\\\\b(0o[0-7]+)[lLjJ]?\"},{b:e.CNR+\"[lLjJ]?\"}]},c={cN:\"params\",b:/\\(/,e:/\\)/,c:[\"self\",r,l,b]};return{aliases:[\"py\",\"gyp\"],k:{keyword:\"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda nonlocal|10 None True False\",built_in:\"Ellipsis NotImplemented\"},i:/(<\\/|->|\\?)/,c:[r,l,b,e.HCM,{v:[{cN:\"function\",bK:\"def\",r:10},{cN:\"class\",bK:\"class\"}],e:/:/,i:/[${=;\\n]/,c:[e.UTM,c]},{cN:\"decorator\",b:/@/,e:/$/},{b:/\\b(print|exec)\\(/}]}});\n\nexports.hljs = hljs;\n"
},
"$:/plugins/tiddlywiki/highlight/highlight.css": {
"type": "text/css",
"title": "$:/plugins/tiddlywiki/highlight/highlight.css",
"tags": "[[$:/tags/Stylesheet]]",
"text": ".hljs{display:block;overflow-x:auto;padding:.5em;background:#f0f0f0;-webkit-text-size-adjust:none}.hljs,.hljs-subst,.hljs-tag .hljs-title,.nginx .hljs-title{color:#000}.hljs-string,.hljs-title,.hljs-constant,.hljs-parent,.hljs-tag .hljs-value,.hljs-rules .hljs-value,.hljs-preprocessor,.hljs-pragma,.haml .hljs-symbol,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string,.hljs-template_tag,.django .hljs-variable,.smalltalk .hljs-class,.hljs-addition,.hljs-flow,.hljs-stream,.bash .hljs-variable,.apache .hljs-tag,.apache .hljs-cbracket,.tex .hljs-command,.tex .hljs-special,.erlang_repl .hljs-function_or_atom,.asciidoc .hljs-header,.markdown .hljs-header,.coffeescript .hljs-attribute{color:#800}.smartquote,.hljs-comment,.hljs-annotation,.diff .hljs-header,.hljs-chunk,.asciidoc .hljs-blockquote,.markdown .hljs-blockquote{color:#888}.hljs-number,.hljs-date,.hljs-regexp,.hljs-literal,.hljs-hexcolor,.smalltalk .hljs-symbol,.smalltalk .hljs-char,.go .hljs-constant,.hljs-change,.lasso .hljs-variable,.makefile .hljs-variable,.asciidoc .hljs-bullet,.markdown .hljs-bullet,.asciidoc .hljs-link_url,.markdown .hljs-link_url{color:#080}.hljs-label,.hljs-javadoc,.ruby .hljs-string,.hljs-decorator,.hljs-filter .hljs-argument,.hljs-localvars,.hljs-array,.hljs-attr_selector,.hljs-important,.hljs-pseudo,.hljs-pi,.haml .hljs-bullet,.hljs-doctype,.hljs-deletion,.hljs-envvar,.hljs-shebang,.apache .hljs-sqbracket,.nginx .hljs-built_in,.tex .hljs-formula,.erlang_repl .hljs-reserved,.hljs-prompt,.asciidoc .hljs-link_label,.markdown .hljs-link_label,.vhdl .hljs-attribute,.clojure .hljs-attribute,.asciidoc .hljs-attribute,.lasso .hljs-attribute,.coffeescript .hljs-property,.hljs-phony{color:#88f}.hljs-keyword,.hljs-id,.hljs-title,.hljs-built_in,.css .hljs-tag,.hljs-javadoctag,.hljs-phpdoc,.hljs-dartdoc,.hljs-yardoctag,.smalltalk .hljs-class,.hljs-winutils,.bash .hljs-variable,.apache .hljs-tag,.hljs-type,.hljs-typename,.tex .hljs-command,.asciidoc .hljs-strong,.markdown .hljs-strong,.hljs-request,.hljs-status{font-weight:bold}.asciidoc .hljs-emphasis,.markdown .hljs-emphasis{font-style:italic}.nginx .hljs-built_in{font-weight:normal}.coffeescript .javascript,.javascript .xml,.lasso .markup,.tex .hljs-formula,.xml .javascript,.xml .vbscript,.xml .css,.xml .hljs-cdata{opacity:.5}"
},
"$:/plugins/tiddlywiki/highlight/highlightblock.js": {
"text": "/*\\\ntitle: $:/plugins/tiddlywiki/highlight/highlightblock.js\ntype: application/javascript\nmodule-type: widget\n\nWraps up the fenced code blocks parser for highlight and use in TiddlyWiki5\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar CodeBlockWidget = require(\"$:/core/modules/widgets/codeblock.js\").codeblock;\n//register languages requires hljs for us\nvar hljs = require(\"$:/plugins/tiddlywiki/highlight/registerlanguages.js\").hljs;\nhljs.configure({tabReplace: \" \"});\t\n\nCodeBlockWidget.prototype.postRender = function() {\n\tvar domNode = this.domNodes[0];\n\tif($tw.browser && this.document !== $tw.fakeDocument && this.language) {\n\t\tdomNode.className = this.language.toLowerCase();\n\t\thljs.highlightBlock(domNode);\n\t}\n\telse if(!$tw.browser && this.language && this.language.indexOf(\"/\") == -1 ){\n\t\ttry{\n\t\t\tdomNode.className = this.language.toLowerCase() + \" hljs\";\n\t\t\tdomNode.children[0].innerHTML = hljs.fixMarkup(hljs.highlight(this.language, this.getAttribute(\"code\")).value);\n\t\t}\n\t\tcatch(err) {\n\t\t\t//can't easily tell if a language is registered or not in the packed version of hightlight.js\n\t\t\t//so we silently fail and the codeblock remains unchanged\n\t\t}\n\t}\t\n};\n\n})();\n",
"title": "$:/plugins/tiddlywiki/highlight/highlightblock.js",
"type": "application/javascript",
"module-type": "widget"
},
"$:/plugins/tiddlywiki/highlight/license": {
"title": "$:/plugins/tiddlywiki/highlight/license",
"type": "text/plain",
"text": "Copyright (c) 2006, Ivan Sagalaev\nAll rights reserved.\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of highlight.js nor the names of its contributors\n may be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
},
"$:/plugins/tiddlywiki/highlight/readme": {
"title": "$:/plugins/tiddlywiki/highlight/readme",
"text": "This plugin provides syntax highlighting of code blocks using [[highlight.js|https://github.com/isagalaev/highlight.js]] from Ivan Sagalaev.\n\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/highlight]]\n"
},
"$:/plugins/tiddlywiki/highlight/styles": {
"title": "$:/plugins/tiddlywiki/highlight/styles",
"tags": "[[$:/tags/Stylesheet]]",
"text": ".hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8;-webkit-text-size-adjust:none}.hljs-comment,.diff .hljs-header,.hljs-javadoc{color:#998;font-style:italic}.hljs-keyword,.css .rule .hljs-keyword,.hljs-winutils,.nginx .hljs-title,.hljs-subst,.hljs-request,.hljs-status{color:#333;font-weight:bold}.hljs-number,.hljs-hexcolor,.ruby .hljs-constant{color:teal}.hljs-string,.hljs-tag .hljs-value,.hljs-phpdoc,.hljs-dartdoc,.tex .hljs-formula{color:#d14}.hljs-title,.hljs-id,.scss .hljs-preprocessor{color:#900;font-weight:bold}.hljs-list .hljs-keyword,.hljs-subst{font-weight:normal}.hljs-class .hljs-title,.hljs-type,.vhdl .hljs-literal,.tex .hljs-command{color:#458;font-weight:bold}.hljs-tag,.hljs-tag .hljs-title,.hljs-rule .hljs-property,.django .hljs-tag .hljs-keyword{color:navy;font-weight:normal}.hljs-attribute,.hljs-variable,.lisp .hljs-body,.hljs-name{color:teal}.hljs-regexp{color:#009926}.hljs-symbol,.ruby .hljs-symbol .hljs-string,.lisp .hljs-keyword,.clojure .hljs-keyword,.scheme .hljs-keyword,.tex .hljs-special,.hljs-prompt{color:#990073}.hljs-built_in{color:#0086b3}.hljs-preprocessor,.hljs-pragma,.hljs-pi,.hljs-doctype,.hljs-shebang,.hljs-cdata{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.diff .hljs-change{background:#0086b3}.hljs-chunk{color:#aaa}"
},
"$:/plugins/tiddlywiki/highlight/usage": {
"title": "$:/plugins/tiddlywiki/highlight/usage",
"text": "! Usage\n\nFenced code blocks can have a language specifier added to trigger highlighting in a specific language. Otherwise heuristics are used to detect the language.\n\n```\n ```js\n var a = b + c; // Highlighted as JavaScript\n ```\n```\n! Adding Themes\n\nYou can add themes from highlight.js by copying the CSS to a new tiddler and tagging it with [[$:/tags/Stylesheet]]. The available themes can be found on GitHub:\n\nhttps://github.com/isagalaev/highlight.js/tree/master/src/styles\n"
}
}
}
```
<$set name="var" value="[all[missing]]">
<$list filter=<<var>>/>
</$set>
```
<<<
<$set name="var" value="[all[missing]]">
<$list filter=<<var>>/>
</$set>
<<<
```
<$list filter="[all[missing]]">
<<currentTiddler>>
</$list>
```
<<<
@@color:red;
<$list filter="[all[missing]]">
"<<currentTiddler>>"
</$list>
@@
<<<
\define foo(bar)
<$set name="baz" value="mumble">
<<list-links filter:"[[$bar$]] [[$(baz)$]]">>
</$set>
\end
```
\define foo(bar)
<$set name="baz" value="mumble">
<<list-links filter:"[[$bar$]] [[$(baz)$]]">>
</$set>
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
* [[GettingStarted]]
* [[mumble]]
@@color:red; Interestingly, the param gets replaced within the quotes but not the variable.@@
\define foo(bar)
<<bar>>
\end
```
\define foo(bar)
<<bar>>
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
GettingStarted
@@color:red; This one is particularly confusing as I definitely expected it to work.@@
\define foo(bar)
<<list-links filter:<bar> >>
\end
```
\define foo(bar)
<<list-links filter:<baz> >>
\end
```
output:
<<foo GettingStarted>>
expected:
* [[GettingStarted]]
@@color:red; Someone suggested that variables should work in filters using single angle brackets. o.O@@
\define foo(bar)
<<list-links filter:"<bar>">>
\end
```
\define foo(bar)
<<list-links filter:"<baz>">>
\end
```
output:
<<foo GettingStarted>>
expected:
* [[GettingStarted]]
@@color:red; Someone suggested that variables should work in filters using single angle brackets. o.O@@
\define foo(bar)
<$set name="baz" value="mumble">
<<list-links filter:"$bar$ $(baz)$">>
</$set>
\end
```
\define foo(bar)
<$set name="baz" value="mumble">
<<list-links filter:"$bar$ $(baz)$">>
</$set>
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
* [[GettingStarted]]
* [[mumble]]
@@color:red; Interestingly, the param gets replaced within the quotes but not the variable.@@
\define foo(bar)
<$set name="baz" value="[[mumble]]">
<<list-links filter:<baz> >>
</$set>
\end
```
\define foo(bar)
<$set name="baz" value="[[mumble]]">
<<list-links filter:<baz> >>
</$set>
\end
```
output:
<<foo GettingStarted>>
expected:
* [[GettingStarted]]
@@color:red; Someone suggested that either macro parameters or variables should work in filters using single angle brackets. o.O@@
\define foo(bar)
<$set name="baz" value="[[mumble]]">
<<list-links filter:"<baz>">>
</$set>
\end
```
\define foo(bar)
<$set name="baz" value="[[mumble]]">
<<list-links filter:"<baz>">>
</$set>
\end
```
output:
<<foo GettingStarted>>
expected:
* [[GettingStarted]]
* [[mumble]]
@@color:red; Someone suggested that either macro parameters or variables should work in filters using single angle brackets. o.O@@
\define foo(bar)
<$set name="myvar" value="$bar$">
$(myvar)$
</$set>
\end
```
\define foo(bar)
<$set name="myvar" value="$bar$">
$(myvar)$
</$set>
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
GettingStarted
@@color:red; Is there a case where $(~ParamOrVar)$ ever works?@@
\define foo(bar)
<$set name="myvar" value="$bar$">
$(myvar)$
</$set>
\end
```
\define foo(bar)
<$set name="myvar" value="$bar$">
$(myvar)$
</$set>
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
GettingStarted
@@color:red; Is there a case where $(~ParamOrVar)$ ever works?@@
This summary is based on excellent posts by [[Jed Carty|https://groups.google.com/d/msg/tiddlywiki/_x9CDAFtwQc/XKGuffTkLVwJ]] and [[Danielo Rodrigues|https://groups.google.com/d/msg/tiddlywiki/1BjhyWKpTgg/b4mFt4CqYt4J]] on using variables and parameters. Also see:
* [[Variables vs. Parameters|http://tb5.tiddlyspot.com/#Variables%20vs.%20Parameters]] — short and sweet
* [[Variables In Nested Lists|http://tb5.tiddlyspot.com/#Variables%20In%20Nested%20Lists]]
* [[Passing Parameters To A Transclusion|http://tb5.tiddlyspot.com/#Passing%20Parameters%20To%20A%20Transclusion]]
<br>
!Defining Variables
!! `<$set>`
Set variables inside or outside a macro:
```
<$set name='var' value='foo'>
<<var>> "<<var>>"
</$set>
```
<<<
<$set name='var' value='foo'>
<<var>> "<<var>>"
</$set>
<<<
<br>
When the value is set as a filter it can be used as a filter:
```
<$set name="var" value="[all[missing]]">
<$list filter=<<var>>/>
</$set>
```
<<<
<$set name="var" value="[all[missing]]">
<$list filter=<<var>>/>
</$set>
<<<
<br>
!! `<$list>`
`<<currentTiddler>>` inside the list will be the item!
```
<$list filter="[tag[Foo]]">
"<<currentTiddler>>"
</$list>
```
<<<
<$list filter="[tag[Foo]]">
"<<currentTiddler>>"
</$list>
<<<
<br>
On the other hand, the parameter `variable` sets a variable at each iteration to the current list item:
```
Parent / Item...<br>
<$list filter="[tag[Foo]]" variable="myItem">
<<currentTiddler>> / <<myItem>><br>
</$list>
```
<<<
Parent / Item...<br>
<$list filter="[tag[Foo]]" variable="myItem">
<<currentTiddler>> / <<myItem>><br>
</$list>
<<<
<br>
!Using Variables And Macro Parameters
!!`<<var>>`
a [[variable|http://tiddlywiki.com/#Variables]] acting the same inside a macro as outside
;~~`$var$`~~ and ~~`"$var$"`~~
:with ''var'' being an actual variable, these are @@ciolor:red; just strings@@
:no substitution will take place, inside or outside a macro
<br>
!!`$param$`
As macro parameters, both `$param$` and `"$param$"` are substituted fine!
Using <<source MacroTest>>
With...
```
<$set name='var' value={{!!title}}>
<<test GettingStarted>>
</$set>
```
<<<
<$set name='var' value={{!!title}}>
<<test GettingStarted>>
</$set>
<<<
''Note:'' `<<test "<<var>>">>` does @@color:red; NOT@@ work!
<br>
!! `$(var)$`
to reference variables when calling another macro from within a macro
Using <<source MacroLink>>
With:
```
<$set name="var" value="Foo">>
<<doLink>>
</$set>
```
<<<
<$set name="var" value="Foo">>
<<doLink>>
</$set>
<<<
;~~`[tag[$(var)$]]`~~
:used as a filter, gives tiddlers tagged `$(var)$` @@color:red; ...without any substitution!@@
<br>
!!`{{!!field}}`
Using transcluded parameters can be tricky.
For example, trying to use <<source MacroLink>>
@@color:red; Fails with:@@
```
<<link {{!!title}}>>
```
<<<
<<link {{!!title}}>>
<<<
Instead, use the `$macrocall` widget, paying attention with the variable ''__$__''name:
```
<$macrocall $name="link" tiddler={{!!title}}/>
```
<<<
<$macrocall $name="link" tiddler={{!!title}}/>
<<<
Quotes around the transcluded parameter @@color:red; will fail, too!@@
```
<$macrocall $name="link" tiddler="{{!!title}}"/>
```
<<<
<$macrocall $name="link" tiddler="{{!!title}}"/>
<<<
<br>
!!``<var>``
Does __only__ work as a __filter variable__, inside or outside a macro:
```
<$set name='var' value='Foo'>
<$list filter='[tag<var>]'/>
</$set>
```
<<<
<$set name='var' value='Foo'>
<$list filter='[tag<var>]'/>
</$set>
<<<
Example for using `<var>` inside <<source MacroTaggingByVar>>
With...
```
<$set name='var' value='Foo'>
<<taggingByVar>>
</$set>
```
<<<
<$set name='var' value='Foo'>
<<taggingByVar>>
</$set>
<<<
''@@color:red; Important:@@'' Make sure not to enclose `<var>` in angle brackets: ~~`[tag[<var>]]`~~!
Otherwise...
;~~`<var>`~~
:__in wikitext__ is parsed as any other html tag, so it's @@color:red; not a valid variable@@
;~~`"<var>"`~~
:is the same as putting quotes around any tag where it displays quotes
;~~`[[<var>]]`~~
:treated as a string, so it creates a link to [[<var>]]
<br>
!! @@color:green; Good luck now!@@
\define link(tiddler) [[$tiddler$]]
\define doLink()
<<link $(var)$>>
\end
\define taggingByVar()
<$list filter="[tag<var>]"/>
\end
\define test(param)
<br> $param$
<br> "$param$"
<br> [[$param$]]
<br> <<var>>
<br> $(var)$
\end
\define foo(bar)
<$set name="baz" value="mumble">
<<list-links filter:"[[$bar$]] <<baz>>">>
</$set>
\end
```
\define foo(bar)
<$set name="baz" value="mumble">
<<list-links filter:"[[$bar$]] <<baz>>">>
</$set>
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
* [[GettingStarted]]
* [[mumble]]
@@color:orange; Expected not to work as there's a macro within a macro and I didn't expect that to be supported, or is it?@@
\define foo(bar)
<$set name="baz" value="$bar$ [[mumble]]">
<$list filter="<<baz>>"/>
</$set>
\end
```
\define foo(bar)
<$set name="baz" value="$bar$ [[mumble]]">
<$list filter="<<baz>>"/>
</$set>
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
[[<<baz>>]]
@@color:orange; I expected that not to work, as I thought variable filter params in a widget call are not to be put into quotes.@@
```
<$set name="myvar" value="GettingStarted">
$(myvar)$
</$set>
```
output:
<$set name="myvar" value=$bar$>
$(myvar)$
</$set>
expected:
$(myvar)$
@@color:orange; I expected that not to render the value as we're not in the scope of a macro.@@
\define foo(bar)
<$set name="baz" value="$bar$ [[mumble]]">
<$list filter=<<baz>>/>
</$set>
\end
```
\define foo(bar)
<$set name="baz" value="$bar$ [[mumble]]">
<$list filter=<<baz>>/>
</$set>
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
[[GettingStarted]][[mumble]]
\define foo(bar)
$bar$
\end
```
\define foo(bar)
$bar$
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
GettingStarted
\define foo(bar)
<$set name="myVar" value=$bar$>
<<myVar>>
</$set>
\end
```
\define foo(bar)
<$set name="myVar" value="$bar$">
<<myVar>>
</$set>
\end
<<foo GettingStarted>>
```
output:
<<foo GettingStarted>>
expected:
GettingStarted
*`OK`, i.e. tested OK
*`nOK` or not OK ...meaning: failure was expected
*`FAIL`ed test
*`:` rather sure
*`?` doubt
<<tagging>>
Try any kind of search and replace.
For example, try replacing bad by good.
Then you will realice that this plugin is bad!
{{$:/plugins/danielo515/searchNreplace/readme}}
# Open your wiki in a browser
# Drag this link into your wiki
#> [[$:/plugins/danielo515/searchNreplace]]
# Save your wiki
Copyright (c) 2015, Danielo Rodriguez Rivero
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
! HelloThere
{{HelloThere}}
Try any kind of search and replace.
For example, try replacing bad by good.
Then you will realice that this plugin is bad!
```
<$list filter="[!prefix[El Libro / Capitulo 02]!removeprefix[El Libro /]]">
{{!!title}}<br>
</$list>
```
<$list filter="[!prefix[El Libro / Capitulo 02]!removeprefix[El Libro /]]">
{{!!title}}<br>
</$list>
https://groups.google.com/d/msg/tiddlywiki/fXpn2RsqUvA/p78I22xMbRgJ
```
<$list filter="[tag<currentTiddler>removeprefix<prefix>] [tag<currentTiddler>!prefix<prefix>]">
```
<br>
Following the instructions at [[Conditional ViewTemplate Section|http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section]] the above toc is displayed above the body of each tiddler having subtiddlers under the same "namespace" and is automatically generated via <<source [[$:/template/chapter-toc]]>>
<br>
A more toc without truncation could be generated using <<source [[$:/template/chapter-toc-basic]]>>
{{||$:/template/chapter-toc-basic}}
unas notas sobre [[ Capitulo 02|El Libro / Capitulo 02]] de [[El Libro]]
<$list filter="[prefix[El Libro]sort[title]]-[[El Libro]]" variable="sub">
<$set name="remove" value="El Libro {{$:/config/ChapterDelimiter}} ">
now trying to remove "<<remove>>" from "<<sub>>"
<$list filter="[<sub>removeprefix<remove>]" variable="truncated">
?!? NEVER ENTERED ?!?
<$link to=<<sub>>><<truncated>></$link><br>
</$list>
</$set>
</$list>
@@color:red;
The below code should gather all endings of filtered titles according to a delimiter, but `<prefix + delimiter>` won't yield a valid filter for the inner loop when set through a variable?! Compare to [[$:/template/chapter-toc]] with [[El Libro]].
[[$:/config/ChapterDelimiter]] = "{{$:/config/ChapterDelimiter}}"
Also, setting the delimiter to " / " truncates the leading blank upon transclusion. ''Bug!''
@@
@@color:purple;font-size:1.2em;line-height:1.2em;
These contents are being migrated to...
* http://namespace.tiddlyspot.com
This wiki will be repurposed for actual [[section handling|SectionsPlugin]]!
@@
This wiki explores handling sections in for TiddlyWiki using namespace-like sections.
Take a look at [[El Libro]] to find a subtiddler-toc automaticall generated based on naming conventions like...
<$list filter="[prefix[El Libro]]">
</$list>
To achieve this, the template [[$:/template/chapter-toc]] is leveraged along with a configuration variable to specify a delimiter of your preference [[$:/config/NameSpaceDelimiter]].
Are we headed towards a [[NameSpaceWidget|http://namespace.tiddlyspot.com]]?
;Write draft for SectionsPlugin
: » [[TW5 and sections ...revisited|https://groups.google.com/forum/#!topic/tiddlywiki/23PzU2qCsj4]]
: » [[part vs. section|https://github.com/Jermolene/TiddlyWiki5/issues/1086#issuecomment-64186508]] / [[cont.|https://github.com/Jermolene/TiddlyWiki5/issues/1086#issuecomment-64296046]]
;Make a widget which implements...
: » section-toc for tiddler ''foo'', providing clickable links! (w/ ^ back to toc)
: » $link to section ''foo'', from tiddler ''bar'', too
: » $list section ''foo'' of tiddlers tagged ''bar''
: » (edit section ''foo'' of tiddler ''bar'')
;read up on David's gallery concept
:http://giffmex.org/experiments/test.html
:https://groups.google.com/forum/#!msg/tiddlywiki/RpGJClG1dq4/mPXSuVpvtf8J
http://tb5.tiddlyspot.com
<$list filter="[prefix[El Libro]sort[title]]-[[El Libro]]" variable="sub">
<$list filter="[<sub>removeprefix[El Libro / ]]" variable="truncated">
<$link to=<<sub>>><<truncated>></$link><br>
</$list>
</$list>
Only minutes before [[TiddlyWiki Hangout #68|https://plus.google.com/u/0/events/cuek4r3dmto6n3haq1na4vh4t6s]] -- because life's busy like that -- I'm going over my notes from the [[last one|https://plus.google.com/u/0/events/c56iifeavm3806arbc2gu5nu9jo]], and here's a quick summary of what's in there :
---
''“It’s like a hypertext card index system from the future.”''<br>
I'm very happy with this quote of [[Jermolene]] in [[this video introduction to TiddlyWiki|https://www.youtube.com/watch?v=KtCUr83XgyE]], as it encapsules much of what makes TiddlyWiki exciting in my view.
Microcontent that organically re-arranges itself into //deep content// and (ideally) can be seamlessly shared across platforms.
''WYSIWYG layout tool''<br>
Both a good and terrible idea, worth pondering.
''Automatic feedback to tell which plugins are used ?''<br>
Data reporting from TWs to TW.com goes a bit against the //unplugged// nature of TW, but could be a tremendous help to figure what plugins / hacks / extensions people are using, especially in combos, and thus factor those into future development and support.
''Recommended packages''<br>
Following on the configuration data gathering idea, being able to make recommendations for packages of plugins / hacks that work well together in typical UseCases seems like it could add flexibility to the //editions// philosophy that's been embraced with TW5.
''Teach through example''<br>
How is that tiddler made ?
—> Canonical ways to do stuff
''Canonical ways to do stuff''<br>
(wrapping, quotations, so on)
There are so many ways to get stuff done that it can easily gets confusing for non-coders at times. <br>
On the other hand, we want to encourage people experimenting and learning as they go. <br>
Are there ways to devise rules of thumb that could help best arbiter this conundrum ?
SeptemberTW is presently a skeleton-grade (as 0b1) TiddlyWiki, to be used as design prototype for an early-UX developer-helper tool.
It will only be deemed useful in any real sense once set up to easily include contribution from multiple authors.
See ToDo for more.
TiddlyWiki Core version :
{{5.1.5||$:/core/ui/TagTemplate}}
---
This TiddlyWiki purposefully includes only functionalities, modules or plugins that come included in the most recent stable distribution of TiddlyWiki, or can be installed at the click of a button from the official repository.
Although you may find some examples of tweaks and hacks described in this TW for educational purposes, one of the intended goals of SeptemberTW is to showcase what can be done with the most current //vanilla// version of TW without any special wizardy.
If you feel SeptemberTW is lacking some basic feature every TW user should have at hand, please contribute by adding it to the MissingBits collection.
If you had to overcome some early learning cliff that isn't documented here, put your 2c in the GrowingPains jar, pretty please.
Lost yet ? Lessee…
Here are a few of the things you could do / build using TiddlyWiki :
* A dynamic notepad for research / study
* A blog, with TW as notepad and editor, and even as publishing platform.
* A shared //smart// cookbook, with built-in timers and grocery list generator.
* A project management and planner tool, for you and collaborators.
* Create ebooks that can be read on anything with a half decent browser, free of DRM and complete with annotations and dynamic updates.
* A wiki, because why not ?
Depending on adding plugins and modules, and on whether your TW runs from a single html file on a USB key or is hosted and runs as a server, there is little that can't be done.
Fresh out of the box, TW allows you to do something like what you're [[reading now|aboot]].
Of course, knowing you can doesn't magically let you know how to, so let's take it from the top and start with the basics, like [[what's a tiddler, anyway ?|I am a Tiddler]]
See AbsoluteBeginner (because TrueAliasing is MissingBits)
Hello, I'm Yaka, the main author of SeptemberTW, you can find me on [[Google+|https://plus.google.com/u/0/114816546551873755345/about]] or [[about.me|http://about.me/thearmchairdesigner]].
If you have a comment or question about SeptemberTW, just poke me over
<a href="mailto:SeptemberTW+ArmchairDesigner@gmail.com?subject=SeptemberTW&body=Re. http://septembertw.tiddlyspot.com/#AcD">email</a>
A crude workaround that doesn't require plugins to get by without TrueAliasing in coreTW.
Here be the AlmostAlias presently in use on SeptemberTW :
<<list-links filter:"[all[current]tagging[]]">>
"""
A global macro for easy //mailto// with prefill.
Primarily intended for [[blog-type TWs|Blogging]], as a WorkAround until comments are a thing, this function could also help for any sort of informal feedback-gathering and contributions from readers of a TW.
Additionally, it's a neat trick to one-click share a tiddler's permaLink via email.
"""
* ''Pseudocode :''
```
\define askbyemail(creator:"<currentTiddler:creator>",address:"<creator:email>",subject:"<wikiTitle># <currentTiddler>",body:"Re. <currentTiddler:permaLink>")
<a href="mailto:$address$?subject=$subject$&body=$body$">Put your 2c for free, by email</a>
\end
```
* ''Provided there is a tiddler for the //creator// of //currentTiddler// and it has an //email// field properly populated, the idea is invoking ``<<<askbyemail>>`` should yield something like this (for the present tiddler):''
```
<a href="mailto:ArmchairDesigner+SeptemberTW@gmail.com?subject=SeptemberTW#AskByEmail&body=Re. http://septembertw.tiddlyspot.com/#AskByEmail">Put your 2c for free, by email</a>
```
* ''To finally render thusly:''
<a href="mailto:ArmchairDesigner+SeptemberTW@gmail.com?subject=SeptemberTW#AskByEmail&body=Re. http://septembertw.tiddlyspot.com/#AskByEmail">Put your 2c for free, by email</a>
Of course, invoking ``<<<askbyemail>>`` with parameters would enable to override the defaults of :
* creator
* address
* subject
* body
at the tiddler level.
Yes, I'm sure there's a cleaner way to do that with a javascript macro, one that maybe already is there, for the user cunning enough to figure it.
If you are the type, guess what ?
<a href="mailto:ArmchairDesigner+SeptemberTW@gmail.com?subject=SeptemberTW#AskByEmail&body=Re. http://septembertw.tiddlyspot.com/#AskByEmail">Put your 2c for free, by email</a> '';)''
"""
A blog is a collection of self-contained stories, typically formatted in a journal-like style, with the last post upfront.
A BlogPost can be anything from a one-liner remark, or a bunch of annotated links, an image gallery or a great wall'o'text essay.
Because blogs are generally thematic, et can cover more than a single topic, and because individual posts frequently grow into series, the use of Tagging is widespread, to ease sorting and retrieving of entries.
If all that sounds awfully TiddlyWiki-like to you, it's because it is : creating a basic blog-styled TW is just a few tweaks of the tiddler and layout templates away, to put sorting options at the push of a button.
Adding slightly more advanced feaures, such as the ability for readers to comment and share posts on social media and RSS shouldn't be unfeasible either...
For all I know, the required functionalities may be at hand already, and I'm just lacking a clue : [[let me know|AcD]] if you do.
//[Stay tuned : I'll update this entry and create HowTos and WorkArounds as I learn more.]//
"""
<$list filter="[!is[system]tag<currentTiddler>]">
<div class="tc-menu-list-item">
---
See also :<br>
* <$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
It's a bug, for serious !
These tiddlers have a //tw-version// field with a value equal to the version number this was last spotted on.
<$list filter="[!is[system]tag<currentTiddler>] +[!sort[tw-version]]">
<div class="tc-menu-list-item">
* <$link to={{!!title}}><$view field="title"/></$link> • <$link to={{!!tw-version}}> v. <$view field="tw-version"/></$link>
</div>
</$list>
---
''[Needs a rewrite to nest by version [[TimelineMacro|http://tiddlywiki.com/#TimelineMacro]]-like]''
Document the various ways to download, import, share and transfer TiddlyWikis and tiddlers, complete with UserStories and HowTos.
Content creation, like code, is an inherently iterative process.
Some aspects of it can be eased by skill and experience, and common, arduous or repetitive tasks might be streamlined with good tools, but any creative process entails some level of uncertainty and non-determinism which leads to reworks and rewrites.
Philosophically and aesthetically, the core concepts of TiddlyWiki embrace the iterative, meandering nature of invention and discovery. The notion of tiddlers as [[molecules of content|I am a Tiddler]] that can come together dynamically and arrange into a *'whole greater than the sum'* is especially seductive to those who tackle complex or ongoing questions in rich problem spaces.
Essentially, TiddlyWiki promises to help create, store, structure, share and edit content in a free-flowing fashion, as a quasi-natural extension of the user's thought process.
The first rule of helping being ''don't get in the way'', the following UX requirements must be met :
* Inasmuch as possible the ergonomics of edition should not obstruct the flow of content creation.<br><br>
* The user should not need to mind the final result and presentation whilst composing content.<br><br>
* Content should be easy to retrieve, identify, inspect, and rework at a any time.<br><br>
* The user should trust content is reliably stored and safeguarded against routine mishaps.<br>
The last one may seem like a technical requirement, more than a UX one, yet the very nature of TW as a self-contained, single file environment can be cause for concern and unease by some users -- one sometimes justified by experience -- which brings it squarely within the purview of UX design.
"""
''Fix it later, or what ?''
When it comes to tools and architectures, the adage goes it's usually easier to make than to reform, in large part because infrastructure is by definition meant to build on/from, and it's hard to redo groundwork without tipping over everything atop.
Content, on the other hand, often grows better the other way around : less than half of the job goes in drafting a *'first rough*', then the bulk of the effort goes into successive passes of rework incrementally or radically improve and rearrange the work to satisfaction.
TiddlyWiki presents as a practical quine, meaning it must, by some measure, meet both imperatives at once : provide a reliable and trusted fundation upon which to build additional functionalities within a well-defined framework, yet allow for freeflowing generation and manipulation of content, wihout fear of data corruption or unwanted overwrite/deletion.
UX-wise, it depends upon making clear and intuitive to the user which actions are potentially destructive or otherwise significant, and what precautions are in place to unobtrusively safeguard content against unwanted exposition or alteration.
Additionally, the UX should foster LearningByDoing, which can be helped by a focus on consistency in UI and coding practices, and the availability of models and templates designed with legibility in mind (commented code, sensible naming policies, etc).
"""
''Random snippets to reuse elsewhere :''
```
<$view field="creator"/>
```
> <$view field="creator"/>
<br>
```
<$link to={{!!creator}}>link to //creator// field</$link>
```
> <$link to={{!!creator}}>link to //creator// field</$link>
<br>
```
<$link to={{!!creator}}><$view field="creator" />
</$link>
```
> <$link to={{!!creator}}><$view field="creator" />
</$link>
<br>
```
{{inline tag-styled menu||$:/core/ui/TagTemplate}}
```
> {{inline tag-styled menu||$:/core/ui/TagTemplate}}
<br>
```
<$list filter="[is[current]get[creator]]">
{{||$:/core/ui/TagTemplate}} </$list>
```
> <$list filter="[is[current]get[creator]]">
{{||$:/core/ui/TagTemplate}} </$list>
<br>
More like design notes, really : Tiddlers tagged DesignDocs contain ideas, suggestions, and yes documentation about design -- mostly [[UX-related|ContentCreationUX]], with little in the way of code or architecture except when, as often in TW, the two overlap.
As such, the intended readership is primarily coreDev and TiddlyHackers who create plugins and sample codes for the rest of the community to reuse, but can be of interest to TiddlyTinkers too, who care about making their own TiddlyWikis more enjoyable and easier to share, maintain and improve over time.
<<list-links filter:"[all[current]tagging[]]">>
Cleared the Page Toolbar to keep only the essentials in front that should be the default for a tutorial-oriented page :
* new tiddler
* control panel
* language
* save changes
* more
Enriched the view toolbar for usability
* more
* info
* clone
* edit
* close others
* close
Changed colors on tags
The process by which Usenet morphed from smart users in front of dumb terminals to people posting selfies with cronut-eating cats on FaceBook, or somesuch…
EternalSeptember goes back to 1993, when AOL bridged its service onto the internet, and started unleashing tidal waves of unprepared noobies onto Usenet, prompting the geometric growth of Web 1.0. Nothing ever was the same in //cyberspace// since.
[[Ask the hivemind for more|http://en.wikipedia.org/wiki/Eternal_September]]
…an object lesson in how sharing is not inherently a good thing.
Creator of the TaskGraph plugin, to be found here :
* [[G+|https://plus.google.com/u/0/113866511712700078822/about]]
* [[Youtube|https://www.youtube.com/channel/UCfIFjF8PMDJT7yw3E5UoRpg/feed]]
The ability to create new fields is great for filtering and other purposes, but it should be possible to check/uncheck the (view mode) visibility of a field from a tickbox in edit mode.
Last night's [[TiddlyWiki HangOut|https://plus.google.com/u/0/app/basic/events/cmgu0r720nf1ckn7nlbq01d8oj0]] unfortunately didn't make it to [[YouTube|TiddlyWiki Hangouts: http://www.youtube.com/playlist?list=PLVT_2PPd-1p34gGCQ5qpwC8QdykxVAI3u]], because a gerbil died somewhere in the pipeworks that feed HangoutsOnAir.
The fact it was not airing led the discussion to drift from its usual Q&A-styled format and into pub chat territory.
In a nutshell, the session mostly revolved around figuring ways to ease new users into the TiddlyWiki experience, and to make the processes of learning the ropes, getting stuff done, and contributing to community-sourced docs, tricks and code more organic and consistent with TiddlyJutsu.
Since it was felt by some of the readers present in the chat that bits of SeptemberTW could be of interest to TW users at large, yours has been invited to join the formal effort of documentation on [[TiddlyWiki.com|http://TiddlyWiki.com]] by porting some of the relevant tiddlers there, and adding more, starting now.
SeptemberTW will remain active as my workbench, and hopefully yours, as soon as I figure a reasonably UserFriendly way to bring in more contributors. In the meantime, feel free to hit me with questions, suggestions, rants, etc, [[here|AcD]].
ttfn
GrowingPains tags items relative to the kind of problems less-technical users are likely to stumble on throughout their early learning stages with TiddlyWiki.
Inasmuch as practical, solutions and tutorials will be offered.
<$list filter="[!is[system]tag<currentTiddler>]">
<div class="tc-menu-list-item">
* <$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
TiddlyWiki-related HangOut list :
* [[Playlist archive of regular TiddlyWiki HangOuts on YouTube|https://www.youtube.com/playlist?list=PLVT_2PPd-1p34gGCQ5qpwC8QdykxVAI3u]]<br><br>
* The TiddlyWiki [[community on Google+|https://plus.google.com/communities/117285869700890736959]], where hangouts are announced and aired live.
Following up on the Sept. 9th [[TiddlyWiki hangout #60|https://plus.google.com/u/0/events/ck88mae0af2er0lpbo073nt2s74]], and just shy of two weeks before the official release of TiddlyWiki5, SeptemberTW aims at inspiring devs and advocates throughout their quest to take TW beyond its cozy geekdom and to the unprepared masses.
It may also serve as as a crude helper tool for AbsoluteBeginners with Tiddlywiki5, although YMMV.
HowTo tags tiddlers with tutorial content.
See HowTo (because TrueAliasing is MissingBits)
"""
//...there are many like me, but I'm this one.//
Tiddlers are something like a miniature WikiPage, or a very plastic IndexCard, only much smarter and adventurous.
We're sometimes likened to //atoms//, but we're in fact closer to //molecules// : we are the bits that populate, and also constitute a TiddlyWiki.
If you want to think on the atomic scale, we've got that, too : we are built from text, code and other data types that make us both information containers and tools to manipulate, organize and present content.
Because each tiddler is reasonably self-contained and fairly resilient, we can easily travel and migrate to new homes, which allows tiddlers to be imported, shared, linked to and fro, within their 'home' TiddlyWiki and beyond.
A tiddler can be defined with as little as a //title// (and already be of use as a tag), or can embed rich functionalities, transcluding and transforming data from other tiddlers, and even reshaping its environment by refactoring the UI and features of a TiddlyWiki.
[[Read on|TiddlyWiki]] to see why that's a good thing.
"""
Official docs on [[TiddliWiki.com|http://TiddlyWiki.com]] could benefit from being presented on a basis of IntendedReadership, ie :
* TiddlyNoobie (self-explanatory)<br><br>
* TiddlyAuthor (goal-oriented users who want to GetStuffDone with minimal plumbing toil)<br><br>
* TiddlyTinker (tech literate users who don't mind getting a bit dirty to tune up the engine and mend the bodywork)<br><br>
* TiddlyHacker (plugin creators and power users who enjoy building nuke-powered tricycle from a stack of alarm clocks and an old combine harvester)<br><br>
In addition, sub-categories could apply, such as OldCoot (for returning users whose experience is informed by TiddlyWikiClassic assumptions).
Jermolene is the usual handle of Jeremy Ruston, who can be found on :
* [[G+|https://plus.google.com/u/0/109308865556494599029]]
* [[TiddlyWiki.com|http://tiddlywiki.com/#JeremyRuston]]
* [[TiddlyWiki Google Group|https://groups.google.com/forum/#!forum/tiddlywiki]]
* [[TiddlyWikiDev Google Group|https://groups.google.com/forum/#!forum/tiddlywikidev]]
Thar be wurdz !
<<list-links filter:"[all[current]tagging[]]">>
''[Much improved by the new [[ListMacro|http://tiddlywiki.com/#ListMacro]] since [[5.0.18-beta|http://tiddlywiki.com/#Release%205.0.18-beta]] : I'll upgrade ListSelf from WorkAround to HowTo asap.]''
''Goal :'' Figure out how to simply include a list of all tiddlers tagged with it at the bottom of a tag's namesake tiddler.
''See : ListSelf, LookIntoLists''
---
''The following code snippets each render a list of tiddlers tagged with the currentTiddler : <<currentTiddler>>''
It can be used to generate a list of related articles at the bottom of a tag-tiddler, which is similar in utility to clicking on the Tagging tab from //tiddler info//, but more convenient zhen a tiddler acts both as a tag and as a landing / intro.
```
<$list filter="[!is[system]tag<currentTiddler>]">
<div class="tc-menu-list-item">
* <$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
```
Renders as :
<$list filter="[!is[system]tag<currentTiddler>]">
<div class="tc-menu-list-item">
* <$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
Using ListMacro is much more compact :
```
<<list-links filter:"[all[current]tagging[]]">>
```
Renders as :
<<list-links filter:"[all[current]tagging[]]">>
```
<<list-links filter:"[tag<currentTiddler>] +[!sort[title]]">>
```
Renders as :
<<list-links filter:"[tag<currentTiddler>] +[!sort[title]]">>
For some reason, this :
```
<<list-unordered-links "[tag<currentTiddler>]">>
```
<<list-unordered-links "[tag<currentTiddler>]">>
...doesn't compute. Maybe this macro isn't built in the core of TW <<version>>, or it works only in node.js ?
"""
One facet of the SeptemberTW is to chronicle my experience with TiddlyWiki5 as I go.
//These… are their stories//
//chung-chung !//
"""
---
<$list filter="[!is[system]tag<currentTiddler>] +[!sort[created]limit[200]eachday[created]]">
<div class="tc-menu-list-item"><b>
<$view field="created" format="date" template="YYYY, MMM DD"/></b>
<$list filter="[sameday:created{!!created}!is[system]tag[LogBook]!sort[created]]">
<div class="tc-menu-list-subitem">
* <$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
</div>
</$list>
Smart macro style.
ListMacro is supposed to bring back easy lists to TW5, but there seems to be quite a bit of confusion between ways to make lists happen, between :
* WikiText, via ListMacro
* JS macro, via list field (??)
* Node.js edition may take for granted tricks that don't translate in standalone TW.
''See : ListSelf''
Tiddlers tagged thusly describe stuff that //should have been in the box//, ie included in the most current vanilla distribution of TiddlyWiki, yet aren't.
They are meant to help core devs and community hackers interested in helping with the new user experience figure out what features may be worth tackling next.
For end users, they're a good way to assess whether one //can't read good//, or if some obvious function is indeed really missing at the moment.
Whenever possible, workarounds, hacks and third-party plugins that can help fill the gap will be referenced in their respective namesake tiddler.
<$list filter="[!is[system]tag<currentTiddler>]">
<div class="tc-menu-list-item">
* <$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
How to best allow users to contribute to SeptemberTW without granting full rights to all ?
* Submit revised / new tiddlers with approval system ?
* workgroup TW : what hosting solution is most turnkey for new users /editors ?
* Look into TiddlySpace (not referenced in the main [[GettingStarted|http://tiddlywiki.com/#GettingStarted]] page )
Look into Android/iOS options, especially dedicated clients.
The card-style format tiddlers naturally lend themselves to could make TW a killer app on phones/phablets !
"""
''Let's face it :'' if it's still 2014 as you're reading this, odds are you're far right on the nerdy spectrum.
If it's 2015 or later, our hope is you can benefit from TW, and even contribute to its evolution, even if your idea of web design is picking a theme in blogger and occasionally copypasting mysterious //embed// code in a box.
Either way, SeptemberTW is meant for exactly //you// as a reader.
See, the launch of TiddlyWiki5 is kind of a turning point, not just because it's merrily skipping two version numbers (from 2.8.1), but because it will be the defining moment when, looking back, TW got on its way to become a household name, or missed the opportunity to make the Web 2.0 about more than Tinder and Yo.
'' Why SeptemberTW ?''
I created SeptemberTW because, in fairness, it is not a given TW will make it big : it comes down to reaching the fabled critical mass of users for its growth to become self-sustaining.
The experience of TiddlyWikiClassic proved a few things :
- TW was good enough to make normal humans excited about its obvious potential and give it a fair shot.
- TW was so good, even, as to make them dare to get their hands under the hood and try to customize it after a few moments at the wheel.
Unfortunately, it also excelled at quickly driving many users mad in frustration (sometimes at their own incompetence), resulting in the levels of attrition that so far prevented TiddlyWikiClassic from breaking out of its original niche.
The core dev team and the TW hacker & enthusiast community are keenly aware of this history, and it has become a defining element of TiddlyWiki5 to better handle accessibility and human-friendliness.
''Your wiki needs you''
To take off, TiddlyWiki depends on its early adopters : whether you're a dev, an enthusiast tinker or a goal-oriented user, you can help make TW better by simply using it and sharing your experience and/or personal hacks.
''But what to do, Cecilia ?''
Yours truly can't code his way out of the proverbial wet paper bag (how meta that this metaphor doesn't make sense).
I can grok some-to-much of the high-concept behind TW design, and I can see many ways I can/could use it, reliant upon the expertise of those who contribute to the codebase and technical documentation of TW core, and on the community of advanced tinkers, designers and hackers who create modules, plugins and themes that augment the core.
Because of my utter lack of skill as a coder, I inevitably stumble on every protruding rock in my path, which puts me in a great position to document the hurdles, frustrations and occasional eureka moments every under-qualified noobie is likely to experience while getting to grips with early versions of TW5.
My hope is by writing this, I will save you some head-desk moments if you're as clueless as I am. This precious time you could then usefully employ getting frustrated by something else, of which you may, in turn, talk about.
For those fluent in html 5 and javascript, and who've long since lost view of what it's like to be a hapless end-user, this collection of userlogs and banana-bending experiments may provide some inspiration as to what most urgently needs improving to make TiddlyWiki human-friendly.
If all goes well, TiddlyWiki's very own EternalSeptember begins in 2014 !
"""
SomethingNew tags entries about aspects of TiddlyWiki5 that may prove counterintuitive or difficult for users with prior experience of TiddlyWikiClassic, on account of learned habits and preconceptions that no longer apply.
While those may often overlap with HowTo and tips targeted at fresh noobies of TW, SomethingNew tagging only applies to tiddlers that highlight differences between the old ways and the right way of doing things. ;)
<<list-links filter:"[all[current]tagging[]]">>
Some tricks work only in Node.js, other depend on plugins, however common, and docs could reflect that by tagging and sorting accordingly, in addition to IntendedReadership filters.
A BrainMapping plugin by [[Felix Küppers]] currently in private dev stage, soon to be publicly available.
"""
As it stands now, TW is only really suitable to those users who don't mind spending potentially more time learning and tweaking (or occasionally breaking) their tool than using it, or have relatively low expectations and can satisfy themselves with the limited set of features immediately accessible to a profane user of a vanilla/community distro.
The power of WikiText alone is a huge differentiator, and the benefits derived from the awesomeness of tiddlers (however limited new users may be by their lacking knowhow) are game-changing enough by themselves to make TW worth a shot.
For those users lacking basic coding experience (be it only shell scripting or html composing) however, moving past the //'just add water'// vanilla experience gets messy and quick, not for lack of brains on their part (hopefully), but because of the paradigm shift involved, and of the surprise roadblocks encountered on the path of enlightenment.
''Edit my what ?''
While the hacker-minded sees GUI, buttons and checkboxes as shortcuts for //'most frequently used tweaks'//, handy only in the sense that it saves one the effort of recalling which system tiddler or which line to tweak, and spares one looking up the hex value of a color code, a normal human calls the former approach //customizing// and the latter //programming// something he or she wouldn't dream of attempting.
WikiText and macros (to an extent) are more approachable, because they happen in-line with 'natural' text composition, and can be perceived as extensions of syntax and vocabulary to the lexicon of the user. With some care, it should be possible to bring most regular users up to speed, and eventually to where they feel familiar and confident enough to face a page mostly filled with various brackets, dollar signs and semicolons without their brains freezing to a halt.
For users to get that far, however, they need to see the point of it, meaning most basic use cases should be lickable without the need for more CS expertise than //'WikiText for beginners'// and Lego-type macro buidling.
Which brings us to the second difficulty with the idea of //'TiddlyWiki for normal humans'// :
''Perceived benefits.''
<div align="center"> <a href="http://xkcd.com/1319/">[img[|http://imgs.xkcd.com/comics/automation.png]] </a></div>
As the above illustrates, the problem is not limited to non-technical users, certainly, but is a special cause of frustration for normal humans who don't get the gratification of toying with cool code as the justification for hours toiled in the name of a fractional improvement in functionality -- worse even when it comes to basic / essential stuff that feels like it //'should have been in the box'//, aka MissingBits.
<div align="center">[img[Aargh ! |clippy-full.jpg]]<br>
//No, means no.//</div>
OK, nobody wants to go there again.
Dreadful implementations aside, the rationale behind assistants points to the very real tension between the need to get stuff done now, and the time it takes to learn how to do it right.
Assistants are bad only because they attempt to substitute user skill instead of easing the learning process.
If TiddlyWiki5 is to succeed near a broader audience than its present niche of committed enthusiasts and hackers, it must abide by UserCentricDesign principles, meaning the ContentCreationUX needs to make affordances for users in the process of learning the ropes, as opposed to merely cater to the 'optimal' case of experts who've mastered the toolset.
"""
Adding stuff to a TiddlyWiki (down to [[individual tiddlers|http://tiddlywiki.com/#Copying%20tiddlers%20between%20TiddlyWiki%20files]]) increasingly relies on Drag'n'Drop tricks.
That's neat, but leaves those environments that can't do MultiWindowing in a bit of ditch -- that includes the majority of tablets and smartphones on the market at this writing, but fortunately can be worked around in reasonably convenient fashion by using the [[Import]] command from the SideBar.
''Caveat'': the import command by necessity targets files.<br>
It means you can't import individual tiddlers unless they are stored in ''.tid'' files, and you will have to carefully sort through the (potentially huge) list of tiddlers contained in the ''.html'' file you've selected.
A possible fix would be to include a function to easily export a selection of tiddlers from any TiddlyWiki in a json bundle, [[plugin style|http://tiddlywiki.com/#PluginMechanism]] -- it's probably out there, in fact, and I haven't found it yet.
A meta-cloning command to split an existing long tiddler into several paragraph/chapter sized tiddlers, with a 'parent' tiddler acting as cover/title page and including a TOC.
Reminiscent of the bag concept (is that still a thing in TW5 ?)
''User Story :''
# Type or CopyPasta a long(ish) text into a single tiddler,
# Save the tiddler
# Invoke the TiddleriZer command from the tiddler's toolbar, which brings up a different edit template that makes it easier to :
#* Populate the fields for the metadata shared by all tiddlers soon to be spawned from the source tiddler.
#* Drop //split here// markers wherever is convenient (WYSIWYG or WikiText)
#* Visualize in preview how the chain of indvidual children tiddlers will look like (river style).
# Click on the paper guillotine button to validate the command, or X to escape it.
# Enjoy your new collection of nicely formatted tiddlers, ready to arrange and augment as you see fit.
''Benefits :''
* Allows continuous composing in a single tidder without interruption until a first draft of a long article is complete.
* Affords a more compact view of text, compared to multiple tiddlers, whenever screen real estate is scarce (mobile devices).
* Makes easier to import and split content from an external source file such as TXT, MarkDown, BBcode copypaste, especially if parsers for the latter are available.
''Caveats : ''
* The same could be achieved by a repetition of Clone/CopyPasta, but that sort of thing can be a chore, especially when using touch input schemes such as phones and tablets, many of which don't allow multi-window drag'n'drop tricks.
* Encouraging people to write in bite-sized chunks is part of of the stealth MindHack TW tries to play on users, and making it //too easy// to go back to a longform and post scheme may go against this grain, although I personally think it could help easing people in.
In a perfect world, tiddlers could serve most of our knowledge-sharing, and assist greatly in alleviating the information overload that's become the cognitive curse of our modern times.
That's not even the toal sum of UseCases where tiddlers, both as a design scheme and a functional model could serve us better than many of the services and tools we currently rely on.
[tbc]
See AbsoluteBeginner (because TrueAliasing is MissingBits)
What's involved generating RSS from a hosted standalone TW ?
Getting dangerously close to Twitter, but…
//a non-linear personal web notebook// …and then some.
This here page is a TiddlyWiki, and in a nice recursion is also about TiddlyWiki5.
---
"""
Most of what makes a TiddlyWiki such as the one where (presumably) you're reading this is handled by [[tiddlers|I am a Tiddler]] : not just the content, but also the code -- except for the kernel and some of the server-side stuff.
Speaking of ''servers : we don't really need one !''
TiddlyWiki is tiddlers' natural habitat, and it can map entirely to a single html file, wherein everything from the html5 and javascript code, to the text and rich media (images, sound, even video) can be embedded, making the whole utterly portable and free from dependency on server architecture or runtime environment.
All you need to read, create or modify a TiddlyWiki -- and tiddlers within -- is a reasonably modern web browser with access to the html file.
That's important because it means you can trust a TiddlyWiki to remain functional, and that you'll retain both access and ability to share your content, regardless of what machine you use at the time, without the required technical skills or means to host and manage your own server, and independently of cloud providers closing shop or changing policies.
So, [[what now ?|YouAreHere]]
"""
[[TiddlyWiki Hangout #68|https://plus.google.com/u/0/events/cuek4r3dmto6n3haq1na4vh4t6s]]
* [[Felix Küppers]] presents his TaskGraph plugin project, and I'm just drooling all over my keyboard.<br><br>
* A sneak peek by [[Jermolene]] of the pre-release //tiddler export// feature, scheduled to hit the shelves in v5.1.5 closes the hangout -- very promising stuff.
* [[Eric Shulman|http://www.tiddlytools.com/#About]] pimps his IndieGoGo campaign for [[Inside TiddlyWiki: The Missing Manual|Inside TiddlyWiki: The Missing Manual|https://www.indiegogo.com/projects/inside-tiddlywiki-the-missing-manual]], his upcoming book. A candid Q&A ensues.<br> A very worthy endeavour indeed. <br><br>
* 25' in, [[Branimir|http://www.tiddlytools.com/#About]] questions get discussed :
** Why is the spacing of tiddler level icons smaller in edit mode?
** What highlighting language is used for text/plain tiddlers? Can it be customized?<br><br>
* 40' in [[Jermolene]] discusses the delayed release of TW5.1.5, due to difficulties with the much-wanted export feature, and some gripes with new icons.<br><br>
* 55' in, [[Jermolene]] shows new version of expanding TOCs in TabbleOfContentsMacroTabbed, and modfications to the ControlPanel in upcoming v5.1.5.<br><br>
* 1h in, [[AcD]] annoys everybody with clueless questions about platform-agnosticism and mobile support through webapps.<br><br>
* 1.24h in, [[Felix Küppers]] gives us an update on the progress of his awesome plugin project : TaskGraph.<br>Discussion with [[Jermolene]] about rendering and transclusion issues follows.<br><br>
The bestest TiddlyWiki //in ze woerld// !
The latest major iteration of JeremyRuston's longstanding TiddlyWiki project, named after is html5-centric rewrite focus.
[[Homepage is here|http://tiddlywiki.com/]]
The glorious predecessor to TiddlyWiki5, semi-deprecated, but not forgotten.
[[Homepage is here|http://classic.tiddlywiki.com/]]
See TiddlyWiki5 (because TrueAliasing is MissingBits)
See TiddlyWiki (because TrueAliasing is MissingBits)
As per the ''[[WordOfDog|http://tiddlywiki.com/#TimelineMacro]] from {{5.0.18-beta||$:/core/ui/TagTemplate}} and
up to <$list filter="[is[current]get[tw-version]]">
{{||$:/core/ui/TagTemplate}}</$list>''
```
<<timeline limit:10 format:'YYYY, MMM DD' subfilter:"tag[LogBook]">>
```
''Should yield something like this :''
<$list filter="[!is[system]tag[LogBook]] +[!sort[created]limit[10]eachday[created]]">
<div class="tc-menu-list-item">
<$view field="created" format="date" template="YYYY, MMM DD"/>
<$list filter="[sameday:created{!!created}!is[system]tag[LogBook]!sort[created]]">
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
</div>
</$list>
---
''But instead ignores both //limit// and //subfilter// parameters, and does this :''
<<timeline limit:10 format:'YYYY, MMM DD' subfilter:"tag[LogBook]">>
ToDo tags stuff that needs to be done / added on SeptemberTW itself, as opposed to things TiddlyWiki core lacks (that goes in MissingBits).
Tiddlers tagged ToDo provisionally rely on the //version// field to keep some history of the progress of SeptemberTW.
Find some below :
<$list filter="[!is[system]tag<currentTiddler>]">
<div class="tc-menu-list-item">
* <$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
Tweaking the palette is fairly accessible without any code editing, but takes a crazy amount of tweaking to get a semi-workable light-on-dark scheme.
A TrogMode should be available out of the box, either as a theme, or as an "Invert colors" global switch.
Two way aliases, that allow not only to point to a tiddler using a variety of names defined in the tiddler's //aliases// field, but optionally to display the name by which it was invoked as title for the tiddler on screen.
''[Until TrueAliasing makes it into coreTW, I'll rely on AlmostAlias as a WorkAround.]''
"""
After a small scare with TiddlySpot (auto backups FTW!) I finally got around to upgrade from b16 to 18, just a day before gold release.
Talk about being on top of things, me !
Anyhow, you can read all about the changes [[on the official TW|http://tiddlywiki.com/#Release%205.0.18-beta]], and there's a lot of good stuff.
I'll only comment on the points I'm somewhat familiar with (I haven't had time to explore every new bit yet):
"""
* First pass at an easy [[ListMacro|http://tiddlywiki.com/#ListMacro]], which I suspect addresses most of the concerns I touched on in ListSelf, here.<br> I suspect we have [[@pmario|https://github.com/pmario]] to thank for that one, and I'll add a couple of HowTos about its use for AbsoluteBeginners shortly after release.<br><br>
* Speaking of lists and macros, the TimelineMacro won itself a subfilter for easy restricted timelines ! <br>Exciting, if a bit a dicey atm, what with both the //limit// and //subfilter// seemingly ignored (check the local test in TimelineMacroTest or the examples provided in [[TimelineMacro|http://tiddlywiki.com/#TimelineMacro]] itself to see what I mean).<br><br>
* Support for MarkDown import added (requires a PlugIn, apparently). This has me excited not just because I use MarkDown a lot (I really dig [[Writer|https://play.google.com/store/apps/details?id=com.jamesmc.writer&hl=en]]) but beacuse it is a testimony to the insane dedication of the CoreDev team that it got added within a day of bringing it up as a GoodIdea in [[hangout|Going public]].<br><br>
With regards to all the cool things underway to make easier for the community to share and contribute to the documentation and codebase of TiddlyWiki, the more adventurous types may now hit the //Edit// button of any tiddler on [[TiddlyWIki.com|http://TiddlyWIki.com]] to submit additions/edits/fixes via GitHub with (relatively) minimal fuss -- see how to go about it [[here|http://tiddlywiki.com/#Improving%20TiddlyWiki%20Documentation]].
Well, that's it for now -- I'll return with an update around Saturday's [[BigLaunch !|https://plus.google.com/app/basic/events/c906mgb32gk0esvpjk851k9bkvs]]
"""
''\o/''
Here we are people : TiddlyWiki5 is now gold.
Whilst [[Jermolene|http://tiddlywiki.com/#JeremyRuston]] is drinking last-century Californian bubbly (don't ask), we're all hanging out -- and for another 5-6 hours -- in the [[TiddlyWiki 10th Anniversary Hangout|https://plus.google.com/events/c906mgb32gk0esvpjk851k9bkvs]], so if you're reading this before 23.00h on Sept 20th (ZuluTime), you can still join the party !
"""
---
On to the release news, then :
<div align=center>[[Here goes nuthin'|http://tiddlywiki.com/#Release%205.1.0]]
</div>
Seriously, it's so fresh there's no release notes as of yet. (They're coming, though)
If you're up for / to it, take a gander at the detailed changes on [[GitHub|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.18-beta...v5.1.0]].
---
''[I'll add more as it comes -- back to HangOut for now.]''
(Belatedly) upgraded to TiddlyWiki 5.1.5 !
I still have to dig into [[all that's new|http://tiddlywiki.com/#Release%205.1.5]], but… check out the new [[icon-on-tags feature|$:/TagManager]] and a great case of of object lesson in [[TableOfContentsMacro Tabbed Example|http://tiddlywiki.com/#TableOfContentsMacro%20Tabbed%20Example]], all of which means SeptemberTW's look and feel can now be improved (whilst sticking to the [[HouseRules|aboot]]). <br><br>
Also : //squirrel !//
A UseCase describes the utility of, and needs serviced by TiddlyWiki for a particular purpose. <br>A common way to explore and break down a UseCase to its constituting beats is to build UserStories.
See examples below :
<$list filter="[!is[system]tag<currentTiddler>]">
<div class="tc-menu-list-item">
* <$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
See UseCase (because TrueAliasing is MissingBits)
See UserStory (because TrueAliasing is MissingBits)
A way to describe a feature or a service (and/or to design a prospective one) by narrating a typical user's experience throughout a UseCase.
It has earned a bit of a bad rap because, as happens to good things, it's been kinda hijacked by marketese weasels and 6-sigma 2.0 types, lately.
Used right, UserStories are great ways to spot holes in your model, and for others to points gaps in your grasp of normal humans reality, too -- both of which are very desirable to the scrupulous designer.
Stuff that doesn't seem to be there yet, or only as plugin, and could possibly be worth adding to core.
(Compare to MissingBits)
...well, not really : TiddlyWiki is awesomesauce, and has been for a long time, if //you// meet its peculiar set of requirements. Most people don't.
For nomal humans, TiddlyWiki's UX is misleading, inconsistent, befuddling and, frankly, frustrating to the point it can kill a new user enthusiasm before they've licked the small cliff that passes for a learning curve on the way to shangri-la.
<<<"""
''Protip'' : most people don't know to use styles in MS-Word. If they ever do, it's only as an afterthought.
Mostly, they format manually, inline, by selecting font and attributes at the word or sentence level.
FWIW, they also barely use shortcuts bexond cut/copy/paste and bold/italic/underline.
"""
<<<
"""
Most users of blogs, email and word processors don't template, much less macro.
A fraction of them may go as far as learning some keyboard shortcuts, or even become semi-fluent in Markdown, BBcode or some flavor of WikiText, for the purpose of formatting text inline.
Anything beyond that has to be WYSIWYG, or it's lost on them.
Contrast with TiddlyWiki, where non-technical content creators are expected to fiddle with plugins and code templates to get fairly routine jobs done.
Many crash against the face of TheLearningCliff, never to be heard or seen again.
"""
A not-quite-satisfying trick to achieve something with a barebones TiddlyWiki until a clean solution is available, at which point it gets promoted to a HowTo.
The current collection of WorkArounds available on SeptemberTW is listed below :
<$list filter="[!is[system]tag<currentTiddler>]">
<div class="tc-menu-list-item">
* <$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
See WorkAround (because TrueAliasing is MissingBits)
For you reading this, odds are you are interested in TiddlyWiki... that, or you took a wrong turn on the internets.
* If you're just starting with TiddlyWiki in general, you may want to check the AbsoluteBeginner section. With TiddlyWiki5 just fresh out of the oven, you're in for a treat !
* If you have some experience with TiddlyWikiClassic and are slightly befuddled, SomethingNew may do you some good.
* If you're a dev, hacker or power user and are curious as to what makes noobies go //doh!?//, you might take a gander at our selection of MissingBits, BrokenBits and GrowingPains.
If in doubt, maybe read on aboot SeptemberTW.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
''~SideEditor'' is a plugin to get a tiddlers editor show //floating on the side// of the story river.
The purpose is to enable "live editing" and to be able to work on a tiddlers content while freely moving among the other tiddlers to, for instance, use them as references.
''Installation'' - drag and drop $:/plugins/SideEditor into your TW.
''Trigger it'' via the tiddler tool button @@fill:lightgray; {{$:/core/images/chevron-right}}@@ Note that you can easily switch which tiddler to edit in the ~SideEditor by closing and reopening. Try it on [[this short|#1 Demo (short tiddler)]] tiddler or a [[longer one|#2 Demo (long tiddler)]]. I don't recommend testing it on the very components building up the plugin.
''Moving'' is done via the two gray handles and ''resizing'' via the lower right corner. (Length is automatic from typing). Unfortunately, I have not yet implemented move/resize for //Internet Explorer// as range sliders behave a bit differently there, and I have not tested anything on //Safari//.
<br>''The plugin consists of''
|[[$:/plugins/SideEditor/readme]]|Short description of the plugin seen in the Plugin Library |
|[[$:/plugins/SideEditor/Main]]|This contains the actual editor, its positioning and the CSS|
|[[$:/plugins/SideEditor/Button]]|The tiddler toolbar button to toggle the ~SideEditor<br>@@font-size:small; Based on [[$:/core/ui/TopBar/menu]] @@|
|[[$:/plugins/SideEditor/Revealer]]|A revealwidget checking if there's anything to reveal<br>@@font-size:small; Key idea from [[$:/core/ui/PageTemplate/sidebar]] @@|
|[[$:/plugins/SideEditor/Metrics]]|Values used in the positioning and sizing|
<br>[[Issues]]
<br><br>
by ''Mat <:-) the'' [[TWaddler|http://twaddle.tiddlyspot.com]]
!!Issues
* Some tiddlers don't make the ~SideEditor to expand to full height. I handle this by, in the little text seen, inserting a new row (i.e click Enter). This pushes the whole content down, expanding ~SideEditor to full height.
* Cannot handle tiddlers with titles containing quotes ".."
* If title has CamelCased word, the ~SideEditor title link gets a "link in the title link", i.e the ~CamelCased word is a link in its own, inside that greater link.
* Unexpected, but in When writing longer tiddlers (in chrome that does not have "sticky titles"), I find it desirable to include a (closing) arrow button n the ~SideEditor.
!!!~ToDo
*''Fields'' - Only the text area is shown. My reasoning is that ~SideEditor is for when you're working with the text //content// and that editing of the other fields can easily be done the normal way... still I //am// considering tags as an exception.
!!!Reflections
To a large part, I think ~SideEditor renders the (standard) //Preview// feature unnecessary.
There has been recurring talk about two parallel tiddler rivers. I think ~SideEditor can fulfill the purpose of that idea to a large extent. If there are multiple ~SideEditors, for sure, but at the moment I cannot see why the current setup would not suffice.
A serchable index of community wikis
~TiddlyWiki Community Search
; github
: https://github.com/dullroar/TW5-atomfeed
; example
: http://dullroar.com/atom.xml
; atom?
: ''spec:'' http://www.ietf.org/rfc/rfc4287.txt
; follow up
: [[Creating A Static Webpage Using Tiddlywiki II|http://www.phasersonkill.com/2015/1/2/Creating%2520A%2520Static%2520Webpage%2520Using%2520Tiddlywiki%2520II.html]]
; github
: https://github.com/welford/phasersonkill-static
<<static Generating%2520Static%2520Sites%2520with%2520TiddlyWiki.html
600px scrolling:yes>>
;github
:[[welford|https://github.com/welford]]
<<tagging>>
; example
: http://www.phasersonkill.com/Search.html?q=tiddlywiki
; implements
: https://github.com/Tipue/Tipue-Search
; status
: experimental work in progress using jQuery
: auto generated json via filtered lists
: may not scale well
:: search index could be reduced with something like
::: `<$view tiddler={{!!title}} format="search-jsencoded"/>`
::: to strip out a load of words / just include the first x words that aren't useless
:: instead of...
::: `<$view tiddler={{!!title}} format="jsencoded"/>`
; github
: https://github.com/dullroar/TW5-sitemap
; example
: http://dullroar.com/sitemap.xml
:: http://dullroar.com/robots.txt
; sitemap.xml?
: ''spec:'' http://www.sitemaps.org/protocol.html
!! Sitemap without macros
* https://groups.google.com/d/msg/tiddlywiki/Xton0F9QtHE/PdQ6GSjqh-YJ
* http://novye-podarki.ru/heeg.html#%24%3A%2F_sitemap
Articles by various [[authors and developers|Authors]] on generating static sites with TiddlyWiki on node.js...
<table>
<tr>
<th>Title</th>
<th>Author</th>
<th>URL</th>
<th>Groups</th>
</tr>
<$list filter="[tag[Static]sort[title]]">
<tr>
<td><$link to=<<currentTiddler>>><$view field=title/></$link></td>
<td><$link to={{!!author}}><$view field=author/></$link></td>
<td><$list filter="[all[current]has[url]]"><a href={{!!url}} target=_blank>»</a></$list></td>
<td><$list filter="[all[current]has[groups]]"><a href={{!!groups}} target=_blank>»</a></$list></td>
</tr>
</$list>
</table>
''problem'' » "1 second ago"
R0lGODlh1wTzAvcUAKJWP5xWOpZTOJBRPYpNQXxDQXE2OGc6PltFQlZNS05IS0MyTT0tUzY0VTQzRTQzODUyMzswMUY0NCsqNRghOhgnThgpVRcpVRMtWxMtYBonZhkrbx4yeBg6hBhAjx5GkShIjDZKfkpScVdSbGJZa21jbW5ucXB0eXd8fYCDhXiCjm94nWB2nkdsnTVmnSxppCVtridwsyVztyqAwi+GyDqNykGQy0SSy0aUzEeW0Ema1E2o4U6x6E2z6Uur5Emh3Ume20ud2Uud2U2d2kyd2FOL01t71mZ+1WqN1Gug5Wmy9Gy29HKy7X+o3peqwJqts5+spquqrKmpqaenqKCan5SSo5qLm6SCl7KFjbqKe7R6dbRmbK5uYKl+Vqp5Rpd8Iph1DqZpELhbD8JkFMp5Lc2OTdaYU9ufV+anS+yyU/G3YfS6aPTAdfbLiPvTkvrQl/fVnuzRp9/IpM69qr+0sriyt7m3vb+3y8Gz18q538rH4MvL1MzLzMzKyczMzM7NzdbS0NXU1NbW1tjY2NjY2Nna3MvY5sDU7LHP8KLI7JPJ8pPR9pXX9qPl9q3r+Lb3+sTy9s/r89jk8d7g5+Lj4+Pk5eTl5eXm5ujo6Onp6urq6uvr6+vr6+vs7Ovs7Ovs7Ovr7Ors7err7err7evr7Orr7Orr6+rq6+rq6urq5+rp4evo3Ozq3ezl4O3j4+3k5e7m6O/p6+/s7O7t7e7u7u/v7+/v7+/w8O/w8O/w8PDw8PDw8PDw8fDx8vDx8vDx8vDx8u/w8u/w8uzv8unu8+jv8+rx9PH08/P18vX18fX18fb29Pb29fb29vb29vf29vb29/b29/b29/b39/b3+Pb39/b39/f39/n5+f7+/v7+/v7+/v7+/f7+/v7+/vz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pv8/Pj9/fT9/fD9/ez9/eX8/t77/df5/dv5++L6+uz79vP79Pz78P386/375/z45Pr33/r32fv41fz3z/rryPvovPz0uSH5BAgAABQALAAAAADXBPMCAAj+ADsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMFd220Wzps2bNmPq3Mmzp8+fQIMKHUq0qNGjSJMqXco05kycUG82nUq1qtWrWLNq3cq1q9evYLk+jUo2rNmzaNOqXcu2rdu3cOM6JUtXrt27ePPq3cu3r9+/csfiJFEWsOHDiBMrXsy4sWO3gm2SmBz1seXLmDNr3sy5M+bINCeLhuq5tOnTqFOrXs0aJejRo6W2nk27tu3buHPrjRx7V2+auoMLH068uPHjJ3kTlry8JvLn0KNLn059NW+ozYFX3869u/fv4MP+gqbrPLz58+jTq18/cjz5Xezjy59Pv3549+Tt69/Pv7//0/jV9d+ABBZo4IGQvUcaggw26OCDEAYVYGERVmjhhRhuB0gflAg0SR+C+DRhZRmWaOKJKLbWhx12dEgIiyHy1M0fNNZo4402pqjjjjz2mBglK/ZRSCZ/wCgjjkji6OOSTDbpZFpA2iEkkUbqNGOSWP7x5JZcduklUlFOWaQdMcJ0ZZZIfqnmmmy2iVKYQ45Zpktnonmjm3jmqeeeEMFJJZlm2pkmn4QWaqibfsr5Up2C0njoo5BGuiQmLPbRySYr2oEJnY3eKemnoIYKoSAsaklJpZtw2mmNorbq6qv++gVSaiaFBNmhqqtqCeuuvPbanax2/EGrrYHmqquvyCarrG7A/oFJrVLeuqixxy5r7bXYdtbss8Q6RW224IYrbmLbQsvhTow2Ou667LYL14t28LFJJZVuiu637uar775brShvJ7L2Ye+9xvJr8MEIc5auoAk37PDDhi1sJ8QUV2wxZPherPHGHGMlMZodhyzyyEV9nCXJKKescksmY7nyyzDH3FHLScps8804N0TzoDn37PPNOyv589BEpxy0p0UnrfTFR+e49NNQJ9w0q1FXbXW7Uzt69dZcX5t1tV2HLbarXxO1ydlop6322my37fbbcMct99x012333Xjnrff+3nz37fffgAcu+OCEF2744YgnrvjijDde+M9l67SLNt1UbvnlmGeu+eacd+7556CHLvropJdu+umop6766qy37vrrsMcu++y012777bjnrvvutGtTS9s4Rx4T5bwXb/zxyCev/PLMN+/889BHL/301KOuDSrYY5820BmbWf334Icv/vjkl2/++einr/7qmGCSyfvaoy2z8N6vb//9+Oev//789+///6a7RPsGmIn4za97iwKgAhfIwAY68IEQjCAAK1EJS1hCgO4r4NliRr8ESvCDIAyhCEdIwhKakBIopEQFBajBDb6sg3Qy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
; inspiration
: https://www.nodejitsu.com/paas
''Note:'' Using this in multiple tiddlers will require you to wrap it in a macro so as to assign a custom counter to the css via macro parameters.
@@.count
; a headline
: some info text
@@
@@.count
@@.count-only
:no headline
@@
<style>
dl.count,
dl.count dt,
dl.count dd{
margin:0;
}
dl.count {
counter-increment: count;
padding: 10px 10px 10px 60px!important;
position: relative;
border-radius:10px;
margin: 10px 0 20px 0;
-webkit-box-shadow: 3px 3px 7px 0px rgba(204,204,204,1);
-moz-box-shadow: 3px 3px 7px 0px rgba(204,204,204,1);
box-shadow: 3px 3px 7px 0px rgba(204,204,204,1);
}
dl.count:before {
content: counter(count);
display: inline-block;
position: absolute;
top: 15px;
left: 10px;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
color: #b5b4b4;
font-weight: 700;
border: 1px solid #eaeaea;
border-radius: 200px;
background: #fff;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(238,238,238,.4)),color-stop(1,#fff));
background-image: -webkit-linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
background-image: -moz-linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
background-image: -o-linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
background-image: -ms-linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
background-image: linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
-webkit-border-radius: 200px;
}
dl.count-only{
padding: 20px 10px 20px 60px!important;
}
</style>
[[from "Using StyleSheets" on tiddlywiki.com...|http://tiddlywiki.com/#Using%20Stylesheets]]
<div class="pretty">
The usual way of modifying the appearance of a TiddlyWiki is to use one of the available themes, or to modify the [[colour palette|http://tiddlywiki.com/#ColourPalettes]].
You can also use custom CSS stylesheets by tagging tiddlers with `$:/tags/Stylesheet`. For example, create a tiddler with the tag `$:/tags/Stylesheet` and the following content in order to change the page background colour to red:
```
html body.tc-body {
background: red;
}
```
To hide your stylesheet tiddlers from search or lists, put them under the system namespace, by naming it something like `$:/.my/stylesheet`. You will now find it in the sidebar under ''More » System''.
! Overriding Theme Settings
Note that custom stylesheets are applied independently to the theme stylesheets. This means that it is frequently necessary to use CSS specificity to reliably override settings within the theme. This means ensuring that the CSS rule in your custom stylesheet is more specific than the theme rule that you are overriding. "More specific" generally means using more CSS rules. So, `html body.tc-body` is more specific than `body.tc-body`.
! Stylesheet Types
Usually it is best to use the type `text/css` for stylesheets. This treats them as plain stylesheets, and ensures that TiddlyWiki doesn't apply any wiki processing to them.
If you wish to use macros and transclusions in your stylesheets you should instead use the default [[WikiText|http://tiddlywiki.com/#WikiText]] type `text/vnd.tiddlywiki`. This allows full [[WikiText|http://tiddlywiki.com/#WikiText]] processing to be performed. Here is an example:
```
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
body.tc-body pre {
<<box-shadow "inset 0 1px 0 #fff">>
}
```
The `\rules` pragma at the top of the tiddler restricts the ~WikiText to just allow macros and transclusion. This avoids mistakenly triggering unwanted ~WikiText processing.
!! Stylesheet Macros
Several globally available macros are provided that are helpful in constructing stylesheets. See [[$:/core/ui/PageStylesheet]] for the definitions of these macros.
* `<<colour name>>` and `<<color name>>` retrieve named colours from the current [[colour palette||http://tiddlywiki.com/#ColourPalettes]]
* `<<box-shadow shadow>>` specify a box-shadow
* `<<filter filter>>` specify a CSS filter
* `<<transition transition>>` specify a CSS transition
* `<<transform-origin origin>>` specify the CSS transform origin
* `<<background-linear-gradient gradient>>` specify a linear gradient
* `<<datauri title>>` retrieves the base64 content of a tiddler for use via the CSS `url()` operator
</div>
For more information, see [ext[fontawesome @ tiddlyspot|http://fontawesome.tiddlyspot.com]].
This wiki introduces you to using your desktop browser to inspect the styles applied to elements in TiddlyWiki and permanently change them. Also see [[style examples|Styles]].
Styling TiddlyWiki is easy, the pattern is always the same...
#[[Inspect]]
#[[Select]]
#[[Modify]]
#[[Save]]
<br>
!! Step 1 — [[Inspect Element|Inspect]]
{{Inspect}}
<br>
!! Step 2 — [[Select Element|Select]]
{{Select}}
<br>
!! Step 3 — [[Modify CSS|Modify]]
{{Modify}}
<br>
!! Step 4 — [[Save CSS|Save]]
{{Save}}
<br>
! Congratulations
You have successfully applied your first style modifications.
Need more help? Hop over to the [[discussion groups|https://groups.google.com/forum/#!topic/tiddlywiki]].
!! Candy
Interested in more? How about [[FontAwesome|http://fontawesome.tiddlyspot.com]]?
; inspiration
: https://www.nodejitsu.com/paas
@@.info
; a headline
: some info text
@@
@@.info
@@.info-only
: info text without headline
@@
<style>
dl.info,
dl.info dt,
dl.info dd{
margin:0;
}
dl.info {
padding: 10px 10px 10px 60px!important;
position: relative;
border-radius:10px;
margin: 10px 0 20px 0;
-webkit-box-shadow: 3px 3px 7px 0px rgba(204,204,204,1);
-moz-box-shadow: 3px 3px 7px 0px rgba(204,204,204,1);
box-shadow: 3px 3px 7px 0px rgba(204,204,204,1);
}
dl.info:before {
display: inline-block;
position: absolute;
top: 15px;
left: 10px;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
content: "i";
color: #b5b4b4;
font-weight: 700;
border: 1px solid #eaeaea;
border-radius: 200px;
background: #fff;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(238,238,238,.4)),color-stop(1,#fff));
background-image: -webkit-linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
background-image: -moz-linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
background-image: -o-linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
background-image: -ms-linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
background-image: linear-gradient(bottom,rgba(238,238,238,.4)0,#fff 100%);
-webkit-border-radius: 200px;
}
dl.info-only{
padding: 20px 10px 20px 60px!important;
}
</style>
Hover the element whose style you wish to modify, right click, `inspect element`.
<<btn-img "inspect.gif">>
R0lGODlhrgTeAfcAAAIBBA4DDiILGzsYKjwgLjkqMTUyNTQyNTQyNiQtRxkpWhspViQqVyorViwwWC8zWCs2YCc4bhw8fhxHjh9Rlypdny5jpDR1uEaK01KT4FWD3Fd62V572Wd92GmB02uJvG2FrnN5lXJzfnZrc29jZ2VSV1k+Rlg3PWI5OWw8MYNEIZNPHZZXL59mPKpyRKx3SqZ9XpqIfpaMh5KRkJSUk5aVlZmXl5mXmJqYmJubnp6gp6OmrKeorKmpq6qqqqqrq6qrraqssKursK2pqrSmnLqijsOfgc2bcNmeZ+OhYOGoa+CzfOK4htq5lti7m9S8n8y/qci/ssjJu8fDv8nIx8zU2tDf7NDh8NDi8tLi8tDi8tDi8s3n88jo8sPn8b7i8bfk9K/n9Kjq9Z/k9pnW+pTQ/JLK+IzF94S99X628nu073ut5oel3pak1qSr2q6t2rqu2sSv18LB0sXLz8fMzc7My9PSzdTR0NXT09XV1dbV1dfW1tfX19fX19fX19fX19jY2NnZ2dnZ2dra2tvb29zc3Nvc3drX3tzd3d7e3t/f3+Hg4OHh4eLi4uTj4+bl5ejo5+np6Ojo6Ojo6Ojo5+fn5+fn5+fn6Ofn6Obn5+bm5uXl5eTk4+Tj4uLf4OHd3uPc3Oba0uncze3ewfHbtfXYq/fXpvjWpvnWqPnXr/jSvfnPz/vM3/vQ4vfW5O/k6Ovp6urq6urq6urq6unr7Ofr7ebs7+jr7unr7evr6+zs6+zs7Ozs7Ozs7Ovr6+vr6+vr6+vr6+vr6+rq6uvr6uzs5+vs6evs6+zs7Ozs7Ozs7Ozs7Ozt7O/v7+/v7/Dw8PDw8PDw8PDw8PDw8PDv8PDv8PDv8PDw8PDw8PX19Pb39vn6+fj7+uz8/d39/tr9/tj9/u7+/vf+/vr+/v7+/v7+/v7+/v7+/v7+/v7+/v79/f799v777/765f773v791P76yv760P751P751/762/774f795v786/787/399P79+P79+v79+/7+/f7+/v7+/iH5BAgAAAAALAAAAACuBN4BAAj+AJEJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJMqXcq0qdOnUKNKnUq1qtWrWLNq3cq1q9evYMOKHUu2rNmzaNOqXcu2rdu3cOPKnUu3rt27ePPq3cu3r9+/gAMLHky4sOHDiBMrXsy4sePHkCNLnky5suXLmDNr3sy5s+fPoEOLHk26tOnTqFOrXs26tevXsGPLnk27tu2heKYwEphoyp/bwIMLH068KZUpupEJQv67uPPn0KNLP8no+JRCke4g3zO9u/fv4MP+E6yOHLv2KdzFq1/Pvn1r8tezb3dPv779+5Xhm5+Pv7///wDupZ986AVo4IEIJjgWfIgQmJ6CEEYo4YRIWYIcFcj8Yp0lFHbo4YcgwvQHcncgwwhyU/wS4oostuiiRXmQGAkiFzry4o045nhjjFPcMeOFjego5JBEKsjjHZPQOAUVQRbp5JNQsndkkkBGaeWVWBbHYx1ULtlklmCGKeZqy01Rxy+coMjhmGy26WZnx52JDI9rvmnnnXjmqeeefPbp55+ABirooIQWauihiCaq6KKMNuroo5BGKumklFZq6aWYZqrpppx26umnoIYq6qiklmrqqaimquqqrLbq6qv+sMYqa0y/1GrrrbjmquuuvPbq66/ABivssMQWa+yxyCar7LLMNuvss9BGK+201FZr7bXYZqvtttPO+hA06Pwj7rjklmvuueimq+667Lbr7rvwxivvvPTWa++9+Oar77789uvvvwAHLPDABBds8MEIB4yOM7t6q1C4CUcs8cQUV2zxxRhnrPHGHHfs8ccg14uOLCSTfKvDCIWs8sost+zyyzDHLPPMNNec7ySTRKKzybaiXJDNQAct9NBEF2300UgnXa8mljSNcyQ8+0yQ0lRXbfXVWGet9dZUc8LJJpswnTPUtUotENdop6322my37fbb4jbSiCOOfK1JzrL0LDX+3Hz37fffgAcueL+KLLIII43YjXfZew/u+OOQRy755EcjgkgihSe+iSWT5K1i45SHLvropJduer+DEFIIIplzcjfZUv9y+uy012777Y8LIkjqrDPiyOZkf+6w7LgXb/zxyCcf9B+A7F5IIov8bknwPhOv/PXYZ6/99gTvwbwghCCySOKce1499+inr/767Iubh/e7s5743eajbH37+Oev//6Tv8/8IIVQBCNc1znGDY9/CEygAheItjy8DxAAFCAB63dABlrwghjMYMwcuAcIBnCA9DOgt+6nwRKa8IQoNBgHPSjBEApvhCmM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
In the «developer tools», try changing the styles of your [[selected element|Select]] by applying [[any css|http://www.w3schools.com/css]] to `element{}` in the lower right.
When finished, copy those styles and also the name of the css selectors and classes currently styling the element, e.g. `.tc-titlebar`. Those that don't actually apply are shown @@color:lightgrey; greyed out@@ and those that are overruled with ~~strikethrough~~. You find the entire cascade of selectors applying to the current element in the order in which they are dominant, the upper most being the most dominant ...the `element{}` itself.
<<btn-img "change.gif">>
[[Create or open your custom stylesheet|Custom StyleSheets]] and enter the styles in this format, classnames start with a `.dot`:
```
.some-class {
font-family: "Comic Sans MS"; /*please, just don't ;D */
border: 1px solid purple;
}
```
The styles you have tested and copied should immediately apply to the selectors (classes) to which you assign them.
[[Inspecting|Inspect]] an element opens your browser's «developer tools», so does hitting F12.
Make sure the element you want is selected by hovering over the tree to the bottom left and selecting the one you think is your target. Perhaps repeat Step 1 to be sure. Now have a look at the bottom right and see all the [[css style rules|http://www.w3schools.com/css/]] that apply to it.
<<btn-img "select.gif">>
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
<dl class="overview">
<<list-search
"[[Styles]tagging[]sort[title]]"
"search"
"$:/temp/list-search-styles"
"$:/.tb/template/styles-overview"
placeholder:"Filter all examples..." >>
</dl>
; requires
: [[$:/fonts/FontAwesome]]
: [[$:/fonts/FontAwesome/checklist]]
:: an extension to FontAwesome, holding the css for the checklist
@@.check
* a one
* and a two
* and a three
* and a four
@@
http://tb5.tiddlyspot.com
andrew.j.harrison84@gmail.com
{{Under construction}}Figure out how to set username automatically. Resource: [["aliasing" a username|https://groups.google.com/forum/m/#!topic/tiddlywiki/zqJlW8jEaT4]] (Eric Shulman 3/4/15)
1) The username is really just a text string, the value of which is copied into the "modifier" field of a tiddler whenever that tiddler is edited.<br>
2) The *display* of the username is defined in the core shadow: [[$:/core/ui/ViewTemplate/subtitle]], which contains:
```
<div class="tc-subtitle">
<$link to={{!!modifier}}>
<$view field="modifier"/>
</$link> <$view field="modified" format="relativedate"/>
</div>
```
This is the syntax that actually displays the username in the tiddler subtitle:
```
<$view field="modifier"/>
```
Note that the output of the `<$view>` widget is normally just *plain text*... thus, the wiki syntax contained in the username does not get parsed, and the output shows the username value exactly as defined. However, it is a simple matter to change this. Rather than using the `<$view>` widget to display the modifier field, use transclusion, like this:
`{{!!modifier}}`
As with the `<$view>` widget, this will retrieve the value of the 'modifier' field for the current tiddler, but will also then parse that field value so that any wiki syntax it contains will be rendered as intended. Thus, if you use `"[[NRM|Contact]]"` as your username, then it will display as just "NRM", and link to the `[[Contact]]` tiddler. Q.E.D.
Resource: Autmatic username prompt ? (Dominic Duval 7/31/14)
Resource: [[Single-file save should exclude $:/temp/... tiddlers #1199|https://github.com/Jermolene/TiddlyWiki5/issues/1199#issuecomment-65830444]] (Jeremy Ruston 12/5/14)<br>
Replaced `-[prefix[$:/state/popup/]]` with `-[prefix[$:/state/]] -[prefix[$:/temp/]]` in $:/core/save/all
{{Under construction}}Find autohide menu
{{Under construction}}Resource: [[Fwd: [tw] Re: TW5 Batch Add/Remove Tags.|https://groups.google.com/forum/#!searchin/tiddlywiki/Fwd$3A$20%5Btw%5D$20Re$3A$20TW5$20Batch$20Add$2FRemove$20Tags.%7Csort:relevance/tiddlywiki/3KxvZVFCt9w/xBct1MShbrEJ]]
Per Jed: [[http://ooktech.com/jed/ExampleWikis/Version518Fun/#Search%20and%20Replace%20Tags]]
```
\define thisSelectTag()
Tag to replace: <$select field='selected_tag'>
<$set name=TagSearch value={{$:/temp/changetags!!search_tags}}>
<$list filter='[tags[]regexp[(?i)$(TagSearch)$]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$set>
</$select> <$edit-text tiddler='$:/temp/changetags' field='search_tags' class='tc-exit-textexitor' placeholder='Narrow Tags List'/>
\end
This lets you search for all tiddlers with a specific tag and selectivly replace that tag with another one. Or if the 'Replace With' field is empty just remove the tag from the tiddler(s).
<<thisSelectTag>>
Replace With: <$edit-text tiddler='$:/temp/changetags' field='replace_tag' class='tc-edit-texteditor'/>
<table>
<tr><th>Tiddler</th><th>Replace?</th></tr>
<$list filter='[tag{!!selected_tag}]'>
<$fieldmangler tiddler=<<currentTiddler>>>
<tr><td><$link to=<<currentTiddler>>><$view field='title'/></$link></td><td><$button>Change Tag<$action-sendmessage $message='tm-add-tag' $param={{$:/temp/changetags!!replace_tag}}/><$action-sendmessage $message='tm-remove-tag' $param={{Search and Replace Tags!!selected_tag}}/></$button></td></tr>
</$fieldmangler>
</$list>
```
Add the field `selected_tag`.
<pre><$view field="text"/></pre>
!Color highlighting in a snippet of code
Let's say you have a tiddler that displays a code block (you're writing an article on some coding technique or whatnot):
<pre>ˋˋˋ
var foo = 1;
var bar = gonculate(foo);
alert(bar);
ˋˋˋ</pre>
Which renders like:
```
var foo = 1;
var bar = gonculate(foo);
alert(bar);
```
Now you want to show a change, highlighting the changed part in red, like so:
<pre>var foo = 1;
var bar =<span class='tc-inline-style' style='color:red;'> xyzzy(foo)</span>;
alert(bar);
</pre>
How do you do that in TW?
Well, you can't use the three back ticks any more, because that would make the //@@color:red;// wikitext (or //<span style="color:red">//) show up as code, e.g.,
<pre>ˋˋˋ
var foo = 1;
var bar = @@color:red;xyzzy(foo)@@;
alert(bar);
ˋˋˋ</pre>
...renders as:
```
var foo = 1;
var bar = @@color:red;xyzzy(foo)@@;
alert(bar);
```
Not what we want.
You also can't use the single back tick ˋ at the beginning and end of the entire block, because everything in that inline code style has red text already.
Instead, you simply use the HTML //<pre>// element, which has most of the same styling you already need for a wikitext code block. Then you can use //@@color:red;// (or //<span style="color:red">//) just fine:
<pre><pre>var foo = 1;
var bar = @@color:red;xyzzy(foo)@@;
alert(bar);</pre></pre>
...renders as:
<pre>var foo = 1;
var bar = @@color:red;xyzzy(foo)@@;
alert(bar);</pre>
Problem solved.
''HOWEVER:'' If your sample code has HTML or TW widgets with angle brackets, you have to take another step and make sure all the starting "angle brackets" are escaped into the HTML //&lt;// entity, or else they will be interpreted by TW during rendering because they are no longer fenced by ˋˋˋ. In other words, if you have something like:
<pre>ˋˋˋ
<$view field="modified" format="relativedate"/>
ˋˋˋ</pre>
...which renders as:
<pre><$view field="modified" format="relativedate"/></pre>
...and you now want to show a change in part of it using the //<pre>// trick, you have to escape the opening angle bracket as follows:
<pre><pre>&lt;$view field="modified" @@color:red;format="date" template="DDD, MMM DD, YYYY"@@/></pre>
</pre>
...to get:
<pre><$view field="modified" @@color:red;format="date" template="DDD, MMM DD, YYYY"@@/></pre>
Sources: [[Color highlighting in a snippet of code|https://groups.google.com/forum/?hl=en#!searchin/tiddlywiki/Color$20highlighting$20in$20a$20snippet$20of$20code%7Csort:relevance/tiddlywiki/P0RtvM24SEg/MV7N41cyexEJ]] and [[http://dullroar.com/Color%2520highlighting%2520in%2520a%2520snippet%2520of%2520code.html]]
[[$:/plugin/ajh/copy]]
{{$:/plugin/ajh/copy/readme}}
{{Under construction}} Might end up under Tick Sheet
{{Under construction}}Delete non-essential shadow tiddlers using text editor to delete the text field and then edit within Tiddlywiki and add tag with trash can icon with hint saying deleted.
Need to delete content, tags and fields from $:/core/modules/parsers/wikiparser/rules/wikilink.js
Resource: How to get an ultra minimized version of TW5 (BJ 5/22/15)
<!--Textual data in a zTXt chunk with duplicate words and spaces removed and hidden in comment tags-->
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>
a<br>a<br>
{{Under construction}}Resource: [[Ordering the table of contents|https://groups.google.com/forum/m/#!msg/tiddlywiki/nxd-Z4UzsJs/GtLiBV6nBl8J]] (Tobias Beer 1/16/15)
Example of ordering: http://tiddlywiki.com/#Reference
Resource: http://tiddlyclip.tiddlyspot.com ControlToc tab that allows control using drag and drop (BJ 9/7/14)
<!--Textual data in a zTXt chunk with duplicate words and spaces removed and hidden in comment tags-->
{{Under construction}}External comments viewed within the tiddler.
Resource: [[Adding comments sections to tiddlers on a tiddlywiki using hashover|http://ooktech.com/jed/externalbrain/#Adding%20comments%20sections%20to%20tiddlers%20on%20a%20tiddlywiki%20using%20hashover]] (Jed Carty 5/18/15)
{{Under construction}}May end up under External Pages. Resource: External individual tiddlers via iframes?
Open link in new window:
```
<a href="path/to/filename.ext" target="_blank">text to click on</a>
```
{{Under construction}}Create favorites mechanism
{{Under construction}}Display field or fields and their contents in tiddler body if special tag. Need to find out if already possible maybe some plugin.
{{Under construction}}Indenting is 4 spaces and start of paragraph is double half tabs?
Resouce: Adjusting !!! Wiki Text (Bill Matabele 7/9/14)
{{Under construction}}Create the css for displaying the info popup on small screens.
{{Under construction}}Do I want a whole module just for this? Maybe it can be part of Visual Editor.
Resource: http://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText
{{Under construction}}For modified shadow tiddlers tag with pencil icon with hint saying tweaked.
{{Under construction}}Get the more popup menu to view all on small screens.
  <mark>@@.tc-red Hello@@</mark>, my name is [[Andrew]] and this is my web site for my work in progress modifying Tiddlywiki 5. Tiddlywiki 5 is the genius work of Jeremy Ruston.<br>
  I started using Tiddlywiki (now referred to as Tiddlywiki Classic or TWC) back in 2008.<br>
  My plan for this page is to upgrade to Tiddlywiki 5 at work when I've found the same or better usefulness then TWC.
[[$:/plugin/ajh/newfieldinlinelist]]
{{$:/plugin/ajh/newfieldinlinelist/readme}}
{{Under construction}}Resource: Non existing links in red instead of in italic - TW5
Rsource: Missing Link Style in TW5 (PMario 4/9/14)
{{Under construction}} Resource: [[Open all the tiddlers with a particular tag|https://groups.google.com/forum/m/#!topic/tiddlywiki/Eqcsb-B6iLk]]
  Mostly from Tobias Beer's [[overlay|http://tobibeer.github.io/tb5/#overlay]] macro (1/18/15). The ''overlay'' macro allows you to overlay or toggle content. As an example...
```
<<overlay
{{$:/Examples/Overlay!!what}}
{{$:/Examples/Overlay!!with}}
400px 40px overlay-example>>
```
<<<
<<overlay
{{$:/Examples/Overlay!!what}}
{{$:/Examples/Overlay!!with}}
400px 40px overlay-example>>
<<<
```
<<overlay
{{$:/core/images/storyview-classic}}
{{$$:/core/images/storyview-pop}}
32px 32px>>
```
<<<
<<overlay
{{$:/core/images/storyview-classic}}
{{$$:/core/images/storyview-pop}}
32px 32px>>
<<<
!!Installation
To use the ''ovleray'' macro in your tw5, drag this over: [[$:/Macros/Overlay]]
!! Parameters
The following parameters can be specified for the ''overlay'' macro:
|!#|!Parameter|!Description|!Required|
|1|''what'' |the initial content | X |
|2|''with'' |the content shown on-hover| X |
|3|''width'' |the width of the overlay box| X |
|4|''height'' |the height of the overlay box| X |
|5|''class''|an additional class assigned to the overlay box||
These css classes are defined by the overlay macro...
;`overlay`
:the class for the wrapper
;`overlay-what`
:the class for the initial content
;`overlay-with`
:the class for the overlayed content
!!The Macro
{{$:/Macros/Overlay||Code}}
!! The Example Tiddler
[[$:/Examples/Overlay]]:
; what
:{{$:/Examples/Overlay!!what}}
; with
:{{$:/Examples/Overlay!!with}}
; text
:abused for styles ;-)
{{$:/Examples/Overlay}}
Resource from Jeremy: currentTiddler as a macro parameter default
```
\define x(y:<<currentTiddler>>)
```
is actually equivalent to:
```
\define x(y:"<<currentTiddler>>")
```
The technique you are using is to pass the attribute brackets as part of the parameter string. If the parameter isn't specified then it is given the literal string value "<<currentTiddler>>", and not the actual value of the variable "currentTiddler". So it only works if the parameter is eventually wikified, so that the macrocall syntax is processed.<br>
Another problem is that macro calls currently cannot be nested, so you cannot do:
```
<<x y:"<<myVariable>>">>
```
There's also a trap that this won't work:
```
<<x y:"My Tiddler">>
```
Instead you have to do:
```
<<x y:"[[My Tiddler]]">>
```
{{Under construction}}Procedures and links for creating and experimenting with plugins.
{{Under construction}}Create pritty link copy to clipboard button.
{{Under construction}}Find random background
Use the CSS "transform" attribute, like this:@@display:block;transform: rotate(-90deg); your text here @@
{{Under construction}}Open search in sidebar tab.
Resource: http://spangenhelm.github.io/TW5-EnhancedSearchResults/ (Felix Küppers 7/24/15)<br>
Resource: http://braintest.tiddlyspot.com/#Context%20Plugin (Danielo Rodriguez 1/14/15)
{{Under construction}}Would like to find the email about sizable using a mouse handle to drag size. Resource: set story width in a stylesheet tiddle
Also Resource: http://eucaly-tw5.tiddlyspot.com/#%24%3A%2Fplugins%2Feucaly%2Fflexwidth
Resource: [[Proof-of-Concept: (new) Direct drag-to-resize Theme Tweak|https://groups.google.com/forum/m/#!topic/tiddlywiki/abMEKz88luc]] (Mat Gold and Eric Shulman 5/28/15)
{{Under construction}}Use tags and filter search?
[[TW5 Plugin Startup Modules Not Loading?|https://groups.google.com/forum/m/#!topic/tiddlywikidev/uQaq1r4sRMI]]
Maybe look at fieldmangler.js
{{Under construction}} Resource: http://tiddlywiki.com/#How%20to%20apply%20custom%20styles%20by%20tag
[[http://svg-edit.googlecode.com/svn-history/r1771/trunk/editor/svg-editor.html]]<br>
[[http://editor.method.ac/]]
<div class="tc-table-of-contents">
<<toc-selective-expandable 'Contents'>>
</div>
{{Under construction}}Resource: Open all the tiddlers with a particular tag
{{!!label||$:/ToggleTagTemplate}}
{{TagPill1b!!label||$:/ToggleTagTemplate}}<br>Some text!
{{TagPill1c!!label||$:/ToggleTagTemplate}}<br>Some more text!
{{TagPill2a!!label||$:/ToggleTagTemplate}}
{{TagPill2b!!label||$:/ToggleTagTemplate}}<br>
<object type="text/html" data="http://www.tiddlywiki.com" style="width: 100%;"/>
{{TagPill3a!!label||$:/ToggleTagTemplate}}
{{TagPill3b!!label||$:/ToggleTagTemplate}} some text
{{TagPill3c!!label||$:/ToggleTagTemplate}}
{{TagPill3d!!label||$:/ToggleTagTemplate}} some text
{{Under construction}}  This tiddler will help me take notes and quickly remember great amounts of information temporarily all in one place. Inspired by Stephan Hradek's slider. Also, designed to be dynamic so it can be cloned. It stores the states from the slider buttons and text field in a temp tiddler. The reset button deletes the temp tiddler to reset everything from this tiddler. Cloned forms have reset buttons that clear their own forms.<br>
{{!!title||$:/Here}}
<<overlay {{$:/Examples/Overlay!!what}} {{$:/Examples/Overlay!!with}} 100% 40px overlay-example>>
{{Tiddlywiki||copy}}
<<toggletag "TagPill1a" "TagPill1b" "TagPill1c">><<toggletag "TagPill2a" "TagPill2b">><<toggletag "TagPill3a" "TagPill3b" "TagPill3c" "TagPill3d">>
<<edit-text>>
<<reset>>
[[$:/plugin/ajh/tiddlyviewer]]
{{$:/plugin/ajh/tiddlyviewer/readme}}
[[Example Tiddly]]
[[$:/plugin/ajh/tiddlytime]]
{{$:/plugin/ajh/tiddlytime/readme}}
[[Tiddlywiki|http://www.tiddlywiki.com]]
<span title=<<dt "MM/DD (today-68)" "-97920">>>
<$button class="tc-btn-invisible tc-time"><$action-navigate $to="$:/info/timestamp"/><$transclude tiddler="$:/plugin/ajh/tiddlytime/images/time" mode="block"/></$button></span>
[[$:/plugin/ajh/toplefttoolbar]]
{{$:/plugin/ajh/toplefttoolbar/readme}}
{{Under construction}}Create shim for small screens. Resource: @Tobias - Prevent river from going under topmenu?
{{Under construction}} Resource: How do you diagnose and troubleshoot Macros? (Jeremy Ruston 12/24/14)
Here's one useful trick. Let's say that you're working on a macro `<<myFancyMacro>>` and it's not working as you expect. You can inspect the wikitext that is generated by the macro with:`<$text text=<<myFancyMacro>>/>`
The `<<dumpvariables>>` macro can also be useful. It shows the variable values in force at the point where the macro is invoked, so you can check that variables used in your macros have the expected values.
http://tiddlywiki.com/#DumpVariablesMacro
Another resource: https://tobibeer.github.io/tb5/#Conditional%20ViewTemplate%20Section
Another resource: http://inmysocks.tiddlyspot.com/#How%20to%20make%20macros
<mark>@@.tc-red Under construction!!!@@</mark><br>
http://tiddlywiki.com/prerelease/upgrade.html
{{Under construction}} Need links to original threads.
Turn url field into a link or image<br>
Resource: Displaying image with path in a field (Eric Shulman 3/23/15)
```
<a href={{!!url}} target="blank"><$image source={{!!url}}/></a>
```
Resource: External Link from a viewed field (Jeremy Ruston 10/27/14)<br>
```
<a href={{!!url}} target="_blank"><$view field="url"/></a>
```
Resource: List filters and external links (Jeremy Ruston 9/13/14)
```
<$list filter="[tag[Philosophy]sort[title]]"><a href={{!!url}} target="_blank"><$view field="title"/></a>
```
Resource: NEWBIE question - Open Files (Jeremy Ruston 7/31/14)
```
[ext[my link text|https://dl.dropboxusercontent.com/u/83055414/booktemplate.html]]
```
{{Under construction}}Open tiddlers in vertical tabs.
Resource: TiddlersBar StoryView plugin? (Felix Küppers 5/24/15)
{{Under construction}}Find out if visual editor plugin for tiddlywiki5 like what wikipedia is converting to is being worked on. Make sure it works on small screens.<br>Resource: http://tw5editor.tiddlyspot.com/<br>Resource: http://danielorodriguez.com/TW5-searchNreplace/
Resource: [[VisualEditor BJ 2/11/15|http://bjtools.tiddlyspot.com/#VisualEditor]]
Resource: Presenting the SideEditor plugin!
Resource: [[TinyMCE|http://htmleditor.in/index.html]]
{{Under construction}}Things I'm hoping for or planning or working on.
{{Under construction}}This is an old treasure from my TWC quest and I was hoping to figure out how to do the same on this quest. It previously had the following:<br>
`z_configOptions`
```
var ax = new ActiveXObject("WScript.Network");
merge(config.options,{
txtUserName: ax.UserName});
var sys = new ActiveXObject("ADSysteminfo");
var username = sys.UserName;
var CN = username.split(" ");
config.options.txtSurName = CN[1];
config.options.txtSurID = CN[3].substring(0,7);
```
{{Under construction}}  This button will compress text into a blob with duplicate words and spaces removed. When used with Tiddly Viewer, the text from the external page can be searchable within the wiki while conserving file size.<br>
  I'm working on a button for the edit template and exploring options like Stephan's bookmarklets at: http://tw5magick.tiddlyspot.com/.<br>
  For now my procedure will be:<br>
1. Copy any text from external file.<br>
2. Paste into ztxt and compress.<br>
3. It removes all punctuation and duplicate words and spaces.<br>
4. Copy the compressed ztxt text blob and paste into a new tiddler inside comment marks <!-- and -->.<br>
5. Add tiddly field set to the path of the file.<br>
5. TA DA! after alot of adding external files and pages, I have a thousand+ external indexed files that are searchable, viewable, compressed, but still TW5 is fast.
  There are still problems with my work flow such as dead links and loosing some indexing when the external files change. It would be cool if there was a drag and drop method. As always, any suggestions are welcome.
<$button param={{$:/temp/zTXt}} message="tm-ztxt">
Compress</$button>
<$edit field="text" class="tc-edit-texteditor" tiddler="$:/temp/zTXt" />
; tw version
: <<version>>
; macro
: [[$:/.tb/macros/tagfilter]]
; requires
: `[all[current[]tags[]]tagging:all[]]`
;demo
:`<<tagfilter>>`<div>
> <<tagfilter>>
</div>
; depends on
: [[pull/1385|https://github.com/Jermolene/TiddlyWiki5/pull/1385]] — @@color:red;not yet part of the core!@@
:extended tagging.js to get all tagged to the current list
:: [[$:/core/modules/filters/tagging.js]]
:: [[$:/core/modules/utils/utils.js]]
: [[pull/1379|https://github.com/Jermolene/TiddlyWiki5/pull/1379]] — @@color:red;not yet part of the core!@@
: fixes edit-mode tags and consolidates tag macro
:: [[$:/core/macros/tag]]
:: [[$:/core/ui/EditTemplate/tags]]
:: [[$:/core/ui/TagTemplate]]
All class abstracts...
<<tagging>>
All content for Class A...
<<tagging>>
All contents for Class B...
{{||$:/templates/tagging}}
All classes...
<<tagging>>
All degrees...
<<tagging>>
This wiki explores how to leverage the basic concepts of TagglyTagging for ~TiddlyWiki5. TagglyTagging starts from the premise of tiddlers being tags, thus forming a tag hierarchy where — for speedy content creation — you extensively use the NewHere command.
In [[classic TiddlyWiki|http://classic.tiddlywiki.com]], TagglyTagging implied a tagging structure similar to the following...
!!!<<taginfo "My Degree">>
* <<taginfo "Class A">>
** <<taginfo "Class A — Abstract">>
** <<taginfo "Class A — Schedule">>
* <<taginfo "Class B">>
** <<taginfo "Class B — Abstract">>
** <<taginfo "Class B — Schedule">>
!!to do
Use the [[toc|http://tiddlywiki.com/#TableOfContentsMacro]] macro to [[conditionally|http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section]] to list tocs for all tagging tiddlers at the bottom of a tiddler.
!!references
;MPTW
:http://mptw.tiddlyspot.com/#TagglyTagging
:the birthplace of TagglyTagging
;Notestorm
:http://notestorm.giffmex.org
:tag based notetaking with dynamic toc
All classes for my degree...
<<tagging>>
Allows to create a new tiddler tagging to the currently viewed tiddler:
{{$:/core/ui/Buttons/new-here}} — [[$:/core/ui/Buttons/new-here]]
All schedules...
<<tagging>>
TagglyTagging by Simon Baird for [[TiddlyWiki classic|http://classic.tiddlywiki.com]]:
http://mptw.tiddlyspot.com/#TagglyTagging
I defined the `<<taginfo>>` macro to list the tags of a given tiddler in [[a list|GettingStarted]]:
<div class="ibox pretty" style="padding:15px;margin-bottom:30px;">
`<<taginfo "Class A">>`<br><br>
<<taginfo "Class A">>
</div>
[[$:/macros/taginfo]]
<pre><$view tiddler="$:/macros/taginfo" format="text"/></pre>
[[$:/styles/taginfo]]
<pre><$view tiddler="$:/styles/taginfo" format="text"/></pre>
[[Here|https://groups.google.com/d/msg/tiddlywiki/zbiwXL5orIk/qOWwb_UXjsoJ]], [[Stephan Hradek]] shows how to construct a document from numbered chapters:
```
\define chapter() Chapter $(num)$
<$list filter="[removeprefix[Chapter ]nsort[title]]" variable="num">
!<$link to=<<chapter>>><$text text=<<chapter>>/></$link>
<$transclude tiddler=<<chapter>>/>
</$list>
```
The above example first retrieves all tiddlers with a prefix "Chapter ", then removes it and later adds it back in via the chapter macro when processing the filter results.
; compare to
: [[Creating A Document Of Tiddlers]]
Based on a solution [[suggested by Stephan Hradek|https://groups.google.com/d/msg/tiddlywiki/XxLT8zJqHYM/Pl90y8Evn7AJ]], here's how you can list entries to categories without a need to use tagging, optionally sorted by a custom `order` field.
<$macrocall $name=` text="""<<catlist "[list[Welcome]]">>"""/>
The example calls the `catlist` macro, which takes two parameters....
;filter
:a filter defining your potential category items, required
:use `[all[]]` to just catch all tiddlers having the following field defined...
;field
:the `field` used at tiddlers pointing to a category by naming it, default `category`
<<source $:/.tb/macros/catlist>>
<div style="margin:0 -45px 0 -43px">{{$:/.img/fish.svg}}</div>
As [[Alberto Molina]] [[announces here|https://groups.google.com/d/msg/tiddlywiki/TXk4XZpO6a8/snVBW5jW6q8J]], there are highly customizable [[slider and accordeon macros|http://tw5.scholars.tiddlyspot.com/#%24%3A%2F_tw-scholars%2Fdoc%2Fmacros%2Fslider_accordion]] in [[TiddlyWiki For Scholars]].
You can find a demo of the accordeon working at the bottom of the start page at
* http://tw5.scholars.tiddlyspot.com
A trick inspired by [[Jeremy's comment|https://github.com/Jermolene/TiddlyWiki5/issues/911#issuecomment-56985742]]: Always wanted to change that default @@color:#ffff00;background:#bbb;padding:3px 5px;border-radius:7px;yellow@@ used for painting over images?
Just as you can add a [[Conditional ViewTemplate Section]], you can add a custom edit template component by tagging it [[$:/tags/EditTemplate]].
Simply drag this template to your TiddlyWiki and for all your image tiddlers a color-picker and a setting for the line-width will be displayed right below the image dimensions: <<source $:/.tb/ui/EditTemplate/paint>>
Try it out editing and see if you can manage to play with opacity, as well...
<<linkimg Jack.jpg Jack.jpg>>
Yesterday I showed you how you can more easily [[chose the color and line-width|Adding A ColorPicker For Editing Images]] for TiddlyWiki's ability to [[draw on images|http://tiddlywiki.com/#EditBitmapWidget]].
As [[PMario points out|https://groups.google.com/d/msg/tiddlywiki/qkGGkAli1zw/oTyuvVglem0J]], to create a blank canvas to draw on, simply create a new tiddler and set it's type to one of the editable image types, e.g. `image/png`, `image/jpg`, `image/gif`.
To round things up, here's some button code [[suggested by Birthe|https://groups.google.com/d/msg/tiddlywiki/qkGGkAli1zw/2nQmzn5eENkJ]] that allows you to create a blank canvas to paint on to your heart's content:
<$macrocall $name=`
text="""<$button tooltip="Create new sketch">
<$action-sendmessage
$message="tm-new-tiddler"
title=""
text=""
tags="Image"
type= "image/jpg"
/>New sketch</$button>"""/>
''Note:'' I could not find out how to initialize the canvas with a different width and height yet.
As [[Jeremy Ruston]] explains [[here|https://groups.google.com/d/msg/tiddlywiki/rmQ1xEujn-Y/wbiUEZWbGioJ]]...
> You can force an image to appear in the [[tag manager dropdown|$:/TagManager]] by giving it the tag [[$:/tags/Image]]. That's how the core shadow images are made to appear, too.
''Note:'' For your image to behave like a core image, give the svg...
* the class `tc-image-button`
* possibly the same ''width'' and ''height'' attributes
* possibly the same ''viewBox'' settings, i.e. square proportions
* remove custom fill attributes
!! Example
<<source "$:/.tb/demo/svg-circle">>
> {{$:/.tb/demo/svg-circle}}
!! ~TagManager
{{$:/TagManager}}
As [[Daniel Baird points out|https://groups.google.com/d/msg/tiddlywiki/GvyNfn9pASc/qdK2h9A7DZcJ]], you can add some custom css to your TiddlyWiki to get advanced [[numbered lists|ordered-lists]] with numbers that look like sub-chapters.
A standard TiddlyWiki gives you:
<table class="no-border">
<tr>
<td>
```
# level 1
## level 2
### level 3
## level 2
### level 3
```
</td>
<td>
# level 1
## level 2
### level 3
## level 2
### level 3
</td>
</tr>
</table>
Here's how you get a fully numbered list using a custom class named `ol`:
<table class="no-border">
<tr>
<td>
```
@@.ol
# level 1
## level 2
### level 3
## level 2
### level 3
@@
```
</td>
<td>
@@.ol
# level 1
## level 2
### level 3
## level 2
### level 3
@@
</td>
</tr>
</table>
The class `ol` is defined in a [[custom stylesheet|Custom Stylesheets]] which you can simply drag to your wiki: <<source [[$:/.tb/styles/really-numbered]]>>
[[Solutions]] about aliasing tiddlers...
Sparked from [[this issue|https://github.com/Jermolene/TiddlyWiki5/issues/948#issuecomment-64797341]], here's a way to ensure your visitors find their way to the new tiddler using old links, in case you ever decide renaming them...
!! Installation
You can simply drag these two to your wiki and start right away:
* [[$:/config/Redirected]] — edit redirects here, see below
* [[$:/template/redirected]]
!! Step 1 — define redirects
To define redirects, create a [[DataTiddler|http://tiddlywiki.com/#DataTiddlers]] of type `application/json` and feed it with proper JSON formating like <<source $:/config/Redirected>>
Here the index to the left will be your old title and the index to the right contains either a link or full-blown wiki-text to inform the user of what's changed.
!! Step 2 — conditional template
As explained before, you can create [[a conditional view-template section|Conditional ViewTemplate Section]] which displays information when certain conditions are met.
Here's one that displays a redirect message at the top of a tiddler...
<<source [[$:/template/redirected]]>>
The template is displayed at the top of each indexed tiddler because...
# it is tagged [[$:/tags/ViewTemplate]]
# has the field `list-before` set to [[$:/core/ui/ViewTemplate/body]] which tells the renderer to place it before the tiddler body
!! Step 3 — styles
Using the `redirected` class as defined in the template above, you can either add styles directly to the template or use a [[custom stylesheet|Custom Stylesheets]].
The [[alink]] macro or its shorthand `a:` simplify pretty-linking tiddlers in a case-insensitive manner, rendering a link to a target tiddler. To use it, define a `|piped|list|` field called `alink` at the target, encapsulating each `alias` with pipes `|`, e.g. `|alias|aliases|`.
!! Parameters
The `alink` or `a:` macro takes one parameter, the alias you wish to lookup and link.
!!Example
<$macrocall $name=`
text="""; test
: <<alink alias>>
: <<a: aliases>>
; proof
: <code>{{alink!!alink}}</code>"""/>
!!Installation
Install [[$:/.tb/macros/alink]].
!! Source
<<source [[$:/.tb/macros/alink]]>>
!! Inspired by
; ''Aliases''
: http://tw5magick.tiddlyspot.com by [[Stephan Hradek]]
: https://groups.google.com/d/msg/tiddlywiki/eEaxLQtC7sU/4a6z0bCTQ_AJ
<<list-search
"[tag[Solutions]!sort[created]]"
search
"$:/temp/tb/solutions"
"$:/template/tagged-timeline"
"Filter solutions...">><style>
.solutions input {
display:none;
}
</style>
Build via node.js, TiddlyWiki.com provides a way to display all tiddlers in one flat file as linked via: [[$:/core/templates/static.content|http://tiddlywiki.com/#%24%3A%2Fcore%2Ftemplates%2Fstatic.content]] which is displayed when a visitor's browser doesn't support ~JavaScript.
The link: http://tiddlywiki.com/alltiddlers.html#HelloThere
<div class="static pretty" style="overflow-x:hidden;">
<iframe src="http://tiddlywiki.com/alltiddlers.html#HelloThere" style="height:600px;width:100%;border:none;overflow-x:hidden:overflow-y:auto;"/>
</div>
This tiddler is used to show some results elsewhere for demonstration purposes.
\define getBooks() <$list filter="[tag[Resource]field:courses<course> +tag[Resource]field:level<level>]" />
As [[proposed|https://groups.google.com/forum/#!topic/tiddlywiki/CwDOwfQju0E]] by [[Stephan Hradek]], the following example shows you how you can use nested lists to query for two different tag-like fields using AND logic, meaning where the field ''courses'' contains ''French'' out of a number of courses AND the field ''levels'' contains ''A1'' out of a number of levels:
<<`
'<$list filter="[[French]listed[courses]]" variable="course">
<$list filter="[[A1]listed[levels]field:title<course>]">
</$list>
</$list>'>>
The books being queried are listed at the bottom in detail.
Notice the use of the `course` variable within the filter expression of the inner list so as to reference the item, i.e. the course, iterated in the outer list.
You can easily wrap it all in ''$set'' widgets so as to dynamically fill the course and level via variables obtained through the ''$radio'', ''$select'' or even the ''$edit-text'' widget.
!!Alternative
An alternative approach [[suggesed by Evolena|https://groups.google.com/d/msg/tiddlywiki/CwDOwfQju0E/aUiCJvTHDYoJ]] would be to make a filter run using regular expressions on fields looking up the corresponding values stored at [[a student|Tobias Beer]]:
<<` '<$list filter="[regexp:courses{Tobias Beer!!course}regexp:levels{Tobias Beer!!level}]"/>'>>
!!All Books
<$list filter="[prefix[$:/books/]]">
<h2><$link><$view field="title"/></$link><br></h2><div>
{{!!text}}
</div>
</$list>
<dt>
```
[img width={{!!mywidth}} class=<<image-classes>> [example.jpg]]
{{example.jpg}}
```
</dt>
<dd>
params via
[[transclusion|http://tiddlywiki.com/#Transclusion%20in%20WikiText]] or
[[macro|http://tiddlywiki.com/#Macros%20in%20WikiText]]<br><br>
embed via transclusion
</dd>
The following solution [[proposed by Andreas Hahn|https://groups.google.com/d/msg/tiddlywiki/DNNRxc94MJM/e2pzQVjNABAJ]] provides additional toc macros that allow you to render an autocollapsing table of content.
!!Installation
Drag to your wiki: [[$:/.tb/macros/toc-auto-collapse]]
!!Example
<$macrocall $name=` text=
"""<div class="tc-table-of-contents">
<<toc-selective-single-expandable 'Welcome'>>
</div>"""/>
To additionally sort entries by a custom field, use the second macro parameter:
```
<<toc-selective-single-expandable "TableOfContents" "sort[caption]">>
```
To create a basic javascript macro take a look at the example below, most importantly setting its `type` field to `application/javascript`.
`<<examplemacro "foo bar">>` renders as: <<examplemacro "foo bar">>
<<source $:/macros/example.js>>
Do you have a lot of data you wish to import as tiddlers into TiddlyWiki? Here are a few simple steps to create the required import file.
To first understand how to create a valid import file, take a look at the export feature...
#open ''Advanced Search'' {{$:/core/ui/Buttons/advanced-search}} / ''Filter''
#*enter a filter like `[tag[Markup]]`
#*this lists all tiddlers tagging to [[Markup]]
#click the export button to the right of the search / filter input
#export the listed tiddlers in a format you're able to construct yourself
#*e.g. json or csv
Now, have a look at that file in either some text editor or that spreadsheet application that allows you to create such a file via text-concatenation.
Now, in order to create an importable file...
# construct your import file using a format that suits your needs
#* add the desired entries
# save it
# drag it from your desktop onto your TiddlyWiki
# hit ''import''
Now you should have imported a bunch of tiddlers from your desktop into TiddlyWiki without creating them manually within TiddlyWiki itself.
<dt>
```
> block
>> quotes
>>> are </dd>easy
```
</dt>
<dd>
> block
>> quotes
>>> are <br>easy
</dd>
<dt>
```
<<<
real
easy
<<<
```
</dt>
<dd>
<<<
real
easy
<<<
</dd>
<dt>
```
''bold''
```
</dt>
<dd>''bold''</dd>
<dt>
```
''//bold italics//''
```
</dt>
<dd>''//bold italics//''</dd>
;discussion
:https://groups.google.com/d/msg/tiddlywiki/nh5vMpPeEvg/u-3okLjw2z0J
;alternatives
:http://my.vexflow.com
Inspired by [[mathmacros @ tiddlyspot|http://mathmacros.tiddlyspot.com]] from [[Danielo Rodríguez]], the ''calc'' macro allows you to do simple calculations based on tiddler fields.
```
<$button set="!!counter" setTo=<<calc !!counter +1>>>+</$button>
<$button set="!!counter" setTo=<<calc !!counter -1>>>-</$button>
{{!!counter}} - 1 = <<calc !!counter -1>> <hr> <<calc 2 -1>> = 1
```
<<<
<$button set="!!counter" setTo=<<calc !!counter +1>>>+</$button>
<$button set="!!counter" setTo=<<calc !!counter -1>>>-</$button>
{{!!counter}} - 1 = <<calc !!counter -1>> <hr> <<calc 2 -1>> = 1
<<<
Calculated values can be used as widget attributes so as to assign them to tiddler fields. In the above example, the counter field is incremented / decremented.
!! Parameters
|!#|!Parameter|!Description|!Default|
|1|''value'' |a numeric value as a basis for the calculation or a <<tw TextReference>> to a field from which to fetch the value<br>» returns `NaN` when undefined or ''~NaN''||
|2|''operation'' |the operator and operand of the mathematical operation, e.g. `*2`, or `-1`, when no operator is defined, defaults to `+`, so `1` is the same as `+1`||
|3|''until'' |defines a value until which to calculate<br>» an upper boundary for `+` and `*`<br>» a lower boundary for `-` and `/`<br>returns the boundary when surpassed||
|4|''beyond'' |instead of a calculated value returns `true` or `false` depending on whether or not we are beyond the boundaries defined in ''until''<br>» useful for <<tw RevealWidget>>||
|5|''decimals''|the maximum number of decimals to output|`2`|
|6|''tiddler''|the tiddler from which to retrieve the field value| ''currentTiddler''|
!! Installation
Drag to your wiki: [[$:/.tb/macros/calc]] — version: ''<$view tiddler="$:/.tb/macros/calc" field="modified" format="date" template="YYYY-0MM-0DD-0hh-0mm-0ss"/>''
!! Examples
Here's a rudimentary example to reorder lists using the ''calc'' macro...
{{$:/.tb/demo/reorder}}
''Rendered via:''
<<source $:/.tb/demo/reorder>>
!!! More Examples
`{{!!order}}`
> {{!!order}}
`<<calc !!order>>`
><<calc !!order>>
`<<calc !!order 1>>`
><<calc !!order 1>>
`<<calc !!order +1>>`
><<calc !!order +1>>
`<<calc calc!!order +1>>`
><<calc calc!!order +1>>
`<<calc !!order -2>>`
><<calc !!order -2>>
`<<calc !!order *2>>`
><<calc !!order *2>>
`<<calc !!order /2>>`
><<calc !!order /2>>
`<<calc !!order /7>>`
><<calc !!order /7>>
`<<calc !!order /7 decimals:5>>`
><<calc !!order /7 decimals:5>>
`<<calc !!order /0>>`
> <<calc !!order /0>>
`<<calc 0 /0>>`
> <<calc 0 /0>>
`<<calc !!order until:"0.5" beyond:true>>`
> <<calc !!order until:"0.5" beyond:true>>
`<<calc !!order until:1 beyond:true>>`
> <<calc !!order until:1 beyond:true>>
`<<calc !!order *2 1>>`
><<calc !!order *2 1>>
`<<calc !!order *2 1 true>>`
><<calc !!order *2 1 true>>
`<<calc !!order *2 4>>`
><<calc !!order *2 4>>
`<<calc !!order *2 4 true>>`
><<calc !!order *2 4 true>>
`<<calc !!order -2 0>>`
><<calc !!order -2 0>>
`<<calc !!order -2 0 true>>`
><<calc !!order -2 0 true>>
`<<calc !!order -1 0>>`
><<calc !!order -1 0>>
`<<calc !!order -1 0 true>>`
><<calc !!order -1 0 true>>
!! Alternatives
; $action-increment
: increments a value by another for use in things like the button widget
: http://inmysocks.tiddlyspot.com/#ActionIncrementWidget
!! See also
; Birthe's test to revive the classic layout
: http://bc.classic.tiddlyspot.com
As [[Rich Shumaker]] points out [[here|https://groups.google.com/d/msg/tiddlywikidev/ECnV8SzB6qE/gsrAmUm1SWwJ]], you can use a single [[store.php]] instance on your server to write to a number of file locations.
For example, you could have your own ''empty.html'' with customizations and plugins and then simply change the name of your wiki under [[ControlPanel|$:/ControlPanel]] / ''Saving'' and set ''Upload Filename'' accordingly. Then load that cloned wiki and continue to work there, saving changes to the new location.
<dt><pre>`code`</pre></dt>
<dd>`code` ...via backticks</dd>
<dt><pre>``with `backticks` ``</pre></dt>
<dd>``with `backticks` ``</dd>
If you're new to TiddlyWiki, if not anything that looks like code, [[this discussion with Mat|https://groups.google.com/d/msg/tiddlywiki/l1Tu5uxSHSk/k8N9rvAm2OEJ]] may give you some pointers on how to approach all things programatic.
!! That Conclusion
<<<
What matters is that you find a goal and then take on that challenge and adventure of figuring out how to make it work.
It will be a slow process, it will require lots of learning, you will make abundant mistakes — coding always comes with nasty bugs and stumbling blocks — you will discard mountains of superfluous and redundant, if not false stuff, go ahead a step and back two.
I sure encourage anyone to join the dancers... but the most important thing is to swing those limbs, not to read "swinging for dummies" ...unless that actually helps you do just that. ^////^
<<<
!! Getting Started
; Basics
: http://www.w3schools.com/html
: http://www.w3schools.com/css
: http://www.w3schools.com/js
; node.js
: http://nodeschool.io
; TiddlyWiki
: [[tiddlywiki.com|http://tiddlywiki.com]]
: [[tiddlywiki.com/dev|http://tiddlywiki.com/dev]]
: [[github.com/TiddlyWiki5|http://github.com/Jermolene/TiddlyWiki5]]
: [[Basic Javascript Macro]]
; JavaScript
: [[What makes JavaScript weird ...and awesome|https://www.youtube.com/watch?v=JEq7Ehw-qk8&list=PLoYCgNOIyGACnrXwo5HMCfOH9VT05znGv&index=13]]
:: first class functions, event driven, closures, scope (''variables'', "use strict"), context (''this'', ''self'', call, apply, bind)
<dt>
```
@@.tc-tiddler-frame
@@width:200px;height:50px;
or combine both
@@
```
</dt>
<dd>
@@.tc-tiddler-frame
@@width:200px;height:50px;
or combine both
@@
</dd>
For code comments in macros use general purpose html comments but pay attention that any white space or line-breaks before or after them do matter...
```
<!-- param is ... -->
\define foo(param:default)
<!-- we're outputting the title of this tiddler
-->{{!!title}}
\end
```
<dl>
<<list-search
"[tag[Community]]+[sort[title]]"
"search:summary"
"$:/temp/tb/list-refernces"
"$:/.tb/templates/list-link-summary">>
</dl>
; GitHub
: https://github.com/erwanm/tw-aggregator
; discussion
: https://groups.google.com/d/msg/tiddlywiki/tJjhzDDvk4k/4QuoXDoNqw8J
Right above this text you should see the following example summary...
* `this is an example summary`
...rendered via <<source [[$:/.tb/ui/ViewTemplate/summary-link]]>>
more at: [[Conditional ViewTemplate Section]]
I [[asked|https://groups.google.com/d/msg/tiddlywiki/YEgHhQ0ZcFo/bi3JWu2dUq0J]] [[Jeremy|Jeremy Ruston]] how to conditionally generate a summary section (or other related information) at the top of all tiddlers tagged `X`, so that one doesn't have to click twice, skim the fields until one finds there to be a summary field.
!!Step 1
Create a [[tiddler|$:/.tb/ui/ViewTemplate/summary-link]] tagged [[$:/tags/ViewTemplate]] containing:
```
<$list filter="[all[current]tag[X]]">
<$transclude field="summary" mode="block"/>
</$list>
```
!!Step 2
Create a `list-after` field with the value "[[$:/core/ui/ViewTemplate/tags]]" to make the summary segment appear immediately after the tags.
!Examples
!!Summary Field
The [[$:/.tb/ui/ViewTemplate/summary]] serves as a template for a conditional ~ViewTemplate section that displays the value of the `summary` field for all tiddlers having a summary field defined, see [[Conditional Summary]].
!!URL
The [[$:/.tb/ui/ViewTemplate/url]] serves as a template for a conditional ~ViewTemplate section that displays the link referenced in a `url` field for any tiddlers having this field defined, see [[Tobias Beer]].
!Tagging List
For all tiddlers tagged ''Project'', lists tiddlers tagging to them.
```
<$list filter="[all[current]tag[Project]]">
<$list filter="[all[current]tagging[]]"/>
</$list>
```
<iframe width="560" height="315" src="http://www.youtube.com/embed/L4zTkMYcri8" frameborder="0" allowfullscreen></iframe>
;[[WikiText|http://tiddlywiki.com/#WikiText]]
:[[TW5 markup|Markup]], syntax, hypertext, formatting
;[[Widgets|http://tiddlywiki.com/#Widgets]]
:the basic functional elements on which tw5 runs, see [[Widget Browser]]
;[[Filters|http://tiddlywiki.com/#Filters]]
:gather tiddlers matching expressions for use in widgets, e.g. ''list'' or ''count''
;[[Macros|http://tiddlywiki.com/#Macros]]
:functional snippets using text, core macros, templates invoked via `<<shortcuts>>`
!!More
;[[Commands|http://tiddlywiki.com/#Commands]]
:serverside commands for node.js
;[[Content Types|http://tiddlywiki.com/#ContentType]]
:indicate the type used to interpret the content of a web resource
:the //type// field indicates the content type for the tiddler body
;[[Field Types|http://tiddlywiki.com/#%24%3A%2Fsnippets%2Fallfields]]
:core [[fields|http://tiddlywiki.com/#TiddlerFields]] and their use
;[[Messages|http://tiddlywiki.com/#Messages]]
:messages generated by widgets in response to user actions communicating with core
;[[Module Types|http://tiddlywiki.com/#%24%3A%2Fsnippets%2Fmodules]]
:the different code modules by [[module type|Module Types]]
;[[Pragma|http://tiddlywiki.com/#Using%20Stylesheets]]
:defined at the start of a tiddler, pragmas apply to the entire rest of the body
:`\define` is used to declaring macros; multiline macros closing with `\end`
:`\rules` constrain [[parser rules|Parser Rules]], e.g.: `\rules except inlinecode`
:`\replace` is a pragma defined via a custom plugin: [[Replace Pragma]]
;[[TextReferences|http://tiddlywiki.com/#TextReference]]
:tiddler properties that can be retrieved or modified depending on the context
Although not packaged into a default TiddlyWiki, the following plugins are [[contained in the core distribution repository|http://tiddlywiki.com/#Plugins]]...
<$list filter="[tag[Plugins]]+[tag[Core]]">
<$link><$view field="title"/></$link><br>
@@color:#999;margin-left:20px; {{!!summary}}@@<br>
</$list>
Here's the documentation on plugins from tw.com...
<<static Plugins.html 800px yes>>
Did you know that you don't need to create a custom [[stylesheet tiddler|Custom Stylesheets]] if you just want to style something rather complex but only for the current tiddler? It's as simple as using a html `<style>` tag and defining your css.
> ''Important:'' An empty line follow the opening `<style>` tag will break it!
Here it's used to render all svg icon images that ship with the core tagged {{$:/tags/Image||$:/core/ui/TagTemplate}}
<<`
'<style>.my-gallery svg {width:3em; height:3em; margin:7px;}</style>
<div class="thumbs">
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Image]]">
<$link><$transclude/></$link>
</$list>
</div>'>>
Inspired by a [[post from Jimmy Armand|https://groups.google.com/d/msg/tiddlywiki/DvjoVESea2s/DG2-8LDuq4gJ]], here's a solution for creating a tiddler by selecting a template using the <<tw SelectWidget>>. The below example...
# constructs a select box with all tiddlers under `$:/.tb/demo/Template/`
#* e.g. [[$:/.tb/demo/Template/new-recipe]]
# finds a corresponding caption in a field at [[$:/.tb/demo/Templates]]
#* e.g. `{{$:/.tb/demo/Templates!!new-recipe}}` => ''{{$:/.tb/demo/Templates!!new-recipe}}''
#* because we don't want that caption at our new tiddler
# creates a button with the right caption, creating a tiddler with the chosen template
#* using a ''template'' variable set by a <<tw SetWidget>> evaluated using a filter
#* retrieving the right caption using the <<tw ListWidget>>
!! Example
<$macrocall $name="via"
text="""<$select field="selected-template" default="Recipe">
<$list filter="[removeprefix[$:/.tb/demo/Template/]]">
<$list filter="[[$:/.tb/demo/Templates]get<currentTiddler>]" variable="caption">
<option value={{!!title}}><<caption>></option>
</$list>
</$list>
</$select>
<$set name="template" filter="[{!!selected-template}]+[addprefix[$:/.tb/demo/Template/]]">
<$button message="tm-new-tiddler" param=<<template>>>
Create
<$list filter="[[$:/.tb/demo/Templates]get{!!selected-template}]">{{!!title}}</$list>
</$button></$set>"""/>
As [[Jed Carty]] explains [[here|https://groups.google.com/d/msg/tiddlywiki/9AryXdxVppU/pUyTacmvwE0J]], you can define your own buttons that allow you to quickly create tiddlers using template tiddlers.
The tiddler defining the ''New Tiddler'' {{$:/core/ui/Buttons/new-tiddler}} button is [[$:/core/ui/Buttons/new-tiddler]].
For a custom button using your custom template, simply...
# Create Your Template<div>
; chose a name
: e.g. [[$:/.tb/demo/Template/new-recipe]] — Click to see!
; contents
: enter text, sections, as well as fields and tags for your new typed tiddlers
</div>
# create button<div>
; clone
: [[$:/core/ui/Buttons/new-tiddler]]
; chose a name
: e.g. [[$:/.tb/demo/Buttons/new-recipe]]
; set template
: add `param=$:/.tb/demo/Template/new-recipe` to the button widget
; toolbar
: keeping the tag [[$:/tags/PageControls]], your button will be listed at:
:: ''Sidebar'' / (''More'' /) ''Tools'' — even in the page toolbar, if enabled
</div>
!! A Recipe Button
<<`
'<$set name="tv-config-toolbar-icons" value="yes">
<$set name="tv-config-toolbar-text" value="yes">
<$set name="tv-config-toolbar-class" value="">
{{$:/.tb/demo/Buttons/new-recipe}}
</$set>
</$set>
</$set>'>>
<<source [[$:/.tb/demo/Buttons/new-recipe]]>>
In an [[answer to Joerg|https://groups.google.com/d/msg/tiddlywiki/zbiwXL5orIk/RNqgTXQfJroJ]], I pointed out a rather easy way to construct a document from a number of tiddlers using a [[simple enumeration|http://filters.tiddlyspot.com/#simple%20enumeration]] in a filter.
```
<$list filter="
[[Chapter 1]]
[[Chapter 2]]
[[Chapter 3]]
">
!<$link><$view field="title"/></$link>
{{!!text}}
</$list>
```
This process can be further simplified and reused using a macro...
! Macro
{{makedoc}}
With version 5.1.5 TiddlyWiki is now [[capable of rendering a vertically tabbed toc|http://tiddlywiki.com/#TableOfContentsMacro%20Tabbed%20Example]] which should come in very handy for documentation projects, control panels, etc...
Here's an example markup:
```
<<toc-tabbed-internal-nav
tag:Welcome
selectedTiddler:"$:/temp/tb5-tabbed-toc-example"
unselectedText:"Select a topic in the table of contents to the left.<br>Click the arrows to expand topics."
template:"$:/.tb/templates/tabbed-toc-example">>
```
This renders a tabbed table of contents with the tiddlers tagging to [[Welcome]] being the main topics.
The state of this example toc, i.e. the currently selected tab, is stored in the field ''state'' of a system tiddler called `$:/temp/tb5-tabbed-toc-example`.
''Note:'' As of 5.1.5 the ability to define a custom template for the actual contents is missing yet. This is now fixed in [[5.1.6 prerelease|http://tiddlywiki.com/prerelease/#%24%3A%2Fcore%2Fmacros%2Ftoc]] ([[1|https://github.com/Jermolene/TiddlyWiki5/commit/b220c19fb7b789eb6d00c9d1a71414676d87130e]], [[2|https://github.com/Jermolene/TiddlyWiki5/commit/1e7d9bd3cd17be006b035ada8e45f83f154e61e9]]), which is why you can see it in use here since I already imported the updated macro. If you should import that into your wiki, as well, make sure to remove it again after upgrading to 5.1.6.
Here's the above toc generated:
<<toc-tabbed-internal-nav
tag:Welcome
selectedTiddler: "$:/temp/tb5-tabbed-toc-exampleX"
unselectedText: "Select a topic in the table of contents to the left.<br>Click the arrows to expand topics. "
template:"$:/.tb/templates/tabbed-toc-example">>
''Note:'' With <<git5 issues/1350>> — ''disallow javascript: urls'' — the bookmarking functionality will likely be affected or even become entirely disabled in the future.
If you know nothing about JavaScript or how TiddlyWiki works internally? Then this is not for you, although the end-result just might be!
Once you get to know your ways through the TiddlyWiki [[Core]] you can write big or small code snippets that are quite helpful but which you don't really feel like carrying around in your wiki. What better place to put them than your browsers bookmarks, you ask?
!! A ~JavaScript Bookmark
So, here's how you turn that javascript snippet of yours into a bookmarket:
# wrap your code in a function call that is immediately executed
#* `(function(){ ... })()`
# [[minify|http://jscompress.com]]
# [[encodeURIComponent()|http://pressbin.com/tools/urlencode_urldecode]]
# create the bookmark link
#* `<a href="javascript:void({minified-and-uriencoded-code})" title="Bookmark Me!">awesome foo</a>`
# enjoy!
!!Example
With much appreciated [[help from Stephan Hradek|https://groups.google.com/d/msg/tiddlywiki/hr75FTeEL_g/Yuk_6gxpY_wJ]] for the above instructions and for helping me turn my code into a bookmark, here's one to output: <a href="javascript:void((function()%7Bvar%20e%3D%22%5B!is%5Bshadow%5D!is%5Bsystem%5D%5D%22%2Ct%3Dprompt(%22Please%20define%20a%20filter...%22%2Ce)%3Be%3Dt%7C%7Ce%3Bvar%20n%3D%5B%5D%3B%24tw.utils.each(%24tw.wiki.filterTiddlers(e)%2Cfunction(e)%7Bvar%20t%3D0%2Cr%3D%24tw.wiki.getTiddler(e)%3Bn.push(%7Btitle%3Ae%2Csize%3A%24tw.wiki.getTiddlerAsJson(e).length.toString()%2Cfields%3AObject.keys(r.fields).length%2Ctype%3Ar.fields%5B%22type%22%5D%7C%7C%22%22%7D)%7D)%3Bn.sort(function(e%2Ct)%7Breturn%20t.size-e.size%7D)%3Bvar%20r%3D%22%22%3B%24tw.utils.each(n%2Cfunction(e)%7Br%2B%3De.size%2B%22%20%5B%5B%22%2Be.title%2B%22%5D%5D%2C%20%22%2Be.fields%2B%22%20fields%22%2B(e.type%3F%22%2C%20%22%2Be.type%3A%22%22)%2B%22%5Cn%22%7D)%3Bvar%20i%3D%22%24%3A%2FStoryList%22%2Cs%3D%22%24%3A%2Ftemp%2Ftiddler-sizes%22%2Co%3D%24tw.wiki.getTiddlerList(i)%3B%24tw.wiki.addTiddler(new%20%24tw.Tiddler(%7Btitle%3As%2Ctext%3A'%22%22%22%5Cn'%2Br%2B'%22%22%22'%7D))%3Bif(o.indexOf(s)%3D%3D%3D-1)%7Bo.unshift(s)%7D%24tw.wiki.addTiddler(new%20%24tw.Tiddler(%7Btitle%3Ai%7D%2C%24tw.wiki.getTiddler(i)%2C%7Blist%3Ao%7D))%3Bconsole.log(r)%7D)())%3B" title="Bookmark me!">tiddler sizes</a>
!!Ready to try?
Then go look at [[this snippet|http://tbdemo.tiddlyspot.com/#Console%20Log%20Of%20Tiddler%20Sizes]], see if you can basically understand what it does and follow the steps to create the above bookmarklet from it.
!! More
Also have a look at [[TW5 Bookmarklets]] by [[Ton Gerner]].
<dt>
```
@@.myStyleClass.red
;term
:definition
@@
```
</dt>
<dd>
@@.myStyleClass.red
;term
:definition
@@
</dd>
<dt>
```
!.h1-class.red CSS
#.li-class.red classes
*.li-class.red can be
;.dt-class.red assigned
:.dd-class.red like
>.blockquote-class.red this
```
</dt>
<dd>
!.h1-class.red CSS
#.li-class.red classes
*.li-class.red can be
;.dt-class.red assigned
:.dd-class.red like
>.blockquote-class.red this
</dd>
As described [[here|http://tiddlywiki.com/#LinkWidget]] it is possible to override the tooltip displayed for internal links by overriding the `<<tv-wikilink-tooltip>>` macro...
<<source $:/macros/default-tooltip>>
Starting from either [[$:/core/ui/Buttons/new-journal]] or [[$:/core/ui/Buttons/new-journal-here]], you can work your way to a custom ''new-journal'' button.
`{{$:/.tb/ui/Buttons/custom-journal}}`
> {{$:/.tb/ui/Buttons/custom-journal}}
Notice how in this example button a helper macro concatenates the tags from different sources. Any new journal entry created with the above button will have the tags from the button template as well as a ''Journal'' tag, e.g.
`<<list-links "[[$:/.tb/ui/Buttons/custom-journal]tags[]]">>`
> <<list-links "[[$:/.tb/ui/Buttons/custom-journal]tags[]]">>
<<source "$:/.tb/ui/Buttons/custom-journal">>
Based on the instructions given at [[Customizing Search Results|http://tiddlywiki.com/#Customising%20search%20results]], you can add a custom search tab by...
# creating your results tiddler
#* e.g. see [[$:/.tb/ui/SearchResults/exact]] below
# tagging it [[$:/tags/SearchResults]]
# giving it a ''caption'' used for the tab
# to make it default, set [[$:/config/SearchResults/Default]] to its name
# to place it first, set...
#* ''list-before'': `$:/core/ui/DefaultSearchResultList`
The example below creates an ''Exact'' tab listing all tiddlers matching the exact term, including any spaces, albeit ignoring the case. To remove case insensitivity, modify [[$:/.tb/ui/SearchResults/exact/regexp]].
!! Installation
Drag both of these into your wiki...
* [[$:/.tb/ui/SearchResults/exact]]
* [[$:/.tb/ui/SearchResults/exact/regexp]]
!! Demo
Try searching `this example`...
!! Source
<<source [[$:/.tb/ui/SearchResults/exact]]>>
From http://tiddlywiki.com/#Using%20Stylesheets...
<<static Using%2520Stylesheets.html 600px scrolling:yes>>
!!Configurable Toolbar Buttons
;discussion
:https://groups.google.com/forum/#!topic/tiddlywiki/OsjRSEViBf4
;instructions and examples
:http://tw5topleft.tiddlyspot.com
:http://tw5toolbar.tiddlyspot.com
:http://t5a.tiddlyspot.com/#%24%3A%2FControlPanel
;logic to selectively hide and show buttons
:[[$:/core/ui/ControlPanel/Toolbars/PageControls]]
:[[$:/core/ui/PageTemplate/sidebar]]
:as of 5.1.5: [[$:/core/ui/PageTemplate/pagecontrols]]
:[[$:/core/ui/ControlPanel/Toolbars/ViewToolbar]]
:[[$:/core/ui/ViewTemplate/title]]
:[[$:/core/ui/ControlPanel/Toolbars/EditToolbar]]
:[[$:/core/ui/EditTemplate/controls]]
;making use of the topleftbar
:[[$:/core/ui/PageTemplate/topleftbar]]
:[[$:/tags/TopLeftBar]]
;ordering commands
:via ''list-after'' and ''list-before''
;css adjustments
:.no-before <div>
```
/* PADDING AROUND BUTTONS IN TOPBAR */
html .tc-topbar button {
padding: 0px 0px;
}
```
</div>
Tag tiddler as [[$:/tags/TopLeftBar]], e.g. [[$:/.tb/ui/TopLeftBar]].
Also see [[TopBar With Icon Links]].
@@float:right;text-align:right;color:#ccc; running version:<br><<version>>@@
!!Custom Macros
<$list filter="[all[]prefix[$:/macro]] [all[]prefix[$:/.tb/macro]] +[sort[title]]">
<$link><$view field="title"/></$link><br>
@@color:#999;margin-left:20px; {{!!summary}}@@<br>
</$list>
!!Custom UI
<<list-links filter:"[all[]sort[title]prefix[$:/ui]]">>
!!Custom Templates
<<list-links filter:"[all[]prefix[$:/template]] [tag[$:/template]] +[sort[title]]">>
!!Custom Styles
<<list-links filter:"[tag[$:/tags/Stylesheet]sort[title]]">>
!!Custom Configuration
<<list-links filter:"[all[]sort[title]prefix[$:/config]]">>
!!Overwritten Shadows
<<list-links filter:"[is[shadow]]">>
!!My Core Hacks
<dl>
<$list filter="[prefix[$:/hack]sort[title]]">
<dt><$link><$view field="title"/></$link></dt>
<dd>@@color:#999;{{!!summary}}@@</dd>
</$list>
</dl>
!!Cleanup
<$list filter="[tag[Cleanup]]">
</$list>
<dt>
```
foo -- bar
foo --- bar
```
</dt>
<dd>foo -- bar (En dash)<br>foo --- bar (Em dash)<br></dd>
<<tagging>>
!! Also See
;~TiddlyQuickly
:http://giffmex.org/TiddlyQuickly.html
:learn TiddlyWiki fast — includes filter examples
;Spanish Bible Musings
:http://www.giffmex.org/recursosgiffmex.htm
:una creciente base de datos acerca de la fe cristiana
<dt>
```
;definition
:term
```
</dt>
<dd>
;definition
:term
</dd>
A browser console script to remove all tiddlers that match a given subfilter, e.g. have a given tag:
```
var filter = "tag[FOO]";
filter = "[all[tiddlers]!prefix[$]" + subfilter + "]";
var tids = $tw.wiki.filterTiddlers(filter, null);
if(confirm('Delete all ' + tids.length + '?\n\n' + tids)){
for(var t=0; t<tids.length; t++) {
$tw.wiki.deleteTiddler(tids[t]);
}
}
```
To make the delete button also available in view-mode, simply open
[[$:/core/ui/Buttons/delete]] and add [[$:/tags/ViewToolbar]], see <<tw SystemTags>>.
To place it under the more dropdown, go to...
: ''[[ControlPanel|$:/ControlPanel]] / Appearance / Toolbars / View Toolbar''
...and uncheck the delete button.
{{ShadowTiddlers}}
This tiddler only exists to show how [[Deleting Another Tiddler]] works.
You can transclude the standard delete button to delete any tiddler like so...
<<`
'<$list filter="[[Delete Me]is[tiddler]]">
Click the trash icon to delete <$link> <$view tiddler="Delete Me" field=title/></$link>:
{{Delete Me||$:/core/ui/Buttons/delete}}
</$list>'>>
!!Source
Here is the source of the standard delete button...
<<source "$:/core/ui/Buttons/delete">>
A solution inspired [[by posts|https://groups.google.com/d/msg/tiddlywiki/U9GYlwVXp6M/hAtthrlikgUJ]] from [[Stephan Hradek]] and [[Metabele]] to delete tiddlers using a filtered list...
{{$:/.tb/templates/delete-filter}}
;all tiddlers
:`[is[tiddler]!is[system]]`
;tagged "Macros"
:`[tag[Macros]]`
;tagged "Macros" containing "sidebar"
:`[tag[Macros]search[sidebar]]`
The source code to drag and drop to your wiki <<source $:/.tb/templates/delete-filter>>
;[[Jeremy|https://groups.google.com/d/msg/tiddlywikidev/8sDwiZUHzzw/jWEvI43jfjcJ]]
: much more difficult is figuring out the correct place to do a modification
: you should not modify the tiddler store during...
:* filter processing
:* refresh processing
: the tiddler store should only be modified in DOM event handlers
:* albeit the chain is often quite indirect
!!Topics
<<taggly state:"$:/temp/tb/taggly-developer">>
!!Sources
;in-browser development
:[[How to create plugins in the browser|http://tiddlywiki.com/dev/#How%20to%20create%20plugins%20in%20the%20browser]]
;tw5square
:[[TiddlyWiki on node.js|http://larigot.avarts.ionio.gr/users/iani/wikis/tw5square.html]]
!!Patterns
;[[CommonJS|http://wiki.commonjs.org/wiki/CommonJS]]
:ecosystem for web servers, desktop, command line and in-browser apps
;[[UMD|https://github.com/umdjs/umd]]
:Universal Module Definition
;[[AMD|https://github.com/amdjs/amdjs-api/wiki/AMD]]
:Asynchronous Module Definition
To entirely disable animations, open the ''Info'' tab in your {{$:/core/ui/Buttons/control-panel}} [[control panel|$:/ControlPanel]] and set...
''Animation Duration:'' 0
!!Via ~TiddlySpot
# create a [[tiddlyspot|http://tiddlyspot.com]] for your documentation changes
# go to [[tiddlywiki.com|http://tiddlywiki.com]] / [[ControlPanel|$:/ControlPanel]] / ''Saving'' tab
# set ''Wiki Name'' and ''Password'' according to your tiddlyspot
# click save on tiddlywiki.com
# open your tiddlyspot
# make edits ...done?
# notify ...via [[new GitHub issue|https://github.com/Jermolene/TiddlyWiki5/issues]] or [[in the google groups|https://groups.google.com/forum/#!forum/tiddlywikidocs]]
# WAIT
# accepted and imported? ...verify changes to tiddlywiki.com
#* back to #4, next topic
#not accepted?
#* improve... or ...back to #4, next topic
Try not to overdo edits (i.e. number of tiddlers), unless you know what you're doing or have discussed major restructuring beforehand. Otherwise, expect the review to be tougher to manage for Jeremy & co, if not simply taking more time.
@@color:#f66;
''Note:'' [[As of yet|https://groups.google.com/d/msg/tiddlywiki/F0dnmWrOuxg/HcEvDyPI09oJ]], the scripts to automatically unpack a tiddlywiki file and put individual tiddler files in the correct locations don't exist. Any contributions provided as described below will need manual processing, i.e. Jeremy needs a list from you of all modified tiddlers. Alternatively, use the GitHub workflow described in the next section.
@@
!!Via GitHub
From [[Improving TiddlyWiki Documentation|http://tiddlywiki.com/#Improving%20TiddlyWiki%20Documentation]]...
<<static Improving%2520TiddlyWiki%2520Documentation.html 1690px no>>
!!More Ideas
* http://tw-doc-ideas.tiddlyspot.com from [[Erwan|https://groups.google.com/d/msg/tiddlywiki/73ctphmY84k/5xc2ru17LZ0J]]
Ideally, I hope the core list widget will be extended with this kind of drag-sorting.
As [[Felix Küppers]] shows in <<git5 pull/1382>>, here is how you can dynamically declare a default tab via filters, e.g. the most recent release.
Below, the outer list widget first fetches the latest release from all tiddlers tagged ''~ReleaseNotes''. The inner ''macrocall'' then builds the tabs while setting the ''default'' tab to the title returned by the outer list:
```
<$list filter="[tag[ReleaseNotes]!sort[created]limit[1]]">
<$macrocall
$name="tabs"
tabsList="[tag[ReleaseNotes]!sort[created]]"
default={{!!title}}
class="tc-vertical"
template="ReleaseTemplate"/>
</$list>
```
See it working at [[ReleaseNotes|http://tiddlywiki.com/prerelease/#Releases]].
Proposed and developed by Giffmex at [[tw5mall|http://www.giffmex.org/tw5mall.htm]], traffic-light-style buttons in edit mode yield a more visual indication of what you're about to do...
<div class="tc-tiddler-controls tc-titlebar" style="float:none">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem">
<$transclude tiddler=<<listItem>>/>
</$list>
</div>
!!Installation
Drag this link: [[$:/styles/traffic-light-buttons]] into your tw5 and import.
!!Brighter Please
For even more vibrant colors...
[img[traffic-light-buttons.gif]]
Edit the css and use the colors provided via comments: <<source $:/styles/traffic-light-buttons>>
When trying to edit a field of the current tiddler in view-mode the input field will lose focus with every letter you type, since TiddlyWiki instantly stores the new value and thus refreshes the tiddler.
Below is an extension to a [[solution|https://groups.google.com/d/msg/tiddlywiki/qtlNxMkmfPs/Z6Kz446WePUJ]] proposed by [[Stephan Hradek]] to work around this limitation...
''create (or install) [[$:/.tb/macros/lazyedit]], tag it [[$:/tags/Macro]] containing...''
<pre><$view tiddler="$:/.tb/macros/lazyedit"/></pre>
''demo''
<$macrocall $name=`
text="""<<lazyedit foo>> {{!!foo}}<br>
<<lazyedit bar>> {{!!bar}}"""/>
Embedding a presentation hosted on slideshare is easy:
# go to the presentation
# get the iframe embed code
# paste into your tiddler
# adjust params as desired and remove what you don't need beyond the ''iframe''
<<`
'<iframe src="//www.slideshare.net/slideshow/embed_code/2397564" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen style="width:100%;height:490px"></iframe>'>>
Is as easy as pie...
# go to your video site
# find the embed code
# paste into a tiddler
# adjust as necessary and remove what you don't need besides the ''iframe''
<<`
'<iframe src="http://www.youtube.com/embed/Cj6ho1-G6tw?vq=hd720" frameborder="0" allowfullscreen style="width:100%;height:420px;"/>'>>
In TiddlyWiki you can embed external sites via iframes using simple html markup:
```
<iframe src="http://url.com" style="width:100%;height:480px;scrolling:yes;border:0"/>
```
For example, [[Reopen Tiddlers On Startup]] displays a [[static page|http://tiddlywiki.com/#Generating%20Static%20Sites%20with%20TiddlyWiki]] on tiddlywiki.com:
<hr>
{{Reopen Tiddlers On Startup}}
<br><hr>
This is achieved using a macro which simplifies embedding static pages from tiddlywiki.com via iframes of user definable height: <<source $:/.tb/macros/static>>
Here are two ways of embedding external pdf files as [[explained by Måns Mårtensson|https://groups.google.com/d/msg/tiddlywiki/5BL5_g6OmZ4/7jZ3mujbUwgJ]]:
!! Method 1
# create a tiddler and manually set the type to "application/pdf"
# create the custom field "_canonical_uri" and paste the URL to your pdf
# as needed, embed in another tiddler via `[[PDF Tiddler Title]]`
!! Method 2
# import / create a helper macro tagged ''$:/tags/Macro''
#* [[$:/.tb/macros/pdf]]
# this creates an iframe to your pdf
<$macrocall $name=` text=
"""<<pdf "http://bit.ly/18mukKq">>"""/>
To reference a number of pdfs at the same location, you can modify the macro macro like this: `src="http://MyWebAddress/$url$.pdf"``. This reduces the macrocall to:
<$macrocall $name=` text=
"""<<iframe "filename">>"""/>
Here, location and filetype are set by the macro.
You can use the html object element to embed a text file. For a local text file in the same directory as your TiddlyWiki, use...
`data="./example.txt"`
!!Example
<<`
'<object data="http://bit.ly/1DXYIZ5" type="text/plain" style="width:100%;height:400px;" scrolling:yes>
<a href="http://bit.ly/1DXYIZ5" target="_blank">lorem.txt</a> (missing or not supported)
</object>'>>
!! Missing
<<`
'<object data="doesntexist" type="text/plain" style="width:100%;height:400px;" scrolling:yes>
<a href="doesntexist" target="_blank">lorem.txt</a> (missing or not supported)
</object>'>>
The `<<script>>` macro allows you to run JavaScript directly from within tiddlers.
* no need to encrypt the entire wiko
* only lose one tiddler when you forget your password
* allows sensible data in a day to day wiki
* theoretically you can double encrypt by encrypting your wiki too
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
version="1.2"
class="svg-example"
width="400"
height="400">
<g transform="translate(0,-652.36218)" style="opacity:0.86000001">
<a xlink:href="#Markup">
<g transform="translate(-5,3)" class="svg-example-btn">
<rect
width="250.21857"
height="133.14288"
x="19.571411"
y="677.64789"
class="svg-markup-bg"
style="fill:#ececec;" />
<text
x="58.293976"
y="758.45764"
class="svg-markup-text"
xml:space="preserve"><tspan
x="58.293976"
y="758.45764">MARKUP</tspan></text>
</g>
</a>
<a xlink:href="#Plugins">
<g transform="translate(-12,-9)" class="svg-example-btn">
<rect
width="256.00003"
height="137.5858"
x="63.999996"
y="785.49066"
class="svg-markup-bg"
style="fill:#cccccc;" />
<text
x="100.76955"
y="868.78552"
class="svg-markup-text"
xml:space="preserve"><tspan
x="100.76955"
y="868.78552">PLUGINS</tspan></text>
</g>
</a>
<a xlink:href="#Solutions">
<g transform="translate(0,-6)" class="svg-example-btn">
<rect
width="292.28033"
height="142.24585"
x="92.878159"
y="884.79077"
class="svg-markup-bg"
style="fill:#999999;" />
<text
x="118.51051"
y="970.45471"
class="svg-markup-text"
xml:space="preserve"><tspan
x="118.51051"
y="970.45471">SOLUTIONS</tspan></text>
</g>
</a>
</g>
</svg>
<style>
.svg-example {
margin:-1em 0 -2em;
}
.svg-example rect {
transition: .6s fill; !important;
}
.svg-example a:hover rect {
fill: #22aa22 !important;
}
/* below: styles that came from inkscape that I took out of the svg elements! */
.svg-example rect {
fill-opacity:1;stroke:0;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;
}
.svg-example text {
font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;
}
.svg-example tspan{
font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;font-family:Verdana;
}
</style>
<dt>
```
[img[http://www.tiddlywiki.com/favicon.ico]]
[img[path/image.jpg]]
```
</dt>
<dd>
[img[http://www.tiddlywiki.com/favicon.ico]]
</dd>
<dt>
```
http://tiddlywiki.com
[[pretty|http://pretty.com]]
~http://not.alink.com
```
</dt>
<dd>
http://tiddlywiki.com<br>
[[google|http://google.com]]<br>
~http://not.alink.com
</dd>
<dt>
```
[ext[http://forced.link.com]]
[ext[tw|http://tiddlywiki.com]]
[ext[foo|file:///c:/foo]]
[ext[relative/path]]
```
</dt>
<dd>
[ext[http://forced.link.com]]<br>
[ext[tw|http://tiddlywiki.com]]<br>
[ext[foo|file:///c:/foo]]<br>
[ext[relative/path]]
</dd>
!!! Topics
; [[FieldsPopup|http://tobibeer.github.io/tw/fields/#FieldsPopup]]
: <<git5 issues/1448>> — field editing popups
all [[core fields|Fields: Core]] except [[standard fields|Fields: Standard]] as documented in the TiddlyWiki core:
{{$:/.tb/template/fields-core}}
Rendered via <<source "$:/.tb/template/fields-core">>
all custom [[fields|Fields: Current Tiddler]] of the current tiddler:
<<via
'<ul>
<$list filter="[all[current]fields[]sort[title]]-[all[shadows]removeprefix[$:/language/Docs/Fields/]]" mode="block">
<li>{{!!title}}</li>
</$list>
</ul>'>>
''Note:'' The current tiddler here is not the transcluded one but the one transcluded into!
all field values of this tiddler:
<<via '{{||$:/core/ui/TiddlerFields}}'>>
all [[fields|Fields: Non-Core]] not part of the TiddlyWiki core (not documented):
<<via
'<ul>
<$list filter="[all[tiddlers]fields[]sort[title]] -[all[shadows]removeprefix[$:/language/Docs/Fields/]]" mode="block">
<li>{{!!title}}</li>
</$list>
</ul>'>>
all [[standard fields|http://tiddlywiki.com/#TiddlerFields]] of a tiddler:
<$macrocall $name=via
text="""<dl>
<$list filter="[[title]][[text]][[tags]][[modified]][[modifier]][[created]][[creator]][[list]]">
<$macrocall $name="describe-element" path="$:/language/Docs/Fields/" element=<<currentTiddler>>/>
</$list>
</dl>"""/>
see also: <<source $:/macros/describe-element>>
[[Solutions]] about files...
<dt>
```
file://///windows/network<br>
file:///c:/Windows/foo<br>
file:///linux/local<br>
```
</dt>
<dd>
file://///windows/network<br>
file:///c:/Windows/foo<br>
file:///linux/local<br>
`file:///` only via local tw!
</dd>
This wiki implements a different ''is[missing]'' filter than the TiddlyWiki core. This version, in fact, effectively overrides the core filter which returns whether or not the tiddlers in the input set exist or not.
This does not correspond to the existing terminology — as in `all[missing]` or [[classic|http://classic.tiddlywiki.com]] — where a tiddler is "missing" when there are links to a tiddler that doesn't exist.
!! Documentation
; `is[missing]`
: matches any title from the input to which links exist, however the tiddler doesn't
!! Install
Drag to your wiki: [[$:/core/modules/filters/is/missing.js]]
!! Differences
Compared to the core, `is[missing]` is __not__ synonymous with `!is[tiddler]`, or vice versa.
[[DoesntExist]]
<<` "{{{ [[DoesntExist]] [[Welcome]] +[is[missing]] }}}">>
This wiki implements a different ''limit'' filter than the core. In fact, this version effectively overrides the core which implements a negation for ''limit'' that is not only wrong in terms of set theory but also constrains its applicability for that reason.
The limit filter provided here both corrects the faulty negation and extends the core limit filter with an ability to define an ''offset'' in the suffix.
!! Documentation
| !purpose|returns the first (or last) ''N'' input titles, optionally with an offset ''O''|
| !input|a list of titles|
| !suffix|optionally, an offset ''O'', defaulting to `0`|
| !parameter|an integer limit ''N'', defaulting to `0`|
| !output|the first ''N'' titles from the input list|
The `limit[n]` filter outputs the first ''N'' titles from the input list. If ''N'' is negative, the last ''N'' titles are output instead. If the input list contains less than ''N'' titles, the output is the same as the input.
Using the optional suffix you can specify an offset ''O'', i.e. a number of titles removed from the start of the input. When ''O'' is negative, titles are removed from the end of the list instead. The offset ''O'' is applied before the limit ''N''.
!! Installation
Drag to your wiki: [[$:/core/modules/filters/limit.js]]
!! Examples
<<f "[!sort[modified]limit[2]]"
"the 2 most recently modified tiddlers">>
<<f "[has[created]sort[created]limit[2]]"
"the 2 oldest tiddlers by creation date">>
<<f "[sort[modified]limit[-2]]"
"the 2 most recently modified tiddlers,<br>
the most recent being last in the list">>
<<f "[has[created]sort[created]limit[-2]]"
"the 2 newest tiddlers by creation date,<br>
the newest being last in the list">>
<<f "[!sort[modified]limit:10[1]]"
"the 11th most recently modified tiddler, first 10 skipped">>
<<f "[has[created]sort[created]limit:10[1]]"
"the 11th oldest tiddler by creation date, first 10 skipped">>
<<f "[has[created]sort[created]limit:10[2]]"
"the 11th and 12th oldest tiddlers by creation date,<br>
the 11th being topmost, first 10 skipped">>
<<f "[sort[modified]limit:-10[-2]]"
"the 11th and 12th most recently modified tiddlers,<br>
the 11th most recent being last in the list, last 10 skipped">>
The ''toc'' filter returns a flat list for a <<tw TableOfContentsMacro "table of contents">>, e.g. for [[paging|http://pagr.tiddlyspace.com]], down to a given level, level 1 meaning directly tagging to operand.
!! Example
<table>
<tr><th>actual structure</th><th>filter output</th></tr>
<tr>
<td>
* foo
** bar
** baz
* mumble
** frotz
** gronk
</td>
<td>
* foo
* bar
* baz
* mumble
* frotz
* gronk
</td>
</tr>
</table>
''Note:'' The ''toc'' filter operator is published here as it has not been considered important enough for the core, see <<git5 issues/1404>>.
!!Installation
version: ''<$view tiddler="$:/.tb/modules/filters/toc.js" field="modified" format="date" template="YYYY-0MM-0DD-0hh-0mm-0ss"/>''
drag to your wiki <<source [[$:/.tb/modules/filters/toc.js]]>>
An experimental [[filteroperator|http://tiddlywiki.com/#FilterOperators]] by [[Stephan Hradek]] [[proposed here|https://groups.google.com/d/msg/tiddlywiki/_x9CDAFtwQc/JOjUNfoxqF4J]] to concatenate filter strings...
<<`
'<dl>
<$list filter="[[$:/language/Docs/Fields]] [[title]] +[join[/]]">
<dt><$link><$view field="title"/></$link></dt>
<dd><$transclude tiddler={{!!title}}/></dd>
</$list>
</dl>'>>
see source: <<source $:/core/modules/filters/join.js>>
[[Solutions]] about fonts...
As of yet, no dedicated wiki syntax exists for formatting a table cell. In the meantime, you can wrap the cell contents in a `div` with a custom css class:
<<`
'|!head|!row|
|<div class="cell pink">pink</div>|plain|'>>
<<source $:/styles/tablecell>>
Are you using a plugin in your tw5 or tw5 based application and need to make adjustments to the plugin? Are you including plugins into your edition on node.js, e.g. [[doing translations|Translate TW5]]?
If you are, [[I suggest|https://groups.google.com/d/msg/tiddlywiki/ZRKmb-TwbkM/HAvwof9oZbEJ]] you do not overwrite plugin components directly, i.e. code tiddlers, but rather implement your own customization overwriting them.
This way, you ensure that plugin updates are still delivered to your wiki later and are perhaps readily usable within your wiki.
If a plugin is not sufficiently configurable it is advisable to suggest customization enhancements to the plugin author.
For example, for `$:/plugins/tiddlywiki/tw2parser` you could create an override `$:/plugins/tiddlywiki/tw2parser/my-project-config` leaving the original untouched while overriding components provided by the plugin.
The place where the [[TW5 code|https://github.com/Jermolene/TiddlyWiki5]] resides.
<<tagging>>
!!Github Documentation
* [[Forking A Repo|https://help.github.com/articles/fork-a-repo/]]
* [[Syncing A Fork|https://help.github.com/articles/syncing-a-fork/]]
* [[Basic Branching And Merging|http://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging]]
To embed your google calendar in tw5...
# go to your [[google calendar|https://www.google.com/calendar/]]
# chose the dropdown next to the calendar you wish displayed and click on settings
#* enable public sharing if you want others to see it as well
# copy the embed code
#* to adjust more options, click: //Customise the colour, size and other options//
# paste the iframe code into a new tiddler
#* use a [[url shortener|http://bit.ly]] with `src` to ensure all other parameters work
# create a new tiddler and paste the `iframe` code for your calendar
!!Example
{{$:/template/sidebar-calendar}}
via <<source $:/template/sidebar-calendar>>
!!Sidebar Calendar
To display [[your calendar|$:/template/sidebar-calendar]] in the sidebar...
# tag it [[$:/tags/SideBar]]
# give it a `caption` field to display an alternative tab title, e.g. ''Calendar''
# define the field `list-before` to display it before any other tab
#* ''list-before'': [[$:/core/ui/SideBar/More]]
''Tip:'' Go and try tagging [[this calendar|$:/template/sidebar-calendar]] with [[$:/tags/SideBar]]!
!! Full Page Calendar
<<via
'<iframe src="http://bit.ly/1xptZmi" style="border:0;width:100%;height:600px;" frameborder="0" scrolling="no"/>'>>
;playlist
:[[youtube.com|https://www.youtube.com/watch?v=OBoZzqu7tYg&index=1&list=PLVT_2PPd-1p34gGCQ5qpwC8QdykxVAI3u]]
```
<$list filter="[all[shadows]has[group]sort[group]each[group]]">
!! <$view field="group"/>
<$list filter="[all[shadows]field:group{!!group}sort[title]]">
;{{!!name}}
:{{!!description}}
</$list>
</$list>
```
<$list filter="[all[shadows]has[group]sort[group]each[group]]">
!! <$view field="group"/>
<$list filter="[all[shadows]field:group{!!group}sort[title]]">
;{{!!name}}
:{{!!description}}
</$list>
</$list>
GSD5 is a plugin attempting to implement the workflow and philosophy of David Allen's [[Getting Things Done|http://www.amazon.com/Getting-Things-Done-Stress-Free-Productivity/dp/0142000280/]] for tw5 and is is heavily influenced by [[mGSD|http://mgsd.tiddlyspot.com/]] for ~TiddlyWiki classic.
<dt>
```
"""
force
hard
linebreaks
like
this...
"""
```
</dt>
<dd>
"""
force
hard
linebreaks
like
this...
"""
</dd>
<dt>
```
!Heading 1
!!Heading 2
!!!Heading 3
```
</dt>
<dd>
!Heading 1
!!Heading 2
!!!Heading 3
</dd>
A toc of tiddler headings, based on the works of [[Danielo Rodríguez|http://braintest.tiddlyspot.com/]], Stephen Kimmel and [[EucalyJ|http://eucaly-tw5.tiddlyspot.com]] in [[this discussion|https://groups.google.com/forum/#!topic/tiddlywiki/6zBxrj4nV34]].
{{||toc}}
!Get ~MatchFilter
Install [[MatchFilter from EucalyJ|http://eucaly-tw5.tiddlyspot.com/#MatchFilter]], e.g. [[$:/core/modules/filters/match.js]], providing a plugin to extract tiddler contents via regular expressions.
!Create Template
Create a template tiddler for your tiddler-toc, dragging [[toc]] to your wiki.
!Use It
Render the tiddler-toc by [[transcluding the template tiddler|http://tiddlywiki.com/#Transclusion%20in%20WikiText]] [[toc]] via either of...
* `{{||toc}}`
* `<$transclude tiddler="toc"/>`
!Styles
The default styles are provided using an [[inline <style/> tag|Core Images And Inline Stylesheets]] in [[toc]] tiddler. To override them, create a tidder tagged [[$:/tags/Stylesheet]] to define your desired toc styles.
<br>
Some more headings, just for fun...
!!Level 2
!!!Level 3
!!!!Level 4
!!!!!Level 5
!!!!!!Level 6
See TiddlyWiki for another example.
[[There are situations|Preventing Wikification]] in which you want to use templates, but you want them to be hidden, e.g. not show in search results or lists like "recent". To achieve this, you basically need to put them under the `$:/` namespace, e.g.: [[$:/.tb/templates/plain]]. This, however, makes them [[inherently more difficult to use|https://github.com/Jermolene/TiddlyWiki5/issues/1210#issuecomment-66302859]], e.g.:
;{{//foo/bar||$:/.tb/templates/plain}}
:via either of...
:: `{{//foo/bar||$:/.tb/templates/plain}}`
:: `{{//foo/bar||plain}}`
In order to simplify the first example, you can use a macro on top of your template to get that shorter name back. Here are two variants to do that.
!! Specific Macro
The following macro simplifies access to the above template <<source $:/.tb/macros/plain>>
Use it like so...
```
<<plain //foo/bar>>
```
<<<
<<plain //foo/bar>>
<<<
!! Generic Macro
The following solution, [[proposed by Evolena|https://github.com/Jermolene/TiddlyWiki5/issues/1210#issuecomment-66337593]], provides a more generic approach using a //template//-macro like <<source $:/.tb/macros/generic-template>>
This [[global macro|http://tiddlywiki.com/#Macros%20in%20WikiText]], actually called `||`, let's you render any template under the namespace `$:/.tb/templates/...` with your custom input.
The example above thus turns into...
```
<<|| plain //foo/bar>>
```
<<<
<<|| plain //foo/bar>>
<<<
While this doesn't look as pleasant to the eye, it does spare you from having to write a specific macro for every hidden template you want to simplify using. If `||` is too cryptic for you, define the macro with any name you want, e.g. `<<template>>`.
!! Final Word
Personally, I would like to see the ability to turn every tiddler I want into a hidden "system tiddler", e.g. by tagging it `$:/tags/System`. Besides other reasons, e.g. pretty titles for certain tiddlers, however hidden, that would allow me to make [[plain]] hidden and use it's short form...
```
{{//foo/bar||plain}}
```
<<<
{{//foo/bar||plain}}
<<<
;join the discussion at
:https://github.com/Jermolene/TiddlyWiki5/issues/1210
TiddlyWiki entirely works on [[tiddlers|Tiddlers]]. This is not only true for the content you wish to give it but also for all the bells and whistles that actually make it work.
!! System Tiddlers
To not have you overwhelmed with the abundant components that provide TiddlyWiki's features, a special <<tw "Naming%20of%20System%20Tiddlers" NameSpace>> was defined in order to hide these so-called <<tw SystemTiddlers>>, prefixed `$:/`.
; hidden from
: search results
: most sidebar tabs, except ''More / System'' and ''More / Shadows''
!! Shadow tiddlers
<<tw ShadowTiddlers>> are unpacked by TiddlyWiki on startup as components of plugins. They can come as <<tw SystemTiddlers>> but can also be tiddlers that are not under the `$:` namespace.
; hidden from
: search results
: most sidebar tabs, except ''More / Shadows''
!! Embedded Media
Whenever you drag an <<tw "Images%20in%20WikiText image>> or <<tw Audio audio>> file to TiddlyWiki, it will be embedded as a tiddler with a special <<tw ContentType>>.
; hidden from
: ''Sidebar / Recent'' — only after you edit those tiddlers they are given a modification time-stamp and are listed here
Before we start, compare the actual tags of this tiddler to the ones you see above...
`{{!!tags}}`
> {{!!tags}}
Using the filter explained at [[title list from tiddler text @ filter|http://filters.tiddlyspot.com/#title%20list%20from%20tiddler%20text]], adding the following text at [[$:/core/ui/ViewTemplate/tags]] will hide all tags and tiddler titles listed in [[$:/config/Hide/TagButtons]] from the tiddler tag buttons...
```
<div class="tc-tags-wrapper">
<$list filter="[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]"
template="$:/core/ui/TagTemplate"
storyview="pop"/>
</div>
```
The below example demonstrates the filter being used, subtracting all tiddlers listed in [[$:/config/Hide/TagButtons]] from the current tags as shown in the right column...
<<<
{{||$:/.tb/demo/hide-tag}}
<<<
The code for the above table <<source $:/.tb/demo/hide-tag>>
As [[explained by Jeremy here|https://groups.google.com/d/msg/tiddlywiki/WRHmF8d_AyI/_tlZTnRvzTsJ]], you can hide the sidebar without even clicking the [[chevron|$:/core/ui/TopBar/menu]] {{$:/core/ui/TopBar/menu}} by creating a tiddler called [[$:/state/sidebar]] and giving it the text `no`.
In this thread, [[Jeremy Ruston]] also outlines the basics of [[creating left MainMenu|https://groups.google.com/d/msg/tiddlywiki/WRHmF8d_AyI/ckzBYElx8sQJ]].
If you find yourself wanting to not see one of your tiddlers listed next to your content tiddlers, chances are it is a custom...
* macro
* template
* stylesheet
* configuration tiddler
!!Using System Tiddlers
A simple trick to hide them from most content-oriented views and lists is to put them under an appropriate path in the [[system tiddlers|http://tiddlywiki.com/#SystemTiddlers]] namespace with the prefix `$:/`:
;custom macro
:`$:/macros/<my-macro>`
;custom macro styles
:`$:/macros/<my-macro>/styles`
;custom macro config tiddlers
:`$:/macros/<my-macro>/config/<myConfigTiddler>`
;custom config tiddler
:`$:/macros/<my-macro>/<myConfigTiddler>`
;custom macro templates
:`$:/macros/<my-macro>/templates/<myTemplate>`
;custom macro template
:`$:/macros/<my-macro>/<myTemplate>`
;custom transclusion templates
:`$:/templates/*`
;custom stylesheets
:`$:/styles/*`
;user defined config tiddlers (not core)
:`$:/user/config/*`
You can then find them under @@color:blue; ''[[Sidebar|$:/core/ui/SideBarLists]] > [[More|$:/core/ui/SideBar/More]] > [[System|$:/core/ui/MoreSideBar/System]]''@@ or using [[Advanced Search|$:/AdvancedSearch]].
!! User Prefix
A possible way to reduce the risk of your customizations interfering with any of those you might later import from somewhere else, you can use a user shorthand in any of the system namespace components, e.g.:
* `$:/tbr/...`
* `$:/tobibeer/...`
* `$:/macros/tobibeer/...`
''Note:'' This way, however, chances might be greater that — when competing macro or style definitions of different origins coexist — one out of two with the same name will win over the other and you may find it hard to identify the problem. Therefore, know your wiki and carefully review imported system tiddlers from other sources.
<dt>
```
---
horizontal rules
<hr>
```
</dt>
<dd>
---
horizontal rules
<hr>
</dd>
# share your document publicly
# construct URL below using your document's ID
# use desktop client for local editing with ''Firefox'' / [[TiddlyFox|http://tiddlywiki.com#TiddlyFox]]
See http://googledrive.com/host/0B51gSXixfJ2Qb0I4R2M4MWJVMlU
In a [[reply to Rich|https://groups.google.com/d/msg/tiddlywiki/hr75FTeEL_g/Zq9c1OJz6KkJ]], [[Stephan Hradek]] posted two solutions about byte-sizes...
# a [[length|https://groups.google.com/d/msg/tiddlywiki/hr75FTeEL_g/Zq9c1OJz6KkJ]] macro to determine the size of any text or tiddler
# the [[lsort|https://groups.google.com/d/msg/tiddlywiki/hr75FTeEL_g/tFQ-ZIQoMLwJ]] filter that allows to sort tiddlers by size
An example and install instructions are at [[length macro and lsort filter @ tbdemo|http://tbdemo.tiddlyspot.com/#length%20macro%20and%20lsort%20filter]].
''Note:'' When you create both in your wiki, be sure to set the `title`, `type` and `module-type` fields accordingly.
Here's how to use both to list tiddlers by size along with size information:
```
<$list filter="[!lsort[]]">
<$macrocall $name="length" tiddler={{!!title}}/>
<$link><$view field=title/></$link>
</$list>
```
!!Alternative
To get a quick output from your browser console, you can try this bit of code:
> [[Console Log Of Tiddler Sizes @ tbdemo|http://tbdemo.tiddlyspot.com/#Console%20Log%20Of%20Tiddler%20Sizes]]
You may have noticed, a [[filter|http://tiddlywiki.com/#Filters]] by itself does not render anything, widgets do, and consequently macros.
So, to get a basic list, put your desired item-format inside the [[list widget|http://tiddlywiki.com/#ListWidget]] that renders it:
```
<$list filter="[tag[TableOfContents]]">
<$link to=<<currentTiddler>>><$view field=title/></$link>
</$list>
```
''Tip:'' Try any of this creating a test tiddler directly on http://tiddlywiki.com.
This renders a link to each iterated item on the list showing its title. Notice the ` ` at the end to provide for simple spacing.
When the inner text of a list widget starts with an empty line, TiddlyWiki understands your code as wanting to have block-level paragraph elements, rather than an inline list.
```
<$list filter="[tag[TableOfContents]]">
<$link to=<<currentTiddler>>><$view field=title/></$link>
</$list>
```
However, I sometimes prefer using a nice » `»` and a trailing newline via `<br>`...
```
<$list filter="[tag[TableOfContents]]">
» <$link to=<<currentTiddler>>><$view field=title/></$link><br>
</$list>
```
Alternatively you can use a template tiddler defining the item template, i.e.
```
<$list filter="[tag[Welcome]]" template="$:/.tb/templates/my-list"/>
```
With a [[standard template|http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FListItemTemplate]] ...
```
<$list filter="[tag[TableOfContents]]" template="$:/core/ui/ListItemTemplate"/>
```
This is perhaps the cleanest approach as it allows you to reuse that template elsewhere.
Alternatively, use the [[list-links|http://tiddlywiki.com/#ListMacro]] macro to output simple link lists, e.g.:
```
<<list-links filter:"[tag[TableOfContents]]">>
```
''Note:'' Notice the syntax differences between a [[macro call|http://tiddlywiki.com/#Macros%20in%20WikiText]] and a [[widget call|http://tiddlywiki.com/#Widgets%20in%20WikiText]], i.e. double angle brakets and colons for (optionally named) parameters, rather than `attribute="value"`.
You can easily wrap this in your [[custom css class|http://tiddlywiki.com/#Using%20Stylesheets]], e.g.
```
@@.my-class
<<list-links filter:"[tag[TableOfContents]]">>
@@
```
To properly render tables or definition lists, use html tags outside and inside...
```
<dl>
<$list filter="[has[url]]">
<dt><$link to=<<currentTiddler>>><$view field=title/></$link></dt>
<dd>{{!!url}}</dd>
</$list>
</dl>
```
Here's an a bit more elaborate table syntax using a macro to generate a link...
```
\define link(url) [ext[>>|$url$]]
<table>
<tr><th>Title</th><th>Link</th></tr>
<$list filter="[has[url]]">
<tr>
<td><$link to=<<currentTiddler>>><$view field=title/></$link></td>
<td><$macrocall $name=link url={{!!url}}></td>
</tr>
</$list>
</table>
```
<dt>
```
<a href={{TiddlerWithURL}}>link</a>
<b class=<<getClass>>>bold</b>
```
</dt>
<dd>
<a href={{TiddlerWithURL}}>link</a>
<b class=<<version>>>bold</b>
set attributes via transclusion or macro
</dd>
<dt>
```
<div address="""attribute,
"quoted",
with,
linebreaks.""">inspect me!</div>
```
</dt>
<dd>
<div address="""attribute,
"quoted",
with,
linebreaks.""">inspect me!</div>
</dd>
<dt>
```
<article class="hello">
HTML tags work like that.
<!-- even comments -->
</article>
```
</dt>
<dd>
<article class="hello">
HTML tags work like that.
<!-- even comments -->
</article>
</dd>
; discussion
: https://groups.google.com/d/msg/tiddlywiki/mr0niBeCZcI/HrcXhyAgWqQJ
''Note:'' As an alternative to this outdated technology, consider [[Interactive SVG Image Map]].
Notice how — in the markup below — the ''href'' attribute points to the location hash for a tiddler that you get when using the {{$:/core/ui/Buttons/permalink}} ''permalink'' button from a tiddler's toolbar.
{{$:/.tb/demo/image-map}}
<<source "$:/.tb/demo/image-map">>
<dt>
```
[img[example.jpg]]
[img[tooltip|example.jpg]]
[img width=16 [example.jpg]]
[img class="tc-image" [example.jpg]]
```
</dt>
<dd>
[img[http://www.tiddlywiki.com/favicon.ico]]<br>
[img[tooltip|http://www.tiddlywiki.com/favicon.ico]]<br>
[img width=16 [http://www.tiddlywiki.com/favicon.ico]]<br>
[img class="tc-image" [http://www.tiddlywiki.com/favicon.ico]]
</dd>
As per [[Jeremy's instructions|https://groups.google.com/d/msg/tiddlywiki/qxfH1fBqACA/tEx8T3bTngQJ]], you can import tiddlers from a standalone TiddlyWiki into your node.js instance using.
; 1. Create Wiki Folder
: `mkdir MyWiki`
; 2. Import From Standalone TiddlyWiki
: `tiddlywiki ./MyWiki --load path/to/my-tw5-wiki-file.html`
; 3. Import From Encrypted TiddlyWiki
: `tiddlywiki ./MyWiki --password pa55w0rd --load path/to/my-tw5.html`
:Ü ''Note:'' the result will not be encrypted
To reuse a [[Conditional ViewTemplate Section]] in something like a list template, you can always do...
```
{{||$:/.tb/ui/ViewTemplate/summary}}
```
> {{||$:/.tb/ui/ViewTemplate/summary}}
A little helper macro like the following simplifies this process...
<<source "$:/.tb/macros/inc">>
I put my own templates under an equivalent namespace as the `core`, however replacing that bit of the namespace with my own prefix `.tb`.
!! Example
Notice how, in one case, the styling from the template is applied whereas in the other it isn't. Also, the template could be showing a lot more than just a single field.
```
<$tiddler tiddler="TiddlySpot">
<<inc summary>>
{{!!summary}}
</$tiddler>
```
<<<
<$tiddler tiddler="TiddlySpot">
<<inc summary>>
{{!!summary}}
</$tiddler>
<<<
!! Core Template Example
```
<<inc tags core>>
{{!!tags}}
```
<<<
<<inc tags core>>
{{!!tags}}
<<<
<dt>
```
@@.purple Am I purple?@@
<style>
.purple{color:purple;}
</style>
```
</dt>
<dd>
@@.purple Am I purple?@@
<style>
.purple{color:purple;}
</style>
</dd>
Forget [[image-maps|http://www.w3schools.com/tags/tag_map.asp]], comes SVG. Setting up either one can be cumbersome, but the advantages in dynamically styling svg by far exceed those of binary imagery, not just in terms of scaling.
The below example doesn't overly leverage the power of vector graphics but it's illustrating the general concept...
{{example-svg}}
!!How to achieve?
# [[create your desired svg|SVG-Edit]] image or [[obtain it from somewhere|http://d-maps.com]]
#* don't shy away because you see all this "code"
#* it's what svg looks like
#* you just need to find the right spots to do the below
# assign classes to the [[elements you wish to style|http://style.tiddlyspot.com]], unless already defined
#* you can also remove all the overhead you don't need, like id attributes
#* use your browser's developer tools to find the right element, layer or group
# apply css styles directly or on-hover
#* as in the example below using [[inline-styles]] or [[Custom Stylesheets]]
#* you will have to figure out the right css to interactively change styles
#** perhaps use google, but don't be shy to ask in the groups
# for clickable links, wrap the triggering svg elements like so...<div>
```
<a xlink:href="#InternalLink">
...svg elements...
</a>
```
</div>
!! Limitations
Unlike HTML elements, the stacking order of svg elements cannot be changed via the z-index. Custom javascript would have to actually rearrange the svg object... so as to render that [[Markup]] button above the [[Plugins]] button.
!! Source
Above all, see style section at the bottom of <<source example-svg>>
<dt>
```
[[The Tiddler]]
[[pretty title|The Tiddler]]
```
</dt>
<dd>
[[The Tiddler]]<br>
[[pretty title|The Tiddler]]
</dd>
Sometimes it is necessary to [[use and invoke macros|http://tiddlywiki.com/#Macros%20in%20WikiText]] in different ways.
Here are some options...
;`<<aMacro "a param">>`
:with first parameter, internally read as `text`
;`<<aMacro text:"a param">>`
:with named parameter `text`
;`<$macrocall $name="aMacro" text="a param"/>`
:invoked via macrocall widget
;`<$macrocall $name="aMacro" text={{get from tiddler!!or-field}}/>`
:same but pulling parameter via transclusion
;`<$macrocall $name="aMacro" text=<<getText "call yet another macro">>/>`
:same but computing the parameter by calling yet another macro
''Note:'' Internally, a `<<variable>>`, in fact, is a macro, too.
<dt>
```
//italics//
```
</dt>
<dd>//italics//</dd>
Here's my approach to solving the mystery of iterating all indexes of a [[DataTiddler|http://tiddlywiki.com/#DataTiddlers]]...
```
<$set name="data" value="$:/data/core/widgets">
<$list filter="[<data>indexes[]sort[title]]">
;{{!!title}}
:<$transclude tiddler=<<data>> index=<<currentTiddler>>/>
</$list>
</$set>
```
renders as (prettified with table markup for [[$:/data/core/widgets]]):
<table>
<tr>
<th>index</th>
<th>value</th>
</tr>
<$set name="data" value="$:/data/core/widgets">
<$list filter="[<data>indexes[]sort[title]]">
<tr>
<td>{{!!title}}</td>
<td><$transclude tiddler=<<data>> index=<<currentTiddler>>/></td>
</tr>
</$list>
</$set>
</table>
<$list filter="[tag[Console]tag[Scripts]sort[title]]" >
</$list>
Ok, it happens. We install some plugin, fiddle with a core component and then we reload and see that dreaded @@color:white;background:#f33;padding:3px 5px;border-radius:5px;~JavaScript Error@@.
What to do now?
!! 1. Testing Plugins And Modifications
First things first. If you have your TiddlyWiki to update the URL whenever a tiddler opens, try opening a different tiddler first and see if the error is still around. It could be that you are testing a faulty plugin in a tiddler and that only your test tiddler throws the error. Go to the plugin, edit your modifications or delete it, save, reload.
!! 2. Safe Mode
If that does not allow you to remove the offending bits, try loading your TiddlyWiki in safe-mode by appending `#:safe` to the url of your wiki.
This should disable all plugins amongst others and allows you to edit or delete whatever you suspect the culprit to be. Reaload without safe-mode and see if the error is gone.
!! 3. Import Into Empty
If all else fails, try downloading an empty TiddlyWiki and drag-n-drop your broken file onto it so as to import all tiddlers while unchecking any of those you suspect to have broken your wiki.
Save and reload. Is it finally back up now?
A trick [[suggested|https://groups.google.com/forum/#!topic/tiddlywiki/Rkv4qT1pgGU]] by [[Alberto Molina]]:
To have the "new journal here" button add the current tiddler's title to the new journal title, open your [[controlpanel|$:/ControlPanel]] and add $(currentTiddler)$ at the beginning or end of the datestring.
!! Try it out here!
While you can customize the key bindings, here are the defaults defined by this plugin...
|!Combination|!snippet|!renders as|
|`ctrl+b`| `'' ''` | ''bold'' |
|`ctrl+i`| `// //` | //italics// |
|`ctrl+u`| ` __ __` | __underline__ |
|`ctrl+s`| `,, ,, ` | ,,subscript,, |
|`ctrl+l`| `*` | non ordered list |
|`ctrl+o`| `#` | ordered list |
|`ctrl+k`| | code |
|`alt+t`| `|| ` | table cell |
|`alt+h`| `|!|` | table head |
|`alt+s`| ` ~~ ~~` | ~~strikeout~~ |
|`alt+w` | `<$>` | widget call |
|`alt+z` | `{{!!}}` | variable transclusion |
|`ctrl+m` | `<<>>` | macro call |
|`ctrl+alt+t` | `{{}}` | transclusion |
|`ctrl+alt+l` | `[[]]`| link |
The below will output the last modified non-system tiddler and the modification date...
<<`
'<$list filter="[!is[system]!sort[modified]limit[1]]">
; last modified
: <$view field=modified format="date" template="0DD. MMM YYYY"/> (<$link><$view field=title/></$link>)
</$list>'>>
Here's just the date as a plain link to that tiddler...
<<`
'<$list filter="[!is[system]!sort[modified]limit[1]]">
<$link><$view field=modified format="date" template="0DD. MMM YYYY"/> </$link>
</$list>'>>
''datefield:'' <$select field="date" default={{!!date}}>
<$list filter="modified created">
<option>{{!!title}}</option>
</$list>
</$select>
''limit:'' <$select field="limit" default={{!!limit}}>
<$list filter="10 20 30 50 100 200 500 1000">
<option>{{!!title}}</option>
</$list>
</$select>
<div class="solutions">
<$set name="date" value={{!!date}}>
<$set name="remove" value="Solutions">
<$macrocall $name="list-search"
filter="
[tag[Solutions]]
[tag[Macro]]
[tag[Plugin]]
[tag[Developer]]
[tag[Community]]
[tag[References]]
[tag[Tobias Beer]]
[tag[Markup]]
-[tag[Personal]]
+[!sort<date>]"
search="search"
state="$:/temp/tb/solutions"
template="$:/.tb/templates/tagged-recent"
limit={{!!limit}}
variable="item"/>
</$set>
</$set>
</div>
~LetFilter allows to compare and calculate fields of tiddlers in a filter list, e.g.:
* compare a given date field against a specified date
** by default, both dates are compared with day accuracy
* compare a boolean field against a specified boolean
* compare a number / integer field against a specified number / integer
* calculate a number / integer field using basic arithmetics
* calculate a boolean field using basic boolean operations
* define whether to consider blank field values in its operations or not
* return a random number of items from a result list
\define getImg()
$(currentTiddler)$!!menu-icon
\end
The following macro lets you link an image to an internal tiddler or to an external site...
!!The linkimg macro
`<<linkimg tiddler image tooltip class width svg=yes>>`
|!#|!Parameter|!Description|!Default|
|1|''tiddler'' |the tiddler to link to<br>» alternatively, an external url (starting with `http://`!)| |
|2|''image'' |the image to be displayed<br>» an [[image tiddler|Jack.jpg]] of content type `image/...`<br>» or [[an svg|$:/core/images/globe]] with or without content-type||
|3|''tooltip'' |a tooltip to be displayed|`open tiddler "foo"`|
|4|''class'' |a class assigned to the image<br>» for svg the class is assigned to a wrapper<br>these classes are always applied:<br>» `linkimg` for images<br>» `linksvg` for svg||
|5|''width'' |the width of your image||
|6|''svg'' |when set to `svg=yes`, interprets the image as given by a [[standard html svg tags|http://tiddlywiki.com/#UsingSVG]] ([[example|$:/core/images/globe]]) so as to transclude it||
!!Examples
```
<<linkimg Jack.jpg Jack.jpg "a kitten" pretty 100px>>
```
<<linkimg Jack.jpg Jack.jpg "a kitten" pretty 100px>>
For the macro to render meaningful output, at least the first two parameters are required.
Alternatively you could qualify parameters by their name:
```
<<linkimg Jack.jpg Jack.jpg class:"pretty">>
```
<<linkimg Jack.jpg Jack.jpg class:"pretty">>
!! Link Image To An External Site
```
<<linkimg "http://tiddlywiki.com/#Motovun%20Jack.jpg" Jack.jpg "a kitten" pretty 100px>>
```
<<linkimg "http://tiddlywiki.com/#Motovun%20Jack.jpg" Jack.jpg "a kitten" pretty 100px>>
!!Installation
Drag to your wiki: [[$:/.tb/macros/linkimg]]
!! Gallery Thumbnails
Using the <<tw ListWidget>>, you can easily generate a thumbnails gallery linking to your images...
<$list filter="[[$:/tags/Image]tagging[]!sort[title]limit[8]]">
<$macrocall $name="linkimg" tiddler=<<currentTiddler>> image=<<currentTiddler>> tooltip=<<currentTiddler>> class="pretty thumbs thumbs-120" svg=yes/>
</$list>
```
<$list filter="[[$:/tags/Image]tagging[]limit[8]]">
<$macrocall $name="linkimg" tiddler=<<currentTiddler>> image=<<currentTiddler>> tooltip=<<currentTiddler>> class="pretty thumbs thumbs-120" svg=yes/>
</$list>
```
If you have actual thumbnail images in addition to the full-size version, use a helper macro like so...
```
\define thumb()
$(currentTiddler)$_th.jpg
\end
<$list filter="[[$:/tags/Image]tagging[]limit[8]]">
<$macrocall $name="linkimg" tiddler=<<currentTiddler>> image=<<thumb>> tooltip=<<currentTiddler>> class="pretty thumbs thumbs-120" svg=yes/>
</$list>
```
!! Image Navigation
This could be your main navigation with clickable image links. Try and click any thumb and go to that target tiddler instead of the image tiddler.
<$list filter="[list[$:/.tb/ui/TopLeftBar/config]]">
<$macrocall $name="linkimg" tiddler=<<currentTiddler>> image=<<getImg>> tooltip=<<currentTiddler>> class="pretty thumbs" svg=yes/>
</$list>
```
\define getImg()
$(currentTiddler)$!!menu-icon
\end
<$list filter="[list[$:/.tb/ui/TopLeftBar/config]]">
<$macrocall $name="linkimg" tiddler=<<currentTiddler>> image=<<getImg>> tooltip=<<currentTiddler>> class="pretty thumbs" svg=yes/>
</$list>
```
;list field at...
:[[$:/.tb/ui/TopLeftBar/config]]
;styles defined in...
:[[$:/styles/pretty]]
!! Macro Source
<<source $:/.tb/macros/linkimg>>
While the [[list-links macro|http://tiddlywiki.com/#ListMacro]] can be used to list links to tiddlers matching a [[filter|http://tiddlywiki.com/#Filters]]...
```
<<list-links filter:"[all[]tag[$:/tags/Macro]]">>
```
<<list-links filter:"[all[]tag[$:/tags/Macro]]">>
Sometimes it can be more practical or necessary to use the [[list-widget|http://tiddlywiki.com/#ListWidget]] instead...
```
<ul>
<$list filter="[all[]tag[$:/tags/Macro]]">
<li>
<$link><$view field="title"/></$link>
</li>
</$list>
</ul>
```
<ul>
<$list filter="[all[]tag[$:/tags/Macro]]">
<li>
<$link><$view field="title"/></$link>
</li>
</$list>
</ul>
Alternatively, you can use the [[link widget|http://tiddlywiki.com/#LinkWidget]] with parameter transclusion...
```
<ul>
<$list filter="[all[]tag[$:/tags/Macro]]">
<li>
<$link to={{!!title}}>{{!!title}}</$link>
</li>
</$list>
</ul>
```
<ul>
<$list filter="[all[]tag[$:/tags/Macro]]">
<li>
<$link to={{!!title}}>{{!!title}}</$link>
</li>
</$list>
</ul>
Use the [[regexp|http://tiddlywiki.com/#FilterOperator%3A%20regexp]] filter instead of [[search|http://tiddlywiki.com/#FilterOperator%3A%20search]] filter...
;regexp filter
:`<$list filter="[regexp:text[some string]]"/>`
:<$list filter="[regexp:text[some string]]"/>
See [[discussion|https://groups.google.com/d/msg/tiddlywiki/FC2KOtlyaYo/KqRIUjNbEbcJ]]...
Working on this [[wiki to show off FontAwesome|http://fontawesome.tiddlyspot.com]], I was wondering how to simplify filtering lists the way I used to with [[ListFiltr|http://listfiltr.tiddlyspace.com]] in [[TWc|http://classic.tiddlywiki.com]].
You will find list-search throughout this wiki, e.g. to filter the [[markup reference|Markup]].<br>
An example:
```
Type something into the filter box...
<<list-search
"[tags[]sort[title]limit[7]]"
"search"
"$:/temp/list-search-example"
"$:/core/ui/ListItemTemplate"
placeholder:"Filter by tags..." >>
```
<<<
Type something into the filter box...
<<list-search
"[tags[]sort[title]limit[7]]"
"search"
"$:/temp/list-search-example"
"$:/core/ui/ListItemTemplate"
placeholder:"Filter by tags...">>
<<<
!!Installation
To use list-search in your tw5, drag this over: [[$:/.tb/macros/list-search]]
!! Parameters
The following parameters can be specified for the list-search macro:
|!#|!Parameter|!Description|!Default|
|1|''filter'' |the list filter |`[tags[]]`|
|2|''search'' |the way to search, e.g.<br>» [[search|http://tiddlywiki.com/#FilterOperator%3A%20search]]<br>» [[search:title|http://tiddlywiki.com/#FilterOperator%3A%20search]]<br>» [[regexp|http://tiddlywiki.com/#FilterOperator%3A%20regexp]]<br>» etc...|`search:title`|
|3|''state'' |the [[state tiddler|http://tiddlywiki.com/#StateMechanism]] in which to store the search term |[[$:/temp/list-search]]|
|4|''template'' |a template tiddler for the list items |[[$:/core/ui/ListItemTemplate]]|
|5|''placeholder''|placeholder text shown in the empty filter input|`Filter`|
Here's the source of the global ''list-search'' macro <<source $:/.tb/macros/list-search>>
The following wiki markup examples use filters to list implemented fields types and related information...
<<tabs "[[Fields: Standard]] [[Fields: Core]] [[Fields: Non-Core]] [[Fields: Current Tiddler]] [[Fields: Current Values]]" default:"standard" "$:/state/tabs-fields">>
@@color:#f6f;
''Note:'' There is a whole lot more on http://xlist.tiddlyspot.com.
@@
{{xlist}}
When in a local TiddlyWiki, the following simple macro will allow you to list the contents of a local folder within an iframe.
```
<<local path height>>
```
!!Parameters
|!#|!Parameter|!Description|!Default|
|1|''path'' |the folder path to be rendered in an iframe| |
|2|''height'' |a height applied to the iframe|600px |
The rendered iframe is wrapped in a div of a class "local-folder".
To use, simply install <<source $:/.tb/macros/localfolder>>
!Inline Macro References
`filter="[all[tiddlers]regexp:text[(?m)^\\define\s+\w+\s*\(]]`
<$list filter="[all[tiddlers]regexp:text[(?m)^\\define\s+\w+\s*\(]]">
</$list>
!User Defined Global Macros
`filter="[tag[$:/tags/Macro]]"`
<$list filter="[tag[$:/tags/Macro]]">
</$list>
!Core Macros
`filter="[all[shadows]module-type[macro]]"`
<$list filter="[all[shadows]module-type[macro]]">
</$list>
!Core Wikitext Macros
`filter="[all[shadows]tag[$:/tags/Macro]]"`
<$list filter="[all[shadows]tag[$:/tags/Macro]]">
</$list>
The [[$macrocall|http://tiddlywiki.com/#MacroCallWidget]] widget allows to use evaluated widget parameters and variables that are otherwise unavailable for use in a given [[<<macro>>|http://tiddlywiki.com/#Macros%20in%20WikiText]].
!!Example
;concatenate macro
:`\def concatenate(s1:"", s2:"") $s1$$s2$`
;failing markup:
:`<<concatenate "my" {{!!text}}>>`
;working markup:
:`<$macrocall $name="concatenate" s1="my" s2={{!!title}}/>`
!!Background
;Jeremy Ruston on widgets
:https://groups.google.com/d/msg/tiddlywiki/2_L_vTJ1Zbs/Xkw2ytbY76sJ
> It's actually historical. The angle bracket syntax for macros was first implemented early on, before transcluded attributes. Then as the widget syntax evolved it was clear that it was more flexible and extensible. Internally, everything is a widget, even plain text. All the wikitext syntax beyond the widget syntax is really just a series of shortcuts for more easily typing widgets and HTML. My expectation is that more and more of the basic idioms that we discover as we explore the way that widgets fit together will end up being elevated to wiki syntax. For example, we could evolve a wikitext syntax for assigning variables that is terser than the current `<$set>` widget.
\define test(x, y, z:'0')
$x$ $y$ $z$
\end
<$macrocall
$name="test"
x=<<version>>
y={{!!title}}/>
\end
<dt>
```
\define run(foo:'bar') [[$foo$]]
<<run "foo bar">>
```
</dt>
<dd>
» defines macro `run`<br>
» with parameter `foo`<br>
» whose value defaults to `bar`<br>
» outputs a link to value of param:<br>
[[foo bar]]
</dd>
<dt>
```
\define test()
I am $(x)$.
\end
<$set name="x" value="y
of z">
<<test>>
</$set>
```
</dt>
<dd>
» defines macro test which<br>
» outputs value of variable x<br><br>
» sets variable x to: "y<br>
of z" //(multiline allowed)//<br>
» runs macro test which outputs:<br>
"I am y of z."
</dd>
<dt>
```
\define test(x, y, z:'0')
$x$ $y$ $z$
\end
<$macrocall
$name="test"
x=<<version>>
y={{!!title}}/>
```
</dt>
<dd>
» defines macro test<br>
» outputs 3 params<br><br>
» calls test via macrocall widget<br>
» using macro version as param x<br>
» and transclusion as param y<br><br>
» outputs:<br>
<code><$macrocall
$name="test"
x=<<version>>
y={{!!title}}/></code>
</dd>
; discussion
: https://groups.google.com/forum/#!folder/TiddlyWiki/tiddlywiki/qmcYndFMSX8
The [[makedoc|$:/.tb/macros/makedoc]] macro joins chapters to a document using these parameters...
|! # |!Name |!Description |
| 1 |''filter''|a ''filter'' for the list of chapters|
| 2 |''template''|render chapters with a custom template, e.g. [[$:/.tb/demo/makedoc]]|
| 2 |''sub1''|when `true`, renders tiddlers tagging to chapters as subchapters|
| 4 |''sub2''|when `true`, renders tiddlers tagging to subchapters|
!! Installation
Install [[$:/.tb/macros/makedoc]] » <$macrocall
$name=slider
label="show code"
content=<<source "$:/.tb/macros/makedoc">>
tooltip="show / hide code"
state="$:/state/slide-makedoc"
label-hide="hide code"
/>
!! Examples
Custom css styles for the examples below are defined in [[$:/.tb/styles/makedoc]].
!!! No Subchapters
```
<<makedoc filter:"
[[Fonts]]
[[Alias]]
[[Files]]
">>
```
<<<
<<makedoc filter:"
[[Fonts]]
[[Alias]]
[[Files]]
">>
<<<
!!! With Subchapters And Template
using template [[$:/.tb/demo/makedoc]]
```
<<makedoc filter:"
[[Fonts]]
[[Alias]]
[[Files]]
" sub1:true template:"$:/.tb/demo/makedoc">>
```
<<makedoc filter:"
[[Fonts]]
[[Alias]]
[[Files]]
" sub1:true template:"$:/.tb/demo/makedoc">>
A worklflow [[proposed by Alex Hough|https://groups.google.com/forum/#!topic/tiddlywiki/Xz2lSXXy0iU]]...
* something in the text raises an unanswered question?
* write that question into the text as a link
** [[Managing Review Items?]]
* use the sufix filters to extract questions
!Review Lists
;links to existing and missing tids
:`<<list-links filter:"[all[tiddlers+missing]]suffix[?]]">>` <<list-links filter:"[all[tiddlers+missing]suffix[?]]">>
;links to existing tids only
:`<<list-links filter:"[suffix[?]]">>` <<list-links filter:"[suffix[?]]">>
;links to missing tids only
:`<<list-links filter:"[all[missing]suffix[?]]">>` <<list-links filter:"[all[missing]suffix[?]]">>
;links to existing and missing tids with backlinks
:`<<linkreferences "[all[tiddlers+missing]suffix[?]]">>` <<linkreferences "[all[tiddlers+missing]suffix[?]]">>
:rendered via custom macro: <<source $:/macros/linkreferences>>
See [[Markup Reference]] for a non-filterable version to easily import to your wiki.
<div class="filter-markup">
<<list-search
filter:"[[Markup]list[]]"
search:search
state:"$:/temp/tb/markup-search"
template:"$:/.tb/templates/list-search-markup"
placeholder:"Filter markup examples...">>
</div>
<style>
.filter-markup input{
width:48%;
margin-top:10px;
}
</style>
<dl class="tb5-markup">
<dt>
```
''bold''
```
</dt>
<dd>''bold''</dd>
<dt>
```
//italics//
```
</dt>
<dd>//italics//</dd>
<dt>
```
''//bold italics//''
```
</dt>
<dd>''//bold italics//''</dd>
<dt>
```
__underline__
```
</dt>
<dd>__underline__</dd>
<dt>
```
~~strikethrough~~
```
</dt>
<dd>~~strikethrough~~</dd>
<dt>
```
super^^script^^
```
</dt>
<dd>super^^script^^</dd>
<dt>
```
sub,,script,,
```
</dt>
<dd>sub,,script,,</dd>
<dt>
```
foo -- bar
foo --- bar
```
</dt>
<dd>foo -- bar (En dash)<br>foo --- bar (Em dash)<br></dd>
<dt>
```
!Heading 1
!!Heading 2
!!!Heading 3
```
</dt>
<dd>
!Heading 1
!!Heading 2
!!!Heading 3
</dd>
<dt>
```
---
horizontal rules
<hr>
```
</dt>
<dd>
---
horizontal rules
<hr>
</dd>
<dt><pre>`code`</pre></dt>
<dd>`code` ...via backticks</dd>
<dt><pre>``with `backticks` ``</pre></dt>
<dd>``with `backticks` ``</dd>
<dt>
<pre>```
monospaced
codeblock
```</pre>
</dt>
<dd>
```
monospaced
codeblock
```
</dd>
<dt>
```
"""
force
hard
linebreaks
like
this...
"""
```
</dt>
<dd>
"""
force
hard
linebreaks
like
this...
"""
</dd>
<dt>
```
...since
new paragraphs
need two linebreaks
in tw5
```
</dt>
<dd>
...since
new paragraphs
need two linebreaks
in tw5
</dd>
<dt>
```
> block
>> quotes
>>> are </dd>easy
```
</dt>
<dd>
> block
>> quotes
>>> are <br>easy
</dd>
<dt>
```
<<<
real
easy
<<<
```
</dt>
<dd>
<<<
real
easy
<<<
</dd>
<dt>
```
* unordered
** list
```
</dt>
<dd>
* unordered
** list
</dd>
<dt>
```
# ordered
## list
```
</dt>
<dd>
# ordered
## list
</dd>
<dt>
```
;definition
:term
```
</dt>
<dd>
;definition
:term
</dd>
<dt>
```
# mixed
#* lists
#;you
#:know
#>like so
```
</dt>
<dd>
# mixed
#* lists
#;you
#:know
#>like so
</dd>
<dt>
```
!.h1-class.red CSS
#.li-class.red classes
*.li-class.red can be
;.dt-class.red assigned
:.dd-class.red like
>.blockquote-class.red this
```
</dt>
<dd>
!.h1-class.red CSS
#.li-class.red classes
*.li-class.red can be
;.dt-class.red assigned
:.dd-class.red like
>.blockquote-class.red this
</dd>
<dt>
```
[[The Tiddler]]
[[pretty title|The Tiddler]]
```
</dt>
<dd>
[[The Tiddler]]<br>
[[pretty title|The Tiddler]]
</dd>
<dt>
```
CamelCase
~SuppressedCamelCase
```
</dt>
<dd>
CamelCase<br>
~SuppressedWikiLink
</dd>
<dt>
```
http://tiddlywiki.com
[[pretty|http://pretty.com]]
~http://not.alink.com
```
</dt>
<dd>
http://tiddlywiki.com<br>
[[google|http://google.com]]<br>
~http://not.alink.com
</dd>
<dt>
```
file://///windows/network<br>
file:///c:/Windows/foo<br>
file:///linux/local<br>
```
</dt>
<dd>
file://///windows/network<br>
file:///c:/Windows/foo<br>
file:///linux/local<br>
`file:///` only via local tw!
</dd>
<dt>
```
[ext[forced.link.com]]
[ext[tw|tiddlywiki.com]]
[ext[foo|file:///c:/foo]]
[ext[relative/path]]
```
</dt>
<dd>
[ext[forced.link.com]]<br>
[ext[tw|tiddlywiki.com]]<br>
[ext[foo|file:///c:/foo]]<br>
[ext[relative/path]]
</dd>
<dt>
```
[img[example.jpg]]
[img[tooltip|example.jpg]]
[img width=16 [example.jpg]]
[img class="tc-image" [example.jpg]]
```
</dt>
<dd>
[img[http://www.tiddlywiki.com/favicon.ico]]<br>
[img[tooltip|http://www.tiddlywiki.com/favicon.ico]]<br>
[img width=16 [http://www.tiddlywiki.com/favicon.ico]]<br>
[img class="tc-image" [http://www.tiddlywiki.com/favicon.ico]]
</dd>
<dt>
```
[img[http://www.tiddlywiki.com/favicon.ico]]
[img[path/image.jpg]]
```
</dt>
<dd>
[img[http://www.tiddlywiki.com/favicon.ico]]
</dd>
<dt>
```
[img width={{!!mywidth}} class=<<image-classes>> [example.jpg]]
{{example.jpg}}
```
</dt>
<dd>
params via
[[transclusion|http://tiddlywiki.com/#Transclusion%20in%20WikiText]] or
[[macro|http://tiddlywiki.com/#Macros%20in%20WikiText]]<br><br><br>
embed via transclusion
</dd>
<dt>
```
@@.myStyleClass.red
;term
:definition
@@
```
</dt>
<dd>
@@.myStyleClass.red
;term
:definition
@@
</dd>
<dt>
```
@@color:red;
;css styles
:apply directly like this
@@
@@color:red; or this @@
```
</dt>
<dd>
@@color:red;
;css styles
:apply directly like this
@@
@@color:red; or this @@
</dd>
<dt>
```
@@.tc-tiddler-frame
@@width:200px;height:50px;
or combine both
@@
```
</dt>
<dd>
@@.tc-tiddler-frame
@@width:200px;height:50px;
or combine both
@@
</dd>
<dt>
```
@@.purple Am I purple?@@
<style>
.purple{color:purple;}
</style>
```
</dt>
<dd>
@@.purple Am I purple?@@
<style>
.purple{color:purple;}
</style>
</dd>
<dt style="font-size:80%;">
```
| !Header | !Header | Mhhh ?!? |
|^NE |^ N |^ NW|
|W | ✦ | E|
|,SW |, S |, SE|
|merge|left|<|
|and|now| vertical |
|>| right|~|
```
</dt>
<dd style="font-size:80%;">
| !Header | !Header | Mhhh ?!? |
|^NW |^ @@padding:0 7px 14px 7px;display:block; N@@ |^ NE|
|W | ✦ | @@padding:7px 0;display:block; E@@|
|,SW |, @@padding:14px 7px 0 7px;display:block; S@@ |, SE|
|merge|left|<|
|and|now| vertical |
|>| right|~|
</dd>
<dt>
```
<article class="hello">
HTML tags work like that.
<!-- even comments -->
</article>
```
</dt>
<dd>
<article class="hello">
HTML tags work like that.
<!-- even comments -->
</article>
</dd>
<dt>
```
<a href={{TiddlerWithURL}}>link</a>
<b class=<<getClass>>>bold</b>
```
</dt>
<dd>
<a href={{TiddlerWithURL}}>link</a>
<b class=<<version>>>bold</b>
set attributes via transclusion or macro
</dd>
<dt>
```
<div address="""attribute,
"quoted",
with,
linebreaks.""">inspect me!</div>
```
</dt>
<dd>
<div address="""attribute,
"quoted",
with,
linebreaks.""">inspect me!</div>
</dd>
<dt>
```
*nest<div>
;via
:html
</div>
```
</dt>
<dd>
*nest <div>
;via
:html
</div>
</dd>
<dt>
```
{{Foo}}
{{Foo||Bar}}
{{||Foo}}
{{Foo!!bar}}
{{!!bar}}
{{Foo##index}}
{{##index}}
{{{ [tag[Foo]] }}}
{{{ [tag[Foo]] ||Bar}}}
```
</dt>
<dd>
» [[transcludes|http://tiddlywiki.com/#Transclusion%20in%20WikiText]] tiddler `Foo`<br>
» `Foo` with template `Bar`<br>
» template `Foo` for `CurrentTiddler`<br>
» field `bar` of `Foo`<br>
» field `bar` of `CurrentTiddler`<br>
» `index` of datatiddler `Foo`<br>
» `index` of `CurrentTiddler` (=data)<br>
» list of tiddlers tagged `Foo`<br>
» same using template `Bar`
</dd>
<dt>
```
\define run(foo:'bar') [[$foo$]]
<<run "foo bar">>
```
</dt>
<dd>
» defines macro `run`<br>
» with parameter `foo`<br>
» whose value defaults to `bar`<br>
» outputs a link to value of param:<br>
[[foo bar]]
</dd>
<dt>
```
\define test()
I am $(x)$.
\end
<$set name="x" value="y
of z">
<<test>>
</$set>
```
</dt>
<dd>
» defines macro test which<br>
» outputs value of variable x<br><br>
» sets variable x to: "y<br>
of z" //(multiline allowed)//<br>
» runs macro test which outputs:<br>
"I am y of z."
</dd>
<dt>
```
\define test(x, y, z:'0')
$x$ $y$ $z$
\end
<$macrocall
$name="test"
x=<<version>>
y={{!!title}}/>
```
</dt>
<dd>
» defines macro test<br>
» outputs 3 params<br><br>
» calls test via macrocall widget<br>
» using macro version as param x<br>
» and transclusion as param y<br><br>
» outputs:<br>
<<version>> Markup 0
</dd>
<dt>
```
$$$text/unknown
plain text, not //formatted//
$$$
```
</dt>
<dd>
$$$text/unknown
plain text, not //formatted//
$$$
<br>
These are [[Typed Blocks|http://tiddlywiki.com/#Typed%20Blocks%20in%20WikiText]]
</dd>
<dt>
```
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
```
</dt>
<dd>
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
</dd>
<dt>
```
$$$.svg
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
$$$
```
</dt>
<dd>
$$$.svg
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
$$$
</dd>
<dt>
```
$$$text/vnd.tiddlywiki>text/html
This is ''some'' wikitext
$$$
```
</dt>
<dd>
$$$text/vnd.tiddlywiki>text/html
This is ''some'' wikitext
$$$
</dd>
<dt>
```
$$$text/vnd.tiddlywiki>text/plain
This is ''some'' wikitext
$$$
```
</dt>
<dd>
$$$text/vnd.tiddlywiki>text/plain
This is ''some'' wikitext
$$$
</dd>
</dl>
<style>
dl.tb5-markup{
overflow:hidden;
}
dl.tb5-markup .red{
color:red;
}
.tb5-markup > dt{
display:block;
float:left;
clear:left;
margin:2% 1em 0 0;
padding;
font-weight:normal;
width:48%;
}
.tb5-markup > dt > pre{
margin:0;
}
.tb5-markup > dd{
display:block;
float:left;
width:48%;
margin:1em 0 0 0;
padding:0;
}
.tb5-markup > dd > p,
.tb5-markup > dd > h1,
.tb5-markup > dd > pre,
.tb5-markup > dd > ul,
.tb5-markup > dd > ol,
.tb5-markup > dd > dl,
.tb5-markup > dd > table,
.tb5-markup > dd > blockquote,
.tb5-markup > dd > blockquote >p{
margin:0;
}
.tb5-markup .tc-image{
width:16px;
}
</style>
<dt>
```
# mixed
#* lists
#;you
#:know
#>like so
```
</dt>
<dd>
# mixed
#* lists
#;you
#:know
#>like so
</dd>
\define renderfield(title)
<tr class="tc-view-field"><td class="tc-view-field-name">''$title$'':</td><td class="tc-view-field-value">//{{$:/language/Docs/ModuleTypes/$title$}}//</td></tr>
\end
<table class="tc-view-field-table"><tbody><$list filter="[moduletypes[]]"
variable="listItem"><$macrocall $name="renderfield" title=<<listItem>>/></$list>
</tbody></table>
<dt>
<pre>```
monospaced
codeblock
```</pre>
</dt>
<dd>
```
monospaced
codeblock
```
</dd>
A tip from [[PMario|https://groups.google.com/d/msg/tiddlywiki/jtx3_lyMlIo/YZz1Hn_HtkQJ]]...
* list <div class="optionalClass">
```
multiline
content
```
</div>
''Works in all of...''
# ordered
* unordered
;term
:definition
<dt>
```
*nest<div>
;via
:html
</div>
```
</dt>
<dd>
*nest <div>
;via
:html
</div>
</dd>
In [[this post|https://groups.google.com/d/msg/tiddlywiki/H_1eJrt0rYY/v-6edns7CtwJ]] [[Jeremy Ruston]] details how to create a button in the page-controls that allows you to create a new tiddler with a ~MarkDown content-type. Here are the steps...
# create: [[$:/.tb/ui/Buttons/new-markdown]] (or any name you want)
# tag: [[$:/tags/PageControls]]
# field ''caption'': `{{$:/core/images/new-button}} new markdown`
# field ''description'': `Create a new markdown tiddler`
# text:<div>
```
<$button tooltip="Create a new markdown tiddler" aria-label="new markdown tiddler" class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-new-tiddler" type="text/x-markdown"/>
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/new-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text">new markdown tiddler</span>
</$list>
</$button>
```
</div>
You can toggle the button visibility in ''Sidebar'' / ''Tools''...
A powerful form solution developed by [[Stephan Hradek]] published [[here|https://groups.google.com/d/msg/tiddlywiki/GHrWuZAQIN8/79cfSqJOtg4J]] allowing to create and modify tiddlers along with fields and tags on the fly using a form.
{{$:/forms/user}}
!!Code
[[$:/forms/user]]
<<wikitext-source "$:/forms/user">>
;tw on node.js
:http://tiddlywiki.com/#Node.js
:http://tiddlywiki.com/#TiddlyWiki%20on%20Node.js
;OS agnostic scripts for the rest of us
:[[instructions by PMario on a commit|https://github.com/Jermolene/TiddlyWiki5/pull/1003]]
In [[this dicussion|https://groups.google.com/d/msg/tiddlywiki/Wd-wxHv8Z5c/uETR3nIGeZ4J]], ''vpl'' asks how to have a button increment a counter, store it globally and set it for a new tiddler. So, this is what the below example does...
# the [[calc]] macro is used to determine and increment the value contained in the field ''counter'' as a <<tw TextReference>>, setting the result in a variable by that name
# the <<tw ButtonWidget>> fires the following actions when clicked
## the <<tw ActionSendMessageWidget>> creates a new tiddler for which the ''counter'' field is set to the incremented value
## finally, the ''counter'' field at this tiddler is set to the incremented value using the <<tw ActionSetFieldWidget>>
<$macrocall $name=`
text="""<$set name="counter" value=<<calc !!counter +1>>>
<$button>
<$action-sendmessage
$message="tm-new-tiddler"
title="New Counted Tiddler"
tags="Foo [[Bar Baz]] MumbleFrotz"
text=<<now "Today is DDth, MMM YYYY">>
counter=<<counter>>/>
<$action-setfield counter=<<counter>>/>
Click!
</$button>
</$set>
; counter current value
: {{!!counter}}
"""/>
\define pdf-url() http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
Below a slightly modified version of a solution posted [[here|https://groups.google.com/d/msg/tiddlywiki/FiyuMOEyrms/n20VyykENLIJ]] allowing you to open a pdf document at a given page in your browser.
!! Examples
1) To set the pdf document that you want to link, define ''pdf-url'' as a macro either globally or at the beginning of the current tiddler like so...
```
\define pdf-url() http://link.to/my.pdf
```
Then use the page macro to link to that page.
```
<<page-link 5>>
```
<<<
<<page-link 5>>
<<<
2) You can also specify the pdf ''url'' via the second macro parameter...
<$macrocall $name=` text=
"""<<page-link 2 "http://www.ohchr.org/EN/UDHR/Documents/UDHR_Translations/eng.pdf">>"""/>
''Note:'' For the macro to correcly evaluate the url parameter it must be enclosed in quotes, otherwise TiddlyWiki interprets it as you specifying a ''http'' parameter!
3) Last but not least, you can also use the $set widget, e.g.:
```
<$set name="pdf-url" value="http://www.gutenberg.org/files/11/11-pdf.pdf">
<<page 2>>
</$set>
```
<<<
<$set name="pdf-url" value="http://www.gutenberg.org/files/11/11-pdf.pdf">
<<page 2>>
</$set>
<<<
The macro used for the above is <<source $:/.tb/macros/pdf-page>>
!! More Examples
;by [[Jed Carty]]
:[[Make URL @ In My Socks|http://inmysocks.tiddlyspot.com/#Make%20url]]
:[[Concatenating Text To Make Dynamic URLs @ InMySocks|http://inmysocks.tiddlyspot.com/#Concatenating%20text%20to%20make%20dynamic%20URLs]]
This example shows how to list all tiddlers tagged ''Task'' that are not tagged ''Done'', thus open for any tiddler tagged ''Project''.
!!Example
Open the project [[GTD]] and take a look at the ''Open Project Tasks'' section at the bottom.
!!The Solution
This solution was implemented as explained in [[Conditional ViewTemplate Section]] using the following conditional template:
<<source $:/template/gtd-project-tasks>>
<dt>
```
# ordered
## list
```
</dt>
<dd>
# ordered
## list
</dd>
As [[Astrid Elocson]] points out [[here|https://groups.google.com/d/msg/tiddlywiki/nxd-Z4UzsJs/ZmLjysHc9f0J]], the item order of a topic in a table of contents is defined at the standard ''list'' field of the tiddler representing the parent topic in the toc.
As an example, take a look at the list field at http://tiddlywiki.com/#Reference.
<<tw ShadowTiddlers>> are tiddlers bundled in plugins, like the [[TiddlyWiki core|$:/core]] itself. They are restored to their original contents once you delete a version you edited.
To display the original contents of <<tw ShadowTiddlers>> that have been overwritten, use the <<tw TranscludeWidget>> along with the ''subtiddler'' attribute.
The below example outputs the original ''limit'' filter in [[$:/core]] which has otherwise been [[overwritten in this wiki|$:/core/modules/filters/limit.js]] (see [[filter: limit]]):
```
<$transclude tiddler="$:/core" subtiddler="$:/core/modules/filters/limit.js">
```
> <$transclude tiddler="$:/core" subtiddler="$:/core/modules/filters/limit.js">
!! The Problem
It can happen that the contents you put into a table are simply [[too wide for your tiddler|https://github.com/Jermolene/TiddlyWiki5/issues/1095#issuecomment-64700373]].
|looks|like|it's|way|too|http://tooooooooooooooooooooooooooooooooooooooooooooooooong.com|
What to do now? Here are two approaches to tackling that problem...
!! Horizontal Scrolling
Wrap your table in a div and set it's overflow-x property to auto.
<div style="overflow-x:auto;">
|looks|like|it's|way|too|http://tooooooooooooooooooooooooooooooooooooooooooooooooong.com|
</div>
```
<div style="overflow-x:auto;">
|looks|like|it's|way|too|http://tooooooooooooooooooooooooooooooooooooooooooooooooong.com|
</div>
```
!! Fixed Width
[[Danielo Rodríguez]] [[suggests|https://github.com/Jermolene/TiddlyWiki5/issues/1095#issuecomment-63561722]] to use some more elaborated css and a fixed table layout which — with the current wikitext markup for tables — will always put columns at equal width, no matter what the content:
@@.fix-table
|looks|like|it's|way|too|http://tooooooooooooooooooooooooooooooooooooooooooooooooong.com|
@@
```
@@.fix-table
|looks|like|it's|way|too|http://tooooooooooooooooooooooooooooooooooooooooooooooooong.com|
@@
```
!!Styles
For the fixed width solution [[put the required css directly wrapped in < style> tag|Core Images And Inline Stylesheets]] into the problematic tiddler or, better, make use of [[Custom Stylesheets]], e.g. <<source $:/styles/fixed-table>>
The ''overlay'' macro allows you to overlay or toggle content. As an example...
```
<<overlay
{{$:/.tb/examples/overlay!!what}}
{{$:/.tb/examples/overlay!!with}}
400px 40px overlay-example>>
```
<<<
<<overlay
{{$:/.tb/examples/overlay!!what}}
{{$:/.tb/examples/overlay!!with}}
400px 40px overlay-example>>
<<<
```
<<overlay
{{$:/core/images/storyview-classic}}
{{$$:/core/images/storyview-pop}}
32px 32px>>
```
<<<
<<overlay
{{$:/core/images/storyview-classic}}
{{$$:/core/images/storyview-pop}}
32px 32px>>
<<<
!!Installation
To use the ''ovleray'' macro in your tw5, drag this over: [[$:/.tb/macros/overlay]]
!! Parameters
The following parameters can be specified for the ''overlay'' macro:
|!#|!Parameter|!Description|!Required|
|1|''what'' |the initial content | X |
|2|''with'' |the content shown on-hover| X |
|3|''width'' |the width of the overlay box| X |
|4|''height'' |the height of the overlay box| X |
|5|''class''|an additional class assigned to the overlay box||
These css classes are defined by the overlay macro...
; `overlay`
: the class for the wrapper
; `overlay-what`
: the class for the initial content
; `overlay-with`
: the class for the overlayed content
!!The Macro
<<source [[$:/.tb/macros/overlay]]>>
!! The Example Tiddler
[[$:/.tb/examples/overlay]]:
; what
: {{$:/.tb/examples/overlay!!what}}
; with
: {{$:/.tb/examples/overlay!!with}}
; text
: abused for styles ;-){{$:/.tb/examples/overlay}}
<iframe width="560" height="315" src="http://www.youtube.com/embed/6ElUruH92tc" frameborder="0" allowfullscreen></iframe>
<dt>
```
...since
new paragraphs
need two linebreaks
in tw5
```
</dt>
<dd>
...since
new paragraphs
need two linebreaks
in tw5
</dd>
!!Parser Rule Configuration
```
\rules except bold
\rules only bold
```
!!Core Parser Rules
https://github.com/Jermolene/TiddlyWiki5/tree/master/core/modules/parsers/wikiparser/rules
!!List Rules In Console
```
Object.keys($tw.Wiki.parsers["text/vnd.tiddlywiki"].prototype.pragmaRuleClasses);
Object.keys($tw.Wiki.parsers["text/vnd.tiddlywiki"].prototype.blockRuleClasses);
Object.keys($tw.Wiki.parsers["text/vnd.tiddlywiki"].prototype.inlineRuleClasses);
```
As [[Stephan Hradek]] pointed out [[here|https://groups.google.com/d/msg/tiddlywiki/WbaJ826cpfA/Y7PBrWArtA0J]], you can use the [[$set|http://tiddlywiki.com/#SetWidget]] widget to declare [[variables|http://tiddlywiki.com/#Variables%20in%20WikiText]] which thus available to any contained widget, e.g. a [[$transclude|http://tiddlywiki.com/#TranscludeWidget]] widget...
```
<$set name="var1" value="val1">
<$set name="var2" value=<<currentTiddler>>>
{{foo||$:/template/example-variables}}
</$set>
</$set>
```
The variables `var1` and `var2` are now accessible in the ''template'' via `<<val1>>` and whatever the name of the tiddler embedding the set widget.
The above markup along with <<source $:/template/example-variables>>
renders as:
<blockquote>
<$set name="var1" value="val1">
<$set name="var2" value=<<currentTiddler>> >
{{foo||$:/template/example-variables}}
</$set>
</$set>
</blockquote>
also see: [[Variables In Nested Lists]]
; discussion
: https://groups.google.com/d/msg/tiddlywikidev/w0R1o32Do2I/gmLL_C57HcsJ
<$set name="remove" value="Plugin">
<<list-search
filter:"[tag[Plugin]sort[title]]"
search:search
state:"$:/temp/tb/list-plugins"
template:"$:/template/tagged-summary">>
</$set>
If you follow the above link, you get to an overview of currently available plugins for TiddlyWiki 5 as gathered by [[Jed Carty]] and [[introduced here|https://groups.google.com/d/msg/tiddlywiki/h1h4HSyAQzQ/veZNiELhUa4J]].
{{Plugin}}
<br>
Some [[information on plugins|http://tiddlywiki.com/#Plugins]] not included in the core but contained in the TiddlyWiki repository...
<<static Plugins 800px yes>>
As [[Danielo Rodríguez]] [[pointed out|https://groups.google.com/d/msg/tiddlywiki/zsXxL4t29HI/gBuDKIpItWMJ]], you may run into a problem where — when you render a table containing popups — the popups would open at the wrong position, so you may not even see them!
<table>
<tr><td>Click that button!</td><th>{{$:/template/test/more}}</th></tr>
</table>
To remedy this, apply use a custom stylesheet to apply `position:relative` to the table elements containing the popups, e.g.:
```
<style>.fix-popups th, .fix-popup td {position:relative;}</style>
<table class="fix-popups">
<tr><td>Click that button!</td><th>{{$:/core/ui/Buttons/more-tiddler-actions}}</th></tr>
<tr><td>{{$:/core/ui/Buttons/more-tiddler-actions}}</td><td>Clicked?</td></tr>
</table>
```
<style>.fix-popups th, .fix-popup td {position:relative;}</style>
<table class="fix-popups">
<tr><td>Click that button!</td><th>{{$:/core/ui/Buttons/more-tiddler-actions}}</th></tr>
</table>
A solution [[proposed|https://groups.google.com/d/msg/tiddlywiki/JLJ2weN08Ho/pFae2_hvukYJ]] by [[Stephan Hradek]] to prevent wikification of problematic content and render plain text instead.
''Note:'' In TWc this was achieved using `<nowiki>//foo</nowiki>` or `"""//foo"""`.
!!Problem
Imagine you wanted to display the literal text `//foo` without the code highlight as I just did, because we know that it would otherwise trigger everything to be italic.
!!Solution
Use a template like: <<source plain>>
!!Example
```
{{//foo/bar||plain}}
```
<<<
{{//foo/bar||plain}}
<<<
!! Alternative
Encode one of the offending charachters using the [[appropriate html entity|http://www.cheatography.com/davechild/cheat-sheets/html-character-entities/]], e.g.:
```
\\foo\bar
```
<<<
\\foo\bar
<<<
; \
: `\`
; `
: ```
; '
: `'`
Also see [[Hidden Templates]].
The tiddler [[Markup Reference]] holds a quick reference for most all TiddlyWiki markup.
Simply drag and drop the above link to your wiki to have it at hand.
Here's a more interactive version of it:
{{Markup}}
For practical examples, also see: [[Filter Syntax|http://tiddlywiki.com/prerelease/#Filter%20Syntax]]
!!@@float:right;text-align:right;color:blue; [[Customizations]] «@@
!!Main Resources
<dl>
<$list filter="[tag[Main]] +[sort[title]]">
<dt><$link>{{!!title}}</$link></dt>
<dd>{{!!url}}</dd>
<dd>{{!!summary}}</dd>
</$list>
</dl>
!! Community References
{{{ [tag[Reference]]}}}
<dl>
<<list-search
"[tag[Community]][tag[References]][tag[Tobias Beer]]-[tag[Personal]]+[sort[title]]"
"search:summary"
"$:/temp/tb/list-refernces"
"$:/.tb/templates/list-link-summary">>
</dl>
In a [[response to RickL|https://groups.google.com/d/msg/tiddlywiki/DO_ZEh4TEuY/kWwxIOq46_kJ]], here's how you can show related journal entries to any tiddler...
!! Install
Drag to you wiki: [[$:/.tb/ui/ViewTemplate/journal-entries]]
@@color:#f0f;The below section is rendered for any tiddler with Journal tiddlers tagging to it:@@
Before I show you the macro solution, know that — although easier to read and write — it is not actually needed, except maybe owed to the issue shown at the bottom.
To render a tag button, simply transclude the core template for tag-buttons...
<<` '{{||$:/core/ui/TagTemplate}} {{Welcome||$:/core/ui/TagTemplate}}'>>
Here's a little macro that gives you back the classic tag macro, which will also ship with 5.1.5, so at that point you could remove this version.
<$macrocall $name=`
text="""<<tag>> <<tag Welcome>>"""/>
Simply drag and drop these two into your wiki, the latter being a [[global macro|http://tiddlywiki.com/#Macros%20in%20WikiText]]:
<<source $:/.tb/templates/tag>>
<<source $:/.tb/macros/tag>>
!! Why the template?
The above template is needed to avoid this behaviour (see <<git5 issues/1086>>):
{{Click me!||$:/core/ui/TagTemplate}} {{Click me!||$:/core/ui/TagTemplate}}
From [[Preserving open tiddlers at startup|http://tiddlywiki.com/#Preserving%20open%20tiddlers%20at%20startup]]...
<<static Preserving%2520open%2520tiddlers%2520at%2520startup 340px>>
As [[BuggyJ]] points out [[here|https://groups.google.com/d/msg/tiddlywiki/nxd-Z4UzsJs/GtLiBV6nBl8J]], in [[TiddlyClip]] there is a tab in the sidebar called [[ControlToc|http://tiddlyclip.tiddlyspot.com/#ControlToc]] which implements [[$:/plugins/bj/taglist|http://tiddlyclip.tiddlyspot.com/#%24%3A%2Fplugins%2Fbj%2Ftaglist]].
It allows to reorder list items via drag and drop, even nested lists such as a [[table of contents|http://tiddlywiki.com/#TableOfContentsMacro]].
\replace /#\n[ \t]*/<br>/
Code: [[$:/parsers/skeeve/rules/replace.js]]
!!Example
```
\replace /#\n[ \t]*/<br>/
* line
* line#
continuation#
continuation
* line
```
''renders as:''
* line
* line#
continuation#
continuation
* line
''Note:'' this particular example can be achieved via [[Multiline Content In Lists]] without a need for using this plugin.
As [[Jeremy Ruston]] [[points out here|https://groups.google.com/d/msg/tiddlywiki/KGPqvYpJVH0/EPwmqzqfpAkJ]], to reuse macros you have at least two options...
# tag your macro tiddler [[$:/tags/Macro]]
# wrap your content using the <<tw ImportVariablesWidget>> and have it fetch the variables imported into your tiddler via its filter expression
#* this is precisely how global macros work as well, see [[$:/core/ui/PageTemplate]]
#* this is also helpful if you want to [[avail macros|https://github.com/Jermolene/TiddlyWiki5/issues/1472#issuecomment-73370791]] to <<tw WidgetMessage%3A%20tm-modal modals>>
<<static ImportVariablesWidget 800px yes>>
With [[version 5.1.5|http://tiddlywiki.com/prerelease/]] conditionally rendering content will be much simplified as it is no longer required for the reveal widget to match against the value stored in a state tiddler, but rather to compare against a default value.
This essentially allows to conditionally render contents by comparing evaluated parameters, variables or constants against one another.
!!Example
The below example will render the output when the day defined in the variable `day`, here examplarily set to `Saturday`, matches the current day...
```
<$set name="day" value="Wednesday">
<$reveal type="match" default=<<day>> text=<<dateTime "DDD">>>
Hooray, it's <<day>>!
</$reveal>
<$reveal type="nomatch" default=<<day>> text=<<dateTime "DDD">>>
Nope, it's <<dateTime "DDD">>, so not <<day>> just yet.
</$reveal>
</$set>
```
<<<
<$set name="day" value="Wednesday">
<$reveal type="match" default=<<day>> text=<<dateTime "DDD">>>
Hooray, it's <<day>>!
</$reveal>
<$reveal type="nomatch" default=<<day>> text=<<dateTime "DDD">>>
Nope, it's <<dateTime "DDD">>, so not <<day>> just yet.
</$reveal>
</$set>
<<<
With multiple users editing a wiki, it may be good practice to always force users to review and set their username first. As [[Stephan Hradek]] points out [[here|https://groups.google.com/d/msg/tiddlywiki/mip6gql_VVU/PCo1AxUEmU8J]], you can add a tiddler that allows editing the username in [[$:/ControlPanel]] / ''Info'' as the first default tiddler.
<<source UserName>>
<<<
{{UserName}}
<<<
!! Subtitle Message
On TiddlyDrive, [[Danielo Rodríguez]] implemented a message in [[$:/SiteSubtitle]] to show a more permanent reminder:
```
Signing as <$view tiddler="$:/status/UserName">
@@color:red;
''Anonymous''
@@
</$view>
```
<<<
Signing as <$view tiddler="$:/status/UserName">
@@color:red;
''Anonymous''
@@
</$view>
<<<
Which shows the following when no username is given...
> Signing as @@color:red;''Anonymous''@@
; Hangouts TiddlyWiki
: http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html
<<taggly>>
As ''Daniel Baird'' explains [[here|https://groups.google.com/d/msg/tiddlywiki/9G-t9m6N0XM/9ImE9JgYTx4J]], saving a TiddlySpot is easy.
You can use either of these methods...
;Download Link
:.no-before <div>
# create a link to your TiddlySpot
#* e.g. http://tb5.tiddlyspot.com
# right click
# save as
</div>
; Download URL
:.no-before <div>
# create a link to the ''download'' url
#* e.g. http://tb5.tiddlyspot.com/download
# click => opens new tab
#* the server's response tells your browser to save instead of opening it
</div>
Based on [[a solution from Metabele|http://gwiz.tiddlyspot.com/#Stories]], here's how you can save the currently displayed tiddlers as a story and reload that story at any given point later.
In the sidebar there's a non-standard tab called ''Stories''. There you can save the currently displayed tiddlers as a story, as well as select saved stories to either load or delete them, even create a note-tiddler corresponding to the title your snapshot.
The ''Stories'' tab is populated by the below template tiddler tagged [[$:/tags/SideBar]]. If you want it to be under ''More'' in your sidebar, remove this tag and add the tag [[$:/tags/MoreSideBar]].
To get this functionality, simply drag and drop the following link to your TiddlyWiki: <<source $:/.tb/ui/MoreSideBar/Stories>>
<<<
{{$:/.tb/wizards/replace-tag}}
<<<
Inspired by [[Jed Carty|https://groups.google.com/d/msg/tiddlywiki/eGvsXFm8zAk/2d05mC6bwQwJ]].
!! Installation
Drag to your wiki: [[$:/.tb/wizards/replace-tag]]
Inspired by a [[discussion with Mat|https://groups.google.com/d/msg/tiddlywiki/iNVgY_NdVTQ/25xJhGoCPvUJ]] on search and tags — based on the method explained at [[Custom Search Tab Exact]] — you can create a new search tab to list tiddlers with a ''keywords'' field matching the search term: [[$:/.tb/ui/SearchResults/keywords]].
It indexes both a custom `keywords` field as well as the core `tags` field. Try searching for `search` and switch to the ''Keywords'' tab in the results.
The keywords at this tiddler are listed at the very bottom using a [[Conditional ViewTemplate Section]], in this case <<source [[$:/.tb/ui/ViewTemplate/keywords]]>>
Notice how all tiddlers that are listed in the ''text'' of the tiddler [[$:/config/Hide/Keywords]] are excluded from showing the keywords, which are...
`{{$:/config/Hide/Keywords}}`
> {{$:/config/Hide/Keywords}}
As [[Jeremy Ruston]] explains [[here|https://groups.google.com/d/msg/tiddlywiki/MoS3fZxSl_w/MqtZMqftxQIJ]], you can query based on regular expressions fetching the term to be searched from the contents of a tiddler...
`<$list filter="[!is[system]tags[]regexp{$:/temp/search}]">`
You can also use variables:
```
\define search-string()
(?i)($(search-term)$)
\end
<$set name="search-term" value="searchme">
<$list filter="[!is[system]tags[]regexp<search-string>]"/>
</$set>
```
''Note:'' Be aware that any special regexp characters are used with their regexp meaning, so you need to escape `\!` them to use them literally.
!!Filter By Title Match
As [[steve point's out|https://groups.google.com/d/msg/tiddlywiki/2-N-MvE1aTA/jLvo87Ro5CwJ]], listing tiddlers containing a given string to be matched can be tricky.
The regexp filter — allowing you to search via regular expressions — comes to the rescue. Here some useful example filters, whereas `(?i)` asks for case-insensitivity...
<div class="tb-links">
;`[!is[system]regexp[(?i)^R]]`
:starts with R (<$count filter="[!is[system]regexp[(?i)^R]]"/> matches)
:<$list filter="[!is[system]regexp[(?i)^R]]"/>
;`[!is[system]regexp[(?i)R$]]`
:ends with R (<$count filter="[!is[system]regexp[(?i)R$]]"/> matches)
:<$list filter="[!is[system]regexp[(?i)R$]]"/>
;`[!is[system]regexp[(?i)R]limit[10]]`
:contains R — (<$count filter="[!is[system]regexp[(?i)R]limit[10]]"/> matches)
:<$list filter="[!is[system]regexp[(?i)R]limit[10]]"/>
;`[!is[system]regexp[(?i)R]] -[regexp[(?i)^R]] -[regexp[(?i)R$]]`
:contains R but does not start or end with R — (<$count filter="[!is[system]regexp[(?i)R]] -[regexp[(?i)^R]] -[regexp[(?i)R$]]"/> Matches)
:<$list filter="[!is[system]regexp[(?i)R]] -[regexp[(?i)^R]] -[regexp[(?i)R$]]"/>
</div>
The below is a modification of a [[a solution|https://groups.google.com/d/msg/tiddlywiki/w03HpUdfSIk/ZJAaEwyscV4J]] by [[Stephan Hradek]] that adds an additional tab to [[Advanced Search|$:/AdvancedSearch]] {{$:/core/ui/Buttons/advanced-search}} allowing you to search in field contents.
''Note:'' By default the `text` field, i.e. the tiddler body is excluded from search in fields. If you want to search only the `text` field you have to specifically select it.
!!Installation
Simply drag this tiddler into your TiddlyWiki:
* [[$:/.tb/ui/AdvancedSearch/Field]]
!!Preview
Try searching for `cont`...
<<<
{{$:/.tb/ui/AdvancedSearch/Field}}
<<<
With TiddlyWiki, paragraphs and thus lists are treated differently from TiddlyWiki classic.
''the problem''
//Notice how those lists — seemingly split in two — are merged into one.//
<<`
'* foo
* bar
* baz'>>
''perhaps the simplest solution''
//An empty blockquote doesn't render anything visually and breaks the lists.//
<<`
'* foo
* bar
>
* baz'>>
''visually separated''
//Using a horizontal rule, the lists are visually clearly separated.//
<<`
'* foo
* bar
<hr>
* baz'>>
//or...//
<<`
'* foo
* bar
----
* baz'>>
''some html''
//Alternatively, use an empty html element, like `<i/>`, `<b/>`, etc... followed by a linebreak.//
<<`
'* foo
* bar
<b/>
* baz'>>
@@background-color:#fee;padding:14px;border-radius:7px;
Setting a custom field of one of the <<tw SystemFields>> will overwrite a <<tw ShadowTiddler>> provided by the core or a plugin. This will prevent you from getting updates on this component if you upgrade your TiddlyWiki or plugin. Should you notice that some future functionality is missing from your overwritten component, simply delete your customization and create it anew.
@@
If you find your timeline, i.e. the ''recent'' tab, to become too long for your tastes...
# open [[$:/core/ui/SideBar/Recent]]
# copy the contents
# add a `limit="20"` parameter to the timeline `$macrocall`
# add a link to a [[full timeline|Timeline]] at the bottom to access the full list
# paste the original contents from [[$:/core/ui/SideBar/Recent]]
;WIP for MGSD5?
:http://mptw.tiddlyspot.com/mptw5wip.html
A simple quiz solution from [[Stephan Hradek]] at [[TW5Magick|http://tw5magick.tiddlyspot.com]] using [[css classes|http://tiddlywiki.com/#Styles%20and%20Classes%20in%20WikiText]] to reveal the answer on mouseover.
```
@@.Q
the question
@@
@@.A
the answer
@@
```
''renders as:''
@@.Q
the question
@@
@@.A
the answer
@@
<br>
For the css, see <<source [[$:/styles/quiz]]>>
Here is a simple tasklist:
{{$:/template/tasklist-simple}}
<br><br>
Also see [[Tiddlers By Due Date]], the above lists were rendered by transcluding:
<<source $:/template/tasklist-simple>>
As [[Mario|Mario Pietsch]] explains [[here|https://github.com/Jermolene/TiddlyWiki5/issues/1081#issuecomment-67733908]], you can easily change your configuration to have TiddlyWiki work in a one-tiddler-at-a-time-mode.
Simply go to the [[control panel|$:/ControlPanel]] {{$:/core/ui/Buttons/control-panel}} and...
# set ''Appearance'' / ''Story View'' to `zoomin`
# set ''Info'' / ''Animation Duration'' to `0`
Now, tiddlers will open one by one as if you were on a more classic website. Once you close a tiddler, the previously viewed tiddler opens.
\define slider-label(prefix,suffix)
$prefix$$(currentTiddler)$$suffix$
\end
\define slide-tiddler-tooltip()
show/hide tiddler $(currentTiddler)$
\end
\define slide-tiddler-qualify(example)
$:/state/slide-tiddler-$example$$(qualified)$
\end
\define slide-tiddler(label,content,tooltip,state,label-hide)
<<slider
label:"$label$"
content:"""$content$"""
tooltip:"$tooltip$"
state:"$state$"
label-hide:"$label-hide$"
>>
\end
; implements...
: [[$:/.tb/macros/slider]]
!! Plain Sliders
<$list filter="[list[Welcome]]">
<$set name=qualified value=<<qualify $(currentTiddler)$>>>
<$macrocall
$name=slide-tiddler
label=<<slider-label>>
content="!!text"
tooltip=<<slide-tiddler-tooltip>>
state=<<slide-tiddler-qualify PS>>
/>
</$set>
</$list>
!! Sliders With Prefix
<$list filter="[list[Welcome]]">
<$set name= qualified value=<<qualify $(currentTiddler)$>>>
<$macrocall
$name=slide-tiddler
label=<<slider-label "+ ">>
content="!!text"
tooltip=<<slide-tiddler-tooltip>>
state=<<slide-tiddler-qualify SWP>>
label-hide=<<slider-label "- ">>
/>
</$set>
</$list>
!! Sliders With Suffix
<$list filter="[list[Welcome]]">
<$set name= qualified value=<<qualify $(currentTiddler)$>>>
<$macrocall
$name=slide-tiddler
label=<<slider-label "" " >">>
content="!!text"
tooltip=<<slide-tiddler-tooltip>>
state=<<slide-tiddler-qualify SWS>>
label-hide=<<slider-label "" " <">>
/>
</$set>
</$list>
!! Sliders With Prefix And Suffix
<$list filter="[list[Welcome]]">
<$set name= qualified value=<<qualify $(currentTiddler)$>>>
<$macrocall
$name=slide-tiddler
label=<<slider-label "" " >">>
content="!!text"
tooltip=<<slide-tiddler-tooltip>>
state=<<slide-tiddler-qualify SWPAS>>
label-hide=<<slider-label "< ">>
/>
</$set>
</$list>
!! Sliders With Images
<$list filter="[list[Welcome]]">
<$set name= qualified value=<<qualify $(currentTiddler)$>>>
<$macrocall
$name=slide-tiddler
label=<<slider-label "" " {{$:/core/images/chevron-right}}">>
content="!!text"
tooltip=<<slide-tiddler-tooltip>>
state=<<slide-tiddler-qualify SWI>>
label-hide=<<slider-label "" " {{$:/core/images/chevron-down}}">>
/>
</$set>
</$list>
\define slider-label(prefix,suffix)
$prefix$<$text text="$(currentTiddler)$"/>$suffix$
\end
@@color:purple;
> ''Note:'' While working, there is a problem using anything complicated as the button text, e.g. a ~CamelCase tiddler title with an image. The button will either render it as an internal-link and open the tiddler as well as the slider or simply look like spaghetti html, see last example.
@@
The ''slider'' macro displays a button which when clicked reveals content and hides it upon a second click, thus toggling the slider contents.
! Parameters
|!# |!Name |!Description |!Default |
|1 |label |the text label of the slider button| |
|2 |content |the content to be shown as a TextReference | |
|3 |state |a state tiddler storing the open/ close state of the slider | |
|4 |tooltip |a tooltup for the slider button shown when hovering it with a mouse-pointer | |
|5 |label-hide |a label shown when closing the tiddler, if none specified always shows the label| |
|6 |animate |whether to animate opening and closing the contents|`yes` |
|7 |class |a css class assigned to the slider contents| |
|8 |btn-class |a css class assigned to the button, by default shows the slider button as if an internal link|`tc-btn-invisible tc-tiddlylink` |
|9 |element |the html element type of the slider contents<br>use `span` to create an inline slider|`div` |
|10 |plain |when specified, e.g. as `plain=true`, renders the content specified in ''content'' directly instead of fetching a text-reference| |
! Examples
The following example creates a slider for the [[Welcome]] tiddler...
<$macrocall $name=`
text="""<<slider show Welcome "$:/state/slider/Welcome" label-hide:hide>>"""/>
The next example shows custom content inline using an italics element...
<$macrocall $name=`
text="""<<slider show "this text" "$:/state/slider/ItalicText" label-hide:hide element:i plain:true>>"""/>
The next example implements custom arrows with a helper macro thus requiring to use the macrocall widget, wrapped using the TiddlerWidget to set a different context.
```
\define slider-label(prefix,suffix)
$prefix$<$text text="$(currentTiddler)$"/>$suffix$
\end
```
<$macrocall $name=`
text="""<$tiddler tiddler="GettingStarted">
<$macrocall
$name="slider"
label=<<slider-label "" " {{$:/core/images/chevron-right}}">>
content="!!text"
state="$:/state/slider/GettingStartedPrefixes"
label-hide=<<slider-label "" " {{$:/core/images/chevron-down}}">>
/>
</$tiddler>"""/>
<div class="tb-taglist">
<<list-search
"[tag[Solutions]tags[]sort[title]!is[system]] -[tag[Community]] -[tag[Main]] -[tag[Welcome]] -Task -picture "
search
"$:/temp/tb/solutions"
"$:/.tb/templates/solution-tags"
"Filter both lists...">>
</div>
!!Latest Solutions
<div class="solutions">
<$set name="remove" value="Solutions">
<<list-search
"[tag[Solutions]!sort[created]]"
"search"
"$:/temp/tb/solutions"
"$:/template/tagged-timeline"
limit:20>>
</$set>
</div>
!! [[All Solutions...|All Solutions]]
<style>
.solutions input {
display:none;
}
</style>
A worklflow [[proposed by Alex Hough|https://groups.google.com/forum/#!topic/tiddlywiki/Xz2lSXXy0iU]]...
Here's how you can split long content while editing...
# remove relevant textbits from the editor and put it in the new tiddler
# enable the preview pane
# create link
# click link in preview to create new tiddler
# paste textbits into new tiddler
''Tip:'' turn comma separated lists in the text into bullet points.
Do you prefer for tabs, sliders, inputs fields to be loaded with their defaults on startup rather than their current state be persisted upon saving?
[[In this comment|https://github.com/Jermolene/TiddlyWiki5/issues/1199#issuecomment-65830444]] [[Jeremy|Jeremy Ruston]] explains how to not have [[states|http://tiddlywiki.com/#StateMechanism]] or other temporary tiddlers put under `$:/temp/` persisted when saving Tiddlywiki.
To override which tiddlers are saved when you hit the save button {{$:/core/ui/Buttons/save-wiki}}, you can specify a template to be used in...
;[[$:/config/SaveWikiButton/Template]]
:{{$:/config/SaveWikiButton/Template}}
@@.warn ''Caution:'' Defining the wrong save-filter may have you unknowingly lose data!@@
Here is the template I am using to discard any states or temporary tiddlers:
<<source $:/.tb/templates/tw-save>>
The core default save template is...
<<source $:/core/save/all>>
As [[decribed on tiddlywiki.com|http://tiddlywiki.com/#Saving%20on%20a%20PHP%20Server]] it is easy to run TiddlyWiki as your own website while editing and saving entirely online without a need for [[an offline ftp client|https://filezilla-project.org]], using a script that enabled users for a long time to upload [[TiddlyWiki classic|http://classic.tiddlywiki.com/]] to any php-powered server.
All you need to do is...
# download [[store.php|https://code.google.com/p/bidix/source/browse/trunk/TiddlyWiki/contributors/BidiX/serversides/UploadService/store.php?r=140]]
# edit the file in a text editor, adding the desired usernames and passwords
# upload it via an [[some ftp client|https://filezilla-project.org]] or your hoster's web interface to your php-server
# open the ''Saving'' tab of TiddlyWiki's [[control panel|$:/ControlPanel]] and enter:
#; Server URL
#: http://your.domain.com/folder/store.php
#; Wiki Name
#: a valid username as specified in 2.
#; Password
#: the password for that user
Optionally, you can specify further upload settings differing from the defaults:
; Upload Filename
: the filename used to save the TiddlyWiki, default: ''index.html''
; Upload Directory
: the relative path from ''store.php'' to the directory used for saving the file
; Backup Directory
: the relative path from ''store.php'' to the directory used for backups
To provide this capability for a number of folders, simply repeat the above steps.
''Note:'' With passwords stored in plain-text, be sure to be the only one with access to it.
!! Access Rights
Adequate access rights for store.php are `744`...
<<ximg storephp-permissions.gif "744 for store.php">>
!! [[Raspberry Pi|http://www.raspberrypi.org/]]
[[Here are some Instructables|http://www.instructables.com/id/TiddlyWiki-5-on-Raspberry-Pi-Server-in-15-minutes]] on how to get all of this running on this micro-multi-talent.
!!GitHub Pages
If you want to use TiddlyWiki alongside your TiddlyWiki related GitHub Projects or any other project, you can use [[GitHub Pages|https://pages.github.com]].
;GitHub
:<<git5 issues/1290>>
;classic
:http://opentopplugin.tiddlyspace.com
<dt>
```
~~strikethrough~~
```
</dt>
<dd>~~strikethrough~~</dd>
<dt>
```
@@color:red;
;css styles
:apply directly like this
@@
@@color:red;or this@@
```
</dt>
<dd>
@@color:red;
;css styles
:apply directly like this
@@
@@color:red;or this@@
</dd>
<dt>
```
sub,,script,,
```
</dt>
<dd>sub,,script,,</dd>
<dt>
```
super^^script^^
```
</dt>
<dd>super^^script^^</dd>
Use add directly or use [[Typed Blocks]]...
{{$:/.tb/demo/svg-circle}}
via <<source "$:/.tb/demo/svg-circle">>
Here's an easy way [[by Jon|https://groups.google.com/d/msg/tiddlywiki/xMpBnEPRZKU/j2mXWkkEYzQJ]] to create clickable links in svg images within SVG-Edit:
* create and select an element
* click the toolbar button ''make hyperlink''
* enter an anchor link to a tiddler, e.g. `#Welcome`
* click the toolbar button to show the svg source
* copy and paste the svg code into a tiddler
* click on the element for which you set the link and [[Welcome]] will open
<iframe src="http://svg-edit.googlecode.com/svn/branches/stable/editor/svg-editor.html" style="width:100%;height:550px;border:0"/>
To create a custom table of contents with an expandable menu...
# create the toc using [[TableOfContentsMacro|http://tiddlywiki.com/#TableOfContentsMacro]]
# tag your toc tiddler `$:/tags/SideBar`
# give it a `caption` field if you want the tab to display a different title than that of the toc tiddler ([[example|http://tiddlywiki.com/#TableOfContents]])
<<ximg toc.jpg tooltip:"example toc from tiddlywiki.com" class:"pretty">>
example toc from [[tiddlywiki.com|http://tiddlywiki.com/#TableOfContents]]
<dt style="font-size:80%;">
```
| !Header | !Header | Mhhh ?!? |
|^NE |^ N |^ NW|
|W | ✦ | E|
|,SW |, S |, SE|
|merge|left|<|
|and|now| vertical |
|>| right|~|
```
</dt>
<dd style="font-size:80%;">
| !Header | !Header | Mhhh ?!? |
|^NW |^ @@padding:0 7px 14px 7px;display:block; N@@ |^ NE|
|W | ✦ | @@padding:7px 0;display:block; E@@|
|,SW |, @@padding:14px 7px 0 7px;display:block; S@@ |, SE|
|merge|left|<|
|and|now| vertical |
|>| right|~|
</dd>
If you are wishing to use borderless tables [[like Diane|https://groups.google.com/d/msg/tiddlywiki/lPvh5gcea70/JHWgVmIvHdIJ]], here's what you do:
Add the following styles to one of your [[Custom Stylesheets]]...
```
.no-border,
.no-border th,
.no-border tr,
.no-border td{
border:0;
}
```
Then assign the css class `no-border` using [[css-class-wrappers]] like so:
<<`
'@@.no-border
|!border|less|
@@'>>
or so...
<<`
'<table class="no-border">
<tr><th>border</th><td>less</td></tr>
</table>'>>
; basic idea based on
: http://tagfiltr.tiddlyspace.com
: http://tagsplorermacro.tiddlyspace.com
[[$:/.tb/macros/tagging]] provides a global macro implementing the classic `<<tagging>>` macro, allowing you to both, get the tagging tiddlers for the current tiddler or another tiddler.
!!Parameters
These parameters can be specified for the tagging macro:
|!#|!Parameter|!Description|!Default|
|1|''title'' |a tiddler for which to list tagging tiddlers |`<<currentTiddler>>`|
|2|''state'' |a text reference to store a state to enable list-search...<br>» requires [[list-search]]<br>» requires the title to be specifically declared!| |
|3|''template'' |an item template used to render the tagging tiddlers |[[$:/core/ui/ListItemTemplate]]|
!!Examples
<$macrocall $name=`
text="""<<tagging>>"""/>
<$macrocall $name=`
text="""<<tagging Welcome>>"""/>
The tagging macro can be used in combination with [[list-search]] (install separately!):
<$macrocall $name=`
text="""<<tagging Welcome"$:/temp/tagging-example">>"""/>
<$macrocall $name=`
text="""<<tagging "Ton Gerner" template:"$:/.tb/templates/list-link-summary">>"""/>
The macro source is <<source "$:/.tb/macros/tagging">>
This tiddler documents the [[<<taggly>> macro|Taggly Tagging For TW5]].
; `<<taggly>>`
: get the tagging tree for the current tiddler, e.g. Developer
; `<<taggly "[Foo Bar]">>`
: get tagging tree for ''Foo Bar'' (single brackets!)
; `<<taggly "tag[Bar]">>`
: get tagging tree for all tiddlers tagged ''Bar''
!! Parameters
The taggly macro allows you to specify the following parameters...
|!# |!Parameter |!Description |!Default |
|1 |''subfilter'' |a subfilter working as a selector defining the tag(s) from which to build the tree|`all[current]`|
|2 |''template'' |the recursive template used to traverse the tagging tree and render the items|[[$:/.tb/ui/ViewTemplate/tagging-sublist]]|
!! Example
<$macrocall $name=`
text="""<<taggly "list[GettingStarted]">>"""/>
Ever wanted [[those MPTW tag hierarchies|http://mptw.tiddlyspot.com/#TagglyTagging]] back? Yes, we have an awesome [[table of contents|http://tiddlywiki.com/#TableOfContentsMacro]] now, but what if you just wanted a simple tagging tree, e.g. displayed for all tags that are used as such but which are still missing tiddlers?
Inspired from a first draft of [[MPTW for Tiddlywiki 5|http://mptw.tiddlyspot.com/mptw5wip.html]] and using [[conditional view-template voodoo|Conditional ViewTemplate Section]], here's how you can show a basic taggly-tagging-style tagging tree for all missing tiddlers ...and also also existing tiddlers with a tiny modification to [[the source|$:/.tb/ui/ViewTemplate/tagging]].
Import the following tiddlers into your Tiddlywiki (source code shown at the bottom):
; [[$:/.tb/macros/taggly]]
: {{$:/.tb/macros/taggly!!summary}}
: use the `<<taggly>>` macro in a tiddler to get its tagging tree, e.g. [[Developer]]
: `<<taggly "[Foo Bar]">>` for the tagging tree of ''Foo Bar'' — single brackets!
; [[$:/.tb/ui/ViewTemplate/tagging-sublist]]
: {{$:/.tb/ui/ViewTemplate/tagging-sublist!!summary}}
; [[$:/.tb/ui/ViewTemplate/tagging]]
: optional, {{$:/.tb/ui/ViewTemplate/tagging!!summary}}
: renders an automagically generated tagging tree for missing tiddlers, e.g. [[Macros|$:/tags/Macro]]
!! Customization
Edit the template to either change the styles (which you can also override using your own [[Custom Stylesheets]] or show the tagging tree at the bottom of all tiddlers and not just missing ones, removing the `subfilter` parameter from the taggly macro call in:
<<source [[$:/.tb/ui/ViewTemplate/tagging]]>>
Here's the recursion template <<source [[$:/.tb/ui/ViewTemplate/tagging-sublist]]>>
And the macro <<source [[$:/.tb/macros/taggly]]>>
The ''tagline'' macro allows you to render a random tagline for TiddlyWiki.
!! Examples
{{$:/.tb/macros/tagline}}
!! Installation
Drag and drop the following tiddlers to your wiki...
; [[$:/.tb/macros/tagline]]
: the macro
; [[$:/.tb/macros/tagline/data]]
: the taglines and configuration fields `prefix` & `suffix`
; [[$:/plugins/tobibeer/letfilter/let.js]]
: the [[let]] filter implementing `[let:RANDOM[]]`
!! Currently Defined Taglines
<$tiddler tiddler="$:/.tb/macros/tagline/data">
<pre><$view text/></pre>
''prefix''<br>
<pre><$view field=prefix/></pre>
''suffix''<br>
<pre><$view field=suffix/></pre>
</$tiddler>
!!Macro Source
<<source [[$:/.tb/macros/tagline]]>>
Tags are one of the most important features in tw. At the moment they are already somewhat hidden under the more tab. If you want them to be more prominent, here's one way to make tags a main tab in the sidebar...
# open [[$:/core/ui/MoreSideBar/Tags]]
# remove tag [[$:/tags/MoreSideBar]]
# add tag [[$:/tags/SideBar]]
# add field `list-after`, e.g. with `$:/core/ui/SideBar/Recent`
# optionally remove this code to remove the [[$:/TagManager]]
#* add to a tiddler of your liking: <<source $:/config/TagManager>>
The concept of ''tags'' is fundamental to working with TiddlyWiki, like the title of a tiddler being its unique identifier.
Tags provide a means to categorize and structure tiddlers. Sometimes they even have functional implications, like <<tw SystemTags>>. The [[TagManager|$:/TagManager]] gives you a list of all current tags and allows you to set colors and icons for them.
The most important aspect about tags is that they establish a ''parent-child-relation''. Semantically speaking, each tiddler having a tag is a child to the tag, like a book to an author, a car to an owner, or a property to an object, etc...
For answering //"How to tag this tiddler?"//, consider the answer to //"How do I relate this tiddler to other tiddlers?"//. Be clear about what's a parent, what's a child, what's content, and what's a property (field)...
; apply a tag
: for everything that is a worthy parent category
:: with likely more than one other tiddler tagging to it
:: the tag itself at some point serving as an index to quickly navigate to its children
; use links in the text
: for everything in need of mentioning and cross referencing contextually
:: not in the sense of a categorization, but as a textual reference
; make it a tag
: when too much content explodes this tiddler and begs you to extract sections into their own little tiddlers...
:: either use the {{$:/core/ui/Buttons/new-here}} ''new-here'' button to create a child tiddler, tagging to this one
:: or use internal links to refer back and forth between the tiddlers as appropriate
!! Conclusion
Use a tags to refer to a category or parent. Use ''new here'' to make it a tag, when you wish to relate to a child. Otherwise use internal links to create references.
~
!! Tag Filters
Some important filters for using tags...
; <<tw "FilterOperator: tag" tag>>
: `[tag[SomeTag]]`
: returns all tiddlers from the current list that have the tag specified in the operand
; <<tw "FilterOperator: tags" tags>>
: `[[SomeTiddler]tags[]]`
: returns all the tags present on the tiddlers in the current list
; <<tw "FilterOperator: tagging" tagging>>
: `[[SomeTiddler]tagging[]]`
: returns all tiddlers tagged by the tiddlers in the current list
; <<tw "FilterOperator: untagged" untagged>>
: `[untagged[]]`
: selects from the current list any tiddlers without any tags
; <a href={{filters!!url}} target="_blank">filters</a>
: {{filters!!summary}}
~
!! Documentation On TiddlyWiki.com
<<static Tagging height:600px scrolling:yes>>
;The below table...
: gathers all tiddlers tagged ''Task''
: grouped by whether or not the ''Done'' tag is assigned as well
: displays a checkbox to mark ''Task'' tiddlers ''Done'' or to reopen them
: displays additional tags of ''Task'' tiddlers
<br>
{{$:/template/tasklist-tags}}
<br><br>
rendered by transcluding:
<<source $:/template/tasklist-tags>>
also using these two templates for the table rows, which are needed to avoid state-collisions, i.e. same tag pills opening up at once...
[[$:/template/tasklist-tags/open]] and here's a preview of <<source [[$:/template/tasklist-tags/closed]]>>
It's really trivial and so powerful, indeed.
Ever wanted to just test something but not screw up your wiki?
Simply go to http://tiddlywiki.com and work your magic over there!
Unless you need to reload the page, e.g. by installing a plugin, you can pretty much experiment on a whole range of things with live content, e.g. drag your test content to it and test editing over there to your heart's content.
Are you happy with the results? Well, then grab that link and pull it back to your TiddlyWiki.
When was the last time you visited a website that allowed you to do just that?!
Find something to be off? Then check out this [[simple documentation workflow|Documentation]] on how easy it is to make things better for the rest of us.
The ''text'' macro provides a most simple macro to output colored text...
```
<<text red "Warning!">>
```
> <<text red "Warning!">>
...as a more readable variant compared to standard [[styled-wrappers]]...
```
@@color:red;Warning!@@
```
> @@color:red;Warning!@@
''Drawback:'' You can't call other macros like so...
```
@@color:green;float:right;''<<version>>''@@
```
@@color:green;float:right;''<<version>>''@@
So, learning a bit of [[wikitext markup|Markup]] may be that better choice.
!! Installation
Drag to your wiki: <<source [[$:/.tb/macros/text]]>>
Here's [[an experiment by BuggyJ|http://xlink.tiddlyspot.com/#Making%20curved%20text%20with%20inline%20SVG]] showing how to render text on a svg vector graphic.
<div class="text-on-path">
<$edit-text tiddler="$:/temp/tb/text-on-path" tag="input" placeholder="Enter some text..." default=""/>
<$macrocall $name="textOnPath" text={{$:/temp/tb/text-on-path}}/>
</div>
rendered via:
```
<$edit-text tiddler="$:/.tb/example/text-on-path" tag="input" placeholder="Enter some text..." default=""/>
<$macrocall $name="textOnPath" text={{$:/temp/tb/text-on-path}}/>
```
<style>
.text-on-path input {
width:100%;
display:block;
}
</style>
Here's the source of the tiddler defining the textOnPath macro which renders the svg with a path overlay <<source $:/.tb/macros/example-svg-text-on-path>>
The Third Flow plugin brings to you another way to develop customizations for TiddlyWiki 5. It is not enforcing a specific development flow, it simply tries to help you. Otherwise, it tries to stay out of your way.
----
You can develop your plugin directly from within your browser. A server-based TiddlyWiki instance running on Node.js ensures that all your source tiddlers are neatly stored in a clean and hierarchically organized folder structure.
Source code management is done as usual using your favorite source code management tool, such as git and others. As the Third Flow plugin structures your tiddler source files you get a well-organized repository structure at no price.
For packaging your plugin you finally simply run a shell script which packs the plugin tiddler and saves it to disk. Additionally, a demonstration TiddlyWiki is also created that guides your future plugin users through the process of deploying your new plugin.
;test drive
:http://thediveo.github.io/ThirdFlow/output/thirdflow.html
Following [[these instructions|http://codepen.io/eode9/pen/twkKm]], here's how you can show a ribbon at each tiddler using a [[Conditional ViewTemplate Section]] and some css.
; the ribbon
: [[$:/.tb/ui/ViewTemplate/ribbon]]
; the styles
: [[$:/.tb/styles/ribbon]]
For the ribbon to not show as an overlay, but cut-off, this tiddler is also tagged {{ribbon||$:/core/ui/TagTemplate}}. This tag is hidden in view-mode via [[Hide Tag Buttons]]. However, this brings the problem that popups will be cut-off (<<git5 issues/1102>>). Try clicking the above tag button.
''Note'': For small screen widths the ribbon is shown as a bottom bar.
Here's a basic workflow as [[proposed by Jeffrey Kishner|http://blog.jeffreykishner.com/2014/01/17/a-tiddlywiki-filter-to-list-due-dates.html]] to assign due dates to tiddlers and list them accordingly.
!!Setting Due Dates
Add the field ''due'' to any desired tiddler and set the value using `YYYY-0MM-0DD` format, e.g. `2014-01-01`.
!! Listing Due Tiddlers
<table>
<tr><th>Due</th><th>Tiddler</th></tr>
<$list filter="[has[due]!tag[Done]sort[due]]">
<tr>
<td><$view field="due"/></td>
<td>
<$checkbox tag="Done">
<$link to={{!!title}}><$view field="title"/></$link>
</$checkbox>
</td>
</tr>
</$list>
</table>
rendered via :
```
<table>
<tr><th>Due</th><th>Tiddler</th></tr>
<$list filter="[has[due]!tag[done]sort[due]]">
<tr>
<td><$view field="due"/></td>
<td>
<$checkbox tag="done">
<$link to={{!!title}}><$view field="title"/></$link>
</$checkbox>
</td>
</tr>
</$list>
</table>
```
; GitHub
: https://github.com/danielo515/TiddlyDrive
Links: [[GitHub|https://github.com/felixhayashi/TW5-TiddlyMap]] / [[help|http://felixhayashi.github.io/TW5-TiddlyMap/index.html#%24%3A%2Fplugins%2Ffelixhayashi%2Ftiddlymap%2Fdocs%2Fhelp]]
/ [[readme|http://felixhayashi.github.io/TW5-TiddlyMap/index.html#%24%3A%2Fplugins%2Ffelixhayashi%2Ftiddlymap%2Fdocs%2Freadme]]
/ [[The Big Picture|http://felixhayashi.github.io/TW5-TiddlyMap/index.html#TiddlyMap%20-%20The%20Big%20Picture]]
<<ximg tiddlymap.gif TiddlyMap class:"pretty">>
The workflow to host any tw5 on TiddlySpot couldn't be much simpler:
In fact, you can upload ''__any__'' tw5 to your TiddlySpot Site ID, simply by entering the correct Site ID and password into [[ControlPanel|$:/ControlPanel]]: ''Done!''
If you neither have a TiddlyWiki or TiddlySpot yet, here's a simple process to do to get both up and running (only works in Chrome or Safari, not Firefox or IE).
# create [[new TiddlySpot|http://tiddlyspot.com]]
#* flavour doesn't matter, just remember the ''Site ID''
#* keep that window open
# [[download|http://tiddlywiki.com/#GettingStarted]] or simply [[open an empty TiddlyWiki|http://tiddlywiki.com/empty.html]]
# set your basics in [[ControlPanel|$:/ControlPanel]] to your liking ...I most always do:
#*''Info:'' Title, Subtitle, Username, animation = 0
#* ''Settings:'' autosave "off", "include target URL", "update history"
# under [[ControlPanel / Saving|$:/ControlPanel]] enter TiddlySpot credentials
#* simply enter TiddlySpot password and ''Wiki Name'' as TiddlySpot site ID
# click save {{$:/core/ui/Buttons/save-wiki}}
#* open or reload that TiddlySpot window
# Enjoy!
!!Related articles
<<taggly>>
; official
:http://tiddlywiki.com/dev
; update by Nicholas Spies
: https://github.com/nicholas-spies/TW_Doc_for_Dev
<$macrocall $name="timeline" format={{$:/language/RecentChanges/DateFormat}}/>
<dl>
<<list-search
"[all[current]tagging[]sort[title]]"
"search"
"$:/temp/list-search-my-stuff"
"$:/.tb/templates/list-search-me">>
</dl>
\define regexp-headings() (^!+.*)(?gmi)
<div class="tidtoc tc-tiddler-frame">
<$list filter="[all[current]match:text<regexp-headings>]">
{{!!title}}
</$list>
<style>
.tidtoc {
display:inline-block;
width:auto;
padding:10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
}
.tidtoc h1,
.tidtoc h2,
.tidtoc h3,
.tidtoc h4,
.tidtoc h5,
.tidtoc h6 {
font-size:100%;
margin:0;
}
.tidtoc h1 {
font-weight: bold;
}
.tidtoc h2 {
text-indent: 15px;
}
.tidtoc h3 {
text-indent: 30px;
}
.tidtoc h4 {
text-indent: 45px;
}
.tidtoc h5 {
text-indent: 60px;
}
.tidtoc h6 {
text-indent: 75px;
}
.float-right{
float:right;
text-align:right;
}
</style>
Based on [[a solution posted|https://groups.google.com/d/msg/tiddlywiki/zB40PBIDkBE/d-OOeImmzk0J]] by [[Stephan Hradek]], here's a way to have a link to toggle contents rendered someplace else using two macros...
; toggle
: toggles a state via clicking a button
; show
: displays content from any [[text-reference|http://tiddlywiki.com/#TextReference]] based on a state
```
This <<toggle toggle-example link>> reveals contents at some other place. Some more text and now the hidden content...
<<show toggle-example "{{!!content}}">>
<<toggle toggle-example Link>> clicked?
```
<<<
This <<toggle toggle-example link>> reveals contents at some other place. Some more text and now the hidden content...
<<show toggle-example "{{!!content}}">>
<<toggle toggle-example Link>> clicked?
<<<
!! Macro Parameters
|!#|!Parameter|!Description|!Default|
|>|>|>|!toggle|
|1|state|a text-reference for storing the toggle state|your value will be prefixed `$:/state/`|
|2|label|a label for the link||
|3|class|css classes for the button|`tc-btn-invisible tc-btn-link`<br>and when shown:<br>`tc-btn-link-show`<br>when hidden:<br>`tc-btn-link-hide`|
|>|>|>|!show|
|1|state|the text-reference where clicking the link stored the state|your value will be prefixed `$:/state/`|
|2|text|the transcluded text<br>displayed when state is non-empty||
Here's the global macro tagged [[$:/tags/Macro]] used to produce the effect...
<<source $:/.tb/macros/toggle-content>>
This wiki implements a top-menu which renders the main topics as icon-links. Below the steps I took to achieve it.
!! Step 1 — menu tiddler
Create a tiddler tagged [[$:/tags/TopLeftBar]] which will render it into the predefined placeholder.
Here it is [[$:/.tb/ui/TopLeftBar]], which also holds the logic to auto-generate the menu, so import that or copy its contents into your new menu-tiddler.
!! Step 2 — menu items
This wiki uses the tiddler [[$:/.tb/ui/TopLeftBar/config]] to manually enter all tiddlers displayed in the menu using the `list` field in the desired order.
''Note:'' Any tiddler could be used to hold the list, even the menu tiddler. However, if the code were updated in the future and you'd like to simply import the new version, your configuration would be overwritten. Therefore, the configuration was put somewhere else.
!! Step 3 — eye candy
To display icons and custom captions, define these fields at your menu tiddlers...
; menu-icon
: `{{$:/core/icon}}` — used at [[Core]]
:: transcludes the desired menu icon, in this case an [[svg shipped with the core|Core Images And Inline Stylesheets]]
:: unfortunately, the `icon` field is unavailable as it currently cannot be transcluded
; caption
: `Start` — used at [[Welcome]]
:: defines the title used for the menu link
:: no caption = not text
!! Scrolling
@@color:red; ''Caution'': This may make edit mode jumpy!@@
To fix the problem of a tiddler scrolling underneath the top bar when opening, this wiki currently uses a hack to override a core function: [[$:/hack-142-scroll-pagescroller.js]]
!! Styles
The default styles are provided using [[an inline <style> tag|Core Images And Inline Stylesheets]] at the bottom of [[$:/.tb/ui/TopLeftBar]]. To override these styles, [[create a custom stylesheet tiddler|Custom Stylesheets]].
The defined styles here...
* fix the positioning, width and coloring of the default topbar
* define icon size and box properties
* set link text properties
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
<dt>
```
{{Foo}}
{{Foo||Bar}}
{{||Foo}}
{{Foo!!bar}}
{{!!bar}}
{{Foo##index}}
{{##index}}
{{{ [tag[Foo]] }}}
{{{ [tag[Foo]] ||Bar}}}
```
</dt>
<dd>
» [[transcludes|http://tiddlywiki.com/#Transclusion%20in%20WikiText]] tiddler `Foo`<br>
» `Foo` with template `Bar`<br>
» template `Foo` for `CurrentTiddler`<br>
» field `bar` of `Foo`<br>
» field `bar` of `CurrentTiddler`<br>
» `index` of datatiddler `Foo`<br>
» `index` of `CurrentTiddler` (=data)<br>
» list of tiddlers tagged `Foo`<br>
» same using template `Bar`
</dd>
;Interactive Tool
:http://tiddlywiki.com/prerelease/editions/translators/index.html
;GitHub Repository
:https://github.com/Jermolene/TiddlyWiki5/tree/master/languages
;Using GitHub
:<<git5 pull/1033>>
;Workflow Details
:<<git5 issues/1193#issuecomment-65497083>>
In widgets or macros, enclosing parameters in triple quotes is the safe choice, as quotes are allowed characters for tiddler titles: `<$set name="tid" value="""$title"""/>`
From http://tiddlywiki.com/#Macros%20in%20WikiText...
<<static Macros%2520in%2520WikiText 600px yes>>
See [[typed blocks|http://tiddlywiki.com/#Typed%20Blocks%20in%20WikiText]], e.g.
```
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
```
<<<
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
<<<
!!Declarations
;explicit content type
:`$$$image/svg+xml`
;filetype
:`$$$.svg`
;unknown renders as plain text
:`$$$text/unknown`
;using render types
:`$$$text/vnd.tiddlywiki>text/html`
!!See also...
[[styled blocks|http://tiddlywiki.com/#Styles%20and%20Classes%20in%20WikiText]]
```
@@.tc-tiddler-frame
@@width:400px;
Some text
@@
```
<dt>
```
$$$text/unknown
plain text, not //formatted//
$$$
```
</dt>
<dd>
$$$text/unknown
plain text, not //formatted//
$$$
<br>
These are [[Typed Blocks|http://tiddlywiki.com/#Typed%20Blocks%20in%20WikiText]]
</dd>
<dt>
```
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
```
</dt>
<dd>
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
</dd>
<dt>
```
$$$.svg
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
$$$
```
</dt>
<dd>
$$$.svg
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
$$$
</dd>
<dt>
```
$$$text/vnd.tiddlywiki>text/html
This is ''some'' wikitext
$$$
```
</dt>
<dd>
$$$text/vnd.tiddlywiki>text/html
This is ''some'' wikitext
$$$
</dd>
<dt>
```
$$$text/vnd.tiddlywiki>text/plain
This is ''some'' wikitext
$$$
```
</dt>
<dd>
$$$text/vnd.tiddlywiki>text/plain
This is ''some'' wikitext
$$$
</dd>
<dt>
```
__underline__
```
</dt>
<dd>__underline__</dd>
From a very [[informative post|https://groups.google.com/d/msg/tiddlywikidev/DHzU_kYhkl4/o4BgMTwF_f0J]] by [[Jeremy|Jeremy Ruston]] on how theme switching actually works...
# themes are <<tw Plugins>>
#* thus bundles of packaged tiddlers loaded as <<tw ShadowTiddlers>>
# when the theme is switched
#* the old theme and its shadows is entirely unloaded
#* the new theme and its containing shadow tiddlers are loaded
# when you edit a shadow tiddler of a theme
#* you make it into an ordinary tiddler
#* at that point, it is no longer unloaded when switching themes!
# do you want to access the content of a theme that is not switched?
#* use the subtiddler attribute of the <<tw ViewWidget>> or <<tw TranscludeWidget>>
<dt>
```
* unordered
** list
```
</dt>
<dd>
* unordered
** list
</dd>
Please review your username first:
<$edit-text tiddler="$:/status/UserName" tag="input" type="text"/>
As [[Albert points out|https://groups.google.com/forum/#!topic/tiddlywiki/utsLmgHZAhM]], there's a very interesting method used by [[TheDiveO|http://thediveo.github.io/TW5FontAwesome/]] on how to embeded a custom font, e.g. [[FontAwesome|http://fortawesome.github.io/Font-Awesome/]]:
# check for a font you like
#* @@.warn make sure its license allows you to embed, modify, publish on the web or redistribute the font as you intent to ([[links about licenses|https://groups.google.com/d/msg/tiddlywiki/KFU3XX-raQE/g7flcZBaGusJ]])@@
# visit http://www.fontsquirrel.com/tools/webfont-generator
# upload your font file (".ttf", ".eot", ".woff", etc) and select "Expert" option
# check the option case at CSS >> Base64 Encode
# generate your webkit: the output file is a ".zip" file containing a text file with the CSS code (stylesheet.css)
# copy all text from that file into a tiddler
# make sure the field font-family is what you want
# tag the tiddler [[$:/tags/Stylesheet]] and change the tiddler type to "Plain text (text/plain)"
Done! Your font is available :)
\define concat(1 2 3 4 5) $1$$2$$3$$4$$5$
You can initialize macro parameters using either a <<tw Variables Variable>> or a <<tw TextReference>>.
!! Example
<<source "$:/.tb/demo/variable-parameters">>
{{$:/.tb/demo/variable-parameters}}
!! Parameter Substitution And Macro Evaluation
The next example demonstrates how variable substitution is taking place in a macro. First, the parameters get replaced and then the macro is being evaluated.
The macro simply interprets all it is given as individual paramets, e.g. the first one being `{{` and the 5th and last `}`.
```
\define concat(1 2 3 4 5) $1$$2$$3$$4$$5$
<<concat {{ Getting Started } }>>
```
''Renders as...''
<<concat {{ Getting Started } }>>
\define linkFolder()
[[related folder|file:///D:/Project-Foo/$(currentTiddler)$]]
\end
As [[Jed Carty]] explains in [[this port|https://groups.google.com/d/msg/tiddlywiki/UWtxdIMTf9w/tHt7V-olXJ0J]], here's an answer to an often asked question: How to you insert variable text in wiki markup? The answer is: with a macro.
The below creates a link to a local folder depending on a folder name stored at a tiddler field called ''folder''.
```
\define linkFolder()
[[related folder|file:///D:/Project-Foo/$(folder)$]]
\end
<$set name=folder value={{!!folder}}>
<<linkFolder>>
</$set>
```
''Note:'' The above only works in TiddlyWiki loaded from your local filesystem.
The next example simply takes the tiddler title as the folder name...
```
\define linkFolder()
[[related folder|file:///D:/Project-Foo/$(currentTiddler)$]]
\end
<<linkFolder>>
```
> <<linkFolder>>
An [[overview|https://groups.google.com/forum/#!topic/tiddlywiki/1BjhyWKpTgg]] from [[Danielo Rodríguez]] on working with variables in nested list widgets.
The list widget has a powerful feature, the variable parameter. It helps you in not losing the reference to the parent while providing meaningful variables names within lists:
```
<$list filter="[tag[sometag]]" variable="item">
both still reference the parent: {{!!title}}, <<currentTiddler>>
the more obvious list item now is: <<item>>
Go as deep as you want...
<$list filter="[tag<item>]" variable="subitem">
still the outermost parent: {{!!title}}, <<currentTiddler>>
1st level items: <<item>>
2nd level items: <<subitem>>
</$list>
</$list>
```
Notice the single angle brackets with `<item>` in the filter expression of the inner list.
You can even use list variables in macro calls like so...
```
\define myItem() item name is $(item)$
<$list filter="[tag[Plugins]]" variable="item" >
<<myItem>>
</$list>
```
also see: [[Passing Parameters To A Transclusion]]
For more details and examples, see: http://pv5.tiddlyspot.com
;general wiki text, including macros
: `<<variable>>`
: `{{transclusion}}`
: @@.warn ~~`<variable>`, `"<variable>"`, `[[<variable>]]`~~@@
;general html element attributes, including widgets, e.g. `$macrocall`
: `<$widget attribute=<<variable>>/>`
: `<$widget attribute=<<callMacroToComputeValue>>/>`
: `<$widget attribute={{transclusion}}/>`
: @@.warn ~~`<$widget attribute="prefix-<<variable>>"/>`~~@@
: @@.warn ~~`<$widget attribute=[[prefix-<<variable>>]]/>`~~@@
: @@.warn ~~`<$widget attribute="prefix-{{transclusion}}"/>`~~@@
;within macro body
: `$macroParameter$`, `"$macroParameter$"`, `[[$macroParameter$]]`
: `$(variable)$` (references a variable from the context of the calling macro)
: `<$widget attribute="prefix-$macroParameter$"/>`
: `<$widget attribute=$macroParameter$/>` (unsafe when having spaces)
: @@.warn ~~`$variable$`, `"$variable$"`, `[[$variable$]]`~~@@
;macro parameter
: `<<macro param:"$macroParameter$">>` (only inside macro)
: @@.warn ~~`<<macro <<variable>> >>`~~@@
: @@.warn ~~`<<macro "<<variable>>" >>`~~@@
: @@.warn ~~`<<macro param:<<variable>> >>`~~@@
: @@.warn ~~`<<macro {{transclusion}}>>`~~@@
: @@.warn ~~`<<macro param:{{transclusion}}>>`~~@@
;in filters
: `[$macroParameter$]` (only filters within macros)
: `[tag<variable>]` (no inner square brackets!)
: `[tag{transclusion}]` (only single curly brackets!)
: @@.warn ~~`[tag[$(variable)$]]`~~@@
: @@.warn ~~`[tag[$(variable)$]]`~~@@
See [[discussion|https://groups.google.com/d/msg/tiddlywiki/_x9CDAFtwQc/Qlng28uWNKIJ]]...
<div class="tb5-home">
<$list filter="[list[]]">
<div class="tb5-home-title"><$link><$transclude field=caption><$view field="title"/></$transclude></$link></div>
<div class="tb5-home-summary">{{!!summary}}</div>
</$list>
</div>
<div class="tb5-fish">{{$:/.img/fish.svg}}</div>
\define getValue(data,index) <$view tiddler="$(data)$" index="$(currentTiddler)$" format="text"/>
\define iframe(tiddler)
<$macrocall $name="static" tiddler={{$:/data/core/widgets##$tiddler$}} height="600px" scrolling="yes"/>
\end
Select a widget:
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>> >
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>
Documentation on ~TiddlyWiki.com...
<$macrocall $name="iframe" tiddler={{$:/temp/widget-browser}}/>
<br>
!!Components
;data
:[[$:/data/core/widgets]]
;state
:<<source [[$:/temp/widget-browser]]>>
;source
:<<source "Widget Browser">>
<dt>
```
CamelCase
~SuppressedCamelCase
```
</dt>
<dd>
CamelCase<br>
~SuppressedWikiLink
</dd>
As [[Jeremy|Jeremy Ruston]] [[clarifies here|https://groups.google.com/d/msg/tiddlywiki/QXaD2i6tWeo/VeGHTKM-RdEJ]], consider the following pitfalls when using macros...
* invoking a macro with double angle brackets...
** causes the result of the macro to be __wikified__
** ...after parameter and variable substitutions
* using a macro as an attribute to a widget or html-element...
** e.g. `<div class=<<myMacro>>>`
** doesn't wikify the result of the macro
** the plain result of the macro is assigned to the attribute
* invoking a macro with double angle brackets...
** you __cannot__ specify parameters as transclusions or macro invocations
** you can only use plain strings
* macros can also be invoked with the `<$macrocall> widget`
** allows attributes to be specified as transclusions or macro invocations
''simple''
<$macrocall $name=` text="""<<www tiddlywiki.com>>"""/>
''pretty-linked''
<$macrocall $name=` text="""<<www tiddlywiki.com TiddlyWiki>>"""/>
Compare to the core syntax for external links:
<<` "[ext[tiddlywiki.com|http://tiddlywiki.com]]">>
!! Installation
Drag to your wiki: [[$:/.tb/macros/www]]
!! Parameters
|!#|!Name|!Description|
|1|url|the url without the protocol specified, so the browser does its thing|
|2|title|a pretty title to be displayed instead of the ''url''|
This solution inspired by [[PMario|https://groups.google.com/d/msg/tiddlywiki/ChRV6sjQpn4/bCm35_XhGmkJ]] defines a global folder path for external images. This is more powerful than using relative paths `[img[subfolder/file.JPG]]` as you can move that image folder anywhere and simply redefine the location using configuration.
!! Step 1 — create or import the ximg macro
The following macro tiddler is tagged [[$:/tags/Macro]] so as to make it a global macro: <<source $:/macros/ximg>>
!!Step 2 — environment configuration
Create a tiddler [[$:/macros/ximg/path]] containing your base path.
;network share
:`file:\\\\\COMPUTER_NAME\Users\Mario\Pictures\2010-10\`
;same computer absolute path
:`file:\\\c:\Users\Mario\Pictures\2010-10\`
;relative path as subdirectory of tw
:`.\images\`
The "backslash" at the end is important!!
!!Step 3 — using the ximg macro
;basic usage
:`<<ximg "some image.gif">>`
;custom tooltip
:`<<ximg "some image.gif" tooltip:"my tooltip">> `
;custom path
:`<<ximg "some image.gif" pathConfig:"otherImagePathConfigTiddler">>`
:path defaults to content of [[$:/macros/ximg/path]]
!! Example
`<<ximg toc.jpg class:pretty width:200px tooltip:"example toc">>`
<<ximg toc.jpg class:pretty width:200px tooltip:"example toc">>
Developed as a [[reply to James|https://groups.google.com/d/msg/tiddlywiki/EzypDKdUOFE/ML_q1pSSvCIJ]], the [[xlist|http://xlist.tiddlyspot.com]] macro ([[$:/.tb/macros/xlist]]) allows you to list items grouped by category whereas an item needs to be tagged both with the current tiddler title as well as one of the categories listed in the `catlist` field.
!! Example
```
''proof:'' {{Solutions!!catlist}}
<$tiddler tiddler=Solutions><<xlist field:"!!catlist">></$tiddler>
```
<<<
''proof:'' {{Solutions!!catlist}}
<$tiddler tiddler=Solutions><<xlist field:"!!catlist">></$tiddler>
<<<
For more information on working with the macro, e.g. avalable parameters such as ''template'', ''sort'', ''categories'' or on using the ''catlist'' macro with tabs or in a [[Conditional ViewTemplate Section]], see {{xlist!!url}}.
toying with GTD in [[TW5|http://tiddlywiki.com]]
!!GTD Projects for TW5
;GSD5 by Roma
:http://gsd5.tiddlyspot.com
:https://groups.google.com/d/msg/tiddlywiki-gtd/kS3qyYjkWWc/4EKIwcOibsIJ
:https://groups.google.com/forum/#!topic/tiddlywiki/PaqBfARpbgQ
;GTid by Metabele Bill
:http://gtid.tiddlyspot.com
:example tids: http://wills.tiddlyspot.com
<$fieldmangler>
<$button>
<$action-sendmessage $message="tm-remove-tag" $param="next"/>
<$action-sendmessage $message="tm-remove-tag" $param="wait"/>
<$action-sendmessage $message="tm-remove-tag" $param="future"/>
reset
</$button>
<$button>
<$action-sendmessage $message="tm-add-tag" $param="next"/>
<$action-sendmessage $message="tm-remove-tag" $param="wait"/>
<$action-sendmessage $message="tm-remove-tag" $param="future"/>
next
</$button>
<$button>
<$action-sendmessage $message="tm-remove-tag" $param="next"/>
<$action-sendmessage $message="tm-add-tag" $param="wait"/>
<$action-sendmessage $message="tm-remove-tag" $param="future"/>
wait
</$button>
<$button>
<$action-sendmessage $message="tm-remove-tag" $param="next"/>
<$action-sendmessage $message="tm-remove-tag" $param="wait"/>
<$action-sendmessage $message="tm-add-tag" $param="future"/>
future
</$button>
</$fieldmangler>
Testing [[a tagging macro|$:/macros/tagging]]...
`<<tagging "$:/tags/Macro">>`
<<tagging "$:/tags/Macro">>
;the macro
:[[$:/macros/tagging]]
;faills at
:[[$:/tags/Macro]]
:with simple `<<tagging>>` call
!!Workaround
A bit ugly, but working is to use use nested quotes [[suggested by Evolena||https://groups.google.com/d/msg/tiddlywiki/6NYTz7WyuuY/AO6QnUDCnJkJ]]...
`<<tagging "'title with spaces'">>`
with this macro definition...
<<source $:/macros/uglyTagging>>
{
"tiddlers": {
"$:/info/browser": {
"title": "$:/info/browser",
"text": "no"
},
"$:/info/node": {
"title": "$:/info/node",
"text": "yes"
}
}
}
The purpose with the ''~ThankYou'' plugin is to make it easy to show appreciation for things in your public TW that others, perhaps fellow tiddlywikians, have contributed to.
For an actual use case, albeit slightly modified, see [[here|http://twaddle.tiddlyspot.com/#Cred]] (I need to decide on a name standard though, e.g @~FirstnameLastname).
<br>''Install'' the plugin by dragging $:/plugins/Mat/ThankYou into your TW.
<br>''Use''
*Decide where you want the full "thank you table" to show and type in `{{$:/plugins/ThankYou}}` there.
*To populate the table, ''add fields'' like the following in the concerned tiddlers:<br>
<center>
| `thankyou`|:|name of individual|
| `thankurl`|:|url to site, e.g google discussion thread|
|//creators// of imported tiddlers appear automatically in the table|<|<|
</center>
<br>That's really all you need to know but if you want more, there's a [[Detailed description]].
<br>''<:-)''
<br>^^//a.k.a Mat the [[TWaddler|http://twaddle.tiddlyspot.com/]]//^^
A ''detailed description'', presented to appear more or less like a resulting ~ThankYou table:
<table id="thankyoutable">
<tr><td>@@color:crimson;line-height:200%; ★ @@''Individuals''<br>[[$:/plugins/ThankYou/Individuals]]<br>Lists each ''name'' appearing in ''thankyou'' fields that are added manually by you to tiddlers.<br>For example: `thankyou : MotovunJack`.</td><td><br>Next to each name, all tiddlers are listed where the //thankyou// field contains this name<br><br>@@color:gray; __The "mentions" section__ @@<br>This lists each tiddler where the name occurs in the text (i.e "references" or "backlinks")</td></tr>
<tr><td>@@color:crimson;line-height:200%; ★ @@''Sites''<br>[[$:/plugins/ThankYou/Urls]]<br>(for "sites", e.g external sites or google discussions)<br>Lists each ''url'' appearing in ''thankurl'' fields that are added manually by you to tiddlers.<br>For example: `thankurl : https://groups.google.com/for...`.<br>Urls are automatically //displayed// truncated (but still link)<br></td><td><br>Next to each url, all tiddlers are listed where the //thankurl// field contains this url</td></tr>
<tr><td>@@color:crimson;line-height:200%; ★ @@''Creators''<br>[[$:/plugins/ThankYou/Creators]]<br>Lists each ''name'' appearing in the (automatically created) ''creator'' fields. This mostly concerns imported tiddlers, e.g plugins.</td><td><br>Next to each name, all tiddlers are listed where the //creator// field contains this name</td></tr>
</table>
<br>''Three more'' tiddlers are included in the plugin:
<<star>>[[$:/plugins/ThankYou]] - the actual table
<<star>>$:/plugins/ThankYou/macros
<<star>>$:/plugins/ThankYou/Stylesheet
<br>''Note''<br>
Each name/url/creator is only listed once in a section even if it occurs as the field value in many tiddlers. But if a value occurs for //different// thank fields, it will be listed for all those fields - for example; if you add MotovunJack to a //thankyou// field and our dear Motovun is also a //creator// of some tiddler, then he will be listed in both those sections.
{
"tiddlers": {
"$:/themes/tiddlywiki/snowwhite/base": {
"title": "$:/themes/tiddlywiki/snowwhite/base",
"tags": "[[$:/tags/Stylesheet]]",
"text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n.tc-sidebar-header {\n\ttext-shadow: 0 1px 0 <<colour sidebar-foreground-shadow>>;\n}\n\n.tc-tiddler-info {\n\t<<box-shadow \"inset 1px 2px 3px rgba(0,0,0,0.1)\">>\n}\n\n@media screen {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow \"1px 1px 5px rgba(0, 0, 0, 0.3)\">>\n\t}\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow none>>\n\t}\n}\n\n.tc-page-controls button svg, .tc-tiddler-controls button svg, .tc-topbar button svg {\n\t<<transition \"fill 150ms ease-in-out\">>\n}\n\n.tc-tiddler-controls button.tc-selected,\n.tc-page-controls button.tc-selected {\n\t<<filter \"drop-shadow(0px -1px 2px rgba(0,0,0,0.25))\">>\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-edit-tags {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-tiddler-frame .tc-edit-tags input.tc-edit-texteditor {\n\t<<box-shadow \"none\">>\n\tborder: none;\n\toutline: none;\n}\n\ncanvas.tc-edit-bitmapeditor {\n\t<<box-shadow \"2px 2px 5px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-drop-down {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-block-dropdown {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-modal-displayed {\n\t<<filter \"blur(4px)\">>\n}\n\n.tc-modal {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n}\n\n.tc-modal-footer {\n\tborder-radius: 0 0 6px 6px;\n\t<<box-shadow \"inset 0 1px 0 #fff\">>;\n}\n\n\n.tc-alert {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.6)\">>\n}\n\n.tc-notification {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n\ttext-shadow: 0 1px 0 rgba(255,255,255, 0.8);\n}\n\n.tc-sidebar-lists .tc-tab-divider {\n\t<<background-linear-gradient \"left, rgb(216,216,216) 0%, rgb(236,236,236) 250px\">>\n}\n\n.tc-more-sidebar .tc-tab-buttons button {\n\t<<background-linear-gradient \"left, rgb(236,236,236) 0%, rgb(224,224,224) 100%\">>\n}\n\n.tc-more-sidebar .tc-tab-buttons button.tc-tab-selected {\n\t<<background-linear-gradient \"left, rgb(236,236,236) 0%, rgb(248,248,248) 100%\">>\n}\n\n.tc-message-box img {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n\n.tc-plugin-info {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n"
}
}
}
{
"tiddlers": {
"$:/themes/tiddlywiki/vanilla/themetweaks": {
"title": "$:/themes/tiddlywiki/vanilla/themetweaks",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "Theme Tweaks",
"text": "\\define backgroundimage-dropdown()\n<div class=\"tc-drop-down-wrapper\">\n<$button popup=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$linkcatcher to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\">\n<$link to=\"\">\n(none)\n</$link>\n<hr>\n<$list filter=\"[all[shadows+tiddlers]is[image]] -[type[application/pdf]] +[sort[title]]\">\n<$link to={{!!title}}>\n<$transclude/> <$view field=\"title\"/>\n</$link>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n</div>\n\\end\n\n\\define backgroundimageattachment-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\" default=\"scroll\">\n<option value=\"scroll\">Scroll with tiddlers</option>\n<option value=\"fixed\">Fixed to window</option>\n</$select>\n\\end\n\n\\define backgroundimagesize-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\" default=\"scroll\">\n<option value=\"auto\">Auto</option>\n<option value=\"cover\">Cover</option>\n<option value=\"contain\">Contain</option>\n</$select>\n\\end\n\nYou can tweak certain aspects of the ''Vanilla'' theme.\n\n! Options\n\n|[[Sticky titles|$:/themes/tiddlywiki/vanilla/options/stickytitles]]<br>//Causes tiddler titles to \"stick\" to the top of the browser window. Caution: Does not work at all with Chrome, and causes some layout issues in Firefox// |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><option value=\"no\">No</option><option value=\"yes\">Yes</option></$select> |\n\n! Settings\n\n|[[Font family|$:/themes/tiddlywiki/vanilla/settings/fontfamily]] |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\" default=\"\" tag=\"input\"/> | |\n|[[Code font family|$:/themes/tiddlywiki/vanilla/settings/codefontfamily]] |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\" default=\"\" tag=\"input\"/> | |\n|[[Page background image|$:/themes/tiddlywiki/vanilla/settings/backgroundimage]] |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" default=\"\" tag=\"input\"/> |<<backgroundimage-dropdown>> |\n|[[Page background image attachment |$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment]] |<<backgroundimageattachment-dropdown>> | |\n|[[Page background image size |$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize]] |<<backgroundimagesize-dropdown>> | |\n\n! Sizes\n\n|[[Font size|$:/themes/tiddlywiki/vanilla/metrics/fontsize]] |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\" default=\"\" tag=\"input\"/> |\n|[[Line height|$:/themes/tiddlywiki/vanilla/metrics/lineheight]] |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\" default=\"\" tag=\"input\"/> |\n|[[Font size for tiddler body|$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize]] |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\" default=\"\" tag=\"input\"/> |\n|[[Line height for tiddler body|$:/themes/tiddlywiki/vanilla/metrics/bodylineheight]] |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\" default=\"\" tag=\"input\"/> |\n|[[Story left position|$:/themes/tiddlywiki/vanilla/metrics/storyleft]]<br>//how far the left margin of the story river<br>(tiddler area) is from the left of the page// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\" default=\"\" tag=\"input\"/> |\n|[[Story top position|$:/themes/tiddlywiki/vanilla/metrics/storytop]]<br>//how far the top margin of the story river<br>is from the top of the page// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\" default=\"\" tag=\"input\"/> |\n|[[Story right|$:/themes/tiddlywiki/vanilla/metrics/storyright]]<br>//how far the left margin of the sidebar <br>is from the left of the page// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\" default=\"\" tag=\"input\"/> |\n|[[Story width|$:/themes/tiddlywiki/vanilla/metrics/storywidth]]<br>//the overall width of the story river// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\" default=\"\" tag=\"input\"/> |\n|[[Tiddler width|$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth]]<br>//within the story river//<br> |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\" default=\"\" tag=\"input\"/> |\n|[[Sidebar breakpoint|$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint]]<br>//the minimum page width at which the story<br>river and sidebar will appear side by side// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\" default=\"\" tag=\"input\"/> |\n"
},
"$:/themes/tiddlywiki/vanilla/base": {
"title": "$:/themes/tiddlywiki/vanilla/base",
"tags": "[[$:/tags/Stylesheet]]",
"text": "\\define custom-background-datauri()\n<$set name=\"background\" value={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}>\n<$list filter=\"[<background>is[image]]\">\n`background: url(`\n<$list filter=\"[<background>!has[_canonical_uri]]\">\n<$macrocall $name=\"datauri\" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>\n</$list>\n<$list filter=\"[<background>has[_canonical_uri]]\">\n<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field=\"_canonical_uri\"/>\n</$list>\n`) center center;`\n`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;\n-webkit-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-moz-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-o-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\nbackground-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;`\n</$list>\n</$set>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n/*\n** Start with the normalize CSS reset, and then belay some of its effects\n*/\n\n{{$:/themes/tiddlywiki/vanilla/reset}}\n\n*, input[type=\"search\"] {\n\tbox-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\t-webkit-box-sizing: border-box;\n}\n\nhtml button {\n\tline-height: 1.2;\n}\n\n/*\n** Basic element styles\n*/\n\nhtml {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}};\n\ttext-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\nhtml:-webkit-full-screen {\n\tbackground-color: <<colour page-background>>;\n}\n\nbody.tc-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/fontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}};\n\tcolor: <<colour foreground>>;\n\tbackground-color: <<colour page-background>>;\n\tword-wrap: break-word;\n\t<<custom-background-datauri>>\n}\n\nh1, h2, h3, h4, h5, h6 {\n\tline-height: 1.2;\n\tfont-weight: 300;\n}\n\npre {\n\tdisplay: block;\n\tpadding: 14px;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n\tword-break: normal;\n\tword-wrap: break-word;\n\twhite-space: pre;\n\twhite-space: pre-wrap;\n\tbackground-color: <<colour pre-background>>;\n\tborder: 1px solid <<colour pre-border>>;\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\ncode {\n\tcolor: <<colour code-foreground>>;\n\tbackground-color: <<colour code-background>>;\n\tborder: 1px solid <<colour code-border>>;\n white-space: pre-wrap;\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\nblockquote {\n\tborder-left: 5px solid <<colour blockquote-bar>>;\n\tmargin-left: 25px;\n\tpadding-left: 10px;\n}\n\ndl dt {\n\tfont-weight: bold;\n\tmargin-top: 6px;\n}\n\ntextarea, input[type=text] {\n\tcolor: <<colour foreground>>;\n\tbackground-color: <<colour background>>;\n}\n\n.tc-muted {\n\tcolor: <<colour muted-foreground>>;\n}\n\nsvg.tc-image-button {\n\tpadding: 0px 1px 1px 0px;\n}\n\n/*\nMarkdown likes putting code elements inside pre elements\n*/\npre > code {\n\tpadding: 0;\n\tborder: none;\n\tbackground-color: inherit;\n\tcolor: inherit;\n}\n\ntable {\n\tborder: 1px solid <<colour table-border>>;\n\twidth: auto;\n\tmax-width: 100%;\n\tcaption-side: bottom;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n}\n\ntable th, table td {\n\tpadding: 0 7px 0 7px;\n\tborder-top: 1px solid <<colour table-border>>;\n\tborder-left: 1px solid <<colour table-border>>;\n}\n\ntable thead tr td, table th {\n\tbackground-color: <<colour table-header-background>>;\n\tfont-weight: bold;\n}\n\ntable tfoot tr td {\n\tbackground-color: <<colour table-footer-background>>;\n}\n\n.tc-csv-table {\n\twhite-space: nowrap;\n}\n\n.tc-tiddler-frame img,\n.tc-tiddler-frame svg,\n.tc-tiddler-frame canvas,\n.tc-tiddler-frame embed,\n.tc-tiddler-frame iframe {\n\tmax-width: 100%;\n}\n\n.tc-tiddler-body > embed,\n.tc-tiddler-body > iframe {\n\twidth: 100%;\n\theight: 600px;\n}\n\n/*\n** Links\n*/\n\nbutton.tc-tiddlylink,\na.tc-tiddlylink {\n\ttext-decoration: none;\n\tfont-weight: normal;\n\tcolor: <<colour tiddler-link-foreground>>;\n\t-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */\n}\n\n.tc-sidebar-lists a.tc-tiddlylink {\n\tcolor: <<colour sidebar-tiddler-link-foreground>>;\n}\n\n.tc-sidebar-lists a.tc-tiddlylink:hover {\n\tcolor: <<colour sidebar-tiddler-link-foreground-hover>>;\n}\n\nbutton.tc-tiddlylink:hover,\na.tc-tiddlylink:hover {\n\ttext-decoration: underline;\n}\n\na.tc-tiddlylink-resolves {\n}\n\na.tc-tiddlylink-shadow {\n\tfont-weight: bold;\n}\n\na.tc-tiddlylink-shadow.tc-tiddlylink-resolves {\n\tfont-weight: normal;\n}\n\na.tc-tiddlylink-missing {\n\tfont-style: italic;\n}\n\na.tc-tiddlylink-external {\n\ttext-decoration: underline;\n\tcolor: <<colour external-link-foreground>>;\n\tbackground-color: <<colour external-link-background>>;\n}\n\na.tc-tiddlylink-external:visited {\n\tcolor: <<colour external-link-foreground-visited>>;\n\tbackground-color: <<colour external-link-background-visited>>;\n}\n\na.tc-tiddlylink-external:hover {\n\tcolor: <<colour external-link-foreground-hover>>;\n\tbackground-color: <<colour external-link-background-hover>>;\n}\n\n/*\n** Drag and drop styles\n*/\n\n.tc-tiddler-dragger {\n\tposition: relative;\n\tz-index: -10000;\n}\n\n.tc-tiddler-dragger-inner {\n\tposition: absolute;\n\tdisplay: inline-block;\n\tpadding: 8px 20px;\n\tfont-size: 16.9px;\n\tfont-weight: bold;\n\tline-height: 20px;\n\tcolor: <<colour dragger-foreground>>;\n\ttext-shadow: 0 1px 0 rgba(0, 0, 0, 1);\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour dragger-background>>;\n\tborder-radius: 20px;\n}\n\n.tc-tiddler-dragger-cover {\n\tposition: absolute;\n\tbackground-color: <<colour page-background>>;\n}\n\n.tc-dropzone {\n\tposition: relative;\n}\n\n.tc-dropzone.tc-dragover:before {\n\tz-index: 10000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour dropzone-background>>;\n\ttext-align: center;\n\tcontent: \"<<lingo DropMessage>>\";\n}\n\n/*\n** Plugin reload warning\n*/\n\n.tc-plugin-reload-warning {\n\tz-index: 1000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour alert-background>>;\n\ttext-align: center;\n}\n\n/*\n** Buttons\n*/\n\nbutton svg, button img {\n\tvertical-align: middle;\n}\n\n.tc-btn-invisible {\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n}\n\n.tc-btn-icon svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-text {\n\tpadding: 0;\n\tmargin: 0;\n}\n\n.tc-btn-big-green {\n\tdisplay: inline-block;\n\tpadding: 8px;\n\tmargin: 4px 8px 4px 8px;\n\tbackground: <<colour download-background>>;\n\tcolor: <<colour download-foreground>>;\n\tfill: <<colour download-foreground>>;\n\tborder: none;\n\tfont-size: 1.2em;\n\tline-height: 1.4em;\n\ttext-decoration: none;\n}\n\n.tc-btn-big-green svg,\n.tc-btn-big-green img {\n\theight: 2em;\n\twidth: 2em;\n\tvertical-align: middle;\n}\n\n.tc-sidebar-lists input {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-sidebar-lists button {\n\tcolor: <<colour sidebar-button-foreground>>;\n\tfill: <<colour sidebar-button-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini {\n\tcolor: <<colour sidebar-muted-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini:hover {\n\tcolor: <<colour sidebar-muted-foreground-hover>>;\n}\n\nbutton svg.tc-image-button, button .tc-image-button img {\n\theight: 1em;\n\twidth: 1em;\n}\n\n/*\n** Tags and missing tiddlers\n*/\n\n.tc-tag-list-item {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin-right: 7px;\n}\n\n.tc-tags-wrapper {\n\tmargin: 4px 0 14px 0;\n}\n\n.tc-missing-tiddler-label {\n\tfont-style: italic;\n\tfont-weight: normal;\n\tdisplay: inline-block;\n\tfont-size: 11.844px;\n\tline-height: 14px;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n}\n\nbutton.tc-tag-label, span.tc-tag-label {\n\tdisplay: inline-block;\n\tpadding: 0.16em 0.7em;\n\tfont-size: 0.9em;\n\tfont-weight: 300;\n\tline-height: 1.2em;\n\tcolor: <<colour tag-foreground>>;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour tag-background>>;\n\tborder-radius: 1em;\n}\n\n.tc-untagged-separator {\n\twidth: 10em;\n\tleft: 0;\n\tmargin-left: 0;\n\tborder: 0;\n\theight: 1px;\n\tbackground: <<colour tab-divider>>;\n}\n\nbutton.tc-untagged-label {\n\tbackground-color: <<colour untagged-background>>;\n}\n\n.tc-tag-label svg, .tc-tag-label img {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour tag-foreground>>;\n}\n\n.tc-tag-manager-table .tc-tag-label {\n\twhite-space: normal;\n}\n\n.tc-tag-manager-tag {\n\twidth: 100%;\n}\n\n/*\n** Page layout\n*/\n\n.tc-topbar {\n\tposition: fixed;\n\tz-index: 1200;\n}\n\n.tc-topbar-left {\n\tleft: 29px;\n\ttop: 5px;\n}\n\n.tc-topbar-right {\n\ttop: 5px;\n\tright: 29px;\n}\n\n.tc-topbar button {\n\tpadding: 8px;\n}\n\n.tc-topbar svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-topbar button:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-sidebar-header {\n\tcolor: <<colour sidebar-foreground>>;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {\n\tfont-weight: 300;\n}\n\n.tc-sidebar-header .tc-sidebar-lists p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-sidebar-header .tc-missing-tiddler-label {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-advanced-search input {\n\twidth: 60%;\n}\n\n.tc-search a svg {\n\twidth: 1.2em;\n\theight: 1.2em;\n\tvertical-align: middle;\n}\n\n.tc-search-results {\n\tpadding-top: 14px;\n}\n\n.tc-page-controls {\n\tmargin-top: 14px;\n\tfont-size: 1.5em;\n}\n\n.tc-page-controls button {\n\tmargin-right: 0.5em;\n}\n\n.tc-page-controls a.tc-tiddlylink:hover {\n\ttext-decoration: none;\n}\n\n.tc-page-controls img {\n\twidth: 1em;\n}\n\n.tc-page-controls svg,\n.tc-search svg {\n\tfill: <<colour sidebar-controls-foreground>>;\n}\n\n.tc-page-controls button:hover svg, .tc-page-controls a:hover svg,\n.tc-search button:hover svg, .tc-search a:hover svg {\n\tfill: <<colour sidebar-controls-foreground-hover>>;\n}\n\n.tc-menu-list-item {\n\twhite-space: nowrap;\n}\n\n.tc-menu-list-count {\n\tfont-weight: bold;\n}\n\n.tc-menu-list-subitem {\n\tpadding-left: 7px;\n}\n\n.tc-story-river {\n\tposition: relative;\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-sidebar-header {\n\t\tpadding: 14px;\n\t\tmin-height: 32px;\n\t\tmargin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t}\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tpadding: 0;\n\t}\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-message-box {\n\t\tmargin: 21px -21px 21px -21px;\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tposition: fixed;\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\n\t\tbottom: 0;\n\t\tright: 0;\n\t\toverflow-y: auto;\n\t\toverflow-x: auto;\n\t\t-webkit-overflow-scrolling: touch;\n\t\tmargin: 0 0 0 -42px;\n\t\tpadding: 71px 0 28px 42px;\n\t}\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/storywidth}};\n\t\tpadding: 42px 42px 42px 42px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-story-river {\n\t\twidth: auto;\n\t}\n\n\">>\n\n}\n\n@media print {\n\n\tbody.tc-body {\n\t\tbackground-color: transparent;\n\t}\n\n\t.tc-sidebar-header, .tc-topbar {\n\t\tdisplay: none;\n\t}\n\n\t.tc-story-river {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t}\n\n\t.tc-story-river .tc-tiddler-frame {\n\t\tmargin: 0;\n\t\tborder: none;\n\t\tpadding: 28px;\n\t}\n}\n\n/*\n** Tiddler styles\n*/\n\n.tc-tiddler-frame {\n\tmargin-bottom: 28px;\n\tbackground-color: <<colour tiddler-background>>;\n\tborder: 1px solid <<colour tiddler-border>>;\n}\n\n{{$:/themes/tiddlywiki/vanilla/sticky}}\n\n.tc-tiddler-info {\n\tpadding: 14px 42px 14px 42px;\n\tbackground-color: <<colour tiddler-info-background>>;\n\tborder-top: 1px solid <<colour tiddler-info-border>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-border>>;\n}\n\n.tc-tiddler-info p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-tiddler-info .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour tiddler-info-tab-background>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-tab-background>>;\n}\n\n.tc-view-field-table {\n\twidth: 100%;\n}\n\n.tc-view-field-name {\n\twidth: 1%; /* Makes this column be as narrow as possible */\n\ttext-align: right;\n\tfont-style: italic;\n\tfont-weight: 200;\n}\n\n.tc-view-field-value {\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\tpadding: 14px 14px 14px 14px;\n\t}\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -14px 0 -14px;\n\t}\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\tpadding: 28px 42px 42px 42px;\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};\n\t\tborder-radius: 2px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-tiddler-frame {\n\t\twidth: 100%;\n\t}\n\n\">>\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -42px 0 -42px;\n\t}\n}\n\n.tc-site-title,\n.tc-titlebar {\n\tfont-weight: 300;\n\tfont-size: 2.35em;\n\tline-height: 1.2em;\n\tcolor: <<colour tiddler-title-foreground>>;\n\tmargin: 0;\n}\n\n.tc-site-title {\n\tcolor: <<colour site-title-foreground>>;\n}\n\n.tc-tiddler-title-icon {\n\tvertical-align: middle;\n}\n\n.tc-system-title-prefix {\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-titlebar h2 {\n\tfont-size: 1em;\n\tdisplay: inline;\n}\n\n.tc-titlebar img {\n\theight: 1em;\n}\n\n.tc-subtitle {\n\tfont-size: 0.9em;\n\tcolor: <<colour tiddler-subtitle-foreground>>;\n\tfont-weight: 300;\n}\n\n.tc-tiddler-missing .tc-title {\n font-style: italic;\n font-weight: normal;\n}\n\n.tc-tiddler-frame .tc-tiddler-controls {\n\tfloat: right;\n}\n\n.tc-tiddler-controls .tc-drop-down {\n\tfont-size: 0.6em;\n}\n\n.tc-tiddler-controls .tc-drop-down .tc-drop-down {\n\tfont-size: 1em;\n}\n\n.tc-tiddler-controls > span > button {\n\tvertical-align: baseline;\n\tmargin-left:5px;\n}\n\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img {\n\theight: 0.75em;\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-tiddler-controls button.tc-selected svg,\n.tc-page-controls button.tc-selected svg {\n\tfill: <<colour tiddler-controls-foreground-selected>>;\n}\n\n.tc-tiddler-controls button.tc-btn-invisible:hover svg {\n\tfill: <<colour tiddler-controls-foreground-hover>>;\n}\n\n@media print {\n\t.tc-tiddler-controls {\n\t\tdisplay: none;\n\t}\n}\n\n.tc-tiddler-help { /* Help prompts within tiddler template */\n\tcolor: <<colour muted-foreground>>;\n\tmargin-top: 14px;\n}\n\n.tc-tiddler-help a.tc-tiddlylink {\n\tcolor: <<colour very-muted-foreground>>;\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor, .tc-tiddler-frame textarea.tc-edit-texteditor {\n\twidth: 100%;\n\tpadding: 3px 3px 3px 3px;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tline-height: 1.3em;\n\t-webkit-appearance: none;\n\tmargin: 4px 0 4px 0;\n}\n\n.tc-tiddler-frame .tc-binary-warning {\n\twidth: 100%;\n\theight: 5em;\n\ttext-align: center;\n\tpadding: 3em 3em 6em 3em;\n\tbackground: <<colour alert-background>>;\n\tborder: 1px solid <<colour alert-border>>;\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor {\n\tbackground-color: <<colour tiddler-editor-background>>;\n}\n\ncanvas.tc-edit-bitmapeditor {\n\tborder: 6px solid <<colour tiddler-editor-border-image>>;\n\tcursor: crosshair;\n\t-moz-user-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n\tmargin-top: 6px;\n\tmargin-bottom: 6px;\n}\n\n.tc-edit-bitmapeditor-width {\n\tdisplay: block;\n}\n\n.tc-edit-bitmapeditor-height {\n\tdisplay: block;\n}\n\n.tc-tiddler-frame .tc-tiddler-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};\n}\n\n.tc-titlebar, .tc-tiddler-edit-title {\n\toverflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */\n}\n\n/*\n** Toolbar buttons\n*/\n\n.tc-page-controls svg.tc-image-new-button {\n fill: <<colour toolbar-new-button>>;\n}\n\n.tc-page-controls svg.tc-image-options-button {\n fill: <<colour toolbar-options-button>>;\n}\n\n.tc-page-controls svg.tc-image-save-button {\n fill: <<colour toolbar-save-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-info-button {\n fill: <<colour toolbar-info-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-edit-button {\n fill: <<colour toolbar-edit-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-close-button {\n fill: <<colour toolbar-close-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-delete-button {\n fill: <<colour toolbar-delete-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-cancel-button {\n fill: <<colour toolbar-cancel-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-done-button {\n fill: <<colour toolbar-done-button>>;\n}\n\n/*\n** Tiddler edit mode\n*/\n\n.tc-tiddler-edit-frame em.tc-edit {\n\tcolor: <<colour muted-foreground>>;\n\tfont-style: normal;\n}\n\n.tc-edit-type-dropdown a.tc-tiddlylink-missing {\n\tfont-style: normal;\n}\n\n.tc-edit-tags {\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tpadding: 4px 8px 4px 8px;\n}\n\n.tc-edit-add-tag {\n\tdisplay: inline-block;\n}\n\n.tc-edit-add-tag .tc-add-tag-name input {\n\twidth: 50%;\n}\n\n.tc-edit-tags .tc-tag-label {\n\tdisplay: inline-block;\n}\n\n.tc-edit-tags-list {\n\tmargin: 14px 0 14px 0;\n}\n\n.tc-remove-tag-button {\n\tpadding-left: 4px;\n}\n\n.tc-tiddler-preview {\n\toverflow: auto;\n}\n\n.tc-tiddler-preview-preview {\n\tfloat: right;\n\twidth: 48%;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tmargin: 4px 3px 3px 3px;\n\tpadding: 3px 3px 3px 3px;\n}\n\n.tc-tiddler-preview-edit {\n\twidth: 48%;\n}\n\n.tc-edit-fields {\n\twidth: 100%;\n}\n\n\n.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {\n\tborder: none;\n\tpadding: 4px;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(odd) {\n\tbackground-color: <<colour tiddler-editor-fields-odd>>;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(even) {\n\tbackground-color: <<colour tiddler-editor-fields-even>>;\n}\n\n.tc-edit-field-name {\n\ttext-align: right;\n}\n\n.tc-edit-field-value input {\n\twidth: 100%;\n}\n\n.tc-edit-field-remove {\n}\n\n.tc-edit-field-remove svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n\tvertical-align: middle;\n}\n\n.tc-edit-field-add-name {\n\tdisplay: inline-block;\n\twidth: 15%;\n}\n\n.tc-edit-field-add-value {\n\tdisplay: inline-block;\n\twidth: 40%;\n}\n\n.tc-edit-field-add-button {\n\tdisplay: inline-block;\n\twidth: 10%;\n}\n\n/*\n** Storyview Classes\n*/\n\n.tc-storyview-zoomin-tiddler {\n\tposition: absolute;\n\tdisplay: block;\n\twidth: 100%;\n\twidth: calc(100% - 84px);\n}\n\n/*\n** Dropdowns\n*/\n\n.tc-btn-dropdown {\n\ttext-align: left;\n}\n\n.tc-btn-dropdown svg, .tc-btn-dropdown img {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-drop-down-wrapper {\n\tposition: relative;\n}\n\n.tc-drop-down {\n\tmin-width: 380px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\ttext-shadow: none;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-drop-down {\n\tmargin-left: 14px;\n}\n\n.tc-drop-down button svg, .tc-drop-down a svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-drop-down button.tc-btn-invisible:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-drop-down p {\n\tpadding: 0 14px 0 14px;\n}\n\n.tc-drop-down svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-drop-down img {\n\twidth: 1em;\n}\n\n.tc-drop-down-language-chooser img {\n\twidth: 2em;\n\tvertical-align: baseline;\n}\n\n.tc-drop-down a, .tc-drop-down button {\n\tdisplay: block;\n\tpadding: 0 14px 0 14px;\n\twidth: 100%;\n\ttext-align: left;\n\tcolor: <<colour foreground>>;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-file-input-wrapper {\n\twidth: 100%;\n}\n\n.tc-drop-down .tc-file-input-wrapper button {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-drop-down a:hover, .tc-drop-down button:hover, .tc-drop-down .tc-file-input-wrapper:hover button {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-tab-buttons button {\n\tbackground-color: <<colour dropdown-tab-background>>;\n}\n\n.tc-drop-down .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour dropdown-tab-background-selected>>;\n\tborder-bottom: 1px solid <<colour dropdown-tab-background-selected>>;\n}\n\n.tc-drop-down-bullet {\n\tdisplay: inline-block;\n\twidth: 0.5em;\n}\n\n.tc-drop-down .tc-tab-contents a {\n\tpadding: 0 0.5em 0 0.5em;\n}\n\n.tc-block-dropdown-wrapper {\n\tposition: relative;\n}\n\n.tc-block-dropdown {\n\tposition: absolute;\n\tmin-width: 220px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\tz-index: 1000;\n}\n\n.tc-block-dropdown a {\n\tdisplay: block;\n\tpadding: 4px 14px 4px 14px;\n}\n\n.tc-drop-down .tc-dropdown-item,\n.tc-block-dropdown .tc-dropdown-item {\n\tpadding: 4px 14px 4px 7px;\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-block-dropdown a:hover {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n/*\n** Modals\n*/\n\n.tc-modal-wrapper {\n\tposition: fixed;\n\toverflow: auto;\n\toverflow-y: scroll;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n}\n\n.tc-modal-backdrop {\n\tposition: fixed;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\tz-index: 1000;\n\tbackground-color: <<colour modal-backdrop>>;\n}\n\n.tc-modal {\n\tz-index: 1100;\n\tbackground-color: <<colour modal-background>>;\n\tborder: 1px solid <<colour modal-border>>;\n}\n\n@media (max-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 1em;\n\t\tleft: 1em;\n\t\tright: 1em;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n@media (min-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 2em;\n\t\tleft: 25%;\n\t\twidth: 50%;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n.tc-modal-header {\n\tpadding: 9px 15px;\n\tborder-bottom: 1px solid <<colour modal-header-border>>;\n}\n\n.tc-modal-header h3 {\n\tmargin: 0;\n\tline-height: 30px;\n}\n\n.tc-modal-header img, .tc-modal-header svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-modal-body {\n\tpadding: 15px;\n}\n\n.tc-modal-footer {\n\tpadding: 14px 15px 15px;\n\tmargin-bottom: 0;\n\ttext-align: right;\n\tbackground-color: <<colour modal-footer-background>>;\n\tborder-top: 1px solid <<colour modal-footer-border>>;\n}\n\n/*\n** Notifications\n*/\n\n.tc-notification {\n\tposition: fixed;\n\ttop: 14px;\n\tright: 42px;\n\tz-index: 1300;\n\tmax-width: 280px;\n\tpadding: 0 14px 0 14px;\n\tbackground-color: <<colour notification-background>>;\n\tborder: 1px solid <<colour notification-border>>;\n}\n\n/*\n** Tabs\n*/\n\n.tc-tab-set.tc-vertical {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tab-buttons {\n\tfont-size: 0.85em;\n\tpadding-top: 1em;\n\tmargin-bottom: -2px;\n}\n\n.tc-tab-buttons.tc-vertical {\n\tz-index: 100;\n\tdisplay: block;\n\tpadding-top: 14px;\n\tvertical-align: top;\n\ttext-align: right;\n\tmargin-bottom: inherit;\n\tmargin-right: -1px;\n\tmax-width: 33%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n}\n\n.tc-tab-buttons button.tc-tab-selected {\n\tcolor: <<colour tab-foreground-selected>>;\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-left: 1px solid <<colour tab-border-selected>>;\n\tborder-top: 1px solid <<colour tab-border-selected>>;\n\tborder-right: 1px solid <<colour tab-border-selected>>;\n}\n\n.tc-tab-buttons button {\n\tcolor: <<colour tab-foreground>>;\n\tpadding: 3px 5px 3px 5px;\n\tfont-weight: 300;\n\tborder: none;\n\tbackground: inherit;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-right: 1px solid <<colour tab-border>>;\n\tborder-top-left-radius: 2px;\n\tborder-top-right-radius: 2px;\n}\n\n.tc-tab-buttons.tc-vertical button {\n\tdisplay: block;\n\twidth: 100%;\n\tmargin-top: 3px;\n\ttext-align: right;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tborder-right: none;\n\tborder-top-left-radius: 2px;\n\tborder-bottom-left-radius: 2px;\n}\n\n.tc-tab-buttons.tc-vertical button.tc-tab-selected {\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-right: 1px solid <<colour tab-background-selected>>;\n}\n\n.tc-tab-divider {\n\tborder-top: 1px solid <<colour tab-divider>>;\n}\n\n.tc-tab-divider.tc-vertical {\n\tdisplay: none;\n}\n\n.tc-tab-content {\n\tmargin-top: 14px;\n}\n\n.tc-tab-content.tc-vertical {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-top: 0;\n\tpadding-left: 14px;\n\tborder-left: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 70%;\n\tflex: 1 0 70%;\n\toverflow: auto; \n}\n\n.tc-sidebar-lists .tc-tab-buttons {\n\tmargin-bottom: -1px;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tcolor: <<colour sidebar-tab-foreground-selected>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border-selected>>;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button {\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tcolor: <<colour sidebar-tab-foreground>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border>>;\n}\n\n.tc-sidebar-lists .tc-tab-divider {\n\tborder-top: 1px solid <<colour sidebar-tab-divider>>;\n}\n\n.tc-more-sidebar .tc-tab-buttons button {\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tborder-top: none;\n\tborder-left: none;\n\tborder-bottom: none;\n\tborder-right: 1px solid #ccc;\n\tmargin-bottom: inherit;\n}\n\n.tc-more-sidebar .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tborder: none;\n}\n\n/*\n** Alerts\n*/\n\n.tc-alerts {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tmax-width: 500px;\n\tz-index: 20000;\n}\n\n.tc-alert {\n\tposition: relative;\n\tmargin: 28px;\n\tpadding: 14px 14px 14px 14px;\n\tborder: 2px solid <<colour alert-border>>;\n\tbackground-color: <<colour alert-background>>;\n}\n\n.tc-alert-toolbar {\n\tposition: absolute;\n\ttop: 14px;\n\tright: 14px;\n}\n\n.tc-alert-toolbar svg {\n\tfill: <<colour alert-muted-foreground>>;\n}\n\n.tc-alert-subtitle {\n\tcolor: <<colour alert-muted-foreground>>;\n\tfont-weight: bold;\n}\n\n.tc-alert-highlight {\n\tcolor: <<colour alert-highlight>>;\n}\n\n.tc-static-alert {\n\tposition: relative;\n}\n\n.tc-static-alert-inner {\n\tpadding: 0 2px 2px 42px;\n\tcolor: <<colour static-alert-foreground>>;\n\tposition: absolute;\n\tz-index: 100;\n}\n\n/*\n** Control panel\n*/\n\n.tc-control-panel td {\n\tpadding: 4px;\n}\n\n.tc-control-panel table, .tc-control-panel table input, .tc-control-panel table textarea {\n\twidth: 100%;\n}\n\n.tc-plugin-info {\n\tdisplay: block;\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground-colour: <<colour background>>;\n\tmargin: 0.5em 0 0.5em 0;\n\tpadding: 4px;\n}\n\n.tc-plugin-info-disabled {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n\tbackground: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n}\n\n.tc-plugin-info-disabled:hover {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n\tbackground: repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n}\n\na.tc-tiddlylink.tc-plugin-info:hover {\n\ttext-decoration: none;\n\tbackground-color: <<colour primary>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour foreground>>;\n}\n\na.tc-tiddlylink.tc-plugin-info:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-plugin-info-chunk {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n}\n\n.tc-plugin-info-chunk h1 {\n\tfont-size: 1em;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk h2 {\n\tfont-size: 0.8em;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk div {\n\tfont-size: 0.7em;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info img, .tc-plugin-info svg {\n\twidth: 2em;\n\theight: 2em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-plugin-info.tc-small-icon img, .tc-plugin-info.tc-small-icon svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-plugin-info-dropdown {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tmargin-top: -8px;\n}\n\n.tc-plugin-info-dropdown-message {\n\tbackground: <<colour message-background>>;\n\tpadding: 0.5em 1em 0.5em 1em;\n\tfont-weight: bold;\n\tfont-size: 0.8em;\n}\n\n.tc-plugin-info-dropdown-body {\n\tpadding: 1em 1em 1em 1em;\n}\n\n/*\n** Message boxes\n*/\n\n.tc-message-box {\n\tborder: 1px solid <<colour message-border>>;\n\tbackground: <<colour message-background>>;\n\tpadding: 0px 21px 0px 21px;\n\tfont-size: 12px;\n\tline-height: 18px;\n\tcolor: <<colour message-foreground>>;\n}\n\n/*\n** Pictures\n*/\n\n.tc-bordered-image {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tpadding: 5px;\n\tmargin: 5px;\n}\n\n/*\n** Floats\n*/\n\n.tc-float-right {\n\tfloat: right;\n}\n\n/*\n** Chooser\n*/\n\n.tc-chooser {\n\tborder: 1px solid <<colour table-border>>;\n}\n\n.tc-chooser-item {\n\tborder: 8px;\n}\n\n.tc-chooser-item a.tc-tiddlylink {\n\tdisplay: block;\n\ttext-decoration: none;\n\tcolor: <<colour tiddler-link-foreground>>;\n\tbackground-color: <<colour tiddler-link-background>>;\n\tmargin: 4px;\n}\n\n.tc-chooser-item a.tc-tiddlylink:hover {\n\ttext-decoration: none;\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n}\n\n/*\n** Palette swatches\n*/\n\n.tc-swatches-horiz {\n}\n\n.tc-swatches-horiz .tc-swatch {\n\tdisplay: inline-block;\n}\n\n.tc-swatch {\n\twidth: 2em;\n\theight: 2em;\n\tmargin: 4px;\n\tborder: 1px solid #000;\n}\n\n/*\n** Table of contents\n*/\n\n.tc-sidebar-lists .tc-table-of-contents {\n\twhite-space: nowrap;\n}\n\n.tc-table-of-contents button {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents svg {\n\twidth: 0.7em;\n\theight: 0.7em;\n\tvertical-align: middle;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents ol {\n\tlist-style-type: none;\n\tpadding-left: 0;\n}\n\n.tc-table-of-contents ol ol {\n\tpadding-left: 1em;\n}\n\n.tc-table-of-contents li {\n\tfont-size: 1.0em;\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li a {\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li li {\n\tfont-size: 0.95em;\n\tfont-weight: normal;\n\tline-height: 1.4;\n}\n\n.tc-table-of-contents li li a {\n\tfont-weight: normal;\n}\n\n.tc-table-of-contents li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n\tline-height: 1.5;\n}\n\n.tc-table-of-contents li li li a {\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n}\n\n.tc-tabbed-table-of-contents {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents {\n\tz-index: 100;\n\tdisplay: inline-block;\n\tpadding-left: 1em;\n\tmax-width: 50%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n\tbackground: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a,\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tdisplay: block;\n\tpadding: 0.12em 1em 0.12em 0.25em;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a {\n\tborder-top: 1px solid <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-background>>;\n\tborder-bottom: 1px solid <<colour tab-background>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a:hover {\n\ttext-decoration: none;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour background>>;\n\tmargin-right: -1px;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a:hover {\n\ttext-decoration: none;\n}\n\n.tc-tabbed-table-of-contents .tc-tabbed-table-of-contents-content {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-left: 1.5em;\n\tpadding-right: 1.5em;\n\tborder: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 50%;\n\tflex: 1 0 50%;\n}\n\n/*\n** Dirty indicator\n*/\n\nbody.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg {\n\tfill: <<colour dirty-indicator>>;\n\tcolor: <<colour dirty-indicator>>;\n}\n\n/*\n** File inputs\n*/\n\n.tc-file-input-wrapper {\n\tposition: relative;\n\toverflow: hidden;\n\tdisplay: inline-block;\n\tvertical-align: middle;\n}\n\n.tc-file-input-wrapper input[type=file] {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tfont-size: 999px;\n\tmax-width: 100%;\n\tmax-height: 100%;\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\toutline: none;\n\tbackground: white;\n\tcursor: pointer;\n\tdisplay: inline-block;\n}\n\n/*\n** Thumbnail macros\n*/\n\n.tc-thumbnail-wrapper {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin: 6px;\n\tvertical-align: top;\n}\n\n.tc-thumbnail-right-wrapper {\n\tfloat:right;\n\tmargin: 0.5em 0 0.5em 0.5em;\n}\n\n.tc-thumbnail-image {\n text-align: center;\n\toverflow: hidden;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-image svg,\n.tc-thumbnail-image img {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n min-width: 100%;\n min-height: 100%;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image img {\n\tfilter: alpha(opacity=0.8);\n\topacity: 0.8;\n}\n\n.tc-thumbnail-background {\n\tposition: absolute;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-icon svg,\n.tc-thumbnail-icon img {\n\twidth: 3em;\n\theight: 3em;\n\t<<filter \"drop-shadow(2px 2px 2px rgba(0,0,0,0.3))\">>\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {\n\tfill: #fff;\n\t<<filter \"drop-shadow(3px 3px 2px rgba(0,0,0,0.6))\">>\n}\n\n.tc-thumbnail-icon {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tdisplay: -webkit-flex;\n display: flex;\n -webkit-align-items: center;\n -webkit-justify-content: center;\n}\n\n.tc-thumbnail-caption {\n\tposition: absolute;\n\tbackground-color: #777;\n\tcolor: #fff;\n\ttext-align: center;\n\tbottom: 0;\n\twidth: 100%;\n\tfilter: alpha(opacity=0.9);\n\topacity: 0.9;\n\tline-height: 1.4;\n\tborder-bottom-left-radius: 3px;\n\tborder-bottom-right-radius: 3px;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-caption {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n}\n\n/*\n** Errors\n*/\n\n.tc-error {\n\tbackground: #f00;\n\tcolor: #fff;\n}\n"
},
"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize",
"text": "15px"
},
"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/bodylineheight",
"text": "22px"
},
"$:/themes/tiddlywiki/vanilla/metrics/fontsize": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/fontsize",
"text": "14px"
},
"$:/themes/tiddlywiki/vanilla/metrics/lineheight": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/lineheight",
"text": "20px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storyleft": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storyleft",
"text": "0px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storytop": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storytop",
"text": "0px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storyright": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storyright",
"text": "770px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storywidth": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storywidth",
"text": "770px"
},
"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth",
"text": "686px"
},
"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint",
"text": "960px"
},
"$:/themes/tiddlywiki/vanilla/options/stickytitles": {
"title": "$:/themes/tiddlywiki/vanilla/options/stickytitles",
"text": "no"
},
"$:/themes/tiddlywiki/vanilla/reset": {
"title": "$:/themes/tiddlywiki/vanilla/reset",
"type": "text/plain",
"text": "/*! normalize.css v3.0.0 | MIT License | git.io/normalize */\n\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n * user zoom.\n */\n\nhtml {\n font-family: sans-serif; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove default margin.\n */\n\nbody {\n margin: 0;\n}\n\n/* HTML5 display definitions\n ========================================================================== */\n\n/**\n * Correct `block` display not defined in IE 8/9.\n */\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection,\nsummary {\n display: block;\n}\n\n/**\n * 1. Correct `inline-block` display not defined in IE 8/9.\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n */\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block; /* 1 */\n vertical-align: baseline; /* 2 */\n}\n\n/**\n * Prevent modern browsers from displaying `audio` without controls.\n * Remove excess height in iOS 5 devices.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Address `[hidden]` styling not present in IE 8/9.\n * Hide the `template` element in IE, Safari, and Firefox < 22.\n */\n\n[hidden],\ntemplate {\n display: none;\n}\n\n/* Links\n ========================================================================== */\n\n/**\n * Remove the gray background color from active links in IE 10.\n */\n\na {\n background: transparent;\n}\n\n/**\n * Improve readability when focused and also mouse hovered in all browsers.\n */\n\na:active,\na:hover {\n outline: 0;\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * Address styling not present in IE 8/9, Safari 5, and Chrome.\n */\n\nabbr[title] {\n border-bottom: 1px dotted;\n}\n\n/**\n * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.\n */\n\nb,\nstrong {\n font-weight: bold;\n}\n\n/**\n * Address styling not present in Safari 5 and Chrome.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Address variable `h1` font-size and margin within `section` and `article`\n * contexts in Firefox 4+, Safari 5, and Chrome.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Address styling not present in IE 8/9.\n */\n\nmark {\n background: #ff0;\n color: #000;\n}\n\n/**\n * Address inconsistent and variable font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove border when inside `a` element in IE 8/9.\n */\n\nimg {\n border: 0;\n}\n\n/**\n * Correct overflow displayed oddly in IE 9.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * Address margin not present in IE 8/9 and Safari 5.\n */\n\nfigure {\n margin: 1em 40px;\n}\n\n/**\n * Address differences between Firefox and other browsers.\n */\n\nhr {\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n height: 0;\n}\n\n/**\n * Contain overflow in all browsers.\n */\n\npre {\n overflow: auto;\n}\n\n/**\n * Address odd `em`-unit font size rendering in all browsers.\n */\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * Known limitation: by default, Chrome and Safari on OS X allow very limited\n * styling of `select`, unless a `border` property is set.\n */\n\n/**\n * 1. Correct color not being inherited.\n * Known issue: affects color of disabled elements.\n * 2. Correct font properties not being inherited.\n * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit; /* 1 */\n font: inherit; /* 2 */\n margin: 0; /* 3 */\n}\n\n/**\n * Address `overflow` set to `hidden` in IE 8/9/10.\n */\n\nbutton {\n overflow: visible;\n}\n\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Firefox, IE 8+, and Opera\n * Correct `select` style inheritance in Firefox.\n */\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n * and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type\n * `input` and others.\n */\n\nbutton,\nhtml input[type=\"button\"], /* 1 */\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n cursor: pointer; /* 3 */\n}\n\n/**\n * Re-set default cursor for disabled elements.\n */\n\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n/**\n * Remove inner padding and border in Firefox 4+.\n */\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\n\ninput {\n line-height: normal;\n}\n\n/**\n * It's recommended that you don't attempt to style these elements.\n * Firefox's implementation doesn't respect box-sizing, padding, or width.\n *\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Fix the cursor style for Chrome's increment/decrement buttons. For certain\n * `font-size` values of the `input`, it causes the cursor style of the\n * decrement button to change from `default` to `text`.\n */\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome\n * (include `-moz` to future-proof).\n */\n\ninput[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n -moz-box-sizing: content-box;\n -webkit-box-sizing: content-box; /* 2 */\n box-sizing: content-box;\n}\n\n/**\n * Remove inner padding and search cancel button in Safari and Chrome on OS X.\n * Safari (but not Chrome) clips the cancel button when the search input has\n * padding (and `textfield` appearance).\n */\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * Define consistent border, margin, and padding.\n */\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct `color` not being inherited in IE 8/9.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\n\nlegend {\n border: 0; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Remove default vertical scrollbar in IE 8/9.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * Don't inherit the `font-weight` (applied by a rule above).\n * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n */\n\noptgroup {\n font-weight: bold;\n}\n\n/* Tables\n ========================================================================== */\n\n/**\n * Remove most spacing between table cells.\n */\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n"
},
"$:/themes/tiddlywiki/vanilla/settings/fontfamily": {
"title": "$:/themes/tiddlywiki/vanilla/settings/fontfamily",
"text": "\"Helvetica Neue\", Helvetica, Arial, \"Lucida Grande\", \"DejaVu Sans\", sans-serif"
},
"$:/themes/tiddlywiki/vanilla/settings/codefontfamily": {
"title": "$:/themes/tiddlywiki/vanilla/settings/codefontfamily",
"text": "Monaco, Consolas, \"Lucida Console\", \"DejaVu Sans Mono\", monospace"
},
"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment": {
"title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment",
"text": "fixed"
},
"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize": {
"title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize",
"text": "auto"
},
"$:/themes/tiddlywiki/vanilla/sticky": {
"title": "$:/themes/tiddlywiki/vanilla/sticky",
"text": "<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\" type=\"match\" text=\"yes\">\n``\n.tc-tiddler-title {\n\tposition: -webkit-sticky;\n\tposition: -moz-sticky;\n\tposition: -o-sticky;\n\tposition: -ms-sticky;\n\tposition: sticky;\n\ttop: 0px;\n\tbackground: ``<<colour tiddler-background>>``;\n\tz-index: 500;\n}\n``\n</$reveal>\n"
}
}
}
Tiddlyclip has the facility to prompt the user for text input as part of a clip action. To be prompted for text to add to your Pins we added the following to the TiddlyClipConfig:
|!Category|!Tip|!Tags|!Rule Tid|!Modes|
|pinAndProse|pin it||[[defaultPin]]|userstring|
The mode 'userstring' tells the addon to open a dialogue so that text can be entered
Tiddlyclip includes the ability to take screenshots or 'snaps'. This facility has adding by including a new action to the tiddlyclip config that is slightly different to the snip action. Here we have add a rule called defaultSnap, and add the mode 'snap30' where 'snap' is the instruction to take a screen shot and 30 in the linear % size for the resultant image.
|!Category|!Tip|!Tags|!Rule Tid|!Modes|
|Snap|screen shot||[[defaultSnap]]|snap30|
The default configuration can be extended to allow tags to be added to clips and clipped tids. This is achieved thru changes to a configuration tiddler, namely the //~TiddlyClipConfig//, here is an example:
<hr style="border-style: dotted;" />
!Default
|!Category|!Tip|!Tags|!Rule Tid|!Modes|
|Tip|highlight a tid title|clippedtid|[[defaultTip]]|tiddlers|
|recipies||recipies|[[defaultSnip]]||
|quots||quots|[[defaultSnip]]||
<hr style="border-style: dotted;" />
The items that appear in the 'Category' column will appear in the browser's context menus. What is shown is the default operation 'Tip' being replaced with a new operation (which is the same as the default with the addition of a tag 'clippedtid'), and two new operations being defined. Details about //~TiddlyClipConfig// are given here [[The TiddlyClipConfig|The TiddlyClipConfig]].
----
<$set name="loop1" value=<<qualify "$:/temp/taglist">>>
<$taglist class="btn btn-primary" template=taglisttemplate>taglisttemplate</$taglist>
</$set>
Tiddlyclip (TC) allows parts of webpages to be clipped into a tiddlywiki (TW), and consists of two parts, the browser Addon and the TW plugin. The Addon is completely memoryless, any configuration is determined by the current TW that the user has select to work with (we say that the Addon is docked to the TW). TC is designed to work (in a basic mode) without configuration. Once the Addon and plugin are installed, all the user has to do is select which TW to dock to.
@@.tabsstyle
<div>
<<tabs "[[Choosing a TW to work with]] [[Clipping Content and Tiddlers]]" "Choosing a TW to work with">>
</div>
@@
<$set name="loop1" value=<<qualify "$:/temp/taglist">>>
<$taglist class="btn btn-primary" nodrop="true" template=taglisttemplate>taglisttemplate</$taglist>
</$set>
Browser Config Modes are used to control the Addon.
|!mode |!action |
|tiddlers |copy tiddlers |
|userstring |open a text box for user input |
|snapxx |take a screen shot - xx is the linear percentatge size of the image to create|
|highlight |apply highlight to selection |
The following modes make the category appear in the context menu only when the source webpage contains this type of content, - i.e. it makes the category context sensitive.
|!MODE|!FUNCTION|
|Clip|display rule when browser has Selected Text|
|Text|display rule when browser has copied text|
|Image|display rule when cursor is on Image|
|Link|display rule when browser is on link|
|TW|display rule when page contains TiddlyWikiClassic|
!A Simple Example
Configurations will be explained by way of an example
<<tabsheader "[[The TiddlyClipConfig]] [[The RuleTid]]" "The TiddlyClipConfig"">>
<!---------------------------------------------------------------------------------------------------------------->
<$reveal type='match' state='$:/state/tab<<currentTiddler>>' default='The TiddlyClipConfig' text='The TiddlyClipConfig'>
An example ~TiddlyClipConfig tiddler is shown below.
The ~TiddlyClipConfig tiddler is the starting point for defining tiddlyclip operations, it contains a number of tables (at least one), with each table preceded by section title (In the example below, the section is 'default').
The TiddlyClipConfig tiddler is copied from the tiddlywiki into the browser addon. Section titles and Categories appear in the context menu of the browser.
Sections appear under 'tiddlyclip sets' [[add screenshot]] , the currently selected section has a * in front of it, and Category entries from its corresponding table appear in the 'tiddlyclip as' entry [[add screen shot]].
This example shows a configuration that captures a screen shot of a webpage.In the mode snap30 'snap' is the instruction to take a screen shot and 30 in the linear % size for the resultant image. See the next tab for a description of the Rule Tid.
<hr style="border-style: dotted;" />
!default
|!Category|!Tip|!Tags|!Rule Tid|!Modes|
|Capture|||CaptureRule|snap30|
</$reveal>
<!---------------------------------------------------------------------------------------------------->
<$reveal type='match' state='$:/state/tab<<currentTiddler>>' text='The RuleTid'>
The Rule Tid has a single rules table. The contents of a rules table define how tiddlyclip creates/modifies tiddlers, and how a clip is placed into these tiddlers along with tiddlywiki text. Each rule table is placed into a separate tiddler.
In this example the title of the tiddler will take its name from the name of then webpage that we are clipping.
The "Field Initals" entry sets tiddler fields when the tiddler is created, here the type of the tiddler is set. Next we see that a tag 'clippedimage' is to be applied to the tiddler.
!!Contents of the tiddler CaptureRule:
<hr style="border-style: dotted;" />
{{CaptureRule}}
!!!See also: [[Building Configurations -Part 2]]
</$reveal>
----
!A Further Example
This example shows a configuration that captures a screen shot of a webpage, page link and user comment.
<<tabsheader "[[The TiddlyClipConfig]] [[The RuleTid]]" "The TiddlyClipConfig"">>
<!---------------------------------------------------------------------------------------------------------------->
<$reveal type='match' state='$:/state/tab<<currentTiddler>>' default='The TiddlyClipConfig' text='The TiddlyClipConfig'>
In the TiddlyClipConfig table shown below the mode entry contains 'userstring' which is the instruction to prompt the user for input.
<hr style="border-style: dotted;" />
!default
|!Category|!Tip|!Tags|!Rule Tid|!Modes|
|snapPage|||SnapRule|snap30 userstring|
</$reveal>
<!---------------------------------------------------------------------------------------------------->
<$reveal type='match' state='$:/state/tab<<currentTiddler>>' text='The RuleTid'>
In this example 2 tiddlers will be created. The first tiddler created is a screen capture, and stores content to an image tiddler, and we can see that the type is set appropriately in the 'Field initials' column. The title of the tiddler will take its name from the name of the webpage that we are clipping (as before), with the addition of '/image' appended.
In the body entry of the second rule, we have:
*``((*pageRef*))`` - a link to the original page
*``\n\n`` - starts a new paragraph
*``{{((*@pageTitle*))/thumbprint}}`` - the first tiddler is transcluded
*``((*@userstring*))`` - the text entered by the user
!!Contents of the tiddler SnapRule:
<hr style="border-style: dotted;" />
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|((*@pageTitle*))/thumbprint|((*@snap*))|ClippedImage|{"$type":"image/png"}|||
|((*@pageTitle*))|{‌{((*@pageTitle*))/thumbprint}}\n\n((*@pageRef*))\n\n((*@userstring*))|ClipIntrest||||
----
!!!See also: [[Building Configurations -Part 3]]
</$reveal>
Building on part2 - adding selected text
This example adds selected text to the previous example, the TiddlyClipConfig is the same so is not repeated here. In order to make the rule more readable, the 'body' entry of the second row has been put in its own tiddler.
<<tabsheader "[[The RuleTid]] [[body detail tid]]" "[[The RuleTid]]">>
<!------------------------------------------------------------------------------------->
<$reveal type='match' state='$:/state/tab<<currentTiddler>>' default='The RuleTid' text='The RuleTid'>
The @text variable needs to be added to the body entry In the rule table. However this would make the entry rather long and hard to read and so a 'body detail' tiddly is used to hold the entry details, and the name of this tiddler is placed in the RuleTid.
!!Contents of the tiddler SnapRule
<hr style="border-style: dotted;" />
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|((*@pageTitle*))/thumbprint|((*@snap*))|ClippedImage||{"$type":"image/png"}||
|((*@pageTitle*))|[[RuleDetail]]|ClipIntrest||||
----
</$reveal>
<!----------------------------------------------------------------------------------->
<$reveal type='match' state='$:/state/tab<<currentTiddler>>' text='body detail tid'>
{{RuleDetail}}
</$reveal>
Tiddlyclip is controlled by configurations. An Introduction to making your own configuration is given in the form of some simple examples.
Start with [[Building Configurations -Part 1]].
|!Title|!Body|!Tags|!Field deltas|!Field initials|!Modes|
|((*@pageTitle*))|((*@snap*))|clippedimage||{"$type":"image/png"}||
!!Choosing a TW to work with.
TWs that have the plugin installed can be 'docked' to by the Addon, and this makes them the target for clips
<ol><li>navigate to the TW you wish to work with</li><li>right mouse click</li><li>hover the pointer over 'tiddlyclip sets'</li><li>select 'dock here'.</li></ol>
The next time you right click the mouse and hover over 'tiddlyclip sets' you should see the filename of the 'docked'TW with a * infront of it. (Previously docked TWs appear on this list, without the * infront. Clinking on one of these makes it the current docked TW and moves the * infront of the name.)
A Clip Action is started by clicking on a tiddlyclip browser item, these appear in the context menu (this appears when the mouse is right clicked). The Clicked items tiddlywiki name, section and category are determined and used by the browser addon to obtain the relevant entry from the relevant tiddlyclipconfig. The browser mode is read to determine what functions to perform. The resultant gathered data is sent as a message to the tab containing the relevant tiddlywiki, where the addon will pass it on to the plugin.
When the plugin receives a request from the addon, it uses the data supplied to find the relevant rule tiddler and applies the [[Rich Clip Templates|Rich Clip Template]].
<span title="top clip table"><$link to="TiddlyClipConfig"><div style="float: left;">{{$:/__clipbutton}}</div></$link></span>
!!Clipping text
Text is clipped by<ol><li>selecting it by dragging over the mouse,</li><li>mouse-right-click,</li><li>hover pointer over 'tiddlyclip as' then choose the Snip Action.</li></ol>
!!Clipping Tiddlers
Tiddlers can be clipped in two ways.
Method 1 - Clipping a tiddler by name<ol><li>select the name of a tiddler by dragging the mouse,</li><li>mouse-right-click,</li><li>hover the pointer over 'tiddlyclip as' then choose the Tip Action.</li></ol>
Method 2 - Entering name or tag<ol><li>ensure nothing on the page is select</li><li>mouse-right-click,</li><li>hover pointer over 'tiddlyclip as' then choose the Tip Action</li><li>enter tid title or tag - with a tag all tiddlers with that tag are clipped</li></ol>
!!Clipping Content
Content is clipping (simular to pinterest) by <ol><li>selecting text by dragging over the mouse,</li><li>hoverover an interesting photo</li><li>mouse-right-click,</li><li>hover pointer over 'tiddlyclip as' then choose the Pin Action.</li></ol> If the pin action is activated when not over a photo tiddlyclip with choose the largest (widest) photo on the page.
Tiddlyclip is configured thru a configuration tiddler - TiddlyClipConfig
The TiddlyClipConfig can be easily accessed by clicking on the clip icon at the top right of the screen.
The TiddlyClipConfig is used by the addon when it is docked with a tiddlywiki. If it is then edited the changes will not automatically appear in the addon.
To make the changes appear in the addon the old version must first be removed and then the tiddlywiki must be again docked with the addon.
In order to remove the old version from the addon the tiddlywiki must be reloaded into the browser (in firefox this means a page reload - which can be performed from the context menu or from the browsers bar).
{{$:/plugins/danielo/context/Context Search}}
\define controltcc(var1)
<$linkcatcher set=tcc1 setTo={{!!title}} >
<$reveal state=tcc1 text={{!!title}} type="match"><$button class="tw-taglist" set=tcc1 setTo="">[x]</$button></$reveal>
<$link dragoverclic="yes"><span class="tw-taglist"><$view field="title"/></span></$link></$linkcatcher>
<$fieldmangler><$button param=ToC message="tm-remove-tag" class="tc-btn-invisible">{{$:/core/images/cancel-button}}</$button></$fieldmangler>
\end
!Control order of ToC
<$taglist class="btn btn-primary" targeTtag="ToC" ><<controltcc null>></$taglist>
<hr>
<$taglist class="btn btn-primary" targeTtag={{tcc1}} template=TocTemplate></$taglist>
!Installation
The table of rules in [[Tc Local Rules]] are use to create external image and other media tiddlers. The rules create relative addresses if the files are located with the docked tiddlywiki (in the same or in sub folder to the docked tiddlywiki).
To use append the contents of [[Tc Local Rules]] to your TiddlyClipConfig tiddler then copy (drag and drop or clip) the rule tiddlers referenced by this table into your tiddlywiki, then reload your tiddlywiki and re-dock it. Then right clip and select 'Tc Local Rules' from the '~TiddlyClip Setup' sub menu.
!Example usage
Use firefox to browse files on you computer (linux type 'file:///' into the location bar, windows it is 'file:///c/') place the curser over a filename then right click and apply one of the rules from the 'Tiddlyclip using Tc Local Rules' submenu.
[[https://github.com/buggyj/tiddlyclip/raw/0.0.8/tiddlyclip.xpi]]
<p>The title of the tiddler to be modified/created is in the 'title' column of the RuleTiddler table. If a clip is to be a unique tiddler then often we will use the title of the source page for that tiddler, this is achieved by the substitution variable ((*$pageTitle*)) (placed in the title column of the RuleTiddler table ). If we are creating a list of clips within some subject area (in a single tiddler), then it is convenient to use the subject as the title. We could use the subject name directly, but it is more useful to have the Category or Section take the name of the subject and then refer to that via the substitution variable ((*$category*)) or ((*$section*)).</p><p>More generally any combination of substitution variables and text maybe used in the title. It is also possible to apply a regular expression to (for example) use only a part of a URL as a title.</p>
!!Installation
TC comes in two halves, the TW plugin contained in this TW and the browser Addon. Currently only Firefox is supported, Support for Chrome is planned.
!!!Install the Browser Addon
>{{Installing the Firefox Addon}}
!!!Install the TW plugin
>Drag the following link onto your tiddlywiki to install)- [[$:/plugins/bj/tiddlyclip]] and click the import button, then reload your tiddlywiki.
!!Getting Started
!!!Dock to this Tiddlywiki
>Go to the tiddlywiki you are going to use with tiddlycilp. {{How To Dock}}
!!!Example of use
>{{Tiddlyclip Example Use}}
{
"parseropts": {
"tables": true
}
}
<embed width="400" height="50" src="file:///media/3497f82e-3b95-41de-90af-df905eceeab4/data/spanish/elementary/spanishpod_B0396.html">.
!!Rule
Defines how a tiddler is created and/or modified
!!Clip Action
A complete tiddlyclip action, instigated by the user. Comprises a sequence of Rules
<$set name="loop1" value=<<qualify "$:/temp/taglist">>>
<$taglist class="btn btn-primary" template=taglisttemplate>taglisttemplate</$taglist>
</$set>
Right click the mouse over the tiddlywiki and click "Tiddlyclip Setup" then "dock to this tiddlywiki". Tiddlyclip is now ready to use with this tiddlywiki.
!!Installation
TC comes in two halves, the TW plugin contained in this TW and the browser Addon. Currently only Firefox is supported, Support for Chrome is planned.
!!!Install the Browser Addon
>{{Installing the Firefox Addon}}
!!!Install the TW plugin
>Drag the following link onto your tiddlywiki to install)- [[$:/plugins/bj/tiddlyclip]] and click the import button, then reload your tiddlywiki.
!!Getting Started
!!!Dock to this Tiddlywiki
>Go to the tiddlywiki you are going to use with tiddlycilp. {{How To Dock}}
!!!Example of use
>{{Tiddlyclip Example Use}}
The chrome addon needs to be added locally.
Right click the link below to save the addon locally. (unzip it)
https://github.com/buggyj/tiddlyclip/raw/0.0.8/tiddlyclip.zip
click the menu button then click "more tools" then extensions, then load unpacked extension
Select the Add-ons page from the firefox top bar tools->Add-ons, or click the menu icon {{MenuIcon}}then the addon icon (the add-on page will appear)
<br> <br>
Drag and drop this link into the extension panel:
https://github.com/buggyj/tiddlyclip/raw/0.0.8/tiddlyclip.xpi
<br> <br>
wait for the message to appear and click the install now button
<br> <br>
Once the add-on is installed restart the browser<br>
[
{
"#tw2":"((*@htmlToTW2(@web)*))"
},
{
"#rule": "\\[\\[([^\\[]*?)\\|([^\\|]*?\\/issues\\/[0-9]+)\\]\\]/g"
},
{
"#term": "\n££££ \n* [[Fixed|$2]] $1ᏜᏜᏜᏜ\n"
},
{
"#newdata1": "((*#tw2/#rule/#term*))"
},
{
"#rule2": "/ᏜᏜᏜᏜ([\\s\\S]*?)££££/g"
},
{
"#term2": ""
},
{
"#newdata2": "((*#newdata1/#rule2/#term2*))"
},
{
"#rule3": "/[\\s\\S]*££££([\\s\\S]*?)ᏜᏜᏜᏜ[\\s\\S]*/g"
},
{
"#term3": "\n!! Bug Fixes\n$1"
},
{
"#newdata": "((*#newdata2/#rule3/#term3*))"
}
]
[
{
"#tw2":"((*@htmlToTW2(@web)*))"
},
{
"#rule": "/.*(\\[\\[[\\s\\S]*?\\/issues\\/[0-9]*\\]\\]).*/g"
},
{
"#term": "$1"
},
{
"#newdata": "((*#tw2/#rule/#term*))"
}
]
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|((*@pageTitle*))|[[isssuesRule]]|||{"$location":"((*@pageRef*))"},{"$caption":"((*@pageTitle*))"},{"$when":"((*@dateTimeShort*))"}|append add|
!! Bug Fixes
* [[added|https://github.com/buggyj/tiddlyclip-plugin/buggyj/tiddlyclip-plugin/issues/6]] module to convert paths under or equal to current paths as local
* [[Fixed|https://github.com/buggyj/tiddlyclip-plugin/buggyj/tiddlyclip-plugin/issues/5]] within tiddlyclip config tables, entries like "[‌[x]] a" treated as links (and cause a parse error)
* [[Fixed|https://github.com/buggyj/tiddlyclip-plugin/buggyj/tiddlyclip-plugin/issues/4]] within a tags entry in tiddlyclip tables, [‌[x]] is treated as a hyperlink
* [[Fixed|https://github.com/buggyj/tiddlyclip-plugin/buggyj/tiddlyclip-plugin/issues/3]] when write mode is inc tags are overwritten
* [[added|https://github.com/buggyj/tiddlyclip-plugin/buggyj/tiddlyclip-plugin/issues/2]] handling of tags of the form [‌[a b]] needs implementing
* [[Fixed|https://github.com/buggyj/tiddlyclip-plugin/buggyj/tiddlyclip-plugin/issues/1]] adding a string to the tag entry of TiddlyClipConfig has no effect
\rules only table wikilink prettylink
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|[[TITLETID]]|<$image source ='((*@sublink(@linkURL)*))'/>|||{"$location":"((*@linkURL*))"}||
\rules only table wikilink prettylink
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|[[TITLETID]]||||{"$_canonical_uri":"((*@sublink(@linkURL)*))"},{"$type":"image/jpeg"}||
\rules only table wikilink prettylink
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|[[TITLETID]]||||{"$_canonical_uri":"((*@sublink(@linkURL)*))"},{"$type":"audio/mp3"}||
\rules only table wikilink prettylink
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|[[TITLETID]]||||{"$_canonical_uri":"((*@sublink(@linkURL)*))"},{"$type":"application/pdf"}||
\rules only table wikilink prettylink
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|[[TITLETID]]||||{"$_canonical_uri":"((*@sublink(@linkURL)*))"},{"$type":"image/png"}||
There are a number of built-in and extending macros
!!Biult-in Macros
|!Macro|!Purpose|
|alert(TC-Variable)|display the value of the given TC-Variable|
|alertAll(TC-Variable[,TC-Variable...])|display the value of the given TC-Variables|
|delete(field type TC-Variable)|delete the field type TC-Variable - used to remove a fields from a tiddler|
|exists(field type TC-Variable)|true if field type TC-Variable exists- used to determine if a field already exists|
|abort()|abort current operation|
!!Extending Macros
|!Macro|!Purpose|
|htmlToTW2(html-text)|convert text from html to tw2 - experimental |
|makeReadable(html-text)|restyle html formatted text - port of the reability library|
|sublink(path)|return relative path if path is local to current tw location|
<svg class="tc-image-menu-button tc-image-button" viewBox="0 -80 80 80" width="22pt" height="22pt" transform="scale(0.4)">
<rect x="0" y="16" width="128" height="16" rx="8"></rect>
<rect x="0" y="56" width="128" height="16" rx="8"></rect>
<rect x="0" y="96" width="128" height="16" rx="8"></rect>
!!Beyond the Basics
TC enables the user to utilise the power of TW to organise clips in a flexible manner, so that different content can be organised in different ways. The aim is to help the user to access the knowledge that is contained on the Web more easily. The clipping operation can be configured to control tiddler titles, add tags and manage the insertion of content (adding TW text, see [[Rich Clips|Rich Clip Template]]). The user can create a number of configuration rules, these rules are organised as tables in the TW. (see [[Adding Tags to your Clips]], Building Configurations [[Part 1|Building Configurations -Part 1]] [[Part 2|Building Configurations -Part 2]] [[Part 3|Building Configurations -Part 3]] and the [[How It Works]]).
!!Safety
In its default mode, any raw html clipped by the Addon is sanitized before being pass to the tiddlywiki to minimise security risks.
<$image source="file:///home/jeff/Pictures/IMG_20140427_122528.jpg">
file:///home/jeff/Pictures/IMG_20140427_122528.jpg
file:///home/jeff/Pictures/IMG_20140427_122528.jpg
!!Introduction
{{Basic Introduction to TiddlyClip}}
!!Try It Here
{{Try It Here}}
!!Install In Your Tiddlywiki
To use in your own tiddlywiki see [[Install and Getting Started]].
!!!See also
BasicOperations and [[More About TiddlyClip]].
For complex operations a simple language based on json is used. A Simple Operation is defined as an assignment of (the result of) a [[Rich Clip Template]] to a TC-Variable, eg :-
``
{"$type":"text/vnd.tiddlywiki"}
``
A comma separated Sequence of these are used in the Field Initials and Field Deltas entries of a [[Rule Table|RuleTiddler]]
When a sequence is placed in a tiddler these operations are placed in a json array :-
``
[
{"#myvar1":"Rich Clip Template A"},
{"$fieldm":"((*#myvar1*))"}
]
``
Thus complex operations can be broken down into a sequence of simpler ones.
<$set name="loop1" value=<<qualify "$:/temp/taglist">>>
<$taglist nodrop="true" template=taglisttemplate>taglisttemplate</$taglist>
</$set>
<$set name="loop1" value=<<qualify "$:/temp/taglist">>>
<$taglist class="btn btn-primary" template=taglisttemplate>taglisttemplate</$taglist>
</$set>
---
!! Changes
* [[removed|https://github.com/buggyj/tiddlyclip/issues/8]] default categories shown when TiddlyClipConfig exists
!!Improvements
* [[added|https://github.com/buggyj/tiddlyclip/issues/6]] current section name to 'clip as' in context menu
* [[changed|https://github.com/buggyj/tiddlyclip/issues/5]] LinkLocal LinkRemote now have lowercase first letters
* [[Improvement|https://github.com/buggyj/tiddlyclip/issues/3]] - links are passed on in a human readable
* [[added|https://github.com/buggyj/tiddlyclip/issues/2]] facility to conditionally show a clip Action based on link location
* [[added|https://github.com/buggyj/tiddlyclip/issues/1]] linkURL substitution variable
* [[added|https://github.com/buggyj/tiddlyclip-plugin/issues/6]] module to convert paths under or equal to current paths as local
!! Bug Fixes
* [[Fixed|https://github.com/buggyj/tiddlyclip-plugin/issues/5]] within tiddlyclip config tables, entries like "[‌[x]] a" treated as links (and cause a parse error)
* [[Fixed|https://github.com/buggyj/tiddlyclip-plugin/issues/4]] within a tags entry in tiddlyclip tables, [‌[x]] is treated as a hyperlink
* [[Fixed|https://github.com/buggyj/tiddlyclip-plugin/issues/3]] when write mode is inc tags are overwritten
* [[added|https://github.com/buggyj/tiddlyclip-plugin/issues/2]] handling of tags of the form [‌[a b]]
* [[Fixed|https://github.com/buggyj/tiddlyclip-plugin/issues/1]] adding a string to the tag entry of TiddlyClipConfig has no effect
!! Bug Fixes
* [[Fixed|https://github.com/buggyj/tiddlyclip/issues?q=is%3Aissue+is%3Aclosed/buggyj/tiddlyclip/issues/17]] tiddlycut appears in the context menu
* [[Fixed|https://github.com/buggyj/tiddlyclip/issues?q=is%3Aissue+is%3Aclosed/buggyj/tiddlyclip/issues/16]] in chrome version when a docked tw is removed/reloaded it still appears in the context menu
* [[Fixed|https://github.com/buggyj/tiddlyclip/issues?q=is%3Aissue+is%3Aclosed/buggyj/tiddlyclip/issues/15]] chrome version displays empty section list when config missing
Within a tiddlywiki information can be created thru the construction of structures, either within a tiddler (such as tables, list etc) and thru relationships between tiddlers (tagging, names, etc). The Idea of Rich Clips is that clips can be blended with tiddlywiki structures and thus increasing the value of their information content. TC provide a flexible templating system to enable tiddlers to be created from a mixture of wikitext and clipped items. Items are collected by the browser Addon and placed into a number of variables, and these are passed to the plugin. These variables begin with a @, eg
``
@pageTile, @pageRef, @clip ...
``
Tiddlers may be constructed incrementally thru a sequence of clipping action, when this is the case, previous tiddler values will also be made available thru another set of variables beginning with $, eg
``
$type, $userfield ...
``
Templates are made that refer to these variables allow there content to be placed into wiki text. Templates can contain tiddler text and substitution 'placements'. A [[Substitution Placement|Substitution Placements]] take this form:
``
((*...*))
``
A simple text substitution for the variable @pageTitle looks like this:
``
((*@pageTitle*))
``
A complete Template could be
``
This clip was created at ((*@dateTimeLong*)) from this location ((*@pageRef*))\n\n ((*@pageTitle*))\n\n ((*@web*))\n\n"
``
A number of templates are used together to create (or amend) a tiddler, and are grouped together into a Rule.
|!MODE|!FUNCTION|
|append|text is append to existing tiddler|
|prepend|text is prepend to existing tiddler|
|no-textsaver|pass thru text - used with copying tiddlers|
|once|if tiddly already exist do not recreate it|
|import|created/modifed tiddler is passed to the import mechanism|
|add/import|if tiddler doesn't exist it is added , otherwise as import|
[
{
"#newdata": "((*@pageRef*))\n\n{{((*@pageTitle*))/thumbprint}}\n\n((*@text*))\n\n((*@userstring*))"
}
]
A Rule contains a number of [[Rich Clip Templates|Rich Clip Template]] corresponding to the different parts of a tiddler, namely title, body, tags and fields. There is also a 'modes' template that allows for some extra control (see RuleModes).
Rules are represented as rows in a Rule Table
A RuleTiddler contains a single Rule Table which has the following format
|!Title|!Body|!Tags|!Field Deltas|!Field Initials|!Modes|
| | | | | | |
Each entry in the table contains either a Rich Clip Template or the name of a tiddler (surounded with double square brackets) that contains a Rich Clip Template.
The contents of this table define how tiddlyclip creates/modifies tiddlers. There is one row for each tiddler that is to be created/modified (one clip action can create multiple tiddlers). Often there is only one row in this table.
The title, body, tags and modes column entries contain a single template.
With Field Detlas and Fields Initials, a number of fields can modified/created by sequence of [[Assigments|Sequences]]. Field Deltas are applied last.
To support complex [[Operations]], a tiddler can be used to hold the content of table entries. In place of a table cell content a tiddler title surround with double square braces is entered, and this tiddler contains the operations.
file:///home/jeff/Pictures/
file:///home/jeff/Pictures/Screenshot%20from%202013-12-27%2011%3A44%3A29.png
file:///home/jeff/Pictures/
file:///home/jeff/Pictures/aroundselargiusdetail.png
http://127.0.0.1:8086/
Tiddlyclip (TC) allows parts of webpages to be clipped into a tiddlywiki (TW), and consists of two parts, the browser Addon and the TW plugin. The Addon is completely memoryless, any configuration is determined by the current TW that the user has select to work with (we say that the Addon is docked to the TW). TC is designed to work (in a basic mode) without configuration. Once the Addon and plugin are installed, all the user has to do is select which TW to dock to. (see Try It Now and BasicOperatio
<$image source="file:///home/jeff/Pictures/">
file:///home/jeff/Pictures/
((*@linkURL*))
file:///home/jeff/Pictures/
((*@linkURL*))
file:///home/jeff/Pictures/
file:///home/jeff/Pictures/IMG_20140427_122528.jpg
\rules only table wikilink prettylink
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|((*@pageTitle*))/thumbprint|((*@snap*))|ClippedImage||{"$type":"image/png"}||
|((*@pageTitle*))|{{((*@pageTitle*))/thumbprint}}\n\n((*@pageRef*))|ClipIntrest||||
Substitutional Placements are distinguished by their form:-
Simple `(*...*)`
Conditional `(*...*??*...*??*...*)`
and by the types of Sentences that can be placed in these forms:
simple `(*substitutional-Sentence*)`
Conditional `(*boolean-Sentence*??*substitutional-Sentence*::*substitutional-Sentence*)`
A Sentance is either a Macro or an Expression
!!Expressions
Expressions contain TC-Variables, which have the form @varname or #varname or $varname.
In the follow description TC variables will be distingushed by the type of their contents:
*boolean-variables: containing either 'true' or 'false'
*numeric-variables: containing simple numbers '0', '1'...
*regex-variables : containing a javascript regex in a string - see http://www.w3schools.com/jsref/jsref_obj_regexp.asp
*string-variables : containing any string.
Expressions are either Substitutional-Expressions or Boolean Expressions
A ~Substitutional-Expression has one of these forms
simple:
``string-variable
``
numeric:
``
numeric-variable``+``numeric-variable
or
numeric-variable``-``numeric-variable
``
regex:`` string-variable/regex-variable/term-variable
``
search: ``source-variable:rule-variable:term-variable
``
booean-expression is either
boolean-variable, regex-variable, or a macro which must return a boolean string.
!!Macros
these have the form`` @varname(TC-variable, [TC-variable,...])``
<div class='tc-table-of-contents'>
<<toc-selective-expandable 'ToC'>>
</div>
<div class="tc-taglist"><$linkcatcher to=loop1 >
<$reveal state=loop1 text={{!!title}} type="match"><$link to=""><span class="tc-taglist"><$view field="title"/></span></$link></$reveal><$reveal state=loop1 text={{!!title}} type="nomatch">
<$link><$view field="title"/></$link></$reveal></$linkcatcher><$link> ->@</$link></div>
<$reveal state=loop1 text={{!!title}} type="match">
<$transclude mode="block">
</$reveal>
!Localclips
|!Category|!Tip|!Tags|!Rule Tid|!Modes|
|localmusic|make tiddler with mp3||[[localtwmp3]]|linkLocal|
|localjpeg|make tiddler with jpeg||[[localtwjpeg]]|linkLocal|
|localpng|make tiddler with jpeg||[[localtwpng]]|linkLocal|
|localpdf|make tiddler with pdf||[[localtwpdf]]|linkLocal|
TC variables contain string values. There are three types of variables, @variables, $variables and #variables.
$variables are used to hold tiddler fields values, and are used to create a new tiddler. If a tiddler is being modified they are read from the existing tiddler and can be modified.
‌#variables are used to hold temporary values. One of these variables, #newdata has a fixed purpose. When a tiddler is being modified, it is possible to tell TC to append or prepend new data by setting a [[Rule Mode|Rule Modes]]. Instead of modifying the $text variable directly the variable #newdata is used to hold the new data.
@variables contain values provided by tiddlyclip:
|!Variable|!definition|
|@section|Name of Rule's table section|
|@category|Name of Rule's table Row|
|@category1stword|First word of above|
|@pageTitle|document.title|
|@pageRef|location.href|
|@text|gets selection as text|
|@clip|gets clipboard contents as a string|
|@web|gets selection as html|
|@imageURL|URL when Image is detected|
|@dateTimeShort||
|@dateTimeLong||
|@dateLong||
|@dateComma||
|@onLink|"YES"/"NO"|
|@hasText|"YES"/"NO"|
|@onImage|"YES"/"NO"|
|@clipText|"YES"/"NO"|
|@newtiddler|"YES"/"NO"|
<$set name="loop1" value=<<qualify "$:/temp/taglist">>>
<$taglist class="btn btn-primary" template=taglisttemplate>taglisttemplate</$taglist>
</$set>
file:///media/3497f82e-3b95-41de-90af-df905eceeab4/data/radice/aWiki/myTiddlyWikis/lists16.html
{{TcLists — webclip notebook/thumbprint}}
iVBORw0KGgoAAAANSUhEUgAAAYYAAAC/CAYAAAD6gns0AAAgAElEQVR4nO296VNbab7nef+CnJ6ZFxMx0W9m6YiemImJmOnoFzfiTsxMdEf0i77Rc29V3dvVVbey8nZV3tt1KzMrF5dtbGfaTpedaTtJY4xXVrOIRYhVEosFNosAgSS0IAmhhUVCYhUSi0Ag6TMvJEBg8IIXBDzfiE9gjs45z3OOpOfr83t+/J4/c7ngdXA64wgJCb2ejMYQen0AqzWMwxF7re+cQPC28Uws0dPVwcryMqZBHR999Gv+7M/+bJvXPaEwBiGh19fBjSGGUR3G/tz2OJYuD7l1YZxpMNAIjhba/hFWw2FWlpdZDYf525/9VBiDkND71oGNwbmG8uEoVRV+mlpmaKzy09QawuwAl32JGuWqMIZjzNBQCIlERleXjcrKevr6Rt/Keft6rIy63Xz++edMT03xs5/8tTAGIaH3rYM/MUTpLh1DIvGhkPupqfChUMxjFMZwIujpcdHebkCjGUOn8yOVNr4Vc+jrsbIaDm8hjEFI6BAk5hgEB2F4eJXy8hoGB2coL699a+bQ12NloFfNqMuBxTR4SMYQX2fgeg+XOyPEAcIBbv+mk2t964nfl+e48V8G6Qg8dyDeGh3XepL7pSjidPDlt9OEXtKdWHCBtu4V1oHY3CTnPuzmywwt585pOfVZD198P8bIyt7HrmhNZJQvs/76VywktEPCGAQHQa+fRqfzU1FR+5w5aLW+Hfu2txt5+tREQ8PT517bTV+PFdfIMGMuJ56JscN6Yogz/1TP728HWAXW7CN8+Ukfn92eZwWIOEb4/OwE/ujzx72pMaxPjHL+5hwrJIzhm1MuRjdH+vg6fTd6uKJ+/vwgjCEdFVqL8nfyMT7IMvH/lDv4X/JtnOv0EY2/+ucy6lIT6bxHbH78+RdjMdw//ym+ixeIr60BEF+P4Lv8De6f/X/EVlcP1G9hDIKD0N8/QU1N8w5zkEhkGI3zVFTUPrd/S0sfPT1OZLKmF543TYwBNnzjnD3lYnQ9xli5luttU2SdHsa6GmdKoeWrkiXWIyu03x/k/MVBLl82I9GvMlGj5ctMC99d1nHmKx33n4VZZ29jiHgnyT4/QEZGP6euuBhaCNNxV8OHv9GT373K+i5jiEfCqK5quGvaYLHHyPmaFTaAWMDHtxc9jPYnjeG5fkV4zsOE3os+bp7ggywTH2SZ+Dv5GH9eOsIHWSbu6GZffnA8zpriMuHHHxIdG9h3t6WuDlw//Q/4Ll0gtrSI7/I3uH76H1h61n7gfr8bY4hhVC+j00b2mGeIoKoM0L/1WgyjegXtnhlOexxbFcS2ddyrHCN4V/T1jSGTNaHT+aioqKOmpgWVSo9M1oTVury139BQiJqaFnp7XcjlHS8+Z7oYA5FFHn+pp9W/Qv3XBtrmIvTdHOCxY42+7zTkDG0w0zLI2bJFVuMQnfPz3SkbbZJ+fndrllAcYgsz/Pi5Gc3iXsYQw1M9wJnqJdbiMaZ6vfRNx597YtgOJQ3wya+e8XF24tz7G8MS3uf6ZWd47cBjhNABtbIe47++beaDLBP/4pGVBkdo6/f/87H9xQdHN1iV/oGlr/8HNvTSl7a1aQ6jv/yPb2wK8AbG4IjQJvXT1LpAV8skxffHUNtWURR4kMtcZGWOUimZpVnqQ147SYclQmveOHVVTvKKZlBK52gudFDSME/tw1Ee3xunpmyUwtIpNLYIqiIvjZJRamtGuHpjAnmNF5VpDVVVAI1qkuJ7dh7lpB5z+APlSaS31011tRKjcZ4nT7QMDk4jkchwOrc/Sy0tGqzWZZqbe3E640fEGIhiztFwvWmcS18nwkaBZwbOlUxy9ysTmsUolpwe/svFIbKyLGRlmbn0tZXGx1out68lQj3xNZ5e1lHjje/5xBALhWgrtXD1WwM38zyYF543hh1PDKvL1J3rp2w0ttMY5nxc3jKGEIPP9cuGfumNxgmhA2gsFNl6Wvjz0hE6Pctbv//z+5b9D1wPs1r8EUuX/gUbtiev1FZ8PYL3qz/g+uu/xPPFp1thpYPq4MawhkrqQyGfojpvDGmZE6UhjDzPg7xmjIL7CWNokflR1E3SZYnQLg1i7HJzPy9hDE8bPRTkemks81D7eJyqMi8NjdP029dply7Q3+qjSz3OxSvjyGs8qIxrqCpnkBeNIS2z8+D+WMoxhz9InlT6+ycoL6+lvr6N8nIZAwPeA58rjYwBFvtM/O4f1ZyqSMTto9Nezn/cwz9+M8lcLI5fMcjFhuREcWgBZcMMZmk/v8vafmLIOmVBv7z3E8O40kGDKwrE8NZpOVO9wurEKOdv7DPHQBTjj338aIyy1GvkdPESEWDZYOWTjE1jWGTiuX7NERCxpPeuOPA/PbLyQZaJi91+vu+b5r9KGsNf1bj3PS5c9CuWr/yvRMf6X62d5JyC66f/gdkHdxNhpZQ5h4PorYaSHGu01i693fDOuzinIG1JK2OIzU1y7pc95NpjiQ0bK9R82cEXssT/1OOrSzRn6zh3QcfZM4MU9oUZr9Vz4Y6Fq5d0nPmjnvyeVTZIGMPvP+zh1JkBzpwZ4EyGkcctbq7+oZcvz2o5/bWNp74Y0fkpfvhSy72O5+cYIIazsI/PSxcJz03z6JKWC1eHyCmwcz5ljiHyXL/WxBzDIalmJMg/u23iU5WXv6kf5YMsE/9dzhBDs3tPCsfm3KxW/BOx6ZeEmlLkv/btjvDR1pzD5W8O3G8x+SxIJ9LKGISE3oa6vMv8vCEx8fzb5gkcgf3/Jx+bH2N9QMK6tmIbXSWxGce+x0zd/J6l7s4d25a7u/BdPE88erD/EghjEKQTwhiEhNJABy+JsUFX1QS11R6eWTZQ105SJ/PR3pask2RfQnJvCqMDHLopSop8KBun6O4L0GvdoLtkjNqWIGZHdOvYXtsGaqmXOukkatsG6gYfdVWT9NlT6y+lbk85VswxHAuEMQgJpYHe5InBaQlRJ/GhsYZRyhYxq7009S9So1xB1+pFUjSD0RFD3x6kq3UGZdUI+bIQFucG6sYZWlvm0dlSjjWs01XipDB3DJV6GYs9jKJoHLWdZJmNMEPalO2p7RpenO0iOBoIYxASSgMdPCtplcbbdiTyebS2DdQyD9WVk/SZl6hRBGmt81GWPUaXOUy7ehWNwoesxIWkYx2XM4q2fY7mOi/t5pRjbRFUVT4UNRMo2udRSn001nh4ZmHLGMyaQMr2lGPFE8OxIE2MIU5kfgz3whrBsXGm5leSk7dx1uamWY693S+hkFC6ScwxCNKJNDEGYGMBb3CVxekZZmYXWY+tMjvpY3JsnJlpL26nF59vnlnfDFNuF95AhDgxwrOJ1/yTfiZHR/F4fPgnZ1kVDy5CR0jCGATpRJoZwxor87NMTc4QjiaMwTfmYsw1zsSolzmfA3cgTGhqHNd4iGh8jdmxcSbcbsYnfPiEMQgdUQljEKQT6WMML1WU5Skfi3tmA26wNDOFfzJARBiC0BHU4WQlgWvz9R3nSc0+im5nLjmj9NZ6qKmZpt++Mytpe5/DH9QEb84RMgYhoeOrQ8lKcsUxbL2ecp7U7KP+IKq67cylulwvTS1zqHtTspJsKdlNYvL5WCCMQUgoDXQ4WUlrtG2+bkk5T4oxmPtDdKlSMpcaplDW7s5W2tjObhoS6arHAWEMQkJpIDHHIEgn0sYYgkEIzM7SnneBn/2xgvaRRYa088wE1jFVlNE9uY6p9AbfXNfiDYTRFOZx7959suRmJNmd9GvnmQlAIBCi/stL3L6byYVKP7MBCMx4qbijxRuAQJJgEF5j7RYhoXcqYQyCdCJtjGFzwA64Wvm2NkBgxov0Th2PbuaS+dUXnPk2l8xTf+Tc1Rrybj3gP/3rbIbmN5gcG6X8Vj2Ps6X8cOYeOZn3yfzkKnezL3O+3oL0fh+dhbe5el1ByeUM/nijjeGZRFtvWClZSOitSRiDIJ1If2O4kcutM19x5nIut86c4fz1XtT3fsu///UN7ucXcKtGT9mteh5nV3H9yyyyb9wl61IzI+MabuQPUP3dQ25fuMK31+U8vprDnYc9OOcSbYXDb/nbLSR0QKVtVlLq9qENtE9nkOU7URrX92xX1Eo6HqSfMbyM+UU6HzyibTy+c/uUm7ICK/5XPU8AIpG3/O0WEjqg0jYrSbuM2bRze4NyBVPqdlEr6diRNsawtPQa5vAWWF5+y99sIaE3UNpmJWnmqLi1vd2m9qLQx7CkbreJWknHjbQxBiGhkywxxyBIJ4QxCAmlgYQxCNIJYQxCQmkgYQyCdEIYg5BQGihts5JSayU5IrRVJY7v27GyW8p5HIc/qAnenLQxBpfLJRAIjj2HP+gJjpAxBINBwTvC5XIdeh8EgmAweOgDnkAYg2DryyiMQRAkGJyh74crXCnsxT2f3BYYpzojj97pIL4nWVx4MvVO+3DYA55AGINg68sojEEQJDjvovi3n/KLX17lyumrnLpaS+/4GNWnb/L9N9lcP3+aU63CGATCGE4EwhgECaZQnb/E2d9/x8Uzt8jMVWH2j1N9+ibXzmfz/TlhDILjbAxzLpruXeevfvIjhc8cDLaq6WzoZHh2+7H58L+km/hp+vRLzt7I4dSPWvy7Xn8bj/dv3RhS72/HBPOHfg/fgAUv9b8/RUZWOeVqF4bW/kSY5Q1DLL4nWVxoHcfY2oXy+q7wzVElME7lhx/xD9UD5PzNbzj1dPr5a37JfTrsAU9wko0hGCToaePLs934AuNUn/6es7+6ROnwKNV/vL79GO1ZOPwvW9BP06dfkfHdTf7hmgrpd9lcv3aLHPUw9deSj/dNgxScyqPydhZlw/Ov3cY7eWLwtPHl2VZaH2by8a8yaR4dR34tmxvffMpf/JtP+e3ZKjT+dLi/L2HBS/0npzl/p4Zmu3v783GliD/97sZ2iKVlhMbTp7ava95F6Sffcv6LS2RcPMtf/Ntvubb7fWsZpvr0dTJ+9Sm/+PVDeiddVH99lVNXCrj4d5/xl3/+Gz46KvcpGCQYGEf6yVd8fD6XU7/5Df/3397c47M6lLzGx9z43VfPfQ4Oe8ATCGPYNoaMu9zPuE6pdZTqP6Y8Rk+nwxcy+cTww33+eLme0mvZ3Lj2I3fUNmqvbD7eT2IvvcTPP23CGXj9Nt6ZMfyxjoefZPDJf77EY4uLuiu3uH7hM/79P97kkw+/o9oVSIP7+xIWvDSeyqLdnxj4tj4fj2RkfXZjO8TS4qTzUfb2dc27kGQUUp+Xye3a+/zFv8rg2u73rWWY6owc7py6xNnP8uiddFDxzS0yH1aT+fkd8u5kH537FEzcH+mpG1z7h1OcvvIF/+/f3nz+s9pkTlzjo3rKsp+/vsMe8AQn3RiOFfPYKu5wrdlD4ADHv5c5hgU/mrIKHv1wm7zBuTS4Z4LE+zKNcTM8tvV7MrQ6k/Ja4P2EWQ97wBMIYxBsfRnF5POJJTBO9ZmbXPz4W65dukpmj2NnaPVsNvm3M/n4l19z6vd59PondobM3nJ/DnvAEwhjEGx9GYUxnFiSxnD5iyLaFVlcaB3eGVo9/T3nfpvBJx99zocfPaTX790ZMnvL/TnsAU8gjEGw9WUUxiBIDw57wBMIYxBsfRmFMQjSg8Me8ARHzBiE3p1cLtdhd0HoJTqcFdyiaNvnaK7z0j4UT67atorTxfYKbv3LWGzJ7Vv7e1A+DdKl2udYwZFHGMMJ0PEzhihTHbU8uNdAzXAAa6OMH/IaeJxvZf8VW9fxm8YZcwfZ2P1SLIC6tIGakbWtfxc3dGMOxliydVJ1vxCZa43wqJZmlQZVYzOSBgeh2Kv0NYz+bgnSljYKCq0sxgHWGK5uprGgCJlzAdvTQSSFejoHRqn4oYhPz/WhE+WrBYeIMIYToGNnDPEVzA39+DaAeJgReQXX8p9QkdtDW8UTFLImdPNzqCtUPOkwY2xv4cG1+2ReraS0qG97n4UFOm7LqCuvRx+KAzFC7nEWomGG6kzMx5I/o3FiG/N0VvbQVt+ForCKhsoCrl+Xo5DVUilT8uB6FealAOrKNpSPc7ieVUZOQQcjy2H090qRNcnJLjOhLisnJ7eWu1ebcYTjxOJxQtpmigrrqOgOYLWG6Cx+Spv18AcHwclFGMMJ0HE0hqFGLf4NIBZEVyvjh+x8vsvspq1KRVNtM/q5ObokrSgVT6m8XUlF/gNuXK+kuLBve59AkJ5yG1MGJer5hDEEnWMEoqtY6o3MxzZ/ArEAnWWdqDv1dLX20GOwUXu7AUVVMX+6VE5FfhEtk3OoK9tpLsnmyo9yGhu6cYbDGEs78ayH6H7UirxYSWNDK7IiPXMxgDghXTNFRfXbxvD4KW3WKNonHkziyUFwCAhjOAE6dsZAFH/XM0yh5Gctusz0YvQtnj/O0nA/Q8FY8meinY35ETraNDzrGmE+MsvTGhfhHYetYGvpQFHVinXlVZta2Q4l6QNYLdPUPdCjdcSxDASwvswY3mgFt42U1dmiW8f22jZQS73USSdR21NXcEtpa2hdrOB2jBHGcAJ0/Izh+OlN1nx2WkLUSXxorGGUskXMai9N/YvUKFfQtXqRFM1gdMTQtwfpap1BWTVCviyExbmBunGG1pZ5dLaUYw3rdJU4KcwdQ6UOoqpL7mPfbutZzzIWexhF0ThqexzDVjuHP6gJ3hxhDCdAwhjSX4eelWROOdYWQVXlQ1EzgSI1+8i03VZ3VwCl1EdjjYdn5lXaNtsRcyPHgjQzhsQjfK9Gg3lhBaukiNK2nj0zQVaGWuiYjgHr+M1+VjdPEVtipKOOy9830eMO4tsrCwWANWxSOfLmWk6f6Wdxz33W8ZtGMZTd42qBmYXYCrZndhZir3Ydr53VEk0JT8TDWF+73b21bQyvfn933IPU+/tSxVjQN5BZ50+57+v4Bw1U5w3ibrvLt+2T9OY/w7PHG7NiruNBVs5LrnuPrKSCTtz7dvKQMpI2P4vf1VPbNs6EyUZrWUrmVMp7rDZMUZenIvcHGQ+eTNHwyHBsMpOsLS1Ual/vKUhwuKSZMYQZqtPQWWNiPgbx9Tk6UjNBZHJMi3N0V6qQF+dTUNWUyDa51op7dRFtWXkiE2RuhIoGL5HYAuoKDU33lTQ8rkQmK+bKdyXJbJEoc9o2KsrKOPWxhMbKWrQLC/RVPEEhq+T2NTma6WlabrXiWo2xMNCMPpTIINGHXuU6XpLVUpHLzYJ2HlytpL5UjqyonJxHUn68Wo+8Wk7XdJR47HXb3VvbxvAq9zewRzZPNdKC5L0NzSczb7K5eqdl+15N+Wmv1KOpeoo75ELW4qA7J588xRgr0TlabslpLZNSVtCCrEBOfpWRjtR7PTWdfF+LafZtvPi698pKym1F+jil39erMC/NoLwjR1H1mG8yyg8hIykOYQcV9UM8laiRZVbyOL+Pjs3P6XJ86z2u6g3SXV5DjTaMw7FGd+mzNMxMWqe3soXvz+Rw4YKcwnsFfP5lPYUP5cgGFmi8Xc7Vmw3cOCMjN6eexsE5qnNUFGYVU9IvjOEokWbGsIqlXkNX7T6ZIOZ5ItE5OivbUDy+w/lvyhPZJjdacYWD9JUqE5kg844UY+jnSbkZZ0crg0ONZFysTeyzssRgRQP1zbV8+vdP8egb6JoOoKlS0VRTRc59C8uEMTxW4VqLE9K1JAYqXcsrDNCvkNVinsJe8Yh7shL+VGahs1RJY20N2dflKGrkqGdjJDJWXqfdvbVtDK9yf+f3yOaRUpafvLdLgUTmTXE2f8p5knKvYky3PORqwzQbYReyFicGeQN3bj3Fs5G4jyZ1PueqPIzKsrip8e+815vva2kJLVPRF1/3XllJt3P5/nZzSr+LaJn0o7jdgEJWyZ1DyUhi2xgqB1EXSinK66Vt83OaeDQkpGtJGENF7bYxlKiobkyzrCTHApVXK7n7/U0+/qyOwnt5fPqHWgofNlDVH6D2tpKCPCVZP9joVyqRaWepymmj8HaJMIYjRpoZQyLU0afR7J0J8jYTT16rW5shjdcLJb0wq+VVruW1291bu0NJb3R/98u8ia/hVDTQNXvATu5u44XX/YpZSdE9Mode3vj7y0jaPO6ZPRFKKtCisYRxjCzQ8EhPd98rZCW5Nugom8Hk3Ou1GDrlBFV1fqoblrDv8XqfzIeqN/J6f7HsmKXikQvr5s80GMgEb5c0MwahdyEx+Zz+OnhWUooxOCO0S33IZW4KSnwoJBZu5i5gc4HDGqZN6kNeO0mHJUJr3jh1VU7u3xmlomwGZbUfRYWLJlP80AclweEjjOEESBhD+utNjKE9101dSwCNJcJTmR+FbJSCYj+KKgcllV7qlNPUVM/SVO1HUTdJlyVCuzSIsXucokI/DZVJY6hyoTQd/qAkOHyEMZwAHT9j2CsrqZ2egRdkT+2RfVQzsrxHxtV2FlbEY8IWev7zvG9G3OuGruIhesptLLPO01onfanG4Fig6lYnhfuFapwR+juCjLjA5Qggyyrls/OaRCaTc4Ne5RRymS/xx2cv+96+7v6CY48whhOgY2cMe2Ul5TVT8H0r7pXZRHZUeSV3M+UopOXczirdzhLayj4CYnO0ZCYzrvKbqS+TUlDVTWVmK+7IOhPqXqrL9PRLaym4IaOutIDs3CfIi4tpmYoljr9RxP3HyeyyYil3bzYgr66lojqZrbSySF9OPnlyEx2l5eQUPMPoHKG3y4A9GKAjuwGFJI8vPy/hu/PVPLxZxoMHtRR1zVJ16xk5lxsofFDL3QdKvj9fRbN1kdqr+dwsNFB6u4fSuypKK4fROdbTNJNJcBQRxnACdByN4bmspJwycn5oxbWWzI6qNVN/uwGFtISbPzamZAFtZh8BhDEUyhIZV/WtNFTWUlA5wNMCFa6Qn15LkGlVHjeaXHSV25jSlXD9niqZObXOrM1Bd2ETqsfJ7LJSPXXZchTVpVy7nMxW8ocYkjdwJ7OO6qJEOy0t3bQ9M2APLiQyo/SVfJNRxvVrPbSWKZA3d5DXNk3VrWfc+1ZO4YNSzp4q5+7NIko0IVoKG7jyTS05t3oovtNKUfEgGvs63SXCGARvB2EMJ0DHzhhelJW0mR01NX2AjKTD04HnGDZrJUlt5N3V0lTznmolWdiuj+RM3f/wBzXBmyOM4QTo+BnD8dPRq5W0RG9z8tzOjeT+48IYjgnCGE6AhDGkv45eraQ5GmTJc1vWkvt7Equ5pcHAJngzhDGcAAljSH+9yRODQPC2STNjOCJF3m4XbC3J2Nu+11/mxhh6ush8LM7cdJRo8tpmJ9ZZS7lWv2EexUCQloFl1F3LeLb23XlPtvbTru26zuQ546ntPK/Uv3zev81X6bPQu5IwBkE6kWbG8C6KvDWhWwjSlV3E9Zz+7SJvrVNsxJOphI06an58nSJv0a0lGZ+271XcLjnIRjcYVC/R1zyNTLdMm3wB76bZxNbp6QwTBtZXI/R3LtLTHaK1KUCnJsDg5sRq6n5rUSatC0hr/BQ2BOjsneFu+QLe9Q0Gu5foUwfp1MxSXD1Hu3oea3LmdcsYXtjmHKX1+/R5PYqxeRqZfo2weCB8JzoSxuAIUnv3CYUPK7h4qprc24X86bqK0op+Sm6Vc/VmB20ilHQsSDNjeAdF3rYKpllwpxZ5a51iI7aUSCW8pUSe/zpF3mJsLsn47Olexe1iGOUztJlD1D1ZwqSbR6JYoKM9iGd9c584PuMC7cYQrT2LdCYH6RZlwhh0W39YtXO/Z81zNKkm+b58nk7NHJKGBTyRhDFoeoN0989R3hpmbmwBw1LiDKlPDPu3OUuhZJ8+R6I4dfNIFCGmDqte1THXwY0hjr7JR0uDH81BJn63VoAbQ1LmTWQl2eNYuvbIatI6uPqVjO8vFZBxoYeCb+/yj1/V8ajoGbmZCh5mNnC9aomuzewmO7icyWwn6RglJYmMqD4buFyb2U7zND1OZj3tWe9JcBikmTEckSJvm+3sG0p6gaJRJn2ruL1rTC7vulexDfr7V1l70T6p+71iky+cY3jNcwm9G72JMZjaZ3immkVnX0VR4EEuc5NbMIlc5iInx4O8xovKuEqrNITx6Qg/Zie3mTYYVIfo14eoK3OTL9nMSorjsi+9OKupZp62xu1sJZeLxDGKAPKt7KYYVs0s1dJFzOpxiqUzKKuc1OljWPuT2U7N08hlu84jOHTSxhhcLpdAIDjmyCp9aOxxLP2hRLZT7RjSxtlE1pMIQ6UNaWMMQkInWW9ljsGxRmttSnnt3b/vt00g2IUwBiGhNNCRmHwWnBiEMQgJpYGEMQjSCWEMQkJpoDeulVTt4ZllY6ve0buplZSyj53tWkmOlCymNBjUBG+OMAYhoTTQkaiVtLWPh5q2xe1aSQ6SWUyrwhiOCcIYhITSQEeiVlLKPu2ptZKsCGM4ZghjEBJKA4k5BkE6IYxBSCgNJIxBkE4IYxASSgMJYxCkE8IYhITSQAfPSgrTWDKPtnmY7JYV2sum0DvZ9YdsG3SUzWDaqkUUw6gOY3dF6SpyUaP0UyYJYnOCyxVBVRXElgaDk+DwEMYgJJQGOvgTQ4x+2RhVpZPUlHkpq1mgrWqUwpIxcnMmaJR5UJnWE8bgWKe90EFJwzy1uT60jihdRW5qFV7yq+ZRSkMYnzm5nz9La9UohaVTaGyHP0gJ3j/CGISE0kBvEkqydzjIlK2grbHy8FmY9kovDXXj5N/3IK/1ojJv0J7rpq55mtqqCQpyvTSW+ei3R+mqnEbvWKetxI9cMomi0sbd/BmaK700NE7TLwrbnUiEMQgJpYHEHIMgnRDGICSUBhLGIEgnhDEICaWBhDEI0glhDEJCaaCDG0OU3hoPjUo/dV3rL9hvd2YSJLKTlmgXmUmCXQhjEBJKAw0OLjA4uIDVuvraK7iZO/xIqzw0qldozRunTjpOY+MkxffHUNuSq7rVjJF3f3o7M0m+jN2xhjJ3gtpckZkk2Mk7MYbh4Qhm8xKDg8H1UnwAACAASURBVAvo9QGBQPASBgcXMJuXGB6O4HS+zkpmG3RJPdQp/VQpQ6ikQYxdbu7dGUVa5kRpCCPP8yCvGeVhpislM2kKvTNKt8RDbZnITBLspK/HiqanG5m0ArNx8O0Yg8MRZXg4gtW6itUaFggEL2WV4eEIDkf0NY3hJYgV2wQH4GlbH2urqywthpidnuLvf/3hmxmDy5Uwh4RBxAQCwSuy+b057EFBIGisb2ZtdZXFUBC/z8uXf/j0zY1BIBAIBEeXxvpmIklj8HknhDEIBEcG5wLaXjdW2zJO1xqWwbnkeggbDBscGE2jGK2RPY6NMWJb3mfthBWGDAv7tLmOVW/HMOjA6lzHZnBhNLixWEbQGJZS+jTGyGHfG8EbsWkMoVAQn0cYg0BwRIjhMDvQ9o+g7XMz4lxjqH8E06AdqzPGiHWUwUEHJusSVv0QA1obmt4RTAYHQ44VTBobBu0QA7oRdH0OTFoLBoMd08giRs0IRsMQmj4zA9px7M41LAMOrI4YLuc8Bq2bYecyJkOAEZsT0/A8BtPydp8GPMIYjjiboaRQKIjf6xHGIBAcDcJYjG50ahPafjfDzsQTg8M2gsURwTo4gsE0yqBpHoveidE4nDSGEYZG1rHpbAzqnBhNTvTaGexDbqzD4xiGFzH1OzAZhtBoHBhNE9i3nkZWMKl1aE1T2J3r2AwjDOpdDI8sJI1hs082bGKu5EjTWN/MWjhMKLiAzyOMQSA4prwoRCQQ7OSdGIOQkNDraTMjSWQlCdIBYQxCQmkgu3393fwdg0BwAN66MYiSGEJCry+LJXzAv3wGlyuKumoKneN1B4C9VnBLZXOlt5ecx7lOu2QStX4OSd3Kzv2dG2haJ8i+P0m7NprYts8f3Tn087Sqwtid67RLX1Crab8/2nPGMGojKdlWr9h/wXMIYxASSgOZTIsHrJUELlcUdaWHWslmbaN1VIWjFOW5kr9HUBV5aZSMUlszwo2HszyVTe29glvHBCpLykpvD8eQVviQ107SYYkkazFN0GWNMqgOoUvWUXKa58i946HPFqFd6kNe4ya3KJg4n2ERaeMKDucardIQxqcjZN5Ori5njNBRNUphqY/mplmqc31o7eu05nuQSx3kFgcxdri4fy/Z/9oJFNoVGnM9NFY7yMyaQF7jRWWKoCp0k1s4g3yzj5Y1lLk+tK9tmAJhDEJCaaADV1d1rCCv8FJRNoW8YrO20TrtVbMptY7WaZcu0N/qo6t3ipJCGzmNqzhde63g5kI1tE5Poyex0lvJONIKP4q6SbosEdqlQYzdXtqGdvdjFUVFEJszwlOZH0XtGI/zvInzbRnDOs8kkygkFjLvJFeXM0USK87JxqjsWKVL4kv2N4ixw01urhdFxTD3izb7P01d7wryfA/yGieZtyaQ13gS56maQSmdpWmrjxt0S3yi1pMwBiGho6n3th6DM0q/3IPKfAzmMUQdqHeGMAYhoTSQWKhHkE4IYxASSgMJYxCkE8IYhITSQG+ygluHZAajcx1VyTTq1CycPUMtu1dy228VNxAruZ1chDEICaWB3ooxFHupejiKRJLMLjKvJrJ3ZG5yc93JDKWkMThSMo/2WsWtYwLVUARVhVjJ7SQijEFIKA10cGOIoVN6aWiaorouSLtkAmlxMrvIvJrM3nGTm+tJZiht0J7rTlnJzUtj2V6ruLmSxiBWcjuJpI0xrGhNZJQvs/4GX67Ncyw7HXz57TShXV1Z7jfztWxljzbizDQPcuVpBGFrQochMccgSCdOlDHsL2EMx0WB1Sg/qR3lgywT/67Kxf9WMMwf2rxsxF79nY2OPCXScY9YwPPca/FoFPd/+hmT504TW11NbFtbY/LCWdx/+9fEk9teV8IYBOlE2hlDZGUR+Y86Mr7Wc/6cmWrLOtGVEA0/6rnwtZbTF2y0eWPEFgNUXdeS8bWeixeNFA1EWHrZE4PGxLmqZUL6ITJynDzMMnExQ0dW0xLe5kGuPF1jfW6Gh+eN1IxsCJM4gvq1YpwPskx8kGXib+tH+dfFdj7IMvFD//TLD45FWas7Q7jwF8S8hn13W+7rwf03f8XkudNEg0Emz5/F/bO/Yrmn+8D9FsYgSCfSzBgWGW/QkVG9RARY93m4eNrBszItF5VhNoCV4VFy5cuseP3I+1bZAFZtw3x1Y465VzYGE//49SQzUYjN+bh0bpRB+SAXKyfIPqWj2hkVpnAEtbwe45/dTpjC//zISuvoIv9ttpkPskz8H0X2Fx+8EWFV8o8sffM/smFqeHlbSXNw/8efvLEpwJsYQxx9k4+WBj+ag8wBOMM0lsyjbR4mu2WF9hIfHX3LtFTMoNgrI2mv/TWr6LpmaSy0kNu+sc/KcC/rx3adI3vPJCrT7j/A26vuUYy+mqnXmPuIoKoK0K9eRrdVU+ll54hh3LH/LvbM/IphVK+gPUCdJod+nta2EC0vqhW1b7vsqhd18FpRaWYMQfR3+rlniSY2RhZ5fErH3Qv9FDpiO/aPBgLUPbJy96Gd3Nta/um71zEGM2eKF4kALM3w3Tk3ermWD//JRM7XGm52rRE90FUIHaYmQutbTwv/l8RB2/jS1u///L5l3+Pia0uEC37O8uV/SdTZ9UptxdfW8HzxKa6//ks8n3+yFVY6qN7EGEztMzxTzaKzr6Io8CCXucktmEQuc5GT40nUEjKubtUp+jE7uc20waB6gWbJGFWlk9SUeSmrCdAinUVRMYOicpbmQgcl8mXszght1X4UFQ4eF43u3L86hNU8T4U0lEh1dUTofTpPW1uS9iA6WxyrdhmLI/FTp1nGYg+jkPp5nDNGQ6UHqWQGZbWPxkoXSsNasr1h7ue6KSwZpyBnEq09mU0lX8buiNCUO0qVxIe8ZpS8ex6emeO4nOvbtaFqJ1Bok9f+zMn9/Glqc8eorAigUYfQWddoynVTKglh7HBx7/Z2naU2qZ+mlhmqHoxRKZmlWZpoJ/fOZr0ocDmSmV/VLnLykrWhzGsoH43y+F6yztSOY1L670y5F444Vu0iatUs1Y/GkDz0IK+eoMOSrC/1snpRMjf3sz08M62hks4m6kVVObh3Z/JAtaLSzBgWGa/XkVG9TATY8Hu5eHqE9sdaLjcnnxhsLn6QLGB53M+VzsScwIrJxhffv54xZJQuJeYztowhGUqa8fHdFxZ6FsQzw1FTHPiXeTY+yDJxpWeKP/VMbRnDT+tG9z0unP9zlq/+7y8MH+1oZ3NO4Wd/xVxh3lZY6U3M4U2MwaZbRq9dweJYRZ7nQS5z8bDQh0Lm4k72di2hzTpFP9z2JLcl/ldu73CQKVtBW2Pl4bMwqk1jqJjlaaOHgtwp9PYIqmo/iioXdYpd+1dNI8u2IVHM0aGP7vPEEMfSnxgALf1LaDXLWBwxtNIRimpc5FQt0Fo1g6LajzxpDKpqP4oKG3dyvTQ0+qh57KPfvpGs4zSF3hmlS+pHXp2ozVRYlPxftjO1NtQ0dZq1xLVX2rhbOIdKMkZlRSj5P/IoXdIpFJLJZE2mZJ0l0xoqqQ+FYgZFScIYWmTb7WzVi3IkM79qR8l9lKwNZYnSLfFQW5SsM5V6jHk9pf+p9yKOpXcWhXqVLsk4lZIgxi4PKnOyvtTL6kXJ3NzPX8DmiqDaqhc1TlHuwWpFpZkxJOYYGn7UcS51jmFpgerrWs6dH+DUOSvtvhgrtlF+uGLkRpaVh49HuPyFAUmtYcsYfv9hD6fODHDmzABnMoxI3bFXMIYIceJMtRr4MnuWYOxlvRZKN8ldIf6bbDO/a/Xw07rEJPR/f28I69zeg3ZsbpS1mlPE5kYh/mqfXd+lCzvCR1tzDhfOvvI5duutzDHsDi/sFW44aH0h5wa9yinkMh997yNt9X23d1R5R/Wi0sYYhITelgb8K/y9coJ/U+HkU5WX8VBk331j8+NsDMpY11awrqtiXVfJuq6S2Ixz32Nmsm+xrOnbsW2lvw//ny4Tjx4sCCkmnwXphDAGIaE0kDAGQTohjEFIKA10eFlJG3RVTVBbPYakzEudzEevPY6ly0NuXRinfQnJvSmMDnDopigp8qFsnKK7L0Cvafu17fN4ULZMJI5NPb90jGrFDLJ8J0pTfJ92D39AFCQQxiAklAY6vKykEP36EHVlbvIli5jVXpoMcVz2JWqUK+havUiKZjA6Yujbg3S1zqCsGiFfFqSvZfO15HffEqJO4kMztESNchWnK5F1YzYlt5uXaFCGcaRu391uGgyKgrQxhg2CXg+T3hnCsdc5Ls7a3DTLr3WMkFD66dCykhyrNN62I5HP0CCZoLpyMjHZa1+iRhGktc5HWfYYXeYw7epVNAofshIXkvYlVJuvbaZt3rYjkc+jNS9uGYNFM0fFrcT2nnYvCn0c147tu9pNg0FRkDbGALG1AJPeAJF4hDm3C+/8EvMTbka9U0xN+pmZCzI76cPvncTjmmDS48Hr9TE56mbM6cIbiBAnRnjWi9vpxT/pZ3J0FI/Hh39yllXxICOUxkr7rCTBiSI9jCG+it/uZHJ2kfX4OqGpcVxjs8x4JvFPzTA16Wd6JsBM0hh8vhDLMxNMeHz4xkaZnBzHNR4iGl9jdmycCbeb8QkfPmEMQkdEYvJZkE6khzG8dW2wNDOFfzJAJB26IyT0EgljEKQTx9QYhISOlg5sDKLWkah1JIxBSOh46k0W6umXvY9aR+Bybdf2eeu1jmon6bBEUBV5E/V+0qnWUbJvrXnj1EndFN1L/1pHwhiEhI6B3iSU9H5qHSWMIVHb5x3UOqqbpMsSoV0axJZutY5S+mbsGqOkYiLtax0JYxASOgZ653MMotZRepKmWWLCGISE0kBi8lmQTqSNMQSDQcE7wuVyHXof0p23eY9cLpcwBsGRRhjDCUAYw/u9R+/XGDboKJvB5OQFGS0xdMoJqur8VNfNo6wM0L9nlk7Kfg17hTdekuEjODYIYzgB7DnoLXip//0pMrLKKVe7MLT2454PEgyMU52RR+90EN+TLC48mTr0/h/aPXqDcx2OMayQ+5915MmXsTvWUOb6EhktjlWUlYn0SYctTEvlDMqqaWoKNmsmJVNLd+y3jq51kuK7wzx4sF1vSZn7ggyfNBjQBG8HYQwngH2N4ZPTnL9TQ7PdTfUfr3Pl9FVOXSniT7+7wfffZHP9/GlOtYzQePoUvz1bhca/cOjX8l7v0Ruc630aQ3uum7qWABrLMsUZQ9xPZvx0SzYzWmLolJPUKaepqZ5FnjSG6rydK7nt3q+hcAxpsYVrmZv1ljbolrwgwycNBjTB20EYwwlgP2NoPJVFuz+YeEr443dcPHOLzEcysj67wbXz2Xx/7jSnWpx0Psrmkw+/o9oVOPRrea/36A3O9f6M4QU41tFplujrW0Jn2fUHZ5vZMC/aJ3W/NBisBO+Po2sMcy6a7l3nr37yI4XPHAy2qumsayDnVCIM8n4HFj9Nn37J2Rs5nPpRi3/X6281JJN63R0TzL/nQe/tMEPfD1e4UtibCF8Fg3uHsBamMW6GuILB5O9qOhs6GZ5JeS3l2DcZzDf7UfnhR/xD9QA5f/MbTj2dfu33Mm2MQSA4IEfXGIJBgp42vjzbjS8wTvXp7zn7d5/z0YfXEiGRq7X0et5X6MNP06dfkfHdTf7hmgrpd9lcv3aLHPUw9deSIZmmQQpO5VF5O4uy4fk3a2/zuhd8qB9m8vEvvub82dvcuHiejCeO50I/aWcM8y6Kf/spv/jl1e33anyM6tM3t0NYrVOJAf/MTS5+/C3XLl0ls8eReJ9/dYnS4VGqz2aTfzuTj3/5Nad+9yM3Pjt4yCvVGKSffMXH53M59fGXnGuzo/gum+tXvuFvPvwh+V4OUf31VU5decyN3331XJvCGARHneNjDBl3uX82g49+dTUREslVYZ5+n8bwJWd/uM8fL9dTei2bG9d+5I7aRu2VZEimdRJ76SV+/mkTzsAbtrd53fNOSj7J4JOPPuPv/ymT69+cI+OJ67nQT9oZQ3AK1flLnP39d9vvlX+c6tM3t0NYKcZw+Ysi2hVZXGgdTrzPGdcptY5Sffp7zv02g08++pwPf/0jj7IPHvLaYQynbnDtH05x+tq3fN1mR/5dNjf+9DU/+eXNRN+azFR8c4vMR/WU7dHm+zWGKB2SGYzOdVQl06hTa+vsGQaK0lHgQtbgpaJhZStraUdNHucqNXdmsKTBACU4HI62MRwp5rFV3OFas4fA2z73gh9NWQWPfrhN3uDc/oPeS/A9yeJC6zjG1i6U13eFeo45R3eOIcUYir1UPRxFIgkla/4k6wDJ3OTmuiksnUJj26CrYhqDI0pXxSSNFaPJOkZeVE2TFN8fQ21b4v5nE5jSYIASHA6bxqBoqBXGcFzZGvTmXZR+8i3nv7hExsWz/MW//ZZru0NeLcNUn75Oxq8+5Re/fkjvpCsZNing4t99xl/++W/46BhmKB1dY4ihU3ppaJqiui5Iu2QCafFkouaPOVkHqMZNbq6HhsZp+u2pTwwLtFYm6xgVjVGWO4a0zInSIIzhpLNpDE3yBmEMx5VUY5BkFFKfl8nt2vv8xb/K4NrukFfLMNUZOdw5dYmzn+XRO+lIhE0eVpP5+R3y7hzPDKWjawwCwdtn0xjMJoMwhuNK+s0xpB/CGASCbdJmjsHlcgkExwZhDIKjTNoYg9C700EGqpOmt3mP3qsxODfQtE6QfX+Sdm00uf1lNY8EghcjjOEE6P0YQ5SprmeYFgKoi8u5minhh4JO3CsLdJZZWd73uHX8pnHG3EE2UjfHAqhLG6gZWdv573ekI2sMLnDZF5E2ruBwRmiX+pDLXNwv2Kx5FMXpPPyBRnC0EMZwAvRejCG+grmhH98GEA8zIq/gWsEAk+EFOot7aKt4gqKqjDsPnvCkw4yxvYUH16swL8/RkllJaVFfYh9ZBT9erqauvB59KA7ECLnHWYi+2+4fF2N4KvOjqPNQV+1N1DyqCWEVxiB4TYQxnAC9L2MYatTi3wBiQXS1Mn7IkdE9PZ8whioVTdUSbt9rQal4SuXtSiryi2iZXsZQKKW4sC+xT00VOfctTBmUqOcTxhB0jhEQxiAQvDeEMZwAva9Qkr/rGaZQ8v2PLjO9+I5H87coYQwCwTbCGE6AxOTzyyWMQSDYRhjDCZAwhpfr6BnDOjaTG8Ogk+HU7TYXlpE4LtcGwwYHRtMoRmtk17ExRmzL+6zCtsKQYeGF7Vr1dgyDVnQ6J0aDm2FXHKdtBI1hCZdzAW3vGCNpMLgJDo4whhOg92MMcZaG+zEHYyzZOqm6X4jMtUZ4VEuzSoOqsRlJg4NQ7FXOFUZ/twRpSxsFhVYW4wBrDFc301hQhMy5gO3pIL3tdhY2AqiLSzl3XcPcK517bx09YwCXcwnzgJGBPgdWxzKWQTdGvQmTI47LFWfEOsqgfgh1l55+7Th25zKmfgcmgwl1lxWDdogB7Th25xpDA05MWgsGg56nHcMYBx1YHKtY9UMM6EbQ9jqwbvbLOY9BZ6ZfG2DE5ky2t4DBtIjd7EA74BHGcMQRxnAC9H6MIcxQnYn5WPJnNE5sY57Oyh7a6rtQFFbRUFnA9etyFLJaKmXKRFbSUgB1ZRvKxzlczyojp6CDkeUw+nulyJrkZJeZUJeVk5Nby92rzTjCcWLxOCFtM0/bm9GHANaZaH2GfeXgvT96xrCG1eDGaBhCMzCL0xVmaHAUk96M2RHH5YpgHRzBYB7mWasBg2kCu3MFk2YEk8FKf6+VQZ0To2kCu2sNy+AM9iE3VpuNtmfDmAwOhkZWseidGE1O9Nq55BPGCia1Dq3Jg1FnZ1DvSj6xLGAwzWI2utGpbdiceyz6IzgyCGM4AXo/xrCKpd7IfGzzJxAL0FnWibpTT1drDz0GG7W3G1BUFfOnS+WJrKTJOdSV7TSXZHPlRzmNDd04w2GMpZ141kN0P2pFXqyksaEVWZE++VQQJ6Rr5tnTlm1jaHmGfSXKjNXDYuz1e3/0jOEgvCxMJBAkEMZwAvQ+Q0lDwVjyZ+JzsDE/QkebhmddI8xHZnla4yK847AVbC0dKKpasb7q//jjK9uhpBgQCzFQM8hsLM7KdIBw7PV7fzKMQSB4NYQxnACJyeeXSxiDQLCNMIYTIGEML9fRN4YIqsoA/drI89lGe67kFsOoXkGbunKbQJBEGMO+OqQsm1U/fZZFXum0r6hDrZW0+qJj9qmTBNv1kWz+d14nCd78Hq0MtdAxHTvwuQ5sDI4IbVI/Ta2z1ElmUFZNU1PgQV7jRWVKTgA7kiu5VbvIyQsmV3dbQ/lolMf3xpBW+JDXjJJ7Z5w66QRd1sMfmASHizCGfXVYWTbrTPTpqb8lS6kX9GY61FpJKwHUFart+khXc7hxQ45CJkc9NZMWdZIg9R6t4+1I6WdlARe+qU/0d3oBbVk5OfkN5F5Nvj+BOborVciLi2mZiu0616vr4MawhkrqQ6GYQlaWMIbqPA/yGs8OY5Dne5DXjpL7yJtY3c0SpVviobZoHGmFH0XtGIVFQYzdXtqGDn9gEhwuwhj21eFl2UQmuil4kFov6M10qLWS/LN0SVq36yM9uskfztWhkDXQmSZ1kiDlHsUW6Lib0s/KPM6er030dypAX6mSxnolJQW2RD+nZ+msbENRWnI4xrCbzbCRYx2dZom+viV0FpE6Kng90swYEuGbXo0G88IKVkkRpW09rx+6iS0x0lHH5e+b6HEH8bln8ZhstG6Wf46HsUp2hXCeO+8hZtm8ZaVVraToHvcsDfTcPdrs5wH6KyafBUedNDOGMEN1GjprTMzHIL4+R0dq6EYmx7Q4g/JOSvjm6gMePW5DWVKMajqYeNQv6GBk1kFFg5dIbAG1RI0ss5LH+X10JF+3L8b2+EOp4ykx+fxyHf3JZ4Hg7ZFmxrCKpV5DV+0+oRvzPJHoDIrU8M2jW1y8o6K57DGtUwuJR/2GbpzzKcZQOYi6UEpRXi9tm6+H4fk/lDqeEsbwch09Y0jWStIPM6h3JWsWxRixzTM0OLczM8npoavdwvArrcuwWUdJ1EQ6yaSZMSTCN30azd6hmyjPhyIOErpJPXa/EE5kd3bQq4S51vGb/exMxElui4exlt3jaoGZhViiz83mlPM/197b05GrlbQZCvyuntq2cSZSw4CQCAWm3su2PhTFDdQMzzBQazhQzaT97tFmtlFq1tFBz/UiHbhWUr+WPl2yZtHICiaNFV3fCKZBe3KBnjgOk4EBbRct3VM4rHaGHGEsg6OYtBq6NbOJbc4IlgEDWqMfg8bNiBtRE+kEk2bGkE5aZ0LjIhgL0nFbRl15BcXFfS8Ocy3N0ZJZjbSgnJz8ZurLpBRUdVOZ2Yo7AvFYjIWBZvShOCFtI/WtqdlHkbeejbSpo1crKQ5hBxX1QzzdIww4shzfdS/fvGbS81lJ93lQpEJeeIuvb7fuyDp69XO9ug5eK8mKVrtZs2gDm24YvW4Oh20kWWV1BVO3jkGDlvpqDQa9mSHHZl0lLT19Tkx6M0POCDbjCP19Tow6N8OiJtKJRhjDCxTxmLAFg/SU25gy1JBb0PfiMBdhDIUyyvKVNNa30lBZS0HlAE8LVLjWIBG6akkMZroWei07s4/edjbSpo5erSS2jeGFYcDte7ldM0lFt+716yU9n5X0I19nP0HxOIuvbz/ZkXX0yud6Db3fOYZ1hk3jmAzunSW7BYIkwhheWa8Q5nrpKVawPbMnwh/P3k0G0l46drWSNo/bfS9jIQZq9Iz7Xr9e0tGbYxAI3h3CGE6AxOTzyyWMQSDYRhjDCZAwhpfryBqDc512aRCbCxL1j1JrH0VQVUzT+FydpM1jYxj3qq0kOPEIYzgBSptaSfEQPeW27eyiVG3WRhpZ2/nv96SjbAyt+R7k1RN0WNZQ5o5RkeelUTJKbY2TzBwf1bkeGmUeVKYog6pJiu87KHnooKQxgLJqBqXUT1NrCLPj8AckQXogjOEE6FBrJS35aK5o58HVSurLGinObEBRXsyD+5JEhtHSZtZXPfpQ9L3VRtqto2wM7dIgxi4PKvMG3ZJxKiUL9Lf66OrxcP2WD1m+B3mtF5VpjdaiMaQlw+SWTlCQO0F1xQwKqQ+FYh6jMAZBEmEMJ0CHWitpZg13xSPuyUr4k8RCR7mNKW0JP9xOZiCthJJZX0rU89H3Vhtpt46sMQgE7wBhDCdAaVUrKU0ljEEg2EYYwwmQmHx+uYQxCATbCGM4ARLG8HIdPWPYrGXkwDqyWbdon1pJrg1sg+MvWakt5XzOdWyGRP0li0XURjqJCGM4AUq3Wkk76w6l1Jd6rlz6Hiu7AbCGTSpH3tJGrd6Les9Mp3X8plEMu8urbwRQF5dy7rpmR02lo2cMJGoZaV0MmTbrFoX3qJUELtcGNv0wev0cDquJXrUNw6Adm2MNq36IAe04dufm+dwMO5cxGZL1kYbnRW2kE4gwhhOg9KmV9Jj7hSrkxfkUVDUlaiUtp9SXKuhgZG5kuypuhYam+0oaHlciq6lFORZIllVvp6dDRUWZnAaTl6fZDSgkReQ8akUha0K3EKTrTjFXzitxre5eIQ/2qql09Ixhs5aRG71+s27R+h61khYx6Z3oteOYtS5Mei29/bM4bE4sjlUseidG0wR25+b5prA717EZRhL1kUZEbaSTiDCGE6D0qZU0QltlG4rHdzj/TbJW0vTydn2p3eXSK/p5Um7G2dHKoLWTevtMcgW1ZqoLG6hvaaesxZ7IdBooIfP+E5pqm9EHgvSU61E/Tq1RlVpefZ2JlqNuDALBu0MYwwlQ2tRKOqwkpd3l1WMhBmoGmY1t7yKMQSDYRhjDCZCYfH65hDEIBNsIYxASSgMd3Bg26CibwbTn6mxROgpcyBq8VDSspGQl7a6pJBDsRBiDkFAa6K0YgzNCu9SHXOamoMSHosLOw0dTGBxRuiomaawYpbB07J4HeAAAAkpJREFUCo11DWWuD60ogSHYB2EMQkJpoDcxhvZcN3UtATSWCE9lfhSyUQqK/Siq7NzL2nxiWKC10ktD4zT99ijdEh/99sMfgATpiTAGIaE00FudY3Bu0KucQi7z0ScGf8EBEMYgJJQGEpPPgnSisb6ZtdVVQqEgPs+EMAYhocOQMAZBOrHDGLziiUFI6FD03rOSukK0SCZR6+eQ1AWRZ9pQmqP0lVgo6hXGdNJprG8msrrKojAGIaHD02FkJfUb5si946HPvo4qfxRJS4CaYjfVGmEMJx1F45MtY5jyTfKHT38vjEFI6H3rcLKSVlFUBLE512mXzNBcMIK01UetMIYTT1+PlVGXk+XFRfr7evjZT/5aGIOQ0PuWyEoSpBN9PVZcI8OMuZx4JsaEMQgJHYbE5LMgnRDGICSUBhLGIEgndhjDuDAGIaFD0esbQxynbQSNYQGr1orBPIdjzxXcIpi7+jGNbDCs7WNgOLrHudaw7DhmczU3KzqdE6PBzfBWe2I1t5NAX48Vi8nA4ICG8VG3MAYhocPQwZ4YFjCYF7AaPZjN/n1WcIsw1G9BZ57CMGBEox1hoNeKzbWGpd+Mpt+FyTyJYfeqb855DDoz/drkSm6OeKI9sZrbiaCvx8pqOLyFMAYhoUPQwY0hyLDFh9nowLLnCm4RLDoP5n49g2YrHR1mBnVGzI5VLHoPpkE3JvM4Bn3qMZuruXkw6uyJldw22xOruZ0INo3h22+/FcYgJHRYEnMMgnRiyOzZeloIr6zwi//08x3G8P8DwEKmfAnwhC4AAAAASUVORK5CYII=
When the Addon docks to a tiddlywiki it reads the TiddlyClipConfig tiddler, and uses its contents to populate the TC entry in the browsers context menu, forming the TC interface.The section headings form list in the context menu from which one is selected as the Current Section; a star appears before the Current Section. The categories names from the Current Section table are also listed within the context menu, and click one will start a Clip Action.
Within the //~TiddlyClipConfig// tid, sections are used to refer to configuration tables and visual break the //~TiddlyClipConfig// into manageable units. A section begins with 'title' line, the first section must be 'default'. Each section contains one configuration table:
<hr>
!Section1
|! Category |! Tip |! Tags |! Rule Tid |! Modes |
| | | | | |
<hr> Within each section ONE table (of Categories) is given, with the follow columns:
* Category: this is the name that will appear in the browser's context menu, and is used to identify (and is defined by) a row in the table. Each category is a clip action (see [[BasicOperations|BasicOperations]]).
* Tip is an optional tool tip (firefox only) that appears when the mouse is hovered over a category name in the context menu.
* Tags are added to created tiddlers in the target //~TiddlyWiki//
* Rule Tid refers to the tiddler in which the format of clips are defined.(see [[RuleTiddler|RuleTiddler]])
* modes are control options passed to the Addon. (see [[BrowserConfigModes|BrowserConfigModes]])
To use, go to a webpage in different tab but in the same browser window , select some content, right click the mouse, put the pointer over "tiddlyclip as", a submenu should appear, click on "snip". A tiddler will now have been created containing the clip. Come back to this Tiddlywiki and click on the 'recent' tab on the right hand side (or at the top of the page if you have a small screen) to see a link to the new tiddler
!default
|!Category|!Tip|!Tags|!Rule Tid|!Modes|
|Issues|covert issues||[[issue2TW2]]||
|Tipc|copy tids||[[defaultTip]]|tiddlers TWC|
|Tip5|copy tids||[[defaultTip]]|tiddlers TW5|
|Snip|copy||[[defaultSnip]]||
|Snap|screen shot||[[defaultSnap]]|snap30|
|Pin|pin it ||[[defaultPin]]||
!Localclips
|!Category|!Tip|!Tags|!Rule Tid|!Modes|
|localmusic|make tiddler with mp3||[[localtwmp3]]|linkLocal|
|localjpeg|make tiddler with jpeg||[[localtwjpeg]]|linkLocal|
|localpng|make tiddler with jpeg||[[localtwpng]]|linkLocal|
|localpdf|make tiddler with pdf||[[localtwpdf]]|linkLocal|
!Default
|!Category|!Tip|!Tags|!Rule Tid|!Modes|
|tid|highlight a tid title|clippedtid|defaultTid|tiddlers|
|recipies||recipies|defaultWeb||
|quots||quots|defaultWeb||
/embed/((*@pageRef/#rule/#term*))
[
{
"#rule": "/[\\s\\S]*\\/(.*?)$/g"
},
{
"#term": "$1"
},
{
"$title": "((*@linkURL/#rule/#term*))"
}
]
<$linkcatcher set=tcc1 setTo={{!!title}} >
<$reveal state=tcc1 text={{!!title}} type="match"><$button class="tw-taglist" set=tcc1 setTo="">[x]</$button></$reveal>
<$link><span class="tw-taglist"><$view field="title"/></span></$link></$linkcatcher>
\define controltcc(var1)
<$linkcatcher set=tcc1 setTo={{!!title}} >
<$reveal state=tcc1 text={{!!title}} type="match"><$button class="tw-taglist" set=tcc1 setTo="">[x]</$button></$reveal>
<$link><span class="tw-taglist"><$view field="title"/></span></$link></$linkcatcher>
\end
<$taglist class="btn btn-primary" nodrop="true" targeTtag="ToC" ><<controltcc null>></$taglist>
<hr>
<$taglist class="btn btn-primary" targeTtag={{tcc1}} template=taglisttemplate nodrop="true"></$taglist>
\define toc-heading()
<$reveal type="nomatch" state=<<qualify "$:/state/toc/$(currentTiddler)$">> text="show">
<$button set=<<qualify "$:/state/toc/$(currentTiddler)$">> setTo="show" class="btn-invisible">{{$:/core/images/right-arrow}} $(currentTiddler)$
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/toc/$(currentTiddler)$">> text="show">
<$button set=<<qualify "$:/state/toc/$(currentTiddler)$">> setTo="hide" class="btn-invisible">{{$:/core/images/down-arrow}} $(currentTiddler)$
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/toc/$(currentTiddler)$">> text="show" retain="yes" animate="yes">
<$list filter="[tag[$(currentTiddler)$]]">
##<$link>{{!!title}}</$link>
</$list>
</$reveal>
\end
<$link><span class="tw-taglist"><$view field="title"/></span></$link><$fieldmangler><$button param= {{tcc1}} message="tm-remove-tag" class="tc-btn-invisible">{{$:/core/images/cancel-button}}</$button></$fieldmangler>
!!!Install the Firefox Addon
>{{Installing the Firefox Addon}}
!!!Dock to this Tiddlywiki
>Return to this tiddlywiki. {{How To Dock}}
!!!Example of use
>{{Tiddlyclip Example Use}}
<$set name="loop1" value=<<qualify "$:/temp/taglist">>>
<$taglist class="btn btn-primary">{{!!title||taglisttemplate}}</$taglist>
</$set>
!!Beyond the Basics
TC enables the user to utilise the power of TW to organise clips in a flexible manner, so that different content can be organised in different ways. The aim is to help the user to access the knowledge that is contained on the Web more easily. The clipping operation can be configured to control tiddler titles, add tags and manage the insertion of content (adding TW text, see [[Rich Clips|Rich Clip Template]]). The user can create a number of configuration
To updrage the plugin to version 0.08:-
> drop this link onto your tiddlywiki - [[$:/plugins/bj/tiddlyclip]], then reload your tiddlywiki .
You should also upgrade the firefox plugin to 0.0.8 :-
>{{Installing the Firefox Addon}}
See [[The Release Notes|Release 0.08]]
installing the chrome Addon
>{{installing the chrome Addon}}
|!Title|!Body|!Tags|!Fields|!Initvals|!Modes|
|((*@pageTitle*))|[[WebClipDetailRule]]|((*@category*))|{"$type":"text/html"}||append|
|((*@category*))|[[WebClipTagRule]]||||once|
\rules only table wikilink prettylink
|!Title|!Body|!Tags|!Fields modifiers|!field initials|!Modes|
|((*@dateTimeShort*))|((*@web*))|((*@category1stWord*))|{"$location":"((*@pageRef*))"},{"$caption":"((*@pageTitle*))"},{"$type":"text/vnd.twbase<htmlbasic"}||append|
|((*@category1stWord*))|[[List_Clip_Caption]]|ClipLists|||once|
!![[New to Tiddlyclip? - click here|New to TiddlyClip]]
!![[UpGrading? - click here|Upgrade Instructions]]
---
!!!Applications
[[Creating Local Media Links]]
"""
Yeah, that's me...
https://github.com/felixhayashi
"""
!! Widget's closing tag
Please do not use the following shortcut to close the widget as it may cause conflicts with the visualization.
```html
<$tiddlymap />
```
Instead, use this version:
```html
<$tiddlymap></$tiddlymap>
```
It is recommended to use the ~TiddlyMap [[widget-wizard|Embedding views within tiddlers]] for the creation of the widget code.
!! Performance
Generally speaking, the graph-visualization runs most smoothly in Google Chrome. However, starting from version 38.1, Firefox uses hardware acceleration, which significantly increases performance, making the graph operations as fast as in chrome.
!! Slow movements
Sometimes it happens that when moving nodes or edges in a graph, it seems to be a bit slow or stagnant when it usually runs smooth. If this happens, despite the graph being not big in size, it may help to do a click outside the canvas...
!! Color values for nodes
Do __not__ use css color names (like "red" or "darkcyan" etc.) for //node// coloring, this might cause problems when calculating the node's contrast color in the graph. Instead use the hexadecimal notation (e.g. "#FFFFFF" for "white").
//This is a sample task for the TaskManagementExample//
The challenge to configure TiddlyMap and manage and persist these configurations.
Makes it possible to iterate over edges and nodes from within wiki text.
Tiddlers (including their relationships) may be shared by different graphs and thus a tiddler-update may affect multiple graphs at once - same goes for adding relations - if the filters (views) are not disjunct.
if you don't want that, make sure tiddlers exclusively match a single filter and configure your view to operate in //private edge mode//.
Generally, it is regarded as best practice to group tiddlers that you want to be displayed together in a graph by using a certain tag that delimits the group and which may be used as filter component in the view.
For example, if you want to create a graph that is concerned with the topic //cooking//.
Your workflow could be as follows:
# Create a new view and add a filter tag "cooking" in the editor. If the tag doesn't exist yet, no nodes will be displayed
# Doubleclick on an empty spot in the editor's canvas. This will create a tiddler that matches the current filter and is displayed in the graph.
#* Alternatively, you may also use tw add-button and tag tiddlers with "cooking" so they are displayed in the graph.
# Start creating relationships by using the menu functions in the editor.
#* Alternatively you can use the ~TiddlyMap button at the top of each tw-tiddler to link tiddlers and thus create edges.
Also note: Any view manipulation is done in the main editor window (or in any graph declared as editor).
A ~TiddlyMap widget will first and foremost display the nodes that match the node filter. The "matches" together with their edges form the "original graph". In addition, you may configure ~TiddlyMap to display another set of nodes called "neighbours".
Neighbours are all nodes that are not part of the original set of nodes ("matches") but are connected (either outgoing or incoming) to a node of the original set.
On a per-view level, you can define, how big the displayed neighbourhood shall be. The size is measured in a distance unit called "step". A step stands for the traversal of an edge (regardless of it's direction). If e.g. a neighbourhood with the distance of 3 steps is displayed it means, that all nodes that can be reached within 3 steps, starting from the original set, will be displayed.
\define toc-body(rootTag,tag,sort:"",itemClassFilter)
<ol class="tc-toc">
<$list filter="""[all[shadows+tiddlers]tag[$tag$]!has[draft.of]$sort$]-[tag[ReleaseNote]]""">
<$set name="toc-item-class" filter="""$itemClassFilter$""" value="toc-item-selected" emptyValue="toc-item">
<li class=<<toc-item-class>>>
<$list filter="[all[current]toc-link[no]]" emptyMessage="<$link><$view field='caption'><$view field='title'/></$view></$link>">
<<toc-caption>>
</$list>
<$list filter="""[all[current]] -[[$rootTag$]]""">
<$macrocall $name="toc-body" rootTag="""$rootTag$""" tag=<<currentTiddler>> sort="""$sort$""" itemClassFilter="""$itemClassFilter$"""/>
</$list>
</li>
</$set>
</$list>
</ol>
\end
<<toc "Documentation" >>
The Edge-type manager gives you an overview over all edge-types in use. It allows you to remove edge-types and consequently all edges of this type. Moreover you can create new types, style and rename existing types or add a description.
<$button message="tmap:tm-manage-edge-types">Open demo's edge-type manager</$button>
! Introduction
As of v0.7.5 ~TiddlyMap acknowledges namespaces for edge-types.
<<<
Namespaces provide a level of direction to specific identifiers, thus making it possible to distinguish between identical identifiers. This is similar to people names, where a surname could be thought of as a namespace that makes it possible to distinguish people who have the same given name.
In computer programming, namespaces are typically employed for the purpose of grouping symbols and identifiers around a particular functionality.
<<< [[Wikipedia|http://en.wikipedia.org/wiki/Namespace]]
! Usage
When looking at an edge-type name, ~TiddlyMap regards everything that comes before a colon (:) as namespace and everything that follows the colon as actual name that is to be displayed in the graph. This notation equals the way namespaces are [[represented in XML|http://www.w3.org/TR/REC-xml-names]].
So when creating a new edge type (e.g. by drawing a new edge and specifying a type) you can give it the name [["foaf:knows"|http://xmlns.com/foaf/spec/#term_knows]] and only "knows" is displayed in the graph. However, when clicking on the edge to open the edge manager with the type description, you can see, to which domain "knows" belongs (foaf) and how it is defined.
! Advantage
In summary, namespaces may be used in ~TiddlyMap to achieve the following.
* Group edge-types that belong together (to create redistributable bundles).
* Distinguish edge-types that share the same name but belong to different contexts.
* Quickly enable or disable a whole set of edges via the edge-filter (see [[Isolated maps vs public graph]]).
* Name conflicts are unlikely to arise when importing tiddlers and their relationships (which are stored as tiddler fields) from other wiki's.
! Examples
To see an example how edge-type namespaces may be used, just
# <$button>Open the Family tree view
<$action-setfield $tiddler=<<map-macro "option" "ref.defaultGraphViewHolder">> text="Family Tree" />
</$button>
# and click on an edge to view its type in the edge-type manager
# Also have a look at the view's the edge-type filter
# and how the default namespace is set in the view's configuration
! Roadmap
The plans are to distribute ~TiddlyMap with semantic web vocabulary bundles like e.g. the well defined [[FOAF|http://xmlns.com/foaf/spec/]] vocabulary. Using "foaf:knows" instead of homegrown relationship names like "is acquainted with" or "has seen before" will standardize wikis and make it easier to look up definitions and understand the meaning.
Edge-types are the blueprint for edge instances. can be understood as containers that hold information about
* how edges of this type look like,
* how they are labeled,
* in which way they are stored (see [[Magic Edge-Type Namespaces]]).
Every edge necessarily belongs to an edge-type. If no edge-type is assigned to an edge during creation, then `tmap:unknown` is used as default.
<i class="fa fa-exclamation-circle" /> An edge-type can be created in advance, even when there are no edges of that type currently present in the wiki. This is done with the help of the [[Edge-type manager]]
Once a view is created, you may generate the widget code by opening the [[view menu|The editor menu]] of the map editor and clicking on the "Grab widget code" button.
<$button message="tmap:tm-generate-widget">
{{$:/core/images/permalink-button}} Grab widget code
</$button>
Have a look at the many examples provided at this demo site to see how an embedded graph looks like.
Contains all ~TiddlyMap exceptions
//This is a sample task for the TaskManagementExample//
\rules except wikilink
|!Current TiddlyMap version |{{ version || plugin }} |
|!Version's build date |{{ released || plugin }} |
|!Compatible with TW5 |{{ core-version || plugin }} |
Hi, this is a demo site of TiddlyMap.
See the [[version history|Version History]] for a list of existing features and [[overview|The Big Picture]] to understand what TiddlyMap can do for you. To dive into the basic concepts and building blocks of TiddlyMap check out the [[docs|Documentation]]. Use the double-click on the nodes to [[navigate|Navigation]] to the corresponding content. The visualization runs most smoothly in [[Chrome|http://www.google.com/chrome/]]. Many [[thanks|Special thanks]] to everybody who made this project possible.
TiddlyMap is currently in its late beta-phase. If you want to use it in your wiki, check out the [[installation instructions|Installation]].
//This is a sample task for the TaskManagementExample//
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
Views determine which nodes and edges are selected in order to draw the graph. In its core, views are tw-filters. You can modify a view by selecting it in the sidebar map editor.
{{graph and views.png}}
You can use the name of a view to embed graphs in your tiddlers. Just look at the many [[examples|Example]] provided in this wiki. All changes are instantly reflected in each graph that uses the view.
Use the [[widget generator|Embedding views within tiddlers]] to create a code similar to the one below.
```html
<$tiddlymap view="Default" height="300px"></$tiddlymap>
```
!!! Node-Views and Edge-Views
Node-views and edge-views are the two components that make up each graph-view. Node views allow you to filter the nodes displayed on the graph, while edge-views let you decide, which particular edge-types to display.
!! Disclaimer
By using this plugin you agree to the product's [[License Terms|$:/plugins/felixhayashi/tiddlymap/license]] (~TiddlyMap is distributed under the [[BSD 2-Clause License|http://opensource.org/licenses/BSD-2-Clause]]).
!! Installation procedure
# Have a quick look at [[Common Pitfalls]]
# Create a backup of your current ~TiddlyWiki HTML file (just in case)
# Open your ~TiddlyWiki in a browser
# Drag all <sup>[1]</sup> the links below to the browser window containing your ~TiddlyWiki:
#; [[TW5-TiddlyMap|$:/plugins/felixhayashi/tiddlymap]]
#: This will install tiddlymap.
#; [[TW5-Vis.js|$:/plugins/felixhayashi/vis]]
#: This plugin will install vis.js which is needed for the graph's rendering.
#; [[TW5-HotZone|$:/plugins/felixhayashi/hotzone]]
#: This plugin is necessary when you want to use the live view.
#; [[TW5-TopStoryView|$:/plugins/felixhayashi/topstoryview]]
#: Unless you are using the zoomin or stacked story view, install this plugin to achieve a better live view experience.
#: <i class="fa fa-exclamation-triangle" /> You need to explicitly enable the top story view after installation.
#: Configuration ➡ Appearance ➡ Story view ➡ Current view ➡ top
# Save your ~TiddlyWiki
# Refresh the window
# The plugin should now be available for use
# Also make sure to always check back to this site to see whether your version is up-to-date as updates and bugfixes come quick! For any bug you discover, please create an issue at [[github.com|https://github.com/felixhayashi/TW5-TiddlyMap/issues]].
For more Information visit: http://tiddlywiki.com/#Plugins
---
<sup>[1]</sup>
<small>Maybe not all plugins are required depending on your story view configuration and whether you want to use ~TiddlyMap's live view or not. Consult this table for more information: [[Live View plugin dependencies]].</small>
\rules except wikilink
This refers to the quest of seemlessly integrating TiddlyMap with TiddlyWiki and Visjs.
So this is actually a twofolded challenge:
! Integrating TiddlyMap into TiddlyWiki
How should TiddlyMap and its components appear in TiddlyWiki.
* The [[TiddlyMap Toolbar Button]]
* The sidebar map [[editor|The editor menu]]
* [[Embedding views within tiddlers]]
! Integration of Visjs
Correctly implementing Visjs in the TiddlyWiki environment, making Visjs options available to the user and keeping TiddlyMap up-to-date with recent Visjs-upstream changes (like the transition from Visjs v3 to v4).
~TiddlyMap serves to use cases:
!! Use case 1 -- Global topic linking
''Purpose:'' Turning your wiki into a network of information
~TiddlyMap can be used to express the overall structure of your information contained in your wiki. On a top level, you want to show how each tiddler is related to all the other tiddlers in your wiki. With ~TiddlyMap, you may globally link your pieces of information in your wiki, thus creating a big holistic network of linked tiddlers.
Global linking is the default operating mode of ~TiddlyMap.
!! Use case 2 -- Independent mindmaps
''Purpose:'' To create (almost) isolated concept or mind maps
When creating concept or mind maps, you may want only a narrow set of edge-types to be displayed in the current view.
In this case it is best to prefix all edge types that you create with a certain namespace (domain). For example "family:mother of", "family:brother of" (Open the "Family tree" demo view for an example setup). Then change the edge filter to only include edges with that namespace. You can set the default prefix for edges created inside a certain view via the view configuration menu.
See also: [[Dealing with interferences between graphs]].
//This is a sample task for the TaskManagementExample//
| | Story view | Installed plugins | Experience | Remark |
|---|------------|-------------------------------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1 | Top | TW5-Hotzone, TW5-TopStoryView | **Optimal** | Please note that the top story view is not included per default and needs to be installed. |
| 2 | Zoomin | TW5-Hotzone | **Optimal** | |
| 3 | Zoomin | | **Suboptimal** | Only navigation events are reflected in the live view (this excludes e.g. tiddler closing or deletion) |
| 4 | Classic | TW5-Hotzone | **Suboptimal** | Unless the user changes the opening behavior of tiddler to "open links above" (feature becomes available with 5.1.9) the navigation and the hotzone information may conflict! |
| 5 | Pop | TW5-Hotzone | **Suboptimal** | Unless the user changes the opening behavior of tiddler to "open links above" (feature becomes available with 5.1.9) the navigation and the hotzone information may conflict! |
| 7 | Top | TW5-TopStoryView | **Bad** | Only navigation events are reflected in the live view (this excludes e.g. tiddler closing or deletion). |
| 8 | Pop | | **Bad** | Only navigation events are reflected in the live view (this excludes e.g. tiddler closing or deletion). |
| | Classic | | **Bad** | Only navigation events are reflected in the live view (this excludes e.g. tiddler closing or deletion). |
Some edge-type namespaces are reserved for special purposes. Knowing about these "magic" types can help you to combine TiddlyMap with other cool TiddlyWiki plugins as these types enable you to create relations that are saved directly into user defined tw-fields.
! tw-list
If you create an edge-type (e.g. using the [[Edge-type manager]]) and use the `tw-list` namespace as identifier prefix, the edges will __not__ be stored in the common json-based [[tiddlymap format|Storage of Edges]]. Instead each outgoing connection to a tiddler is stored by inserting the title the edge is pointing to into a list.
Say you want create a connection between tiddler "Dawna Dozal" and tiddler "Toney Thacker" and you name the connection `tw-list:friends`. Then a field named "friends" will be created in tiddler "Dawna Dozal" and "Toney Thacker" will be added to this field. Since the title contains spaces, tiddlwiki's double square bracket notation is used to save the title to the list that now looks like this:
```
friends: [[Toney Thacker]]`
```
If you create another connection between "Dawna Dozal" and two tiddler titled "Jack" and "Cathy" using the edge-type identier `tw-list:friends`, then "Jack" and "Cathy" will be added to the list, which now looks like this:
```
friends: [[Toney Thacker]] Jack Cathey`.
```
<i class="fa fa-exclamation-circle" /> You probably know that TiddlyWiki stores titles in the `tags` field in the format described above. This means that you can also use TiddlyMap to create and delete tags by connecting tiddlers using the edge-type `tw-list:tags` when drawing an edge!
<i class="fa fa-exclamation-triangle" /> There are some drawbacks with this technique:
* This method does not use ids and changing tiddler titles will break the specified connection!
* When using this namespace, only use tiddlywiki [[allowed field-name charactes|http://tiddlywiki.com/#TiddlerFields]] for field names.
! tw-field
Similar to the magic type described above, you can use the `tw-field` namespace to save a drawn edge into a field. E.g. creating an edge between the tiddlers "Betsy" and "Dave" with the type `tw-field:husband` will create a field "husband" inside the "Betsy" tiddler and save "Dave" as value.
<i class="fa fa-exclamation-triangle" /> There are some drawbacks with this technique:
* This method does not use ids and changing tiddler titles will break the specified connection!
* You cannot store multiple edges using this technique. If you want to store multiple edges, use the `tw-list` namespace.
* When using this namespace, only use tiddlywiki [[allowed field-name charactes|http://tiddlywiki.com/#TiddlerFields]] for field names.
! tw-body
This edge-type will is used to auto-generate and display links that are contained inside the tiddler text.
<i class="fa fa-exclamation-triangle" /> You should not use this type for drawing edges.
//This is a sample task for the TaskManagementExample//
To avoid having your valuable graph space covered by large titles, you can set caption fields in your tiddlers, which are used by ~TiddlyMap as node labels instead of the titles.
To support the semantic of the graph, you can define a description field in your tiddler, which will be displayed as tooltip once you hover a node. If you do not specify a description, the title is used as fallback to be displayed in the tooltip.
It should be highlighted that the caption fields value will be treated as wikitext and rendered as text/plain. So you can add e.g. `<<now>>` as caption text as demonstrated below.
<$tiddlymap view="Caption field example" ></$tiddlymap>
Please active the graph (via a click) and move with your mouse over the nodes. One node doesn't have a description so the title is displayed as tooltip instead. The other node has a description field, which is consequently displayed as tooltip.
\rules except wikilink
<<<
Constructs or concepts form the vocabulary of a domain. They constitute a conceptualization used to describe problems within the domain and to specify their solutions.
<<< S.T. March, G.F. Smith/Decision Support Systems 15 (1995)
---
Map constructs may be understood as the conceptual building blocks of TiddlyMap. The following constructs exist:
<style>
#construct-table-wrapper table th { width: 200px; }
</style>
<div id="construct-table-wrapper">
| !Views|[[Views|Graph views]] are rules that determine which nodes and edges are displayed in a graph. |
| !Nodes|Representations of tiddlers in a graph |
| !Edges|Connect nodes with each other |
| !Edge-Types|[[Edge-Types]] are the blueprint for edge instances. |
| !Edge-Type Namespaces|Define the contexts of edge-types. |
</div>
An important question related to these constructs is, which data structure to employ for storage and retrival of construct instances. This includes for example the [[Storage of Edges]].
http://danielriggins.com/mednotes/
An impressive collection of visualizations of biochemical reactions by [[Daniel Riggins|http://danielriggins.com/]].
{{Selection_573.png}}
~TiddlyMap adds a whole new concept of navigation. You can navigate to topics be using the __doubleclick__ on the displayed nodes. You may also enable the single click option (see [[Changing TiddlyMap's default configuration]]).
Node and edge-type filters determine what is displayed in a graph. Both actually are tiddlywiki-filters. The filters can be set for each view by opening the [[view's configuration|View configuration]].
!! Node filters
Just like you would usually filter a set of tiddlers, you can use a node filter to delimit the set of nodes that should be displayed in a graph.
```
[!is[system]!has[draft.of]]
+[tag[School]]
+[field:title[Topic]]
```
!! Edge-type filters
All edge-types are internally stored below the path
<pre><<map-macro "option" "path.edgeTypes">></pre>
For example information about the "tmap:link" edge-type is stored in a tiddler with the title
```
$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tmap:link
```
Say you want to hide all edges of the type "tmap:tag" in a certain [[view|Graph views]]. In this case, go to the view you want to change and in its menu select "Edit filters". change it into the following:
```
[prefix[$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes]]
-[suffix[tmap:tag]]
```
This will deselect all types except the ones with a suffix "tmap:tag". Generally, it is a good idea to bundle certain types by assigning [[type prefixes|Edge-type namespaces]]. This way, you can quickly enable or disable a whole set of edge-types that is dedicated to a certain topic.
<$transclude tiddler="$:/plugins/felixhayashi/tiddlymap" field={{!!title}} />
\rules except wikilink
One goal of TiddlyMap is to allow other TiddlyWiki authors to programtically (or by using advanced wikitext) interact with TiddlyMap from outside.
{{Public API!!warning}}
A release note informs you about the changes that came with a certain release.
<h2><$link to=<<currentTab>>><$view tiddler=<<currentTab>> field="title"/></$link></h2>
^^Released <$view tiddler=<<currentTab>> field="released" format="date" template="DDth MMM YYYY at 0hh:0mm">TBA</$view>^^
<$transclude tiddler=<<currentTab>> />
Each node in a graph corresponds to a tiddler. Therefore, creating a new node in the map editor will necessarily result in the creation of a new tiddler and clicking on a node, will open that tiddler.
Node information is stored at two different levels. Some information, like the //label//, //color// or //icon//, is directly drawn from the tiddler and its fields since this information is also useful when not using ~TiddlyMap. Thus, it is kept with the tiddler itself.
Another part of the information is stored outside since it only makes sense in a graph context. More specifically, it is information that belongs to each different view. This information is stored in different system tiddlers that internally have the specific view path as prefix.
For example the node positions of a view are stored in a position-store that is exclusively owned and referenced by this view.
iVBORw0KGgoAAAANSUhEUgAAAacAAAEwCAIAAACc7ik0AAAAA3NCSVQICAjb4U/gAAAAEHRFWHRTb2Z0d2FyZQBTaHV0dGVyY4LQCQAAIABJREFUeNrsnX9cE1e6/59JZkICSTBRAyZKbBNLarEkrdGCyHZj11+04pb0XnS1F/YW99Zat+JecVe2ahfvFe9ClXZ1V7sLtn4rexe6YkWRW1MLFixxG6wpDWtiGywBogZNAgmZSeb7RxD5Lf5oC3Lef8wrmZw5M3Nm5pPnec6Z82BXr14FBAKBGDcwUBMgEIhxrXotLS0sFgst0RIt0fJBXWL9PFwWi4X+ChAIxDiy9axWK2oUBALxADOkrfdtiw21DgKBQLYeAoFAPFiqJ5VKUaMgRhuBQGAMVYsY5eADbT0kfIhRRQhOnD17lqbp+/+fz2DMnTu3iyJRI49r1UOShxhtVl5tbW1KSgpN0xiG3ffl3//+99gnVAwGGrg6jj3cURvXQ87I+PRkGQwGTdPB9d/F0u/3I8lDtt5otPVCcOKzzz5Dwvfg/wkP5nIGfdtAIIBh2H1fojZHqjca43pBH+f5559HV2s88MEHHyiffKKf/fUdSV7QyUVtjmy9UWfrMRiMQCCA7s7x4+QOlDxk6yHGl63X+9/+Owppo+XoWQ5z9ZGth7g/htTot/Xguwljo+VoXg4a1/se9oUYj6p31324lK1iX947esd3daB+v5+m6dsufd8Ub9mYc6qNHmH5u1t+P3sZn8sf5G8PgeJ6g+E1//2PR688tuLnP5nSd5sb+r/8+VP86Z+vnLP8X2LD+N+trXfTMaFay3+fd2byz7f9u4LVx2FhRv7o338xlxseALgHx8f75YHfvWub/crmn0ax+vzafmrXzgr8uaxX7sde0HJksbah+nAzMjIuXbo0wlvo97//fWxsLIrrIe4krsee/pQi9K9f1n07P3k6u5eJZ9cb2pnS5Jl8nM2f9p07ucEHgKYDwWgMTdOBAN1rPQ345GkPAcCA9Xe0DJnxTCx377mPLYtejObcWu9r/vjMFfyR1U8IcI7g3veClkMsRxjXk8vlXC53hPePSCQatB4U10OqN0xcD58y5wnBl2fOmjumx4T1WIDf1jR2hj721HQ2Zas4cPjb2ekvqYUA3hbDRx/pzVc6/cAMnSyLX7QgVhTiqPtL4efS1S8tEOEAVEvFn/76JVO1+qUf9Xy1xf38xan6A4cuiH66LuUhvO+/fd+7k6aBBqCB7n/Tkk1/+699l360IfORT3e99cXDGb9Z8TAR/MX1WcF/HcG1v1n7JM/TdObIkU8aWtwU4NwpM5/RLp8r5vQ92WmJ8yb/4+RHXzofeZJ3c6Xn0kfn3dwnFsxg+6z/+1/7Lv1oQ9bTIgBw/bPib8c+u3jFC4BPmPbEM9pnnxS1n85989NHXt30UzHRfVCf4/Ne3fRsz9fLCzZlJgjG2d22bNmyTz/9tOfrvHnzjh49OqhlN6yl373cuHHjHXWVoD5cxJ3H9YSPPTUVWuu+vBW76/jmnKVL8OQTfZ3eG4YP/veMY/rC9PWvbVz/bz+Z0vrR4eOmDuBPl4V2fvtNBwAA5bRchtDQrm8uB786LJe7+PLpfDxMNkc1+zHhwCchOHilZwn04OtvPjL4xPgnJngbzli6utc7zp9twR/60aNhgWtnCg+ctM/Qbti+Y8e2DcunNR3Zd7je2b+eyU9oHoLLp//R1rPG2Xi6wTtp3rypzJ690IFAV/OJvYWfUXNW/Xrbjh2/fXXBhIaSfSWNHeEzZnLdlxqdNE0HuhxfXgIu19t4yRUIBGif/ctL3gmPPhLe/8gf/OWmTZt6X9b//M//HLTk9xnXQ7YeUr3h+3DDZPHRIe2fG2xU8LvTVPstTH2qr0hR9s8NLSEzF8dND8cBcL48QTMdrHXfdODCRx4KaTe3dABAxzeWLoH6SWFnY/DrtxZnqFTBBwib/uSPExTh+BCRnVtLeoiHIegoBQLE5CfmTKIu1n3dEQgAwLUvP2vFZ8yXhpAtNZ9eZj+h1cjDmQBEuOInyTPg4ieNrv61hT2qmcW++mlNExlcc+38qa/hIY1yYu+9AHn5k7rrkxJT4qaHEQAhE1VJiyK9DZ9epibNmsG++tXlG4EAuP/Z4J2UGD/Jfd7qAgg4LzVc586YxYfx1zMbFxcXHx8fvKbx8fHz5s0biQwN1Ydrs9m++OKL+vr6kSxRVwbizuN63V5u3Cx+o6HucsLyh0Iou6GuPST6GVlY30IdV5zQeeG9ggu9V4a2dFKPTY6eyixrvEIpoMXk5D8mm+401N38GjJ9phAfar89b2LeiusBBD3cfpG1XvG+iTHqyMr/++xyp3wGx/5FzVX2o8ums+nAZdt1cNe9va2u9w64l51dqjCiT3SJKfmxesKF2k8uPfOzGRyfrabqKnvWMgWX7jFHaJoOdNqveOFq5e+zK/sqfydTPWs6/v75Fl8Mbf3i+gSVQn69puoLW9esyKYvrrNnqCbifc9ovCx/9atfBV+z+dWvfjVoCwxl6w10TtetW9fR0THCG/2///u/lUolcnIRcMfvZuBC1ZzIcx/VWjoektn1DZ38WfFTBtMqwbyX0tXhA1ZPeWwKfGSxd8CX7WHTp4UKu6Yyyyz2DjBdwafOn4wPt+f+cT0aesvcYD/AhJi4qSc+rLncKZ3wuf46N2aFBKdpkgaAST/ZsH6+4HYBJXzSU/OnVn+o+8opV7RWGdwTZj8twWma7rsXAJj6wq/XzOL0qw1CVFPhw4YWJ224ypVPD5vonY4bGlqc9IVWfPpPIvBx6lrFx8cHzb34+PgRNsFQfbjJyckXLlwYSQ0REREymQxJHuJubD0ACIuOk338d72phfmNuWvKM6qBBlr4FD58/u0Vrzq8u6+XunHDHx4eAgDsKTNFXWcbv+myM6fG8XGcekTk1zV+42+ByJ8MJ3pBW693cJq+tb5P0Lp33y7GlT01HY7Ufn15kvH6BOVTEUyapunwqRPg7NctnQkTOMGtyPZ2SiBgDxYC5z72tOLEoeoLTUyzyTv12acmMmma7rOXkIhJbDBfvOKLmYYHt/K0XwfBBDaNsSXKSO/pCxe9rfj0p8OZzLCYSOrYhYvUtzD12QicpgPj9e2LjRs33mzGQX4dua33s5/97E7f+kB9uAi4m3cz2NOeig1tr/3o029wWVx/7xYAcOHjs6f4rf93qsFBAVAdl+tKCv9cUhfsAgmbGs13fllr9YseEeIA7MnR/I4vay1dk2dOYXf3j/zj4zOmG9TtIjs0TQNFua44rl+/7nB0L93ULRc4GJuTPzWd/vr/Pqq/PnHuk5MAAoEAPmn2PAllPnbsc7sPgHJeqip6e3dhlX3wuE+I9OnZ3Ksff/iRGY/+UTR3wAAawCPnPRnurT9yosFBAfgc/6x4Z/dbh79wAwQCYdNjJlw3fGymIh+byARgRzwW7q4//ZUnQjmVPZ7fu3jqqafi4+NH3r2AhigjfmBbDwCf/MScyZ+fvhKqem4ae7AC4Y8/v8L/0UdnCgsqASBEIH3ipwvndPd48B+S80/rnVMSJrMBAMLE0WFdZ5yT1VOD8kl1WOoMF0TTn1KEjyCu903Zn/b0LiZb+Zt/ZXePZwnG+1hRc+TwfqNXsvSx8Js18J/82c/J8vKP/rCjDABCJsrmrvyXeROHiLIxRXPiI85WtoXN/RdpSE8Zmu7ZCyNiwb+vhLKTR/bk/BUAwiIeW/hvSY+FBgI0AP/h6PCKT29IFkSE0IEAHSZ5LMyruxERHxUaoGk0Lm/w5TB9uP1Knj179uuvvx7JXR4WFqbRaLhc7shHCCIeYMZGjrTTp3TPPfccejl/PCw//PDDpxdoel/9T3QfL1u2bGDJZcuWjfwWysnJmTVr1sA9Hjt2LPHHTyMhQLbeqJuAYICth5bjyNYb6ur/+te/HuEbaWFhYdOnT++pvPcSOblI9UbpnCtDOT6IB4+hLvRAW2/OnDlz5879Lia2QiBbb1SA5tcbt/PrfQ+WPmJcMQbm1+t5SwnNOjdOZtbr53V+/5MdIJCt90MLM4MxZ86c8vJydI8++H/CDMbcuXMHJi1Dth5i3MX1eBPCf/zMApTB74FnYNKM3vL0vU1YjxhfHu6ozYeLJG+c2HqDWnnf3UwwgLpxxx9jY7weYjzjun6jrq7uu7DLgg51GJ+HGnlcq15LS0vQyUWqhxjlnu+orRYxxjzc0RnXQyDPdwxVixhjqjdq43oIBAKBbD0EAoFAth4CgUAMy9gYr4cYzzQ3XUaNgBg5kqhpd6Z6Pe9m+H0kaj7EKOGpp55CjYAYCWfPnr2tdg1p602fPh21IGI00NraihoBMXJuq10orodAIMYXqA8XgUCMb9VDth4CgUC2HgKBQCBbD4FAIMYm93+8Xpe/y+g4X9X6cb3jH1/duAAAAs6kh/nyWMETCyOXPsyXAQANNAYYav3vhy4/bbwO1VcChnaswUkDwESCOZ2HqQT0T0SBh/kMAKABXQ/EeFW9e5lLuZPqePeb3UeuHXR1dbp9bj/DT4cDhkGH/9srXmPDVd2xzj/NCpmbNvW1aN4spH3fAx1+2HeVdbgD93RiNyg6wGFgHMAAmgPwTwZd2wXvXoMnr/v/Y5JvZmgAaR8C2Xp3xt+a3vlL2/9cctn4HObyqWmz+E88FKYIxwU00O3ktaYO81fu+nJH8Yn2//3KXz8Ln/sfD2VJQqR+8DOBiS7Dd8HBa8RbLpalAwsPgRWT6dhQegbbL2LSgNFX/QyzBy50Mj5wYX/vxC/QzCdp/y8lXdMI2g/oeiCQrXc7/LT/96bNh679MRwLWy/ftEC0bHrYjDAmj+kj/O1Ak/AwB+ZM/dEN0vG8OP2Tq8f/1vqXU/4PfJc8P5+2IZr7eHAub3QlgtTV1c2ZM+ceK/HTsK055I9dhNAPv44ILOUHZKHAY9BMnwejfAAwA2fNnshZMiHwQif2kYtR3M44wcB9zdgvIrseYwdoGsbQBTEYDCdPnqyvrw8OZlYqlQkJCYsWLeLx0FyhiMFhbtq0qff3iRMnBj+MXIn+pzHr0I0/SlnTfzUj90XpuilYVAjGZtCM63D13Wt7yjqKLga+kIU9KgiIRLh49sR5U1jTLnX880v/uWvuq4+ExfCIcAaGpjnrprm5WSKR3GMlW20hf6QIOQbbI/y/iAhMpTvZWICBYTTBIgk2ibMpJsECf5ivQ9J1LWECNo1NNHYwvsAY11yMR0P9fCYwRpPqffvtt1OnTh243uVyZWVlHTx40Gw2u93u4MrW1ta6uroPP/wwKioqKirqQbgnfHWbFvzsr5HLlsk5Te+nJm9tmvPTuMn3apC7dWsXppfLtUlRrBFv0/R+avKvzXO0CZNHsTsw1N1yP229kubCQ+1/lHNmvBKVvVS0AqPAR3iJQEh74Mrvzb85af+gneUSXOVd6ri4cUZOJD4NCzAXT9IyMdZfWn//GXmK3yr8zcP/g8y9+8h7DmJ/F6EgIEvgTwnvAipAhoQyMQAAKgAEFsBIL3R1esImfU3zv2GET+yChYIAjwH/bWeeCTAnXAnZPtU7+s09l8u1YcMGs9kcERGRlpaWkJAQNO4uXrxYVFT06aefZmdnZ2VlLVmyZIinvqGi6P0SXZ3Z4QMAVqR8ToI2LW2xnDuqzzpSk7NbyZWz0G1+T9zTeL1OqmP3xezJrMm/kGxeOnkFhgGJ+1hYCMYAw/WaE1f/puA+vn1avpL31Cc3yvXt1QDgZ1A0Bs9MWpYW8dpkXFzX/smlDhMKod8vOvyQYwuJZMCvJvhTJnQBhpF4CI7RNAAW8LN8bjfN/AcZ9qFflGtjvnGZ+YaVuamJ+dcrzDh+YK3QL8Lh0xv4Pz2M0X9FsrOzzWZzbGzsO++8s2TJErfb/fTTTxcWFs6YMWPHjh1ZWVkA8Ic//KGlpWWQjVsrNqWu3anzKdfk7H333Xff2fv6ypnuip0vpWbrRvcrv6xIuXJmJBK9e+SebL33LhfcIDwZwn9/burPgAQfdOEYQQfAB94W77dsYD/KjV0Z9qrb7zR7vmzrsnnozlAs1AueEJrzTETypY6LfyX/9NfWd34t+z26EveFP10lrrNgQ0jghYkBoAIkHkJgNA3AoAMBBvNzkvdhG0PfwbhEgp8JkymYw6e/9GF/bmU8yqGfC+/4Zyf3fZJx6BrxxtSu0XyaBoPh/PnzEREROTk5QROPy+XOmzdvxowZwQJLlixpbW09ePDgwYMHN2/e3E/zjr6xs461ePe7m5U3Lbso+cyEhDnZL2a/sVOn3K0Ruutee3aTL3PzTF2Rzuxw+LgzNetez9REsgDA13pmf/7+iromNwA3as6yNZvXJAgBwKFb+3y+8PXMyKNFOnOrw82SL16Xs3lx5ICjd9S/n//2+2fMbgCWUJ6wMjNTO5ML0PT+iy8eVeak+d4vqmtyONzcmcsyczIThP18zBdL5uwtzpwJdZue3eTOzEnQ7S9paHW4ITJhXc7ry+TDHeFAEXXXv7/p7aK6Vh9w5YszczZrIrsN4ZL8t98/0+DwAUs4U5OWuW5ZHyPY17Dz+bUNyzYnmN+vaGh1uFlRmjWvb142ZmzQu7f1uvxd7zfvDQ/lLZnyL5iXSTK7CAhhBBhAAYvBZjHYGMbo9HvICZ2dVAdgjBBmSAiTRfuBjXFoPMDwMX8sWirkTPyi45zV/Q0SrHuny0//5RpLwIbkyQFGVweJhxAY0DRGA4Z1eVu7sKzLeHE7g4lBYhi9JjywXUplSvwxBI0BtPsB63AvnBQQhsL5TsLqHtWJYk+ePAkAaWlpPV0WPB4v6Of2lNFqtVwut6KiwuVy9RW9MyUNIE9LU/ZzZoUJa1ZGQv37dQ4AFrAAGvZXRK1794NjlZXvrISKNzaVNAGAuz5/bbaOu3L3sdOnTx/brYWj2WvfNvsAgAUA7jP7z8zc/M4Hxyor9y52V+Tn17kHBsc2vba/Sfl6ceXp05XvZs5sePu17AoHALBYAK0V+xs0OcUfHKs8tkvZdHTn/gbfkGYfC6Bh/1Humnc+OFZZ+e4a7pn8fJ1j2CMcQH3RUdDu/qDy2Luvz2mt2Nl9tK1HN722v1W5+d3gEcob8te+oXMMjPKVlEDa3g+OVZ4uzoyqy9/09tDHOtpVb+TvZnzhMAQwWBT2XFTowzSDJgIhgNEeupMiSF/Ay2aycQbBxtkhDDaO4UwGk83gkAHSj5Ne8NCBAAaYhBM1P2QJHaBPX/voHk/Daa45nLMxt6r3tfFY9SV5WdtKmu/LRIH3t7bvhC/aaQAsGaelbKCZ+K2IMw0AdFcAOgDEGPyrIJD/sH/TpOsLoc3iwb7yYA+xaSmbhhD2tBD4MUb7A/THduL+NxfZZijfu2VLoflOmpB0mAa19QCgt8ZdvHgxIyNj586dPWt4PF5sbCwAmM3m3tv6HA0O4Mrlgxg/kTPlLHA0tHY/vdyENYvlLABgRS1Om8NqqqhrBXf9+xWOmevWBQOAXPmydSujWitKekQlatmaoEXIkmtmcn2t5n5q4TMfLTFzNZlr5kSyAFiRCWvWKH31JWduOtbytLQ5QgAA7kyNHNxNTe7hGkd46wjnzImE1oZW322PsG+YcN3KOZFcFjcqYdkcrq/J7ACApqPvN3AXZ6b1HOG6BKgrqRsoe8q0lTO5AACRCSsTuI4zuqaxInt3P16vuu3jDtKtEsaH4XwGBXa/re5KVVvXtwSTHcoIu+JrDQDd/cDRgNFYm7floytH3X6XP+AXhkyaPSF+EmPKo+HKCvuRr9xfjuD2tx7eUXCOl7JlY/zAG5YvV6uEZU191nGkSrW43NjvEao9WVJ2rp0dk5aVPosPQLZdqK0sq6LikpcmzooY5lEfpLbRRtUVzE3Sc8ID4QwaGASG0TRgwSWNMcQhtIZDn+rCznVgP6UDdEgohjHOX8OuYLCATU/DaZoZxqXpx/mB8quMBh8TgLrNBWkrz92lA01mVpKEGElzERGq2dLyGnu/v6vKstJauzg6RsQBAPA47ELtem1PjYRQAXC2X+1tbW1BXetZE+zD7RfFk8vln3766YDp+W7nh7F6RFB48yNLGMWFBrPD52hoAmh94/mn3+i9BbfVBzODn6K4vevx9RctX6vZAULlrdAcKypKCLoGh2+ZEABYkUJujy3HAnAPf6RcObenIi6AzwcAwxzhgBMXzhT2Nh3BHTzCVnAcfWnh0T4lzQ5fv4aLjIq81TxyIVQ0OR78uN55p4HCqOlhcqYPdzKu/c8/f/1R+5GwAI/BYGJMRoCmuYxwJhA00AxghGH8D6/8lXmFiWMMACbJ8D5xNT47+s0ozkMYA2vuuP0U4R6LHhZqxGW62rb4pIhBTwW/7QkSQkWcWmokFJ7aQ4dqstbGC4mIWWr1OZMnfljJG7K5RhXnbzD8HOyhEGD4PIEQDgAwaJrGMAYA0LTNi5m7MCYTXH74Zxczmg00K+ybLiwUYDaf5ngcXVwhi+qShnCYTMzmvm13Bmk754hLllXqqmwLV0iJu2wuvlwdJ62shbjU1fF8AACyucaIE/enQYJSGBkZ2bdDQBkJFQ0NDpjZP+TW2mD2QaRSOJgs9jJjWAm7j+UoBxRy30MnxX0OiA1xhCMnal3xu9oBEcmm/v8OY7Vb5e5tva+cRgYP4+MT/Neh2HPgk/YTSm58LG+OJ+BmYEzAMAYwonmPY4Ap+LF+jKYxmkFjgEEoM+xSR+OFjs+Ptf51YUQyRjBcXtdtXViTkROfrHEaa0p11ltPGdlcU1xSDyIRj3DZvKAIGnSGkuJar0AkIDxNHko28JzFmvRUe27xgXJpZh8zhWyuKS5vxIU8cNm9UQtTF8g5g9bmNJWXVjl4QtzRTMWkpsZHEKPiWjZcZzC4MAmnMYoMEBycATSG0TQwvK6LGP9XX+N2Emax6awo/65vmVyMMZtLO7qwhxggImgaZ2M0YH4ynMFmYOC6bWeGx2og1YviOHbd/pMmz5pZnJvW9CCN77xwpFhn50lEHNLqAv5wgYoLHmm8igAA8JhPFZdbcImINzWy//MXGxt7/vx5g8GgUqmGOcYzZ84EOzr6GjhztErYWbT/jOb1PjF+x5n977eyEtbNEXZrXGuDw7csaM/4WpscIJwpZAlnRoHP3NAKyptDAd2tDlakcKTPPytSHgkV9a03KwZ3k9kBwpmRLLhP7uF9OcL6OrNbG8m9aZ+2+iIjBwzpaTW3uiHYyeFrbXCAcI7wwY/rYQAMYNJA0xRc7vz6Buv6gsnPrZ/0RuaMHZseyd00Y+evZvzXc5GpAPATUfJrsq0bHt72S9nWtQ/9JkOw6Sei5V6Ou7nLSmAsBsZgMG83StnRaBHHSQmOYpEKjDqL56ZKVRaWuxJXrV6hXZ4cJwoquENfWGyLSU1foV2enBjFGVzrhepVq5RO3YEys6eXx1Z5qJJKTF2h1a5YlcSuPlRiJgerjTSXFRtEyau12hXJcmv5cQs5ei4ms++LtH4amJ03Gml+1td4GwWxHHrjVH9+E/NiJ2ZwY4evMZoBZvMDMg4NBDu4JROjmRgwmMzbBVKNPLWMQ0g18/kWndF58zoN0vieC8XFRpE2fYV2+XKNfPAXJuy1pYcPH37vUGmtneqOZxw5VI0npa/WLl8+sHgwoldaWjrMERoMhra2toiIiJ6O3R5dWLz59QTQZb/42tsVdQ1NTU1NDXVH337txewz3MWvZyb0PN7uM/tLGhwA4Kgv2l8P8mVzIoGrXLlY2Fq08/16BwC4m3Q7X0p9cWfdiO08llyrlbt1b++va/UBuJt0b7/dwEpIu4+Cca9HCFHLVs701eXn65p8AD5H/fubXkx9raR1sL6QouBZmI/uP+MWahZHjRXb7+5tvWjBY1+SrS7qOiMExKHTBY6Jnzk+pgKku91FMFgYTQcA5NxHF0x+rvpapaXjKwBgAB4AKpTBv9j5Jc8nEIRPbievMgPMcGLi8PtqMxjsNmuJDYD08CjTSaNToeYDeKwmF18t7WM8eJrr7RyZ7LZvI/FnadPj8vYVFkevn929ZZPJwVEHo0uEKEbgKWt0eKIG1uawWl0eT/WRIzhQLqGIDRTAqDD2oicwa/3QTmI0TuAM8NEQ0nH9S4Zg2zf4ZRLmculXI/1v2ZhfdWJRHFCE0p9cx6ay4SfCAMfXQYWEMTGgmcQNCmNgIGAP34frbDxns7HLSggADxtv0unb1AsiBm980l5vBYlGNGwTieJSVsTzybaqsvZuk9Fo8QiSJUNstHjx4oMHD545c+bEiRO9xyH3mHUul+u3v/0tAKSlpQ0axc8pjqooKirZn13SPUp55pxlr7+bpun94MpXLnbsX7uwvtUH3JmLX39dGwkAXGXm3hxu/tvZz+93A7AiZ2o2782ccwdjmyO1u3b78vPfSC1xA7CEMzWb92Ym3E8r6d6PcNmuvb78/LdfXPgGAHCjEtJ2vT7Q3YXIZVrh0U3Pb2pyAzdKk7lrzdgZPH33cT1luMp8rfayx/rklEBqeMZFp7HG/VGD+wvAaAbGwDBmGHDd/gWayc82OA2nr1Z0MbwMmsHEmBgwKcL3GOeJJZOfN3WcZ9FsCWfYN4fI5nP2uFWrZwXVzSHKzdXpHeoFQqAoapCI+0hNL448OV1jyT90iBRx1EPvfHA3QrVwuZo/yq6lUkDXd8LXXfBkGAcAQjpvfI4JdjXhlgD8iEu/FOF/u5X5pQeThMJ2KTWFRa8UYWwmTMRpgFBGcEwfEdLciYUE6Kkc/7D/QvXm6NTV3b1KTpljR1l1c6JWQgzaXCQ10hMgIhK1EQAehwenht2Kx+Nt3rw5Ozs7Nze3ra0tJSVFpVK98sorSqUyaOX99re/dbvdixcvHvLdDK588bqcxeuGdxbnrNs9sAgrMmHdroSBW3I1e09rehWbufnY6cGrVa7MeXflIHL47mltr+3n7Drdvf2tT1Eri093b6nMqexdfa9fhjzCER8td6b29Xe0rw+wAm/uw9ftS69cN8h5jEEPd+S23vzJGh7O++L6ueukYwI16Zfy7Rv1iXkQAAAgAElEQVSn/7dWnLZS8h9p015bLvpZF8PrpwMYYIBhPob3GeGy1ZK1yyNXPRfxr2kR69c9vIVPCEw3jDwiXMGbOZzoWWsdilsGnTBmNs9eXdVMAvCkUWyH0erso2UiOc9jsbhG9JRJkjJSxPZGGwkAwIlS8JwWuydooBjbOdJo4WC1CaVStl1vcY66a/mjiRSXgM9djBsBjNHVaQ+Z8LcrzAt+WMyjX4z0/9nOrO/EokLgjSgqCjoJqmsa3THZ38GgAzRgGA1AUZ00ZnIxeEyYyQ0M+y9kkch6zBO+LF7sMugsnsEbnxBFC6lmo32kf0akVXfSTAllYrDXWz1DFktISAi+gFFUVLRixYrs7OyOjo7S0tLU1NQNGzYEJe+VV14BBOI+2nqPT1AxMWaV99gL3p9PCJkUhcumTXnYE3DjQNBAV1+rJK6xcCYBADhGEAzW9FD5M5OXYQB+COBA4B7WN/5/1sPZEAYxX/ijoXsxqsrKjQ6p2CyLl/OD3Ro2Aly1xSXChYsSk1arC0sK8molYhHuAqfRYFUv0KxOtL5XkGuUikVsB+mh9BanRMHvdpxMtXqb3VWtl2jUUg4ACOPTUxvzq4KWxsL0RcVlxYdNAmi3edWrUuUEwMDaPMuTU9WFZQV5tSKhQBQdvyheyhkV1zI2nCZa6Y8oLNULQp/LEODWXMee5tNLBIHSa8zPPFg0C34TRT1Eu4Ed5qcBwwEAMAwwAD8AM+Bvo+BzwFhMOmESOWQvRk35Eb1dyDY5IxT8YITPCri3vqxE7FmYOEjjL1evSmosOpC/RyyWCD0er11vdEhVQqI7PqivtbrAXlv6niV4L1IOK7loIUehTa0vLM7LE0vEjz/60KCHsmTJEqVSefDgwYqKijNnzgT7LgAg+GbukFYeYtyDXb16tY/5frMTfSTTARR9u+fPbb9/cfIv18o3Y34mjfsxPxMCgBH0h21//cvl3QmCZ9Y//HrRNwW66+UvRKYnR/6MQTKBoIHCAoT/b5cLj7v+Njtk/i+m/ie6EkHucaapP15h7b3O+jk3kBXp1JO8rK+ZAhZMIejPfJiSCf85lYpmuPxsLgaA0TSNYQCA0bQfMGaApJnE/7Mxj3Yw5hLkuimj6I20s2fPoizgiPt4t9xT3ox/nfIS3y+s7Cj9P/tRwIARYJJYF4aDL+Dz034GxuQwQpmuEC6Lz8SYftpPBXw0EcAwDBhw9tonn/k+CSP5SyZpaaDR1bovvDjRN4GECpJR7ubF8gK/EAc8NJg92LJQ+lUJFR1o94UMJnm0HwCrdjBqKQaXhGUCEl0PxDjycO9ozhUOM+wX0qy3rmz9f/Y/4EBoJj3LghA/RrEYrImEyI9RTZ6vP/GVWzoaKQYVTghxBgujGMCEuhtVFTdK3LRzdnhCFPshmqbRtCv3hVAGrI/s2uUK2X+dycchZaJ/Bpu+QcHjYfQk8oYvdAIBNNBA3zTkKcDwAAUAtU7WMTfTCTCXS0WxAzSaSx6B4npDsSxiZVPnpWPeQwdb99AY/czk55hdOI1hj/Nnz+Ym1Ls+M9r1fJ/w8VD1k+HxmAunef6z7Z8cc/zvNUbbzMCTS4QpAdrPwNCk5fcNrZD8xsP4IEDk25m/CMDiMDdGumg6nOLwcQwCNAYAGABGByDgx0kS2KFnrjPKbjCv4BBD+p+b2BWgR9esogjE/eU+zKX85IR5nZ2dBvLT89f1Pn9XOEeAs3AeM1wtmMfC2JHYVCVPnSJO4+L8NvrbT9pPfnit2M10PgZPLp38vIQtBcDQlKI93Je5lOfy/J2d2Dk/8x9OhgdYvLAwnCBYGDBIL0Z5MT+J0XSAQXTQeGuAdaqd+fd2ppsJswL+ZYKuqWwaYHRNKTqS2XERiJHfLfchbwYTY/6HdHOUXVZ6o6jI9laZ4//9JHz5w2HR0zgPLYlYzsQIB3mtscN4qaPxnKe6w+cWc6dJ6SeenfwvEwmRn6aYGI4u1X3+K8Pgl1O6pjsC73ey/nyFccTFWMwNKDj0tBDOBBwwgOsUtHZgZg92tovR2QWSUPrhgD95ctcknPbTwET/QYhx5eHedY60paIXnp649EP74aqOE1XX/q+yrSzAoJkEkwFMnMZxmgjDeeGh/Jiw2U+HL30odAYA0EAjyfvuSBaSz4STHzhYH3uJT9oZFVeADgCBAxOASQMOEIZDOJdWhvoX8HwyTndmSCR5iAee/iNXWlpagsJ3116nL+AzuRrO3dB/22ltcBkZGFPAmjiVM+2RsOi4CfHi0KmAMuF+v/gCYHIyz7UzL3cyGq4zmAxMwKKnhgYe4fnjhJQ4lIbRnQkXjVxB3N+75b7Zej2wGKzHw5WPhyuH01oked8jLAY8PsH/+AT/sFcEgRivHu5dxPUQiO+ZwXMAIcYfU6ZMuQ+qhyQPMfq5925uxINBIBBAth4C3esIxG24p3y4CAQCMeZV747ew0UgEIgxx5Bxvcu2ZtQ6CARizHFb7Royrjd1ihg1H2I00Nx0GTUCYuTcVrtQXA+BQIwvUFwPgUCMb9VDth4CgUC2HgKBQCBbD4FAIJCth0AgEMjWQyAQCGTrIRD3m5aWlmeffbawsBA1BQLZeohxQWtrq9vtrq+vR03x3dFWnrNxy2ErOeZPBM25ghiXeKz68pNVRovNRQEAzhMrlJqlSaoI4n7twGE4ZRElqiXEaDjb+3MwwrjVL8fwxMSYv/hofj3E+MOhL8wrNoIsLmmVVipig8tmqtVVHtrVaF2fuVx6P55qsq22/LgpKX5UqN79OhhCKJULH4Trj2w9xHjDaSguNkJMWlb6LH5wTUSERB6jkBaWWZsdpDTCo8/bfkSYoiErjzfiSzdlL4hwmsqLy2oa7V4AXBClXpSarA5ahY4LR4rL9JZ2LwCwRTGLUlMTpRzS/N62ffVegEPZG8vjMrO0EmjWl5ScrG9qpwDYohhNSsoCOX+gOjkM5cXlwdrYgmh1snb5LCEAadqffcCTvEqqL9fb2r0giE5O1/L0xcfrm+0uShCTnLEqPoIAz4W92UWe5FSp4aTB7vJ6cfHs5elaNc/a62CeXCr4x3F38pasxG71IptLduQbotdvW9Ej9k7Dnu2HvL3LWA9vK2hUrd8y35i7q0YWLEsOckaEaf+2A57Urb9U8QHAqc/bXmyLWpXzSxUHAJw1edvLhC/npMuJUad6SPIQD7roNeosINAsndVXdghJ4pq1wY8UjoPXpLMkrdqSKuHxyebyggM1wuT0rXFyPtWmL9lXXODhZa9WcBw1hUXVnriMLckKIdWmLy4o3n9Eum2FVL46O82RXUStytmo4gA4DfsLiu3KVZlrVBG401x54MC+A8SWjYl97SaPuaTgUKM0Ze3WeAnfaa0q3l+0FzKzlksAJwAadcbEtVnLhdB8JDe/tGBvjHZt5nIhNJfn5peWmlRrZ3FwAgBsJ/XqtVk7JATZXLU3v/iAKCprQe+D8Zi6Kg9UVTXHLZcQAEDaqgwugTqxt9fKV2hkeFGt0ZEYPEDSWmX0CtRxYgKMt/44Cgc7I7VaDMX1NlLFJ8Bj1TvYAra9vplUyQnwWOvtuGzh6HD4UR8uYuzR0tJS3xeLxQIAHR0d9QPob1C1W12AS6Jv56pxYpLi5EI+hyCtupp2kSY1Uc4nADgR6uQksddYZfUACNVrt27dqFUICQBOhDJOinubrK4B/rRR1wgxWq0qggNA8OULtUq2raq2DfqJXuU5V1RySryEDwB8aWKyRtCur7J19x3wYjQxQgKAEMVIcMBlGmX3NykbHE3Om7WwFQvjJAQAEBL1omiwn2t09D0rmUbN66mWtFYZvaLExL5axJFrFLi91hDckrRUm7yiuLjeZYY6I45MLaasRhsJQDbXN3NUGgXRXG/v/kqJ1VIOiushEHdFRkaG2+0euN5sNr/22mv9Vr755psqlarfLU9St9uHQCoMPuceu90L9uM7Nh7v/bPI7gEFh7LXlx+pMtpcXorCASgA0YAeTtJlcQBlO7B5Y58Hz+4ioXffibPJAdB+aPvGQ72L2R0UiAEAOCJOd2ECx4Ev4t3cNLj65l75N48aAOcJeWBtdpHQW2oI6fz5otpKnWV5ugK31pq8UcuV/f8AOLL5Mex95wxtCxZEeCy1Jq84WRUxojPiK5Si0nNmF4g99RaQropRO8rLTC4QeeotXvFCGR/F9RCIuyMlJaWfEed2uy0WC5fLlclkvddPmTJFLpf38WR5MgHU2kx2UjHA3SIBiMEfjZ7wVN8AYeHeMntM6to1agkHgDQVZh+wD37EvLjMLdrbund4dEbOGsUgRzXYozqyB3ogEWpN1PESndkjJapNVHRqzEApIqSJMeyCWmNbIt9eZaKiUmOEIzwjUhEtqDRaHDFOEylJlvDFKqGzxuKIcVpcojjFKBE9ZOshxiDp6en91hgMhg0bNshksj179txmY74sMRo/VFuij1sb38vYIptPFRRUi9KzViv6WT4SERtMJjupuhnw9zgcIBRyyHZjM8VTa5QSDgAA6bA0UzBQ2AiBTAj1VqsHbmoE6XR4OEJ+36L8KCFQdosDFBHDlLpt0NLiIOOD5h7lsLuAL+ENqIAfo4kuOaTTGzgmiMlQDOZ0EuJENe9c7Tmb0GqB6FX95GqYMyJEKhlHbzAZXS5hopQD/CgF54jB1OhyCGKiR03/L4rrIcYbfFVqqpLTVJpf8N4pg7m5ra3ZbDj1Xn7+cbtYs1DGGagAmniB91xx2QUHCUA6TEcKduQWGpxAsMUccFktdhLA02woKTYBDk67iwQAnCAAPFa70+Mh+TGaaNxWXlzV7AEAT3NNYe6O/LLmfq4wR75wNq+9qrjc7CQBPG2G4oIducUmz52dm9dUXmV2AoDTfPK4BUSzo4V9DwYAgKNYpMSbykobOWrNEON0CEmcWtCuP1JuwRWJcs4gujnEGRFitRQsOp1NqIziA4AwRkZYdDo7R6EcPYNekK2HGI+6tzpLpCgvr6ou3necAgC2IEqxNOPlBYP6YIQkaX0GFJcV79hcBAA8sTJ5rVbFB+DHr17aWFiWv7kM2KKYRasy4vX7CqoLdlAvb1kt1cwWHKgu2K6PydiWrkpfT5WUlBdkl1EAuEAWt2p90gDnkCPXrl/FKS4/sF1HAeC8KGXKWq2CcytmNxLEmnhXZUHWvnYK2OLZq9ITIwCA6HMwCiIo5Od0xPy4oZ3uiLg4ke64nT179cA/AuAPfUaEZLYUjI28OIUQAIAQqcRwrhGfrRaNntHN2NWrV3t/b2lpQcKHGFV89tlnTz311PBlgh5ubGzs7T3cBxXStHfzAU/q1o3q24fPPKbCnEKPdstaFf9Ba4azZ8/OnTv3zjxcJHkIxIOtjk5rzXvvGTlxyTH8cdoEqA8X8eDA5XJRIwyLoyZvR6kNFylTM5IkxHhthf4eLovFQrcGYsx5uAjE3Xu4qA8XgUA82KC4HgKBGN+qh2w9BAKBbD0EAoFAth4CgUAgWw+B+N5wuVw7d+589tln3377bdQaCGTrIR58ycvIyIiIiHjzzTdbWlouXrw4vtvDqc/buHG/iUR3xshA4/UQo52B4/Xeeuutjo6OiIiI8+fP96xctGjRkiVLRqIRNXnbS2191/FE0eql2oWzhGNz5K6z2WzHJfIIDrpbRjJeD72bgRh7mM3mtLS0oqKi8+fPp6Sk6PX6pqam4Ix7IxM+AFFyZoaShwMARXk89kZdSVlRnvPl7BXysagcfImcj26LEYPmXEGMPeRyeW5urlqtDgQCJ0+efOyxx5qamgAgNzd3pMKH83hCfrdS8EEYkbraaiqor27WyuUEAAyeHoi0Ht5W0KRJi2uq1JntLi/wZImr0pPkHADwNFeVFOuMNldwEhJ1cqp2lrA71U5T/KqY5nK9td3l5cmWpqdKjSWleqvD5eXINOnpScF51cnbZRTymAq3HbDGZW5ZfvNdsrbynF1VkoxtKa6924t5GTvXKIjBUw55xkoen+8HFNdDjD1effXVdevWAcCMGTM2bNjw6KOP9vyUm5t74sSJezMAgumBqLj0rTvz8nIyFwmNxQXBme5wggC7TufSrN22Izdvi1Zk1RXr2gCAtB7ZW2bkLVyfszNv59aMGFdtUWGNA25uotcLkrO27cjbksyzHC8oqOQlZW7bkbslRWDRlRicAN35dyyipMycvLydW9NjHJX7DlT1z3kxP4btqq+1kzcPs1bfzo6Z33smKI+5pOBQPUezdmteXt7WNYmgL9p7pJnkSNVisNUHs2X0yuMT/Fpvx2Wzx9NbuagPFzEmSUhIaGpq+uCDD373u98VFRX1/unOhY90mCqP1HvZMXESAmCY9EAAALh0kSZonQmjlUJob24nAQipNnvrlvR4CYcAgi+Pmy0Ae6PjZvcCLtUEM0nyZFIe4GJNMDMtTyYXgMPaTo4woxAhTVTxXMZu2SPttfUuniqx97ygQ6YcGit5fH4YDxfF9RBjhRdeeKF3b0Y/4buNq2vrl5eHLVamrE1VcGC49EAyAACOiNfz1BA4AAUUAEG6zLqSynqr3eWlcBwoCnBRT0YinuCmpuAcHDhCTrACgmADAAUjzihEiOOUvNr6WluyVgq2WqNLoJ4vJgB6JlweOuWQdGzk8UFxPQTiNuZeVlZWUODuWPhES9enxbABAFzGQ/uOgyY1Nb63kzdoeiCyeShjsbl8b1E1R5Oxcb1CSAA4TuXuqBz5U9etjbfPKERI4uYLqnU1tmQx1BhcIk1cxIDyg6ccAnxM5PH5YTxcFNdDjCGWLFmSlZU11K/Dubq4UBARRL4gPUVmP15YZu42mTgSERvsJvut4W8eh2P4/BUeq6UdZAs1iuDIF0+zxXFH50EIZEJwWa239kI6Hc7Bxt9FqBJF3sYaq6XK6BXPV/XLRdGTcmhgNYRIJePYDSZjvUuo7s7jYzeYGutHVR6fH0b1kK2HeMCE7/ZjmIXxq1KjXbWFxRecQT9yiPRAw6iWkIeD3Wh1ApAO86linQsHyuUYeaqfkWUUAgAQKueLPcbyciMl0wxI2DhcyqExkcfnh/FwUVwPMRaFr8el7YdMJouMjLy96KhSVxlziw4dqslaGy8cMj3QkC8/cBTa1NkHSg5s3wg4LyouZXV6TElecemOPdRG7Qhlb0QZhboFUlx6qAmPThvELx0y5RCMjTw+3w/o3QzEaGeEcymfOHGin/DJZLLdu3fzeDzUhuMHNJcyYvy6ukjyECNVPeTeIh4A4UOShxgGFNdDPGjCN9JXcRHI1kO2HgKBGI+qh+J6CAQC2XoIBAKBbD0EAoFAth4CgUCMflAfLmJs43K5VqxY4Xa7e9bk5OQkJCSglkGMVPWQ5CHGBBcvXjx48KDb7aYoqqurq2c9k8n885//XFJSAgByuTw4+ej9grQe3lZgid+UnRTxfZxjW3nOrhrZ+m0rpAS64MjWQ4x76uvrq6urMQyjabr3eoqivv766+BKs9k8mOr1zxbEFoilijjNwvj7lHuCbNNX2WQLVPf8Tr8wbvXLMTwxkrz7DYrrIcYkL7zwwuLFiwHglVdekcvlGIb1fHjzzTcxDMMw7MCBA0NuL0rO3LJ165YtWzLXp2pkYCrdt2PPqeb7kVuRtFUeqdTb70NVhFAqlwqR6CFbD4HoJjiZyowZMz799NPeH1QqVbDAlClThr7xe7IFCYUS6Sy1ujw//3hhuSIrmIpn8GxB/WzGQcpQF/ZuK7JQAAc2bxQnb9mYKPRYq0pKglmEcJ44ZmGqNl7SZ7ZSp2HP9kPe5C1ZicJefnSjav2W+cbcWx7uYPWQ+j3bS/gZOekKAgDaTuXsOu6KuZn2p608Z5decduJSpGth2w9xPiEkGiSY/B2fVUws8RQ2YJ6WXSDl+HMWpuVIgI8OmNn3sZEITiq9u8ttytSs3bm5e3MSpFaSwve6zdTH1+hkeH2WuPNqUBJa5XRK1DG9fFsB6+HL1OJKKsxaFc6LfUutgAPZsMAcFhM7ezo8TeL1N2oHhqvhxifcEQyIXjtDup22YK6pen2ZQDI5qqqJo46daFCSAAQwllJ2mho1DX2lT2OXKPA7bWGoOyRlmqTVxQX19tCG7IeYXSMwGUxuQDAY6l3COM1Eo/F4oJg5jO2XI2CgiPxcJGthxivkN0PxG2yBQHAcGUUvVe4bO3gqs3fXNt7Jc/qItX8XnLEkc2PYe87Z2hbsCDCY6k1ecXJqr6dxEPWo1QqeDqjxbmAZ6tv5kQnKySm8hqrM5Fnr28GaSpybkekeiiuhxifOK2NduDNF3Y/EYNnC3L1+TpoGeifMUO0dEvWguH7cwlpYgy7oNbYlsi3V5moqNSYQcoPXg+plLH1BptTZLASUo1IyFZwjuhtTqHRSomTx1W6x3vwcJHkIcYjHnNlmQVE8+MkxIiyBY0wo5BAKgCHpblXEqDB8w4R4kQ1r732nM1UbYFozYCp4Yeuh5CopbhN32iwkGKliABhjIyw6RuNJo9IPb7SPd6D6qG4HmJcQLlcDqfT6XC0NZv0R/bn7qv1yJLTEiNgZNmChimDEzhQ7XaHx0MSEXGaKKqxtETfRgKQTvOpvbk79p5qG0T2JHFqQbv+SLkFVyTK+5tow9XDEatFHtNJvUukknKC2TBI08madqFagURvhB4usvUQ4wJ7Wf6Osu7PbJEsJvnlpMSbo5RHki1oyDLAl2lieIfKdmVXxa3P0savWU+VlJTv2lwMAGxRdGJG6oJBX+yIiIsT6Y7b2bNXywbxS4VD18OXqUXeUpsoLmjaccQqobfYJtCMt3SPd0D/bEEtLS1I+BCjiqGyBRUWFh48ePDNN98sKio6f/58z4fTp08//fTTAHD69GnUeuONu8kWhCQPMVa4du0aTdMVFRWtra0A0POhqKgINQ7iDjxc1IeLGCtcvnwZw7CTJ0/SNI1hWEVFBQBgGIZUD3FnqockDzFW2LNnD2oExF2A+nARCMT4Vj1k6yEQCGTrIRAIBLL1EAgEAtl6CAQCMfpBfbiIMY/L5frDH/7Q0tKSlpbWM6UoAjFS1UPj9RBji4sXL/72t7+laXr37t3DTZ78XeMxH9lfWN3k5cVlZnAK80dHlp9geiPNpuwFEehOQbYe4kGx8nJzc1tbW3NycgZKnsvlKi0tTUlJ4fF4A0TKqi8/WWW02FwUAOA8sUKpWZqkirhbnfKYK6ubOPPXZyWJ+eAaLVl+CLFmzcvxPPRGLrL1EA8MRUVFZrOZy+UOTIDrcrk2bNjQ2tqakpLSfzOHvjCv2AiyuKRVWqmIDS6bqVZXeWhXo3V95vK7M9BIrwdAqBDzCQJAKJWPEqEhIqRydJsgWw/xAHHy5MkeP3fGjBkDJe/NN98cYOg5DcXFRohJy0qf1T3JSkSERB6jkBaWWZsdpDSCANJxoby4TG9p9wLgvCjlQq02XkIEHcYmTVpcU6XObHd5gSdLXJWeJHWU5ObXtgPAgc0beXHrMzjv9Xi4ZHPNoUPlRrsX2OLZSUn86gM1Ueu3rRDbj+zIr4/pyeXjMezJPgRpOb+chZv2bz7gSUkR6krrPbPXb1shJW6bushxKnfHcd6qrWtV3SfkubB/W1H7wk2Zcl0vD3ewehyncnZV38wpRFoPbys4R8zP3LK852vTolt5jJCth0D84ERERLjdbrfbnZGRkZaWlpaW1k/yekvhTdFr1FlAoFk6q+/0c4Qkcc3abrvNWlZQpBcszdiaKOdTbfriguK9Xl52+iwcJwiw63SuNWu3pXPAod+bW1ysm52dpM3eKs3bXszJ2LlWQUBbeY8FaC05UGoSLF2fkygmbbXFheV24Mjw29hnODTq6uXaLVulPD4RTEskTE7fGifnU236kn3FBR5e9mpFr/mohKr54uOlVRanKih7HlN1IyVOUUXArcmfh6gnVRHDO95ocoFECKTDaAEez9NoCX61Gy1egeoBnLEKjddDjD1cLld9ff3OnTstFssrr7zyyiuvBL3d1157raWlZTjJAyDbrS7AJcM8y6RVp3fx4rS3MgEtEnmN1ebumYxx6SJNcGp2YbRSCO3N7UOmviVtNUYXW7k8UcohCL40UasZgYLgAMCWLlyoEPI5xAjTEgljEqOgqcoSnPnUaaqyQFRin2noh6qHEqmi2Xaj1QkArkajR6SZL3Iagl8txnaeQvkABgWRrYcYe5SUlBw8eBAAUlJSXnjhBQDgcrm5ubkTJ04M9ucOJXk9tzxJDaOpdjsFAtmt9Ns8kQAHe5MzmAmII+LhvcwyoIACGDwWSDntXhBKBTd/5UllPDCO4AT5Pcm/h0lL1HvyUX5Mogw/VNXoVKn5zsaqJjw6LabPNKhD1kPEqeR4Yb2NVIHV4BCqYxTtVbqbX9nRqQ9iakkU10OMPbRa7ZkzZywWSzAROAAsWbKkra2toqIiLCxs+vTp58+fH0r1CJ5MALU2k51UDMggRg4lXwAA7O/2nKiBD2MPg6cl6gNHoZHhB2oanepoY1UTW5Eh54y0Hs5sKZQabU7Q23kKGU/klRGFRpsT6m24POmBTC2J3s1AjD14PN7u3buzsrKChp7BYGhpaSkpKQlK3qlTp95+++2dO3cOYUfJEqNxV20wB0UvxWs+lZe97T2TB3giMQ7tFkfPz67mdgpEojtPQ4HzhWxw2VxkT0XWm4E2nMCBvGVxOm2eIdRsZGmJADgyTQy7qcZora+1sWM0/aehH6YejlQt9pgMjXobIYsREsHMG4ZGgxWksx/M1JIorocYq8K3ZMkSAHjrrbc6OjrsdntsbOzu3bsJovs5raioGEL4+KrUVCWnqTS/4L1TBnNzW1uz2XDqvfz843axZqGMA4RUEydw1ZZUWZ0kgKe5pkRnZ8/WyO88zSIhUstxl75c3+wB0mmtKtHZb/7CjxKC12K0kwBAOgyVhvYhqhhB6qLuktLEGHaTrlxn46kSB5how439bMcAACAASURBVNXDl6mE7fqTJlKsEhHBzBsu/UmjR6x+QFNLorgeYgxz4sQJuVweVLdFixbxeLzNmzcHJS+4DAsLe/XVVwfq3uoskaK8vKq6eN9xCgDYgijF0oyXFwTTihGSpLVpUFy2d/txCgAXyNSr1ifLOX2yBY0MjiI1Q1N4qDQ/uxR4UbOTktW2ImP3LykpMUXl+ZtreDy+SLlwUbSxeFBzb+i0RAMFMlHFO1frEmjmD2KiDVePMDpGUKZrj0oScwAA+FFKnvd4u1jzoKaW7J8tiMVioWcJMaoYKltQ0NCrr6+3WCwAkJOT0zNWOZhICABiY2N/6CmXSRJu2p+k+b1t+2wP4AC4UcTdZAtCcT3EWOHMmTNmszkoeVlZWb1fz0hPT3/zzTdjY2ODgb8fTvGaj+Rszt5zyuokgXSaK8vqvaIYlLJxtHm4yL1FjAlaWlqCEb2UlBStVjvwJVyVSvXDz79CSJIyUj2Hygu2HwcAXCCLS0tdiCYCGG0eLsqHixhDHi4CcR88XCR5CATiwQbF9RAIxPhWPWTrIRAIZOshEAgEsvUQCARibILezUCMbVwu16lTp86dO+d2uwFAqVTOmzdvyAlXEAg0Xg8xpvnb3/529OjRkJCQnjmTL168WFpaarFY3njjjR8yedB3iFOft72Yl7FzjaLPe2ekae/mA57UrRvVfHRjIFsP8WDyu9/97tKlS5cvX46Nje2ZJp7L5cbGxp44ceKll1565513hhA+p+lU2claU1O7FwAAZ4ukqoUpyXefK+h7hR+d+vLLePBVW7JNX2WTLVAJAQhp8ssvgwhJHrL1EA+ulffVV1/ZbDYACL6UFvR2gxMsYxjmdrtfffXVkpKSAZuS1pL8A7Wc2alrVkeLeBxw2Uy6kkOH8l34tvRZY2GSEb5E3q1tpK3ySKVndaJKSABwJHKUGQjZeogHFJfLVVlZGZQ8Lpf7u9/9Lrje7XZ3dHQEA3wYhl25cuVPf/rTL37xi75bO8wmF0SnatXd2dCEUpU2gyc1um6m2mmuKinWGW2u7glXklO1s4ROw57th7zJtyYOIK2HtxU0qtZv0UrBYSgvLg/mFmILotXJ2uWz+r9rSzaX5+brZSnzvdXVZofLC4LoxNTVScHpq5ym8tKyGqPdCwA8cYxGm5oo5UCf9D7AFkTHa1OTFPweD3c1eWBbkYUCOLB5ozh5y3pRcY+HO0S2IyBN+7MPeJLT5MbjemvwKJLS0xMlxFD7ejBBfbiIsceZM2domo6IiAhKXs/7tq2trWazuacYhmHl5eWDmEpSNlhOVppuzRsKfLk6XiXlAABpPbK3zMhbuD5nZ97OrRkxrtqiwhoH8BUaGW6vNTp6DMYqo1egjBMTHnNJwaF6jmbt1ry8vK1rEkFftPdIc/9JqQgcAFzndPa4l7ftyM3bmi6z6Q4UX/AAQNupfQd09ujVW3bm5e3ckiJuLivYr3cAeEzFhbr26NVbdubtzNmyWuWpKgxu0A1n1tqsFBHg0Rk78zb2nsWFtJYVFNWScelbd+bl5WQm8Y2lew8Ft8QJgKbKWl5S5rYduTs3LSQay4rrnbff14Otemi8HmJMqF56erpcLl+0aFHPJPIul+sPf/hDv5Iez8BHl6PQrkmO8VYd2LF545bcPfsPl9dcaHbelClCqs3euiU9XsIhgODL42YLwN7oIIEj1yhwe60hKHukpdrkFcXFSQiPufKcKyo5JV7CBwC+NDFZI2jXV9kGnYtPrOk2oPgKjVpAmc41k2RzdbWdrUxJUggJAEI4KykpCpp0JgeQHg8FOI/HI4DgCBVJv8zNXTMSD/w22Y6AF70oTkIAACFURAvAYW4n73pfKK6HQHw/uN3uefPmVVdXy+XygwcP/tu//duUKVOCE0/1t+v4/JaWlv59Ghxp4uqsxFRns8VisZhMZt0hXSlEadauSZJygHSZdSWV9Va7y0vhOFAU4CIKADiy+THsfecMbQsWRHgstSavOFkVAdDW5ABoP7R946Hee7A7KBiYThwXiXqUhC/mAeVo91CeZlev7EAAHJGEBwari4yP0S6V7T2ev1knksllMbPj1LMkIxGiobMdBf1ujoRH3DRACQCgAIB/l/tCcT0E4vvklVdeee2112bMmMHlcgFALpfHxsaeP3++p8C8efMoihpy/ArBlyhUEoUqEYBsLs/P1xXXxGUlesr3FlVzNBkb1yuERDDBduVNKzAxhl1Qa2xL5NurTFRUak/qRTw6I6ffOJIRPW2D05NMg5AsWLsjvs1sajQaDVVF+WWi+eszl9/t0zl8tqMh9vVAps1AcT3EGESpVF68eJHH43G53IqKig0bNrhcrhkzZuzZs+fw4cM9xZYsWeL1evtv7DAcKXzvVN/AGyGKFuHgafeQHqulHWQLNYqgqeRptjhulRInqnnttedspmoLRGu6fdUoIVD2XqVIp8M5xFTzXrv9pptJOqztgAsFHFwo5cH/b+/8g5s6zz3/ZNEJOhcfLdKmkpESq61ErE3lIt2gJTKgzYhbG1AasddqozRmgqc1WygxAc/FnrE7mLn2DM4sJHaCuRt318riKUojN9amMuAFNZHBClfcWsTaVh6k6cpFwtJmjxod5x6nR8PsH8eW5Z8QAqltns8fGY50dN5zXp/z5Pu873uebyY2PcbIpuLMpJ0ky7JAytR6067dBxuP7JSm/N7YnavY35vb0b21tTKiHo7rIUufLVu29PT08PoOACKRCB/4AGDdunUymQwACgoK1qxZM4/Qo6SQCvZ1dPYGInE6k8lkkrHhS93doaxYZ5QShIQSAO+KzdGRS04vI4AsM+kmRiiMBnE60OuJCjSmSfcgUl22kUr7nJ5IhgNgk0PO9pZWZ3j+mYCE1z2U5AC4ZNATYIQao4IgFEazfCLY4wnT/O/dnlFBsVkr4mJnmxtbzw4lWQDg2Hg0mgFKSs0Uj4QAsukUzbJ5Aeoe3I7upq0VnOGi1kOWPuvXr2cY5saNG6+88sqFCxfGx8fHxsauX7/OF5FPJpMqlaq5ufmtt946cODA3FxuV02N1HNhwNM5wGQBAASUVFlcUbOrVEEAaGz2jZ2uzmO1IKCKjBW7q7SuE86elrZs3UGTBGRGo9TblxJu3J2zXiTVtppK0unpPObN8utEKvbbNPOGGKHOrAw5mrpTEyAQF+/ca9eQACAzVVczTveZloHJdSYVNTa9CEBk21/hdLpPNnbzhkYqfWV1mYyAPH80kcqspbrdrzX6jDWHtdNXuIDb0cL5rXKBtlYmWEsZWerMW0uZYZhXX321vr7+rbfeKigoaGlpyX313nvvbd++/dSpUxs2bODdI5cCSU/za4OqmqYXlQT+SR8gd1NLGbUesiyhKKq5ufn48eOlpaUvvPBC/le8V+SWLVuWTshDlnSGi3O4yHJh3bp1bW1t586dO3jw4COPPKJWq8fGxhiGWbdu3YEDB1Zo6QHkAWS46IeLLIsMF0HuOcPFOVwEQR4ucL0egiAPd9RDrYcgCGo9BEEQ1HoIgiCo9RDkrwK/Yvny5cu5zcbGxtwmgqDWQ1Yaly9fDgaDQ0ND/Ob169cvX7789UQ9Lna2obbZk7w/x7k09zhcvLeptskVX2qFANjhttratqHlWXgU381Alj18dSn1lGsEH/5UKtWiT20s4LngC0UT/Ku4QnGRxlhuMWkkf533xQi5ee++Ukpy/8PytJ0QslDUw3czkGWU2PI+QcFgEAAeeeQR/h98EOSL7s0PHXj7hHOEUG0tq7IpxUJBNj0a9F/o62wdqajbX/pXCRCETPkgrH5m2AkhqPWQZc6LL77IGwPxHD9+PP/b1tZWAJjvVdxM4IxzBHTVdbtzlVFkMoVGW+zpDQLDgoQELvx2fSdbUSHx9gTZjTVNLyqz81kI5YTj6KUuR38olQWBVGuxT3r9TLfXdswlqm6u0hAAkLzU/Fofo93XXKUmgC9KENAcPmLwtbRHzUcat8mAi/u6uy+EUhMglGrN5rxqoBw95OpyXUtMgECqtViLhzrd5GQ90zyzH4G4yFButxpk2eGOfDuhGd4aABw97HG5AyPpCRBQRQbrbisfGheyLoLMsKurxz/KgIAqMlj0M4Szz+XiO0dAybVldlvpkq7EjFoPWa6Ul5dHIpGxsbFkMimTyXgDjfHx8Wg0WlBQoFKp1PM6JWZGfKMg3lk2uxgUqba8OL0/IYARb1BtaziqpEQEF3N1uEPKippmg0LARjynTzu65A21k7IwHbiQsFU1VEoh1t952t3lUTbY8iqriFR6adYbSnEaBQGZaJARigXxYIpTKwigo+G0sNggnd6bi7k63WGp9XCNSSGgh12d3QxMnmmyv7P7GmytPmpRQSrg7vKMAmgFAMDFPe2dgxJr1VGjWpRNBlynne0s1bi7ZH9dRWuLWzxPpWcu5ulwBKTWvUeNckj4uzu620HaYFPQl053emFrdcNhjQToYVeHo/1tsuGgQZIZ7HL4mY17GmwlEjbmc3b5AYp45ex7u8OTNVXV1WgkQA+7OxztZ8iGvfql67CGc7jIcuWVV15pa2vja+rZbLa2trbcZkVFRVtb2/r16+fJ+ZgYAwKFUnJHNSBUlpVpJCKSWNhCaOqpsdgMChFBiNRlVp2QCQVSMyYfJMVaMRMNMwDARoO0pNSsYKNRBgDYWDAlVBvkeUEvMRhihDqLUUECEJKSXWW5BzIZGkoJiq3lGhFBiBSlNosiF8G8g2mp2T5tD2SRT4R8sUWmGriYz58Wl1pNShFBiJSmyiq7RSuAha2LMiP+UZCXW0okBIBIabToJmuOcnGfb5Q02MtyP7EVw4h3JINaD0EeELxDkE6n4zf5ob3c5oJPfXY6PRtua3SMTm2Jtx6u28WHk3wLn4UshAAAgJJLp54jQiIXQTDFzGxNotNQ3lA0s41KBONksVWjCHsGYxkTlQrGQWlX5OmwbCY1AaKcnw8IpFIKUvwpJBigtNRUU6S8WAwxAAA2lZqAVF9LbV9+o9IUC5qFrp9NpbJAFeXkmEhjMAAAO7yAddG/KuMMCFRiMnedSjEMAAAAk0gD4z9Z788/PhVjOIOIWCZRD0Mesrzg5y5yso6f38g55M6FoFRi8KfCfMIJAKRm95HDbBYgm/K+3R2dN0bGF7QQmnv8eZ4qQqpTCQNDiYx0KEYozVKJUEP2BhIZSSiWlVuVJMBdLUzJwqSv7lRL+VGlqLL5oH7OYBr9Vbs3u+DGjAi7s6Fu2/KZJsb1eshyZWhoiJ/BKCwsdDgcDofjrbfeGh8fLygocDgc58+f5500ZiPSmIsFab87SOd0i0yhUCgUcim5gDhZzEIIAJgEPRUPODo2n+MEoTAoBYnAyFCUk+ukBEi0KiIRGAmFWalBNWP8SyCSCiETZ6bCIJuIT10EJaWASaVzJxUfmTwLUiEVQiqcl1azNL34SjpSKhXmOwplwj6PL5JZ0LrobygFb2Q5dZ2p6NSJiJVioKPx6fa4OzWO43oIco8cOnTo/PnzADA2NsZHPZfLBQDj4+MOh+P48eP8t3Of+BJ7pY6MOltPnPUNR+JJOhmPhQOeM+0dfkZcrKHmhr5FLYQAINZ/gff6ifs9oQlKlz87MZWOGqRs+EKAkeqVJAAh1cu58IXBtMSgmTnoT8gNGuFEsNcXy3AcGw+4LyRyJ6HTUNmQxxdjAdh4wNUXz079xlwqnrjmdA/THABHh3vbW1q7hjKwgJ0QABBKk17M+F39EZpl6ZjPecYdSBHkgtZFIFIZ5JDweIZpDjg63N8bmgzGhMxoLsqO9LgCSQ6Ay0QudbS2dFxKLuU7Z9WRI0fyt2/evLl27Vp8opClQzwef/zxx+d+LpPJIpHI559/vn379s2bN+t0urGxsfzN559/fvXq1fMccbVswyat9IvEJ37vbz8aGLjiv/pJ7AvqSdMPX7b/xyf+BgBu00Hvtc+fNG3h12wQj33rMfqTD3/T19f/YTAl/bvdu9SpgH/gozCpV6WvXru9xfqt0C87f+m+6I+tfspaZfvO2lVzmlxz+5NLv0s/ttm67dskAPHo7eCla2nxJmv5kwUAcPuz0IdX09/abPq2SPKkWvCnQH/f+f6Lg1F4esdT6U9ilOHZkrWEaP16cixw/oO+8/2DUcHTO7+bDkbXGMx6CSF6UqfMRv3n3nf39V8cuJFdv+Pll56REQCrSTIR9A/81jv0ucb4VN5prVq7Xitn/vDhB+6+iwNXE2t0P6z6e41oFRQotcps9IrnfXdfv/fqHx/Vfr/qpf/wjVUApFwj/fPvP+zrO99/MfhpYfm2Nb8PTWi2lipWk09s0JBjgf6e9z/ov/hR6LPCLT96ufybq/9Kd8vNmzfnvVvywVrKyFJnkVrKzz333Pj4+AcffEBRFAC88MILyWTy7NmzK7Z8PMdxBEFMDjb2tpwMag832BS4AnkarKWMrGRu3LgxPj6uUqn4kHfr1i1+4d6KDXm070R9/cneMM0Bl4n5PX6GKp6bTCN3BOdwkeUNv0APAPj3NBaZvV32SIxVe1JOd1fLwKTxrn2fDX0m7wH0w0WWcYaLIPchw8WQhyDIygbH9RAEebijHmo9BEFQ6yEIgqDWQxAEQa2HIEuHN9988yc/+Qn2A4JaD1n5MAxz/Phxm802f1XRLwcXOdNQ2+qjFzH0mQkd6Gqura2tbRuiwx21tScCGQBIepprG87GOPzjLAmwvh6y0kLe2NgYALzzzjv19fXz7ZIZPHGsJzHPF8XVx+fUHJ5mhqFPJuwLkYZS5ezSTlzc5wkxKntDlU5CZqX79oF0dklhNjYYYLUmjQj/WEsl6mHIQ5Z1yDt06NDY2Njrr7/OF5RfEOnOmj1a4cywRi5uqZNn6JMJeTwDOu3cqAdZlgNKWSQhCQBCMY/YZCMet1eqMGpE+FYFaj0EuQ8hLxKJqFSqwsJC/uXchW98iVgmm19usRHPGadvJJ0FoVxXbsyVzoudbWqPmo/UafytJwfSAImWWq92XxPv+gMAwA61NXWPZgG8r9X6iirryv0tnaz9aK0h1w7tO9HiTgBE2+sDRZVNB/XkfC4/BN/WaKldFXL5aVV1814VHXA5PcFRJguThjz2Uiw6gFoPwZDHh7w33njjDiFvMdhhZ6c3prEfqTPIsvGAs9M5AdIZkk+xq24f03Q6Zm5onFk/mNQfbJacbWqPlh5ptMiAC/tnH1xiqjlMt5wMamsabEpiQZcfjUBAEJAK+FTWw0c1IpJI+hzOkNhe06xTCNh40N3p7PIo63Zh3EOth2DIu+uQl+g+Vts945NJx4yYP5wVm3YaZAQAoTBYzd6Q+wGd96TLz36TWgQAhMxgtfiCLl+M1fAG5tIyi15GAgBHp1kAuZDi82bD7iYD/tVR6yEY8r6cypszrkcQIooAoFPpGTY6lFwq4N167j8Lu/yoAAAoqUQwJS/LKjZGHY5jIbFcpdJoDUaDGm29UeshGPK+VGK7yLjeTLIPeLnJvC4/XHzWwykqebHuuCUeDgVDobDntNdTbK/da5DgHXBP4Ho95OELeYtASikAZjTn5srEU9kHdQFfwuWHY1mOEClKSi0v7q1trNZmR7whGm+B+xT18N0MZLngcDjuPeRlmTQ9B5YDUm4sFqQH+wJxFrhMzOcaSM/za0IAwCZSmdkmPHeGEBACYFIphmW5RVx+ZkIPdjQ2dVyK0BwAcHQsnMoKxGISb4H7lOGi1kOWBbdu3erp6dmwYUNzc/O9qLyUu71l9iyFoLi6ea9Gb6+KdTudJxudIJRvtFg3Jrqj3CyHMXmpQR4c6DwWUlU27Nd/qfXGko0m1aDb2dIo33mkdpulphqcbmdLvQMAKLnOut+mF82xx5WUVu1Jdbu7WvomAEBAyTU7q+0lGPXuFayljCx15q2lfOPGDcgz/859eP369WAwOD4+XlhYWFFRMWsHZMVzN7WUUeshy5JkMrlmzRoAYBiGj3SXL19es2aNTqerqKgAgEgkcujQoc7OzhVrHoTcrwwX53CR5YLD4Th06JBMJlOr1Tqd7vXXX88PcHq9ft26dQUFBdhRCGo9ZCWwZcuWnDvaIvtgRyFzwTlcBEEe7qiHWg9BENR6CIIgqPUQBEFQ6yEIgqDWQxAEQa2HIAiCWg9BEAS1HoIgyP0H381Alh+3bt3CTkAA4N5essb3cJHlh0KhwE5AAOD27duo9RC81xHkDuC4HoIgD3fUQ62HIAhqPQRBENR6CIIgqPUQBEFQ6yEIgqDWQxAEQa2HIAiCWg9BEAS1HoIgCGo9BHnzzTefffZZu92OXYGg1kNWLAzDBINB/t+RSAQAxsbGhoaGAODWrVs3bty490Nz4Y7a2hOBzFfd56v/5EuTGT7bWldbW9t6if46mptN0tNc23A2xi3pOwdrriDLNeQdOnQoEols374dAKLRKP/5qVOntm/f7nA4xsfHm5ubFzQCZ2MBzwVfKJpgsgAAQnGRxlhuMWkkxPLuFzrYdy0ltR7eb5SSRNa6bx9IRQ+6TTY2GGC1Jo0IACTG3fu0lHxp9yLWXEGWJWNjY7y+O3/+PP9JQUHB+Ph4JBJ56623+E8uX748f9SjA2+fcI4Qqq1lVTalWCjIpkeD/gt9na0jFXX7SyXLuV84hgNhkVJKEgQAoVCrH3yTbMTj9koVRo2IACAkSvWS70DUesiyZP369du3b+dDXkVFxZ49eyiKAoBz586dOnVqfHxcJpP97Gc/mzcHDJxxjoCuum63hpz8SCZTaLTFnt4gMCxIyFmBJBlwOS8ER9NZAIFYZbDYrfqcJMyM9HZc8EfTWRDKdbsq7QYZAQBs5JKzxxtKTQCAUFxcarNbNKI7yCWXqz+UYLIglGrNFfZtanLhprnw242drHWPOtQXiNHMBIiLLVVVJmmsq+l0aALgWnv9NenOI4cVPfWdrP1orUEEbOTSGWf/SDoLVJHRaubcjujWI43bZOxwW6MDKpsP6kkAAC7uajkZ0h1u2KWgLzW/NqCxG+K93lGJ/WitgZjvomjfiRZ3AiDaXh8oqmw6KPc2vzaoqml6UUkAG/O5XN5QgskCCKXFpVa+FzKBE8d6JZU2yu8JxRlmQiDV7aq2GyTE5PV6gqNMFkBAybVldnupgnjgUQ9DHrK8qKioeOWVV3KbO3bsKCwsPHTo0Oeffz7/DzIjvlEQ7yzTzApupNry4jzKiA13tzsjyoqa5lIFmYn5uju620HSYOOfk4TXp7RXN1WL2LCnw+F0yIvqtsnY4TOdfQlt5ZEavUxAD7vaHV3Ooqa9JeRC15AJdHX00IY9h/drRGy4t8PR2SVq2G8gFmxaQACM9Pv11YebFASXvHTyNbczqKs1VLUc8UxHHS6cu4hhZ2dfTGU/XKuTslHPGWeAAQmxeDghgABmyEtb9h+tkpAidvjteS/KVHOYbjkZ1NY02JQEQHLGRblT2srDNXoZZMKezs7O08IjddtkhEAAEyFPqHJ/nU1CcLHelnaXy6DdqyGTPoczJLbXNOsUAjYedHc6uzzKul33Pe7hHC6y/HjzzTdfffXVy5cvA8CePXtmfavX6zdv3jw+Pn7o0KHGxsZZ5eY5JsaAQKG8yzSMDV8ITUjLbaUKEgBESqPVQDFDvqnheqHaai2RkQQpKbFYVZC6NkIDkCVVTUfr7HoZCUBINKVaKpsYoblFxuK8USi2WiYPtKtqj80ovWPTVHG5UUEAACHRFIuBjqQXbIGL+cNZcanVoCAJQqKx2HTkXVw6AQAio6VUIRKRxD1dVFZltellBAAh0lisWkFqwB+f/IXYWMYLZkKuVQmzqXgGgMumWQBSSJEEECKFYXfTicZdD0DqodZDliE9PT25sTw+sZ2FWq2+cuVKJBKJRCIbNmz4wQ9+MDsOZKfj2nBbo2N0aku89XDdrun69BwdS4NAKc+1QUhUYvCn0iwoAQBEqlyuK5BIKYjHGQ4kQIf6e7yhOM1MZAUAWQBq0aG4WAbIYsnUs0gqSgwKAC6+eNOkgppsmhAQAJBduAUmlc6CpGgqxyakGrlgIH034UE63Tz35S6KjmWAKpYKps++SAKhFAMgAQCgpidZCAEATAAHhKKsYmPU4TgWEstVKo3WYDSoH8jsEo7rIcsPmUyWTCYBYHx8fN4d+G9zEXCGgqFUYvCnwilOw8sIUrP7yGE2C5BNed/ujt7xEbnjt1zE2e4MKaz764xKETE5VHZfns6vgYVi5/27qMUQlbxYd9wSD4eCoVDYc9rrKbbX7jXc99kRXK+HLD/efffd119/XaVSAcC5c+dmKxuG4ZPf5ubms2fP6vX6mU+WxlwsSPvdQTqnQmQKhUKhkEvJOcKCkCglkE0lmGkNE02DUC6dTBEzUWYqycvSKQZECgrokdiEUFtmVIoIAAAmFmMWzyQplQSYRGoq4HDxgOfSUBLu0PSXgBRTAEyKnT5QKpufyGazuYvI0Oz80u3LXpREKcq/KGBTozSIFeJFtRvHshwhUpSUWl7cW9tYrc2OeEP0/b9/cFwPWZbo9Xp+pd6pU6f4lcm5kPfzn/98fHy8sLBwy5Yt8zkHkiX2Sh0ZdbaeOOsbjsSTdDIeCwc8Z9o7/Iy4WEPNeC5JjVknTF1wD8ZZAC4T6XcFGLHBNLUgbSLs8UUyAJCJXOiLgtyolRCklIKJWCjBAnD0cK/TnxUAS9MLZ6ASrUkliLpdgXiGzSSH3d1OXyhLEndo+stEPaWhCFIDniGaAy4T6XcGciFLIJFTkBqKZgAA2IjXG5v3PBe5KEJACIBJpRiWzR/lk+jKVIKou3coyQJwdNjjDmWLTEbZIqdJD3Y0NnVcitAcnyKHU1mBWEze/5sHx/WQZcmtW7feeecdPsk9dOjQli1b1Gr12NjY5cuX+bR3bGysq6urqqpq3kRqd91h7YV+r7f7tDsLACCg5Cpt+b4q45yBJFJjr7G7ytPn+AAADLhJREFUnJ72xh5+AYapusqiIABYDgCKLEam/2TdaSYLQvnGyiqjBAB09opQp7u9cQAE4mKTvXpPrOtkn6P57cpa0wKJnaFqP+t09Z485gQQSrU7q+0GEQAs1PSXfvNBZKjaE+vq6W6p7xZQKqPVqnF1p/hwpii3b405ncfqXBQlUZrMpdLuwDyBT7TgRdVVbTSpBt3Olkb5ziO12ulf6Kv2My6X+7XGbgAQyrU799lNiyarktKqPalud1dL3wT/J9HsrLaXPICo98inn34662bCwIcsKa5evfrMM8/M+vDGjRvV1dX8GN/nn3+eP8CXG/Xbvn17fX09duBk9sjB1FoVdqitsXt6kd6K4uOPP960aROO6yErkPXr19fV1W3evPkXv/jF2bNn+TE+fizv3Xffffnll7dv377AKuWHMeJFzjTUN709GGcBWHrY4xmFIoOKfFi7A+dwkeXKjh07duzYwf+7sLCQfxWXD3/zJ7YPL4TattfqdHpONvYAgFBabK62l4oe2u7AcT1kJXDgwAGdTqdWq+ebvkAASKWpqs6E/YBaD1kxrFu3bu5SZASZFxzXQxDk4Y56uF4PQRDUegiCIKj1EARBUOshyNcGwzDHjx9/7rnncpWTEQS1HrKSQ151dbVMJnv99de/qjHQyoIdbqutbRtisScWA9frIcsPh8Oh0+kA4NSpU7n/lpeX5xYtL0pm8MSxngQU2Y8eNOSv1OWSntbXvGmhrqZpt5LAXgaATNgXIg2lyhX2FgdqPWT5EYlEysvLg8FgMBhUqVQ0TQeDwdbW1rlVpxb53/2oNzijiBGX8AbSAuzc/KAX8ngGIitPOKLWQ5YfarW6tbXVYDDcvn37woUL3/nOd0ZHRwGgtbUVAO5G8QlVWnLE64sbcxXK2ag3xBVpxaM5swl6uNfpDkTTEwAglGrL7XaTkgSA5KXm1wY0lWWczzuSYpgJQZHRXmUrEcEsdx9KrrNU2nj7IMgM93b1DIwyIBAXm6yGeHc3YztaaxBBvqcOb5AzWTJ+du660G6ZYVdXj3+UAQFVZLDk1RLk4oPd3Z5QagKE8o0Wi2igc7Bo0lCDHvI4PfylCcXFBqttV8nsaihcvLf15EAaINFS6/33lm//0fMn/eEG21R30ZdaW/rFe5rsTMcxN1Vhpfz9oRQ7AWSRsaJqV4mIP0TA5ZrsDaFUa66o2KYW8RLS43QPjty9mdJ9ZtWRI0fyt2/evLl27Vp8rpClQzwef/zxx/M/2bRpU2FhYTwe/8Y3vvH8888/+uijOTvwK1euyGSy9evXL3y8L/7k/+jGY2Xb4Jovtd60QbKKlzW/ev+G0qKf+CS6ZtOzG9auogc73jzP6KtqD7y061md6I/nev4XrTGVrF0Ff7npH/gkOrZ2R/VPbTu/Z1Imzrk//ExjKll7O3m+/b9eWW0+8OqPf7hj85PEJx/0+LM645MFq+jBf3rzfPq7e/6hxv69p4jr77uGP8uKdd97Zh1B+zre8DBP7z7wn1/a9XdP/7uxi2ffj0o3Pb1u9cxzXnC3zOA/tfUz391TW7P7ecO6Ty++/8//7y//9rvmZ9ZB7FdvOEJU2YF/+PF/Mj7xmbf74uhfVis3m54S/SXyq5P//X8/Zvnpvp/YnjeqIfTBux8yWqNGtGpGZBBpjKrU5WtflDW0/GTz47L01Y+GPst1V9L7y/5bT/7Q9vSa/+v/6JP/c3OV+acHXnq+3PTknz9873/+njI+88TqzNB/+y+/vKmyHdj/8t+XGZXMlffe+91qQ6mSZMPvvNGT1lW9uv8ly7OGJyb+xe0eKdzytOz+DCrcvHlz1t1y5wwXtR6yLNiyZcvo6Oivf/3rf/zHf3Q4HPlf3V2qK9GWFWdD3jCfv9FBb4wymJTTuY/EsP/o0VqbRkIAkDKdUSmYGM2rHyw3l/HyhFTqFDCRSLEAhKys9ujR/duUIgIIkVJnkkI6ksgCZKL+UZBbLCUSgiBleptVI5wSVD7fKGmwl2kkBAAhKbHYimHEO5KZrbsW2i0z4h8FebmlREIAiJRGi46aytcHQ4xQt8ukJAlCpDTZzFNijo30X2OKrBWlChEAiJQmq1mcDvgSixbtIxRbt0onprqLS14bSlN689Top9iwUyshAIBUmsvlMBqIskCHvCOgtdl4eyGRusymEyZ8/iQAx7JZEFAURQBBSjSWg62te0u+1pFDfA8XWa784Ac/uH79+rxf3U2qS2nMWsHp/qFMSako6felpKYqqSA8/X02FfT0+kIJZiI76Y4jnQ4MAlGuxq+AEMBUoU82Fujx+COp9EQW+N8UAQDHxBkQqnK/IKRaCfDalEmkgfGfrPfPOLMYwxlE+dJnod3+VR5nQJB3ZIlSDAMAANlMagIkylzBdkqpoiAEAJAZpQHS3cdqu/MPlqKzIA6cONaT4LeLKpsPavN3kBnMRX1ObzhToidT/kBaunWrggBgAQCootzZkmKJAOKJDCeJ0pBNdNbXzgg3KYYDmda2U9XRd7LeK1WpVdqNRkOJ4uudLsFxPWQZy726ujo+wN1L4COUZgN10htI6tXeAKO06vLLKGeGujrcKa19/16DggTgwl2Nnak7nBDt6+zsY417ampKZMRU7c689vL+lf/cSXc21G27syPOfLtx8QAs6o620GNfXN28VzMnpdRXHVGyfG1pco49h0hbrhV0ekO0VukPsvIyw/zF4LN5mpEy5o0E5qHYtr+lNBkJj4RCQz7HSbd0a83hXV/jtDnO4SLLmB07dtTV1S307Z1SXUJhMkvT/oGAN8RpzDPG07l0KJ6ldGYdr0I4Ohq/Y2xh46EESM3mEn6EiouHJ8MkQUkpmKBzPjxcPDQVQMVKMdDR+PQ0KUfPZ9ez0G4EpaAgS6dzR05F01NiVCIEJpHzMmLiU+m5qEgC2VR0ev6ay9AZfjdy0jdJoZDN48hIqsw6KjHgD3pDrLJMn9ddzGgm1w6dzgIlFxFilQSYWIydpxlgWRZImVpv2rX7YOORndKU3xvjvsbbBsf1kBUe+BZbwyzRmYsYvztEaM0zKwsTQjkJTCya4gDY+JDLGQYBZFLMYs+mQCQWAh2K0hxAJjbo9CQIACaR4UCk0klh1NMfznDA0cNud3RishmZ0VyUHelxBZIcAJeJXOpobem4lJwdnhfcTaQyyCHh8QzTHHB0uL83xExl0Qa1gAl4AnEWuEzM5/JOBVpSXbaRSvucnkiGA2CTQ872llZneL71KYQAgE2kMpM+QITSbBCnvM4gpy3T5HdXOuAOxHkfoQv9KVCVqkgQac3FgoTH6YuzAMDGB7taW0664xxwsbPNja1nh5IsAHBsPBrNACWlvs57BudwkaXO3DncWaxfv14mk125cmXuVyqVymazrV6dPyX6xZ/8H92gNj1bsnYVrJasven7HVda+bymYOqrNZue3bBWtE4piPl/09fX3z8Yva23V5r+zR+ufOy9mlJtfpLxD9xYYzDr+enM25/+y8Xf/eWpZ0u/KVMqmKjv/G/O9/df/dOaLT+yPf1F6MqVS5+wWvP3/vaxT4c/7Os73/9hiNVaTF8EQ/C35mdkBPnEBg05Fujvef+D/osfhT4r3PKjl8u/uXqOzlpoN1Kukf759x/29Z3vvxj8tLB825rfhyY0W0sVBY9pvpX945W+vvP9F393izLteCIWTEmNpqdEqyWa70rZP/jc7//mfL/36h8ffer7L/9w8mJmBoc1Iub3V//5o9/6YoWbDOtWAxQ8JggN/AEMP/x+yVp+/y8S/o9C0u8/+8XF/+F4r28gyBRuffnlbYrVAKvXffcpyaef9Lvf/+B8vzcwtnaT7cfff7Jg1aq1Gg2V8Pe53R+c77/oHRpbq7dVWtSiVffnbrmbOdzZbkGPPvooPmbIkmJet6C5nDt3btYYn0qleuONNyiKWhKXkefWQ/taWzzSfc1VauLrapKLnGk6nShvqDN9FU9tLuZqaY9uzRtgzAROHHOS1cf3a5bI2yz34haE43rIykh1l1TIywy9XVffcnYoyQHHxgMeb0qg2ah4oHGCi/c21ze2XYpleA9cd3BCqi3+CiGPY5NDzjN+0FlLJcv8VsE5XGRFBT4AaG1tXVoqD0Ckt1clnC7Xa/W8N6zOut/2gJeoEQpLtZ3t9rQf6wMAgVhl3GMvk93r0djhjkZHFMTF1mq7Ztm/lYt+uMgKyXBz3Lhxo7CwcOmEPGSpZbio9ZCVxqKvoyEIjushCPKQRz3UegiCoNZDEARBrYcgCIJaD0EQBLUegiDI0gLr6yHLgI8//hg7Ablf4Hu4CII83BkujushCIJaD0EQBLUegiAIaj0EQZClz/8HDblrGbWx9YQAAAAASUVORK5CYII=
iVBORw0KGgoAAAANSUhEUgAAAWgAAAE/CAIAAADkDM7NAAAAA3NCSVQICAjb4U/gAAAAEHRFWHRTb2Z0d2FyZQBTaHV0dGVyY4LQCQAAIABJREFUeNrsnXdgFMXbx2fL9d5yLb0Xem+BUBWpCigiUhSxYsP6iigqooI/C4gKoqgoIL2DSi8hQEIIJCQhPZdLLpfr/ba9fxyEEEIJRQHn8w/sZXd2d3bmu8/z7MwzSENDA4BAIJDWgMIqgEAgUDggEAgUDggEAoUDAoFA4YBAIP9FEIZhYC1AIJCrQxCE2+2maRpaHBAI5HrBcZzD4UBXBQKBtMY3QRAEQaBwQCCQGwcKBwQCgcIBgUCgcEAgECgcEAgECgcEAoHCAYFAIFA4IBAIFA4IBAKFAwKBQOGAQCBQOCAQCAQKBwQCgcIBgUCgcEAgECgcEAgECgcEAoFA4YBAIFA4IBAIFA4IBAKFAwKBQOGAQCBQOCAQCAQKBwQCgcIBgUCgcEAgECgcEAgECgcEAoFA4YBAIFA4IBAIFA4IBHI3gsMqgNzb+P1+j8fD5XIFAsF1HkIQhNfrxTBMKBS26lwMw3i93mAwKBKJcPwanSsQCKAoCgBAURTDMCgcEMgdhM/nq6ioEIvFMTEx1+zMoc5vt9tra2sxDNPpdDKZ7PpVw+l0Go3GQCCg1WrVavXV96+rqyNJMiQcKIqyWCwej8flcrlcLoIgUDggkH/N1gi9/HU6ncPhuP4DaZomSZIgiOrqaoZh5HL59Rzl8Xhqamp8Pl/IZrl238NxAEAwGAwEAsFgkKZpDMMwDOPxeFKpVC6X38nygTAMA1sY5N6DYRiLxWIwGCIiIhQKBU3TIb/geiBJsqqqym63MwzDYrEiIyOlUuk1/Y7i4uJgMAgA4PF4ycnJ13+6kFS53W6z2exwOEJdksViRURESKVSBEEYhnG73SKR6F+33bxeL7Q4IPcsgUDA5XJJJBKCIKxWq1wub1U3xnE8MjISAGC32wmCMBgMAACJRHIlE8Dj8ZSVlQWDQQRBRCJRTExMq04X8lbEYrFYLPZ4PEaj0e12EwRRUVGhUCiEQqHFYsFx/F8XDmhxQG79693pdPr9fqlUyuFwWnUsSZJWq5XNZovF4tb2txbxer0Gg8Hj8Wg0mpBksFisGyiHJEmDwWC1WhmG4XK5er3+cruDYRiXy1VdXe33+xEEkUgker2ey+XepOqZTKaGhoamfVOr1ep0OmhxQO61N3xtba3H43G73eHh4devHSRJ1tTUWCwWLpeL43hrv2JcSTXcbnfIvFcoFDemGiG7Q6/Xoyja0NDg9/urq6tpmm4W73C5XAaDIaQaYrH45lUDAIBhGIvFCnkod+wTh8IBuRXNCMdDrdzhcCAIEh4ezmazr181QsfevLkRCAQaVYPD4VznZVwFFoul1WpD4ZJgMBjyWRq1w+PxhGwNAACfz4+KirphkWrE7/dXVVV5PB6appupyR31xOEAMMitEY7w8HAMwxiGsdlsNTU11/ysQJJkbW1tSDVwHA8LC+Pz+TdzDSRJVlZWulwuhmHYbHZCQgKPx7v5W2OxWCEnBUEQgiBqampCQVO/319WVhayNQQCQWJi4s2rBgCAw+FoNJrLv8jeacIBLQ7IrUEkEsXFxVVVVfn9fqvViiCITqe70gufoqi6ujqz2Rz6bKHT6ZRK5U2+qCsrK91uNwBAIBBERUW1NtRydVlsjJUGg8GQLNbV1YWioWKxOCoq6pZEZwAAoQK5XK7ZbLbZbIFA4M4UDhgchdxKnE5nTU1NKIQmk8n0ev3lHZgkSaPRGAr+cTgcnU53nQMlrh7XcLlcAAChUBgeHn79g0RbZdE0OlahAMStioZepTItFovD4aAoKiUl5SYtspunaXAUuiqQW2x36PX6kI9gt9sNBkPjO7Ox+xkMhpBqsNnsVg3NvIpqhGwNPp8fHh5+mzoYjuONVxt63fL5/NunGgAAsVgcERERGRkZGk4KYxyQe5aQpR0REREKl9rt9qbxDoqiampqQh84Q/3wJsdHBoPB6urqUFyDxWLFxMQIBILbN+CSJMmQQjWePTRO9LYGj+RyeVJS0q1yhaBwQO5ouyM2NjYULGyMlTaLhur1eoVCcTNnCQaDFRUVoZ7M5XKTkpJu62vZ5/OVlJSE4hpsNrtZrPR2y0doFDxJkndIbAHGOCC3Md5hMBhC72S5XM5iserr6xs9lJtUDZ/PV1VVFVINoVAYERFx+0IAoVFeVVVVgUAgFNdQq9Wh4OVVxobdQvx+v81mC03YFYvFUqn0XzFA4AAwyD9kd4SHh4dipaHvLLcqGhoyXhpVozGqcptUIxTxbVSNUFyDy+ViGHaVsWG30D8yGo02m61RjlEUva06BV0VyL8c7wjFSkMfVm5VNDTUeULfULhcbkRExG2NazSd8xoybUIOEY7jWq1WoVAgCBIaG2a1Wm/TBTQNrBAEUV9fD2MckHtcO0LDHDgcTmgk1c3PFqcoyul0UhQlEoni4+P5fP6VCmQY5iY98UAgUF5eHlINPp8fHx/fdGRKi2PDbnkdUhTV7C6aDSr9V4CuCuSf8FlSU1Npmr6ePDrXY7rzeLyEhIQWZ4tSFBUKxPp8vtBgcC6Xy+fzeTxea+MC1zPntdnYsNCY9FvrR/D5fA6HE0r5E9Lif91PATA4CrnrCLXYZlYGTdMhpfB4PF6vlyAINpsdmioWypSj0WiUSuV1akdr57w2nUcbmiNza/u23W43m81+vz80+16j0dyS4e2tBQZHIXcxoYQ3IpEoFJ4M6YXP5wsl0eLxeHK5nMvlstlsDMMQBCFJ0mazmUwmDocjkUiu8xShOa8AgOuZ89p0Hm0gEKiurg7Jza26ZalUyuPxCIJAEITD4dwSww26KpD/FjiOhwIKjdYBiqICgUCpVEokEhzHURRtao/gOK7RaDgcznWO8qBp2uVyheIaoWkv1/N6D82jpWnaarUGg0G73X4LhQMAwOFwbuHsG+iqQP6j+Hw+iqIAABiGcTicWzuuweVy1dTU4DgeGxvbqpJDOQc9Hk9UVJRYLL736rzRVYHCAYFAWi0c8HMsBAJpNVA4IBAIFA4IBAKFAwKBQOGAQCBQOCAQCBQOCAQCuR6ajxzNzMxsliQSAoH8p6Aoqn///lcf+dbCkPOMjAxYdxDIf5bs7GzoqkAgkFsPFA4IBAKFAwKB3CHCwTCMw+HYtm3buHHj2rZtK5fL+/TpM2fOHKPReM0lQiEQyH9ROBiGqaysfO211yZNmlRdXZ2cnHz//fcLhcIffvihf//+69evD+U7gdweaOvZ/J37T+UZ/BThqzhzZtexOgqAgMt26mD2gcJ6PwUnN0P+Ba6dyMflcs2dO/fgwYMvvPDCww8/HB8fj6KozWbLysp6//3333nnHS6XO3z48DttUdx7Baps87bvWB3f0EWVnT6zde3fGxzp/bppGCpozD6+keNOjFJqeAisJsgdZ3EcOnRo3bp148ePnzlz5pkzZ4YOHdqnT5+PP/64U6dOy5cvFwgEP/30U2M6JkgzgpVbHn/so4+W5zhuPDE1S925S694UVhM4v0DE5UiDADAk4Z16BCjhJIBuWOF48cff0xISHj44Yd37tw5YcKEEydOeDyeb7/9durUqWlpaa+++ur+/fvLysou6S01eQtnvtOt6yO6tEeS+rz09OLDDTd3ldaDv6f3e/tP191Rp35rxXtjX/94XWkAALYgsmf7uJQ4Gecmw9AIJpGFhasEOArFAnI3uCoHDhxIT0+Piop64YUX1Gr10aNHtVrte++998UXX5w8eTIhIYHH4zXmBQIMVZe7++U3Vx128ju27d5XjdcZqo8sXTTkuHnNd8NlNkuN2a8J51mMXq5KEykHDbWWeoePRDCJXKELE3EwhCa8tdVmi4egUFwiV0VqeB5LzdZdZVa7p6ygtCIuMlLG2EyWOpuXYIBQKtdrpDz8kr5EeuxVBqszSGMsrkqrUos5CGD8Lruxzu4KUDTGkisUOpWQhdL2yuoKNy3XyCmr1eFn+DJVbLgI8bsNNfUuXBHJ81TXeymco9GrlSI2yjA+p7WmzukOUhhXGB4RJuOiADA+u6Wq1uElAYsr0OoUUsaSdejQzrJAD4OhpEGXLND1HSoWKJQ4AwDlrzPUN7iDBEC5AnFEuELIQoJuZ3W1mVYqZT6H0UGgXIFer5TycSgPkLtbOMxmM4vFIknS5XJpNBqtVstiseLj4zkcjs1mE4vFTXOoMn7z9s1Hc4z0kDdf+nJCgggDlKtu00+7ThCIzek6uWr1e0vzBo2OKs4neo97dISmbPGSPRUcqZBw0YK4aTMeuq+dpGDzqg9/PWlji2irA0S2f+Pdh1WFmb8dKLETxMpvV3nHPzlSVvjtdzvzgzwx6vHQuonPjh3dM5x3IcBCu2o2Ll+zeE0BkEupIBnZOeOdV4dGA+OqxatXHjEgAp63wSJI7vPc0yOHtucdWzD/iUOuXmMywiqKMk/Vs+K6fvjlUz3dBfNnL/6T7Dy1HZF7sryglur5+NR5UzsLvZW/fLFq61kHR4CYjXSfR8a++HgXsaXwxx/W/by7VhzGCfpZ7e8b/WafqgXf/1kVpOldO0WpkW+F75346KGO4yfNf6NzxfbtX/20t4wSCrCgB1UOHPfImxMSbHnH33tzaXm3voMwx8kzleVu6SMzp7w8LEkIpQNyV7sqcXFxHo8HQZC2bdueO3fu448/XrZs2S+//CIWi9u1a2exWOx2e2NklHQ1lJjrPNzYJx5MEGEAAICJNKOenjBn5qguCpyFIhjiyiHbvzV70rgU97pVO/5yxr3+9hPvPTdYbTu2eHu+0x9wEYKeo0bOmvX0e2P1pcd3L9lsTeraIb2tlgUUU994cnyK7891mzcZlNNemvTBzDHtkdNLN58wOMjGUGL1gd0Lfz/m7fTQgg+nzxzbji4/s6/CX7p/7eebKiL6D//og2f+92Zf+5E9P244UuFBOBigKSoQ1E56cdLLAzWm/P0/72mgEQRBEVeVWZEx8u3XHx4QG9i5NdfgDhp2r1r4Z23sgFFzZk2d0cX5x28bd5w1Z27fvWRTUeRj0z5/f+oTg8KN2aeKhX3fekiHsRX9R46e3l3f2P09Zcc/W7LzgC9t5gfPfj5rbCduw09f/bLNSGEIiiF0bTnTbfwj774yoj1euX53Yb2bavYUmKAnZ+faT384VpK978OPfl57ygnbLuSOtjgmTpz466+/ZmVlvffee2fPnv3000/ZbLZYLJ47d65YLN60aVN0dLRWq73wxicJiqTZfEmThPIYhxXSFQQgAHC7jErv10nakLXfUGnxm3PeeaUQoYJ2qyeA1zv9bLWSzl++a/OarT6PnaAYS40XEyrEfDYKCF24Rmg6XVlY5zXbPplVyQK0y+ZxuerNtkCCHAcAANpzOq/W7CG7jOrXqS2vXYK+98gAJmQf/OGUUxTfo1vnjskKLJHd95Otf9bU1NhJAADKYrXp27NrO7GmUMvaWWo2uOnuAAAANO0f6h0v9/BTk2Xrd1pclN+0u8Dipf9c9euxzRjpcniDaMGJMvu5OpdPOnpEh/ZakBwTO8xD8qWihjAuilFSlVItZjPG8/VSf7K0ssGrGjRwaKc4HhM2JGnfjjP5u8/60vkAAKDr3HlIh1iqHk2L4h4x+4JE81AqwuIl9ej/dFqfJ2kExxC+TBA8Dlsv5A4WjvHjx//444/ffffdggULjhw5snv3bpvN1rdvX4lEsn79+uXLl7/xxhsJCQnnDRi+RC2SceyVh6uJ1HgWCgCgqfqTR7PJ2N4dBQAAANh6MQ8AwCAMgwBe8sCvX+/IZRiKpoEoTOc6NPTFTY60LjPfGxtXuPrhz3NAkyTsDAAAMAzCcGN7zX21l4aP0RRF8+VJ+gvrZTCMn2YYBqAYBQBAMZzLZQAKaJJGEARFQ4tt0DhyflVRBAAEATgfRwCC4ShAAEOfPx2bzxciACAIC0MxhmEYhkYYXKJ7cNK4cZ3ECE1RKFspQ9aeZWiA4CgCAIPhOI+LXiF4yTA0zQCAYhgCAAAMhjAAAPrC3WECHEUAhaAYhgCGaXrXOI8u/m7hx+5nXh8WFnFheTBL6akfftpb3nU4ikCPBnJHCkd8fPy8efPefPPNqVOnPvfcc1FRUSKRKDs7e/PmzcuXLx85cuTkyZN5PN75DiDUZnRJ235w1/y3f5G/0CNajHpri5Z8uuEYN+6Dr58VNHmDirRybbg0UGVxC2Uq2pqXU4EkSBK8ZQYEjVFq4pWgptwNaIb02hxeKYIgAPjPlRnbifn6eBWVY3NxRMlSouDYOY+eGx9/weHC+O0SlVI+VrDxxOnwuLoDe79bl5/y6muPDGrDO2nIyT3TMyKOKTt0wMyL7RceLsdb8w2ZFZsexzthdQcogVJoyzmZ55elD0pLi1SJ2VWbd57tlM4+vn37L7s9T81/oSuGIZTfYjIZ7eEXLDEsrEOsXn7k5In9B4uEscGq3WethCB+YCofVF7jvB1enLn3xea/KuLav/tze9h8IXeucOA4Pnr0aDab/d13302ePFmj0QAA7Ha7Tqd74403pkyZEhsb2yRmwu30wKCZLvLnzcfmzDzIEmKBAKZN6vjChDGjErh/77q4I1cbN2b0wMqlf7/9ljVK4LaTqnHPtWOl9RjXKWfz6cwFXzYkxiYOjKo8WLB78/FH4uNVcl7RsrnLmMmTB40YWlC9ff7cZbEyf71T+MATieDiS5cVMyjjiXPmX7avnDlLRbu88qSeY9pJ45hxM3J/X79j/f+dELkMdYL0jMdH9Yrio60afBI55NHpx1Zs3rbm7eM8c7Ur/r4R6Wxx72F9HzU0rF36zSt/Sdx2f1Tv4T10XK4/LY1f/NeGzexI9ay484cL47vNnFT71W8HPnq7Uor7LKT80Rnjh+lwdyVshJC7j+YLMmVmZvbs2fPy/SiKKi8vr6ysDE1OwTBMpVIlJye3uKweHXRXl9UabR4/BTAWV6nVxkdK2AxZX1Vzrtql65AaI0QBAEzAXVleU9ngY1BMotYkRCiEbMZSUXbW4AU8YWy8GtRUFtuBOjIygus+W2p2k4g6OiE5jKmtrCkzeUiAiBSq+Gi1lNs0xMsE7PVFpfUWH8Xi8MNjwiMVfBTQHpu5tKze6qcYjKOLDI/RidgIbT1bmGejwlNT46WY31R1vNTG0yR00BDnSqrqGU16exVCBWoqK0rNrHYdomRsxGWuLa6wuII0xhNFJ0RFiHEAKJeprrjC7CQQNl8cE6fTSDhMwHUuv7zWC2TRMW2ljqO5NrFWnxQrZ5OeinNV1dYAieAiuTIxXi1mIQG7tbi4yhcW0zVawgR8ledKqyhFlxS1gA3nH0L+HbKzszt27Hh5Ip+rreR2JeGAQCBQOOBKbhAI5MaBwgGBQKBwQCAQKBwQCAQKBwQCgcIBgUCgcEAgEAgUDggEAoUDAoFA4YBAIFA4IBDIfwXcarU23aYoClYKBAK5hnA0ptI4b4Gg0AaBQCCtFA4EZpSCQCDXFI576WaCwaDP54MP9V5FJBJBixgKx62nurq6srJSJBLB53rvUV9fP2DAgJCBHAwGTSZTMBi8l26QYRidTsfn86Fw/AvExsZGR0fDbnbvceTIkcb/V1VVeTweFot1j93jiRMn0tPT74pwwfUJh6921Q9rft1rCFz6c9sX3v5igAy2acg/jNPpVCgUSqWyaR9jGOZ6Nq9zt3+gkMvLzMvLu1uCjDjDgIuX6isHdEsxAp5q+KTH0scEGECsf3duduTIN5/oJMYwFldIUAwrlPEfMARBoSjKMAyCAJpmGAYgGIpjKAIAYGiSommaAQiCYlhoPQGKpGgUY8HFUCGth6bp0BoXzaz969m8saNuRyFXL/OOFo4TxfWdE8NCnTdoLWcIf4u7CSUKoQQAEAwTcLgCpU6nk2LOFU8+tzl2+pK3ukoxQJT/OfqJ3UOfH1q4ebcgQeczO+qtbl50h+efHtY5glV5eOfClServGSQQfQdBrz2VHosavrli98yE0cvGRsPuwGkteGAZqpxC02AW25HtOqou0Y4ftmT3yFBFVrXh60fgFRlXvex4kFTeq5ffORkXYf+epC/6W9PYv8hiYJCn9Wsemjxu53o+sIvPvp1y9GkRD71v493SZ5//YfBOmDK+2ja4i8ik74aJRs4ZlQXoQ52A8iNWRw0TV/nW/1yabi6CXBry7z+Qprd0d0f47gC8naDu/IWZZ6o6iWmf9vu6vVObzWrCLCUfbvouAAwElV8rHhLrdNWlL+9xhO/Ze3MPwEAZJ3H68qs9j2kiUxKgB0AcsMWR6u62e14md9AmYsWLTp+/PzinVFRUbNnz8Zx/K60OLJXfTRqy3zAkvZ96IUZk3u16mC2MCx9gPaHvII8gXkP1vm33mL0HAAoi4MjAAAEQVkYShAM5fcBnvqZmVO6i88fiHGEPNj8ITctHFfxDm5m81YVcvmFpaSkzJ49O/T7rFmzEARpvIu7SDUAAHhcxhOzJvbAMUwoU3Ep8vwKrdcJxo5v11l48PDP39kSH30+GUdcAICArcLkpRjAeD11Zrc8WqCIiItECkrt+PB4MUoGqgsN/EQ5yjDBQJDCWDwWHNIDuRFX5SrB0dB/bmbzVhXSbDMjI6Nv374HDhxITEy87777GkXw7rM4pBpdbFxs6NOGp+wg5XO35nBEFRWdptyx4Izwm4FhF9SEyPnz6Bak3lddfKxKOnyEXhAf+9L92SuX/7GiNpVrO7d5S83AD159Ms67+48/CyP6vdIfhjkgt91VuXN4+eWX8/Pzhw8fHhERcfUwzV0T48BRN4KQV7cxOowaJRNF8hqXeeYJwxTqdoPadFGyz//E1dzfRxswmey4ctyzffu0C8MRZNjMZ2R78wrrLX5O+NTZw/ul8gBBhkWG+5Uc2A0gN2Zx3KXC0bZt26eeeqpPnz4cDucuFo6XRnXEL/hjnIi+aO3JqwtH8sBByRdvlK7JyztQRA2bnCK9uNYpKo1NG9NedclphJq+IzR9m/7EEnXOSO8MewDkhiyOkKty/fvf/MCq6/yIe034fP7kyZO5XG7Ibrpbv6rE66RNZEEAAHb9B+cueHncRmb0tKmjOmtxOIwL8o+7KqGQJACgMTbZbLOxhzeNQV7zqCttNivkhssUi8UhmbiLg6M3c3CH178+9/olv4hSui1a3g22bMg/ox3/evjz1pb5XxnHAYH8i67KXRrjuDeAwgG5i7XjHrspaHFAILc9wNE0uHhvzFUBtyiO+08IR0VFRdNtgiBg04TcySAIEhsbu3fv3hMnTtxL94Wi6N2SjAMAgDdLe1NbW3tX177T6TSZTLB33Xv4/RfnbWs0mvHjx99j+XHvFlvjHnRVZDKZ1+utr6+H3ezeQ6VSNZ0Pdu9l1b677uieEg65XC6Xy2Efg0Buu2MFqwACgdyQxUEFHHaHL0DSCEbCldwgEMi1hYNy5W9bsXTTCS+CkkRw2IgRd+/NuN1um80GH+o9DIZhOh2cTn0HCAdh3L/gi3XaaXNm9ItmuUsrav13782YTCaz2QzDHPcwRUVFUDjuCOHAFF1e+2qhKik5jIMAIK+x5fxLV0KeXf3HZ+Wp37/VgX0TpWg0Griuyr0tHLAS7gjhQPmatHYawDCE21aas8Hnu+Lr2lN5csEHK9YeM9oBEKl0g6ZMmT+p7a1Lp8G4a2tyS8IZ+EwgkDtfOEL/NJQd+N+sL884mMcmTWi5W9sLZr25vDht7NqPO+lFdPWxvR8t/HlW5Oz5GWKGDFhMlnq7n0QQoVSuCxNzcYQOuKqrrU4/CXC2VB0WIePQQZ+xzo6ijM3pF0dF61gBs6nB7CJolKXWqsMkoY/YlL22psHiZ9g8jU6lELKCbktVA6XWq8QsOG8fArnDhEMW2e2Vzz43Gc6a3S1/oKXdtgYf0qZzjEYuELJASsYDCzSpVjEX0IGyrIPLNhXQPD6gve4gb9C44UM7iXNWLP/qMBEeISSsplpJh09njVDXl34z7zcLSysSsbs+OSGtfM8vO8sIHp901IPw7s9O6wsAoCz5K9dV1xvtFZVWzeCxHz+eZi05tniza8KzY7qqMPi0IJA7RTiClsqCWiaxTbQqIlYVEZ2ZmdXifpgqdfLo1C9++v7VA/q4KH379sndOsSk8XHCWrF1exbWZsjr47uISOvmZSs3/53XObkPRxX/+PNdBrSXE6X7JkzftKZy6AwewPxurH33/3u8E9tX+/3GXGH3sS+NS8IaCtdsKrU7KTYAlItOHT7qaQ2W/csv/7fvnGtCqjK+x0tTKKUUqgYEcicJhzt/9axPzz7905IRYSwA6CtmOefI+j/6WMpAR1VhQVZu6aqv9s/zyp745NVxbLuhqGTnEePeVb8BwPjcLipF4fKwIjXobz8sXGRwBwh/lc2Z7KEBDwC2pEOaRipg2U3mkgZ27zi9mMNC9WmPTUlA2OgpAICmTZ9oCQ/Q4UoJmyBoBrCFsmghfEyQlnDnTntkeWHo/+FDNn//AMdU+uvi39dk21Udh8ybfV/MTS9KTXga1n69TvTIxDZ2A7tdvA6HL7ALwiHvMKgzvn3xzPddkwYoTTlAGteyq0KRBMLRRer0kbqeQwYB0r7ljVkz39nS89MEhhf52rxpE3tEYACcT2VUf2DolJ/i35m76pE4sSN74rgl50tBcAxFAQAApwkKoelQ2ALFWTiD0AAANvf8k0EAQGBMA3J1HEZK2ubnn6fF4QAAwFDEoV2bSlUDVq1OOT53zmvLkn5/JjoUvKeDPi+JIgCwOSyUInxBigEIm8Nhs1BABr1+kmYAymLxOCxA+Hw0R8BFGYrwBBA2TdnrLZTTtHbFnwnPax6IFgMyECBomkFYXM5/eWUPHIg7zfpp4crla09s3kiwRAP6tjh7harP2zd/jXnUlMHtwsV8DPg9PozH4XBwjlSqVTO5p2tHdAiX4v7Ss+VeTliU+9xZRPNc/2gh5SvJLTL4/crgJRlK+FxVvMxdXmVwdhbirqotq3PYyHPYAAAgAElEQVTUAwaJWjox6XOZnbRUIeHBzCGQZi8zv80ZIM8ezzNiXH1cZJQoUJ7vSx7bViUQD57Y9as5h0xPR0ciAABQu+b9sTuj01M0w4cmG//ctasGsAEd2aH35DHtGjYv+99BD5dFo7q2L0wbyNn82mzHzF9ei/UdXzP6Z82mz9IAICuO5ZzIyz+4cIP4uSHV637bb6AZkhR3H/PR1GQh8p8VDgBY8raTXm07CQAAQGZmi2vHYvLw6DRp7ndf/B6hkwg4IOBxGC3Rz87IiFLyhw7tvnDDkQX2ChnbU2v0tR0yNLZtp0dSc1Z9s7pUy0bYnC7hvBPrtx4aHd1YHFcWNnhkm2W7//ysOhfYq6x4ynQlp8Wx7uZzR7/e4R735KhOSjitBnKpcDBcvtB0+ngBYa2rRpPfebl9gwfRKvgAAJZSJ3aftAdBJAcAAFgswGJrn3l5OOfA75+aohZ/Mlppy/9q6eHsEmnV9gLJ2JnvDVAYy80iHAm2cB5WXOcUf5ahz5vj2wcL/zQg9017ckS0b89RP023Krf3PScc1wNbFTfx6cndyusbnEEKAJzNVWq1CVFSDICU9P5vRSRUmDwUgkrv08RHq0TciDc/npFf62PYvIhYnSAjrcBM6mP0k154jKdXoQAgLH6HAcNfi66utgZovHN0XHR0GNc1eszCgVIWAAAgYb37z41FpCyEikh96AEyUgj9FshlbVfXb/ZsSq1XspyF7z67en11GxRhmFCQLpTcokmrkWpj9Hz6TJnNeq547jvlDOGtMAQUA9GRz41YsnXzm3uZ+N79pyaxglc9o0gVObiXdtPyZTtwxaAJ4/j/4YjH9TsACFuiatNB1dIf+FGJiVGJTX9DFQnJfRuXlA4Tq0N/1counpgniktLbRpQkUTH9rlQJE+t66YGAAAg03eVwT4CaYGAz8dgKjEHAzKZBA+6KF6CBDhqPHSslKgrsSujFU3GIGMYjgKEx2XrB43+bEpoaSCEy+dysdhZnfo6684tXbR7W1RYXwAAQQEASIK6fLkCFl/W7+Fx3Ub6zKd2PvXKN7Fb/q+n5D9a+dD+h9ytBCu2vf7Osl1nKo/t3H2CkzAuSZLQXV16JDPn7NkV35aljul72ZwWVmSvON7p7OO1noaK4g2bM4urSj95ZdH6c24/jYulIg6OyiMivMbSczWGzKMGs5c6Lx0oi8vyl1c0lBQeW/Dl1txaPyqSK4Ss//JaQthrr70WbEJdXV1kZORdejM2mw1FUalUCjvVvUpxcXFSUlLo/xxd2ziqatuu7NN2ycNPjeil4SvVGsZwZvPeUqTD0JcfihVceC1SbouVl9gjVcxVhrcT2nZsyTpeYtOktOnWLradxr174+EDeTW8lE6jeseFxcTS5bmHTltkCQq5IrZ3R7nf7lW1bZPGd+z+u0DQrVdS4NzOv7KPnPX3fuqR++L49+SLt7a2VqvVXp6RjCTJxpzEiN1ub/q3M2fO9O7d+y694dLSUgzD4CS3e5gtW7aMuJszP9wVZGdnd+zYEUWbq6LP5/N6vedDDRLJJV7a5XtDIBAIjHFAIBAoHBAI5B/nXhuPaTKZ4JpSEAgUjlagVqtZLBZ8qPcwnTp1gpUAheMWIxQKhUI4lxYCue00i3GQV5xWD4FAIFcQDggEAmm1cNCwRiAQSGuFg4DaAYFAWisc/P9uggEIBHKDwsFQMDgKgUCuLRwBkgaUJedIVmmdj6HtAJCwUiAQyDWEI6fKygSKl322aEeOncYk995YUggEcsvBUzRihNP2jflzuColClgAwCR9EAjkWsIh5bMBYEclwAGXEAjkul0VWAUQCAQKBwQCgcIBgUDuPPCqqqqm2zCZBQQCubZwNMtpXlNTAysFAoFcQzhgFUAg9yQURTHMNQaCIwiCYTcyywQKBwRybxIMBq8ZecAwTCAQ3EDhNxIcvaaMXef+rS3nxg6BQCD/vqtSVFR06tSpVnVgBEHS09O1Wm3TH71e74kTJ2pra1t1dqlU2rNnT7FYDJ8cBHLXCAdN0yUlJcOHDw/JQVP5uPrm9u3bx4wZ03RRudraWoVC0aVLl2YSc/Uy6+vrS0tLO3TocPn6dAAAhqa8TqfV4fUGKAZBWGyOVC6VC9nn92VIq6nB5AxKNDqd+LIbp4M15SZEo1cyHpOdVKolPFZzc4z0eUwWv0QlE3Ju12dshvKbTA5UoggTNL1CylpVFxCFaWQsOCMAcvcJB4qiNE2HOnMzo+PqmzRNX97VG4u6zkKYC7SoGlTAXXAi+3BOVZ3D7wtSJAA4ADyZNn1YRkaiBAOAshYumPVrHj/ikamTH+8oan68v/q9CXO4n337rvzcmj3WURP6xqnYzTp1Q0Hu+1/nTnh7Uv9k0W16HrSz7MsPVwonvDArXd3UXT26coOxy/gnBiqhcEBumOrq6oiIiH/HVWEYhqbpGziqRfultUVdeX8yf9+W348xXQb0HNkmQifhMDTlqDfm7N+/7Mu1nDlT+qgwv7E828iZ8fPTQ1VXWUIBVSa1eTKSFAjvqGUWeBlPP05xhHC4HuSGKS0tLSgo8Hg8ycnJ/4Jw3EBvb1E4QrZDyOho0YK40tlbDq/UZy79w/jAm9M7MmeXfvTbkdJgQpd2sSJalNhmivr3b/6oTrvfuWjxX8VGx0fT/i/v5bdeTrKs/m3rxqw6LyLMeHDUk2Pbay6cwZSX883mhsee7e/6bf5Scsjc19PVjG3znEV/SEe/lwEACBb9teGnWWfqMF6/EaOnj+uo4gDDkQ0fLz1RaCOkuriJLz46VGP75sPNmjGPPtpLiQFQc2rvgjV1jz4/NtZ88JOFe3LMQYFcO3LKQ5N7R+G0P/evjd+szq10UHx94hMzHhuhBgAAryl37ksHd1dTMV36vvbUwGRVcMtHX1f1nf7qSDVM0Aa5AcrLy4uKihiGKSkpAQDcvHagNyABTfs8TVMuQ1mV2UKe36Qv/H7JZou9vdF4aeEowppbUOMPUpeX2VJRxPGvfrP3GNcTK/rkkx1o38d3rJ0zJcm9du0ZIFD2GhPvzDkViGv3yvRBibqkz1fPf6MrsfKnlfuItl//8vHaBcNtW3//flOJ78JFBd3Oqmqbn2B1nTaed3zLb/vNFXs2zTvGnTa1jQgAsub0n27t+0s/WPhUm8Nrdv112k6bs2a8uJH7wPQtv896Ocn6f6/9UcORRcrrs44XWIMAAKbs8G47JovEz33w7rqyThPXr/xg3nDF6i/W5Tj9DuOpr5cUdJ728rYV77zT1bh07pqzfgCAc/uv+Z1efXvlJ6MEZ3avPVpO0JS1qsZog4N6ITeCyWQqKChgGAbDMARBSktLKysr/wVXhaKoCxu0w3By7U+biLT0jHYxGDhvOzAMg/I1UXoRflWLg6Ko88IR9DXU1jiCTCgaiiAIIIxbl+z4M+PhiYPbh/HRa7gqgbo/MrGMJ6Unj+zxpvR5YkA0QBF9YmqXNkRsmAwjeTiJMNTF3Z2m2rzcYNxQQfWZIgOFRKdwjhYXm/onNddUaerzz7T93x/fvurjjvy/yRlyUFcOgDRlyrDOMTKuJ6VjZ3GB2+5nunRc/PvbRo/3dL6bVgowU1k1wW/bvfOmdSWlpi6qMMu+A97UJ7qEqSSzv361yhYsPFMaRHFOoL7SQSazMJ4Qt1YbC8LCIka9uXkKF9gKAGD3eOKhoVEC2hOZlizLdXpJ+A0achOo1ephw4bd2jJvRDgaVcBTd/Lvg6clKZ0w1Fl0tuCiv0HUHzkb/+Y7/aRXjXFcKIpxmyqObN/lVccKL14OEdmrn5o4sXWXc/CgXuEX/tCyqxK0lzrFIyRBk6UhXN9WyEUBQxoNpS65VKlim/+sRGMflGEXcyL6CbfZ6bYVFWJ2LgAACFIy0iL5LdheiD6pk8L6915swPttz98KyuMLWSwEABTBODgGAPAbchct2mKVx0XKOJSpPkAyAMGjk+MTsI2ZpfXJtX9lMUnv95ST5qIVP23MIzTxYRxgr7Z6KACAWJUyfZJp4+HMH3KDGCrtPKTf6PYAAG64nAcAQFGcjbFhXANyB3IjMY6QxYEgVF3enyXBvk+N6y5GLv106jt9NNNAXLRMWrY4Gn0QMkjyVbFd739AwzlvcYT2RyjjH18uzUlqq0kUIwAgCNKycOAsAU66fCwel1dXb/MHg+7iQys3FFL6Lojp1JdbwOi34rkAuC/szsEFcqmyy/Bhj6erMcAEg34S4fCJ8suFrfhEpkXdppe3dsUB42ejowEAKAouDcjQxr92/XY6cvW6CV3keN2OJX/8XQkA4Gkj+6RKlhzM19UeUwx6s60INBzMWpPFm/PzoxlhHMeJHTlZewEACIvfpt+gxJ4+U5255uTuj5dsVL8/GDZKyD0oHE2/iWq6TkjbtnH1d4Uuc4kl0MSJYNzl3iE0TTMXPJcWXYyLYQvaV3Jky/asw02HR+CKjhmCfHPaI49HCxrP2HJklKsdkWj7Kzc4Z1DvvMVrHx63Q9u+32PjB+34ft2MOREPv/Dk+FRO090lYZp2qb7Nf2X16zhU7634+uMV/h4PvzKc21wia/cv/r2y1xuvjGD2jX/3x5Xt3+3fUpAIE6K01xIgGEdZzs8Hy1wBb50dAJGoR3rCt+9umVUt/+q9WA5AUR5GB+3eABq0lG/ad7zY5qmzM2bLqplLnJPfntA/IQI5Fwh6gxgKLQzIrWTPnj1X+tOAAQP+UeEIqQDDALZQ07t//z9+Wq0f9Njz3RJY6KUdm2HokOHQUodvjLAiCCKMbP/kvEXn3YPQzsHq5Z99vy9m4v8NTsABYM6fkWk5OIpIRr09cNO8lYdnT3p53py32RgCAEkE+3ZqYyV54QoBhgAAAMLiqlRiDgJwsXb8k4+TS9ZMfHAngXD7PDT6xeHJAswgV8s5HBQHPIVcwMKc6+ZuwNKfGt9NLgBD596X+84nO5Kf1snlQi6OAgAQDBfLxUIuFjVs4uzD37zx6KvSmHYvTn/sRduK717+n+b7V/sntO0h2V0UPa6fGgUAaHoOfnOQYd7klz9XRD4+dcTMwO7vX5sf9v2rj3Zc/r8X3nrTSwvVCdNmP9VXbTkhE/PZGAAAIKhAJJLxWQhAhAqZTAC/qEBaDUEQcrn88t/tdvvNFNu8S2dmZvbs2fMqB6xcuTI9Pb3pi9llrHZxJRq59Crvyr///nvKlClNfykqKjKbzdHR0VfwiJwFxe7oRC0fvcQxaGhoCAQC3bt3v+wA8tSO9b8fckSmJcQoeQABbmtdSXGVU9v7rcc7SDn/9GucoQhL4dH/++Rwx9kvP5vAhc0X8s/j8/kIgti1a9eVhGPw4MEtTnLLzs7u2LEjepnx6/P5vF7vzVocjQg0EQJwtbFZ4KrjOK5whDA5UQgAQ9NMS/HUFkyndvc9qEupOHWm2mCyEAwQSMIyHurWJl4t/sdVgw74jm1Z9+vualGvQeNjObAFQ2CM45YNAAM3OnL0SvPrEJSlik4YFJ3wr9cpgrOiO3afmpQeHqWVYnCMOOQ/LxyN47UagxGNAzeuf7Op7dAs6nk9hTT+/46tUwTDNXEJGti4IFA4QqAo2qZNm2PHjrWuIyFIRkZGs66u1+uNRmNWVlarihKLxd27d7+TVQMCgcLRAh06dGjfvn2rum6LBoJYLB4wYEBrJeAOtzUgkP8INxI4bG3XvdL+NyABUDUgkLtVOCAQCBQOCAQCaR2tjnF4PB6n09mqQxiGUSgUHM4lIxooinI4HIFAoHWXi+MymQzHYXJ2COTuEQ6GYfLy8thsdmtPYzAYunbt2jRC0dDQUFlZ2do1HRiG8Xg8VxxvCoFA7kyLw2Kx3MDcmG3btnXr1q3pL263m8/nx8bGtqocs9lstVpvRjiMm75bVN35tWe7yhsli/Fn79y70xvx6qg0Ht4obcFTX3y5MezRN4cHf/v5iHzYgw/GCW9BfTNk/v6Ne+uixj/UVXlBfj1FRz77o+6xNx5M5NxI6NeWv3HR37wJ0++L493OlkI6d/6682RMn7czdE1+DRz8Ymlu/JhnRmgvplr01qz6eS/Re+ijCWDtom2cAaNGdZbcgEtszz3wyRb3c289ENmk6F2fLCvuOP65+1S3ft4O5di4cG1257Efpkv+2T5I1+YcX3HIN/7x3hEy1t0iHK17oKEhWHTrucrI0VtSFACACdg2LlnQ7f4Fu8sdl7WJYFVxUUGFiwZA0rbnqPQoYdN2x1D1FRXHSxrIS0axUg252VlFLjLoKDhVWOoI3qoK18Z26NMhSoABYCvcutdIAEDYarOOl9qpG0zX47eWHs+tcpC3SzDKd+7OtQOAc1O7tR+YIG1Ws8aTp06Vey+pOcJ97kxhYYOPpvzFOYWlptZ5o8BasONALQEAXx87ekiqAgeUx34mr8hopwAgq7Jz86r8tyWxERMoO5WfaQz8Y33PW5G7+aQHAFQcET2gX5yMfzdNYvz3c4629uxXEg5XrSH7WJ0oQP60vyYjRtLkITDuuqoNK9Y54h+YrkpTKPQRIj7GAIYK2m1OZ4DGccpLnL8MmvBbrS4vAVg89PK8WxQZdNpc7gBFA1QoEctEbMbvNjloMYdw+BGJUibEEQAATQasNh9XKhGyENprq3HQUqVcxEIor93oQGUypV7EQnzOvE0r5uzrmdBGKKEAQADpddXa/QSD8cUiuZDTdHIfQ/otFreXoACC8yUipZB9JXPGbXPavQQFEDaPr5AK2Bjw2G0eAmOoIBDJ1HzU43DY3EEG48ikLLcjKFLJBCjpcbjtngDFoGw+Xy7hsxuHyTOkrTb/kzkrVPPTItrJJFo1h80CAJABn9Xm9pOAzcca5Y70exos7iCDcigfQYFmlccQPovV4yMogLHEUrGEhxMBr80ZQBDGT7C02vPJ4kiPI3/Dzx8dzYhPFep50sgomsWQ1adO/rgir8djDw/vftGmovxei93jJxkUY4mlIlETWzH0IJ1Wp9NPUgDlCoRKGQ9jKLfTFWRQhiB8AQqw2DKZWMBGGcJnbnD5KYTN9hKXazfD+FxOmytAMABncWQKMb/5eQIOh9vlJwHGksokIi4GqKDN4vIESQbBuEKhQsTBUOC2Wr00jtCEP0ijbK5CLkL81n1L13zKGtslPF4mEEboGDaOAIb2Op02d5BkAIvDUyhEHJR2211eBGcTfneAAhhbJhc1eUJ3j3Bc3tspvzeI4lw2G2mNcFxDgxjC4aElQs71lBOiMjerUtrupSfJ/60/fGZcavuLU/6okv07NuwrRUv+1iapMw7Pfers/SsXD/Ed/fujH7JIhUIt5nsMNb74NADIwp1r5q8tBUqlTqUA9QBEX9J7T/+187dd59w4i/D62OqUJ6YPjSzdMv7TsqFdhXUs9ZhpY/uqcACA11L6yax1bZ+eMamLqGb1vMFr6Gdnv/diD37J71+O3t3+o6FFOyvTnuvPWbimyuJGftnAGRXNAMZ+YN3WrWV1FbU2LL7nhy8NiZY0Wq3+/C1/fLyhRiDn0l5XQN/p47eGR7YwdY5xFWbN+/yvWr6YhQScjPTB6eMeTpX9tWju0rP6RC3QPDLpxcjahZ+tO+ngqdSKWJ1v65aGl3/6v1723CW/HqkkAKAIgiW/f9ywBztpzy8pQzr2rN5z0BVQr96W5Olp371+X/vxa8eHH1/3+3d/GXGFXBemclpCLkvD3l9XfbXXrouQqcXgdI37kmS4hCNr1dofM+1sLuL3B8RJPV5/JsOdt/fNzw6rEjSAlfLhnMFhAABA284cnv+HoZ7I/HUz7wF5zevLHItXP3py41/7zrgqV+2JTxl0/ol6TftXb12T58BQlPRR6g69nn2sa/jFlWgY+8m/31941CWRIJTHwYp45q3H+ovtG3/4/s8aeRsd11xvq27wpY+fMHWAtmj9io82GqT6MI2KW1HvaVanQVvlD1+szDSzRVzaY/a2e3zqi/dHci82Us/pfX//urPQRuOkz6ftPOCZRzuSx/+a89MZjpyPBD0+ceyMGSO7qdHtn3zwizWuaxzXZXMYTcEBUyf2AQUrT9SaWTu//6PHfbHOr9e4Z388Npoq+Oab7WdcXA5Ke51M70mTnujH2fj9TysskqFazGiylpuC3R8Z88zgeMG/LR3ojQlHI5TXkv3XtmPFRvJaLsaVLI6WCZr3rdu4p9R9va4Kad6z/ay6fbf+D/ToweR/v6uhSY5RPHnIQw8kaEdMGDel+/nV5Gh3zfoNmZ7uIxbOnzFneno0nwxSAFDGlT8elg4e//Unz7zxSJTxUo/H76hcvTYnbODYz+e9uHjuxKSG/Su2nQvQAHHWkT0f/vDVsb1U5xsuV6hpE85Ul9b6SNuune7k9vK6vEpv0HrwkK3t8G5KDACAKrsMeLadQJYy5I3pgxLFCPC6fPreb7w/49NnegbO5BVYvU0F1ktJ75/6+BfzX/zfa/2Io3t+raBadtJJTNf3/jlzX/zmo8kDReZfd1aSAOBkgJSGTXhx+ktdFJUHNu43616aM+Oz14fFNZyrBwDxmbf+sfesrsf7H7z4zcfTHon2b9iYa/VdKJ+lGDOxRyTKfWDGpMf7h4WULOipXLOxMOmhiQs/efqVB5UmFwAA+MpzfthUPfD15xbNm/7UgGgOaJrWCbjPHXh3ybleT01eMP/F+a/0t+/e8X2+HwGM18Vu33/k52/3D7vQGlXdh8xoww1re99rT2TEClEAAIpJ+z48uF1C6osvPtRJHrI46PrszG//9D303JNfz39h7jOdG7L27y51XGJ6EXjyAw9+PO/Fbz4Yn2bOnb+9gUIQgFK1jGrY5ImfffzcE92x41kFtca8Bd8d0z06beEnT79yfyzCXN5Kg2GpPd+Y/dzi+c+/3tv9x4+7DU0yRntNhk0b85Q9Rn7xyYwFrwzS+831diJAi3o/8siCz1766p2REZYza89YAMABQ1IC9UPTpsz/7IXnevq2rj/CdOiWEa/SZkyY83xf9fleSJz6Zflf9qTX57yweP4zL6W7ly3cdNYFMEBbajkDpz7+yYdPPdFLmHWs1OGjwV1ncVyiAjRRdGzrzl3ZLkneMZmkqQay9fdPHpcsuD6LI2AxHNy24YyVuuT1WRSILqsgp7wwIILT9JAWr8pzcsPOOsWM/vFCGTNphGzMj9tLH5iUyL1KpM9cZg126xYlwRCg1ibGhR/wAmCtPGln3dcxSsTCQUzboXqwvGkY0F6aeaoqYFm6fyUKAHAYHRGiSlccAFz1oN5acRMTAOfyY5N0ucZqW23Dllr92KfbnT1QUlvj3NsgHTNAgbaYkImrHdwvUspDuTqpjB/wEk0jFvyEBNmOlb8/9aMrEPCdq2+QOygALveHEUGERrRzy+yXdjoDpNlo9HX1UwAAjB0VrY/RC7kIaTxeLYrJSNHx+Qh/0MiUzzPrKIfpdI3h1LENTx3ZBgDjt1qqWHxbkFRfOWkQZak4Rwq6pur4OM5P6JKhXnkC0LYykxnRDWknY6OILiEqWts0Gkqbs89VeMy/fvrlWhQAOmgwGkuONUzsDIRaTXKcVshtbSMMlJbU1Vblf/nuZ9+gCCC81dVOtNI9uZ2i8XUojo+gdm17bftGDxGsKbPQqT4KsABgxSWFayVsBCWkCjllDLqM5057xO/1COfjCD85IVkurGvWPURhMuLAt+/va/AzZIOZZhxeEoDztiDjsNRXOISjEvQiDluU2PUJrR/j8YNeqev3Tc+vtvkCRHW1KfF+AgAAMF5MlF4vZyMAJHRJoY7UG5yX9wjrocMW1X2dE+UcHHA6D+ooWX7oZB3FBUDdPilFgiGAJRKLyfIgRTF3pXA0TlFtOPXLxlz54/Pm6zmAYS5m+kJ8p9/9oMQ/Nol3Yc5rixZHSDgQBPE67TQ/etzYYRpOk/yACAJc2d9+/QX7yZd6aTih368QFrFt/2pvbgk17f7HQhNpEXbZyuyH3ut9xe8gDE1RDOCG/FUExTAMBQCQBAEQDA+1eVzQrG4oQhKbOOWTmaOi2RdCxcB2eBXAeNxmvQxjR0VEMQWWs0fqy+LSM+IU1XsPHc+01qg79VdjRS1bfngo6ReKIAhyabOwHH/+maXIpLcWfpAi9+TPeGJJy9pJ2lfO+2FuZbv1i59OlQS2/m/pV7bQVWI4FvKJGV+AQsXn/WOMz2UBwNAUQfOnzHrp5e4Xv5Wg6FXNYJKgEAQ7byrjfBwAAIIETV+oOQRDcBTQlzh5FFD1+OH3aVEXVQ6UnTiFcVCcfQMmNx0kaXab4asX3i8+/7AA0vSaifqvnluwRjl25ZcDY/jOZS99uvTCWdkYemFIAAoAYCiSZNDzzQDDWJfdeOnmL2ZvErw175UH4sXeAx8O+PTSFoFRAQoNDTJAEEwgFgBn0Qdzlh9PfuyXpV3VRPUX7/1w5sKpMQwLFY/iCELTZAtPkfQEEZx13k1EWVwGIQMI4AKAczD0QpMDd8a66zcycvSCy0B47H6BQkFa62uqqiorKysqKiorKysrKyuqTT7q4jIoVzITLvyVYmg64LYaDRVNC6mqaXC4uWolx+fyU02WXLm8GF/+/v/lS15e9tXJvYty9i7K+eurbwYKjm04UkUwjc0UAQxBktSFtEC4SKYVornnLD6KCdgtlcY6Nw2ARB+JkrUlDQGS8prLd1VdchqWNFpPeUsKzH4GAMJTkXfmnPlKC52gKr1G4q/bsbY8bXSyWiJXij1/rysP75cQ1nQnDGHIIEHRV28JXmPxaVI5ZlSSHCVqi0ur3G6CaKk+fdZiU6Djw/1S5LjfaiqtsXj81KX7sbRxSk9dRZ2bogKeswfPmgBgi+TxClZmtsFFAYQh6krKCqqtl0SFEQQFdDBANiZUQiXhKiJQV2knKMpTV7zfCABAJREyAVmfV+MnKcpiMFU0uJqYTJiyQ4TUWny4yEsBQPosOcdKr7JEDIIhDEEQ1H90ZRsAACAASURBVEUjFUUAQtEESdHnQ67cWL2MZyo9ZfEzCCCc5pP5FRZvkxO6Tbm1TLexfaLFqMdUXWTyUMGW39FsZXg0y3ms2BakaLehqsjpbdaT647XqOO69YwTMd6GzL21DKCadHhEIlBGcG2VtWYfSblMFet+3HEgq7jYy374kbYaFm2rri43NfhDtUn56+pMZhfJUEHD6VJCqNSIMBxFiABBXsxVpeydxrWWFZl8FE0Gqo6ddgsi0uR36KeWm3FVUH3PSelHtm1cdpCSyrVKaRO9JlK6tGc36eVXd1VYQpGAxxSeyLoYsaZchWdtGp00vv/EvrHCRhelBeEgHLtWnXB2GTG5m7ZxmbP+T9+/8u2sg2d7PNpOjAKAs9lqDbJz794tseIOobYsjrgvPXXepm1fOMukhONMlQdNBYAfOXFUzOKNaxfWxPIDFkKIgiYfB3jS+DH3h6/cvfnb+iihry63wNd/auTAK9QSV62MlHi/KcNf6ixn8T06KXqyyj89RXWJuLSJYB/NXLFN0o93NZeVo0sdmnBs3Y9bbBG4x+OLlvOzN+86En1/L/2lAVKesmd73eGtW5b4dLjPT3M5aOnJ1Qfim34+jRkyQH/qyLffb06TUzWlLD4AQKQbNrTn6Z/3fL7UHM71lZ41SHrdF6uX441PQiBvH84cWfPn3w/Ehr5Is2Uxo3tJ1q1dx5yLYHnqSQHKArQkoe3IrjnLFvxR11FJWapsTrTpYA9Zm4yZw8rXfrPa2iUMWKtyKoXPp8TJrqAb6naRyIojv++U9Dqvj4hAIpYxdZvX71NMD6WMxMJ7dn0wZ+33X68rSFUEaioKPcqnn1cr+Rcas0B3X3f1ijXrl9YogNunjuB7c/ftzO53eWSIpen45NCsZd+v+jo/iu2qdfoIcMlOeES/jtzfMn/80aNE3K6wNFWwdM++oqjBSQo2AAAIteGDBoev2rNzUaUuUFtkZBKn9U1Ojz++/ddtWKLA53ZyeVLT4SM7O4UBFDRUlm9bu0uMOI/u8vZ+sFuCjOONkzj2//XL5s6J51/fnG7Tx8YvzFy0xB3F8+Zn+gc//lgnOTDckcLR6pyjq1atappzlPRb8/YfDMR06pYYcRVt/PvvvydPntz0l6KiIovFEhUVdQV7uG7b+hPSrr17xciamo8Wi8Xn812Sc5R052UV1oWlDEm4+B2FJl25h85xEpJT9HwUAEATtaVFOUV2YWqbToHiow59n+56ttd66uS5chvBk8nVPMTNkfdODaNc9dk5pXVuINGGJzLVJey09CT61MkqXlJKqpwdcNmLzpSUW/wkwgqPT2ifoEAbKvad8XXJSJGjzb8KVRWV5lWQPQamKXHaVFGRU+Rt1ytJL8LrK86WuaXtUvUcd8W+Q9UBmTItnFda5m2fnqrAAO0xn8ir1aQlRV6MmpD1+flZZU6azY9OilK4jVnlrthuXTuqz3tMvvqzWaV4uy4JfHv10ZOV1iAi10Ukh4GzhdU+SVIat8qER3RIVrERQJP+8rwzBUYfEMiS2Aeemmuf88vbGTJ/1dmSvHJ7EMUkYdr2qREKQdNPjkHDiZNZJiY8NkLkszXIovrGCN3mmpy8qgYvIg+PCicMDZLkbkkib21F1imDg8ZVWgXu9XLiEjsokfyjRVhMcoqeSzvrjp8sr3WSKEcQnZTQPkrkstTklvoS28SqL13ShrKX7z1sIBTqVDVeVEl275soDLoKT58trkfb9EoFp/Msurbd4/m+hpqTeZV1HprFE8YlxybqJKwmxfiMJYdO1boZtiYmOpHvOHLaJIlM1LEbbLi6faySjdANVWVFdnbbtAie23j0eHl9EJPp1FK31apvMyj2YmyM8llys4orXbRQpe/WRlyUWeCW6jt3iJFeCHMEXbaC/NLyBj/CEaW0SYjXcp1lpUcLTH6UrYuJ1LPcp8/VC1La1S35cK+g38PpSpszyJOqO3VKUPOB11iyJ6cOE6tSo4TVRqJth0gxh6ktLjxVbveSiFQT0bljpBQLVhSUVOKavklyhKHMVZX/3955BlZRdH18tt5ekntvcm96D4GQhARI6Am9SrGBYsOCDURFH3kEFTsqIqKCKIoF6QKhEwidAKElISGF9JB6e9/+fqCFEEpsD/LO71PuZnZm9+zOf2fO7pxTZCG7dw6U3cYU72+NOfpHghX37dv32rk/zSMYgd9sTLVnz552gxXfUDgA5/HyIjHR5thNJpPX601LSwOQjmMr2THzk+LhLz42IsK9Yc6733jHrV4yIgiuc/ybEVhm7VuzjwTe++5zPZX/oLXvrGDFrd+qXArth+E4glx0c7aJACjcnnO0tXhd/omIRbjA88K1dd7kAzDILZGH9X4gtfij116b7ULCEgfM/wCqxj+ESCqRivH/yacXGIbZbLZ25hp/LrRNhxe5tY4z3uaPm/+8UVVt/nubdbbB21B+8rxLoddKWbdDZegWIGunRa85v7DFt0tscKvXtAJHV5+t5PxDI/Tiuz5GECZSDnlmxpBnYEf+Z90BODF29jtj/0etDx48+I5wjqrV6pKSko4ZDkGCgoLaRP2TyWRut7ujVQEAQkJCrpvWOPcsWDSvNu65J3sojXWVYcp2hYM1F8x7d1v61x8/E3T1MFiPZcNnP3jGTX/93kC4Vh8C+VuEA0GQPn36dDQeBwBAo9G0GRoZDAaSJP9APA6tVnvd9Ml6MKcp8qX/3DfIn/fEMThMZQKB3EnCAQDw8fHx8fH58w0TBKHX/xUpBKiaeTO+WWXm+HnvTivNCHPXnEua8NN9EZSpdv2yX7/dXt7sIdPG3j97RsbVgQrnLcze9s7CXWdtRO/h9xgYIIU3AgTSEf79zjFRyH++fGGCGhv1wQdLZg5UU14nxQusd8+q5ZvNcV+t+/rMjplJVRve/ybXctk/a6ku/uGHY8lPv3xq3ycvhhe0+dALAoH8PxCO9mAZ0/HsBpJEig4f23ygjghVNJblV9guOVZNzVWVsrC0bmESTBI3Zmx/HbwNIJC/earyr4AXHM0uwPG00+lGAZCE9Z+SGmAQmS7JitvFiDBCjAEAMCD3kwAO3ggQCBQOFFEHqUVUfPLkiZEiADja6RQkUtOhS+csVqIuG+3hAMBZ2lZlA8HwRoBA4FQFJ31Th/se3rP7WI2DtVUvmfba858eNl1eBqULCIlxn886UGR3WA6u+PWwBSZ5gkD+H444EFFY1xhKjQNU8A8NitWJEYzsM/7p6Wzm0rc+/ZRG4/o+8M7kPjo6PyY21J8EKkPsky8OXbwyc/J2otvAUa+MP41qcCgeEEgH+lxH16pAIJB/BRfXqty8zB9eqwLXKkAgkA4DhQMCgUDhgEAg/4BwwDXqEAikw8LxB94mdDQixg1zr3U8sgYMxgGB3AngAms+vv7XjYeLbSyuDOjUu1vkzXeoqakpKyvraDNJSUkajab1Fq/XW1xcbDKZOlSPXC6Pj4+/3g8MgUD+UeFo3Lbw9S/LJn0wq5/Gc3T9d8CtvklpnucLCwvbhA68HXbv3j1u3LjWK+vr6+txHG+TifqWmEymsrKyxMTEPxm/CAKB/KmpirGuhdam9okLDIvu9sTMD3UBQTcrjaIsy6Idh2GYNl39YuyvjtZzccf2VUPg7OaW85UtTvr6pScCTVEUzQMAqpa9NWlWdnPrIrxr++LF4+btc9Ct50GePY89OPKtImfLqVeffPOzU+a/xt48k7tx8awvsxsoADjK7mQEAKxH1w+/59Pj7r8wPRdT8NsvE/97iII3OORvGnGEDh09pGj1F+83xsVER0RHKwjull6GvyTp9B+r6vpQg1f7ir1x1cJvFm7nXlw047lU/bWy4T69/7BNkzwoRRs44YX5tFzzv8pWgeJdMx4MYcQaEnjP7V5wKOL1Z+L+hmaI6FFjPhtMwIhGEACA2WwuLCxsvSUqKspgMPwp4ZBHDX/jzaj84vLq6oqTW5anDBj2zwjHlWDFHXtg3zhYsam6LL9ROiSJycwsnZyqV1z9D3du6+qPfz5FqUuapj0w1Jy9siH+qYe7yu21WzYeOFzt8Q3Qo40eQQoAAO6W8o3rDue38IZOXQLZtofsbKnbuyPneJWNArIegweM6RXInM/9do+7X3DLnmpy8P0je2pxAIDHWr1+U1GnYYO660lP4eYPs6hhE8f11eP2vJ3z9krvSXWVmQ29/K3fLd38e3kgLh4w3CAAjLecPbxw37kGTpbQv8+41NDWWdFZ0/m1a4+dbXQBiSo+vd+k1ADGYdqz6ygjlTVXN1Sb3OrILhNG9ghTXpFDtin/zPpq/2mT44DLfDz7wO78FheqSB06aEyKjuSpytzcDXvONTKoyj90xIieiSFKumbvsq2eyCii6ExNMy1Ju2fEPQk+GOxzdwU8z+fm5ubl5V1RjcjIyD/7BGwsOVuGRaVljLh/8pMzHuupVWG3PIg2eFoamqxW7qYZp2+SkKl9WFtZtYnjbp28+gql+/c7Aro980wycjI7q/6ac/SPS4wSSRJ69ewbobLnH958oNrNOnb9unHBPnrQ+EHpQVhFYamFAwB4shcu2XSeGDymTxJ/dlnxNfVzHtu2Jb9sKyeHjR54b0/xli+++ynH6m08v3nN74uPyXr3SQy53G8RAas7dvTYWTMHqJLV2zfsO7bvhJkD3oINWTtqxdbyM/tP1YLgTj1IXmyIH5neWS9BgLvqh83WhPS+3ZWO3xbvKjJ6Wkvib28v/q5QOnhsRnqA48d5v+6yAN5jL9i7ddHW+pjeafeN7Nq0c+vvB2roVqY1FhVmHrzACXz+zpVLdjV37pc2PMKx7J2vVp5zNR/fN3d+Ft+px+RxvfTms/MWH6y0MLSl5MffsnLqFYPHZAxSF3/y/roiJ+xxdwlarXbKlCkXxUKn0z3//PMBAQF/VjiK1i987qlZW4+eq64oPXDwrMNJ3c5k4Qq0uWL990t2nqr20sw1sHybkjerh+c59trdPU07Fn70xcGm66q5wVTFU7xup61Tr7TYpN7j/UwLfyxtdRqITKvXyUT+Afog9aUA56y5cm9+bffHhg5LCE/L6NEvJUwsAECVrTrsSZ4wanC36AETh/e9NhmFy1qypZDvO35wzy4h3TLGPJhsz8nOs3MAsMSYaSPSE0L1l3PkkFJVTCdRXW2d09u0+giRPjzUWlxmczZlnWH6T4iRIgAAhFRpQhQYIddGhGhlOACc6sEXRmX07Dx8WLw/0lBl97ZqWfPAh3PWfzymT5ewAcN7Rgl1G8poBADAS3und02JD4/v3KVHJ762tvF6J4nAOw5tKAtOHTquf9eBD05eMHN4gsh9OKekMTzjxXsSExLjJoxKkleePNNoBwgi9/frMbhHYlzE0DFJssayIisLu9xdg1qtfuuttxQKxWeffdbm/eYfnKoMemm202fF7mWfbwS4Sh/TL8b39qcqtL320J6dRkFOndi2+PRu9EoOFN51gRkw67Xeqpv6OK6MIJwXSnauWVOJqknkSjYW2uobGXb8u9/AfaN7RKpI9KZTFbZqw685tOIZsin3DAhMVtasWnvo6TcG+d045brHZaOQBB8RAACQYqVCIXYAYDa2AFShvegZUCdpwOHWuzgaK8srlnzwybpLeRQ0Sb0xngdA5hehuFaMCVFYROS+gvrG4rrDSOe5aV2y11WVF9tOIGH/TZRyVe0dkFQTpAQAAJJACZxvnXoSMI4zmzcuzq6lOY6jPcU1tj6X9EmilIgwBCAIIAgBtBeNSKCNlQ5C7yNDAQBAEjugF6CaT7kd8kj5xSzNMl+ZTOpt8jIAAxJCqpFetBiMwXp38tVXX/1lzlFEFj7uudnjLv/Oycm5nanKxa7UeHpdriXxyZfSfduszncXzJlby7SaV7SbkOmKBjEUowxJemjkKH0bbx5V/usXv+X4vzwkQo7cRDicZUuXVypjepfu3VcKAOAD0pTH1+2q6T05XHJDHyUhwoDVywEAAMd4aYoRACClIl6gPRc3UvXXjtVRUmYIDh83+9VJCVIEAJ72srjYdWQlANfJE0oEBQaRR8qOba/l+45N8JedIvMO7jCyXbolSMHpDl4h5sLhNxceHTzv3ZcG+JGNx556dnkHdialKoJzu7w8ABjgjWVVTolEQpC0mQG8AFCEcdMMjclwFMAP6yAdEo4/4Oa8ogLy0D4RdcUHt+ygbBfsTKtbj2254E24pefzigYJPHWh8EhBc4O8VR/ElFFJ4vNUdP9YX1y4nNG7vSr5mqy9vztiP5/1RLovAgAAvFCx0fRy9v6C0aE91SgAAEEBhjB2u8NDXdodVxtiNOLN24seS9CR1edz88qdMclAFdpLRxUcKGiKSvAW7N90AYDkq82I1dHdVDsOHshPj+qhc5b/+O1uccbEke2fGaIO0mnBvvU7mnvMi1Ar3P5Kx88bm+NnjpW3KkRIMK7aZHExipuaiafdDoDKtArCZd6/p7DG5NabKRB2WxcLQTQp3SW/nM4919/Hz3Jy/scHYp9/oXeM/pffjh2o7NI/FD99sqRJFNbZVw5MsC9A/jHhCEjo35Nbufx3ed97RydHtHoPINwDJMrbHnHIAjqNfW4GI7ROdVy/atFPq+PunXlvilqEXdm9HR+H+8KqLeW+D0wdEiAlLlcQNfreLmt/OXy8KXmoAQeAkCo6JyreWfRlNfHKrIs9SmKYNGVo6burR45a6x8ZG68O9kUAwP0ffW3crI+WD19PRqf2vb87sbrV+J9UBU6eMX7xovUTxiyngChtxPiZiSo07wZPel+/SK1khUf3cicxJkEDNFqzl+oXqWpt+ahRPX03bXhyVsu0DOXNBg0R6W+PPPn2sy+v0viNeHDwlIGVb86d9dGsp25nOoGgxICHH6n8ZsWzD+90ovKB9z10TzcfTdcRrzav++K511/nMZ/guGeenZAQIKGgcEA6AgzkA4FArgEG8oFAIH8LUDggEAgUDggEAoUDAoFA4YBAIFA4IBAIFA4IBAK5HW79AVhzczM0EwRyd6PVaq//cONmwrEoM2/q6ETyxrvodDpoVgjk7qajsTjxY998jIUsfT5J8VfVCIFA7nrQXuH8us0lDLQEBAK5feEI8RG5yhrc0BIQCOT2hcNLC4JIjENLQCCQ2xeOvEZPXEYUTHAEgUA6IBwtvr1eGhECDQGBQG4ffNrrT3aBcfAhEEiHhCM+SA2tAIFAOjZV+SsrE+jjmav6Jz395s7qW5blbKUfvTozIu3T03ddnsJTi2eEZrzzza5mHt5fkLt1xHHLEgfnPvvAaqtIRIiISyqD+HSa/dYTk/ro285wECy8W7dpr+sCOt8oxwJftXbhoPdblh/+sJ9EP2LM2IBesrA/kaeQo5ylJ44u+yVrR26dF6AiiaLnkEHPPDYkNUz5zy7CERrzDr8xOzvjjWcm99EH95vwri+W2kkOFwJB/v8KBwAAiDXpw/qld1VfVApUqu0RIWs8kbO7wh2e0LNPJ6mxIG93kdE3rnuCAsVQFBMAAMBtrM3NLa+x0hxGBEfG9IzXNBSdWb6hgmb5rMyDZEo0hqMoQFgOWI1Ve7OrDIlBSHP9uUZKrjP0TIkNVhMIbTtzKO9sEyXRBXZV2XIqXGHdew+IvByml2erTu6f896aYnHk6IfGhftipuqKrH2bX2wUNnx5XwjGNFdWnjxb2+zhULGiU+eYrpEaMWLNWn3crtLFhJNl5+rtvLhTj5SeoWLr+bKDZ2pk3ZN01cUF9ZRUF9S3V6SfjOBoV+W54vzzFgeN+IWHpyVH+JAA8O6Kk4UnKixugGuDQnulhCmMJ378/WBuvVmy77A+eEQyQABJMAARAEC8phNHzpW1uCmU0BpC+vSM9CGYysKS4wXWrgNCjfmlFTagDY3omxSiFmMeY93x3PO1VppFicDImLSkQAV8Tw75NwuHT3K//o+MDGg1xGCbao1rP1/J9rG8NzU2a/HPSwp95n2VXJ1/Yv4HWf0/jUgLRnd9/e2iU0xoVDBhLF1k0U2eOqkHX3WyzsEJQklJVVKgrGjj+qUH/buMSZJXFXz5wWpRckxskLqhNO9kk/qJlx6bNj7OuG75zKV5NllQYpQ6s7ooq8Iz4b2EK8LBU67T+/bltmimvjfptRHRBAI4t3lgv6IKr1wE+MaSkws+WXvQSHSKUDWVlDv1PWZMnzCmq2XVx98flvmnD4hmW2r25hnDkmu/+uIB9FTuos8223um9Zbw9aUV50ziCXOmzx0Wcv5Q5pyvT7J+gaGo6djP2aOmTJlxf1Dt1k2zl2TXEAFRck+tGaQ8/OT7KQ0FZ0vMDF5XUV1t53T71/x3lc+s2WFd/O2rP1n23cFqwhCspo3nraJuoybPfyGs6NCBjxYdjzve1Y8Qzp0tusCHv/nx1ElJ8qzF3355ggqOChGZzh8z+Tz83DMvjTQQ8CaF/FuFw161dN6Ha76+WBgJSOv7xovjk7sP+2xW6cPv7fpPUY6xkXn80yn3dlGerrji7jBl7y5n4wY+9vx9CSrn6VMt2mi/TupuSauOFRqJJ56/rx9Wc27jFUcLhiG0MyDhuRcyJJaTr0z5bn9B1QMDFd9/n1uN+L0058WJYY6lM8qzgBfDrw7/WcpTV1LP6fv2iTZcTIyASX1TM/qkoghgqS07N6wuFs94+9HJaYamgl1Tp2Wu2h+VGhVGooCVkJ2G3z851vbVC5//ePrwvpp7ByMIgggWd8yL7/RhTu1/+6OVm/bUzBqi3vP9tmJx97lTJ/U1OJc//d8NO7L7JfXcvO5ITqVm0ZaX+6L1v6/ZlXuuxv7AkMcGHTlwQTx64viHOslL9186QtOpHe9vyJOnPPT9x+l6d8Wc5xZvXfFTxj1zfBEUQdzWyMELJwUXZ2+Z89HOzWdNE+Oo7KzzVMyAR557oJvadepksyZGDgcckH+zcCC4n59fbODFTIKoX6BGRQCAktHDnnxh7xtv7qqNnfjszH6BJHI12ygi0g8cZNiWue+RcQcNkWEDx494vreMQEgCQwHAZDKJmGu9dg4BQBrTOTTAX0VIIzupuN2UlzbVF1p4RWBgahc/rcJ3ZJz8qyLbNX4FAHheQFCAtq5JEHgeANZbd7wW0/eNDwvSqGVkdOdu6jVH6612Dw8AkCv8O3cxaLWqHv7kshq3yXPpsCMHdIvSqu1Beq1GdMrs5amG3ErK6Dz66pMnUQQAQKoU1tqSmvNWB2/onhKh9gPqZ1/v/CwAgGfLRRiC4GKpRHI1uwzXcKzazgixiUmxWhUBIgeGSDIvNJ2t9vYHAABlSu8IP43MGxAQIGWMHkogIwcNCtiy6eDj44/oI0Izxo94vrcE3qCQf7NwKILGPfHUC9dMVQAAwNFYklvuVsqkLWdLTjanZQS1rg0b9OJ/VvYuzDlTkldSvXn+12UV3sWvhl2aZbQ7HwLgmnW4GClGAcfTLooHctZ6XUplXCQJigtEfz+fW9qYFhlFIIDz2k7sOV7o0QwbGk0qCM7GUCwLAOBpp5NGxCSGowgAAAOgfYfstbMCBCV9SKBN7Pnms/ck61DK4WJlGn+haDOKAMrtZQBAvPV1jU1OUWwn3WUpuyZJDakgEQTQLjcDAMF6bV4eQXCZ+NKgSd62eSz9hf+s7l145ExJXknV1s+/Lj3v+XbuTRLgQiB3uHBQtqKTJzL5yx+KIaLwhJg4pe2XeT/ncDFPTwnP2bjvnQWBoe8Pb7VL7arF2c6g6D7Dh6d3P/FKbo3HZPTwkQSCAGA5eqwkNJS+RaPyoIxw/OSF2k0bDrPBjjX5lrb9TCRLHpDefd+a5d+t99QnRqgwa935TdtOtGh7Jw3uGt0vQbmobGv2MS1rqNy39xSlTY8N0cg68qKD0Kem+m09ZSyvMUXj9L7tBUinng+NiOwV5HO4tOC3jScGKRvXrdxTKB+8csEwhCBQylJcWFZ0NWs3Fti3W+fvz1Qfz9p0gAmwFW8ud4gCU9OjRY5288dStauW7LEbovsOGzYg5WT1sWqPyehm20lNC4H8S4TDa8zK3HBk55VbWDXxlQnVFXuX5DiGzJz+zAR9D7ZuyrKN7/0Q/HDwlV6jDlA5l6xZt2kDgbA0lpz6yKP99Ap5Rqph9enjKxaulj066BafORDah2Y9lDd33bYfVp5PjEv0xcCFawugeFhyvzn/QX/8dc+vi38TMBQlpfH9h7w8eWiSGvcMnfB6/bqftmx6bRfqoYi0h+59alhnFVF/+6ZBUGnGlMmTHOszf/h5J8ahPtFPDtUrlfqHn73PTK/f8tWynSJEHhD7xKPdtTjqiEpKkG/Y+OtGNiJ20uUaZFF9P5/rmr8064t3SwEQ5DF9Pnjh3h4qLLvd9jB1oMqVuW7d5o0kwtNIt9QnHh9gIOEtCrkTaZUCkrPsWryE9osc/cADrUuwbqedapPLHBFLRShDuVlBLJNLCYSnvDYPgxJiCcF7XAwhl0oJlGMol5theQEgCE4QUqkIRwBHeR0ehgeoWEwCjvYyqFIlQTja6aQwsUQmxoHAe+wumhApJCTrsFRXmQQ/f72cPTz73af3tkxZsvi9XtfEHBJ4zuuhKIbjBYCgKCkiJSICRQAAAktRbi/D8gBBMZFEJCExBHBOq5tFcZlCQiAC7XQ5WUEsl4s42uWhgUSmFKECx7pcHgYVq+UEEHja4/XQHC8AnCClUhGOAiDw1MWNAOAEKZWQOIrwLONyexkOEDKZhPfYKUQqFYsJFPCs2+WlWEFAEJwkZRISQwTaS7k9LKmQSXGEZxiX28uLJCoxzjGU280w11oMAvmHuZ0UkPiFhiaZWqsWC67m8vzSylCf8LZjEqnct90ExyJCfOXZLxL7iC79IslLDgSMEClVouvmF2K16Mp+xKWKcVKlJq8+6FUKKQAAsAU/zpu8ssXQJSk9lNp20mEI639fF8V14wJMIpNK2vXoisTKq21dal+uvlIDD6TGjAAAEgdJREFUQsrlvpf9JUrRpUNFMFyuVFypXSSViqRtm7x+I4oTCuUVH4nM96ppcKlCfm1ZhBSLycsFUIJQqIgrFlOoRPDGhdz5YF675VANkdjFv+zAipU7c2MTUxISut4Zx4bqu6fESYHH5TRSoi69+rz25r3dfOHXmBDI30tDQ4PBYLg+ZijLsgxzKVggPmtK6jMzFmYOHTylz5Dk7EL0jkqYgPtkTH4wA15JCOQOA5391TY7Z6k2elEUwzH4wREEArkN4fhw9pRADL3qIoVAIJBbCocWs7gAVA0IBNIR4dix6xzDCy6TnRJQFGURKCIQCOSWwmEJGzIpWXNu43fbC/FOIXoZCYUDAoHcAvz+If3R3p0He4Bc6SNOeftkfiE0CgQCuYVwSEkckPogn4s/RSh8sQKBQG45VYEmgEAgUDggEAgUDggEAoUDAoFA4YBAIFA4IBAIBAoHBAKBwnFXwHNnjhmX5Lg8XOutQkth00df1/y8325v59tdNnt13ZqTNGN3frfiwmH7bbTCObIXfT31u1JPe/9s3r1yzNTfa5k721Cc+afZn07LMp7e8tsHPx5tpOCtcwfx13/u9dNPP3Ec9/jjj7cOPcay7Pr16+vr66dOnSqVtg0oZis988GMeSvrABAEjuMRDEMRAPDYX/a+ma66cUIiQTA3urbtNe4rpT0MEKnIQf10o1Jk6jslTid3Yk3dgjNecCkgCqINkE2cpE/zRcNjFT4AJ1Hg9XrPVfDRnaRynt6eafUkBE3oK5W3Ey5QsLZQLXpB4LiGZjqQu3XTddmZH+5Hv1wR026GBdrSfLZUTN3hqwsEpqmy7nwiH90zif54/dbwgEcHhBAwluLdKhzx8fHz58/3eDyPPPKIUqkEAHi93i1btqxfv/7pp58WidoJjaeMiJ/z61czOZ42n57y6Jq0T957sTMOACFijYX5dhcLSLEsOFSvkV1ztJZa67LfLSBMNf0puUEGLpy37zhu3AjAAz1lEoFrbGEclCCgiEJNGpSoQHNNFpYkgMPF0wKiVOEinrc4OUZAfLUirRRxm6kGDvMRWItHQES4vwqxmVkXJ4hkhN4HF6GA8TANJtbDApRANRrSV4zQbrbZwUtwwermOQFRqgitEmsbJTTI/4vH5RIBeJ3UiUMt335TL50RGA4QIACBogtzTVtL0JFq3I+lammAiwSrjRMpUauZtrgFAQFiOaFX4yLs+lELb7UwJhfPC4CU4P5aQoq1flTXrNxWlTR5YmcRcNtN1U1uEQ4cDg8r4LogQ5DmqpgILG1qbK43urw8kPtoQoM0MgIBnLehqqHBTrEIptDoooPVOBAoh62utsXs5QSU0Bn8g/3kOMLZGxqrW5weFhEr1eEhGgXZ6iAEd0neBUSnoCyUf6hBJ+UuVDU0O2gOIXz1+nB/GQoE2mm/UNdidLMAwTUGfbCfnEAB77GUlTfbGFSh4iiOBwCRB4UN7h24KOvssO4BQTBH1d0qHCkpKdOnT1+wYAHDMJMnT5ZIJGvXrs3MzJw6dWpGRgaGtRPtH8Fxha9GAQBAFSSCyHx8/HRipqVo0adrCjhDgA9uu2AUJwx6e2r3VhFH2RP7zTaDz3PDfQLFCABA112jD5DW0jjKcyVHmzeU8VotjnqZOoYcP1oX7XFv2Gzi/aUhUrSpxdNI47HBBMryjdUuIVz7+EBZ9cHmL2rxUV1Iyk4VN3OhQWI1idhtdJ0LHTlUl6Tm9mU1n7Jj/irUa6WdasXk4SqkyvHzbochWqomBKOJshHSewf7hCvbKAcql+ISAOQyfEg/7+Y8S4mFdRSbdvGyV5PBqVJPo5UoqvGY3JSZA1ydu0yPuBqoTUfdcg0p4dgmD9J/gDYtuK3FrA32tfudjJSQI7zNxIb39h8RR14em/HN5yvO2VST43UACDV5h17+JCe+f5JBxBvrKiyqbtOeH666/EivzTv24/ozXrFChHvNJjp51JgHBoS6jmx569siZUyQiLWcN0omvvHkOD/qaOaGdcftCoNSsNtsqOHRZ8d2dufP/3q/01cjw7mWZk/0sFHTR0ZevZ+Y6nenfOQekx4v1d4zUWLat+vLLLNPoEJwWxu92kdenpju4z66dcNvh0w+AVre1mwSQp54dmzvUObgT8u/yGFi4wJ8SCq/xQUAAJgkMSlMvDP3hLF/kFwOO+3dKRwAgLS0tDlz5ixcuPD7778nCOLo0aOvvPJKr1692lWNG8CWb9v+zemAFb88kqLBGnJ+f/TDrdnju4/1u/JUpfOqhMDBMoP4ckdFUH2gTA8AZ7Wu2u8KHR88qROJejwrv6tfd0w5MwkBHC8JVIxOkbRUWL5c55Ck+I7oQhrz6IW5rgZKigLAeNCuqb4RgFq9sfGEl5g7VI3Z3as2ttS2MOEW66Y87sGnDL39UXe99b3vjFldFMMA4ClgiFUOjyDNtfblWx31ZmWY8gaRyRm29JzHixGhCuSibwHzUQ6NN9eXyUZ0V+mAt/SwhU3yzeiCNdWCXn2l3SJFYi+Vub05t5ZOCWw7+zI3uWpYYnKGLlYuNNZ6rKJW00KBrWtsdvrqA30kAAAEoDQt79on/eFeemfV8Tdf33wgv+eoiyZ223J2H3QE9Hl1Sl89SR1Ys/L7nce7JwUFq4OHPtZ1UL8oBVU7f8aXi7e3jLgf5J8qFnd78PXJSWKHseBcs4Z07fkp64BqwIqXU/US7uzm315dc2j84Ihw8urZo6gg9Uma9nRXH3fec1/m6Ga9NauflnRf+PWNhR+u6N1vusEvOv7RzoHJnfVsc9m815YfOtu7m7jy858KO3/wwdsDtN7SIwU7cpwAAIAoQgIDJVmHqj3jwqBw3L3CcXHCMn369A8//NBsNn/wwQcpKSnXxz69Kc68QhMRMzjRT4IDENQ5Khwc3F3JjPW78lgFXoD4kuj13l3a7Klk8ZFhIjEGgFycpEOOV3ucSQTA8TANhgJAijGdEvdV4hiCiBQY4HmKBRgAuI84RIqgDCohMY2BlGOAwVCpCGE5vqna41XKO+kwDAUKvTRW2lJRzXD+AMjICBUGACAJVAoEjr3ObdDQPHOeEQEACAKL4aMeNCQrkGM3OW8EUYqF2iPNmVtYigVeD6f3E/jratUGKvRHW776yRsXJuuXqu6ix69KMs/a7XZUFSwSXbq4qiC/8GBfHAFS39BIGWVqsV5ULsbhvJBfmllZuW/jGgQIjNfDhqWaLEyMv6xy+W+TFlqdNGMxWWVRFKrwT+kZtXXZdxP3Rw8c0Hf82OQIcd3P1daa/F/GHlkJAOAot9FuqPaA8FYSh+J4aEK0TkZ4ystyLFbu3Xd34wAA3muxWc1VLjyIZO2ZS3+fVWFjEMTsED/kprzNleco9VMJfmIMEUeGx6gkORetIlZoSfSoCTpI73bhYFm2tLTUarUyDHPy5MmuXbu26924mWsMgCtagwCEAUBo7Scl8Fi5UN5AuXjiSno2xstTAkB4AbTKJokgAAECDi5Wh1yqDrlcArmatvHyvwEAAL3a9EU/7DX5KRHu0hECBEHBNSXbovN94yE5jgKRCFVLcRQBgL+pb9Pt3bjDmK9Uz3pJ7SvQO3Y0nWivlFqvfP5paU2N82ieY+n31k79Ap4ZIL2hfZHW5rg2TaXY8Mx/H582OlYEwMXwkQjT9OFDX2wJeXjlyn6hYtvS6fOWAYAQ8l4PPLU2vf7ooZztm395JDPrtVljMQEkv/rWmvsDL8oiDxAUadsuJr64TRCAbt7aBWN1CABA4HmAoo7KvG8XbCVHP7Z9UVfC27Loxc+cFwsKl6/7NU8apM2BQ/63/C2vY91u9/r161evXj1jxoy5c+fu3bt36dKlFoulI3XIE+M0bOnxsy0Uy9G1Befrgf+goNbKQab1ldirzXuK3C0OzuPljE3ubTsavt/v8CqloThbUEVTvEA5vXktgi5cIv5TJ4T4R0nENk+pieN4wdHoKaGwyHDitkQXx7Va0uBL+spwtD1p4Xie4q5GfGVp1kSDLrFSX0ywGqmaFsbDttNfTI2ucw2cPlw1aXzg9F54U6XLyl590CuVCt7uoahLm+y1LeXVZpbnHc1lxS6Jxs/noh0JhTwgQlJytqbRzgoCXVVYkHOm3uM0lbSA+CHdAqWCsfJ8caOT9jK02372WH4toxo44b6PFsy8R27JL6NjQlRVO/LKbCzH0g1F+btO1HM36NnSgOieSsvW7AobwzMu8/FdOUebGJfT2YLo42OCxQh9oST/TAPLcizuFxZDWo/kN3sY1nS+7JztUvofgbJbaD7MFyaduXtHHE6nc/Xq1Zs2bZo2bdrAgQMxDBOLxYsWLWJZ9pFHHtFqtbd5YFGjRzxbtPqb+StCfFFLran7hHsG+11TwtBVN8ZuPpJrLCsgFARwezggFWckytQ6ZGI/T2Zuy8pqQnDTdf7K8T3FhNf1Z05KHuEzJqHlQHZLhQp1Wyi/7pphgahQ9mdtJVVJeLN7y1HnhKRLFwKTkp0DiT3HTStrcBQFIhlJV9j3hLe9TE6TO/skfcyXlCK82YR17SJTYlddzUH+fnJTSb3VE6tRAAAI3HH6wN6W45yxopRL6NU/UY1mAQAALlENGDrg7IqTXyxo0ClYY4Mzqv+w+E6B4zKCvln960fFGrlIEhXnu+Pk9hW7BynLDx6uP6rXKzi31aiPH5Mc3SN5cP4Xu+Z/3hwoFyz1NnWPYYO6B7TvxNLGv/p8+vzNaz6sCJLwtromcmh0SqJfQGIws33V2tJDCjmGhybJ8g8dK+id8fyDsYt/+GVuboAC9QiCADgAgOCovVDtVY0LlcAee4eAtIlvnpOT06tXrz9T46pVqzZs2DBz5szk5OQr3tDCwsKFCxempqY+/PDDYvGNH/+MLS+vQd0pJlSOAiB4jA0l1RYnC8QyVXiEXiNt239YmjOZGbOb5wWAkajGh/SVoxgAAsNeaGLslAAwROUrClCiAs01GBmpr8hHjLAU22DklBpSJUZYD11tFvz1JGKhaxks1oAjAm80Mi4REapEBZZvMdGIjNTKUdbN1BoZDwMwEtXpRBoxQrvYeivv70dICISjuaYWVupLqiVXxhWCvZmqZfC4QPyacZ0g2Cy0CWChPjig2doG2oPjoX6YuZ4StJJgOeJx0HVGlhaATEH4kEKLhUXUIqWTpuSiADlf08AoDBI14FqaaYtX4AVASPAAHSFv9YUDa6r4/P1V1vQHPxwbUXJwy+xf6x6aMjQA8XIIGRAWHKwTs821py6gSUmBYo5qrm+sbnIyPJCrtWGhOpUYpUz1hZVmr4D7+PsHit3nqiwy/9AQhaem2mSjOYASugB9qEElQjnbhfryBpubQyQKdXi4v6+k1QXiXedO14ijYsJVGAAAcO7q0roGO81hhK+/PjpYhfOsqaG+ot5BIYQ+ONCHN5bXs0FRgX6Ys7i0ycqiCq2PzGVz6cITdeyhVau/LPKbP2tYMHwd+/dzOykg/3rhYBiG53mSJFt7QwVBYBgGQRCCIOCF+fvhanetnPKz98tlT6LHt8z5rXnGW4/1Nvxbu5yzruSzT9YHjXv4sYxQ+AHYHSIcf72PgyAIkUjU5h0KgiAkSULV+KfAggeN/U+K65MfyzmpIjjAR/rv7XACV3rqONI1fVQfqBp39VQFAoHAEQcEAoG0BQoHBAKBwgGBQP5+8IaaCqPRwiCYQhsYbNBCi0AgkFsLx5IVmb4k5nHW1FmU46Y8LYKf9UIgkFsKh1/SwCcGJyCWwp8XfrTlWP6QGAU0CgQCuTlocmSIlAASn4DIiOCGmia3l4VGgUAgtxAO/OJHWQiGEVKOYXkBzlUgEMithMPj9QIABI5xua24Qoxh8D0LBAK5lXDsOXym0epsqCw4daY+JixIIcagUSAQyM3BZQ05H8/81ejxKKLSnx6Q6K0thEaBQCC3EI70h6d3CxYLAEFRDMPQo7XQJhAI5FbCgaAYQZDQEBAI5PZB/RQwMgoEAumgcIRqYBxHCATSQeGAJoBAIFA4IBDI3047Dg6z2QztAoH8v4VhmA4LR1BQUAcToEAgkLsKnU53y7yLbWOOQiAQSLvAmKMQCORPAYUDAoFA4YBAIFA4IBAIFA4IBAKFAwKBQOGAQCAQKBwQCAQKBwQCgcIBgUCgcEAgEAgEAoHcgP8Donl7ZwUVvTMAAAAASUVORK5CYII=
iVBORw0KGgoAAAANSUhEUgAAApgAAADRCAIAAADnm1UTAAAAA3NCSVQICAjb4U/gAAAAEHRFWHRTb2Z0d2FyZQBTaHV0dGVyY4LQCQAAIABJREFUeNrt3X1QG2e+J/ofk9DyDNIYVlyIdOAis2cF64scT1pnx5LrRqKOSzg2srFlJwFShUjViJwK+AVcY0NegCQGewqwjyG1gakKclWAiUE2NviNYq6Fd4N87kYZD+LeQdpdLC4EBhutGEtMUDMT3T/Ei3g1dohfku/nH1vqpvvp53m6f/28qDvkX/7lXwgAAACeTT9BFgAAACCQAwAAAAI5AAAAIJADAAAgkAMAAAACOQAAACCQAwAAAAI5AAAAAjkAAAAgkAMAAAACOQAAAAI5AAAAPIOeX2HZ5s2bkUEAAADPaiAnIoPBgDwCAAB4aqFrHQAAAIEcAAAAEMgBAAAAgRwAAACBHAAAABDIAQAAAIEcAAAAEMgBAAAQyFfv9u3bGzZsCAkJCQkJiYiIMBqNyHEAAIBnJpAfOnTI6XQG/j8+Pp6dnT0+Po5MBwAAeDYCeVdX1+I2OjIdAABgrTzPMMx338r4+Pi//uu/hoeHHzx48KH+sLW19Y9//OPu3bvxghYAAIBHCeTffRO3b99OTk4O9JkbjcYbN26Eh4ePj49fvHhx8coXL16USCQSiYSIsrOzA6PmJSUl9fX1er0e5QEAAPBQQlZoQ2/cuPGBbz8bHx/fsGFD8Mj35s2b09LSTp8+vcJweCBmL5j7duHChbS0NBQJAADA42uRLw7Yt2/ffuBA+JLT10+fPo1ADgAA8FC+62S38PDwtUrKGm4KAAAAgXxVDh069OKLLy65aP369QcPHrxx48adO3fcbveNGzdOnToVFxe33MqnT59GeQAAADzWQE5EZrN5cSw/ePCg0+k8ffq0Wq2WSCTh4eFqtTrws/JTp06tX79+QRQ3m82BGXAAAADwWAN5eHj4grHt+vr606dPL9dVfujQIbPZHBzLf/GLX+DnZwAAAE8mkAd+RB7cFn/gD8k2b94cPN/NbDabzWYUBgAAwBMI5K2trbMT19evX19SUrKav0pLS1OpVLMf8Rh2AACAxxfIAw+BCbwNJTs7e/Z7vV6/+snnhw4dmv3/2bNnA1v7xS9+gaAOAADw/QbyPXv2LNkZ/lA/BF9y5du3b2dnZ8++agUAAADWPpAvF2gfdub5cr9GWz6Qe2xtlQV6rVoeoNbqi6qvO31rlB1j10sy1HK5XK6ttN/vzpPLlQVW35MtId8TSobPaSrQKeVyuTzDNDxvgb0yRb6CHPP/Y9TK5brG4aU3PNyok8u1RueDl6685qIEpZTZl8gkZ7VWLpfLUyrtPpzuAPBD9Pzabu5hH+oikUgGBgZWHVvsjQeyq6wcCVlNukYqEnicNktHx9l3Otq7jjeUpUR+19hlP1vV7uDYrOPpygQxjzTpeyVSIe+xF8pYm36XUd1i0ouJiMRPJBm+3rrKrgFGlV+sTZAJg5fwxJr8Qol3tkiqzg/wVVkGpXg6hSJpNE+3dy8lCB5ztrk6mhwFJTLe/CI1tY/gNAcABPJF1q9f/5e//GXx97dv31ar1avfzuL3nC5/Q+Cxlh+osnKivWfqi5SzMTuvwNlWpC/teOeIQmbUir9bbnAuH5E0XZ+iFhARaQuKnkgb3GF2cDSTizzJE0kG53NxxCgydCnswlsIgSxFJ5tJq7W75vyAWJmeoQu+jdIXsY87wXFJ/AFzU69HxgqCs9LU4eJLRV4Hh3MdAH6gHrFrfbmnsD3U68aXWzkrK2uJn5UPd1S2uygutzooik8HupLK/Kx8vXTmAu6xNZbotUq5XC6XK1MyCozdYzPX9e4CpVxdYrVfL9OnKOVyuVypzak0jxGRz1qk3prd4SXqPZIsl6eULexa99hNRRkps3/jtJWlyOU5Zg8Recw5C3q/Pd1z3/i685TylJLu7mq9erb/1zdsrs7TTXdRK1P0JSabh4jIZytRbz3QxdFAzS65XF1i8y3sWn+ko1uu6d9tLMhImd6WVl/SGEiEx5wjTz5gJeK6crau0Em+HOf8rvVhc2WOdjo9edXdrvkxdeWl0+s06uRyddG84QWfvSxFLtfNdLwzkWq10GuePoLgOC5UKoTz7whtptkclKt1edXm2eNzVmvl8gyTbS5NKfqytRu5AQB4egK5Xq8PPHX1xo0bwe9PC/5B+UPdDahUqsDW7ty5s+Ss9TFrm4NIqk+VLF4mYDPyMtSBrlyfrTIju6rdw+ZW1NbXnilUMZaaA5kl1sD1nUdEXktZ0Xme/kzLtUsNx1MZa9ORd66PES8p31hfrGCIpPm1DQ21Bsm8hujY9aLs8o5hSVbxmTNleqmjPKfc4iJa1dvceQyRx1ZXaRHri48X6sQ88lnLs4+ctQo0hRVnzlQUp0tH2stzjlwfI+JJc2sr9gqJhHsr6huMudL5zeFHPbqleLqLMg/UWBhVQUVtfW1FLutpr8rWV9t9JGCLG2rzpUQMW1jf0FD5XTo6fPbqnCNNVkZTeKa2tiJX6igvMo2scukssUafRF5zo3UuSvuc7V0ukuo00/WBYyRajZDrOhu8Tm+T2SvU6OZl4rApL7u83SUzHK84c+Z4oYZnOXskZ3YAXcAQOeqOVHs0JY2XLrWcMUgc59/JqbQhlAPAU+vRx8gDT10lIolEMhu/A49lDf5d2bKtNqfz7NmzwXcGK/bJ+1y2ESJhkvQBA69jHZVNI8QW15ZoI4mIZKxMMJJypL3anGvURk4HVbHheIE6kogoJc/QdP4dW8eAL4WNlEglAoaIEUsTEgREPkdwd0CdheOrKirylAIiUiqSaF9m02qziscQN8BlXCrTiWcO3iNK0uRXFASG9ZWs0JFywNJkHUtJiYxMkIj5RCSWyhLERORbk6OLXDTEPtxW2eHiq85UFykFgW1JeY5d5U01Fn21WpwglQiISCiRJiR8l9F5X+9Z0wjF5VaXBI6dZcWeXdnnV7U0SKQinaV3LCabRxlIrc/Z3uGipFyNeDaHGKkuVdR01mgeUwdyx2NtNHtF6bo4XnnQ7YvTyUtiswqL9YHjUiZ4LPtqOkzO3KIEHk3fl6lKCnUyHhGJ9ccLzdtL2+usedVKAS4XAPADapEHk0gkWVlZsx9LS0sf2ME+Pj6+Z8+e2Y/r169/4O/WOM5HxIh5K0cVn8PsIJKmKiKDmuupUiJHh2M2Iko07OxiJlLMEOfyrDyE6nFaBogStLKZazkvQaeLe6hciktVzLVrJbpKozFoch4jlAiIPK4HDOSu5dGN2ToGiJHpZHPhSaxIjSPO0b2WPckjNpuXhOxc5zZPqlXwV7d0XiRXpisYztI00952tptdlJSuCB5lYSRaXRz1NnUFeiA81iYLF6fTzu9aESgLao21eXN3J0KJkMjj8s6twmdT5trwkTJWRJzT6sK1AgB+uIGciEJCQoKDdHJycmtr6wpt8eTk5OBgHxER8cBdMAIekcfpWTnIeFwjHDEicXDjiYkUMsS5XLNdrgLBvEv7KjrHfS4XEV8oDFpVJH24OfKCeWnyDXcbi/Ta6eFp+dbMptUEirU8Ou+Ii0ggCj6kQBpdI561q14+j9NDxJcEpYknkAhWtXRB/rF6NZ+zNAVmBDg7zCPE6pULykCiyZCSo7FjOBDHrVzcbNd7UC7a28ryMlLU03mffKR34a5EwT8RYMQCIo/Lg851APjhBvLs7OwFo9qBBndycvLFixeDvw887GXDhg0LmuyB0D77nNel8MRJEiKvzfb0tIyYh1o7OLp6ukszDtSYSWEoq21oaGlpaahIFf546pznkZYKktLVfLI2WcaInG0dI4wii10U88Wq9CQaMHU4fWPdTVZOmqFeOLzvNOZklp53itILq+sbWlpaWuoLpQ+6G8FlAgB+yIG8tbV1uSeqms3mtLS0kJCQDRs2/OIXv1j58au3b99e+SHtAjY1iWjgrHGJeUcea5lOm2e0+0ggFjHEjQwHRwPPmGtRO/Yh8QQCIq8ruOvb5RheIab7VmrAeaxnO7zEFlcU6dRsQoJEIpEIuNVEi7U8OqFISOQamdeb73J6phesFZ5AKCDyBnek+FxO16qWLtqWNF0rpF6TZTgQx9NlSxxzpCKdpYE2c6+lyUpJ6aoFcdxnN5kcJEyvKNOnsLIEiUQiWXy0nhGXL7hPwUskkAh4uFgAwA8zkK/m92ZOp3M1qz1gnUhNwV4Ruc7nFbU55/8MyVRUcH7Aw0iEPOLFaWREDpNlbqL2mPV8L5FME/cdrsQCiUJEZDfPjkT77CbT3HNsGJ6QIc41NhtgPb3tjhVaeD4fEcOPnI1DY2aj2UtEXFBU5WjxwPZaHp1AppESWU1BP9ca7u4YIH6SWryGMUvIShlyWeeGmD1Wk5Vb3dJFh5+gSxdRb1OTsWOEr8lgl7x3iVSmK5gBk9HYS+z8IfRAtvo4Ir5oNiz7bE1GBxEF30h5rdfnphy4rN0uYqQyEa4VAPCU+q5PdktLSystLQ3+Zv369Zs3b17uSS+z64SHhy94ptuDniTDkxVUF47oy7tK96U0KdSsVCIkp83c0TXAMUm5tSXqSCKKVOdnxWWeLc0p8eRpEwQeZ1tduZXisvLV3+mxbxKNPqmmvL2oSJKvk/Fc5qa6bqGIRkZmAqyKZTosNXXXJXpW4Ok1VVUPC5bvJI5MUMdRb1dlzfUCjdjn7GiqswpT4+j8gNncrUhlE/hCAVFvm9EkUohk6uAnq6zl0Ym1BXvP5pw/kldWoE+RMGP29poqByXl563p7GwBq08Vdp2vyisig0ZMw91NZ21CPnlXs3SpYkiPq6lqaifhXl0Sb7k9piuYA10DjCJPuShXeBJlEnO+62xlo0Qv47lsbXVNLrWK39Tl6DDbxEoZQ0TEMF1FRwSGdKWYc7ZVVw2QKN2QhAY5APxQW+SbN2+ur68PjtCBl4vfuHEjeCr7LJVKVV9fH2ijv/jii7PfZ2VlPfj9pzyJrrqtoThdJfZY25vO1tSc7egldm9h/SWjfqaflZeQZ6wvTBVYao7k5OQcqbQyqYX1xryE73ghFusqzmQpGEvNOwdyiozOpMJKg5SZ7VKPTCkuS2ep/Z3MXdt3HTC6UsuKVML5zbx58Si9slgjHW56Jyc7u8g4zBaeKTQUpIqot+ZIafsIRarz0qXMQHv5O+WmBU8kW8ujE7BFDWdyFVxX5ZGcnAPv1NnFe4tbajMka1vBeLKC+uN7k7zmqneOHCltGmHLqvUSmrnLWXnpEsWg0ScR0cLfhi84rgw1nxhF+lJNdoG6sCKLZSxVB7Kz88o7mPTqitw8A8t3tb+TVz3dOyHSlRVIHcainJwj5R0cm15RW5CAOA4AT62Q4Me5LLBx40aDwbCarbS2tp4+fTo8PPz06dPB700Jns0ecOPGjdmW9/j4eElJSeCprqt8i/nTw2POST5i19ReL2NxkX98xtr020s9uS0mveT72Pxwo25XFZfb0vb9bB4A4HuwNi9NSUtLe6gXmAYEAv+zkU/DbWXlHZReNv30FPLYOuxEYkUcovjjvHuy1dX0ElucijALALC2gXw5L7744h//+Mfgb5Z4iPozQSDmHJb2IzlcbpZGwhsxGys7vHyNQR2JKvQ4+MZsVqvDfLbyvCsu64wGuQ4A8JgC+aFDh7Kzs2c/ZmVlPex7Tp+aQM4W1lcIyqvbqt5pJyJ+nCL9eGGuGk/tfExNcUvlgdJeEialV1TkYcAaACDI2oyRAwAAwBPxE2QBAAAAAjkAAAAgkAMAAAACOQAAAAI5AAAAIJADAAAAAjkAAAAgkAMAAPygPODJbm63G3kEAADwrAbyiIgI5BEAAMBTC13rAAAACOQAAACAQA4AAAAI5AAAAAjkAAAAgEAOAAAACOQAAACAQA4AAIBADgAAAAjkAAAAgEAOAACAQA4AAAAI5AAAAIBADgAAAAjkAAAACOQAAACAQA4AAAAI5AAAAIBADgAAgEAOAAAAP7JAPtaWIZfndfuengzwdefJ5frrYyunWfkwaR5u1MmVRdbHeZCTX29f17zFOEk0adzSvC7tz5Nrv4+/39KbQjb3Ob+/orA35qXI5XJ1gdX3DJ1CTqNWnlJme0CSx8xlGUq5XJ7ROPyU1vM1ygp1ie1xlp7PWqCU60zfIVM9tmq9Wi6XayvtvlVcuHy2ErVca/xup4HPVqKW64zOp6D6PpaKAd+357+HUL291BH8DSNiNfr8Al2C4GnMAJ6soL7WJ4pcfo1IRXFtLU/KIyIaNjdaJTqthLf4amDq8Kh0ysgnfTzrtn+iMq8LX/fsVUVf79k6C6WeuVbIRvKeoXSLNBW1rEC6cpKHu+rOOyT5LbU6yWM8DXzONpOdzUgRr6aeP33Guk1dAo1OJljhuL4zj7XmbK8gq77NIBU8tmrHkxqqaz0i0RM7157tigGPqUUuzW+4dO3atWvXLl1qqS9W+zrKs4+0PaX3fAKJjE1YsRpHJrCywOXXaaqsMdm5pa4GdZV1ZtfT0JB8YXPUlkTmWayLPo+XhKw0ksd7ppLNEyewMvED0sx5PMSXykSCx3lsPoexsqZjxLfKev7UxXFLTWWjzfOA4/rutc5DJGGlgsda7XhiGZvwxO5Xn/GKAY8rkDNCsTgyMjIyUiyWyFIKKgqknLXJsjCS++xtZTlapVwul8vVGQVG68w567GbivQpgQVKbU6leabjbNhcOfMH8pSMgtmz3DdsrszTqQNb0uVVmxfvqjJFrg7u7h5r08vl+rax4J6lse7qma3I1bq86u6x6T4GuTKv+761SL3v7AjX+07ygl64YVNG8hEL5zqfuVWZYw4kiaExc2VOSiCl+srusdmWe+PMoSlT9CUmu2ep/Bu/7dBvubQupDkkpPmFzTdPXAv0lE/+bktz+OvO3x36faKkdV1I8wubb/3O+ff5fzrXtT55+/9+IeTa6da+17dceiG8OWTdpe0n7o7PrGY+cXPzC80hIc0h4ZfVh5x9S/bFj989kXY5PKQ5ZF3rlrf+Z/A6y6SQiCauHTNvDm8OCWleJ/n9odb7k0REf+8z3lJLTCEhzSEhJon6lrFvQbKHGzO2HrAQOUq3T3etBxWpUqsvaQvkuM9WliLXGdvKMpSLxzvGruvl6oK2thK9Vq2Uy5W6kutO5/USvTZFKZerdSWz/YdjVmNBxvS2UzKKZuqR06iTa8vaqnPUM1Vi2SoaZK5r3dedp5Tr28zGPF2KWimXK7UFJruPfNYi9b6aEfK2Z2+VZzQ6iTy2uQqu1hVMVzQaa9PL1QVtjXkpcrnO6JxOz/XGoowUtVIuV+sru4ftpqIM7cwnzwrni8eck5zd7uW6crbKMxqH5/Wg+pxBh6XNqbw+HMjcpdO/VIPu+uzfK1P0JW3OoLU4Z3tJIHOV2rzq2RxbOs999kqtPKVsdi+e63q5PMfs8dmrtdtLHdxA1a755+3C4wqERZ+jsShQWZS6uTSv5rKg3V7qILIc2CrXltl9yxbNcvcaSxzUWJterpwdHXIadfKgI3AatfKUSvv9ua71QKW9fr0yJ5Dp6oyStuGZ9F8v0adMp6Sxu02/9BDfMqXp6c6Ry/WmtsocbYpaKVem6EuuD/tWrhhLn3QrVYylr5nw2B1cXm1trf+h3buUzrJZ1+4v+i790r3p/+V+Men3++/dyFexe49fu3Pf75+892V9loJNb/ja7/dP9hSrWFXupb77k/7Je1+e2cuyWZe+9vv99y5lsYqshp57k/7J+3duHN/Lqop7Jv3++18Wa1hN4aW++36//35fS66KTa3om5yfrjtnUllV4Zcz337dks4qcm/c909+kcuyWdfu+f33v8hXsHvPfHlv0u+///WXZ7IUitwb9wNpVuR+Men3379hWHRsc1vXHJ/e59cNe1lWkZrf0HNvcvJ+X0uuYjqh/q9bshSKrDNffD3p909+feP4XlaRe+3ewo2N/I8U3rm4rDt/+sbv/8Z74+hVHl0t/5Pf7/ddUJ0jXntW01++8fv934wdjTvH2z3k9vv93wyl8M79sv4bv/+b+l+e4+0e+cbv/+YPX8bRuWjVHy1uv9/vH2m6waP28j/5/f6//aG8ndbfOGX55hu/3/2nO1lx56KzRtwL0+G7+loLRf/Xpj/9ze/3/an+v8bROXrxT3dWSuHf/nC0ndbf+M+Wb7755hvLf+5cTxcP/uFv/jt/fJFadte73d/4vxlxN2VdpIQ//Gnh7ia/yJ2uJX7/ZE9FKqvIqu+55/f779+5lK9iVflf3Pf7J/uOa1hWk3X8xp179xcWxP1rWSzL7q344p7f77//RbGKZVV7jwc+fXlcM1MKd+rTWXZvxWwppLIKw6V7MwWn2lt4qe/e/fuTK1TR+WVfn8pqjvdM+v2TX+YrWFaT29I36ff7J+80pLNsVuCA7tSnzuzef++SQcFqiq/dmfT7J+99eSadZffW35lJv2JvfkPP1/fvT86kJ6u+577f7793LVfBspqsM4FPN/IVbOqZOyudL/57LemsIj9Q5+fquf/+F4UqVpXfEjhfehoMigenf1FtZ7PqAydiX4NhJiX+O/WpLKtIzW/puXd/8l5fS66KVeR/cX+FPJ/sqwg6c6azwHDjvt/vn+wpVLF7F+f3guMKpDmr4sad+5P3v/6iInUmzau6LMy7JK1QNHNrTfYUq9jU+jvLH9TXLXtnD+nepXSFJlU1s+N7LemsqrhncrKnWBVc6Gxq4bWvJ2crfu50nu1l2b0VX96bnLzfd6lwr4qdPergSr9saX6Ry7KsyjBbmlkzB7NMxVj2pFu+Yix3zYTH7fuf7OZxXq+qcZA0lZ3XfTPWVdfFqQoKUiQCIl4km16QKnQ0dTiJeLLCtmttFdoEAY94kaxOF0cO84gv0D1JAoEwkkc8gURdZPrSXCLjkcdqbHcl5edrEwREJEjQFejjRtqaHPNvXSU6XZzX3DjdQBg2NzoYRTo7b/TN4+KIJxQKeEQCMZtn7O6uVj/ygKbEUJghi+TxBAkanYy8DqeHyGky9gpSCw1KMY+IJ1bnFajIsqinwtn636/Tvzt9WpK4jmhdmLpkc9p6zyfGmbZ04r8vef3n64hoXXiaOtTX5/rzij0u6pLELeFERC+oxZvpr7f+zNGk6/Tpv75Y8tKhLevWEYUnSk6cWD/6O8etBY3yyf/1Seu3CYdkryc+R8Qk6jcfe/FBKZx0nf7krwnHXnpry7p169ZteWtLa9Om7eE0OT41Ts+Fv7AufB2teyH8deMuf9/mxBWHy5tMI0JdYboskogEEm2BIc7bddbqISIeEUn0eWpJpGDJwonLSFdGEpFAppYQCbUZgU9StSRQCj67qcnB1xTlzpZCLstZm7pmen3EGbnahEiBgLdCFV2JUJWbmsAjIp5EqRDRiG1hF/Bwh9HKsYUFKRIeES+SNRRomAFT28xmhUpDhkwsmO2DT9AHBokjZQoRkUiXHviUpJbQiGPYt8L5stwJ2X22wxuXNz1pRSDT5euEro7Z8+WB6SeSGBqvXavVyyJ5xBMkaPdKacTqnO2rEOkLdLJIAS8yQVegE3EWk8P3oDz/rviKgly1RMATiNlUtYic1hHfKi8LD1U0C5vzyxyUmNWKXFari4g8ve3DknS9zNM9/bHDyVdqF8+niNPlpoh5RMSTamR8btjhInKa2wYYRYGBjeTxBAnawjzZI5QmXz1bmlqDghlo6x5+lJNu2YqxptdMeHTPfy9b7X0nWf5O0LWNTT9zPGPezBTfiG2YOMeBrfJ5XfI2l48k5LI2VdZ1WJ0jXmIYjuOIkRARibVFWR15pbvkNVKFQqHWaDVKiYDIZXMSjbyzPXiPRIJhjmTBJ4xYkyGtqTTZPEqlwNlhGuBrSlgB0dx5LVAX5ityqvZtrYtjlUqVJlWrfvT5eYxEPPO3DMPM9JQ5Rsh1PnPr+XkXfofLR0GjZX//860JekEimZ2utu5nWyTU2jc5ST8jIgr/WfjsuuuI6NsV0xEqCX9uNk1ENDlJNO7pG6U/Hr4ecjh4zW/7/kzbJcH96vedPnph81w6EhN/Qn0rpnB8ou8vwX8Spn49LHD3cTrn3uuvtLUmrFerX0h7/d+/rg5bt+LNn5MjCTs38CxMkDDkcLpIQUQklIqWnwQQKZzNeB4RiYQzH/gMeYiIG3G4SMiKeHNFFSekDpvLpxMSESOSCB9cRVcY3OQnzI2DC4h8C2dU+Fy9LhIq546AJ0oSUYdj2EdCIiJh0rwThS8UTq/JCHjECGeqFY9hiDjiiHi+Zc6XZbgcw8TIZo6SiCdOElGT0+kh6WrST0TkcbRXVZu6HS4vRwxxHFHS7HnEJMxtWigVEjcy7OEEy+V56prM5hDKhNOb5vFmdr7Ky8Iqi0a6xLSHZStSqkIhrOuwjWUIB9rsAkW+QmKuNk1/JFnZEvMiBUFTIBkizkPkczlcJFTPXkYEUkUcWR+2NMWzOUOMUCIgm8PlI/FDnnQkWq5irOk1E566QB6XX1+pDlyAGIEwcrkZPsK9DZeKEniLxq1yjjQJs2pb6tlIHtFwo25XzXT1YfOM3Xqn1dxtNnfUHThbyeY3nskgImJUtTcq2ZXnjohV6Unl5SabRyk2mwaE2kUnFC8ho9qsHbZ2m81dXU1HMqukWfX1S98Hf5esuWTKeMBs2+ceQ8GrLmjNaSvObZ981BQu8YdhaZ9sHy9xma993do6fCzZfmz3P91ulbzwkDdHa7ragrKfu3g/uIp+H7NKgpLykBOX7DXLnS8PlYDVZ9tw44GcGs/eisZatZhH5LmuT34n+EiYh87z7y1XV3FZWOP6xGOIeBIty+R1OMbE5l4eq5eIBWphZYdjTGLu5WT5snnNh5Vwj57mJRPtW/ujX+aa+WxNV/0h+H661gVCiUQcsEwU54lYMbkcjrnJQ76x4TEfEXkc1hFi9frp3yB5HJaRuZtGj48EElabUVBpvFS/V2A9a3L6hDIJcQ7bSNC9ZWBLi9pqinSWLCarrc00IkrVLb48ezweEojZlIxpTbdVAAAftUlEQVSCstq2S/lxjiZj7xpOROeJpSIasQQf8/DwotlTz72wZR39edw5Gw4n/3rLSZItP1uzX5SFCxKjqe/a/bmAOz6xxA/Pw8MkPPrz7blZbLf7vn1ACsMFievJeeuvM0smrn3S88mtSaK/j4//fd0Lwu36TZ+0bu+7Gj15se93K3RRCyQSPjmtw7OZ77I7OUYsFa7FxV0kFZHLOtdh7HE6XCSUiXirrqLfrRYIWTG5HE5ubv/WERKy4ke8+K10vizTfBUTZ3e65iqhdYT4cz1ID9yhs8tBUr1BHUixz2mZV5Je51wvu8vhIr5ELFg+z3k8hsjHzWaGa8S1RrV81ZeFRy2aFSoST5LKUm+HpcPqk2okPBKxMl5vh6XD6pGksoLV1hORkFzO2V/CLFOwDyjNYdvsBriRAVdQ38UanXTf8zUTnmggX4VIhUHF9FaWBuZte+ymon27smvsPuIJRQw5zbYxIt+Y1Vhi9DDEuYY95DEXpCRnV3YPe4jIN+awOTwkkgp5AlafKhypKzFax4jI47xekrFrX2n3EvOLI5XpLFnqKttHpOm6hb2PPlvJvuSMkuuBy5DHbrW6SCiZV+0ZhiFy9To9nkUbFxB5Bhwuj2elSizR6ZM4S3n5dacvcHAH9u3KWfSAEElaYsq6/3Xo2P/nnCSanLh2zPr55PpDr/98zbJ+nfDYoZ+N1n517NrEJNGk8+tj6iuSNOfCsfZwoX77T+ynbxv7OJqcvPXJ7dN9D0rhOuEhPW/gtPW0eWJ8fOLWJ//t9X9x9q0L/bPx9y9IzKfNE5NENDlx2/zXv6z/WWL4ChexpCytyGWqMtnGfEQeu6m8bkCo0cvWoteOl5CeLvV2VNZ0D/sCMziqehmVQRG5+ir63YhVWQrGWlNpdnqIfMPddZVdXJJeI3nkG4NlzpfpXtoR+8j8WilgszT8gerKNruHiMasTeXtrjhdunS1NxKMME5ITrNl2Ec0ZjOVVjoF8wKws64mUMGdbdWmEb5SJ+WtkOdCmZi8VrPTR0S+4et1ppF5rUFXr3Ns8Um15HEtPCNXfVl4xKJZqSIJZJoEj9nYNiLRSAVEPIlG6jMbTQOiBTOFViLSqIVcV3WTzUPkcbaVV9u4JQ9zxdL0mmuabGNENGatq7aSVKcQL5eBj3DSLX/N9NkbS0owhf1HEMgpUl3WWKzxGLOT5XJ5co6R01bU5ibwSKAsKE4Vmg9sl8uTs+tc2rKyApWwt3SXvkNaUp0rshbtSpbL5Vu355kE6WcqtJFEArawvkInMBVsl8vlyRk1TrbYWKwULH1yqxlHryspXbOod5snKzxTKHNWZSTL5XJ5ck6dV3O82iCZv0r63riRpuxkbcmCZ49J1OksYy3dlZxjcq50odBV1+ezzqp9W+XyrdsL2viGM2cW97O/IPmd+UX17a8Sf9oc8tMr+lvhp8zqtyRrmPXPJR775xvlPzPrr/w0pPmnif/NvFlm/t3iju51aZ9sPbp5/K3/eDHkp9cO3f6H03oeTXIrpvC5zaf/+cJbzxnTrkREXFGf+Lu+SX1i83Mv6Le2vvWcMe3KT0OaQ356TW8WnGr9T9vDV4y2BbUVOqYpb/tWuTw528hpj9cXsms0+ibOOFObK+ou2rVVLk/OqBpWFNeXqSMfoop+15qfUlZfKHOU70uWy7fuKrUm5NdX6x752SbLni+m4UhFlkroqNqXnDHv9kOgLDYWa1x12clyuXx7QZsw/Uxt3uoPi5dgKE6XOkp3bZXLMyttipKKwlTRSM0+XbWd8xAJU3OlXUUpcvnWfeUOWW51oNiWzXOBorBYw5gyt6pTtBmlvSqDipnuAuZJdTop13Fge8qRBb8bW+a4Fp3sq70sPGrRrFCRBGyqxDvgFWkCgVsg1Ui8A16RVrn6cuYl5J7JV3nqspPlcm2Rhc3Txy1d/iuVplSf6qrJVsrl23PaBKnHKwJXm6Uz8OFPuuWvmdxIR3u72eFFhH1MQg4ePLjcso0bNxoMBuQRAMCT4PPR9INqfPbKfZkd6oZLBau85/J152094Cq+1qjF015++J5HFjxV/u3fXFu2/F8/hiNNT49tbNyCEgdY2rApY1e5L/1Mda5S6LG317SNCDUaCeaRAQL5U++XvxT6/fuRDwA/dmJdRYWztPLIriaOiBEmaYprCzAfHJaErnUAAIBnGN5HDgAAgEAOAAAACOQAAACAQA4AAIBADgAAAAjkAAAAgEAOAAAACOQAAAAI5AAAAIBADgAAAAjkAAAACOQAAACAQA4AAAAI5AAAAIBADgAAgEAOAAAACOQAAACAQA4AAAAI5AAAAAjkAAAAgEAOAAAACOQAAAAI5E8Fj1kvl8vlusbhldbyWYuUcrk8pdLuW7zMXpYil8vVRTbfU5JaAACA78fzT2SvPltJSna7d9H3jKr2RmWSRJeVLiOJTPCU5JHPXrkrs0ly5katUjB9D5GS062uv14i4xHztKUWAAAQyB8bRqpghUGfhUohEU+izSt4irLI52zvcBFJZj/3mrrn7kGettQCAAAC+eMjM5RVqxc2ZT1mffKRXorLv2TKEBPRcHd1ZU271eHyEiNidQXFuWoxb3Gr2VRaWt3h8BJfqjGkM8vu0mM3VZYbO3pHOCLixym0eYUz21tqRyPV2n1nR4iIrAeS5cJXS/7TlZKrXiKi9uyt7XH5l4ziornU+mxlu7LPu0TptYWMsbzJMsKRkM0qq8hjBUTkG75eXlTV3usiJk5lyFOaj5T3UtLxG8YUAdGwubq82mQZ8BIRI0zSGAoKdGjlAwDAgzztk9081pLsA2e7nBJt8fHiXAVZm45kVy4a+vZYy3PKOxxePpueb1CQqbzdtczmukuyy9t7SZ1bWFycn57gsjQdyamx+5bdkVCTm6vgExGJUvML83fLXi1IT2KIiKTp+cV5SuGCLgYeEdFIW1GlQ6Qz7GX55LKeLSi3+oh89pqcd9p7XRSnyTKoeR0llb1ERDweEZHTmHfkrGUkIT2/uLgwV83vbS/PKbo+hvoJAABPdYvcVleUZwoKg5L0kgJl8Apj5up2F1FcbqFBI2KIFdgsR7ra66x51Wxwc9zW2OElYlRlFQVKAZFa7NxV7lgykDudHBEjYRUabYKANOpUh4cnkvBorGO5HaVoFHU1Fi+JNVqdUkAkSZXWNPW6+FKNTivjkce5xG54mrKKggQepQod20t7vbbuEUrymTpGiEhaWF2mExOlSnK2l1pnDsBlGyEioVSh0SgjeVqNOn2YhOJI1E8AAHgSgbyrq2vlFbb8u8C/nMNiCf5+WO0poKD+5OkARwNV+5Kr5r52Wl0UHMhdTidHRCJWEvhbYVKSkBxLNcrF6gy2ptxqKc9MLmeEUpZVaNL1Mh75nMvuSMk89PEzUoWER0QkEIv51OvlPD4fN+JwzSSNiCiSVcWRdWA68EszNKKu9pGmA9ubiB+XxLIabYYuYRU5CQAACOTfC5VKtcJSn+0GERGxFTdqF4+RL14/LvdMkWx2XJzhi0RErhW2zy27RKyrvZ5kbmvv6LLabA5Lh8PS0W4901IofLQdLRfJZzaxwk0AF5xIAVvScknbYWozW23W3t6ugd6u8x35l4wZK2YjAADA0z1GzhOyIiIir0uYxLIsy8YxPh8xAsH8yW5CiYQhohGLI3AT4LJZl4m+vjGnzeGV6ArKahvbur9oyBIRucwdTlrFjrjV3iwsHduFUiERuXp7A2kcs1sGgm5ehu29I4wir6TSaDJ/ee24giHqbbdikBwAAJ5Qi3yNRCrzUoU57a6mI0WMXklW49mOEUoqvGTUBc8y48l0an5Xh9dSklemV/NsJtPI0sHW56jLyT7v4rN7DakyAeeymkeIKIEV8SIly+1IwASiubWu0ujSaHRKnoAhIq+5pqYxVa1Rr/aeRKrTCM83uRzlOUVOrXC4rc02t3DMXJpZaqU4TW6GQshwjg4bRyRMkmLWOgAAPNMtciIBW1hfka6I83SdLS8/a+aSUgsbqnXihWspC6vzVSLG23u+pskqMJSli4iIW/RcN56soP54ukJoP19VWlpaXmPmklIL6yu0kSvtKFKRu1fKEDna6xotHh9JdLkaERFnbaoz2b2r711IyK0t1kj5NNDRZOwmXWF6XKCpTkSR2or6fE2S11xTXlpaWm5yiBXpFfUFCTxUUAAAWFnIwYMHl1u2ceNGg8HwCBvt6upSYXB3Ec/YsMvl4UsSInlEPlvJrux2Fz818IA4AACAR/I8suBxcRqz950dIT6bbkiVcGZju4tIpE2XIooDAAAC+TNAkldbQeXVJktTlZWIEUpVubmFenSfAwAAAvkzQqzOq1bnIR8AAGDt4H3kAAAACOQAAACAQA4AAAAI5AAAAAjkAAAAgEAOAAAACOQAAACAQA4AAIBADgAAAAjkAAAAgEAOAACAQA4AAAAI5AAAAIBADgAAAKvzZF5jOjo6iqwHAABAixwAAACBHAAAAJ5NzyMLfrS6urqQCQDww6ZSqRDI4Yfs1VdfRSYAwA/VuXPnfgyHia51AAAABHIAAABAIAcAAIAfVyD3Wo7t3Jlv8T7En3B9Va/uzGkeXGrJyVd35rQu/pE719/6XubOnTtf/bBntDN3Z9p7Vm6lPbg7c3fuXHId95XcnWkf9nCoeQAAz6LR1pydr55c+Sq+7DqBiNXlftidcv01mTuz6/oX7ehKzs5XTz6hyW5e67HX3reFyg7Xn9gWMfdtV/5rpyLKz723ifk+d87EZ35QPhEd/TChv7nxK/rnDz7LlUUwE/nlJ0LjGVRnAIAfpsH67Lda7i76OuZXn9amhbGHyzdFJ64UA7xD1lGK2h+7aB3urm2QwlWxYQ8dtqJ2Hy3fERsfuEvIPdafW5ufyJB3yDJKUfuf6Kz1KVvNyU42OJQ/Hkx04qaHTKl3giI2xUcwDBETvyniB1RhfbaSlGybvsWklyxaUpSSbTdcMmWIcV4DwI+Hu992l2L0le++HDEvFjMR0UQU+6AAwt21Dk2FK+IXh+uJwb7x0Hg26uFbgvzYTdN77b948U5YZjRDROTuGZoKZ2OeYCAPfent3e6Plw/l7p7mmrrmW3cmiELDNyj2576dlsgnInJb6k7WXLSNU2i4bEf2y0GdF96+1o/rmi328SkKDU94OTPXsCOev0T7uuqNAvv+T2r3xxJ5e5pPnmr46u4UhW/458w0bqk+ktw3f3uHiE69sbNuS3m1ou7NmogPzn3IMkRcf2ddXUOn7e4UUdiGLfsNh/dvWrBDbrSr5sOPf39ngkKjXtqduWlqrosl/7WPJvSBZDw5PKmhutYjEuHcBQAIXLWtQxS2RRYfG70o4nq78l/7DfPu5ycUfCJ3T3NdXevNO+NEYVGybfrDelU0QzQx2HeXYmVRDBE32Fl3qr7TPj5F4Qm7Dfu9QxSdEcNftMWwDy58yDJENNqa8+ZvR7fM9EyPtua82SyrPhlzMqcxvvIzQ/+xNz62E9GpN9I6f13/LtnuUnTM0BMdI4/ef1QfY6s52bnEeMFg83uFxqFNRz+9cPnyhdrcxL7fHvuo001E7s4PP7o4qnj30wuXW2v1UV0N9tmIe+X9Y8ZRWX5t4E/i7R/nn3zAUITXeup9oz0+95MLly/XHt1ka7g1sTiVaTUXPniJaMPhzy7P7/V3W04eO2WL0Vd/fvnyhc/eVbkbCo8tHGAfvPj+b35Pr5R/dvnyuao0utI8NHtvF7Nj377dsifeuueJZWxCJA8nLwAAEZG7zz5BMWzMEu1mbsg6RDFsDJ/IbTmZ+35n6P4PP798+fLnJ/aHXvnN+w2DM/cBMWwMn7zWUwWnboZlnvjswuXPT+xwG0/+fiIsPn7+VZ+JiAilCS9HRMT1NDR7Y8JoYmL242hCdmbUqHWUYthoJmLHB7+WEcne/fxy6wlV2JB1iGjoqvXJTnZjYncvHcq5/qutd8JeflvPRjNETLRCr5dN2Voto+S2XrHThsxMRTRDxE9My1ZFzYTMK832sG25mbN/YthCX120rhTJOfsV61TUfv22WIaIH7tNv3/DwxS2peEWt8VgUMXyiZiITbsN28LvXLw5bxLd4K3OodCXsvdviiBiIthMPRs2d/DbsrN3JPKfcJX12UrUcp3RSUREHqsxT6uUy+XylIySdqcPZzQA/Nh4h6xDFCWLX+ri7O7vnwiNSYgmrq+h5maE4YN8VTyfiPjx29JkNGS1u4nc/fbAOqOddTc52dv5OxIjGOLHvrxfEUYUxS4cOudHhxE3MUVE7pvGW7H7d8eQd/pj403aZng54q51aCo8MT6MiBuy9lMUG2jTu/v7JyjqlXcPP+knuzGxu4/qu94KdLCHBvVs9I9ThGyuW4OJjQmnm31uLrHfTWGJUbPhMEoWQReJiLi7/Xdp/GrenqvB2w/vd3ODnTlvGQPTFkK3lJ97L3GuTEZHpyg6Zvb2KCImOpSGVt370neXpu68v2dn8LehfW6OZsufc/e7KYKdHWZhohMiyPK0Vl9Pd0lejU1R3NKilXDOtvK8Ui/F4awGgB8T7q61n2i85a2dLcFfh20p/+y9xFHrEMWkxTJc/5Wb4zTx8Zs7Pw5eSRYWSly/dZRi9scyo5bOIUrMYOca4BxR+KaFQ+dMWBSfJia8xLmbG0bZw6ro5sYpN0dcf2tDX3zm4UTG3dV3l+JlUQzRaH//RGh8QjTNtvz1O2KZJ/+I1rlQLjv6gJl8oQwtHsOe903Mrz6tTVs0HT3qxCdbuJlbn7Wdbh7+SnV97qIp7O5nsvr6bCYLJzLkaSU8Ip5Em6tv6ihHoxwAflQm+nvGKWZf+dFtEaHBoSoilqFBa/9UOBsfRtzo0AS9NDOwPc9gT2AdbtR2l6I2zbW/J/r7xqeHzucJiw4jzj3lttZ3MmmVm8ImroZy7gm3reEq9/K726KJ67MOUcz+eP5Mz35aYJuj1v6pMFlixNPxO3ImdvdRfbSt5tTcgDYTHR9FbtvobJSeGOwfp4jEaH5EfBhNDN6dmL13sk0PSjNR8VE0au33BjWZR73T0Tt2xvwpiGHREUSjQ+65XpOhqdUnO3pTFI3398+NqnPuUff8Ow0mIj6M3IOz33qHbE/vm9hdIyMciSXCmc9CiQg/sgOAH1mDfNAyROEyVWJ87DzRfCLvkP0uxc5OOp8e2A5c3AcH3dNX+Zl1prwTRBGhM5fR0a7WO9PD6wub5BFhU+7+1gZ7Qsa2WCImguHc/Z311qj9mZuYQFd9WHxCBBGN9vRP97FP7yiejWGelgfCMLG739VH235bNzNxjYnfvXvDxM06o3WUI/IOdtXV2UO3ZLIRFCHbsYHuNNRbRjni3D0X6yzj038Tu2N/wtRXNR93DXJEnLun+f2cN4+1rhg3+Qk7Xgq922zsHPQS5+67Utf8MGE2gs3cEmqvq7rS7yUib/+Vkzlv5hv754XyWPblqKmv6pt73Bx5Ry2N9bapuerSWV9/pc+LEwcA4Gkxau+foqV/IcYNWQenB6j5iTsSyN7YaHUHQlRVwVsFdVZv8DpM1KYoutvZ2ePmvO6+zqoPG+9QaEzCEk8w4UeHcT3NVydezlREEDGhEcxET0OzW5G9LTqw19HpkXXOPeQmhuE4jpveUUI8n56eJ7sxsbvf1ccENYej0z4s10dbT765Z+fO1/LqRtnDVUcVEUQUveO9X78SYf3ozT079+Q2ul/J3hJKxE0RUfSODyp/tWmw7q09O3fueeOjzrDMDz5MW/mxL3xF/nv74vtr3npt556cmj6FYVs40dRqn7sWoThaffjlieb813bu3PnasWZu27sn9Av62eMzP3j7Zbpa+MaenW8cuxKRqU+YTi1xQ1daWi7anp5ueIFISDTsdM220O1OPIEOAH5UvP3WuxTDLjnTbaK/b3xmgDp623vl+ijryTf27Nz5WkGjm/115WGWP2+d2N3v/eol7mLhG3tey63r25QmC6MYdonRXSYshpkaH4ravz/wlBl+WOjU+N2ItAyWT/Nb4Uzsy2z43YsFb7x/0x3YERtNRBRy8ODB5Q5o48aNBoPhEXKiq6tr5VfAjo6Oor48cV1dXa+++mrQA2E85ryUIzZFsbFEK/LZ2suPVHa5RPl4IAwAPKPOnTv3Y3gfOV6aAnNNcnVxRVaCo3xfsnzrvnKbOj9VSMShVQ4A8DR7HlnwI8eTlZi/nPkQqcyrbcubW6hNQQYBAKBFDgAAAAjkAAAAgEAOAACAQA4AAABPg+f/y3/pDov+Dxv/8X9b9xMi+vab0f7/PnD3L76/E9HGjRuRQQAAAE91IN8Y87O+ob6+9es3RzPfevt7HCPPiRI3/4MglKaQOz94586dQyYAADzbgVwYtyFiuGfc7fs2mvnJz/73F+UxP/npOoaIaB1y54ftx/CcBACAH34gJ3qOeZ78335LRPST5/33nf/jT2OeySnu79+iax0AAOApN2+yGzf6/37l+Hry53GJm176p3/6JXIHAADgEQzWZ+/MrOl/LI/GDA7knPtr97e8mP/4j9Hr+T9dtw6vsAQAAHgEC954OsvddSzzPcsav/UyOJB/+7dviZ7/2XMzH1EUAAAAD427O/vG03lGLc19THwMf233FvysdebnP3+ORr/+2v3zfwgjz+j/pI1JKA4AAPiRheFRi7HG2PnV0AQRhSe8YjhqUEUzRO6u/DdORRzOje5s7uofGp8If0n/3tH9iXwiIm9P86mPm28NTVBo1BZ9rmzujaezjXTLe2989NUU0Z23dlp/9WlVbN2r77v1b8dcrfs9t6O61hDP9bV+XNdssY9PEYXFbNl/+PD0trnRLuMpY6ft7sS85JC370pdXcNNe3CL/CeC+P8jZv3UUO+X//ZvfxiYEKI0AQDgxxbGBxuOfXRlYtu7n164fOGzym3c1d+cvOkmIm7UNkpTtiv9ssPVDecufKLnf2Wss7qJiAabjxUah9jDn164fKH+cEznSeOdRS8f5yve+2BLKG14+9PLl2vSokf7h6Zo9OaQ4oNzl+sN8YzXcvLYb3tiDNWfX7j8+Sdvx9uMHxr7OCJyd53M+40lIvPEZ59//mn5tomrv/mwc5TI21dXcKxhYtt79Reep5/w//GX/+c/TrfP12/Y9MsNKEcAAPiRYmKzaz/fT3w+Q0RMvCI+rMXm9hJFTPT3jdOGXx01KKKJiCLiI4i8U0TktRob7kTtrtYrohkiZtP+/TEtvxmKj49YsOVRe/9UmCzwtXfIOkThrxgCf0NEfMWH5z7nGD5DRBS7iY2im6MTRFxffd2t0N3Vh7fFM0S0af/Rd2NHo8No8Oqpi9zuT47uiGXwGlMAAIA5bmtrffNVa9/o+NTMc9Feio8g4gatQxQzHcWJyN0zSmGJMWHE9XXapsK3bYuZ1wCPYWMWzHTzDlnvUnzga+6udZDCVTviZ9bx9nc2Nlyx2PrvTszsNUoVxXD9V26NB2+bH6/YFk802HxliO62vLWnhfA+cgAAgBlcX1Xu+7+P2P3uiXcVsXwir/XDN94fYmP4RINB7Wmanpceo49myD00OEGxstkZ6tyQdYiiXolfMKUtMAFuW+Drif6+8dD42Vnto1fez/t4dMvb79VuS4xgiAabc95qiEmIpomb/RMULVs4+5272+emDYc/q9kWQXhpCgAAwEyA7O+0joe9bNArYgNT2Oydtqmw+MSI6fb0XDM7EJYTY8OIuIkJCg1lZtvWtou3JkJjNi3sWA/E7k3RRETcoPUuRc/Oanf3ddppQ6ZhR2IEQ0Q0aO0cohg2liGieSHc29Naf6XHSxRKRFPe6V+pI5ADAAAQERETEcOnicH+UY6I3D2tHzf0TFCELIKZDtyy2Wb2RH/feGgMG8UQRcTHhE7Zr9wc9HLeQWvzyZqbE0FBevYewd3nJoahCY4jctv7JwL3B0REFMqPCKW7tiEvEXGDXXV1V0cpNDYmjChC9nIM2Zuv9rm93tGe1pMf/fbmEMMQE7+NDR1qNnYNckQcAjkAAEBA9I6jv9oyYXxrT9qr2SdvRmQczpSFDn2c/6Hlbn/feFAzmxu0DM1Eaz6bf/SVKNupt17b88ZHV2jbjhgKWzzTjYl6WREzcfP9N/IvDnr7e4aCZ7Xz2dyjr8RY339t56uZ+ca7W3Lf3hY1dfP9/Pp+LnrHB79+hVoL3njttTffv0qvfFBlSGSI+IrDJ361afDjt/bs3Lkn5ODBg8sd0MaNGw0GwyPkRFdX18ov5BgdHUV9AQAA+O7QIgcAAEAgBwAAAARyAAAAQCAHAABAIAcAAAAEcgAAAEAgBwAAAARyAAAABHIAAABAIAcAAAAEcgAAAARyAAAAeGSjrbnZVX0cAjkAAMAzqP/ixTthm6KZJ7Hv55H9AAAAc7hRi7HG2PnV0AQRhSe8YjhqUEUzRKNXct+siy4/994mhoiI6/nw1cLR3M9qWEv+Gx/biejUG2mdv64/oQrta/24rtliH58iCtvwckbu22mJfCIib/+Vj6sabt4Zp9CoLfrD2+wffTRo+KxmWwRxg511Hzd02u5OUWj4BsX+mT/hrB+++r7b8GuZpbHTPjo+wSTsPvqBgQ1sre9KXV3DTTta5AAAAHNhfLDh2EdXJra9++mFyxc+q9zGXf3NyZtuIvIOWYcoho2daXWP2vunwhPjwyhixwe/lhHJ3v38cusJVVhfXV6BcVCWX3vh8uXPP3k7vue3x05ZvETk7jyZ/3FPrOGTC5cv1x+V3Tp58uZE+Kb4MOIGm4/l1Y2yh2svXL58oTY/sW/mT2i0f2iK+i9a4w3VDedaPz0cY79Y1zlKRN6+uoJjDRPb3qu/8P8DDsKL7Hv/VD8AAAAASUVORK5CYII=
iVBORw0KGgoAAAANSUhEUgAAAnYAAAFxCAIAAABx23KLAAAAA3NCSVQICAjb4U/gAAAAEHRFWHRTb2Z0d2FyZQBTaHV0dGVyY4LQCQAAIABJREFUeNrsnXd8FMX7x5/d63e55NIb6b0TAknoAoKCdBEUBFRARBDpvUsNgnQpUqVILwkQagikF9J775fLJZfrdXd/fyT0Iih+9afzfvFH2NspO7PzfOaZnYKJxWJAIBAIBALxrsFRESAQCAQCgSQWgUAgEAgksQgEAoFAIIlFIBAIBALxzqG/eMnc3ByVCwLxP6a5uRkVAgKBvFgEAoFAIBBIYhEIBAKBQBKLQCAQCASSWAQCgUAgEEhiEQgEAoFAEotAIBAIBJJYBAKBQCAQSGIRCAQCgUASi0AgEAgEklgEAoFAIBBIYhEIBAKBQBKLQCAQCASSWAQCgUAgEEhiEQgEAoFAEotAIBAIBJJYBAKBQCAQ/xuJpZQhnUa/f7Tyj4WuLc6PTiqn3lFeKgtyo5Mr22I79v18204bDBSqdMS/kPsbFvj3nDZs7oUX2qP+oyHf+fecdqGJeKtmfP2n5X2+PQAAzQ/v+vecNnLVjefazpXvZ3T7bPPvRUPGxqRn1mpQBSGQxP4jeHD17HdbbxDvKLY7F0/P3HGXBAAAGw+38C6OGKrz/wzFxcUU9ZIulU6nKysr0+l0Lw1FkmRlZaVUKn3xp4aGBpFIJJPJCIL4Zz5yRUGO+NmsaSoT6lsN76Aw71y+kCV++w43sXzFL/viWtHbiEAS+xdi0KqSk7MzioXEMxaPqi6vuBOXWyVSvj54dWFhSoXqd1NRievvxT7MrZS89NcBM765uG8cDXvc9vWZ6bn3kgpb1OSLNysba2PuZ5ULFc88hUaVm5WfkFku0xLo1fknQ5JkdXW1ubn5S3/FMEwulxcUFLyoshRFlZaWNjc3Y9hLOmNsNhvH8ZaWlqysrKKiojYZJknyH/LUTGOOkbzxePIzenbuUAJl78t89mlU0pak1PyiGsnzHRBS9zA9Ly2/7sWOib2VyboVh8Sa1zwsVV9V/SC5oKLpd5pqS0NDfEphpej52+TNzWnpBQWVYgINNSH+LdD/0tj1ygbHrktOHfj8++kHRCoSAGzcOl76bZETD1dXpw+asKNQpG6zeSH9Bl3ZMX73lK/Wx6sA8hx8Y07eOkEdXjfuXofVXetXnc+1+XRtzJcK74/2PEj7xZ3ZpnjN74VOG7UpYkZ/ZwBiyfSVh2OK20yoc8fQS0dmHfn6q20paoCiDr7RF2NOVkcs+T7GtCZ9MR2D2sSoYbNO1MsJAMBZnM++mbp5ajcMIH7jmlHXTJf2kq+/mElRADj+3tBPT60fDgAxJ49M+zFa2mZiGLzvIlYv+cARvUDvEIqiXipsj1UTx9+oR6hWq2UyGYfDMTU1fWmEDAbD29u7sLCwoKDAz8+PTqc/zkBxcbFCoXBzczM2Nn4xoKmpKQBYWFjY29tXVlaWlpYaGRnpdLqAgIB/QgHSuILJ/vKoK3dndRv5qEx1V3LrJ8768uSK/PYLpH73ym2/3Ctvc2ztXH12/zTNw4wBAJWxV8evuSrRUQBgYu86xv8ZoZu77PMN83fNO5pzeGrQi2Wqba6dPmtP0qPerUdg6PHtX/Doev/e3wPAg92ru930iT80k9K0Ll+wIzKjoU2oPQI6n9j5FZeGUYR+yXcbI3Pq24ILbJ327pnrb8FAjQKBvNjfdWBVMxdfOXFlf33uqbiDkyVlmSdvFQPAjNn7C2lBSfcPVWUci971afqdGycqySnbdq+d4M316ZmTeKinLQMAoClxfTo38vyWyJkur0kkeuMPR2JKTl3YWZF5PPXi8pbM5EmLr36/e8+ST9x5Af1yEg91tnqqM0G09p50jBHycUbC0fLUQ3u/DT+xfdfRxKb2XyWpp3X+uWkn67J+3TfF+15UZJEODJLyGRuudR07NS/l19LkA9OCjXfO26RA33XfHQUFBXl5ea/yCMvKyrKysl466vscGo2mqKhIKBSam5u/RpLZbLaPjw9FUbm5uY9HfYuKitr0VSAQvD4VBoPB5/MBQKFQ/KOa83sfDyzNzBU+GhhWVySWiKnhfpaP78g4+fPeOOHK7csSb2y79etcC2XphNknVCRQ6vrxa66R/gNuXdmSfG3TrO60/TeanykxK88fxgakHf8lo0n7QudI/+PS7WkKwfETG9Jvb796YGpTUeonm9IBmPGRGwQA4ZPmR++cigF1cNPOy4XUnoNrUm7+FLX/G1HJw0FzbwNAY9qZyALJ9oNrUm/vuHdqnkVr1U9nklGjQCCJfSPnpPv3S/ztjDGc5hbeq5sFNMuUAFSdQm3s4edoYcRksQN7D42/umWQDc7m8bgsGk6jC0yM6G1Z08tvnvg+xMfBXvCaLq1hXVSx+5Tl73lbs5nMDl7+v8wLVstrmG2x0RmmJkb0pzre9Ze2qpncaztH2Qg4HJ7RkElfDnPBDkbGt9tvQnN82SAzDh1nsN7/bDwYdE1aSi+XthDgF+BlZsTi8U0W71wdH7mcS0Mfdt8Zjo6OOp0uLy/vRR0tLS1tbW11dHR8jY/7WF8LCgowDPPz8/tdl5fFYvn5+VEUlZ2dTVFUfn6+Uqn08PD4XX19zuF+E+H/n+Hk5y9QCs/Et7T998LJdMq9n4Mx7dFQgH7ugQLPPqNHdLLnc1m2zu7bFg+Wl6c8rNE8PHpaoqMubhpqa8rl8Y0/njqlwwuR9/hicqANY/LkA8/1LTUNpWfyFJO/m9DRUcBiMZ28O24c7FgdfVRPgokxDwdgsLnGPBbRWnX4Tv34GRN6eFpyOWxnn6Bj3/qK0y9qAWQVlTiL3cXDksNiWHRwO3R8zZpPO6FGgUAS+ybQP+xq0f4nhrULJ2BLhvjI7h/06jp54pJf02s1rs625uyXZsbGlv9740U6YbPU8O0w58cXen61+M7+6a96tpizhRyOvRntcRmwQ7q6laXXPfouZ2vGbXd5sUdmmtPBd7Q/b+u8eX5956zef1vO4Ls62+BIYd8dPB7Px8dHr9dnZ2c/p69SqdTJyelVH1Yfo9Vq8/PzcRz39/d/PPb7u85oQEAARVEZGRlqtdrT0/Ol48MvgmGYtbV1UFAQm83mcDj/oPbMs5zY2zjmdiwAAKW7mVH+5RchdGh/Uwm9qomEDp7sxNSCtn+lSjoPqDqR/FqGFASdzVjtLzzONBrbmf1C7MxD28aCJG/RnWcc3KYaEQHc8E5Wj6+EjuhCA0Mr+YwUt1Y3yCjg0BWPUxfy7XCghAZwGjiRVEp6D5g9ZOrui/HlAitLezMuahSIfwH0vz4JjE1/iRb1mrG4bqpi96a9609G3rwUSeMYX767P8TkRVlk0X63G0DqDBQYMd5U8ZQawDDms6aWRel1jwwC7SXaibO2nz60rLJo8dI9e7ft37ttP8utV9HlGSy0rvjdweFwfH198/PzMzIygoODAaCkpEQmkzk5OVlYWPxOL0uny83NpdPp/v7+NBrtLRoAnc5kMrVaLYZhbWO/bxXWz8/vHza7GHvvw/d/Whlfpx9hVpOcKYLFgfYAokcONwkAd3fvvftsGLVOpzAYwNT66TffzI4LFc/HzrbvvCj8/JrVy1f03fP4IkEQADjrqWZOY3EAQEM+04c36AwAsH/Dnv3PxiknwMmkQ07srrQ7d5dvu7x8Ue4KDBs9d9byYZ6oUSCQF/vHoBQKlR7nfbdsXkP+mbqsI7Ya2Zzvjr9dFDpla9tXIZYVnwU3Sp5MSy5NvPLxd/t1rwgYGm6u1Vc/tY6BrCivNHWxZL1aowmDXqbQmDl7/3JyR0P+meLzk6iy++cr5OgFerew2WxfX1+SJDMzM9v01dHR8U30NScnh06nBwQEvJW+AkB+fr5Wq/X09ASAjIyMPzA9mCCIiooKrVb7DylD107+1nrh5fimyxeyaF593U2fFAiNxsYAPv1pS+6Dn9v+5cTuSrmxbXw3ezsuE+pKn5rKS9UVS18a/+iI1Xwm9B5/7vG9phYCAEV+jfrxPY0Z2QSA2bNVYWwtwACLOL79SeoxO1JubPNngValVmmILv37R1/dlftgz7zBrqe3nmjQowaBQBL7BxVW/UG/Lwf+lPK4STuwgcZo9yxf9WkLw3EwaCsfLfLLvHqnse1WzKiXs/m5mRFSHQkApE6xZsHxGqn+VdEFTp9hUCoWRdW0/dKYHXf4gXTMByGvKYuGtFivsC8Opza3JyiwZuJv4l8j/ojK+vn5kSQpk8kcHBwsLS1/51WiqLy8PAaD4e/v/4ZTjh8HLCwsbBsf5vP5QUFBAJCdnW0wvN0q0ry8vJaWltzc3LcN+Fe5sVzrT94zj46JvZNU+PmooKfHqTAGe6onM3rz/rZVZxRJnN+xN/SjNXUa6uOBHTBdYVlru6zpFc2HCl/lnTNvbftAX33318r2G0xcPToZ48cOR6kNFAAYNIrp+wqZtj2emqxAAQDH3qOPDe3Qwei22yhCv37qsrAhPwJA5KL5vT5dK9OSbRVjamwCNDoNNQbE/3/of5cZ+OYD/0WHtrhetOrmZ5kal6dlmx5cOwoA6DhdWVV+Kz47NOT5hRBcU0cBXfvNqAWbVo5Xl6T+cDTfyaS9DW89uiip/2LvjmN79PAvSMqW0gR7f5gMADScLi8vvh2fHdr5SWw43y9iiOOCBXOv7Xbz5msSc+vsQ/rNHeXzmvzah4QOcDy5/Itpe93dHbja1OwaU4fgQQ7oc9FfqLJqtfpNZh7pdDoLCwsHB4fHVwwGg16vJ0mSxWK96qNs2/ocpVLp7u7eNj5Mo9H8/f1zc3Nzc3P9/PwYjLdeMfKPmfeEvd+3+67lV8qBOb2L03M/TflpyZWx67p9OKdToKuworJeRk5ZPNORg8HAse4/Z4z6eP2xvVNMaPqf12yljF/5jdkoYNinzrG/VaqN21oAnb9m5ejPFp8JH5IR6m2ZmVliYAt+Ozq6rXEyAMoTktICOnX2c1q6cvyoOce6DIwL87cryCmVkayIo3MAYNDSaZvH7Or+4Sx/P1dFQ11Fk2bEtMlWaM0O4v8/tAULFjyvZNw/qRxE7P0su7Dugz35GM5wcrQL9XXit3+nwS3tbIKDvexMOUF9en8QZE0DQqllDBj6/r5dswMFNABwsLXMSM++G5cb+sF7bh0sfbr4+nvatn0iwhmccYO8s7JK793PqFQbHziwsKePfUCAu4URE2MKJn/1kSmo6po1AT17/vLz/M5WDABwsTV7mJFzNy63x8A+bg5WgWG+fh5WGEBQ/wGfdO3Q1NgMXLMvp3+1e8HAtlFijpm5d2ffAC+79hRpTCdn+84+TjwGa/inA9zM2QaNlmth+/nkcT+vHsVC853+uq4fnc5ms9/obSOINo3U6XQymay6urqlpYUkSYIgKisrLSwsXnRtKYoqKSl5cX0OjUYzNzdvamoSi8Xm5uZvOOZsbGxsMBgcHBz+ZMNRq9V/JnhzaX6JwWxk/04YgKm1SVZKmUlgz6kfedEAgNTcTyzt9mFPFw5GZxmN++Q9K4ZeJNH6BActXzZ5aLA1AABG//hD7/SUjH1Hrp++mmrkHbZpsk9ZK2tITx+9VJxYKO73QQ9b3pOS7PFRl9ikEht7u+HvBwGAwN553OAQTC1vVVNd+723e/1X9jw6AABGC7ZQJGcVZQs1w3r7GVnZjx8eytEpW5RkWM+wHzd83cmCBQAMI6vPh4XQSUqrNrgH+M2d/8X4Xs6oFSD+BWBi8fObov3u1E0E4p+DUqlsaGggCILJZJqampqYmDxeTtM2EelFpVSpVEVFRS4uLi/1krVabWFhoY2NjbW19f/yQZqbm1FtIhBIYhEIBJJYBALx+6AJOwgEAoFAIIlFIBAIBAJJLAKBQCAQ/3HoqAgQiP/vGOSVWp4z76UdZkqfm5WjI4HDN/P2cH7VJPiq4tIOHu6PF7JqFSIl09KMiQGQFbmZEh0Ahtu5ellztY1aro0R8yVREKqaJq2DjSmqDgQCebEIxL8HyqB+9RmrlJpl17FjR3cHs6Schlfd1MHV+elTLUhCq3+0oaiGYAd17Ngx0L+huNBAM7bkvWK9Ko1jZ2mC6gKB+EsllshIjo+Pj29UGwBAWp713M+tdRUyPToDDoF4xyKbl1korC7OLhM3VuYrCGgoK5Dq2hsaBhiO4wy2Mau1Uq9qyiiuqSsvKGvSiKoK88pq6oqzGmW6kpx8A6FOyi6TiKpTC59fZYBhGEVoCJYJbmiplemKU+NFzc1J8XEqgshNTRWJ6uIT0nV6RVmtuCIvs7hGVJmdrNSTaXGJYnFjcnopqh7Ef5Z3PVBMqk1dAzpa8DEMk9WUlAkVnVzbfzGoJGmZ+UY8YwdLsiQ7XajAQ8M65pQrOnsIUh5W2fNaKprJzuEhbBwAyMr8jBoJEdylM11Rm1rQYM2ie4YEZ6YkEjzbEH9XVG0IxHMi6BXkbUYjmjLyTN2sq0UyvY5hw3xxVJhicC2cTeqra1rZLAKAZufQwUQLDXoDAOjEZdpWSa4UAOeC7ZNjcyhSL5fLKb2CwBg4AADRyHDzNDfnOPIInZIw9bCyEqglksfOrIOdJdNIIicpM66hRiQP6uiGqgeBvNh31JfWawittrWhpEqqM3bwsOY+jp+qq24I7dbdgs8AinL07hjsadaqIfmtZZSu2dbLTqjkdg4JoLdtKEyBrVtAJ1/bVrmyQMTo2T1MrSWUNRl+Yd0DnPkVMgJVGwLxbMOjWuQ60qDV4xwm31Rdl8s0sXpqg2CKpChCr1AbO8lqs+nmdt4e7f3Upzcoo3GMnAO79OjezdTM5hn1xpnGxsYCczu2QU4AAOC4qoWkKHmrGqfRCbWUJAm16vGhG0+SNQh8Ovq4VqSnoGErBJLYd+TEEjRrc4GJlZ1c/dwxGRiGg4EkCYIwyOsbpToOhw0Abm5G1UUlHbg0ZzcnTCcprpYBAKFqqmlSsdlsDAAjDCRFEgA4na4zkITBQMPQtoUIxLOti84WaKoz8ir8At0BZxobcaytHh98izFUNelpafllom5B9kbW7qWZ6Q0K0EuFNAYTxwBwBoOGs9hsGt+Z2VyelpHr7mWP4Qz6I/llsdsnNxmxCT2JM2h4Z3/zh2mZOJ9No3PcrCEzuwjnsDAMZzFpTBYLxzCgMXEMs2ZJ0tLS+W6BqMUi/rtt813v7kRWlxbJ9Cwfb1caBuLSPAt3v7YfCK28sLjS2MjYzN6mtqSYY2GjUICvq0lcdnOPIJuG8sImJbj7eHPpGFD60oIimsBCq6I6mFLlDVJMrgoIDy4tyCM45p4udqjFIv59vKvdnVStwrIGdYCPy1+X1aL0NFNHR2FtY0BHn4KsfAtb8yapwc/TCVUiAvFXS+zbIaotwa3cLZivFM2KwkKeuWmDBAvytEK1hUASi0AgkMQiEAgksQjEfx20LhaBQCAQCCSxCAQCgUAgiUUgEAgEAkksAoFAIBAIJLEIBAKBQCCJRSAQCAQCSSwCgUAgEAgksQgEAoFAIIlFIBD/YyQSSUJCwtuGysnJuXv3rsFgeMP7sdZW41GjzC0szC0szDp04OzahWk0qPARCCSxCMS/GYqiCOJNT6NqbW29d+9eS0uLTCYDgMrKyvr6+gcPHlDU607HoZWXm7m74zU1in37pLdvq+fOZe/cKQgNNZoxg1ZQgKoAgfjrJJa69euPU778cvLUmQ8bfqdX++Xg0fvH9lZT5LhV5Ut3Vy3cVR1fbchJE2dInzRvQiI9V6F/fTw6meanwzXL9lTvjJZSAJkxopcamMq0ZomW+nlH1etjK4qsmrOjaunuqiUHGjRP2xmDft91ydN3ljwQ6SmQ14pvClvGjJm+auJXbQd61Sddy6pVvWmBqXPnnstcMXyojvyr6rjiwW+/pLU+ecBTmyZOnPhe17AJEyZOnnN03pDhfzBeQ9PMrZf2zJ8t0eonfTK6UqcfO2Jc/Zt6QSCvyY3KkrxFckTL3A2/Pm/4Kf3cjz9724wfWb+gQo0OWGuXWJIkMzMzORyOtbW1WCwuLCw0GAyvc2dJUtCjh27o0NbkZO3HHxs6dlTPnt2akoLJZKwzZygjI1SqCMRj3vWR7Prq/Rk2pw/Pwynd9GWRndaNrM5NKWxQBYb3sDHCCtIT6xS00K5hxiwaAAQHdOtiW84C4NqbrZsiIJTaBafES4cLKA7WKtYUNOjdXHlt2yWTGl1WMx5sTwcAiqSKSpUSHfh48AQsDABuX24cMtLB3QSvSWpo1BrFZcoIF1NvUzKnSsszYwfY00uEeqWMKM6ScWnc3n3NgTCUyanmao2VA8/ZBCssUeo4dBYd97JrP7Tr6wkO3gK8JasmSkgNFRgySzXGFmxvG1ovf66wTq0BaGghAr25iZmyOnOTEGPA6Jyu/l28rJsZAEDpk+9cL3Yw9vssOC0hUce26RHqj2MAlCExLocGEtLYMSzALiOvvlOAe1lWurUr8+ny08qra6GDm5EhPb3YyphSE/qaRk1o13A+CwcAQiW6H58BXKv3uge3nZwgF1WkZJU5B3RxszGpLcrIrxTZ+4X72RgKWklRmSLUA09IL8EUanB4koTXZwuPfgbfDxoQcfgIi0bNHXw+P/m+0MDv3T1Y01yT/LDA3DUoyM2qIC2+SmLo1ruXMROvy0/JrZX7h/WyN2l7RGVKQhIITEiA90aNlubcrTLtKU+KbHF8n4+RFdnJJU264PDuhLBERhJMYydjbW16QY1TUDdPS22eWC/KzrLxCZPci74u8u4fOJiFAWVQpSYk6rj2XUO8Qf3oGbsFZial02iUR3BAblKSwciYBNC11sal5nFtvMMDnNrPjqCIvKRYESXo1TVIUl2QUVBt4RbkRNYSdoGWRsy7N+P7Duhek5ecX68MCOtpZ8xoC1OVn1Yu14d3C+fRtYkP4tQMyz7dOhKa1vj4FJalW1hAh5zsYr1crOU7hQe5/ouHeuzs7CoqKvz8/Kys2o/ZSEtL02g0DAbjVUFYp06BTic/dOipVq83mjULaDQgSUyrRVYVgfjLvFhGhw+ss7+fu+jwyaglS4arau9sT5T7OBuvnrPs4dV9d4VsJyPJ8u3n2zyImRtmBc/cgQPopKpr8ZKT18W+XvyKYllxk3rPdamTDeOXc2IdBaRGt/IXkbdde2+guV6RKcNtGfpf78narvToY/rrb3X7IsU1ZqY2LJozDw9yol+71WJjw065K6xVG/adEpFsupsprZMn++qlRkqv3Xqh1d2Rue94fU6KKEtFw0XyA0mKxw+RmCa5Ftey46a+uxn108+1plas3AfCZJH+aqoiL60ltoZ05ur2Z+vc+Vi4DwvDMTqdM2v5FwO/nosBAMbwcncKCPE/unxmE8eBWX1p84MGAKAI3Q9LF+jNnStv/XwiseTEhXsAcO/0scZn3SlFQ/I9oQEIxbGjF1Kv7z6d0mLDqJ+39ULbTZFbNpq6+EH+ngetFACQ6obFS3Y6ebgc2bpdphMfvZbr5e22fMp8vaZs9uK9FuaMrycstXF1zYiNfF2nSN4q5LvIs05eLqn7YfUuB0/ve3tWpKRf3POgwdOWPBBTRbTErY9p8few+mH6rDZP++LOFUUGc0NxTL2aitr/s5F/V7Z9iH+PvjynUHXh5cNZOk9b+qplP2bdPXM4Op9LVqw6FOPt57F32niVqmzW8pP+QV5rZs336Bjk4NuJhQEAnI5YUs/sYMg+nlgleeoZdT8vX16u5cYcWpOhMMFrEiuU5KaFizgOXvmXDqgN7eWmkYjFAtemxCPRVS2/nrzh6uVx5IcVKqjZF1MM2srtSQZdY8zWOJmfq+kPsxa1jxSQ4rRStRVWOXPb9QNzphKWnqbSuOU3GtZPmWrm6iu8f/i3jJrNyzfRHbxjD6wulhL//GYsFAqLH1FbW0sQRPFTvMolraurS0xMxHH8sb4CQEhIiE6ne/DggVQqfWko9rFj+q5d8epq3vz5bfrKnzqVER8vvX6dtLGhFRUhq4pA/FVeLKmo7T5+yWQ7k+rchM8HTjo6G7iq0MhblG9ocF52pNQIu1VNudv5UwBPH1/H4LLDA/iMEAGfjaUnKOVCtbOXsZ0le8lENiGRxsZICQWwHwVgsWkaofJhM2Eg2G1XapW0ZV874HpDzM3666bt/pqVOS01V96spAwUmHvyOzkxH6Y/SdG9u7mZCVjSyIpK7QejOQKCZlLzRGL9vPnuxviA7ma4Xi/k8T2smcYd+dfL2+1UF1+uLYeuE7ebeAaf3YH1kgHzDJHpps5evM7fLp2bsbCXLQAYW/h293VVsIatu5LfXlzUK0aHqbZvYfwhw/r6CUjmr+s01CgOBh0CvB7cjsYbDW56CgBTN1ay/D5yd3b7IWIFZWi1xMW37zwwaFUUgOeE2V62cpXfRD83V/rQoQ9e0yniC/r6OhS3BDyoLymSqG9djaK5+PMtu3amHT1+LtvrQ09pylETffDl62V+PcMJAByIkmr4bnZHrsHi121pz1vt9Eu4JOzaPco7wIcksgaMHM4VHVWrxZFXrrv07UMC5fP5FEtLlgP9aV+HyK5nLwn1MgpfCwBpj57RVU+xLeyG9/TdfUk+8esQI8LePuvm55PGnjr3q4ZmgT16H9imVr29HXKqfQq0mK0A7t65J1No6E4fFa7blNtcv3bmjpYHX/M0Xa7cKPYN70y0dSoxk48G9fDhk8SxzVEilSbmKg3DOthJTtTTLK5foTAbD4POzKdjkJNtqZ253vD/YEhZpVJpHs020uv1AKB5avIRSZKvGPElCYJ4zmHFMKwtkld+0DUYMBaL4vHYx47hTU1AUYzERGlUFOHpCRgGNBqyqgjEX+XFYnR8/cq1KbklMpUSs/MyDxkjUlt99H6XyopmX98Q3Nynb7CtEns+VYyBmxnT+Y9U1MiaU1Yoq2vSrDog1FDQZ6Dlho9Z25LbjXJJXrNzR4GvNV2tI9uMn7iw5WyyvEFCyGSEDQeAomQyXVQB0b8zn0WRGj1FwwEAMKBk6nZbg7fnAHNyYEZnqXKyZa1kcF4HAAAgAElEQVRPGVJjI7qZMZ2OAU6n2SjlJY26+xlyX1f6Ixv0KNsAMjWJ02i85x4HKLlMGWzdeie1KOHsrg9GtB9KL2vKf5BXFnnhkl94oKyuoq62OLWw8rkCpNE5eUlZRan3hBQGIL904XZe3EWtk2+bt7d2591Px35iRilbZRoA4Fg5KrOvllaWLfx+obD8dgXHa2j/ziSlNpAUnYbRWCZGeUdyy8qjLl8FIHOS03QvEwsMay8LhpmrI8PQ+8OBmtoaaE4WmXeeMHbo/n03TDqPq5WaDvmwR0lBAx0AgObljJ+5kxF36bemF2K06/iRFOvwYS+/hiY5DTAcw7iu3UkNY9DgD4tTylg4Rqc/6Vwppa0kAADN10p1K7kw5uDC6GLx42eUSjUYRgOgefkIjl9PS7p6rkFLXYi8P3jsFwGK+1UKPTxbH4bmnJga1vBBPWmUSqunjXMpXXCG5WPCMO08Vqi0GNw/rLxM1F6FlDQq6n72vd/4wV0+cMQ9wvp3sZGZ+Dr2NJV17jfIihDx7Exw2v+n4WFXV9fARzg7O9NotMCnYDKZLw3l4OAQHh5uMBhaWloeX8zKymIwGH369DEzM3tpKO2YMfSkJMrcvPX+feb164z4eOm1a4SnJ620FBcKCQcHZFURiCcG9p2fFysXVWYXlBtovJDwUCM6VOWmlol1QaFdzTlkwcOURjWrS1gnHuNp+0WlVxhCXNq70pJmLcVn4TJNsdDg5MK1YhB1eloHHp6Wq+zszwMAg5bIKlWZWLC0rXp3Tx4LA6Cosiq1WE6YWXE8rOnSRlW1jmEB+loldDDDlRROkJiXLUMr1WaJwNig9/Zkl6hpHkZQXKa2NMYqmwk2i7peQMwZJAAAeb2KsuQYM9oNt15jyC5T883Znta0onqDKUawLTnGNLKwlXLG9FnNeIgd1UxnWT9lxHSt9Ql54h5hbhlJKTqWddfOvjgGlEE1bvSyOXOHUSYOnf1d64seloj0dgKOnadTWRNFr87z6dodx4Ai9WnxcSCw4wFZGHNM0Gs0LteFhHZp+xbbWpWbVtrs28m3rEjcM9wHAGSiivTcSkffTm42RtnJ8TIwtWUpuG5uIp1ZkDld01qT9LDM1sGJaWGnKMryCgtlPhK4zLj7gd174RiVFZ8Y1L2bXFzVwnIw19am55RauQX5OApyUxMbFVTH8G7mHFptfmqRUBMY1s2SRwMAyqB8mJxGmjmxGExWa51zcMfUIlkPH35Ciaabh1F5TkqVhOoYFqarL8RtvS05eHN1QVaJ0LVjuLNAndVqHGSOZyel+XX0TkgtCOsRxsSAMijTk1N1HNuwYC959aNnLGzk45qOYZ0pgzozJVVnbM9jMlxMyZScMq6Fc2igGwYAQGYlpgZ1DZMKy2VGjpqSlAY129GcRpi6OLNESY2m3T3NAaA6N6W0SRcY1tWCSwOAquJ8rUHdICFDwzqzMXVKQpKebdO9iy+hbklKzuBae3Tyts7Mq+ro71lbkMV3CzRhYv+DpviuzottaWnJy8vr2bPnm9xcW1tbXFzcNlbM5XLFYrFMJsNxvFevXjiOv8qLNe/QQT1tmmrlSrymBnCctLcHkjT56CMgSen164CjdQoIxF8msf+/kDWpdl0UG+j0T4dbe5r9hWNclEH1+Wc/nDi74c2DXNix2G/Sei8ehl7T/wJ/i8SKRKLc3FxPT8/KykqdTmdpaWlkZFRVVdWzZ0/aq4d86SkpJoMGGXr0UC1aZPD2ZsbEcNatw1pbpXFxpI0NqkoEAkksAvGvldj8/PwePXq84f0kSeI4npGRIZFIevXqRafT2668PhReW8sfO5ae3z6rQDdypGLzZsrEBNUjAoEkFoH410rsY9V8qyAURZEkSXvLyUqYRgMGA8Vkwis+9yIQ/3HoqAgQiH8Z+Nt/DcUwjPb2k4EpNhuVNgLxusb4riMk1bpnFuGplMrfDaLSt0/0JfT6N2rYJEGQlEGnMZB/YdFolYrfybdB9yeTMBj+4JpLitRriReiogi17g0ipAi1/ndu079ZxjRqtEkSAoFA/M8klmiNKxI+LUOxkbd+x+BrK+ZeE7UZ9l3zZr/JBnz1SZf23RfdObQxWaT/64rm8MRBr9eZ23OHq8k/ITGUct6ao3+skyAuvbq/UPN0VAtXHyQN4sRS0RsIY8GyyzmvzZhi7toTb5KxbfMXiLVIZBEIBOLlvOuBYkPz9cymYFrBog2HKCPXLTtWRx4/4+upP5TeUnPvbtcJK8YFM9b/sLFCwV6wdpNJ9bVl2y64dOsDzsMBoLk0JTo7l3Eu3UN598iNLP/3x82b2OfA6kVJQnARZqy6dOPnlfMelEk/nLSg9dSxG9rsr7piCce27ExJ/3rdzyGs0qVrd7WC5Y87IzaNHmfqbvft5m0WdJBVP1y6aqtITZu/cTsr+8T6E/c5jn0ORnyDAQCpnj/ua1MH4zyZYMeOVYmHN52KLez40aTZY7psmje7QMF20FCkXrFn1cKESsXwaSt6Gpcu2XSYEPhs27LcnI0D0XQkT3Ji8aUfRuiX77wocAlbt3qWEQ2AMkT9svm32IJen86a0o+x7ERKVTZr+7e2izYeJAWeEZuW5577cX9kuolX38mdsKzEyPv5H7bc2XcuvshvyPdLx3UFAJ28funcxdUyw5g5G0eGOgDAkaVzREy8z5eLik9FRD2s7jx6wYQAACDjTm3++XIq3733N13ZGYmXYzJdb1cKAqjsRRuPAN9ty/aVa0ePtfSyzRIzt+3ekHRo3W/38ixDRv04w+9xdc3rN9Cum3dKpWrLgT3i+yd++vW6me+A0e6qnPjozVMvfbDiGHHii9Oh+1d5JK94GDSRGR1x7LZ9YP+V3w9YuXqvWi0wo4DUSxdO/X7O3kPWbLTnAAKBQPylEgsAQM1ZenLfuVNsdfq4I2UCAKAImt3gQ0dHzFpx/FhcYeCwLwey5Cu3RhnKMy9dOE3VnZmZDgBg7h76YaD/F911S447nTg5//K66XfPpvEHzz0W6jC6R1dp2mZZ59EzPqDO7vnx+xkTGLoe/IJdoYOnrf6uftbZolMXtn0293sWJZ7yU7aDVrlw67a2vRq0FGfGig3Koit3MktVUUlT562wZz5xfFUaWB+xO+3MlpiUW+lUpxMnl/22aGKs+pL/t5uWepp92bN73YMIXfiYGQOJk/u3srvz3580P8yWS287hIRm+YWfac8Nw4b2n3brzqnah2e3Rtet+MheXXE3BTofP744+mKUlnIqErmc3dH3g9DBK39arGjMX32i8Ev/vhvWjzix40d+v61B6Yww1v3lNN/p3w2I+XGuelwCB4Agic8XracJU36JvjsydCIAACHvN2mbn+LkJbv3ZvQwuRExS7N5DlAkz7X3hvXDftv9I6f31uAkok+Aze1KzcxFp45ePkVXpH5xrFyg1c/euKMweu/dKpVH2Mj1/cdsX7O5Wf9EYim9dPoPP43JOns+oyj5ZM6338wojz1X6/h9QHf+nG+sNmfV1SVZ5KSeK+55a9oXexbNqD574mRW5M6TSWKh1Pjwnrmbp09ZOXHM17suIH1FIBCIF/krFolTeoyHYwB0Y1WrGgAAMGsXcwCchmFaPe4fGBQUGLJwSg+cbYYB4JxnJjCTBj2LxQEAYw5D0Szns+gAwMdwg7zFOzAwKKjj5zOmP9pmiSYw4wJOxzFQAz8wMCgoqMuycR4MNpf1aClpxq2TV+OyzexsaUCNm7/GVN9wIGJh86MxUJYRlwGA4zRSp2Oz2ABgwqFr5BoBiw4AZkzQKaQ+AYFBQcFfTJ8U9uGUUEv9xYObEkufnvlJEQwTAGAweRqFDgD0Gg2bxQUAW3trDMDBzx4DSo1bBAUFde7Wd3If/sE9B0rFektLflt4Qi11cPcJCgoaPHN12z6MwuwrZ24ksEytn+yDhDFM+GxCKXHx8Q8KCho+ayUTgNJJD+3eX9Kks7J6eqUEZcCNMAyAYaySqhlsNhMAx2mEsvbwL0dr5LipCffp0sZoTBYAhtMog45l6hAUFNRr+ITu3gIAoNn0zb4YLQ6bMEB15pdr4EwnMYYRAHBYHK1ab2ZvQQMASjtj3ZIfd18h0WgxAoFA/E+8WHzhOLc1azcY6ksjfty7LfaZ30aNHrIlYpMJTdlr8rLZ/bTL12zAtSoIa/OrcD5Tfr/e2rUlcv3GnGal2+olo1ctjCh3sWshwKzn0rvfLi1ysQTHfpM68rNOX7Wzh0fnZmFLJ4ds2rKdLa0av27P08lx+EaSqrLoFnlebS0nq0zEtNfxXDkv7OXAdXlPcHftho2JTWSXdVMHz521PNndiuDSHPvM2z13RbaDgOP9UWjd5QtZahohsDJpn0Vp7mi99/TDlcMZqzZsUgpFMzcNBABjrz7sE2s2boyRcgLWBri2ZW/bDJe1W3firaKvVyw14mKFGfF19S3GuTWMpoeVJksk+zfszrSr0bru6gMAQGcbqZuq796tbqlubDWA4FEV8YK/Kf5m0c8eDg2U72J7AAw34uGFmQkNtS2s7GqmODO3xg+AtWScy+p1G3W1JRt+/Hlv3KMCwhlsuiE35V6rvDmvUgTw/N54dIHbIPvfftyxUyHHl66eSRemFglH9NLfEQyb0NfbY0rWBBrH4nN/8ZoNG2XN6gWrBq5/mAMAgJtYu/T6UjD1RsVgi3NzbWbvd2CgNvU3wGKxGhsbKyoq/pvP7ufnBwCvP+MWgfhbeMfrYpXC+GW38Z8+7/pOMkdIMvbFaif07vDJ2G3Xr/+IagvxL+bPrIslCCIpKalbt27/wXJTqVS5ubldu3Z91WkHCMS/x4stKtPM/qjru4qNZtqxt23s3YT8w+c3oapCIF6FTqcLDg5m/ydXqbLZ7KePMUAg/s0S26l7v3frZPuFveeHagmB+N2mgqG9rAEAhEKhSCTCcdzT05OJ9pxC/N2gMzEQCMS/BLFYXFNT4+np6eDgkJKSggoEgSQWgUAg3g0FBQW2trYSiUSj0VhYWEgkElQmiL8XtEcxAoH4l8Dj8UxMTHg8HoZhtbW1aKAYgSQWgUAg3g2dOnWKiYkRCAQqlUqn06FlPAgksQgEAvHO6NOnj1arZbFYcrk8LS0tJCSEz+ejYkH8XaBvsQgE4l8Fi8UCAD6fHxwcXF5ejgoEgSQWgUD8cTAM02g0/10r9orzcU1MTIKCgtDrgfgbQQPFCMT/e7hc7oMHD7y8vP7AYez/31Eqlf7+/uizK+If2v19txsoIhCIP8af2UCRTqfjOP6f3X2CIAiCIJDKIv79Xqwo/VZkZnX7f9heTlj1+2PHvrxVSLKTWgXVVWBaea/PiPAcvWtni5dkhmjJSpabV1ZiY3vbA1CNJYVWHj6PDQmpqEitY4Z52b80Ca20SQICG5M/vjO9WlKUT7iFPM4YKbuVWts/zBcAAAwFtWqfDi+bSWGQ3M4QmbWWunULSa1nvu/xZM99RWNJnsZMWlI84P2XbjNJRZ86/+Fno948h/VFqQqbTp4mz58l11yUaebV8R1ZXH1BvcGJVVkEHsHmf/aFeXj+WPDHE94kY5RBfS4y8ZMRfX/3zpaarAa+v5/gVQfqUddOXRj02cd/2IAXV7d62hlu1fD6uxj9M5uxwWBAtgyB+AfyjoeVzHzChg4dmhN5ts/AIcMGdow+cvSVt2prS5qlV/JbI/f/QmeZ23JekRNtTalEdqlA1mYrr25ZRTz1I6koj8+vfVUKjVl3IrP/1NpzBtvclvtUxgjZ9bjsx2mvOJX3ikJlu9iZp0Zfligbrhc945rIG4oTagyuLh1eJQZRx06+VQ7rCpMKJcSL1+PWT9O/q0olpSsu1zA4Fjacd/C2pJw68KabtVO6G1ffaIMejrG1Jes1ecM8/Hz+eI4p5aZfEyh9w7UyObIXCATi7/Ri6VxjSy6w6XQLC0tjJkZoFVv3HRHn3Bu+em/ZwVVNfKeywqqFG9bbcXGadd9PzGgDvLF1x0HZlHS6xiX9dOKJ7V/snj9jxNqfLmxYhds4ZOc1RWxZ+LEFo587AIBB3VLcLE/KrMg9s0Vj61VS1LBqUd/EMwd21SWm5Ir27V7HoWEGZeWUhYdCnHEhJ7Q3ll9Cmup6fMDEyAVfz168e1v5ni9ZE/YLD81JZfjLCh9O2rBhx6KdO35edXXvGoshnx1cuckhcOji74bSMZjfvz8e3nvqxMAbuvfoJ5eq7HxKE2IGrtrUmBx98JA85n7h4qn9FFVlMiLMmAZXl38SsvLUifG9TeZes0nZxBsw/lp0sfuzJXNo0RSxXcfGzAcdJnrs+vnS6DD69XKatKxodsT2bd+MM+ncm16TFDrvAADI6zLmbYn0sVATLoM5eWcHLflJE7m63HfaoABroOTdx1+8t6/Xe8PnxF7d/+3UTZOHdYg6uLOWJ1R5j+6nu3+xnM4QPRy0eGuOlGQllDEyf8kC56aSguGfDojMYK79ptesr1es2b0sYvFaRw/7uGz1wbVh0zbfCOs8ZsrIIKDU2xctwDp45BU1b94yc+2CTa5eVoW6kO86iZVlqrpq48gmp4yr+Yc2frplzqzPN2w+sW4Nx65DRm7ztm3LuXQMtLWTZu8NdmPqXT8Z61m/9tdkZ47YtOuXzISD6XqTKZM/jlh7uGtIh9vN5BQAAOru/rmCMT/aFJw53eA/yCj1cILYWF4W9s36qO8mbbl2USu89ovkvR9WT827e2jXnYrBgz+vunWEsuqQmyfasGWVgImVn5giHLw/lNH4ybzoiM/xdJuRhrPrJMYOJQU1o8O5Ld6TTKMX7beee/jD4lVl/VrWr1y6+dNVZ4q720Ih5fulj/zQg0YBKSp3GXLgix4AcPen75NoPsqitIkbf9ox7nOfYR+XpSdO27Tbg4835GZIarKblDYlp7edrHe+FCc5tnH0wvUnPG2xZpOwFZM/QEYEgUD8jyT2eXeOzpw19YuaNPa1wrzzd4sCfXXy+pLEHPHHYVaAsXlM4D3afYVp4hCq2yBr6VbCDTVvvH81u9pHplNWZJU1zgt24PAYAAB0jpmnOT+8o5OT0Td52Rlpt+616Pq69v9sxlf9svdMLpFoAi04NLbV918Myoy/WZmX9/WnvpVYMBMDAPyL3rysSvG+OMtjM+lfX2EmxH4jKY9dfbbsGW/Nud+ymUPbxzAJ9foflskqrmhbqpKJ3ke+HRXNqCUB+L69v/rqS236BLOAcCMnM2MaBgBdPh19Krmigt+Dffu2WER89xX72vOekPpEY687G8eXxfOuGAAADFplq5I7+pvv7fl0isTnzvzWhD6+16TLgQAcC7epY/qmxV7NKild8J7PveTywlj5gpFWAAAYP7zhqLRAOG2sU2ZlJTfkEwwS+4z5+jPPltk/p7mPHT3QMvfe5fiCVkaACd6ni9WAhekhXbTqVuGdyg5kwTlZNWXV+yNa4fEcUYuK1Gny4pRUmFHPWVMGWrVVwvBJX+dlPYy//qA89ljwZ99+Fu5cUlTl5hHAy2vhYnksS3df2R5ZU0CDZTeT+tu3C2q9FVpleUZNy3wvK07V6fkzN58M4hjKq5tNLa0nDqMn375YWlHjS+omzlzCvjnv61Xruznwyy5caPMsO/UZvvFMum9j8vA5o39dvHfO5p1WmHDUigSHJ84nbmtv2lJIdBwx932bh8MzKn1ctMrK7OI6RagL33X0qmlrEg71vTN56WKoOqUX5x+LLQrw1irqi8V28+IyCg3lztL08+m16TOXfbwKACjKbcDUL7pSc5bsv1QuWrDpJ1NF8jcXdG01v+IyHnfvG1lN4qJTJTQT+2mTJjxg1FdKDR58pq1/sKmDzJLHsOw7Zexn7qknPyq5XS1Wc2h1ZGHCNd3kD9AGQggE4n80UPz8CB2NiQMAjuF0ppNvr4iIiFlfT/B1FbzsVsYHo3ts+PVmr7GjaSyOd8+PIyIipo771M6M89yNBmn52l3XQ/oM6x3iAABNLQoKoL5BzmfQAKApbn0Rw27k5+OfO3fdZ+RXp47+GPj1VAaGMbVCANCpW7imXJIyAEBzcx0AGAl4TwVi0Np7CQydogkA1EoJAHD5HAwAf3ZeiZlTzzubdzt+Nt2k4ozMKpD3kkKlky0VAKBWiNokl2MftmL2F/ScY9ez64FS6gkSCDlubAoAhdfW1Ro5fzphDAsDx16DH17+kd5lkCmjPcV5010O/nxv0PtjNh+4MHxMCGA4z4jVdszK5hVrjT06T5/Sp+1WDMPNzTwjIiKWzJ7aPcyjhze2YfftD98PpXONu4z5LiIiYtyQYRwAU6v274uGlrwtR++H9h8Z5mfDNOK0qrQAcOrQ6SdzSDBm/8FBG47efO+TYTQW16/vpxEREVPGfGJlzAIAjjlfrKEog/LMuTsPTq2TmHmM/2IEAwCAxmbReZbG9UodADSo2+MTuHbE4jc/VLs7c3E2TavSU5RewhDwgCIoAGXlw8evqLGAQ2NyPLsNi4iI+Gb8Zw6WHAAAhr37/VW7dmQNtGcAAE5nOfu9FxERMXPyeJ+AcE3qdUXI++OssjfHmFm1f6LF+KYcwADDMAauURkoQtFsaM8LxtIJAUCvbuaZcRksFv6yg2sEljwAoGHAMjIfOW9dxMYfxg3vhU6gRyAQf5vEPknG2H32ILNPhg87W8bxsHh5v989uF/q/YLBnjy6dfdRdtUjhw1LpPlbcp+ew4K5eBotP1oexMyeNnMZxTe6cjPNm8r9ZMiQjMA5ziZMABB0nHBmydRVP183akoWm9pf2blJTgIAYBx3Xmn252FOANjl45NGD/1wxYm6lSN8BwdohnzyRSNp86qcM0wcF3xIDRvxWY5EQKc9ZXZxLit2VaWWBAA6zyIc8oaFOwb6cN16f/DSDsSRRa7DBg2+lN/WvcCseMopn4/bmcTo7m0DuMWPcycOn7Du4uZ+AODQZdThBVMjTqWpsm/VUnZujNaB/Z7MjbIdvCSqsZvA0qM5r7y75TMTfEYM8Fr4zdRL1XaH52/07h08YdmdXT8M+mzkkM1XKsIdOX0H9Xgosw6yZrHcxgSWnhw6eIQoZOzT1U8XuDmr4qd9v5IjYD5Qhpuk7R/00Yigz7/EcCPthVlCAgDAN6xvamrdB+48hl2fwfy8EUOHP+SHmrBxALAauDN91YTBn37Xb+xIv24f7J4zdde1yopbF5r0AADWA1bU/rJg8JhJ/TxY7enRjPt2t+k44jMMYObiOVumjhw9/ei2GT3nzB8wcOCQ883PfD2lW4V96iIaOWzYA8LLmtc+9LJmZUDtoHVtj0ATeH3Xnz9q+LCL1cZuZuwhdpIBXd0GT+muHzn/xcqYOmfamvHD11+t4jPbChC7ePzr0UM/XHSw7IfhL3wmxzi8nP3p9YonL2r/RTU7vxk+ZrpDeF90gBwCgXidn/kfWbRTmRc7a1/l+R0TaW8ZkDJIp4+bvXDb6u1L1iw5cMDiLxhZnznmm40n93JfljNhecqCiDu//LyY+a+z5TJh3rKF2zcd2c/5nz9a1K7FypDJgvQdiq7zPw7p8A8pkD+zaAeBQCCJRSAQf4nEVldXc7ncPxCQJEkul2tkZNTQ0MBg/Nlhb5IkjYyMuFyuUCik0/9Ib1Sn09nZ2clkMq1W+weW+SqVSicnp5qaGg6H87aJqlQqNpv9Vnt3SCQSU1NT9OoiXgPaQBGB+H8PSZJ/sP3jeNuODe9kW6g/H1tbQIqi/tg2Gm2pv+0eFG1pURT1ttlGm10gkMQiEP8t1IrWpqYmlfYPbkYhbxKJRCJRk1j/xqqt06gML9caQtROk+5lsbW2Kn+v76AVt6rb/hKJ3nqNu1at0FMAABShUeuINw1GqIQt6rZgDUI0eo9AEotAIAAAQFafdyu9isXA7l+LEstam5tEtfUikgJCI62qqlYTlF4tkTYL618tV0kXL5mYmDB0TVeSGihCX19T3SJXA1Atovp6USsFIG6orW2UAFBCYWttTbVCR5RlJFQ2K15qXkxMjB9G3zYxMaGRurqa6ha5BoCSNNXXNjSTFNy5nUVRhpqqqiaZ9uVuorr6wukoPQmkvPDc6ZsURdTXVje1KoHUiZuaJXKNrFlYU99EvsKZrCvOFOsoAAC9TKZUi6RqAKpOrCLUrVXVNZpXaC6pKD6y/zeSAl1L2rGjURShqywvrWuSUnpFQ0NjeWWtnkQvGuLvklhNwZzjiU9feHh03rqD964f3PeS91mVNi+m8Q8mpBdu2HOuKuZsXoN674yJDap3/9YbFIUzIl+bPUqxIapGLYpZ91D94o+lUYeqJG3LLmH56Il6pXB/bOM7zJ6yofB06ku62Lm/bla80gYQsybOlBlUuy5kqDM3HCh6frsioiVjxY6Lr09XnB9/u0Da9veFzStqlS9PqynnfkxR255cUHL5QK30tZtNUZqDp2NfZieJ17w5y0dPfPpa9ME1mdL2zBxbs0ykftNXIuvgOt0zRpq8sPm7ozdz9i6bFpVeBQBAqbZfzP3/0JypmpKSgb2DjAUW/Xq4F2cmJ5a0sJXFBY3yi+fjbGxNT59LUTRkFCs54uJE9avGOClDRUVFjbDFxdGkMjtOb2SWm/BA2lRU0Ehoqx6Ka9Mr1Gy8Ia7JQN24ctPclHXrQaWRQCAQvHRrSYzFYtJoGIvFrMy6R/LNcxPvy1tKs6o1jNacsiYFAKjLr2t4FiWp6a96pJBgXotKl38304YBkuK7Ko55beZduVZ6O/YhTVefVirlqEoK66W/Uy7alma5PiH2oUErrNCQp07FWVtwL13NeNX9fXpzW/RkZlSKLQOkDXmksWXOvWtaaeXVxGK+oSohrxYpB+Jv9WIJ5c3Ic5duxBN66enLDz3MNFHR0fGZdW0/VucmnT19OrlY9Ojtb7py7vSdpHygdAn37ifcvHI1NpMAqMlLOn85OvPOdQ1BAUBh9FkDQGXCpSIpIQ4azhoAACAASURBVK7Mzm2k9+jsdi/66sWriQYKSlJjTp+P0j4yqnJh0YUzp28l5VOkMik1PebqxVspJa1F9xvkOgDq7Ln7bbdJhSUPi/MvnDtfJlKCQRl77eKVmwk6giKU9ZfOnE4pawUAnaLxyoUzd1IKKaCK02JOn71Y3aJqC1585/KtqPNyErSy6gtnzuZUyyi98v71S+cuXhMrFLdvRJ+PSm3LUZ9Rw3OunYuOimrTI4pQx9+4HHkrWUsCpZfevHIu6k4qSUHcpajM2OsXrt4zkNrE2Lj4G1eu3c8iAMTlWefOnMmokgBAYcLNMxeuSnRE+vUL16KiZfLmaxfPRcWktQ2IAam8duPWmatZT0r1BapTY25cvSQxDw+zZcuqMk6fPpNcIHxqkKzp6sXzCfm1FEBDQdKZ02fyhGqK1N+NvHA+6q6GNCRdv3wlKkZLAQB4d3vPGBqTq6UAcPfMRYrU3Yk8f+FqjIbUJ0ZfvhJ1T0sBUOqbN6LPRaURupaoC2eux2Y+0YOc+NNnzhfXSxtyk6KvXaloUhQm3z19+nRmrYpQ12bUVEZG3YuKjo7LbLdoDUXp585dqmpp79D0GTUcKDIr9vr5yNvyRyOVJWkxlc3qoF59eFhLanl55LnTcQVioIi0O1FXY5JSE9r7f1pJzeXzZ24k5JOkMurmrdNXc++cjwIAqbAws7T0RqrIQlMZX2boYMYDgIqEmzeuXhJriKLEm6fPXalXEP/U5oyxOAyZjgIApUzJ5DCd7G0tnL2a5KpWkkxJybK3wAFnuHcwMRHwX+X5AUZzcnLqYGPerDRImxqq8jINDI68UWxlY+UUEAJNta1V+eUyI60BmAIXNpvHIN9kp05KKdXYCXiWJqzmphYrWxsrF1epUgMATLueypI0JfnKImXbh6SVNGUbdQUAWX2jsznP1t5Kqqes7V3pKomkqbawQYe/2TqBEHNxWVJCJxu2BMPS0vNtTF/5uZfr2u96hijVdCAGYFCrijMzVAAUgKODm6Wzt0wuQ8qB+Dsldvf300y9u3qyi5bcVIZY8YaNeN/b1qpbR3sAAEJy4X5Z1x5d9yxcpiQAAL4bPMatS29d1rFfc8SHIrZzvcOE9w7E58ZtPpcdHuyyftMGlR4AwNgQl9iiObB+x4ELhQlXDhFs9aWbD4N9XHv07kIHfR3eobNN7YaHSgAASn/h0Jmgrj1Kr+0okkt3bDrQoVOP+H0rWzmw5XoxKUu7rm7fQai5MvmXy0U9OnfYvPvXs1uXNgl8XPHc1eczpo+d5RbaU/bgMBCaNdMX+oT2VKSePB0bu/l0RtcQl6sxWW3WybPvQJ5Xfz4O2VFJPbr7bFmzvioztp7rGWQl+iUyo5Ob3fvvd2or39Nbd/r1H2gV2LdtV4qYYxsrOJ4O+odXEsv2LJhJcwqxV8Wuj228sHWt1Pb/2DvPuCiur4+f2d5Yeu+9KygWbIAKIip2sbdYYjTGFmuMvWtssaKiothFwYqAiIAUQXrvvSzsAtvLzPNiEVGjMdE80fzn+4LPMDtz55a593fPLWdc9IXPLxW2ntl3RMW+b3XkyZSynF2XEvoN7Hd3/fz6guunC2mDXA3Xbr3jPNDDrIdHwpWdAmNXeuOrwgYxAACB6WaoMsa3W0euZgYHZ787gmfSa6CmZV99Y69ubPL0yb+4D+yX+fBap8WXnpZl1cMt/vja9Ly4PQ8rPT3dT88ew3l1MJVmb6PW9iRP2L1XD6e+/agIAEDS3auc1rKH+RwAuPLbsaaU3zIYDpYqvOgCcfeert3c3akIAELvaaHnM9R1y6w5Bt0HqtWHHk1tAwBUULn+tzD3Pg7RUXF6Tm765t3N1PmhORKPAb2XB/wkbS/cefiBs1sPO32d/i5GACBvTtt1OdG9r/O+bYHKwb9rvx3lZJwN52j1MMYOBMYAQGHs5cspAmMN+rObV1uFNb9uv95v6NAj86fVJp2Iate3YTVtDbqrTGbgni2qDn0FGQ85ImovPcaEEU5Xjp4BgJbKlDyCoa2BgY+/j6mhlZO5FgCYu3upWw9Qbb5/4BXi0cty9eylX+1IoZmT+6uox9HRUUlVBHtjlYLM5CePExwNNPoYkzGFFNE0+RSdptPpqho6LRX1po4uYqlMRqTpWdtXvIp9EvmCbuOuUMhF7e3aXTa3U8iEsrL6j4dpbGMRFR1TLWEZW9jWZcVFRmeZ66oBgLS5oElCkIklH+k2sIsi3fsYA4C+i/uTqJjMcrEeBQEEoevbaFAVEqFAnfGB9cOoLD3heWxsbLMEBQCjHi6xdQZ0EqmfIapQSIkaH96vhdBUky4O97YAAKmoFUMAlUlq+YrirLi7oY9tLU1w5cD5RP4JB4pYTIWEmRhNBLKr0bttEYYhpPaKiCiQSMQoBgDyZHTQ76Z6Jn4TVt+pVDE2dzHRbTHSr81IdRs00tDE0lVHS3mj7uCf1px+Seq2iJl4KZ1KHqHapXOAkDx6WBsQ+K2pyr4wwlZFHj+ObGyVSxWYdnc3a31tCy0WpuZef31NREbJnq13O2919fPVMWpnYkl5NdiSPnYaBP38ZXf5GiOczAzsZy4Ieyx8wSHZPo0EFSsrbbtJbsUXL15XcfZ/J1E9Aibo6GOaBCmFQSt+GqlQF8hoph/OH7SwkDNxpr0m0d4F0IWndeY4mzOc5yxfle1GoHjY6NdKHNMkKNvEspuJToOhXmtJkkDSFhX51MJnVH1M2IKZF/XohFPbXbhF8QDgPuK7S9dupHIEc7y6WiWKN7kaVjHDyfFDUdm9Y87l8+faibqdNzv0HmBrajp9pOPT2JtkhfXjiJgeU6aqOPqpnz5/vZ7jOdPzgyMXABrd5qicvnCzoXnw7Pc/j6NIFTputtQHowV79hb/2LMHgWGwcLRD8IUQsumAjqejCFbzKiKmlagQAoBTwCwzPWrn/bzCdOd+gw2NLH8/uBSEL5UnK54+nrFkvikZNrvAo8D7KS+LMI1ehNfGiYX/eE01TQuKpDT66YzVSwzA3IgQr/xpwux5V8Mv13ClA9+2ZFDFB20yTsq97+ec1qOjg9kVUgDa11mfGRpDh/t2zKU0pDr36GdryAQAbU/f15foAoC608APheC9YAEAEOkaAT4aAOBjqPyuFAz18VYe+A7tKNwpk3oBwEhvu45AP9CJ9542BQDUjZx8XivakGE+yoPxE/oBgPdHlI5p7cgEmDQLAMy/DwCA4UMsO8Yw+moDgJe3z0dyw8LVy+L1sTYAgPr8yaYA0NNn1MfMDlUXZwDnpasBwGLFLAAwUOYnJ9u+xxAvF3xPI86/bMUiw8xRNcue5kg+0bRDIDGZpF0kBQBZXWIRwdzPw1EibZcpUACSNy36RX55WHDgMF8LBOmIj1a3PrHhocX5L5NqO8aTiXQT4fVtA2f69WW94hoP7fDKg2A8Xhv2trc7VNJ64WnTBH8vWWszXyhDOltcICwf2LItq28Xn0gIoeNXpIc5+XbEy7jrx3p69+zWGpqQU3pl/28ECrOfSpOFq7usKgvDyp+UwJQpE5IeREtfK5KkpVEBQCR2RDs56qab/wQTJsrjCwEwLq+rBYmJWpoUGAAQHOz1rtxPfh6y88LTYnc9zqMXOVFBe8ZPcQakS3G83j9AN+8va2rt3b9PYmSaue+UPUfDynNjA1aGAGACbvOLxyEmA8d6GsuTXw/2IgjW3CpR5mr4xdPDhpnnPo95Z15S2tYiQzEAbOep6IDpM1WKHvFeX5AV8+hlXt7v17J7+s6sKW8fOKj3o9CXrS/PYo6+Yzwc7zzKBgTauVz0zbAiIz8+ubb4RbGC0JB0luA8fPRAu7AnOQBYO5enzCcEMG6ryFM161lW6YOT28dNsAMAeXvNtYTGyVMDymKfiFCQ8VtbC+9IbTx8+piKUZECA6UvLUwmaRNJAUDdvnfKozslxRlT5+3qnBEw9x5z+FxEbvzNFQcfA4E9bcWvzi0RcSUdM3Od5WLtM/zwhaiM2EeVr28Mu3XLzW9SL0pJcZMAAZTTKmITeMW1dXcu3f/Dd1rK46j3m7prV0h5XtIjvj31W6jbRFULAw0q3sZ9sfxUMXY0U8HzAeevyeEXdj2BCosbZVY61NysXDlVo5udWWNBppZtN25lHo9kYGmgCoCW5We3KRjadBlJW6dNrmLJkmZlF1DUDOzMtIsLK6xsLXl1FSidXFRYQ6WphOzc8UvwRTYZAYDanDQ1+x6yxsI2mrmxKlpc0WKqScwuF2hTxTqW9hSkvbidbqVKAsA4FQWVXIWRvlqbBDCMYG2qX19SoGpqo8g4cJUyd55zxwdcRW0NPJK2Pl1eXN5oZapdmJsnJrAd7CwI8tasrGIVIys5kW7BEuXkFTM0TaxNNGtK8utapSZWdjpspQ2DZb9KtXCwapKyTVlYcWGZqbFWTn6puoExv5FjZqxWUCN1dTJFAArS0m1cHLMyc+26d6cggKHSkrw8IUHF3taCjInycvLkFA0nO7OSV6+sXF2lAk4TxhbVVlvZWLTUlhO0TAm8quIqjr6Vg74qrbY4p65dYefcjY6JsnJKbGyNi/KLga5ub2uhdGMsaa7Irif3sGF35Kq5XlVutq69MwUBAKwor9jCzqo0J13PppsKhdheX1pQzVXXN7M01AQATNZeUdPSzmtR0bcw01Xl1paU1rWa2HXXoqO5mVlSAt3e0Z4sa8sqrHNytiUhELR6gefGE1Cd04YyVBVCU0e73KwsKZFp72BHlrZmFdUrL5PyarKrFa52mtlZ+QSWrqO10mzBGisKKzlCA3NrAw1meV6mirE1p6xASlZXBx7D1LRdrmqqQmiuzOMRDSwNVQGAV19eWss1sXXUokmK26iKslxb1+6VRTnNYoKdo4OosZyibUqXNpdwEYagSdvcqLKNaK1JL0l/pa9PzG8EKlF24mTE70fWAYCkrSmvuJKsomNvZSxtLstppDnpy7PLmvWNDYgsTWl1qZG1ZVlJtbmlCQIAgBVkphs5dOdXFlTzZFaOTqrUL983/RzXE+Xl5SzW3/yWLYlEYjAYXC6XSCR+firIZDKdTufxeH9va6xcLtfQ0ODz+X9vpy+fzzcwMKivr/9LjjhkMpmmpqZYLGaz2X/pcS0tLX8723Fwif1XQUUnt66Jyuf6zV83e4jDF3GxJ6+PnLH2SdDZ3TQi7ln2CyCriZy8Nvp80A4V0teenzJ+7cofV3FAY+mmHX3NVL/OSOIOFHFwcInFwcHBJRYHB+eTwF1P4ODg4ODg4BKLg4ODg4ODS+xfRSEVtEr/YDO8XMTv3CMv5tVLcbfbODg4ODi4xP4lmkqeBBf+wfbzhN2L6to7tiq+ClxSKsWLDAcHBwfn2+ALu57ApI2//ryxqlUyce1vI2yZhzeuya7ndx+5aL6nzr6deyu4slEL1/m7mQLWGrDkRsjvAV79Rsa8iPlp2Ii1hxbkRgQtPvjCyu/HWd2km/YF8aXo9xs33kyvkh24d3zL2LcWrco5y3/YxGYDT8VCT1bzqo557tRWYd7j7SdDxcDauG9PZeiB89EFRA2b/dtn/rr2IJssrVCYHdu7nEHESxznP4hEIgEA5DUfOsYwrPNzb10P3jn+03CUx3947zvHnXe9f9D1+P3b3w+za2jfbho/Es5fSuPHw/mH0vinccPT+E4aKRTKF5ZYBTe3Xdd12feDmWyK8NXeJtvBY9yRR0F7nvEMmD19xjClIacu+7mtJyGqjsLnnDL1gAkmxWJRock0ImBadqO3Lp3405pTaK8Ji35ew8kMjS9oneBibLly5PubQqRUvc37f9m0eMn8Q8eebZzF4ct/Xn589vKFClHtmlM56wd4renhG3ruaKkA4yn09x1cceHn+Q0ChTkb11ic/+JgFIHAZDLxfMDB+XoQCARf3opFKebLphoXvYrdmsi+4M93cvfw1CeoU5nC0tCe3h492TIVbVulys0aqR96NCRg46+/Xr06dsUUgMc6JhqACEkIkhAeVG/o62dnkVbxwQdR6BQEgEhjkQlAIhAwACmoe3h6opImzRb6iV/XB6xcZWGqBQBsXVUiAImA74XF+c+iUCgUCkVdYwOeFTg4XwNG+gZK9ylfeC6WCG0HDhx5mpzbp7eNivuGtL1r9uzamdBI6zPq+7Bdv+zctqsJpSu1zmT47KupaqrqTpnHTkyze8uLt6aOdvGrhPCYsown0SwT/ZPBzz5lkdPeVe4bt+3cvuU3Iz2WrgaWEBNRUCuIj8vqconox5WB+Kcecf57/D1fSDg4OP90rcRdT+DgfBV8jusJPp+vqqr6mVYsr6XF0MDwD39STnq9f/xvoZzuUkaj6/E71DXUs1VV8VcL51+xYrlcLpPJJOF5gYPzraNQfIFP2NrZ2n0RN8VfD3K5XCLv2I/A43LNTc3+9Jba2loqg/73HCz/E7S1tpoYGf9pn4bD4QCR8PUUn0KhQGVyHR2dP+0qVVZVstXUvrlXSyQSXQ6+xOe3ew8b5ujo+BErFpdYHJxvni8yUIwgyH9swLlzbScAGBkYfsq3ARwcHHIL8ul0+leSBBaD+SkL2SwtLdMzMtQ01L+SaAsFgm5OzlLpn2+yVFdTV8A35u5AJpOtW7N29pzZmpqaZwPPyCeM7969Oy6xODi4FfuP6/RXK7EYhn1iLnW962voPH1KtIlEIop9RcWHYtgnZjiKovCtrUVt5jRraGgIBAIBX2DvYB/z9CkusTg4/yNWLJYVHWowaJwmCfiliYVCioxq0Mda79+UWFR69fy9yXPH/bvGPYqin5JAFEWhqzCjCqGCwCR3aoA07NyZWhEAgM7AseO66QOAsCq6XW+wLvkjoi04efyCUgqHzphW/DzD1gioNr3Ejc0Wpvp/2nn6lGh33dypPNEmATb1dbRR0c2L90fMmkBHIO7BA9dhfsy3R5QxGf9eRP6oEW7vBFsacSWiiAsARLLOlFGW9Szb4qfJgwbY8mk6Oh91MoBh2CdmOIZhAN+YxBKJRADMrVcvAKDRaUKh8COvHy6xODj/JYlFjM3N0/OaPZ01s/OqzQeP06EROhsyBAFle9b5F95ex9TZTCvXNHX+hdf79zvXFb23yAjDMOi8BTAMOm/EFGKxBEXRj6xL+uI2q/IpXS0k5b4m5fGIESPeuXfmzJkBAQHKW7B3g337GZpOC0YPInTVNoUMhXfz5O1FYRhiPWahj4HyH0u//iVpMSgqKyiuUkrsW6vJAF6X0rtWrL+//zt2oYeHx+rVq5Wpw96O+NupwEBeH/08b8Qge5lUir0XVQxDpTL5+8WqkEmnzFuoSu1QU0tUlCuVCZqqa9U0dRjEt1+MLqUPABjWmeGnT5++e/du19ggCHLv3r3OciESvzFX+VraWgiC7N+z18rG+l5Y+Ljx4z7yQuISi4PzzdN1nYuqkXnLg1fg5F4v1+mFVCcUkFmFkZTu3vXPb/WYNPf2/bKRTk0R6Zhvd1YJxU5LUGbo4Ky0djpVEFBZ0InbcxZPSou4ZufpfeHwJVf/iSoVz1v0e0mzHliPmJ8TfNhi1LT0uyHjl/5MAsDkbcHnQgd4OsUVy1VbSoZMnvIg8Oyo6R6BEc3DjRuKND0xDGssSoyupFmhhTztAYO76f0TmTBr1qyioiIAcHBwOHPmjDJFCIH4vhUbHh7+oW7KO1bsH7SbCqmAz0cAyHTG43OnHf38E+7mD/1+8J1zl3sM6RdxP3HygglRoU/c+jpGJVRNC/AidpiJQj6fjyAEJg27H55iZ6xsgDFM3no9LHmQm9G9xPZ5I9Uu3soYPHI0k5dPNummQnw32nfu3PlItLGPzmhSdWz1JXnV7dYAANL64Hu5Q1xVH5Woz+jJvfWK1J1ZKUG1OcUpqc1sQ0mhSL9fL+uOfSUCPp8oIxKpTDknrZZp3yHJAJUvI6uoltSqRLVe/kX3rhLtenm7O6e8LOzdy/YdK3bevHnz5s37UKcQRdFvbokdgiAbN21qaW5ubGycOGnS6pWrCESi/+jR73QflYvmcInFwfnm6boCFiGrGtN59bVFWuYWBEABsIwGIeHZE8AYGkKybmsap5JmzSTUNIls+rqpEZ07e9wKheK1xCowQBUKBYphChTVtHXtZaVz43kNp4iDAEZoEbiPH5eZk1kvAblCgQCI6ivYDp6mlkamlsBJq6uoqRJaD2xJjpo+cp4qCbFAJZcBq8xPqi8nNAGmR6pXKLT/iUy4dOnSqFGjyGRyUFCQcqENiqIEjKC0rhToGyt20qRJ79w7b948Hx8f+JSBWYVcLBIhAAiF1KAxyN/QQNfPhCduExt7mZia9rTNkTaX17Vwnj59AQqySI6xSAgAYHKJWCRCCCQmjfKmnUYQSV1OW0t1VEw9RUFFwcXad6yxOgnUu3UtlM5oT58+/Z0FRCNGjJg1axZ82niy66CBoZGJqhi0l2b08xhgqMOkPbpUK2kd77+YLDXLupdXW5bTUEtsAlSP2QLQIbFSsViMEsgkBqGLwBAQpKSqoqq9joApzFoFgNC8+nRDAJT62ml8K2N+9erV27dvd40JiUQKCQnptGJJX8E2sL+BhqamhqYmAOw9sH/j+g093dyMjIxwicXB+Y9LLABiZWl8NyLPe9J4gBoARJ3GHjh+nKQkmqpC0nYgvyhX722PJJfJnIkg4vOpLBbhtbX0WmJRkItFIkFlVZs1ihIQQFFMjanVx9+fUp8oYVNOnkv9aclIRVWeTKEgIgiRweQ3lgv4jMdPs/19+ty/dHnA6AUqPP2sWq4js/1ePgKAMTWM+jkNNMUqC9o0/qFJX7FYrBx+FIlEnQ09gmEdK6WxN4vCrly58gfSqVAo/yo+Gj2ERFFhqxIAgECgcAuFEsuS3EZtQxrKyRCLNRsahJZ9VI0snIcOdEqIy6QRO5SDQFfX0tYGAFAIuhjEChJby9RZw6O7ccTTfAIAmYgAgEzUTqCpEJEOW7Az2hcuXPhItFHFn+QqQtV200u/nyTo2c80v55jzJLzWQbqFozixnZDRYMCgKWu17tbf315ZYXkzcpkdS0t5UBx+9sPZatoe3gMUeFlt7KZ+UhHOlvbBKpsJgAoukjsxIkTJ06c+IfR7hw7+RYltmvt27F714dqJS6xODjfPO9siFQztTE2RfSZRETG0FQh9gvwfRr1hGbk0o8IdPv+egy6toHIGMMQwIoyX1n3HUgnvC2xQPAZbPEgIt7WzRnBSHo66iiKeo7yffokAtOy87IhT/bSvHMvyt2996syfh8zJoFpMMiu8eHj5709hwCRiqI6uioUqtow4rPHjwW0Mb79kwT6pt1dU55FxSFaQz0c/rmly0qvsF1HIxEUJRAIKIpi6JsFrps3b37nRj8/v969e3dIrFz+YZki6jAEkY8fAwBJz2XqxB6REZF2bp50Ct3TTfNZbBpLW4XCNOxrzXsaFdu9vyepQzhIFrq0TonWM9BmqQOZTDOi8Ruxno7srKio+AFDhiCEBnUKAgAtJakUO0910lu2IADs3LnzHSu2d+/efn5+ymjLFR+JNklfXxcATHp4dOPE0bRdzepfRMUWT58+mEnCimMiM+i6tsYaFq6uqXGxL0nag/ppKe9j6ZmSX09mk2hqKiSivqEuW0+7JSN3sOeQ5GfPy1XMBpgzuaZGyrnvxITcYb69AEAhl3fG/Pnz51FRUe+8rhs3buzUWhRFv56NyF+844t7d8LB+Sr4d707SSQSNpP1+cZE3suoSpK1j4vJ12CVtLS0kGlUMpkskUgwuYLNZivPt7e3v3Mlk8lUNog0Gq24tFRHt8NnAoYqBHICi/JnqUHlMeFhDD1dnojm49nzS8VfJpO1NHGMjY07OxDv9E4YDIayd0WhUHJyc03NzTot5FYJqFL/tUKorqq2t7VVfgAKRdF3uj4IgrBYLOVxQ0MDk61CoVD+Y9XZSN+Ax+MxGAzcisXB+Y/0lz8Hpc3x+eHY9vCyBcDeW5f7r6BQKIgoCgAda29e69MfOnNQ/iqXy1H0zapdhEBkfUrjTyB5jv7yu5Le2fryhw4xlL8qFIq398UiqtR/M+cxFO06Pfx+hndd7vRVbUT+4rXyC5vntfF3D3RyIuLuiZMffPs5KZGFJacelH56oZ05cSkq+JxyNETEqanlvTVmEnzyygcLSt50J7Ho6dVLAtk/UpZ12WmfHm5NXnxGi+IDSZRkVb+9xQoVhkUkxYfdbJagDy+fLG+X3Dh1qFH+qc+Si9sK6jvmpVKjwznSjmhGXAoWyT8aZVldeFr5307j68e33I1O/WtmR2G6VIGF/370D1+ZgqKqT4uDPKekvuv/Qk5WfIPsjy77j3ya5gt4zsM6Zeg/RcfyYASprq5Wruf6OIWFhV+VRdXW3iaXy/802hUVFfRP8F31/waVTistLf3TaMvlck4z55ueiP1Tif3CVqxOz6FzHQZtnTt1+anLKlTajokHRi/6/gMa21zXzoitwhZ+chuQ8DiFYtqCzJgLAHVpEQmqo6b30er8+VFo5PTvp3zgWbzYnErDhIdOY6YxyV++xxZ5ZPPk02GfGHBTeVYJrVd3jT9oE1Fp8/7HogvfWXYJWxKbkrN61lAWSRT0Si1kqnRuifOETy40Eaf4bKLW3gkmAJD/Mk6t70gtCgCAc//+FOJHX2uimqsZ+rfT+DoQZg8H8790R+aF3fbrL8XdujFqyY/vZbP49MWH+7Yt+PPqiImOXn5+4teJnVdSVYxtMNL7lx0OSTi1cSzyX6nMnwWC5OTmODo4/mfaO4VCUVtXa2FlBQA0Gk1bTzc7NwdD0Q+aTAggAJpaWmrqX4sbQgqFom9gkJefr1DIPx5tNTV1fUODryfzNTU16+vqMjIzMIAPbSZCECAQiIZGhv+9UeJ/UGJJNKY6jUklEtXU1NkURCFu/y3oOj/j/pANpwpPrFOYuWYlvlq574AJk0DUGTxBg+DrgKwa1N9q8c+FG5PpwgAAIABJREFUt04z+05k1cf3XHrcpODq2cQ2Q3m+4YhVsftWqrr7MSujbZae23dyM4MmIwIAKCrLKssZRWk1V0KLyRptqU6zdwFavf34BSTvYbeVF/zNqICJf1u5TMWpd1py3o4D818bZ/XT5u8d5W3zJIcyjhbR45fg81M9dFc/UIvfqT18+vUT17pb0St0Rm2b5AIADZHr0py3D5RnrL4m2DC4fdeVTHt2C9VthizylN+mI6aQsinVaIuHISrnV7RJsvKrk89tRe37FaZkrjl4QJ+KoLxXi7eH9TSW19kv2DiEMefHw0PdtF9UMOf1BcAkv29cy7DpnhKXtWX/qk2rDw7oa/S0zmnjYAG/Si7GLGkIFMWFHLpfbc3kVIhtQ4/s7TV1hljQWJr+EhPWtAlqV6497dFdLbVRa6oD90xC3Yzp855fPmHo7BgTk3/04OQ5qy7MGtn/7I1XO6bbNZdrSzATKgKAtR7Zc8CSUCnrPU8SsmfR8R2Llp/x7691+2bUzfvhAIC25Y8P+HXIeN+sxNSNexb9/oTv03Q7g+Zc/yx89bmzFW2SrNzCoIMXjgbuiDi7kzks4NzaTVYDpg7XzH7E0aFVx1ktOjHSiCzjlc/65VHI7/OOrPwxYOvaw8Hx33cXhORg6q2Z2uN+Pr474uk53wHDFz1/fHHhvO0/TrW8kUOCivSxaw+6GdAAk5Q2C4QZlYDJ9p29ocgN6/3z6fz9S4kO/XJSMn5cM7+FU1XPExmo0aUlQbO2powa0j0soSlo+8QVu272sSQVonaetKzbxZLx3h6tjaXNrTUr1xzz6Wt8OwE9s874pqh/9qoZjlPnViY+nrnjlIMqoaWssLWxpKWtetmS/X5D7R5nkM4fmPdNW7GoXP63Q6CRKTraOllZWR8ZtPw60/6hPgGBQNDX1ycTicpsUVVRUbWz+6QQP80t0f8PLCbT1tbmU8chPuMF+MKFAqCvp6ev92luxb6aaH8DEvvuM8i0ZXMmVaWiDwqyr8UWWFa08Rurk7OaTPrqAkKhk4FOBsDQhQFjUgXh7GlziEmUyFrBwD4jxiCJkWGJkgYehlFXLZ7LJk0eODt07IXJnU2KibmJmaq1g72lSCUxIjSqhCMAYG1YNAsT+45dc9//yDhAKJN/XJoUH9tUVtz2ekS5OfbQzN3bhxky+dO8HNf8cP1FUb3O4Nankaw68gojlbP1JbLeM5b62isv1h606sS6h2p2DxctOJpw7Iflm09YUlp/WH7O4e1JDgKJZcqm2umKjqJ9g+bMzlU/EpncMGOgHhBp3KoipO/MJQP0uc+WcdqE0fHV1TVCcV9PaV3K7eRi89rW1tryp0H7fX9YOdpZ36OqUV9bzsoS0RAAQGPCnm3deUpDUZW/IwIA1C3tmdrN1i49yTqqgthtTTxJzIuK6npUYu86ePb6XtTILbmlppwWXkVhNXcMy2vJyFGWz46fM3YYr9mm9XrRA3X20mWuGvLZ8w+ZYVBxY8fqfcd7qBGehDwpjty55ULRzPUr9Fw9l8ybW2nUGp9eBcA+Hs+4cmUGcbqvhMQyZVOdbd76bgbRznft98PnTTgkZxuTQHrjQMrIg/3IqkYDsDhe88BStrsuGQGA87fCyqU6VERWcCLTg3utPadp5QLb1MpKeq+pFGJKRWn5jOmLu+lSAQAQqoUm0767yTMMVn43kVtMC27Epvy4Iik+7mlFGaplqqFlrKfWMR3ltmTL1F7aBmVjnj8ur29Cn/OwiubafiM0xixY522uuBXP1WTrrP1+dFJcdEN2AYAxABDVjb6fPuEFsbyyVe6gStEwt1HVqcRST0/eumWEmap46kAxzKN9s5WZQCBoqGt8TiAaGhqWlpaAg4Pz5ST2n10qjRDJBABAEAKFZuk8JDAwcN2imXYW6u8NGABCIJAR5ZgHXPptE8NhwIqlE0gIANYqkaMgbyFp6r4f/tGtmzRdPFcv8ycgABhXAaCQttANTABAzi3YdvLp0HGzh/Q26byerq1T0iwFwIq5BD1z96h9R82nLmKUXBcbuSBc3qJNB6YO77l46SHljC2Bou5e9tupSLITi8BQITcKUEzWJqUxEEyBYiCqzOg6oUokU2Xt9QDAaeUx2HQAEDVxNuw/OGGw04R5J6iaBqM2HA08dXya7wAKAJHGtOs3JjAwcMXsAHtHg8Y2MQDs3dx1AhJRUVE0SjBU1Nz23vwxVcNg7MbfA08dmzq8PxkIDAaFxFB1GT4nMDDwh0ljtFUoLA3GHxWtsLlNCihfxtAiIqCio1bNlwOGNWNgOWTt+fNnvAzILa1cDKChjsug0wEIZHE9ioGkPDSJ17k2QQ4AnKYKAGCw6AggLLL2b8dOBR7bHDDJAQAAIXkHDN52/rHX9I6dcEyqzrbDJwOPbw+Y6LzsR7vfD0b7DJ6+53jIpKmucpLBob0bzVpjgyJy3+maEQAAIaD8qrV7wr1GTx/l+W7TX1jeBgDFpe2aGvpTNx8LPHl46si+ZCDQaR2D2cKsE/FCjYD5q1ReZwSJQia8Z/TQtbTKmiUAUNiMkL7xyoyDg/NvUVFR0dLSIhaLi4uL//8k9k0ToGK1boKR3xCv0DpdB50/GXn38fVaNXnc2ZfYs2PH2zG9A0sn+U7b82C/11tj/aamwbu2e/v1WTxhXEiRxq1NexXMnqtnjAhYfunSGjcAIKlZumBxE6f/RNNSvfkoWXkXo9sytdC1/T38Bh+9Q2PpupPKRrkZOdmxbD286Qa2T44s8xs3d9bPs187/SbMXOFtMn8DAjB87qaHq8cPn75r/bq50+aOWDhq8KliXUrHjjHExtVg0cHcbXOsfAd7Rsv7jO2uCgBMU5fgDXP9JizYvHcuo/taesgST++JhiNnEQCIGq4/uMOwwYNjwdl58DL284MDPX3Hb15PIKu2XF5UJwcAZPyyTcdn+83eG2uh8W7Lr9l7HXZ+kZfvNDO/KcryI+l7TtQpGuo1pMDYV4P2pkypKto5gSuaFEoT0Sjj8s/Dxv+8fcsMIoCm967y/bNHzF5vRKEgCIFIJBIQ0IaWKX5Drwt7+7nqACBBJ7+bMmzQvCDEQ4No42qwcFdiwACC1/CJjaQ3M6wHTm9dOcVnzKLzi/p2fPTRwsUz80XxCMsOc/PnXZsPLBg16rujM/ubaHuvuc/xVFG3aM8t66dJNDTWmjvad/XVyjGeHSMHlv1cAhad6+xTEFgGXppZ46cuVqjrXL2VqNlw/25KtfInZ8WDQf0HwYJLPXzWNx2fN2TUfKdh/h3lhtBVC86lUPzidi2YtezAYLOqxPY/7ADS2bknX7Gmaz/c3N/D1+PY/W9XYj++3KlGWLk2/Se/2IGb89bw5e3fXOoUGFytIo5MYsxMY0RxyHhrjvMVoqenl5qaGh0dbWJi0lViv/Z9sUsDvt8dcpLxb3ixlLeWbPzuh19uPGb+F9e7KZqjZ58V7PBj/HC8/t7xaQCAtuWvPZKy95cZX3/kpSVBoTAhwFLlv1Qin7Mvlkwmw3uOFwCgQVIzPWuAr8Gk783X61GNXnAj1+fPVyNqn7eNICBfhWvYj3v2wQAm12kVycinzSReTHmdnHC0gRLOJe7TbunPkODNOs7Xg0gkiomJIRAI/fv3Z7FYLBYLRVG5XI67nsDB+eYllkgkEgiEdyS2Rlw+L8/7jnu6DtUgsy1lcebYY86h3VR7nas6GNUYfszqNvIVfESssLDQxuaDy3mm1Gt5qcHPurJOxRUoEK4CphTRN2m29KbjKovztcDhcNhsNoIgAoFATU2NxWLJ5XIURfEpHBycb39M4o++fb2z4qfLveN0qAYAsCFvXkz/ig0F8wFgrvFyVzX3aF7YO9c3NXE7h+gxhayJ0yH5comQ09oh3qhUUF/fhAFgCnFDQ9N7m6tRblOj7Autxo0VUR0YSKe+3mgh+RfQJxfRVpbTgq1EZ3nsdx6OirniNx4vMH4LR9ARP5TX1Ch9HStec2NTc0tLSzOHJ1Ze2dbc9CfbxHFw/gwtLS0KhUImk9XUOqbMlOvScYnFwfnmeX+TSY2oSpOuY86waZVxW6QcMpEGABQijStrbpPzphl+H8l78LZK88KCAzuVBiEQMp88VB6TKEjiy47NPAQK88Gda6m1QoRIfRVXTnrXDCY0pj1rkXwZjb3EZSx5ra9yFI7VUc5aiIMsxXQCmFMxcwaS0/7WvGz6g3tXUlte/4fIWqszm5U9DwInK6FR9NrTkPgVj6Whoa6Wm6l0PIII6woLWxX4W4TzT9RK3IEiDs5/0IpN5ib0VBuQ1pqws2gFjchQIasiAOoUnXX536EA35usaZK+5dmqJTdt3MS+aQ3CAYbMnKib9SRdjgQDTBb3KFyuosWXvxEzNWf/wltnHRcvAQDA0Mznj9sQOlHdypreEF/IJTTwegPUZDwtaqfwZBpjvOz/dqKKBERDcofEZokIbBKWISSIUGQASw4Argy0tIXspNLptEve7jJKcOMW9PpOyq8LffJKiypl9HRqKc+IzW0iNbe4dAm5trRY0pbTb9BoYXPZg7gCNtqmqw+NhclJpW2yqlwDn1lGzSmlIjpPruXvYYu/XTh/W2IJ/29r/bMjA6+XSj8Qkda9D2v/4Ly8ccmh+8pOdcqRNR/cnCwuOvwoCy9OHLy//FbtATmZQIlpvj/BYO4yi61LzTYjCGGJ6YZFpuvH6c18wXtKJLxlAiZWEuv5GvH3kgGwh7mMIYPc1ciIor22BjP37NeT/tbSKGTKgolnrr8AAFTCS6llDxg4oCXrRVpm0WCfoRa6bAAIf1aqq60NOQ8+y57FOpqnJD5xcw11iob8UhPlYhNlnJYcACjIW+ukZI3pLH5NN4PmJjlw8iI9Rvq52BkDYNlZeV7Dhlrrv7VR0MDCytraFgGozk3wGOHrZKkPAKkZZYN9hlrpaFjrqdyOKdfV0lZkP0Dxdwvn82rlF5dYNP7+9VNngzkiOQAUxIWdDgwqaFTOeQCvKuf8mcCoV+UAUJgYcfpscI1Annb1bNSdy20KRXrU7cCgyxU8KSrh3rkcdPd57uvNmG03nsSevZ4mba24ePb0w7hsVNL05PHT6xeDIl4WYyQ1B0N1TNJ0Nej07chMAGjMjT11KjA+tw4vY5z/WYl1U+uTx09faLquRlwZzQnfX7oOw9Dfyn59zo2oEpeN0plsRHuzXxxkHHs3V3t7p/6kVCmGqCk4GCpvFqMECgPErahM8I5zb4SqF2DXXC7CEBKFIedhComcwmLTSXyJooUvBABtJt3S2satX//PaV/sWPIGOVIiJuyuoYxRk0e3ky5Yia5bCzVJGACUSoim9Dd+p9PTFa7OjoOmzLybUE9T021ol4n4XACExaC0ixXc99ZaUzVs8l9V0NnqHL6cL2gFABUaIpCiLQIxAKLDoFnZ2Li598Mn0nC+LomVVd0LrWb6D3EMS6mTNzwMrtMfP8rj9Mof5QCoqHrn0Ts+/qMrbuxJTL57JlU0buTADWvOuQbM0Oo5lp9x5anUyn9It4Obdl/ct5Fs72Epz2sUK31AsD30qXMmdl8yffkAv7GyzJDrryqOnLnec4hvxe19CYWlUTnVv3z3UzfvsXqV54pFku+XB/qP8StPjMZ7oDj/I7w/UGzOsCrjF7fLW1dabF9tuYdJYgMAg8RcYvrLfOOVibxn/dlvNppz6luAQAAAvb6DS6t402d55RZV9urtzEU0h/YxLqhodzFWFcoxAFAIGizYfDmG6biMHNTLFCGx/P1cikpqBw737u3lzS0rMHB0EwlFY6f5lpcUyQydPydRI9mi602kDAHBlIrFt5MCLUQAoNyL3iRDKoTgyHo9MKYQUPVVMQC5SO7CbFSxGEytyRfTzdTEzS4DvNvK87VtXKXCDpWt4uvLyouKiooJKgwjpyFQnU/QsKaJeX2HDOWUFBCJZALAxFnDS4qLFEbO+KuF85kS+4XnYsmG3j4aVwNPRah6/Nj26pYmjIpLqh0YMAmgXNZcVieUp7x4odF7GKEwxXPQEi1dvfO/L8AUTQBYQ1YklamS+Ao8h3tmPrw/ydWCIR+pmZnxZtAIlZbTB1joa6sM8DgYV2du38PSUF/FxzmyuglALQ/rbmOoTZp7CADb+euUy2cD6zH9yXgh4/yvWrEAsNhg4+q82b873WCT1NTJWserdquSNADgOffJq7bEn3V3dV6pZWyj/J6GlWMPAABQc+wcWDW07LqHj8jUdXHu8LPmYKsLAEwNQ5sOv42qDo6qry9k2lhrfGai/Fii7xtY5jRska7Uhv4mgXwFsq+a5q/S+uZLFkRmN2c7AAAVI7eeRgBg5/xGHR0cHbsGa2Hbreu/9k5OyoO6rBf1XIVIpxubghARTRtrfO8iztdnxYrKHj1tVJs0aUzYrQS1fotiYyocrbTDH2YQASg69hqt5QZW1kmPo/U8/a+ev1aS/8J3zgkAEHIa9HtPSMvkWukSnqdVuVhg50Ljws+c5LweByIgaFO7orfsUVx24ZXgkCFepvnxj2PTMw8Hx9nbGACQ+lFexqQXnV85skgg3n7swahJk0nFce2oIulJlBhfjY/zPymx9gyXH3Q3LMmeFNoQ/LPFziGaI2cb/XigfOPDpltLtH8hfh2uJz4CAnBYh3OjiXCynlIgImAAPDkS3kLeVEEbTG9zo4m+7OP0nd0HDxowwsuViOAvFM4Xq5Vf3PUEWl9dyZdiBiamDBKhtbGa0y7TMzYlSnkSijpN1lpT36yipa+tymjj1DW1ivVMzJhkqCgtMzA3b6+v5ooxA2NjGiKrqaoGpgaRQNTXVAEAaWt9dTvNTJdcWVVPUdHSpdat+e350llDKKo6eurk+jaFLotQWVFDYGgY66kLWurquEK2hp6OOqOhslrL2BivMzhfP5/jeqK5uVlPT+99704AIEFFucLMe813a6TVDgynMVrjjahmBPha9FUikVCpf/L18GoZ6TGHmcSjaVBQL03hALaIScBngXC+algsVmNjo5qa2jfp3ekbcvWHg/P/ILFNTU0GBgZ/KLE4ODj/isTW19draGh8k/tiCWy7vb/Y4aWIg6PkD7074eDg/JumIO56AgfnvwGBQEBRtE3Ax7MC55/qxsnlcoWCSCSSSLhqfJIVq9y3jWcWDs5/QWKJRKKBrh6eFTj/ECKR6OzZszQaberUqQwGA8+QT6mVuMTi4Px3KjMOzj8HnU7v06ePiYmJTCbDc+PTayVeM3Fwvnk+/kl2HJwvQq9evXR1dYlEYkNDA54buMTi4OBWLA7OF4bFYjEYjPe3ouDgEouDg1uxODifi4qKCoVCaWlpwbMCl1gcHNyKxcH5wrDZbAAQCoV4VuASi4ODSywOzhdGQ0OjtbVVKpXiWYFLLA7Ofxl8oBjnX0FfX7+qqgrPB1xicXBwKxYH58tjYWFRW1uL58P/o8RiwlET1j6KiDi3/6cJ68IAk4eePf+hr91sGeXT9ae6vPjEur867IAmPot8dH13wO5LERERZdXP1z/jKn+ozIhJbfjU0JIv7omv+PN5BQU3ZUtwTNczsvbiO8Vf5qMfCmHZ7cIPBCXK/elq+ntJF928evezy0vy8+RZXUsh8dyOxKoPpQgNWj+3XCzdvmJlfn3r30pj4cJrn9rtbcqPPvS8+cu/otKq5XtDup64OHu4HNA7J078+WeZMPmGSQEdl6H8G3eicCsW538ZBEHU1dXlcrny384DPv9/3dfYPyWxKDdFf3SAr4/P3FWHSc8PygRNjyq1GrIfjfPzXnfqAQZQk3Z/+mi/1aefYYDGEQYhKH/59DHDRk0vbEeTH981liRv2X54wij/e8+f/xAwckdYDgBUxwePGzZka/ALeWvF4vVBi1ZtK4gIOnYnR5mQvh5DHZC6+dNH+/j4kFIvOdafHTZ8bFqLPOHJY3N2+44fp/pN+qGG3+HEtTnq5+jQA77evokcuYRXuWre5IDFO1pqnq8+eefQkVW776Zi7a/8Ag6igI4dtUoubFizYOq4eRsEKHb5yLYTWxdfuxbpbG1d8vjQgft5ygDL7u51Myae37LQZ+Sk5DqJ8qQg5/LJ3w+MHD46Lf/F1JHeJ1J4AFhyyK5hQ7y3nX+KSbl7lk33m7iwvFWOCSuXTh/tP2u9DIXKOzvM+dcDC8SASX9fs5KPycNPbfYbMS6moJGXFu5rx1tyqwQAgr8fLcIAAMT1eVlcjYuHthzfsXREwE9NEqw0NmTicJ8t17IBIPvu4dE+w048ypc2vFrz69HJ/v7XnzxbNm30r1eTARPO2Hhp7hjvhbvuoOL2CnUPCbd85XcBU37c3VL1dG1g+JGbkY2ZD6aP9l1++MFbqqPgv6pTexW07t6LxAYhCQDOrJhbL1CArGry4UyFmLN24dSxc9fxUSx4zwaeAnhpl68+L1XeWvTo5HDvkY+fX5kyzCD52r5Rw/yCn5V01MbcqyeOHR3nN+xaRh2ggq3LZvuMm88Vtkxf8Ouj87uVEciNOj9ymPfBexkAUP/yVoCf9+pTMQBY9v1jo4cPP/0o57UESk9tXDR06IiH+U3KE7V3f4gM2bojsiH51kH/4SMvxxYJSl+aW9vVpYaPH+4zbdnh9vQDx7M5qx9W3SjSkXDLV8wNmPzjLiGKHdu749CmH0ZM/ZknxaLPbR46ZOjNfAEqE2TIzX+Y7P/T/puCsuRqMWPrhm0bv580dfkRMfovV2YcnP8HEhISXrx4UVFRIZVK09PTS0tLURRNSEiIjo5OSUmRyWTZ2dkFBQXV1dXp6em4xH75mlkT83CUm0GHFULQ43Py9PvbrNsfdet+xHcDTCV1MbtipMF3H/RsjW8VVOr4j6t8en9PcOjFPZPC8xqTC2XtBXmabv7XzqyMyuYfv3YrM+KVvCnijNzn5sMnjnGbauqLBFTNE/s32vrMWTzmzZeWwx6UO2vQAeD+pewhE1ZdPvTjnZjCjCrCszN7BqwNunV0BUnR4ZHk/oUU21Er71w/GBSWs3LpoT2nQw5MMruYqt3XfVzIlgXNrcLz6w+iYp4gdc+MUzvnjPlx1+mQ40v67Q7JeBFTNH7dMTKvJevWxjStiStH2CsDvHWjGMsMFI3/7f61EyrSDuMvPSbT3HNW6Mmpd8q0Qu7dvXT+lULKb7aa8yjiVnvS/Yjg/S4rzt4+voaikO38af3PJ2+HbBmvAOxaSIGlvm1OZlNVarjQa3li0C4Vv7X3wi8FH7wafT/fztSpJKEE5cWnjjhFRwAAasryDd0sXiY3zFx3ZNNgZmbcxRNVVjceRuikBkvKLtzVmnU34r7gypbykkJ2N5/LQb88f1V36PL16vh0WXN8G8Xw3J0nkxsPljSXmA3rv2rFsb2BV/aM0buaZdCr36QLc/QOZapdDH0wtuYIV/FGZGXcCoGu7aBefWeuD/KwYAJAN22sTSjdOWne5Z+cZ/nN33kq5NRKr+0XX2Y1UFSJkByfY2RmAAD89N/DVUY8fHIvfPMj85JTSZYLwx+Fll7YpxxkyIjN1HIbe/teSNi97EXDA9YdPH//wuoFRytmupreObsPAUDbc48mQPijx14mLEVL7LEahyv3HnunrakuvBprODP0fpjozm9iAADgFmcOWbz/yb3f7ieXdRRQUKrx2I3TmOH59vPv3L9VGnL8VUqBtYNFTpvxjQeP+7U9V9jPow8+tKtvo96QHt/P333g3LWd44xO38vKyGxZsOn42h6i0tw7DzQDnkRG6IjapO0VdCevE1du6JdE5+XkGZiTMjiMTSevb3AoSSxp+XcrMw7O/wP9+vVzd3c3NTWlUCiampr6+vpMJnPQoEGDBg3q1asXnU53cnKytbW1s7NzcXHBJfbL18wH0ZUOuuoAIKl7YjJ3e2P6vdHu5kcPLT+6acmuGy+zn8SPGOaFADr8h5WUktDJ3gYb9l4MuRudEXvP35zfwnbJLywaPMCsKjnNw60H1pZl49395eFjAebyhoaG7mvOteU8WbRs1PuDd7EcTVUaCQDucXvqEaGuONGrm0Kk6TR8/hZyWkjAlBVCIkV5aWiNjSEJ2ooeDHPDhE5jGhsaFCbuc/tJCWbWZKqmpK04vdtCA7Jo5vqq0RpNoiG/EAA4jeVW5mJqT18dMpZVXjtq/JC8ivrORz+V9tN2nDO07cm8gKm1FJbybHypqJu1ZsGDmMk9DFFuwvD5fUujfg+7dy0lJUWg189j2gb17GuTp/zEJ5JWHjuTGXp0xNRdRIAIcX86y7j+ZdqhUwk/++ompzZZkrj1tU1bts95VsPWZmtgFWmzxh89OKrDFW157suBBk0MF08WAeJLRDXPk2Z4OQOgUzdte7zl+Ir+aphcVIFpVhW8GuFjU5+Z5darP8bP13d3rHocvv67XgCQUaGA3Ds+NgKpk39jQwNqPmhGLxHVyqbo1s1+VtoNDQ36C05qdPncbkNZsbHL4KycEltXM+UZi96mRekXGOsvExRN7UM2EQBaGsqszMSYnisCaFJRq60eDQDCzj0L6KYHgFYixnHH7853Y2OyNg5dhwwAAEllwgEuhrLqZx5e2hUuy8kIiJuyegzSi+EY0JRDIzTLXd/13fnTjGvZjZlBF3wt6Q0NDaarrmccOjNcl99Q3+C/YScNAEBx4+KZ63fCMyKv+fYw6eh+tbja0rGE4HuD1Nsb6hpn/Loht7TJRJZ8MeRSdFJ2jNiZxomaMKcH92XIaPt2ypCfEIC6hjpTHY7hgCEMAjwtQfQshq2x466aNiybrsHNuf3jCm9UxKmi2pQWlVhKCr38hpEAiqsEuqr/muNW/Es7OP8KxsbGdDpdeVxQUIBnyFsDuij6T0gsmlwnTE+IvH7hyIRl0Wdnm8eHF7OLbi/Zd9fAzMzUxNjUzvLhjZBLB9deSatOuhbfl1XK6znJgt5y5G6dqLpM331gYSlqxULis2qtrbUaXjzwste3GeEZ4MwkAAAgAElEQVR14nbsg+B9D+soqVGl3VURTMI5ef7OG9tKXi+xHkklAGBcxHM2AJodk2fSWmHkYrd41uIG0NS3smNTEAAAjCfpMxUAXt2MHmKhJ067mBR7b2/gQ3l1IQEjyoiqDTcDl4xzowlTZpw+QCCryeIP3bsVdDC8bQip1sh1AMibBUZDXftOrrwe1C7HAAAUDezhk3+dOuklh2pmaWrMJgAAYKJasNSmIneShXpq9Kr7wdMd6ZdOxYz3cYu5eZ5pwPxp5qIqhbqhpY0aVjZj3kZE3VjbujsBbWSPmEmisuqf7vfZvAsBkpWZ4u7ThIPbtrfKRW1G/RhEgj7vwcyQ4A7Fw2SZ6QJGZaFhN3cASRVq6tHfNuTazaDtPzyqFjsMdtl3Ifzw1jUDV2/Ny2i1ZyOpORUOzgacl09725qFRdefOnP12slNDZPPvbyd4W6sJ0gNTnwWtj/oibQyn4gien3c7j16FHnz+JVcOSf+VCqvYwy0LC/BfZBZQVljN72OLouabffd+wsWu2khBFUs4dD92+f33GwaqyNrqMoLv7A/TmKlSQYA6N7T9FTInRO/zmvrPtuul8nh4LC9v27y/Wk1AgCYqEZhqk1F8h/G9DU3Z+eeeXz/xnern6xwVHAZRkIUACDx5uGdV1JMzI2sDTQsvPqH3IuKuHroVhXdwc/9TFj8leN70ng0AABZU0o9u7+9xu9BcSwaFQAAbSEOnQ9AsB9ke/FBfNDh3QXtaGW7Zml0TB8fX87La62axrUxj3Vbq6Mvp/fU1uLGHLt79eSlTJZLe6mZgytg4lpmt7Ati6++bLay0O+mQ0q69qKXGoFfX6nS3aOwkswpLI6Lunkr+HCU6hhbHdq/W5lxcP5FHB0d8W2y79fKb/KT7P+TYO0tlfM2R189Mgf5bJtnxpz9586tIX9+QFJRyqVNmPcv7sbs/81COfrr2umb9qh/icVGn/NJdgzDqFQqXklw/l1ycnIcHR3xfFAikUgQBMGncL6VHlH78TN3Tu+fiXyBoPju4/3IXyAgKIy4km84s+//qL4CYBJNm75qX8FiXnygGOdrwNbWFh9Qwa1YHJyvkc+xYqVSKYvFwvPw05HL5c+fP5dIJF1Pksnk3r17q6io4PmDG7Kfj0AgIJPJ+PdicXC+eXAr9q/y8OHDPn36vH/+2bNnI0aMQBAEz6K/h66uLp4JXa1YXGJxcP4jlRnn02lsbIyLi1MoFKqqqs3NzYaGhiQSqbm5mUgkKhQKEglvGP8mKioqYrGYRqPhWfEPrSh+Q/G1nXxhzfnEDwx/Ye3H7+V/emj5V3aJP/BTzp0zDe3yvx3P1uLkiPSmT7y4vSq/sa1jiy0nK17e1S8DKrwSfOtDN8r4lcHJzeXpKa/bQjQ7qwj7ohnOK83kCeVZVw+3S99vcNG8zLzXj5On5NQC1n4gvOzTAxdzy0KSuhalIjOrBEPbztzP+PObMcGJ0HTl01FJ/dkXHxwRrXh4kiOSf142KDKySj+eseUJ99NrurqvksXlct8Koq0sKDQWEzce3XOEK8O+lcqM8+kQCASFQmFlZSUSiYqLi4lEYmtrK5VKxe3Xz4RKpdbV1eH58P8hsSdPRTOo6qNcNP64IayLkar/hX2Ep88++9CKyevhSWTq319zkpMWBxqfumAnIuRc7evpm2Mbd3X9Sd5akVQq+dCNRJrWCCfq0YPnO2qwpCboQeKXrc2hJ49z5XD+ehKZ+F7A0sYzNztc/WHC/KuZdfL6KDBS//TAOfnhTCPVN/9Lqi5EvkIQmv9A2z8XPU5SC7VjfRVCVh3t+sHnXr8SQ/lMX4DiiotPMz+esdoOfW11aV06e2mhDW9JVFN+WjVfJelaoPmIaWrkb6DNxQeK/yo0Gs3Dw8PQ0NDd3X3hwoXW1tY9e/Z0cXGRSCS4H4/PV1k8Ezollrh69ep3fmAwPmsHfUH4wWOP8oseHr3b4mGZuV2rZ4/l26605T58WKHLzL+0/PhDrDFt//0mh8YnJr1Gbpy3EGPAL8t+9eyjsTOeNlCzcs3+h30NW1fvuy6qSz4S3WZed/NUVGl+2IFH/KFzJ/V6Hff2JSNHFsqot4/tUe3u9SS5xVMtdWdoLi/jWnC1jVHBocD4xqSbR4rYPSMP/1Lbztt9NGLEiD6bfljMUWC7V64bNTWACCBqLly06pC4Kfvg9axpA1R+3XulvSI2OIfo3d0EALL2jdoSK5Xm375cZSGP3Bqa1fL44kGSTd/H4U97DBqgq0JDRXU7blV7DO+/bNoChCratPnEACetcqZjyoUdqJkbq+bJhlNP+KXRJ1Lpfj0MAODJ2jGazo7XkuSenj2YFEJl0s1crrqJJHXr2UhubtgtjrmntQYAxG72u1jGSrm06UZSEyf5RrLAykIcv+7YQ0HFs+NJpL7y29vullbFBYW2duOdmnClhJp3/0Qho3c3QwYmaT56Nam3V+9rIcEsQ5Nt380bOXXs/BnLMGjZduB6HxNRci2rj5s9jYTkhB2SsSxoiZfC0oWUyvu/55poZRy4nNqSdPNYjWY/Bz06gGzRhLEp5a0mkuR9d/N4GdeDq21Yz0/38ei/bMk2qbB819nY7ozSUqEOM+1ck47bnmVL2wmwdsXWCWP6e42ar6NL27YlsKeRcM/l+IIHgQ1qbrRXV64l1KtwEzbHqmrdmqna3Xb07G0MhLv94K2x/l4EgIrnl3ZfjquKv3ylyHyY2vO990uqYwMT6QNkT7ZfS+cmXDvaoOV6a//mpnbO9uPxo/16EQAAxL37j9U30922YpPPEMdFy3ZL2op+D8uzx7IqJLo9HC3JRKT+6eGd90o4qVduNtpR4n4p0e19YdMWp0EDD23+TUeeGxRd/OLCTpaLb8XtrXqW3a31dTrf4ZdPr7N7+SSE3eruOcRIjQGyimmHs8e7G433XTJuQt/ZM1cqFM17zzzqq1p7MZPR24a+dMVx72F9PrNhFon+vqdroVCIL3f6S1hYWERHR5NIpPYuFBQU6Ovr6+jo4D6fP3OEgEKh4PkgEAhoNNqXnnLARNvCsKDTc8hCh+cPjC6ffLavvbKyKFPNf1VAb9ur+45v3H7YUU3xaMHhW6WtC6YwF/0wOSk1hSdjstmG9dlltzOvLf354IVfxubloaXZILFU2ZTDuBo4kySwSom0fGMvcksxt2k/zQ6oUKt4WfRC3915xa517QTVbAQlebUaTZtsFfEsorjOzYCQkJ8vt/Y8vH+p4MXxZ/klGVWnxdwGBQAZsAe71m0/fFMPaY5ObAi/9GDTzt90SLxH6x+g0J8AcOGR4EjUbEHFk4yclqs1fc/tmlTwoO1FJQeM/4+9846L4vgC+Ozu9X7cwR29914s2MEu9hZ7STSmaaKJSX6abkw0mqIxTWOJGkvssfcCoogICAgcvXN3wPW+5ffHGUPUGKOAB9nvhw8f2NvbmZ3dmTfvzZv3YiLdBAAAmGLxGDPFV0B79eXxGVnXrDCnpiTt9MYvB77wdS9/0fvzfrhTTynJJCxR8QQAECB+y+HEW/UREye7sBEAgLxa1X3gxB/Wrfp4/Wc8WDnu4zwwwh8A/GAm7auPxlz86fzYWS+jFzbeEvHWr/+usAYpvUWYwyM5U8Z2r7qQekqWMI59YYv7N2sm3/5dWS5gAwAgxMaM7BvKqfGZu3r84NjsVe/RqMwX5wzPuJEKMUWqRnX80Gl8OgwAKMtV9nuj+64tq9bveZ6mv375Bv7GBxecnHMxi3FYfyMAQsJYhsXN+PDtidNGDLC3KtK/WZdLH8RxnjWh97XrF1mCmMaKup5Jc1PX/96Lv27k8tXDgsXo7pWapszByzek9KFdPnRZ1VglK6oe+eaynqGSTTsaP/34Y19a0eELwm27mR8kH3xz3bcpHojy6ktGAnAhy/pdxZ98t4Jtybsi1Ly6LfXE/rmors/sH27tOHTRSZyLmQ2sfoqy4iJmePIPaybbX1lCk9njvZ9HJouu/rgxddva99Zv9GUYsxatqS4jEof0Z1EhAPCXVu5DGcLbAOMN0y2b/vrgGW/s+m2rCFQbRL6K2oKCgsa33lof6crektYwa15Y69lncXbVqMmsTGZAgrcYAACoEl3hZdmOne/t/e7OL3OWbfollGUrPbcop8gWO3I8rsljhwY927U70lD8b2Gz2WPHjrXZbK0PRkZGUigUs9nc0NDg6upKttITi1hyObbdDMWoAnf1oUDgzKrP5w8RVXiOP3u+4eRvP0mbTu0qVt/J1btyEX3xCdcBPYpA+G+vjZPGDZi/8GVq7Bwahy+/+G2e53wvJlqvCTxy7OiOT+ctnxuOeAYgEDjxyccvDPrTUU0ukwlc/SBA7Lsg8zAX9AoT6d2e//3o7xtf6/vFNOPb56FxU2fHurmIFfmvbj62ZFLQO+sPVtws+ezHPb//fih+2FsMAACB5VSgIirUcDuN7hlYr2Y70SBF+u7eQ+NhAADAbnBTKAA0XD8wzFvHC4wGAL+Qmt3brcY9IMhuNzTm75+c7PnlmD4h/YbOnTNNED226GbTkeP76i8fRAmTEvQ5cuzo1uWTv1jYCwIAENZqrwmNucfH9hTbbyG3tD7am2ihuLMpUN3Jb+dMjwUAEJilWDgUJqw3b5l8mVB+aXlCCFOB9Txy7Oi296euelEyZ1ttyoSZyU62ISJ9s8cQBBAyWUmiLxMAYK68EhXt35JxeEJvHwDw85Thn08YETFg+KzJo1wjhxfKZD2D7xrDL9VxpHzkJqUPkwIpU7dMikA9R6z5/fcjb84aNyPZHQCgzk/rnRgDE4Y/WrXfNy/71bgO/njuCzEDR04b0S8wvE9WuSrMk1Zs9WnMrfQTcQCwfadMbrq4f0ZPkU1drxeFyWyh+zatrjy0JlNuyTV6u/KoqoxfZ/filXg+d3XXjQgJzaaquEkEcSEAULWGKWHCIP3nH1J6sIF/AgSA7LdPF0xw9hu19vffj7wxc0Isr/GdX44sHOu+9Odzd9+B89tfS5bgNkMxt29Bgc6NCWlL0ikhPbMrdCHuTAAAIPRGn1d/P/r7D6/0/eLF4JPffZoSi+ghRFuW7+rtoQ587pdvPjiz4rV6A360KYwKt7IGo+psldjZVAK7+f+hyzCYiotv5I2M5SOZl2t92bBZUVImSiwrbI4UU7KOHAkLDCINxZ0OBEEYf8Xu5cRgMKRSaXZ2NtlET2yEVyqVZDu0j4ilej8nvDJg+LQahTWeUhQ3Z0S4qL7vgIH7a/xneClRb6+FY4Z+epH+yUQffq/eKRP7TU4ZszW9ASs6ANHYQhbz41mRANAXLUwal9z/myxe3+jESfRjA0bMkLdgsXT10Emr7tqiSwtdiAtDR88cuPQbxe26QC//1aOakvomHWNM93cKUmx+4aXlG3BU34A4rZg5eMKirR+8OiHutc8Ofzw9ZdrS5e9OBAAAiPL6yvmD+w/afr4iMHHYS9NDhw0ctr0+Zl5SCAAA2KoCpo4HgLh8Wt4ttGdY0SfDJrwY/9JaDwb74r5DehwAAFDg9MW7W8bMSk4ZPHZ/drPuzv48gyuHLhoWZblcDb871zclacCW2ohoKQcAQBjvxM0cAsOs9WuP2nUwLkV75HzNwkH4oIEpR5Cpo4OcAACYqSJo8jjcrKpgRCLAVl1P82Wzlr4QPDJpwKaKoDjfCPb55VNffA9j8I7mF4WMGgQIc5mcI6UCAAAGuAd/+u3k6epAMRfYav1mzUoZGz1y+KTjhVpFySU2xbL3UKa9aBda5bWibOnw4TAAp/ZWxLgFzuLuThoyHiRMc6IAAED2zarQIC8Ace+2Kn2aq1UWPnnUgB5OY0bPuFJhrijNFFBbTpy9yIiKHfn+mpVzRsxc+Pnl86tOn272poGW+srAISNZtSf6Jg9ripjV01lFjexBh8D5A7JwpCz++WHH5P7fzByx4IsTP61bCgAAFMnMmJbkoRNzy/UxnmFveZ3sM2hcfsyX/f3DJtN3JA2dSO0xLdLDadmUQZPf3PfpC0Ps78DRQ7UBdGDVVQWMnzj3/VfGJievPqP75NWhAkrTqaslAAAA8dYOq+jfN/k8b7bu6HJs6vevzH/lxw0nZcVVIYk9dFe+6zdopHTOZx4cyIt+u9ikH5jyof3K1uZqile0uqjQJzj23nvtDcl/XTECADBzw4aJSf3f3Xzjp89nh4UwxqZMvlpqDgr2IAeUrgQEQbGxsfn5+QThWM5uGIbJ5fLGv8dsNjtC65FzPgCA/eXpuNATyqwjO2siFo/1f4i0txn2/PgpZcj7k4P/dhnY1pxZQo0P48EAYD++vXjO6vUM0vWvM87sbKoJnxYd+jix81QZvXJgfRp71LJhge1azNOEnlAqle7u7uTb1eYUFRUFBgY6yNJsY2NjVVWVr6/vI84xGo1ZWVkTJkx4tlWtqanx9PT8j788jY2NTk5OZHQnEhKH4GlEbEtLi1QqJduwPaitrZVKpY6wU3b//v39+vVrfcRisdjdd61W6z0Po+rq6qioqGfrcNTc3EzKEYVCIRAIyB3WJCSdHnKfSfvh4eFRWVnp6en5zHVZOp2empqal5fHYrEyMjJ8fX1DQ0NVKpWLi8vt27fpdHp0dHR5efno0aOfVQ0JgqhoqkAx1Gg0NtuaAQBMOtND4PHf3G1s75WkiCUh6fSQm0zaFW9v78rKykdbaDsAHMcJgmCz2b6+vu7u7qWlpUKh0K4suru7SyQSFxcXPp+PYVh9fT0Mww0NDREREWw2u8Nq+GP6j5oEDU38hwJNAGu9NbwwfFTYKFLEkpCQkFosyUOAIMjT07O+vt7Nze0ZVkMikTg7O9+zFQ8ePPjeR7169bqnR169ejUiIuLGjRsajcbLy8tsNhMEAUEQi8W6lz69nVCFqag8qvKOEqEjBEbYjDZpjDSnJmcoOpRGof03e6Wj98yz6z5Smf/c86ety9n61/B7G99+tVL3N95ruP7HH3Y+6BF46qOXUQJbPWPS3zq92eo+Pds6Bhh+9Nv//Xom699WPuPnlXI9evjDNx69afHaT580GbEfJvVHH3YL320+cvcWbPWfnfzbkIdZW96/UlS29sCth3+Mtbz9vy8f3zky4/ulmdWGh35UmXH0jEz548Z9ONr46hcHO0F0QcK24evNLVU3duaojz3RcyRFLAmFQuFyuTqdrrVOCQDQ6/UdpsJ6eHhoNJri4uKSP8jOzi75K+Xl5SNGjAgKCpoxY8awYcNcXV1FIpFYLHZycmrtjVxYWHjnzp2ioiL778LCwqqqqsbGRoVCodPpGhoa5HK52WwuLi5+0FnnoZhMJpVahXARbZ227GyZQWHQVGsMCgMAAKEjNsz2n534tn10J8LStOPnny5m13WPDwOY6dCvW09nyCJiIwlt/Z7t266XaCPD/e0B/poK037curugAcSFeQEAMEPjrsPX088dMTME147uvmPghXuLLsvQ7uHczd//mH6nuVuk1+oVHxap0YEhTr9s2px2uyYsOuS3ozljxyRu/2lXaGyUtvTqpq27FZBrsKcTAMDSVKGi+VbdTispuP77paLouHAqDNmqT7zx2T5699Gnz9+xNt8paKZEBUhzLx/59eAZgXeIM5cBANDknYyKT9j0S1pp5pGb1Tax5eZnG8+nzJqvyDy6+/B5l8AIRsOFvKLS0zXMi6eyiq8fKtZw6jOOnC1ojo/wNypKt/689fodRYhEvfyzrcbgpBabNDFWemDH5tPXimPjo+5c3i8rztt/8kZwTAyLAqHy9LdXbjOFDD5y/A7VUpZarO8W6Vt45ci2PUd1dGnDzV93HEtPHDRCwIA1BWeCoxIqLv/2y4HTvMAECdtuG8QyTu45eD4vv6iye4STf1B0c87JrXt+p/knSKm6zcdzM07sUsASH6QqvYHfzc26efMvmSWq6BD2rluGaHfutW1fSaJ71uWc3/rrISvPx9uZmX581+FLhdn5FYPHj+ZQ7q6gEH8+x4iK/NuYMn3HkbRIP0SuNmZfOgs8Iz148O+7tx69nBsRH1uV/ltpcX414ucpoFobbl64dvvo4WNiT9H+rVtaRJH+InpD/sUt2w/omR5+LrRTe7ceuZTjHxnNJtR7tmw6d7MqPjYMgay7Nn536kq2X2wC3di4ffOWyhZVYwvsgih3bNuRJ4cjgzxgCACAf7vlUsHVw9UmbumVA2nl5phQb5OidMe27bkNeGSwp32za86WJQnz/qfJuySm1ny56XzKrJe8BNScM/vN4iABVb/1pCwmUHBk19ajl3Nju8WWX9xJ844CTcVnb+sDPQUd2SGfJroTjuNk1Lq2JSMjo66ujsFgqNVqrVarUqlaWlrKysqampoaGhrc3NyuXbtmd/Gtqqry8fFpV+FaV1dntVqlUqmbm5u3t7eXl5eXl5ebm5tYLA4ODvZqhaen5z3PLCcnp9aKOI1G4/xBY2OjXq+3Wq04jru4uLBYLAqFotfra2pqMAzTaDQEQRiNxurqaqvVSqVSjUaj0Wi0WCxms9lgMJhMJuNfQRCEyWBes13TN+ndu7tDEMRwYiA0xNhspFlpvYS9qAj1v/YK2Ww2BEHafvL7/dtLokfMHOimMeDE2vnPhw4YlxJB/XhLxuefftdnzPRg9eXjWfZdyejuy8o5CxbkrV9qV/JU1QVXyvSTx/XY8NO+5ElTzv563IYqUpXwZ3PmDZ02vxe/zowwYlnW1UtmZJ4/N/C5OW6azBtlpbib8L0lK/pMnEg35Lx/3jzzxQWyDQvtY1VV7jU5hBzZedCrxyjfxnMlchMAgOo1QB//wVhvtdXFZ/T0Gfm/bb55YtNNq//zM1O++GyHXa89+dNODlDsP5ueMm12/YFvBC7+/gNfp2T+lIMHzp46YMWa39L37rtSzxoTAx+8mj9u1uztqz4OHTrJfGWXkcBTz6cPnzaXXXaqBAqjBk9Z0AO+ZhOtmDIhpN+YlCjkwz3FRzf9yghK6sGtv1igAgBQJPFwyIz5PWh6kduQqfO0h9YatI2pdaJ5z489snO3n4A/8cX3ffgUAMC5bXtomivfK0IXzJl4K7PK3tpXdq4s5cY/N9jtar2k7MTvmD57XQFnwfwZ11NLDfUXLt6unzx7VsaPK+/ky3xjYs5dyBkz8wX0+q5aA3LgSD5uLP6hpZu56vzmQtbsF6af+mrFsc2f1Im6T04SZah9RfQ/PRTWzp979zn+knPyVGao2Hnk8+/Z8vKpgoA5s1PWbLv53SuzfXuPnj7Y99V1WUc2bG4WxsZ6MgEAxZfOFOhF0wcLV+25PfX5aZ+suWxruvp1FmXWvNlXv1mefuyHOq8hE3r71NRrtn+yzDtpylBfi8aK1Z7bHJkyfUwiZ2Na+fJ3Vg8YN01380idQbVi49kRU+dy0r4ubTIDAAhUfvRm2fhp47d8+WXcyOfqzuwzmes//e73oc/NFmZtzKszAAAAYXqvYLAbFTu6/Zivq79f8qLePiwAAKjLL6nVnV73QUys7zcvzvDpmTJtoHTR5oJDO0+zYVCRnSandKY88+RabJsTFhYWGhrq5OSEIAiHw0FR1NPTMy4ujs/nBwYGAgCCg4MDAgJiYmIemhSvrcboiooKvV7v7u7u7Ox8n9OQ2WxuLUT/FZGRkT179uzevXtcXByTyXRxcZFIJAEBAb169QoODo6Ojg4ICPDx8UlOTo6NjRX/gVAoFAqFYrHYrhm3hsPh0Gg0W6ZNGiPlunHFoWJRoEgaI3UJdeE18Ri0/2KkJ3uvbHsRO3nx0rS93311uJoDG49DfasKssq0nNG+TfXs4KLsGyafPj0DBQAAU016Vc2dtGu3blD62ytRW5rx3POjgKqp+8CJzkwDPyIQr7rQp5ff/E8+OrBxzXfn1SzCfKaEwzEpzl/LT0tNz6zQ+ZhvqTSgSd4s5TNzvvt0kI8tI/16xPPv2J+nrKQwwV3JSxwd6uZU2kKTODEBAHhT2rB5/bSlJ158f4GAgek57qmnb0ixuoyskllzR9gHqmO1Hkj1kVe+eFPIolRjns3VxcEDos6nNc4YEi1y4nCc+Wdl0OzRfTnyM7OWz+fQAD3+RU8BpR4T03Q1V7MK0tKuZzYg3jSZT/9YW+nvE4cKz7q+Fe4j5fMZApG1VtS7m6+LXG0K8uMDAHBNbmByHFZ98oVPl4g4jCKThyLvXFVldvqVS2yvqJu3q0LD7y7/nKp2FkgTJ1Iz3n97uXe8LwAAEMazV1sm9QkWC1gRvcOvVSEePt2mSGs+fPMt317BFWcOfrR0vNhJyKTTSktl0e7qzLyCtKsZN1QiF77YVnnnk7nv/rS477Ufvk5w0mZk5CTNmZKabRubGCQSMGMGRLZapTccg/rZn+P0HrCKG3I7vywixjO1WDd5ZCIbq+41wPWgqVtd4a3cCvPCFOcCevcRCUFMBAIAXC9WjhwSbyiWzR2fzIEbu0/qduPLD/tIDBnXsxKffzW632RW/v7PvjsidhWMXPD67SM/rd1XzKXBvx7LS790KSv1dF+nalryQl9XZzqDK1ZeY4lccjOvs5PmevBpAABr+aHZ78xhElbnnnPdeISWLVVdPwUL3fJuZtB7TfUTMwAAaO3hqW8MI2zGLGuYsro4OCnBfkuewa4NZRcvskdES/EzrBkx/m5OTiwnKZIPxSAAFOTd7hEm7ESdmTQUtzlcLpfH48EwLJFI+Hy+v78/m83mcDgikci+H0YkEgmFQoFA0B6RAlEULS4utlgsvr6+PB7voR65LS0tbVIWj9dms8m3Et+KvBnpfNXZ/iNJlyTcTng+/vlDBw8dPnz4xo0b/6lIn/an1sY9kzAUvP71uUEpIxurGgmCCqoyvdx5h/ccjQyW6hS1Lhzz0atVLnwqAGDLim/Hz5oFl5/k9rM7m+FFacXdXZDCQll4d39dcXpocNCdk9fjhNWLfs4ZNW50hawONWnq+PFFmSdAz2nh/Bvjk+wAACAASURBVJY8vUttRuH8BbP/N4qTVt4kDvKU2Zwh5a0MozcEAAC2YpmVU1HgGxILgK0cDrGrZTUndyVLLLcPnB/gSjHKa2ghQ3hsm40nKTh/mOHkDAAAhM4QMTpv55EUTypqaDGGjqsquJ4Uxqdba9OyclYu/WT6xD6NgkQeDbqz7+gYX7ql6UbPKb1tmkattHfu+UPCAdP9KDUVFD9T1tlQZ2bWb5d7S3iWvP2y26nvfHzkeX8DN3IIAFhpPQjkIwAAxbXT4c6Mgn3Hh/swcUzfEjL+68/2vTBzTPG1S67BYUWVGikTAwAAQq8NGLJq+jRG6MB+IVQjbl8DRVim6vRbOe8vXREe7K3kRe946xWtpPvgWK4Rx/fvLzl48saRTauw5BeryyyNZ/f4DZvuZi1sEkcxYIpzyzHXdzYxISD2da5HXFRFV2oQb6au9NqtW8ve/CwuNODM78fMdxerqVDl3efojMqdY/oWlzS6s0xVVk8pC644cyrZ3xWpzfTzkx76+ZdAvp4eO/beLLxCI/LkwKeuyr0lvKa03dO7OTmHeFYBF2NFerGFveSVFSF9hgtho80ge/3zw/2Hj1Q3KgnjrTTX8cPipHvON/tzaTVZV/Mu7dqYjkcHOCs0Jj5oPFYMsWgwAOD2jgMjvCgt9TkJoxPM8nLEsxtbLFKqdEKk6ViBlcNAAADWhrxoCcWilzN72p/j3dGE7+u/fc3u16YnwxAVlZ0ouXPjpXnr3umB6Aj4TvrBn9Ixf3Zn2mZAarEdhlAobCvZ9ndm4by8PJvNFhwc/OjUDkaj0dEah0ljDg4ePDNqpv1neuT0fv792Az2yJEjFQqFwWD4T80F7Tfb9qEn9BqVGSU4fAGDAluNWq0J5fAEDCps0qmNNoLHF9hTrWEWo1pnYnB5Jr1BLBIAQOg1Gg5fYDZoKSweZDHYECZh0tG4PINGZcUAVyCkw4SqRc0V8LRqDYXOBKgFghEmh0cBFo0F5jMRVXMLgdCFAi4EAACEVqtn0mCMwmJQCI3eyucwAAC41dBigJjAzBY64ajFiFNZsE2t0VEYHB6bAQAABKqxAIpJwxaKCNymt8EUq57B5eNWk1pnpLO4HCaiMaJ8Ft2obmEJnHCrDqVyqbhNZ4G4dEKl1lIYLMJqZnOYGr2NAaEsvtBiUOstBIfHpwKrmaCxaZBOZ+ByOQAAAjW16DAmZGUKnCAC1VggJqbXmXEWi2HFAI2wEDQOi04BBKoxExzEqtKaKDSWgHd3vRy1GDV6M4NGQRhMqxXn0HCVxgDTmEIuY/ikb/ZumosjND6Prdfq2SyaSqOnMdmY2cQTcidNWfnbng8RCBAEpmpRwVSmgMe2mQ1ag4VBRags7i+bzz2/YIh95L73HCmExQozYLMWQxgYhvM4TItOTeEIcLNOY7CyeQI6ghoxKodm70i4VmfmcVlajZbL56E6FcIRwgBXtbQAKlPIY1sMWp3JxmBzOUyaQasy2XA2T8CkwqrmZoDQGTAqry3luvljzYVr9tWsefc5vUZlwREBn4fAEADAoGpiC8WoRYfTuBTUYsQoHAas16gtGCQQ8O3n4Mqjl6gjB3CtRoyKWHQMLt8uOVuydvymiH1peAQAwGLQ6MwYmydgUiC1qhlQ6AgAXB63gzvk04SeQBCElLIdhj2zbHsorzk5OeHh4VTqPy9b3l3n6zwSS6fT0Wg0uVzu5ub2H8l4j6IojuNkdKeuCWGrev43aOt0r4d8hjVNmvzGN9u2uHMf4UZv9/N/xnfRJDv33JwP/JJnrP/kFeYTDib4jK8Ldy4Ob30o/+A36wsl3y+bSnEkTfVpRCyVSiVziXckbb6Bp6SkxM/P7/HnSRqNhs/nd8amw3G8srLSz8+vy78kOI6jKEqKWBKSTi9iKRQKuRzbkVRUVHh7e/+rNs/Pz4dh2K7MWa1WiURSV1cHwzBBEBQKJTo6Ojc318nJqaqqysXFRSgUeng8KreETCYLCgrqvA14586d4ODgrm16wTAMwzAy9AQJSVeYL5MitiPx9fXV6/WPXiu9DyaTSaPRqFSqSqVydnY2Go0ikUiv14vFYrvVl06n+/n52VPYPtotCMdxgUDQqRswLCxMo9FAENSGzlYO2CtBR2baISEhaSctliAIcl9sB1NQUBAeHv5k31Wr1S0tLU9sLLXZbI+zXuv42Gy2+vp6T0/PLjlBtFgsEAS1w43hhvw6bdtf1daiRp9BM925irZHACOzhrhy3nbyDCrXAQBA5TUbSoByOYGaiYyyhxRYdB013X/7hLyqXK+sqVFZm2uKZXVPMkATuO2mTP3wj8zyO416k7IOB0CWU0IOqY4/XybpSLy8vJ4gK6pWq62srBQIBE+zGFlWVtZ5202n02k0Gr1er9frDQaDRCLJz89vbm42GAwajQYA0NTUpFKpZDLZ0wRjcZxe2fYi1lJ5NKNW3fb1heAPD9d2fDOp9ESbu5G0lKKTpxm1VJhnwxKTDAYMNGsApEdfOks0FViOPkxWLn3DbLlP6SlLO11FtVotMMX8xde7JeIn8X1ANVkH6x4+Outyt5c0G356bT5GgJaTH6CAhBSxJH/C5XL/lYg1m80NDQ10Ov3pQ0F1ate2/Pz8kpISCILq6+sBAOXl5U5OTtXV1VlZWeXl5QCAkpKS4uJitVp969atLtAr234t9s7JtO5jBqz/cGns3A95R2edgZKai27FzPvKt2LP0VsNSpXpnTeGbM5gLIuvH/RGUdrxxcPm7ji7/VUAiBOfTS8V9cq7djO2V2Lp9dQx736bQJet/eWMRdsYOPHDud2F1aePg4nTAQAWVeXatT8arUZx4vTnWBe/Oq91GzR3ydBAAMDiqfpmGGpiIRumQxNWoZE8wuxH+3kBvGSFxaQl/Kcyp8iMP+gomgLU9xX2x0NhAMClbaYfzuI1Jfi3RzhvjtJ3G0g5edCWUchjU4BFhS/cRSzPMR4pIOoN8PF9zK/fNN5R4Eox7fg3NO9kc/VFxun5msh1vK9fMzZbCaOYuvsbOgyApgRd9JHFpMUTl7CHXjf8pUSCeH+x+dv9HG8GwAnkUiiVDoGJq7BxLItHOK3gtq2JRoxfZhu6glvyteGDPRzFXtMFEa1cRSxbaMjIAdfS2TQIEJjpp+9Ov/vVx5uWLwlL9K3R6xU6nE8HvyyamvzpDpHi6Bcl3eYL0zYcLzSqlDPfW3t93XtzVn6lufDdVdaYyb08AGH+YeXKRguw4ZWTl373xbKlOoLA3Hq9PQBZsik7RKRvdB76+aQxyebCEc1iaYE2qbuk3ga8qOS46qA8gTpF8vSUlpaGhYU9zlCrUCgoFIqrq2ublBscHNx5Gy0xMdH+R1BQkNls9vLy4nA4Hh4eKpXKYrG0PqFrTHzbXsSeyJaXX5j6yvfH4yWs909o3j2+UFtwdGtJ3tUczvoVn+T++vltOdNkMn25/oYbl523ZelX3/0IAAC4JbWQ/sn21w4bFodPmdeP21JjJT5d+Tk3OslJyNpxRDanWwJGs28GJU798m3KklUxQtOrizdf4FWMfeWLPr58AEDdXn3UR+y5QdBbidqcbOTVlax58dBzyYbXczEigOrpAn7egTUVYJ8Vcyn1tuev3K2wOID6vBjfvsZis+K2cNqq1XTeFas9tIOm1jZwNnXTQtPkj1lJ3RGKETuahb++nBEfihBNtv6v0CAAvj4CPk803ECRXh7g0jmbDdDpALy9xPzRLo4vCw+Yhpbc+kuJaBOew0C8maDwlOW7o9jBW1DlCWr8HKrPRvOLa5jz/a3flTAbLsC/KPBSGObBYNtFLHY+FvAcfcMntOuLNFUWEMgAuvpsbPhC2KaWGcUjOMIh0yYGimkAgLggnsZo+HjZlY17R40bn3f40Epl/pn1Z3JNmCsHBqduVQbOlQAAKvZ/5DFp6cvBotf69EJiV8S/+ulAN7BiweI8F79BM1+eFosv/CqN5jyYjvHcUxZOieCV5arZpDMNqcWS/JXHcYi1uw23lXAFANTW1j7a2bgT0XpvsVAotFqt1dXVnp6eXWMHWjsZim0lUOSX69/bfKocAPw6bRAbBrV5qQlilSS6DwTwqwXyiDBfS9U5bsocF9D84a1ukVwIAIAZW+oEiVRgLqmlB/GQDFlzsA+thpG8cMH8Sb0Dti7vierye0wdAAAAhDXvjjFMRDVUZjpHheU28aO87tpIj6y1TQqGUAOeCiPZx7BhUZClATX4wtUmypcrGa+NQY5/Tz1iowpg0HDF8vIIGABQkW794jTmGUqxcmD3GtvYiRQEgN+aEBYFAABKj1on+BMrTvNC2MTMN8wVMmL7HpZIjS7ai1YesMxLhIANvy6hXd2O7trAWPoK7dWPmHQAAE6UoognFyhTLVPmUu4rEaICbQNuAyB0GH12Tyh2LEV5xjK7D7yuEKFjIJVN48GgOMs2yAXjhVABRpy4DaDrtpRkCgzAl6cgbxoAADQXnxnZy8WsrIQ8uucVVYRHSO0t4N3N7+zPb8/48lMIlYOEiRAgijMv9gqy0L17ANxwtdDm50QFAKReLot15QFMXUCJyfw9t7c73aqqbhRGlJXVD4iWmCqvh4YHQgCYS4+NGR4AANh/WO1CBjYgRSzJX9tcpVLt3bv3wY8IggAAtLS0NDY2urq6tqF8BQCo1equ2qQ0Gs3T07OiosLegKSIfRimMuc+yQL3JP2vH2G2asnY5wBAb15t6BvX3Xj249deX+qa8kqAUKi9XjB5QBjdIvt4xQz793RNFW5Jw3F9rZLtTwG2Cp3Inc2eHt/yxuuLvk+1eLAp+z9cvbi3EAAAINqIkeEvznvp899KFz4Xa3CP4f4x+k/7iTWgp+65F02b9jLTGsH8Ybop71rXrWa8PgaMHqF/ew8eJCCcptIBAEd+QBMFAABApYLck9bvN1tqa/GDu9G4UBhgODyUZs8FtGsXHkgQL6bo3l9nXfA63dqITRptWL0De28ihSZBXhuvf2uVJeY1+sQvWROG6Ge9ZeneEwEAABiaFY8PGKBfehJa1h/cVyIiQL6dD/eM1w4bb7jdQoxPQPZtx2JcAI2BF6sxz9k0QIC0i0S0C5yzyzTvTZMxhHL+GnF+g3HgUP3MvX/ETQIQhwLVV5QE9EmQVRpDnO5aI9j+8ZfU/fp5sCGqNLHh65deW5zPHz3AS1h+bsMnX/6o9wjlIQAAMGrBtLdfW/DJuu2M5LnDFz3/4tz5H6w/9M6yaeXNXAkNFF69HRroBwDQyzWnt58irFWNE75ANTWvvrOZHFgdE9JQ3PHAMFxVVfVgMjuNRnPo0KGqqioWiyWVStvcV9bf378LtyoEQX5+frW1tV3gXjrTph2sKXVPXfj06MdNK6GvRCd/S5z4sssuHmqqrh7Duk33+0t4JlNT/boP/jfl800+/LbMfrz2tXde37CaXIdtb55m045KpZJIJGQbdjBms/ngwYPTpk1rfWTPnj16vb5///6RkZHtUSKdTv8vRPJSKBQuLi6d+haUSiWfz+8cIlanVHKdnf/xNJms68/lg4IQAADAsSY9Lub9RfCZVEo9xHYWsNqyPALVWGE+nVyJdWgR29TU1Lbx/EgeSlFj0fH841CrwJs6vY7L+TOctdliZmCMef3n8djtElGhsLAwNDT0P9LaarWay+V23ghQcrlcKBSSoSdISDq9iFUoFF3GBcZxR0yNfLNuMyP0n6L/44Cfzn8h+oX2qMO/DSnV2VGpVFwut5OmDWhoaBCJRGQARRKSTk8XdndqbGw8fPjwfQdTUlI8PT07uCY16hqaPw0QgAAEAAACEICAQWlgiVkQgAhAQAACAAAY1FBq2qkO/7UYXkKhsLm5mcViMZnMTld5u9MWKWJJSDo9XTVAscViqaurGz9+/INyl06nd/BanX3ELD5WrK3RRk6LNKlMdA792tprfG++wEdQlVrF8+BZNBb3bu5ivrg9KpCXl9ce67sOjkgkUigUBEGwWKzO2CtJEUtC0unpqhlLqqqqRCKRxWKhUqlqtZpGo9kj5tvjATk5OZlMJqvV+sRrW/dSNuI4DkGQPTUKQRD24yiKtrS02DOfQxBkxayYAQsedTfsgzxP7hbnNmj1IPu/gSMC/5wZXLe0R2uIxeIu/A5rtdrLly+3Sbp7oVA4cOBANptNilgSEhJSi/0HEZifn+/v719YWJiRkeHs7Eyj0caMGVNcXJydnW0ymQYNGkQQBIIgNBrtnq55j6KiIqPRyGAwpFJpamqqn58fk8m0WCw6nQ6GYbFYLJfLWSyWSqVycnIKDQ3l8/mtG7P1wmcgEXg7+7YuTAchEADAI9wDWABmud/FEmvGhrCHtHlT4DguFAq76gtMEMSNGzd69OjRVhc8d+7cqFGjnm2/sJdOujuRkDgET+PupNVqu6SKU1dXZzQaH8w9rtfrzWZzaGhodnb2o2M71NbW2mw2FotlMBggCHJxcWEwGBiGKRQKKpXK4/FUKhWCIE1NTSKRSCqV/mOV5Bq5xWZpXUN3d/d7/0IQJOaJmdS2XzgsLS319/fvqtt19Hq9PUCxk5NTbW0tg8FoaGiQSCRms1koFFZWVrq5uUEQZDab2Ww2lUplMBgqlQqGYY1Gw2KxTCaTp6dnc3NzXl5er169VCqVzWaLiYl5trbllpYWDodDarEkJKQW66C4u7ufPn1aKpW2zt2GYZhcLh84cCAEQXFxcY++wkMdrREEuXfc7kfz+LuKJfy/nGlqNnmJvTqgKRgMRpffDpuTkxMaGlpeXl5UVKRWq/v06WOxWFxdXdPS0oKDg2k0WkNDA5/P5/P57u7uBEGcOnVq6NChpaWlJpPJaDTeunXLzc0tKytLpVJFRUU5SK8ktVgSkk6vxRqNxs6eo/sRNDU12ROV3xOQjhOU4Pbt2x0zmhsMhme+uNh+2Gy2rKysewn+Ghoaampqunfv/sQXzM7OTkpKsq8dPCu0Wi2DwSC1WBKSTk9XdXey07XdfB6HxsbGzh7q6NFQqVQIgsrKyrhcrv199vHxUSgUT3Y1tVotlUqfrXwFpLsTCUmXoasaih2fjglYj2FYl3/EPXr00Gq1ZrP5cU4+d+5cUlLS380sfXx8HCFAByliSUhILZakE7R8p9sS+mTweDwe77ECTwoEgjNnzsyePdvxJ77k5JeEhNRiSZ6QDoirVVNT86BP9X8coVCIYVh1dbXj90pSiyUhIUUsiePqlxAEkc/3PmJjY3v06OHgzQLDMI7j5JMjIen0kIbiZ4XzY2QAe0oYDAbZzg+2CQzDMpnM8Se+pIglISEheUIec+3wccBxHMdxgiBa/6FUKoVCYVNTk/1vu126C2d9+Fe0DvrhsJCGYhKSTg+O46Qi29nJzMy02WyxsbFlZWU6nc7FxQWCIJlMFhgYaLPZioqKOBxOQ0NDZGRkdnZ2fHw82WJsNttoNDqsL5h9JkSGniAhcQieJvQEAOCZ7wL8b3IvkUB7XK26utpqtQYEBJDt/Hc4cvYhq9VKarEkJF1EiyUboePR6XRtu//yPmnN5XK7cNCuNsGRbcU4jsOkoxoJSRcAwzCyETqe+vr6do0bbLPZunxc4qekDdfC22niS4pYEhJSiyV5ElAUbddn2jGhozo1MAyrVCpSxJKQkJAitqvRri5mWq22a8clbisRq1QqSRFLQkLSjpCG4mfCvfyyWq22zZVai8VCWok79fzSXjHS3YmEhBxlSB6FWq2urKxkMplsNlun00EQZP/NYDBqamoiIyMLCgr8/f0RBGloaAgICHj6YBHkA318HNacTopYEhJSxJL8M1wuNzAwEEEQCIK4XG5VVVVYWBhBECiK2nPFh4WFcTgcgiAoFEqbqJ5Go5G0Ej9IeXm5yWSiUCgikUilUgUGBlZXVzc3N1dWVtJoNDqdjmGYVqulUCh0Ol0kEj3bnWykoZiEpItAGorbFQRB2Gw2g8Gg0+l8Pj8qKorNZqtUKh6PZ0+TzufzEQShUCh8Pp9Opz99iRqNhrQSP3TmYTQabTZbRUUFm80+duyYq6srnU7X6XQoiqIoarPZKBQKAECv1z/zeSepxZKQkFosyRNiMBjaadMjiqJ2OUFyHxEREa3/dXFxoVAoPB4vODjYYXslqcWSkJAiluRf035S0GazSSQSsoUf8xE4+FosKWJJSDo9pFGx43F1dW2nK5eVlZHN2wVefnvFHjIRI9d1SEg6mKfsdGSYtg6mbUMTtwZFUT8/P7KFH7/jeHp6Ombd/jYlu1qtJp8cCUknghSxHYxcLm8nj1+TycTlcskWfvy5jsNm2iHzxZKQdBHITHYdjEajaadpTWVlJdm8j4/DRk8kRSwJCanFkjwh7ZQAB8fxsLAwsnkfH4VCQYpYEhISUovtUrSTcVIul5OP8l/hyMl0SRFLQkJqsST/mubmZntQpzbHYDCQzfuvHkSbBPpo115JbnAmISFFbDtiMtlyc6vb6Dah7t2fvbetRqMRiUT/NZ3MAZHL5e30INqwV0JNTU3koyIh6dRgGMZkMh2wYllZlb/8clso5LfJ1QiCaGioX7duAov1LHUXpVLp7Ozc5peVyWRBQUHky/yYoChqjxrtwJNLE4IgpH2JhITUYtuL5csP+fh48Plcna6GRgN8Ptf+o9fXGo2NVCpx7wiLRZXJzqtUZWazUqG4w+Nx7n1k/8EwrUDACwgI+Prrs8/wjk6cOFFaWmo2m9v8yk5OTuSb/PgUFRU5eMQV0lBMQtJFcFgfGRqNduXKju7dxzc2lnK54pqaPDqd3dxcKxZ7EQSRkbGfyeSpVPV8vsTDI0ws9tZqFRqNwsMjTK1uqK29ExDQo6TkukJR3rv3VLPZUFSU5u/fTanUPsM7ampqMplMPXv2bNvLms1mUsT+KxwzLvF9IpYgCFLEkpCQWmx7gaJoUtJUAEB09FAYRtjsBAShuLkFQxAMQZCzsw8MIzCMAEDAMAXHMYLAYRghCBxBqHy+hCBwKpWWlPQCAIRE4ieR+EEQ/GznE3Q6fcSIEW2uP5WXl5PbdR6fwsLC0NBQx++VGIaRa7EkJJ2eZ5sX8xEsWbLHw6Mt1xd1On1ysqRv33bXYAiC+PXXX/8xsoFUKp00adLTF2exWBzZOfbZYrAYvjj7BeL659SKsBDJouS+wX0dudoEQdhsNlLEkpB0ehAEcUxbMUEQy5YdyM2tbZOrQRDx4osDxoyJ7YCa7969e+DAgY9z5okTJ+bMmfM0ZdXV1bm6upI7r/6OH3N/NPYx2kw2hIpgNgxGYBzDIQx61fwqm8522GpjGIZhGGkoJiHp9OA47pgiFoKgzz+f2BmbNCYmRq/XW61WCIIIgqBQKJcuXUpMTMzKynJ3d3d3d8cwjMViWa3Wp18UtNlspHx98JU+c+ZMQkICg8GoR+t5GO/mjze9+3kbm4xUNhUQwKuPV35pfg//Ho58C+Ch7k6OvNOIhKRLgmHY06TfIPPFtgebNm3icDgJCQlNTU1Wq1WpVNpsNjqdfv36dR8fn8bGRpVKxefz+/Tp8zSloChKZoe9Z/MwmUwEQej1eq1Wq1QqDxw44O/vD4RAka+IeyEub3ce35NPYIRVZyUwwsFvB8dxCIJILZaE5NnzlDoomYCyzdHpdIsXL37wuJubW1JSUusjubm5T1NQZWXlfzzihNVqNZlMarWaIAhPT08EQdhstkQiMRgMMTExAID87Hw8GgcAJCxI+FOAmXAPJw8HF7EIgpAiloSk00NqsW2OXq9vaGj4x4AeWq32aXLPZWZmikQiHMf/m4bi5uZms9nMYDBEIhGff398Ert8BQCM9x6/98Zem9AGAQgAQACCwAi3ajf3RHdSxJKQkJAitvORnJzc3Nys0+ke/MhiseA4bpe+Pj4+YrH4iUvJz89HEMTDw8NhfcKfEoPBoNPp7O54VqtVIpHU1tZiGIbjuE6nCw8PV6lUFAqlvr6eyWRyOJyHBn/2cvJ6S/iWBbUQBAEAwAn85o2b/fr06xS9khSxJCSdHtJQfB9mC9rYrL9/pJbyYfhf7GcViUR/55hSU1Pj6upKoTzt+IkgyIQJE7qqfAUAtLS0qFQqLy+vqqoqNze3K1eu2Gw2BEEEAgGVSqVQKEqlkk6n4zje1NT0CMcxCIIYVMa9fwsLCmkUWmJiIiliSUhISC22Q8kvUxzI1POF9wdLaj6Tu3RSKI/dBttPPT09S0tL/f39H4xBUVTZfPxqCXgMUU4AoNa7/Hgk79FnDUsMCPd17qTPwtPT09PTEwAgEAgwDJNKpX5+fq1V1ScTkzQaDcdxgiAcOYYiKWJJSEgttqtBEMTX+3LdnLnOIREqRY3QxfPeR2IX1y3Hrr7xXFybFOTv7y+Tye5TvMrrVL/d0PmFJT3m0O/6GOccviWjUVoCPTt3eMWamhoul9tWUQ8nTZpUVVXl4DGK7SKW3IxFQkJqsV2oKQjA5nBYHD4AoK48//bVo6d+XZ36+6ac1CM4hta1mNqqIAiCAgIC5HJ564PF1c1CPqfo5rk7N87cdz5qs2pbGgEALfJqXcvdb5XlpQMASm+n4Rh63/nqpnqjXg0A8PEPklW3dOqHUlZW5ubmJhAI2uqCXC43PDy8U/RKUoslISFFbNdqDQyTeAVbTPqAqD4wQgnrPhTHbDiOIxQqBW5LvQdBEB6PZ7PZ7lk+MYygMzmozUoQeFHWBavJ4BPWHYLh41tXOEk8Y/qNbagsNGiafcN75lw5zGBxKVR6ZeGN6uJbPqHd8tKPEwTeVF9BpTPErn5l+emuvmGoxdx96AwMJzrvm1lXV+fn59fmGicEQVlZWfHx8aSIJSEhaV9IQ/GfYg+GGBSczuT85SiVZh/yBsW7tm1xTCazpaXlXpIcCgKz2IKInsMJAocRCoahMAQTBD550VcAAIIg6srzY/uPBwDIWVwag+UdmgAI4BkYAyOUyF4pOI4DQAAAIAgOjk+ycsdbGwAAIABJREFUJ0uAEQqNCnfS11Iul9vXYtuDyMhIx5/4PiRGMRndiYSk42lubn7i77brQNbpQDF8ybqzRgvx1/EOi/ATLZnasz1KrKio8PX1BQDojNb3f8mN79GW4emzM9OXTwkV8ZmdTr4qFApXV9d2LaWpqelpNk21K/X19WKxmBSxJCSdXsQqlUp3d3eyDZ8hMpksKCgIAIDjRHpejd5offAcq9Wq1WrE4n/hHsxiUHtFeVKQTqbFoija0NDQAdO+goICh12UbWxsdHJyIg3FJCSdHodNyf7fITAwsKSkJDAwEIahPtFeD56g0+ksFotY3PWTwmIYVldX5+3t3QFlOXLsSXvELtKjmISk00PmaXnmQBDk4+NTW1v7dwoNk8l0WJNmG0IQRIfJVwAAhULR6/WO3CtJLZaEhNRiSdoAKpUqEAhaez/ZRU5lZaV9pbYrydHq6uqHRpc0mUxMJjM/Px8AwGazvb2923X+hyBITU1NaGgoKWJJSEhILbaLw+Fw1Gq1Tqez5wawWCyNjY1dTL4CALKzs5lMpouLy6NP0+v1qamp/fv3b9fKsNlsR+6VZM8kISFFLEmbIRAILBaLwWBoaWnR6XQdZjLtSFpaWuxesTqdTqFQ3DuekZGhVCqtVuu9CQeO4zabrV0r4+zs7Mi9Enn77bfv+4DFYrVJAbimaNmaw2nZ1QN6htw7iGkqP1yz3y0sQszuSNOW7ds1W3UuPn6i+x3f5bK8lT9eju0dznqsMYrYtWn7rhOF8YkRTOTPndRWXct7X+ymh0Z5s592pCMwy4qV2+o5AZFubRBJFWCWNSu3VSDeUV4sQOLYmExPHngIx3E6nU62oYPAYrFKS0vZbHZXXXwtKyurrKzU6/VVVVWNjY35+fmZmZmHDx/m8/kwDNfU1KSnp6enp1utVjab3Sb5Eh41yGEYBEEOOMu0Jzxox2od/2DNtt1nNm79vbyV+zpukO/cfaZWg7ZVKR8u+l/fZZcejH2C6+sSe73wfaoKAAAI9NjBMzkND1k5UNdXbdubqnvcjfv45dMXtu0+tHTn7dYlYibdtt1nCjT/cBXZuU0xYz75hxkdbtu9+8zlMmObNA6B2w7uPnOxQPvfHOnUavXfffTQZaTW0q5zBXMg12KfLSiK2kVOdXV1dXV1RkYGl8utqqoqKSmpq6urqKjIzc0tLi4uLCxsbm5WKpWd8R4JgrinnkIQFB4ezuPxPD09/fz8IiMjR44cOXLkyODgYGdnZw8Pjx49egwcODA8PBzDsPYWfjQarbUm7WhabPtNLrA3z+u5sWN12YdX7K7eOturnYrR6Q0twPZQ8dKi1hmt/xBYzq9n8vUTPd2p/3L28OWXuSkbYySMf9cPbSaVxkCORx2DxWJpaGjg8XgP9nCDwSCTyYRCoZ+f34NfVKlU5eXlbm5uD+6az8/PhyAIx3Eajebs7Nzaq8UROjPJswLDMIPBwOfz6XT6nTt3oqKiNBqNj4+PXe5SqVSj0Wiz2VAUFQqFWq3WYW2bj+bgwYMqlUoikXh4eBAE4ebm1vrTuLi4B/sghmFtm6qvvLzcaDRSKBQURQmCgGGYzWY3NDSYzWYWi0UQhF6vF4vFRUVFHh4eHh4eXVbEotXn9Djx8zeT9ow8nHlgBzF7eesIlYRVNWfGhznVapjGSHlp4YqJQXe/pW9+843VqaVqDCDSkJidX89zZiIAgJ9e/t9BtOfpTWPspxWnnX15Q96+X19f/8Z7J2836eADyWNPH/5tDZ92txCTvHLEvK/1AGz//NOsnGG7l9xN3vvj+59sSq3DIMSv97D9n46GAWgouDX3s9Sde/7nRgVmeenMRT+UK3Q4ROV5hp/d9grtYWE1vSdO4149MPH5bYXHXqI+7ARLc/WLi9bdrtURMMUjps+BL6fSYShj3YeLj1TZWtAhY99asPazKQE0wqJe+vrai0UKHKb6dOuz9/OptHvjJG75ZtnHO9LrMIgaN2jkD8uG0+8WRKx758MdN+RWDAgkrl9/uyxeevf1NSvK5yzaUFyvIxCqV8KAw2smPzjo1lw/PXvV2YmLF73S36vLD3mlpaVBQUEPlT1sNtvNza2+vr6srMzf37/1RxqNpry8nMvlSqXSB78YERFhv7hGo6moqKitrfXx8VEqlfddhNRi/2vQ6fTw8HCz2WwymZKSklAUFQgECII4OTk9mPPuoa+Ww6LT6err67lcrpOTk1gsTkhIsL/t9fX19fX19hzpf4dQKBwwYEDb1sdoNBqNRhqNRhBESEiIPZ+dUqnU6/V0Op0gCDabbbPZrFar0Wh8tk3XviL2+3f3E4A33Jnq879uA98vzDUQMew/X7IXp70lje//7dpeh9Z/+/MH75Wbvvp1pgdubhkyYGERLFz92SJvrPaN5VsS+lfeSvtMRIOUlTVFtj+zIJl0msLSRpSAUyaNvl21JZcetXBODJPy5/WpPPHC2UlLPtiVMHjIlIF393pvefM9Xvzgg3teu7Fn06KNO8eLgw+/EWw16ApL6q0EIKyKYSPfrxAG/fD5AkZz0ex3dkaMYsuOzX7w1iAKZ9/6qVGTtn1+beIHve5fa8E05X0HLa/jeH3/+ZssZcFLH+4J6VNakf6BT9LIKbrDXxxTvzJ/XKwzBaDq8UNeva4VfPTxS1Jj2eLP9gVfyirLWGu/hxNr3r8kdF2z4rXy80dX/bo1WUukrh4BAzB/+IvHqjSvf7h0qB/80dtfjB762r4LP/QSIVhLca8hH8n5fpu+eBmpzZn/0b7Aa6VlactaV6zlztWkBVt6zX51QT9HlK/l5eUcDufvfBS1Wm19fX1ISMjjXKqkpESv10dERLROS3kfdg21vr6+tLT03u51rVZrX0ILDAx8RNRy+9DJZrPz8/NLSkoeUQqpxf53sC892BW71kuPAQEBt2/fjoqK6kT3guN4UVERjUbz9vZmsVj3MtANHDjwXr9wd3d/JgHF7NPcuyoZitqbWigU3heDwhHsBDAM4zjeTj3T+lOR1uP5/0EA+PWdAjD92i3FrT+mxIxL/fmlvt2jvtq56U1/cHndhygAt87sK7Rwjp37duagiH5Dh2We/YhtLNuQVvP3pUDd+yX6iplM18BxKb1orW6FwuSMHRpPByAsofuQmLtBvFTcxMs/zPKWOk16453pzqD2wsW/qC9514oN2O4ty0b0DEpOGX1mcawIL/q7GRo/fMRrcc4/zF9oeiADxp5Ne2pwydUzq8b0CR48bnzx2SWoOv/nWkwS1W1QvARhcMam9A7gw2e27LmuZJy+sH7B6LgxUyaVXluF6qvfuvmHwwvHNevM6lF9o17/aPmOlxPLj267WWdBa8+frNKsO7vz3ee6xXaLP3x6YyhQf7riAADgp292NRDumac/HdEzcOjESWVnFxpbcnbW/7maaKzJS5y8PnT0rG1L+iEOmWPR7iXx0GUqnU5XUlLy6Plya/mq1Wp9fX3/UfK5urq6urpqNJqSkhIAgF6vLykpYTKZISEh/5gVBEXRgoICx0lXSYrYZ0tjYyOHw7Fv1HmQqKiomzdvOv5d1NXV5eXlGQwGCILCwsICAgKoVGprA4mj5We9N5Xh8/mOOaaBdtq0o8v+TWUmdi/0AwAwnKQpQijrwv7Wi6LvvND7ns655Jc3MaPpmh6/vueya3RYHO9ulRBhWEwIb/vuorZK4zR+0aA/zK0gwAmAv+b/4np582Aw/40NpQqd2YqGvPC/ayc+f8QL9fb2VSIaHjLn5H1j783LeaGjB/gw736VIukpZCFr1xXeN01MvXZDOmhwKBegKIaiGE73DqAhBzfcutsnew6/55s88IVxLjC4WtJ4c9tpDNAnuN21DEM0/qJ5fvkFJVZgy75RHDVtmBvjbqFU1740ADZsLLmr9CtKew1bYXCN3/1xisOOxD4+Pk5OTtXV1fcFzdbpdDKZjMViPc7u8tLSUrt8fczMlG5ublKpVKvVymSy4uJiBoMRFhb2mH07Li7OxcUFgiBHcOV9zPkHSXuQn58vlUofLX4SEhJu3brlgNoqhmG3bt2qqqqyK6aRkZFsNtvBU50/QtY6FPZe2S41W7kynQDQisVr7AU1CWjq4tIrTdgA8d0Jkafzn5MOiB8MAH5HYalUoGL/v9hdPVjci7WKtvLs9HV61FCIOMdc2bN46uJtgwfPN9twqovfwZ3LEzy4fz9F4Z5dNSB+8bbfKgeOurcjBrcq1Jiv01/Gd1+EcrO8FoCI1u92S72hseagV9TB1mfS5VUARAMAJOF/Gj0gptSDB2RNBkmDBQBp65ffydXHpq8xopYmLR7szGt9KT8A5JX1AHgAAC7u/jnQ37O57OYX+4s+mRzisP3E19eXIAh7b7fvdtDr9Y8pXwmCKC8v12q1dlH9+IW6u7tbLBaVSgXD8L+NJ+7h4SGRSBzBmxHHcVKR7XgwDMvPz4+Ojn6ck2NjY7Ozs2NjYzumbnbvXxzHIQgiCAJBELuTPAzDKIqaTCalUuns7GwwGMLDwzv7y+OYIrbd8sWiqtMVzc5+Ps0qzd0jbFcEVG77JXvAmwn2AxZbK7mJWwCAnNlUoxNyxfSXXRZNZiNVLHzw4dtsaHu0iCQi8cLZRACIopuZy1ZsHjXsxRs5uz3/voVch748zDX9rfFvDTz51h9ylyriwiXa1htCCDmO0aT3LTHCHCdGXP+px5cNu19U2PQAALPO0vqQFQMiJtVDTAOghSAA+EPK6prkMJPBpNCEbLha1dpXmWgEgOlyd77i32v4pZ9nrX19yderNs4evsaf67iuMX5+fuXl5VVVVTiOs1is4uJiNpv9j0uwdvmq0Wi8vLz+bZ4ojUajUqkYDIbZbH7Q++kfoVKpbm5uFouFRqM9w7k/hmGOOcp0Ycxms1wuf0z5CgCAICgmJqagoCAsLKwDXpXr169zOBwYhgmCsIc6sFgsAACtVmtfXvX19aVQKCUlJXQ6ncfjOYJLwRPjmFME+/ym7WtWfXqv3ERs2frJsd0r7T/H96xIkcJpV87dS+CYWvjnCmtLxhGIQksUU3qMi6+5U1z0xx5Vm6ost0Q1emLI3SpazfdG1IJbWW1e7fStG73jXynX4wBAIQndD+59B+D4TdU/7PnZfPwzyCyfuDrj3pAb0zsw5/SNetPdL1rkeY0mdO6CiPteibhuYXmXcpqtd1uEQLXDRi/+6PrdeNbVmVfunWqoyC3VgW5eom5TeiFAd77B+ofCrNu+syAwzIcOaJHx3hmH05R/tK+lIVsNwLQ5dyVTcLf+MIBfX7ZAQtS+s+Ey7ti9xc/Pz8nJqaam5jHlKwCgqqrKLl//7U5/lUpl928KDw93c3NTq9Xl5eX/tsIymSw/Pz8vL+8ZWmtxHAckHYharTYajf82chMEQaGhoTKZrANelX79+sXFxUVHR/v5+bHZbJPJFBERERUV1adPn7i4ODabTafTEQTp2bOnRCJhMpmd+nGgKOqAtbL3yjYXscTn224TzIDw1lZZmD59Xi9DScHZ6rviYefqrTmNJgCAubl66IJzwoBerghIGDbNB1ZMnb7q2JW8K5fSJ09bJWd4vJPsAwCICWLaWi5fKFTYbNab/2fvPOOjKNoAPnu95Voul94bISSUhNCrgCBI9RUQpKiAgCJNEJWudAEpgoCCIAhSpEoPhBYICUJ6v7skd7ncXa73vd19P2yMdEJIhf3/8uGyt2VudmaeeWaecunsymOK/1otAHat3gm7ntpmjXoz7KrR6BPbtSXVoZm+YM/5G5nXb6R+PnYZROa+5f6C+oEY/gdnxOSeO1J9ZOTY/4kd+aOmbbtwK+vKpaS3Bq9xCcO+ia3aQEVg2OREXCgYOnaYt+HBsCk/nb2eee16yicjvnggtc5M4OCnFd679se9CgCAy6Kb9+1BWBDROULAjBrcNZAxvu+Mgxf/Sb59f+Hs5UlmzszPRwAAPvl4hNCcOeqLXZeTsxMvXukyYC1VHDmr5SPuaHTPqCUTOtzc90uSxNzEO0xwcLC7u7ubm1tN5CsMw/j6cC3kK+6fgxtMent7+/j46HQ6iUTyEs0dw/BEHzAM13egOELENhHUajWdTq+dVzSJRAoPDy8qKqpXKYthmFqtVqvVcrmcx+P5+fm1adPmNd5KeINELGYtvV2g6fjpGOaji5HtuvSiAMfRI7i2Rx3Rgzew90fd3p0V2n2uguv/177JAACawOfM4aXtRKbPP/v+gy+2Of1anjm23N+NDAAYuGppQgBzzIjPAlqP/XDtrQ0bPm/Xyh/3Se3cMsB273BQ6w90jkeaLInJ7xDA2rnwy84LjjynwAwuv21sIJ0EOOFdf1k20lWcNmXq8vGzt+Vzog+c3sytQfV0nDSvg/t/yz7swNhTv87xcxRNmrJs3Je7PRM63z63HK8MUXBboCuLbjP652w7XRxxat+CUKxk2rTl42dvV7jHnLi4mV/1ONI743vMHzsjfsCs6O5T/8qDf9wyw4MOAUA+eGLTuLf9Fs9fM+Lj1Vcr2D9uXz40kgUAcAtPOLVjhrsua+KkpRPm7w3u2TPt4rInl4OHTP2onRdp+jeHbE1+QA4KCsITXNdkzIqNjcXHO5fLhcvI3NzcnJwcfFv3qWi1WolEwuVyH/bP8fb29vX1xb+quV6CGz3xeLxGXGprXrGomjVlZWU8Hu9V1D4SiRQaGlpWVlYfUlalUpWXlysUCg8PDzzQ0pvwUqrDTjVBEQs9ZsAJAHjZ3axHurpFczdbFRYdIWI9ujOEuR7cy3e5CduF8Aql2oBgn/zUuzeyyplCr/fe7cCp0eYgJi+RG13UiBDPR0/HyqSlZoweEeRJenSDA3Xa84qVHA+xvztTJpFzPD3dWVWDoK6sTIexQ/wFL/sDy0vldgY/2OOR3A4Oo0aqsosDfAW0F2yxGNXKEp0rKNiXQ33GmRhaVKwQ+vvaZbl/3ypE6W59+3YIcq9tf8ZQabGcLvTyFvz7w1VqldERHOxLI0OvR+9Sq9UGg4FCoTgcDhKJxOfzeTweHlBGq9VyOJwng8tYrdbc3Fwul/tYTAAcpVIpl8txU6aG/CGVlZW1vtZqtdbQiJrgVeYxeMOoE3UQzwfn5+dXJ2FDdDodvogiEoneQMO34uLip0Zqa1wMBgOTyaxjEUtA0CjLRHicthpakaAoqtfrBQLBs843GAwMBqOBvXFeRcSazeamE83xtcRut1dWVtZtsAUMw0pLS3Gb9tolX9HpdGazmc1mc7ncN9nerRaGig2ATqdjs9mEFSJBs4dCobzU+EIikZ4vkJqmJ/vzFSyiGdQJePYYKpXKZrOdTqe/v39JSYnD4dBoNMHBwVqtViqV8vl8BoNBpVJfMYQQBEH+/v63bt2SyWSjR4+uuZmxy+UqLS3l8/lMJlMgEBBvrWnaItSTuRMBAQExxDRXlEqlRqPR6XReXl5WqxVFUZ1OZ7VaEQTR6/UajQaPketyuSoqKurkxSEIotPpFApFTc6XyWQajcbhcAQHBwsEAgaDQbwyBEGa5py4XvZiCQgIaserLBRXVlY+mReoXrFarXa7vSZnUqnUZ0UWbJo4HI7qPQKJROLp6VmLVdySypIjqUdgV42MzJ0Op91u5/K4zzkHQzGH08GgM8AzdF0mnTmhywQuk/umdRy73U6n05tgRKqKigqBQEAsFBMQvA4T+YZ83N69e3v37l3DQc1isZw/f/69995rLpVZLV8zMjJatWpVi7Fba9Hut+2nj6BToRoZmVMBlQ3YLzyNBp6XFc6FuTZe3zg3ei6LxnrT2n/TjPhILBQTELwmNORCsdls7tOnD41Go9YMOp0eFxeH51poRqSlpcXExNRu7M5UZFKDqAAA7F8AAHc237FpbaoslSpLhWEYwADAAACg+GKxy+bCj1SdjH/17wkYhuUez3WYHNX/4mea5CZdse7hM5lxzEpz5ZvW+Jtsivv6ilHsgmEMADKFChAYwQAAEJX631NQBIFIZAgCBAQEdUVD+mmYTCYIgs6cOdOzZ8+9e/d6eHhotVoURZlMJoVC8fDwSElJ6d27t7u7e3Bw8J49ezw9Pd9++22LxdKMlgSKiori4uJqfwcMASRQfq9cmiSN/zReniIXRgh1RToShWSQGWw6m7HUCJGgyvxK/y7+gAQkVyXBvYILzxUCACwqCy+AZzfaWwxpUXyxGEMxCoPCFrPL75UbpIaIwREV6RUeUR4mhckoNzKFzIK/C5hCpkVtoXPord5vhYE3LiEEHhiyyfbKuhaxmL24whTowSUDIPvnnk9sGwiq8vrCUMRud5hUcrpPGBO1u1DAZDLsMMqkkW12mEpCnC6MyarKUAM77DCCMZhMCIVtDhcFgmhMht1mBSQKg04jhlQCgodpyJTseFh5LpdrsVgCAwO5XC6KolQqVavVCgQCPp8fGBio0Wg0Gg2DwQgJCRGJREajsbnkArLZbGazuYZhT54Fk8LE7Jh3nLd3nDcAIKhnEACg/8b+AIDwd8KrTwvt94ifSYuhj8cyixj0aDF6AABAUI8gAED5P+URAyMAAP6d/Ku/h1Uwhfza7v05HA6bzfZYQ8LndjqdrvoIhUJpInv/uIitY3MnzFmZmacAECm0RVTunVSqG8PNMzjI0w0AUF6czfAKURVkekZEGvROEVVvZfmXZEvj4gIy5LBNpWoV4qYjC33dKACxShQmT45Dh7nrSmTh0SFpt9Pbx3ooMS+WUQZ5RQpphBZM8LrxKuZOOp2uwQJlIAhy8+bNmsS2rKa0tFQsFjudTjc3NxaLRafTm2bQeb1eTyKRuNxXtRhCUGTDgw1YGww0YMYNDMaoKdQZHWaQSeTXr3fo9fpbt27FxMS8cDapVCpdLldCQkKjl1mj0XC53Lqe8pC50a2EJOC8r7C2bB/PoEGy+6mYZ3sIYA4n5MViIHweQAFsqtRQUQYThAtMZmV+hE+MjW6SKipFfnwAAIZBqM2gcgEKF3GxRXQqg0eB7JUa75BgjCaWWRAhjbDSIiBoHC2WTCZHRESkp6fX8KEIgkRERPj7/6dsqdVqs9nM5/PpdHrtQi7UBxUVFVwut04C4pNJ5NltZmfJs6xOaw0vQTE0JzvnhekUEQQxmUxsDptKeXyOwmfyIztFvq4tPCMjIz4+/lky1cvLCxdpIpHIz88vKyvLbrc3ukdTvSwUYy5zQYmWQYIDfMNledlMPtfK8YMAAAASCJlF0hKn3uTF42IUBpVsNxhsnoFh1++WdfNE8hRGAZdqcyIAAMxld0E0JsVlNDvcscrSMqcFAWy/0LwiGc1l9Q0notgQEDylMzcYXl5e+KBWO/DwuQAAm82mUCiYTCaDwWjEZC8YhsnlcrFY/GSszdq/EYgU4xdTw5ONRuOpU6cYEKNDSIeanK9QKGg02svmvWjuk8iioqLr16/z+Xw8mptYLH7w4EFAQIDJZBo0aFBiYiKGYREREdnZ2QkJCU0hMUC9iFgSXRAZXhVtRBjzSAY3njiIBwAAAQCA6pzliFPvEREBSJTY1v+tO5EYVTfxAUAmhf19vSrkZhJNGBVKCFcCgsYXsXUFk8nEJavZbFYoFBQKRSwWN3AZEARRKBS+vr6NWIdms5lCoTxLS3sSHx8fm81WXl7ewM7QjQgEQTQaLTQ01MPDIz8/n8/ns1is0NDQ0NBQBoOBomhYWBjefvB1kabgxlMve7Evi1KhFPt4Padpw1aDSmcRiL1YVMK/iOB15lX2Yh0OR/MK7/CwQma328lkMoqiNBqtpKSEw+EIhUISicTj8fC0cSKRqKCgwN3dvc4FMAzDKpWqbiMP1wKJRBIQEABB0HPEvE6ns1gsuB+UzWbz9PSUSCQ2m83Hx8fhcPj6+ubn5zOZTIvF4uHhIRAIXrNkAHl5eQiC1ERxxzDs3r17/fv3b3QpazababTG3tT08nnBchOVxfNl8QABAcFrp8UCALRaLe4FxGazcWtkMplsMplKS0tbtmxptVrd3d0RBMGD3dfto+12u9FobHT5qlKpapJvR6PR2Gy2Fi1aZGZmBgUFJScn8/l8u91eUFDA4XB8fX0rKyuFQiGeWuD1C1wcERFRUFCQnZ39QtN0DofTvXt3QoslICCoMy0WRdHXIFyt2WzmcDjV/1osloqKCn9///owP7ZYLC6Xq9Fj2+Khj192yMUwzG6342vs1cY+bxr79u378MMPm3IJ7XY76Q3MLEhAQGixTZOH5SsAgM1mh4SEwDCcm5tbt261+GymKcSOVyqVtVBpIAiqtg4Ti8VyufxNa/Bnzpx52Be2KfdKQsQSEBAitunCYrFatGhht9vT09Pr5IYymYzL5db5snPtSuLj4/Pqr74hXbaaCJ06dfLz82sWvZJYKCYgaBK8ykIxhUJ5E1akVCoVm81+FemYm5sbERHRFOqqtLTUz8+vTrYMEQQxGo1vVOLY3Nzclwp+0iigKOpyuQgtloCg2QO9GVG/xWIxk8nMyMio3bpxdnZ2ZGRkU5CvWq1WKBTW1Vsjk8lOp/PNae0YhgUFBTWX0hIiloCg2fPmpGQnkUgxMTFarfaltuJQFC0oKGjZsmVTmIvYbDYURet2pfrNaQAAgMLCwmZh3EcksyMgeE1o4HyxjY67u7ubm5tMJkMQ5PmZ4c1mMwzDcrk8PDy8KZTc5XKp1eo6D8xEoVDekDaAYViDheMmRCwBAcEbp8RUC5XAwEC5XP7XX3/p9fqnnmO1Wo8cOSKTyR6OkNy4r0kqlQYEBFSLw7p6cQKBwGQyvQnvvaSkpLlEWcFfLhFPn4CAELHNFY1GYzabT548OWbMmCcNa2/cuIGiqFqtDgsLa+CC3b9/32q1MplMGIbJZDKZTBaJRCUlJQwGo7Cw0M3NTaPRCIVCmUzm6ekZHBxMaLE1hMPhNBfLAxRFSSRSHVsUazJuXMoqq/qHEeIHFF2HDgUAANSWdCOrR/caBuFES0vjOlIQAAAgAElEQVRV/v7/+VMjugcljNhg5vNq9vKJC72H9Ktd3WM25d1iR0J04GPHHYaifMRHm3a3U8dWOszNk0sFALhMJSevlg4Z1IVc04e58pVwsJsm3eod59Hc5jQu1XUVv5vPU8OjI1K5PsjXHQBQfLL4tLSqh3sEClioa8gwLwAAQJFT10zv9uQDAAACH0zHGLfLhk4NeebjnNbzpVTN+fIx0wLwy08cUw1572mBWJ3yOwbPcFOhIDjsxqXr3fr2erRghiAv7HoppVtQswkN9mYGUKyTgSwzJzNbl00WPiJiXQ4XVUN9r+97jVIqpVIJwzCFQnG5XEwm093dvbS01MPDw2AwMBgMMpnscrlIJJJSqeTz+a++8pmcnOx0Olu1avV6+4MolUqRSEShNI9RFA+gWMcLxbyQmF69eiUf3BPftWevrlHHf9pW9QVE9hTXOIg/Zt+6/U/0kXH+Wqb5BTaEf2zbV/teapGdT8558jiJyuFR4KP7j6ozrhy9p8UP5h3cygkKJ9dcmKOG2YdkDkPeJTnc/Bo1xPBgkp41MVm76wL+Vrw7ew8b5rtzYfawYb69u3D9/P7NmoLCOw6rq94c4lh3xf7TvIznPY5E9uaQVs3N/ffpkJ//MxKwkFjudOji9zNcGHx836FHC2Zd9ctlDFYcy6oEbwZvrBYLACCRSEnWJHlfeWmH0of/yruX50fnF2uKG6VUXl5e/v7+3t7e/v7+eIzlgIAAJpPp5eXF5/Pd3NwEAgGPx4uMjKyTnUUSiZSfn/+ywTQQBHHUlkZJZQNBUHORr6CeFoqpbJ4nm8ekUMRiTy4NQp2W9Vt3lGclj166Zu/2g2N78488MFnkZbNXrQ/mUwEAiwa9zRnwvrMwqceCncrdXxeQfXUK7cSPB5eV5OWVlp/6eTNdJMwsIW2aTP1r1TeFnsxi2H/ZmOjFG4/78BCvrh92pT7YcVnKtsh7fb4CAABr/pn83dUdG2bRIKDLS1yTxJ4UlD7zkuvY1/Gzf68cL7x/QkJBy++PW7fv9LyP4MCokgryljVzcFmZeenPdYb0XKlp3eL+P2b4L+4VMLnrgNX7pp6xdgaYKyP1Xo6D7OgxlA7BaXmlKkrW3TUzTAHhs7757NvPV7aMdDfxO74XXrbtltHXWFBB9wtj63UR7307LB4AkJ94zpqnN6GR9/Zv+CkRLkSjvh3iu3bvFT7ZIO4+cWLvlgCAlH3fnVGwYWnGuJUbF4yYGD+gq0YmmbJ8VfL2FTqGsLjE+t3SYTMX/ta9VdDpm+pjuxcDADCXacWceRQfXy01fNXMgavnL6R6+5RoOavntlqb02JhJ9GUPiOWbh637OA/nRKG2FL/MLqJKyyi778ZtXHRcrpImFVC2vbDbDIE5DdXrD5lCeBAJnHHtzh5R3MMQ4ePufH7dravt1QrWP91u58zw8ZIN17U8E2lxR98u/LOlsU6jmeFSfDZsNAK6f0S7ZBAIYspYvoDQIdI/v4s4HJOnJ+7dr5ozvbKQC5SSnE/ve6f37Mwhtni6tgaAJC6+YZqZJcOauUnvyN+mZKlf3V8P/jUV0mD/5p4Ze6B2FUpHACAWVrx7pfqc39EfDs35+z1TgBzfDNjydcbv57Sv/+ig1d+nTLy211z9hWGOSvt7OuFNrXsx5+2Faanz1i7NdyNpEi/q5L+U6YLkp4+8EuZ+O+79oMbx81fvM1fTDELOy6c1P/1EzP1tEiIYdjt27dhGK750hyKoiwWKz4+viFX8ywhluLTxZ6tPa0aK4ZghlID15dr19vD+ofl3MwJEYU07tuRyWQRERH1+oiwsDCdTvdS4ufSpUtsNrvWYSsQBLFarT169GgwmVdZWcnn85vdxLd+awciU7+YPrks1e1CBQwAsJm0MJk/avJ0Hw6lejVn9vSPbfKADbmyHGngH9tm5Py9/aZK5BcQGWBNTJYbWkFkR+YVPfxeq3HfzmrNPDRv9NmTdyZ9ty2GaZj5xWYJWTln7RYxpPjfkps8VPPekEnbrqbSIAAA4Ae3cmzfkQqDcMxy/7KhT+fxwZ7hA/2Krp9MydCjlRUVXvHvfja8c/Uw4Bn/9tw5I7N++/J+iQ6AR40jIEpMfLtiZyc6BACgtgnztfdqn3hp49xvl4Crn32wdmsvAbJ6/Bg4/O22gz8ZxbiyMZk3/YPwqeuTMRAPARDRuz8rS+1GKg3pO2naW/RZ07+/+NdpozOAQiUl7rs8rndLMkBXHFIdPbUJM2eP3ZFD5Xl+PXeW5sHpTdt33UstaRcFOUtSs0v6gIhhH33SKf/3rsbMwJX789+aMktbWdmi86ARXTpa889D8e/PGdnp1IIxZbqHLCcx1LvnZ++FFX2T02P97EGlxYW2/GNVtZp1Re/8wp1OBgC0m/DNhEja5jmf6dsGdR89tz126n6PD2cNbnds5jCVJRYAMHvrtR59O8Mu609b/6JSu/44e0iZpFAc4OUZVB4gfGpKbWz/z2W/HOrh4zR0+0K54pjr8o32DJ0yfg8AAESPbDV9cfk8sWTul53VuyrO31BF9BGnpOruMbz8uCQAAECs0TE3r2mH06F/vf0gekIIeJCelNAvPlMqzfMYzKJCgMRt4854u1vYxZ+8Pp829faf6wt0rnA3mk9se3FQpZ+AwW8/6uOPWmf+0bPkikIL8dhmZ8ad485J/WngdaOetNji4mIPDw8ul/tSV5lMJrlc3qDBd0iA48Uxl5sRJ8IL5LkcroqMCpY7CyJBKNbI+r1UKg0MDKzDG5aUlGRnZz8pGu12+8WLFx+bIcXGxj41gnFWVlZERMQrur44nc6ioqLIyAbKA+9wOJrXMnjDiFgaGQBQ5euNcQO7fPl2VO6JTX+jU4fF++NnUACAAAkiUTC7AQBgtVtpQioAgExnxfYf8+3w9ld/E3MoWIXCATCG1uAKiKQZ7ShGczhIVDoJdrgAACYKhwmROH+e2zRs6k9nd00DAEA0jzixMk0V8F40+YdjpWt2eq6YOnnCkmWffNjxMkDjPlzapY37ofXzRGv3epABAMBktmEAaHVWFo0KIygAmOIFfZNCI5MAj6e2oICP6JxkCEA0OhlAEJVCA+DJOTzEF3MABJMgQKXxx876Jp5nOny1hAQAABAVMWAAoE4dk+dmcFkwAOxWC5XNDY3rt2juyPt//+nryeKKIQAAmQS5tRyzZAkKIRZ08qJWAdSf1nw3Y2Zfs80GAKi0uMgkCEYwADAlCgCABB5uJAoFtlkAAOm3rrRJcP+vVqvyA2IavRMAstGCUQGJ4cakOJkmqx0AoLYgFBIEAGDRvRctWqQv/SdF6Tp9TgIAyEy+2s575HNqh8XEjDDwcsA2BLBhhxMFVIsdxZgAAKbILez6re0C4YWlkLG/x9BxeZN2xB9Y+6DT2CgqhAEAAImWWdAhYWhOzsnQ6hv27N168ZoDo5cv37P7577jPiOB0v/eBJ1OAoBEerzK+Z5uAAAyBFGZvHemLhjmhx4/coEKXkPqScQaDAaXy3XhwgU/Pz8GgyGXy0UikVKppFKpVqu1W7duBQUFarWax+NxOJyioqKOHTuqVKqQkBCdTlffItZqtR49epRGozGZTDQe9ev43+MEwYKgHkEAAMyFAazKb8dgMCAIwuFwGtLlo7i4OCgoqA4VerPZbDAY2rVrV8Pzy8rKWCzWk5OkiooKoVCYlJQUEBDg5eX14MEDq9WqUqlatWpltVqNRiM+ScIXum/cuMHn82NjYy9fvuzl5VVSUiIUChEE6du3r0qlapia1Gq1zW6bueGddiA3SuWMyZ/+kkrq2OJxAxYyy3PR2IBR7w0/IvUameAt1N88r2obpz436v3R2R7daSQoquLXEcNHMUav7vf+ggsLx4/8aMlHcz6d8eX0dVNHjvn8l3XTuwLAoLuFf9/lwcFCG/64+HZtMPeYdj3b6N1jfFikIb39F8+b/7cicPvMteS8fZM/n1vuP9D937mgL1w8fuT/LnIGtYvqZtk7d8JnC1vy/5t/uIm9Luz4wfTEOMbttLRs/eThoyZ1WbD+mbMVEhs6M7f8oZ2LgRPn/r30kzGTl0THRkIAAADt+HH8R6OGTV6cuGlsMAUBMyaM+u5E2cxPP3w/pPKDUaPOaz3FnP9uD5GodDqdxmCVXd48dfY3vIRBouB+HRw33xvxP2OvOYH+nSq3Tpk4Y0kLXtUldK+274XJ/zfivXxaS+/wIVW1Ku5Gq5JJJDht64j3xoVNWMAmAQAAI2RwrOb8iBH/Q4Ys9WCRAQB7fxo7Ycz7C3fe6tWhw5hW6v+NeC+LFCFiMNwkR28UPnW/E/p8RewX3c6/PVvhyycd2BbYN+bs6K0wLrABiTxjliD4sxgIAF5LT1QNd23N5VUY3u3Er142cPNyX9OuYlf2f+ufvOg+ag01PCAE5N7r36JqYh7aNnDW2ktPPJzBKTx4W/qfI4dfj6/kP3026sPPODFdX8swSPW3UGy32y0Wi8VikUqlHA5HrVZLpdJ+/fo5HA6tVot/q1AopFKpUqk0mUxarRZF0bqN2v/YUJubm1tYWOh0OkkkUlBQ0IABA4LLg136J7YGMWBLtvWO7s3hcAQCQVBQEJ7Q22azWSwWiUSSmZlZr44uBQUFQUFBdRtMKjs7G0+aa7FYZDLZY9+mpqbiH5KSkvAPYrE4Pz//qW8WbzYGg8FsNufl5RUXF7PZbKPRqNPppFKpRqOx2+1paWllZWX4QaPRyOVyCwsLCwoK5HK50+msv7f8JDabjU6nN0cRS8QoblpgsGn8uDV7/1jeYE+U31ydH/VlL+HTBwLl/d822oet6sitwyfaNcZJA279eKe/kPDKfohXsShWq9X1kfc0JyeHz+fXYrsuIyOjdevWtQiwYLfbGQyG1WplMBharValUuGeDyKRSCAQ4EnLq4UWDMPVee70Vr3JYQIYQFCETCIDAChkijvHnUZ+yrZAfn4+ngwOwzCj0Uin01UqFYfD8fDwsFqtrVq1unPnDu5363Q6axepv6CgIDQ0tM6DNd6+fTs4ODg1NVWtVjMYjIKCAn9/f1w7Z7FYpaWlrVu3lslkarV61KhRiYmJCQkJWq22ffv2j90nLy+PwWBUp+t5csbmdDqf9W01FosFRdHQ0ND67hp6vZ7FYtFozWyHR6lUCoVCQsQ2RY2kIVNnYBgKINKzdDuXy0WmUF6o+cFwPe54UalvhCh+FRGL51Wtj2n4kSNHYmNja65AOJ3O1NTUUaNGkcnkh7Uch8Nhs9kkEolKpaLT6SiKOhwOOp1OpVJ9fX1dLpdEIvH29vbz89Pr9UqlMiEhobS0NCQkpD66T3Z2NgAgODg4OTk5JiamtLRUJBJhGKbVaisrKyMiIuRyOZlMxqvU29v7ZcsgkUhe3dX1qTx48MDLy+vSpUt9+vTBqxeCIAzDUlJSfHx88LwC+HESiYRhmNPp1Ol0sbGxT97q3LlzGIbVeqhxOp00Gq1fv351+wMzMjKMRiPu7MRgMBwOB4fDwZMciEQii8VitVoDAwNv3boVFBTUYNvAtUOhUIhEIkLEEhA0exGrUqmafm6vJykuLg4MDKzbCWVdzVCzsrIoFEpYWBiZTE5LS4uLi6vZhBWTSCS1mBnUnCNHjnTu3LmGJ6ekpAzFIxO8MleuXMnKyhKJRO+++279pQLMzc01m80AABaL5evrSyaTzWYziqImkwn3Kubz+RQKJTk52dfXNzo6uik37/Lycnd3d0LEEhA0exGr0WhePfMosQj0VJGZmZl57dq1kJCQvn37Pt9BxeVylZaW1pP++tjYDcMvdrKnUCh12CowDDty5IhQKOzevXv1+nwDUFRU1ABr0fVBRUWFQCAgRCwBQbMXsVqt9qm+GW+miMW3bF+lMlNSUhwOR7XgxMMsYBhGp9OfdWcMwxAEeb4MFolEHTt2bL4Z1PHNb5PJZLFYPD09G8D12WQyNd+wZbix/esTozjjtzWR4+bRXvjSLSkbJLGzWj3TIezu6rszT5rSb1fGdnQXhPrxFZW/X+oEAACIc+SE3D/2xZIAALC1+/dGn19T98sGVYd5yjydP2CtQZbUngTA3wuTp1d4Fu8IeSPSeBI0Ns131K5zIAjS6/VCobB2lyMIkpWVVXOvmJe9+fnz5995551mWre48urm5sbhcGQymVgsZrFY9fc4DMPUanXzFbH4bKzuRaw0806WVB3Ytge7KMm/+yDVvQuWsLfE1mI58A8gK2/ezRJHxLUNE2fcvibTubr36c2lkgpSr+VrXB169CDrJGUmu1yqjmkZkJGeH9Olpy+fWZGfdjdf2aJjnzARHQAAMCQ37UaxFuvQtWt5Zkpg207WvGRyUPS58+cK/IYM7eZ99cp1sntI97jQf+6mozadmeXfvX1k3t3rRWpHl969BPSgXt4Ul1V9JSmF69eyQyufe2lZiKXSyg7sFh9BAqD9/PY354Mu7GM3b/YGGHbhuBvmQhJPK8xsGooB1O48fULJDGDghhzqlDJmez8u4jpx0RgGANllT9VhCQLsQCbs7g0AABnXlfeK7a16+0dRDFIj+OeupfM7vsGEKS1BPXRmArwqKisray1iFQqFr69vaWkpiUSy2Wwul8tut9tsNk9PTzc3t8rKSjKZTKVSYRgWCoUsFksikZDJZAiCMjMzIyIi2Gy2QCCw2WxGozEvL8/T0zMoKMhkMun1em9vb4fDUX+7mA08jwkKCjKbzQqFwtPTs55meEajsV53tRumV9Z1z3Sp9l+VtY6Nmj9uDst84ZYO/nnRyh8P5qSe2mYG2uUrdobHxCZtXZiWdvSXVH10AOWXJLmz7PiGO7aYYNacqYtKMi8duK7yc2V89dOF2AjG4n3XUMO9ZSeL4ttFrxszAnf9K7yx73QJPcobLFm5y5Oh3rLv6Hd//OPG4rX2YAzoFfH9hx96RLZ1ZB7ddads87I15MBWGUd+SM08v/VKaXQw47fEYuAo+EvmmDtyvFeL1pJzPx7PU29auoYa2OreH6sztU84F2Louq9zLv+Udl5HF+l1qTp06YRktcDNdkuqdQAAAN8Dnn3WocqR/6WiAQD6DfT+fX+ls0wl6uTFhgCALesu2nt0FvSMuK7NlI5fXRnXkjZu8G0XMRASECK23niV8LkYhkEQZDab09LSdu3alZ+fHxQUpNfrT5w4kZSUJJVKy8rK/vzzz/v37x87doxKpRqNRolEUlBQQKPRzp07p1AoKioq7ty5I5PJ8vLysrOz792798svv1it1tOnT2dmZr5Ob4rD4fj4+CiVSp1OVx8qrNFofA16JaWu64XMtZdcTLRjsFXc99svtj2AIqZwb/6WwnbMGFC0Vm+/dPYsIzKO69U9Dtq775AufMB09c0/P/34QADD1Z6yEQaBrXt2CUGN7ax+PsF+VOddU9Yphot/8vSF1kPfRQAgAyB5cNlJcl7UYNEtwoSxvY0bBg6au5de1W6xvxUMzwunMczDD4N5IS3aBnkr/bwQYYeu3F/3HcwOfutjfMEmndIzJtjPZ9DgtTfL+GHRbYK8S33FDtfTPanTr5m++lMsRLnRh3MztKyv+wqYPVqs+s4KAKAGB517K6VdO/2aQ2+rzwFRa0/F7wV/G7D+Q0P/+UmLoSS+VnfwLwfV5QIQNGlhaItgaFhIjtoFvIksggR1B7FQXFe1wWKxtFptVFRUVFTU4MGD8YMDBgwYMGBA9Tm9evUCAEilUgqF0rFjx/v377dp0wYAMGjQIPyEyMjIvLy8aocW/Nru3bsDAO7fv/+a1bavr6/D4SgtLX3YbazaZRn37anFbcvKyppIlt+mpcU6pOcqPNoM7BnjQm0uir/z4KKuHw16yyOjRNyX5RHuDdk7v9VHV1CIqq6X89t++MHgHTsuibuP3bTlpDQrOQWJePJVcKLfVarJ77zT+86VXNyILTi2p4Xk17Odn9JoK736W+DwBcd+2mpxYRBAtSZHP4/K6K59vZAypi8f+nfCaC+5UUSN/PCDoQf2XEQBAIAchyTeK5SdOXa0a3f/ZzuFVtGuD2/Jz+WJhyQ5FhAntu0+XXloXY6haqIMrW1fsUHl64mLTAq1Z5hr8S3QPZQCALCmF9na+I4dKLCjLgTDts7Py7ijPCKhs3WyTImGGAoJCC22PngVg02RSIRHqjK+CKFQiH8ICQl58ltvb+8nD+bm5jaAvXHDkJaWlpycjEfIunXrFh5tKjMz8/bt29nZ2SaTKScnp6SkJDc3t6ioqBb3fw2SM+K9ss4til0Zd1MsZKEnxcCJSrA9uCFo1w1VZlZQwyM86ObKsgfZEnFIq3Bfbva9u2orFts+QUAny7LSSvSuVvHtyYYSEzvAC1NJDYxQH+aDIl3rMC9VcWZOqT4yrqMXHkQQQ4oy75WbSa3j2shzMoNiWlulDzCvlixj0V05q2sMP+XufbowsG0Ln8zMolYxLVSSXIp3mCo3rcKERMe1F9FNuWZeON2QkprJFofEhoszs6StWkVUFOXQ/Vrw6VXi9vrp8m6DvAGGJV+p7NhDePeaysxiChlQbBTz+hUN1Y8LqBSaVB/X17PkaPLfrRKmtiCbKsxlECsAsf6jgbpG029kOrvGMK5frHCwmN6ozW5WPvAKEStsbbuJhbCixMqKDBASoyFBNa9iUYwgyAtj8bw51Fpz+ncpDlOr1fWRrM3Nze21SetrMplwC2oYhrVabWBgIIVCsdvtxcXFAQEBNBoNhmESiWSxWBgMBofDeambp6enPzVcRmN1zFu3bpWXl9NotMjIyI4dO9bQlNpms5HJZMJp53E++SQ1N7emkUsxF1LwQB8S5/7CdV+H3mxms92pEADgxo1exDhIUIciFvcnIeqwWsRSKBRCs28sdDqd2Wyu9TIvgiAoijak6+2zUCqV27dvd7lcffr0CQ4OdjgcuJN0dHT0pEmTXni5w+GAIIgQsQQEzV7EQhDUFIakJgKGYaWlpQEBAURVNBYIgkil0uDg4FpMdAoKCsLDwxv9J0gkkh9++GHmzJlRUVEP/woYhg8fPiyTyWbPnv38O8AwjGEYMdEjIGj2EOZOj004qgNHEDRWgwwNDTUajeXl5S91IZ4MsdHLr9Fo1q5du2jRoujo6MdmCVQqdfTo0a1bt96+ffvzb1JffrEEBAQNDLEo+hgvm0aeoD7g8/l8Pj8rK+sxRfA5MBiMpjBfPH78+JQpU/z9/SdMmIDvvO7evRsAMHHiRACAt7f3ihUrdu3aVVhYGBYW9pxeiSAI0TMJCJo99ZQvtvny2lgVvQZER0fj+d5fmF82Pz+/KcyNzGZzUVFRQkIC/u/u3btx+Yp/3rRpE/65b9++KSkpz7lPw6dkJyAgqBfwzkxQDY1Ge9LKhKCx4HA4YrE4JyfnOQv4MAw3kVQWFRUVgYGB+Ocni0QikTw8PAAAYrFYpVIRIpaAgBCxbxwUCsVgMBD10KRo2bKl0+lUq9VP/ValUr2sb089Ybfbq5XpFStWPPYtm82eNWsWAIDJZD4/3xHeK4m9WAKCZg+xUPwktQ5TTFB/4J7BhYWFQrHwjvxOhasCP+6EnT50H4GHgEVjNXohaTSa0+nEP6empsbHxz/8rcvlys3NbdWqFQzDDAbj+SKWTCYTIpaAgNBimysPHjzw9/dHEMRkMonFYpPJRCaTyWSyy+WSSCS47wcEQS6Xi0KhOJ1OsVhsNBrx2BR8Pp9oOY1CSGjIquurGAMfkU/5WH7OhZw5Hec0uu2eu7t79Qrwli1b9uzZ8/C3NpvtwIEDK1as0Ol0YrGYELEEBISIfW2xWq24EY1arRYKhVKpFBexKIryeLzs7GwURaOiohwOh81mUygUXl5eEonEbrc/ppoQNCROlxMJQSxqS9GFIhRBPaI8KtIruL5c3yBfq9PKYTTycrFQKCSRSFKpNCgoCABw6tQpAMC7776Lf67eTs7IyIiMjHxhryRELAFBs+eNXSju1KkT/gG3QMH/NRqNCIIIBILy8nJvb+/qk3EblrZt2xINpnHBAAaRIek1KcCAIEigzlLzg/geUR6YGcMA1hRKOHz48H379s2ePXv06NEPH6fRaDQabeDAgcXFxRKJZOzYsYSIJSAgtNg3i2pbFTabbbfbn79hRtDwQADCzFjLES2rpj7dq8x3LfcspKaRSzskJKRr165bt26dMmUKj8erPv72228DAPLz8y9fvjx06NDnByuuF4tiuyL5f1M3wxgAmKVPt/FwXc5IsM1jBtVwIJHcPfBr3nPDu2DIhgn/w+8mTz5x9J72xPoFaeqqwN/7Vqx01bjk57768OF44Uhl6tJtp19wyS/L7hteYky8tGZmpsoBAACofvLughpeVZn+80nlI8rNzWN7pUbToi1n63GiiNp3rN/58IE/lszI1T9Px0o5c6BAb1r241+YI3vWsUz8oFOXdqrEWX/FdCkvrz92m9BiX3tZWx+pTAleEQaVEWOPgVWPmOPCalhcIm4K5k44nTt37tmz59atW0+ePFleXo5hmMPhKCgo+PPPP5OSkoYPH/5CF956EbEMn07TIjNPZFacXTRhyeEdVIAe2/D1x9O+ytXC9y/+fleDAGfp5sNJVSUwF8+dMmHptvMAAHXuxU8/Grdw8xEU0W77edeaedMXbvv732ED+2PtV5NnLbNhAEMd+1fPm/zFYoneuH7VDgS4Vs2dprCih5bO0Rqydqfe/fyj8b9cluKXld0/9+knn+y9+AAAkPTHjxPHj999TQoAtm/F3E/nrbLjMg6z79++45cNm8wouHtix8RPvpDq7EZNJYbBq+d++tFn3+r+lZ/3zx888NfvkyZNT5ebMGvZwhmfzP1+N+oq33Izf+6qC6byjC+mTFzx61kUAKcme+7UST+dvocBcP33deM/mna73AEw5Mj6BZ9MX5Cnq2pYF39debOoqv87VfdnTBo/fcEGBIM3f7P0l+/mfrH0Z9UC1akAACAASURBVCcG7v396+RPZ+UoLfhpF76fn/HH1z/P/8QBsKubPrsgh3OvHTqRYShJPTPl44m7LmRiADvz83fjxk049E/VnYtv/f7r1aoKsZlNd/b/lHR8a4pUj//4A6vnj58w6Vyu0WmQf/P5pC+WbLNUiX7XoqW7YQwY7my8o0ec2qwZkyas/uUs5tL9sP43AEDi/m15BgQAcGf7ohK9Q/LHvF/yHDZ16ppLSr1O59BKF3z2yazlO60oAADcPLRpwqRZSgsMAECdivm/5Tu0khmLNwLEuGrFNovFnHr0l8STu67lqjFL8axPJqw/nothsBl2bFm0fOfyObOW73JiAACguvX7xfRyALB5s9e6MHBu6+IJk2beVztl/5xILHcBWL1xx7ErB3Ye3r81KacCAJC05gsDjOb++tkfRU5N4ZWfb2g0hcmfTZq48c/rGAB25b0Zkz7+9Uo+ocW+zgpTzZKiEDQwQ1oNiboe9b7s/eq/Cc4Jk3pPOn78+OHDh58f0qHBaN269WeffRYYGHju3Lkffvhh586dBQUFnTt3HjduXE38i+rLL7bXjB+PfPvRJteHXbzolXdXqXrO3rr6i40z5xi0FSYYA6ijTIWP7+DjMUu/3bhjUnR6rg1J+0e7YdvOzrQ7DwzOW9cLpy7fGCg7WaBHAACVl7+19Z21ecXMW+WunHPfQ+9+9ePS8asXbnJzZherCypUkjxZ5bFMCodq/+OEacPP21M3fgkAQE1FS3b/s2HrVnranqTCMpP/W9t3/HxlzXLFublg2DcbF0+5o0IAAABijBw/+n9Tp3Mgl7jN0G2rRv94KVdeVGRLX8cdt2rTskk5sqqsO+ZKqYHTaeu6T3edvL5g2vxJyzYvGus56Rg8IZy9Zk7HufN+W7Xp54Eest03VHlqaNmGzZ53f7qVuP0yr9/ObT/sG9VHnrxK13vullWfbZj9FQrA1T1LJL5DO4cK8JvfvpL5/aad3w40XNQguWn3hs5ZMbKl6fDVs3sz2Zs2rtBbqgLE9/tmpWjAkuFDAi4pzMfOS/8+9s+9G9dixCXbrug2bdsuTt6SUSJD4j/ctXP7L1NnAgAUafs3pPlN6BmEX65TlrV4f0pU9/EJQXwAAHDK3QbP37Hl+71L16Sd2dB19vqvPuhYrrEDAACgRBivyA3w8uWX43jk90csXrl5x8AAyY83KkpKlQAAXYXc6gIAgNa9Q88VqLcfkOxZf7Hk4ra+nTxKJaU3jm96a97Gue+1U+kcAHMFdB2z/fvha5NKAQAkikfB4a0V0ttWTaZKkaWh+5lUitB3J8R2G9mthUfxA/vqbTvy1k1GYUOFFclOvT987sphYZXnZE4AgEdc16N/JyPa66DrQFfu5vT46Ts2Ld0x6UOLSa13YgBzlirUekU+GvROl0gxACBhYPipEtvW32WHdlwrSPyjS5Rj2ZakdVu2x5uvnk7XPVCwVm/ZSjoyv8TobO4DFiFin4WHh8fz4wMQNDwul+vgwYMus8tP6Ff958n1JEGkIUOG6PX6ioqKJlJUOp3eokWLDz744PPPP580adJbb72F7/rXvFfWw8I3ifFtL9HymX0gALR52d2iRAw3UQTd6KpaoIXRqmVKWMNq5cak+XT/sgUDu39uz09/nDOjNAwA9xBfNzrVjUHD420pM4r7RLrTmW5xApJWWpoQKmTyfMVOXc/2Eed+Odh38tyraRe9ho2iQSCyTxyFQnOjYAAA2Kxje0Ux6fSYYC+1vPzAptUnrt4nAUxxv/DtSAGDzW/De/S3Q5SAQDHDjQ9hGACAETO/vzNl0axpV/P01T8sKNKfxnQjA0Tl8vXgMrn+HfJulwAAUNimxPiVapV720HD2wpCQ0JYDEanDoHSzPsdonxpdGa/IHtFQW6XFu4MN3EoxeBCjQzfmFvXblU/XJZyfM2OPzUwA8EAg8t1Z9JYLLZRqQkOb81gMGN8vR8uqaDtpN2bLzt7zYUy9mWoRd7WMoxCV6vUbT/6Jpxn37li2fnbOTSAAIBklfqokg4+a1kYdVRu+HbhtfsSMkA7jlzhWXR2/oIF2RVW/Nv3P3/35D+3ZT2+pkCIlhPHZtB8g2JKctT/rkxW6eKMiPfOH7qdFTkpOnvrgUMVbdgQAKDX+JW8nNPzvv4mT2UDEMXf153B5Ve9dxJ1YkTRg6tXpwzvsPPsPwkD33q4SKGdW9KoNP6/OWMYfJ47k8ZmsVEMAwBA9CBv6YW9K3Z+2itMn5feJ1ZMY7rFCy14UTDUhQAAIHJohD+FBAEAmNHj926/WRD3pW/Wjr+THBGYzghxNGp1UN8JPSO40dGhTDqjVzc/jcPV3McsYqH4WZDJZCIlQFPD4XBYLJanhvsnkUjjxo0bOHBgTk7O6zHxrZe9ZQgC+OpM4Ltfzv505fVTe+7zu7mz6JdPXT6wZZex6kvqUN6Nw1dSlwzvpHQ6bqtF73YNvnjqZoXG/O/VVURNnDnmoxXJF/Yl6tEWfccsmLfp4h+bDWFdw7r3Pn30dlTbbtJDW0d1CQEAPHwd3TOK9s/ec9evrTuc0c5byW39VqywQqZVhn385fAPV9z4e891I1pdWlWZHMUeear1wdo1t+GBg/oX5pQ99LOqmsGICM2Oo4k/zx7/9ZcdSBBSZqT2Il27nivbtuQrFSDfPbL75JXE2dvS+0z4esO87+7d/nuVvEfUwJlzp6++dvyXHFFXGonbse+IUeLcE2nKqhXgHHj0sG4HtpwqLdVWl0HUukvK3pWXr5zZl3jvv4KV5aN0EePSqgEfdOkkKsBaDGIGdjXf+DNbKpk363uDPDm0z7AwSq4GNTowct+hvVbN6bzw98xH2remzOxAAAAOyblOo8YJTPdUdsO1P+Zf0Ij6dWipUFRNKWhBw66umLfk47YAkEdy/v7zasrG71aPHRnjkGXc/efG8Qv3/70fO7JoZ//x7ed8QL/pNwWvoit7vrxm9OoXH66seEqEnU6fjNyazImObHv84O23I6q2XpzacpP9xaJu8lD/n6RtAwQ0r3cWTPvg29SrR/9CuvOZbpcOnzm5Z7f28cxRbmF3loyc3mlcT1t+8Ic097Bg5bm7BdLVXy/SYaTEnzZcvHZ52q6KFgIimfnrDJfLNZvNRD00HbRa7YQJE9q0afMsxZFEIkVFRdlstpKSkub7M3F3MiJfLMEzFnNg27gPvtlzaD2t6QTZxFDV7a1noUHjOwa/fhX+Kvli1Wq1r68v0WifhUKhaCLxbwnwuB81l1I5OTmRkZHNMV2jUqkUCoVEjGKCp7N75cKPVn5La0oNBNHfX3XCNSI+iHg7j9EwA5DRaFQoFKWlpSqVqnmtvtLp9OqQeASNq9i91NY4BEEtW7bUaDSNGHEahmG1Wl1WViaXy/V6fc0vxMNUEVosAUGz12L1ev3zY7m9IjKZbNeuXSiKikQiCoXicDjUanWHDh369evXREK3v5DHwlAQNArp6emxsbG1031VKpWPj09Dhle02+1Xrlw5e/ast7c3m83GMMxkMmm12mnTpj0nTWw1Go2Gy+USoScICJo99TruJCYmnj9/fvr06REREXg0YD6fj2FYYmLiqlWrZs6cKRKJmn4V0Wg0h8NBp9OJ1tJYKJXKmJiYWr8+Pz+/kpIST0/PhnmJRqNx7dq1bdq02bx588NPVCqVO3bsiIyMHDJkSE16JXnevHmPfcFisYjWQEDQwNhstlpf63K5mMx6Mdq6fv16YmLikiVL8L3MVatWXbt2TSAQeHt7h4SE+Pn57dq1q23btk0/ghKLxZLL5UTo/8bCbDazWCwqlfoqN+HxeFqt1m63VwspDMNw12eHw0GhUOqwM65evbpv377Dhg177LYcDqdz586JiYlKpTIiIuI5N3E4HFQqtY4nv6gxL6W4XrzQKm7/oary+7Gf+/vyC0Ycm0Gqqdoryr51qdwK50tr6mgluwevXGpbt9VpQQHAwJ7NDocRy6/A8pPhDO1Tzv9x1eObUoc22hYvti1eZr8jwYiuRdB8tViz2XzixImvvvoKD2STmppKoVC++uqr33//HT+hZcuWw4cPP3bsWLOoJbFY7HQ6iXhPDQ+KomazuXbzsNTU1Nu3bxcWFubk5OTl5RkMBpPJlJycnJKSkpKS4nK57t69m5WVlZaWlpGRUVcFvnDhQnx8PARBO3fufGwXv6KiYsOGDVOnTi0sLHz+5g7eK+u4ZyKmglSJuj5ekvrOoar4hqjj4tkrzz/ZVJa5+2ZVMTwDw90o9h9/S6yJuCs7b/9iBzJ4LL1PDBTWzgIgEN+ZUpkN/3gJK7gDZz2tb25Z+7gZxZGDyIdT6B+NoozrZzbARP8iaK4i9u7du926dcMTr6Ioevz48Y8//pjNZvfu3fvAgQP4Oe3atdPpdBaLpenXkk6nO3369K1bt4gG08CUlZV5enrW7trQ0NDw8HBvb28+n+/u7u7u7u7j49OuXTsOhxMeHk4mk4ODg729vYODg/HEOK+Ow+G4evXqkCFD/P3927Vrd/78+SNHjhw7duzYsWPHjx+/devWuHHj6HT6oEGDrly58sJeWfd7sVd+/ZFcEHM1rXz/xnc/Xna8Q9z/3LJ/rfBsrcjOHz287U1Dm+6GP5fL2x36hLXgup/PlVXU1t1Tr2X8um/96fULpJzwsuzsSQtnrp250L/9sK8+H0Z9WvgzQ3H6tl/3ZN6+M3fdyp1fLwqMiUjLQzYtiJv+w80YToXbO4taF/2jkGgdmB8dAkl/7mR3fKdSkac02L15DOCq+GDiqt6dfHPMwdN72FefKevijeRT2n43aQAA4NvvnOvPcEO4AAkiPThDBig2e6x1zmRyYSmw+4Gdy2xZbMTSiQHvsn51luvrhCfepzhMyKdf2XRprvG73N7Bw1mTgUhMopAxzA6AC+3Qzza4G3Qyk3RuLWXYTEenUHBJAh2eQ1mw1+UHoYJ3mdARqzqQcu2o6062G5nojgQvTz1ZFKekpEycOBH/fPjw4YSEBNwWcuDAgQsXLtTr9Xw+n0wmt23btqCg4Flujk0Hb29vBoMhl8uJBtOQ4B5TtY5kKRBUhcBjs9kPH8ctjW02W52bAiiVyuDgYAaD0aJFC7zljxo1qnoWe+HChWHDhgEA8MCKjSBiWwydNOV/7RPWjyxxoIxusyf1wkZfjPxzyZTCS7+eN4XKMlMSnWSB8m7aEd2Y4WsT/9aqLaTZi7/CLKr1J9NjY+1mdemFG3IQ2PXbGcOe9U6YPpGffjThvEOSd+eY14CPpgxsc3LOcLW1jaa8zP+D0X1auqFubX1ogfR/r/cIa+nuI/PiMQAAmsvfT968sScP+3HcMEf391u+M2VcvHPWskP4mZV2QKcC4EJ37IDTd1rXpvEBADGdKGFiCkPl+mAm4+Mo9N0VyMOTJQqDtG0V01gID1/jfGcrDQAALOgv2x1sJnQsmcOjQ5uW029echZdh69vgX/60y0KQ6+NsO3ZaZcpSXoKuL0anuWNyXXgh/1swoOKoElpsQ+7kyqVyjZt2qSkpCQkJKSmpiYkJEilUlysent7KxSKplw/FRVGvd4CAAgNbWswgLy88qeeJhK5ubtziOZUh2i1Wi6XW4e7pI++L5HZbC4uLn5qoKhaY7FYquU6AMDlcj08fawWq2w222q1NoKILVebAQAymTGQAgnEbhDZhllVAACj2cDyCve2HJQI2o8MSVn7t3P3ZGZWvy8/6dvy8vrJ/K92ePm1Wb/+O2nqBY2nuCCX9Zw5D41BhwCAIIjKcdNKLQCAUp0rWm3cumUlpC76aMGxXdOe6WbOcBfJdAjgAYWFRAYQh8cAwFk9Pn3xNum3q8jXA8hTp9HDvny0+iDA5kLg3xBSGAYseS4AKCiCogDYzJib17+3YZMmT6O7kQAAwHzTet5CnzGHueUnM0cIlFYQScJMALBYpFW/sTvzsZXHUC8bedpQ8tWvTTlbeS1pRK8kaCpaLI1Gc7lc+Pg4bNiwjIyMCxcuJCQknDlzpkePHq1atcJPQ1H0Fc1Y6pUvvjjE43lSqdVjHbewsOipZ7pcqFwu/fnnsWQyMd2tA1AUhWEY32ioJzgcDpPJLCwsrIkXTe0mrI91rup/MQx7fgyNetmLBQC0BimD+w8o7rdOSIYAACSGcO2MtkPfefuwzH9sB1HPKFFoeFS34R0cCcM5FFKo/fKw90dfZgz343isntXpf4Pf2XbDFOdbtSv+YMvMcznPM56iBw/uaLrUv/8gxti1wbEJ33w4YsIXK76aP5jJ90jb9a22Om4ricEr/iMpXwMA4MR9Y982ud/AUb1X/Prk/KLPck5wmiNQrO8/xnpsQ9X3bl6k04ss6oeiwM5fTO8Qqv8+lwRBgM6nvNPWMHSxa/+Cp8xX2PGM41NMb4+x9fJBoE84Pw809PnM4UWDZq5mbf2fMaKT9b1+5CgUbhVtXG+gt6Bhf336tpTYviVoGlpsRESETCbDPwcEBAwcOBAXtyQSqWfPntWqiVwub7Iup8nJRRyOB5/PZbNZL/zj8TjBwWGFhUTagLoB97EBAOCBSl7F8/v588vQ0FCpVFpXN+Tz+Vrtf6atYrF49erV69at27Bhw48//lgdN8JoND5/9kCEnmhoiq7YF2eQp3sgP2SQj6ygEhVC8DCvMgBRqdT6yNqWnp6ekZHx8ccfVx9ZtmzZokWLVq5cuWDBAvyI0+nctGnT9OnTm2bauLNnM1JTjeXlGUwmt7g4jcXixsb2y8+/FR3dKyfnmkKRFxISbzSquVwPtVoCAEhIGN6jhzAuLohokC8zj0kGAHTs2BEAcPfuXTyHeWVlJQRBNBotLi4uOTmZw+E4HI7i4uL333+/nopRXl4uFArrxGt27ty53333XUZGhlqt7tu3L4vFqm7ehYWFCIJERUXdvXtXrVb37t37OUq8y+UiQk80HKG9GL/3AgBQj4wmKoOgLqn2DqxbYmJiDh48+PAqHARBjzkgJiUlRUVFNdm0rBAEAMDsdguKujgcAZstgCCIQqFbrUYSiRIcHKfRyLhcMYvFMxhUfn7RGIYBQKSYfTk6depU/blNmzZqtZrFYoWFhVWvqVafEB8fX3/F8Pb21uv1Npvt1b2fP/jgg3379sXFxSmVSjKZ/PBaMYVCSU1N9fX1vXHjxqeffvr8XklosQQEr4MWSyKR6smipLy8fMeOHdOmTfP39wcAXLp0qaioaMSIESKRCMOw27dvFxcXjxgxosnWalmZbvXqpODggBqeX1AgXbz4LS8vHtEga43dbrdYLI0lR2w2m8lkevV4ovv376dSqWPGjHnS0MFkMv32229vvfVWcPDz8pHAMIxhGCFiCQiavYjFMKz+osopFIrff/+9W7duuDMiiUSCYdhoNF6/ft3pdL4wjFyjc/Nm4Z49N2tSPzAMjx3boVu3CKI11hoURWUy2fNlTwOUQaFQ+Pr6vuLiytGjR3U63eDBg8ViMZ1OR1HUZrNJJJJr16717t37hb/R4XBAEESIWAKCZi9iEQSppwCK1SL80qVLpaWleIgJFoslFArj4+Nx1ZaAoLqdFBcXh4aGNoXClJaW+vr6vqIloFKpvHLlil6vh2GYSqVyuVyxWNynT5+aCG+bzUYmkwkRS0DQ7EUsDMOPOeYTEDQ8de6i+lLSPT09XS6XIwhS86tIJJKPj0+bNm3qw5jAYrFQH/IVIyAgaK681LBCQFAflJWVNZZ8xdVNEolUC3MqrVar1+sfjjVRV6AoCuoj9AQBAUEDg3dmAoLGwmw212uIiZoUgMFg3L9/n8fjqVQqHo+Xm5vbsmVLrVbL5/PDwsJyc3NpNJpEIgkJCUFRNDc3NzAwEIbh9u3bq1QqQsQSEBAQIpagKYIgiNPpbFwRCwBQqVTl5eVsNjszM1MsFkulUqvVarFY/P39cQP4e/fuUalUi8Uik8nkcrlOp+NyufHx8bh3TT31SmIvloCgSfAqe7EGg8HDw4OoQ4JG4eFY1o2FTCZDUbQWFgkwDNPp9DrPJYD3aDc3N0KLJSB4U7RYGIZ/+OEHrVaLGwZzOByRSDRhwoQXimcMw/bu3Zufn280GhEEYTAYHh4egwYNiomJeeFDk5KSEhMTdTqdy+WiUqm4KfI777zTZKNVELwUEomkrrLIvQr+/v6XL19ms9lPjRtcUFCQlZVlNBpxw2A+nx8cHBwTEwPDsNls7tOnz3N+3f79+/E88GQy+f/tnX1MU9cbx++9fYNSW1oVakEEHNZiAiOKoKgIxAiKgC9suExlmbotBt0Ua9SYqNG4KfxhfEMdymZinAKLRoNhobAxiQEm7k3AAiKMIC8dFFraC/fl98fJ76ZrSyVOZ6vP54+m99xz7j2395x+73PuOc8jk8mUSuUEfZmBFQsAb4gVazAYnuslWKfTFRcXb9++fdasWV5eXshPU1dXV1FRUXh4OIrP5ZT29vb8/Pw1a9YsWrRILBYTBEFR1NDQ0LVr1wYHB3ft2uXipLm5uZGRkevWrZNIJHw+n6Zps9lcUVFRU1Oj1WpRpHfAc9Hr9e+8846bPC2xLEuSpOOo7549e+bOnZuZmSkWi1EjtFgsVVVVlZWVX3zxhVKpHO+A586dGxwc3Lx5s5+fn1AoZFnWYrH88ccfV65c2bhxY0REhOv69PT0yOVykFgA8HiJ7e3tDQwMdJGhvLy8pKTk66+/dgyJQ9N0fn6+SqVat26dY8GnT59++eWXhw4dCgoKwjDs6tWrDQ0NO3bsCAwMZFm2rKzswYMHubm5Tk+ak5OTnZ0dFxfnuKuxsfHixYv79++HtUaeS3t7e1BQ0CsKQfGy2LFjx4YNGxYtWuS4q6mp6cKFC3v37p00aZLj3lOnTnl5eW3bto0gCIPBkJeXp1KpcnJyMAwbHh4+cOBAVlaW6xjJz549UygUELMJADwe1wPFDMOUlpYWFRU5DTnH4/G0Wm1HR0dvb6+jWXDs2LH9+/cjfcUwrKam5sSJE3l5eRiG4Ti+YsUKjUbz3XffOR5Wq9WuXbvWqb5iGKbRaDZu3Hjs2DG4d+6MyWTqHIcHDx6wLNvV1dXZ2elop7kJ+/btS09Pd6qvGIbNnj07Ozv7q6++ctxVU1PDMExOTg56gPj2228///xzLijypEmTDh06VFxc7HqeFOqVILEA4PG4tiSOHDmye/duNJrHsuzTp0937typ1WqNRiOX55NPPjl37pxdwV9++WX+/Pm2kTiRJ2Rbf8ipqanNzc12Go8GhJcvX86lWK3W3NzcPXv2NDQ0oMzvvvuuv7//8PAw3D735Pvvvx8aGhKNQ2BgoI+PD/pOUdTly5fdrf40TRuNxuTkZBd5IiIiAgICBgYG7J4sr1y5snXrVi4F9R3bt7wymWz16tW3bt16bq+E6U4A4PG4Dsk+NDSEZPLvv/++fPkyRVEHDx4sLS3V6/XIPOXz+QqFQiqVoskgXMH79++npqbaHspRYkUi0dy5c5ubmzUaDZf4ww8/rF69Gsdxg8EwNjaG4/jg4KBKpfrss8+++eabqqqqrKysadOmLVu27Kefflq5ciXcQXfDaDSq1Wp0o0mSFIlEJpNJIpHYZbNYLF5eXgRBpKSkjI6Oug5R/h+j0+nS0tLQMC9qhJxYco1ZLpcnJib+/PPPq1at4tK7u7tDQ0PlcrnJZDKZTDiOMwyD4zifz0cjPTiOKxQKjUZTX18PEgsAb7sVS5KkUCgcGBjIz8/PzMxEL5CUSmVDQ8Nvv/2G43hvb++mTZt8fHxomraV2La2Ns7XeUtLy6+//or+c3k83t27d5OSklDm4ODgnp4eW4l99OjRpk2bkAEdGhrK4/EIgpg+fbq3t/enn37a3t5+7dq1lJQUtVp99+5duH1uCEVRPB6voqICTaMTCAQVFRWZmZlVVVUmk4ll2fDw8IGBgba2NrlcPjw8vGXLFqvV6lYS29jYmJWVhWHY4cOHUWQ9giBwHOc+DQbD+vXr1Wp1WVmZ3eMFCtRz9OhRlUpFEIS3t7dQKAwODr558yaPx6MoaurUqWlpaUNDQyCxAPC2W7Goqw8MDPj5+XGzoubMmYPWWuA4fu/ePZqmHcPhsSzLifedO3eio6PRf9Z77733119//fnnn0itHc/OMAw6mkAgWLp0KTqIl5cX2jt58uTp06ePjIy4rjbwelsUmqA7bdq09vb2rq4utVpNkuSUKVNkMhm6uVKpNCwsTCAQoDESd7ubLMuiKvH5/KVLl+L/BA3SMAzjtNookaIorqC3t3dMTAx6xzE8PNza2orj+ET6HUgsALzhVqxYLKYoKjQ0NCYm5uLFi1FRUWhwDMdxqVSK43hYWJhSqaRp2u44QUFBz549Q+F0goODDQbDwoULMQyLjIy8c+fO4sWLUba+vj67lfszZ85saWnx9/dPTk7W6/UEQYyOjvb392/durWurq6urm7evHlRUVFPnjx5vVHPgPHw9fWtr69PTk4mCMLWueB4LiZqa2vt3im8dkJCQlpbWwMCAlauXIkaITJe0Rccx2fOnBkQENDR0TFjxgzbghKJBE0R+OijjxobG3k8XlNT0+bNm2/duqXRaNCIcVpamtlslslkILEA8LZLrEwm6+vrU6lUsbGx8+bNq6ysPHnypFgsfv/99zlptFgso6OjdlOOY2JiamtrkcSmpaXl5eXFxcUpFIry8vLIyEi0qpWm6cePH3/wwQe2BRMSEs6cORMXF5eYmIhSzGZzQUHB+fPng4ODP/74Y7RWp7a2Fmk24IbExsb+/vvvE/FqwjDMkiVL3K3+8fHxp0+fXrx4MdcInVJfXx8bG2ub4u/v39nZabVaw8PDw8PDMQwrLCxEpq3tvIGmpqaAgACQWAB483E9YJWdnV1UVLR37170AL5s2bLo6GiGYWydypaXlycnJ9v5EIiKijp+/HhCQoJCoUBLdG7cuLFhw4aHDx9qtVqU59GjR35+fnbRHGXq0AAAA25JREFUan19fSmK0uv1YWFhKMXHx2fLli1jY2Pcsvu+vr6enp5X4bgOeClIJJIFCxZ4bv1lMhnLso8fP1ar1ePl6e/v7+7u9vf3t00UCoUJCQllZWWcPxbUv2wfZEmSrK6uzsjIeK7EwqIdAHjDrVilUqlSqc6fP28rgbb6WlVVZbFYHMdsvb29V61aVVBQYDKZMAybM2eOQCC4dOnSmjVrUIa2traampqkpCTHk27fvv3ChQvd3d1cilQq5fTVaDSWlJSkp6e7ueMCwKPZtm1bYWEht57VDqPRWFxcnJqa6tgIlyxZ0tzc/OOPP6LNuLi4wsJCbjIBRVGlpaWzZs1y6rPCrleCdycAcAv+jXcnmqbt7EhHrl+/bjQaP/zwQ9tXaxaLRafTmc3mFStWOE53QtTV1VVXV69fvz4kJIRhGIvF4uPjw7JsXV1dQ0PD2rVrHddycHZqQUFBRkZGdHS0bbper9fpdElJSa49UgHAv6e/v//s2bMZGRnz58+3TW9paamoqEhISODcqtgxMjJy6dKlsLCwlJQU25nSBoPh9u3bM2bMsBtedsRqtRIEARILAB4vsdg/18WPR0dHx9WrVxUKhUQiQWsPRkZGEhMTQ0JCXFuTBoOhpKSEoiipVCoQCFiWNZvNERERkZGRrs9rNpt1Ot2TJ098fX1FIhES9alTp8bHx48nzADwchkZGamsrGxtbbVthFOmTImPj3dtho6NjT18+LC6uloul4vFYgzDSJKkKCo9PX0iKjk6OgpWLAC8CRJLEMR4NqgdLMtarVaKojAM4/P5IpFo4kO1JEmifw0ejycSiSa+SGNsbIwkSbRAQigUOvXjCACvFIqirFbrCzRCmqaRshIEIRAIkEhP8IwMw8B0JwDweCYuk2iF34udBXnLe4GCAoEAZBV4vfD5/BcbOOHxeMiEfYFeyTAMzDUAAI8HYq8CgJs+/sJPAACezgRDsgMA8B/3SpBYAPB4aJqGHwEAQGIBAAArFgDell7pZLoTSZLw6wCAB2kkSCwAuGGndr4uFgAAzwLFRWEYxu7TbpMLM2IX1cs2Ecdxx4KOR8MwzK6g0032/7ioFVcxF7VCU6bhGt/ya3TcfLFrdFrJl36NOI7TNA0SCwAAAACvBHgXCwAAAAAgsQAAAAAAEgsAAAAAbzn/A9KxCh8TMvUPAAAAAElFTkSuQmCC
iVBORw0KGgoAAAANSUhEUgAAAcAAAADyCAIAAABVgoI2AAAAA3NCSVQICAjb4U/gAAAAEHRFWHRTb2Z0d2FyZQBTaHV0dGVyY4LQCQAAIABJREFUeNrt3X9cU/e5OPDn/CIJkEAiBCVIUFBShQpqVGhLO2xxlVVsZbvYyb3STbe6zd5KV+zke7Xfr95bu+Jd3aZbWYubrKYrtjCLVaa0QgU1tlBJFSpRAyRK1EQS4ATOSc73DxD5qUD9gfK8/zgvEpJzkvPjOc/n+ZycD3HlyhVACCE0ciSuAoQQwgCKEEJ3N4BevHjRy8sLpzjFKU5xOtIp4XA48DSCEEKjyUBNJhOuBYQQGoUbGWjTRQuuDoQQwgwUIYTufABVq9W4FtBY4/F47qPZonGLNplMGEPRmCKimWPHjgmCcPvzBZKcP39+B8/1i6okeTeu57trC0J3L4Bi9ERjLfesrKxctmyZIAgEQdz26ccffzxrdmxPIBPRzPHjx+9OZkoQxIIFC/qFb4QZKJ6u0W3byiRJCoLg8XgIgrgTU7fb3bPErmD93HPP3YlIPeh07969MXNm446NGegdb8TdtbwA3UODtqm7Gu93KIb2W3rXM3cuXvebCoKA0RMz0LvRiHvuuedw84wHH3300cCk7M5FsYGl1bsWPQddOsIM9PZnJV3natw847MVf0ezwn5Lv6PZ7i2Xju77JtSYvQ60K4bi9IGfDrX179B00Ax0xFOb/t0/7jNzo/wM6MEJoGO2Bwmn42o6aFY4hpfVYrU6OzF6YgAddQbKWw7szPmL3nanPpnb7RYE4ZbTzgu6DZmbDzcLw3z96KZ3Zynjc3pPzqAjXBZ79nBBpZXrM4e+kddRu3d73gnHyPNf9IDWQF31H//pn5dnLn/hqUl0n3+06N979yj9xAvPz1v6o1k+sjubgV6vH/GXit/K+SLwhU0/0Xj1qStREx//yc/m+/p5AL5Dfcr1Te7/+5tl7i/WPxvq1ee/9sNvvnGAfibrF7djKTj9bnXJVatWnTt3bpi70FtvvTVr1qxbLmt49VZSKrb+9fd/4X75k0cDaYIgPB4BAARP9/7g+vbjP/3VGP6Tp309HsAa6LgKoEP2wovDFmi8P/jmRNNjKWHiXomnVV9lp9QpM2S0WDb5jrfiu44lQfB0nbkFQejed4XrUzpw8pSunbnv8yOaiqY9Oct3x8nPjIv+PVJy4/lO82dfXKanp8+W0xL5d18KToeYDrr1B0afiIgIX1/fYe4/SqVy0PkMVQO96SekA+ZnrOby3vnDu8KajEeVDPjOevaHbAAteDwC27Bvx1/rpqavXTpFJAjC6L4veuAyUKAnzZst/+aLY/VtYVE+PXlpU0Vdu/fMBWFi3nIgd0/T3IyfahUArotVhw7p6y+3u4HyDgyPX7RwllJkO/Fe3lfq9J8uVNIA/MUDf/7gGyo2/aeP9zy0xL3w7yH63Pwa5bO/XDaF7puD9N3VBAEEAAGE/nsg1/Dhf+889/jL66YfffP3p6au+s3yqUzXf5zHt/93IZ36mzVzpGzDF4WFR05fbOWB9p0048nUpfODJX2/7OSERwK/PHjoG8f0OdLrT7LnDn3d6jt74TRxp+kf/73z3OMvZz2hBADntwc+/OT42csuANp/8uwnU38wR2n/fOv/Hp3+q1efDWa6P9RX9CO/evUHPQ8bF7667lH5ONu9lixZcvTo0Z6HjzzyyD//+c9B883hZIWZmZkjump9+NnuMObGTHpk5Wq6uM7pbPj2k/cPnL7GA9CBDz+bvnTajCdfeOLhKeLhzAcjzniqgSpmLgiBSye+uVHnbLtw0tghnzO7b6u+peqjf3xhC0vKWPufmWv/46lJlw7t2V/bBrKwcO/2pgttAAC8w9gI3t4dFxq7HtqMjR2yiDAZ7RM+L3buTMXA3bp/X60w+PPX90l6Qvxsf9fpL4wd3c/bvj52kZ7y+EM+nqtf5OUetE5Lffn1LVs2vbx0ckPhzj3Vjv7zCZydOAUaP/+yuecZR93np10BjzwSQvUsRfB4Osyf7sg7zs9b8dqmLVv+z68W+p8u2FlQ1+Y3bYZv67k6hyAIng7bN+fA19dVd87p8XiETus351z+D033G3897K+++mrvzfrrX/960FfezRpov8WN5BvRE+elPGzZs+OT09f4rubY5VMf7ii0TIwO8/mOVx2g+zWA3rQX3ic8PlJk/6rK0rW/gKO2sglCFvSNd7z1q6qLohnfjwvzowFoWcSjiWFgOnGhjVZMnyKy119sA4C2C8YOuXaOor2u62GT0eGt1sgAfMLmfO9RjR99y75RYYjjSuiuRjGBs+cF8GdPnG/zeADg6jfHL9HTHlOLuIsVRxvFs1MTI/woAMZP81TKNDh7pM7Zf24+DyVGi68crWjo7iu4+vXh8zAlMWZC76UA13jkxLWAhGVxYT4MgGhCbPKiia7TRxv5gOhp4itnGls8Hmj99rQrICE+oPVrkxPA4zh3+prvtGjZOOxbj4uLi4+P79qm8fHxjzzyyHD6VYbqGbdYLKdOnaqurh7OdET94MOtNnANhw439usrOHXgS/t3q1egB7EG2t2Mj4uW1VWdaHx06RQRb606YRdFPhnu0/dFbZcd0F6ze3tN7ye9L7bzMwMjQ6iiusu8Bi7WOmQzw8McVSeuPxSFzVDQQy2351x9owYK0NWE71eF7FUbnRClnVjyr+ON7RHTJNZTFVfEDy0JEwueRss1aD3xh00nei/At9HREevD9NmzKdX3tP41lUfOPfnjaZJOS0XZFXH0Eo2v0JMkCYLgabdedsGVkreyS/qeRNopbXQY/f7XFzujBNOpa/6xmohrFWWnLB3RExtOXRNPi51AD6PW9gBOX3nlla4flb3yyiuDroGhMtCBre9f/vKXbW1tw9yz/+d//icmJmY4rfib9SBdO7H9rX9e6u4ViP3ZSw9dcQ1Y0rXGZsPu379/pvs/AYtfefkRf/wl0rivgXb9XxE7b+LJQ5XGtinhVv3pdll0/KTBwp78kZ9maP0GPD1p5iQ4ZLS2wTd2n7DJ3oqOEKrIaG2D2st0yGOB9M2W3L8GKkDviDnYP8A/Ki7k030Vje1q/6/013yjlqtoQeAEAAh46uW1j8lvVXyjAxY8FlK+r/SMI0Jzqayq1X/uEypaEIS+SwGAkB++tjpa0m9uIIoNgX2nLzqEqiu+EWE+E1xhdNXpiw6h5hId9lQQPU6Pnfj4+K4kND4+fpirYKhe+JSUlJqamuHMISgoKDw8fJjR82Yx1E/7y42xnd0VTNqLaJroC42tfWfhOzFw2uOv/ldnd63Ty4seui8eI874ykABwCcyLvyzj/W1F6kL9R2TnowdmDb6TZLBV02XXVq/7t56vqXF7ecnAgDxpBnKjmN1FzqsVEicjKb56Up3ad0F90WY+NTN4mfP/Xh6qu/Cjef7VOV7984TvuELwqCw8nxjgOGaf8yCIEoQBMEvxB+Onb/Y/qi/pOtdnN3Oy+XiwWr8vjOf0HyaX17TQNXXukJ+sGACJQhCn6WIggLEUH/2cmfUZLrrXaz9Gsj9xQIhVsVMdH1ec9Z1iQ57wo+ifKIm8p/UnOWbIOQHQbQgeO7K/X7G4DQzM/P6ahzkv8PPQH/84x+PaLkw7F74m13DRFFM9zzBI6ge+15Y1b4L/I13izVJsX6UhyCY7uXe9EomzEDHVQ20aw+ZvGCWt73y0NELdHhc/+Y7ANCKh+dOcpv+dfi0jQfg2xpPFOS9W3Ciq+fJJyRS5vim0uRWTlfQAOLASFnbN5XGjsAZk8Td3VJffvZFbQt/qyqYIAjA887LtmvXrtls3dNW/kYbv6uOGbEgTDj/r0PV1ybMnxMA4PF46IC5j6j4+k8++craCcA7zpXt+sPv8sqsg9fIROon5vpe+WzfoXo68vFI3wFXUwE98ZE5fq7qwk9P23iATtu3B/7yu9/vOdUK4PH4hEX5X6v6rJ6fOHMCBSAOmunXWv35GTYoJkQ8nn9ltGDBgvj4+Dv728q78UukjstnznTOSlv1dFRA18lfPDHmhxlPdpaVnHXiL5EwAx3yNYGz5wV+9fll79hnJosHe4Hfw88tdx869EXe9hIAEMnVs59Nmtfd0SSbEiH7XO+Y9GigGADAJzjSp+MLR6A2pCsS823GE1U1yrAFGr9h1EAvFP357d4vC3/+N/8m7r64qas26hU6LwLer3OpFs/0uz4H2Zwfv8AVFx/645YiABBNCJ///I8emTBERZJSzosPOlbS7DP/R2pRz2sEoWcpZNDCnzwPRQcL3978AQD4BM1M+o/kmd4ejwAgmxrpd+Boi2phkEjweAQf1UwfV2lLUHyot0cQ8HrPwac36YXv98pjx46dP39+OLu1j49PYmKir6/vcHpyhne1f+elY/m7Phd//+eamPmpv1qwlHWCRMoIguC6wNfm57am/XRphC/eT2S8GaOjcn5+uPSZZ54Rxmubd1xN9+3b98TCxN5b/0jpZ0uWLBn4yiVLlgx/F9q8eXN0dPTAJX7yyScJ33ui52Vln30+6LL6Trmrx/+e+5nw1Kr0ORMogiAEe/kf372a8lLKZIYQBKHDWLxzz/lp6auS1aKbf999+/b1XjoaDxnoPTAgA8XpOMpAh9r6r7322jB/yunj4xMWFjbo74JG1gvfNXVf0tdQT/w0bbaC7H59354ur6mLf5p2+HNbO68WUXg/0HEVQMfm3ZiGatmhB89QG3pgBjdv3rz58+d/x5x3qHrrzWIoGbzoJz/u2yt1PRZT3a/xnpqYfKseJGy/YwZ69/Trhcfpgzq9J+2PkddA+04BAEZzJ2ZMCx4wY/F+oD0/78O7ZI6TO4H2S83u5r1LRrmnyeJefHlJMIn3A8UMdOxloCRJzps3r7i4GE/XD/4JnCTnz58/cJy1sZ6B4qgeaCzXQKX+ft97ciGOX/jAG3Tw6mHfIek2VAxwTCT0nTKAMTsmEkbPcZKBDpp73rl7RA1sSt/NegU2qjADReiOF3D2799/J2JNv4pB75B6dzLQrhFnMTl4YBA1NTVdMXRMXUiPsGl/J6LMwNk6r7WcOHHi7iSGXeHbRybF7fvgBNCx+UskhO73YH0PF4TuXoNpzNZAEbprRYMHbEHo7u08WANFCCHMQBFCCDNQhBC6H9z4JZK7k8PVgcabS5cu4UpAwzdx4sQ+AbQnAw0LC8O1g8ZhAF2wYAGuBzQcx44d6xcnsQaKEEKjhDVQhBAabQDFDBQhhDADRQghzEARQuh+cBvuxtTh7jDYvi679Fm17cszLTUAIJcETJVFzJLPTpq4eKosHAAEEAggcHXfHR1uwXANyi97quzEaYcAABMYKkxKxMqFp5SeqTISAATA7YHQdw6g3+WO9O18298u/K7w6l+dHe2tna1u0i34AUFAm7vpsstw+krpJ+1/jhbNXxnyn5HSaAyjd0GbG3Ze8drTRrPtRAsveCQkIQECwOyBb0mhsgP+dhXmXHP/PKBzhrcHwyhC9ywD/bDhL+81//ac0yKTUEtDVkbLZk/x0fjRcgEEO3e1oa3+TGt1sU33qf0fZ9zV0fT8n0/JUonUbnBTQOF6vxP+epX5vdPL2Eb4iWB5oDDLW5gmdispAQjhipusZ6GmnfzISXzcTtcI1BzB/ZKqYzIjuAG3B0J3MQN1C+63atfnX/2TH+GzNuLVhcolYT7TfCgp1cm47SBwMFUC80Ieb+FszwVnHLmy/8NL7x12f9R5jn1h8suRvg93Da6Aq77LiRMn5s2b9x1n4hZgk1n0pw5G4YbXgjyLZZ5wb5CSAtXJEnwnAEyjveZOkDzt7/lhO3HISers5Kck3WkmfjaxY6bYIwiAGwShu5SBvlW3Pr/lT2px2C+n/NcPJqVRnYwgCOCGa8RlXXtuI2sM4cL+TbZa4QnyEwXMCIsJ934o1/JWBf8vopFco/6NShKGSejttcki+hPPRJCwXuleNsFDd7QLHgoIWhBJOC+JRwAAEAnuAK49gGudG+AXLfH9XTN1BCjioujlYNdkLwG3B0KjMOJe+AJzXr79TxHiaf859fUlQSsonu5kXECA3XP5t/Wv/aXhLV3L395t/N//qfv1JWgAWiA81PcDUn+u+k0489Bx/nD+pT9RBIUjw9xGu23MOx2MhoINge4f+XdQfAcn8hYYkUBSvAcY8Ii5dnHrFZdAnRZk+0nViQ7fJLnn/0xyTyHgC4HKuyyiCMANMiKcac+GzM2Hmwf5T/3uDZlby2z3Zum9XmMu2JS5qdA88AYXDn1OZuaO2jty5wuuPi/rjn17W8XWzKy8+rF1y46RXQfazrf97mx2oFfgz1TrFwcuJwjg6E4vQkSQUHWt4tMrH2p8H3598rYY6YIjLcV6ezkAuEleIODJgCUrg/4zkA4+YT9yrq0Wey5ulzY3bLaIJpLwir97mX8HEARHi2hCEAAIj9urs7VVoL7kfPa5lVst1P9tpP6viXq1gfrgMhUn86xRuJU0HG2hv2VJ3CJ9sDU7MgeEKM5cuCkz651aDoAJTlz9Ynqs4t58unu7dDT6DHR34/YWhl2qWPFMyI9BgE7ooAhaEKADXBddTWIQP+Q763mfX81VPOJN+DZ3WFihnQa6A1gQ4MmglO9Lf8Qyzg8u/QX74m+XP19hrnnBcpHnhxM84PFwJM0QggBACh4PSek56W8byewG+pUGKr+FNLHEPJlA0/DuJfJUG/mMX1uyyNMuhvyrDG6PEcawIHWEWsGMy6WjXkZQA+1wd7xv3uHnI3160o8IF8V5uRgQER4QePDyEnuRYoIg290s59/ebmsDghRRIhHlJfAgpiQeykN2UN9TLv4XW3Cq7aSp9YLaNwzX/nfU4Rbeu+ol94WUQA/Z0dYp8mEIEARCIIDsYC8RPlmNdFMnTBdBgo8wTSTE+Hqme8P/NlGnOgm7G4i21qQA7wMe8msnY2p1qX0xio6gEb1puzHx1eyFQQBsffFuXVmdnQdxcMyiOL53zqovKDhY3WDnAcTKqMRlyxZGyPrNqvnw5jfLNSuSuLLSOqvT6aJD49IyUqO7XuaoLdYVVdRZXQC0PFS7KC1FG8T0X/rh3bqSOjsP0tC4lESuaJfxsVezF3alp7xVv0dXfNLiApCGJ2ZkJKsl19vD1QVvF1c2OAGkoXHLri+QNZUVFJQaLE4eQKyMjE9JS9bIADhz4ZZt1VHrNqSqGAAAturt7HxYufmlaLr2nfW57LJlitK91ezctRu0XV+7LC+32GDlgZZHJWesSOh+1+AzB+BsNcW6Ir3R7gKgpaExSamp8SoGADibviCv8KTFBbQ8PGHRWPzN5Agy0FO2Kg8Bi3yeCfWeKpAC4xEBIbBCO89wnR6XmBLTJCOmxSJSTBM0RVJiUsJ5ODfNuYAVPB4CCJUk9DHR04JH+Pzqoe/4uR31FXs296u2sCZ9QU7WpgLzbamS3N653RGn7AIAkUILajEIFH2jI0gAAKHDA20AwQT8m9yzbar71YBrSdBsZIkzLDFFLKjFAojEk0XwPUJwe4TPrMztX11cc1Xxjg0bRla24my1h/M2ZL5dxd4vrX1dbqlJlfrqGzk52WkaY4nBdX0frcrbrjMqk9dtzsl5Y2NGlK1kZ+7A8iDDMODUl1hiM7I3bdm6eZXGWqkrNnEAwJmLt+dW8HEZG9/Iydm8bpHCoNuuq2UHLH2/SZm6bvMbb6xdRJftrXYCw1zfls6qEmNEWtYbb2xcmyg1lu4u7alJGEv0kkVrN7+x+dUV4fbKXXl6BwA49Hk7iozKlHVv5OS8sTE90lmau/PmlVYAYGhoKK1WpG7YmJ2qZgAArOWl1piVm97YvGGVFgxFOr0DbjZzzlS0fVcld/1rJssMe3fk17AA0FySqzvJx7+4MSdn89pErqLCel9noOXNn7VxrbGKeB9aRvJgdVtOXC5r7mhiKLE36XO585IHhO5jVwBCIJpdFw9d/mer2+n2uBWigLn+8QHkpIf8Yg5YC8+0fjOss/yW7SelyzZkxg+s9sgitLGKooY+z0nUMdrgYkO/o7HyYEHRSbs4amVWRrQMgGuuqSwpKuPjUhYnRAfdJGoMMrexpuwy0coJ8/w8fqQAJEMQggBE11QgyGCRkCgRDncQJ9uIZwWPIPImCPLrq8RlAhaKhcm0IFA+voLwsMxTfIU83UkB8LfYIM3FW98shcR1WckqZjiriwmKnasu7rvbO+orSor2VlqDI6OUEgAA1mZVpK5N7Zkjo9BooxQlFfd+9dr3v5m5f8ABM2Avrazl5QmLtUEMAKPSpiSWGoq6cjxDaR1ErUqNDWIAQBaRlBpTsb2ssjkhOWjAooITk7qSMYk6RgXVFisLajCVVtiViWsSImQAwARpU5LLqgvKTKwmvP/SU7QqCYBEk5waU72tvPfRvThVq5IAgDpOqywtMts56Fq4NCYlSaNgACSxyUkl1XsrjKxWXV1q5MNXXP/AmuSUqMqd5ZXmhKXKmwQQABCrk7pmBhwAgDhyaUpsEAMgCY+LklbqTXYuXuYcaubJbKneKY1blRAhY7q+5qLSLUXl9Wy00lBlpSNXJUbIut6RrNHvHHPH4wiuA/3aUcUTfJhPBNVJO8irv/32tUP2Qh+PlCQpgiI9guBL+lHACCCQQPoQsn2XP6AuUzRBAlAc6Zp9JT478n9DJVMIkjC3Nd76zG7UQ1JicFFpZXP8ILscAND0UFv0xiGs0MRp1QZGw1bm51dkrYlXMEHRWu3JWjb+ptFzyONlTPm6hXRLiCkiIDtZj0gCAKQgCARBAoAgWFxEfQdBUeB0w7cdVKQYBC+fCx2EN8BcmSBhbR2+Ci++Qy2SUBRhab1l+52znLTFpYSXlJZZkparmVGuLlmENk5dUglxaenxXe03c4WBHs6mYM019bRmeJvttpDGrVwV1+vczVtL38nvfwQ7rXYepKE9DXNpsJIGKwBwTqMNeEvu+sw+K8jq5GDAV6Bl8utNa5qhuwMRa7W6wLp/S98grrSyEN536YqepTNKTTBdbr9xVlMqrm8RWkID8D3nSHl4TwlVqlDSYLY4OKnJAdJIJX3j4AlVgMHqBFDeYpv2rcfKVFLmenbK0F3nZc421MydNivf++OAVCmnwdrg4CQWJ0iipHTPO9QyGHsBdPgZ6BmHgZQSMtrffQ10bO4R+6cxvvGzpPNYTytJUEAQJJCR0ocJIDSyWW5CEAiBFAggwJvyOddWV9P21SeXPkgKSiEY0uly3rKNXmuQxKckOgwVe0tNNw5YzlyhK6gGpVLKOC0u0HSlmVUFukqXXCln2AaWDx/4JYMTM9KsW3W5xep1fZInzlyhK66jFVJwWl2hSWkLIySDzs1RW7y3zCZV0DYzH5WWFh80Nur3p6+RpC8E0ALBcx5GQpMgEIQgAOlyniVkr5ynrRxEi4WsUPebTZQvQc71FWwdxBQSlIwg0GJCAMLN+ZFikgBnx63b6FWcdlGcxFr6zsFadnW05HqOP8jKd9QU6kqtUpVSwpmcILtZJaaGVcfHdpXI6g/rio20SikFi42/Pnd9QYEBlFLeVGVwatdkRQPYqgoKqjmFlLdaJY+tuF4tvBPHhlypUvU6dXMgHcZ257k+Mbinbjg6oSs2vxQr6X8qc97e7zmK9/B3OrcQw8AW0Vgspo0gAyUASKAEEAQeGtvPt3hdWxj4zPO+v+D8WC9S1PuVTylTnlKmdH9pgWOcolKffV9e+sLcYWIIL5IggbrVANm2OmNwXCwj4RbFwjulRjZDIwEAzlySV+xMzloTKwOu1qIvAgCw6fN0Fm1WZoICONMeg3HQr6nQrlhRu3VXblFkVqqqp0lakl/Cp2SlayTAmfZsyStQb0hXDJwbV1+kq1K+mJ0cBM3Fm7fvN2ozNGMjgpJA9f0xu1sApr2ljvB/7QLdzEOMRHhZ5d7WQJ11ESDA2Q7CSUCKzBMuEQDEXe+kCIEigKSoWxWdDVJtsoRhEh+TbSs1OKK1sqFWPluj0xmUa7KWqhhoLjYYBqtcWSv37jGJeXsD+9ja6CAGgDMV5pfTKzakRzDg0Bv1FQAArEFX2BCVmZWg4EzclnfsHABboyswxWRlxss4054teSVaTar6Xm4MiVIKYGtwQPcZxWm28sAAACMPV0C1ycTC9QDKOWysRCEb7qeVqJRiqK21crHXvyBrs4FC0TucSuRSAKeVBZB0nW+M3Uu/FeeNT8xabTxIQ2WMQi2DaouVv/6BWWuDDeRRcqYrL+a4noDmsLAA0pGspqFnLqWDaTAabVx093+cZjsPSqWMkSqlUGu1XX8La22w3TIZvvuH4PAz0Ej5TEIgnPw1UgTB3mFyfsJx22d/c/wu98Jb71z4be75N/98/s3Dl/cBQPnVkl0Nb+9qePtvDX/8e+OOfzjerbR9Ju2Uy5lAO3eF8lAKZsLNl9VcVWU1lhYUFBRVsFK+9qDB0Z0F1TplUWpZ35ZdtVUSHn7LzSmLTs2IoyvzdDWO7jMZ21Brk4R3VeIYZZScNdXZBpubzWRysubywsLCwnKbQim+Va3wron0p8ANdo4QKIYmoVMApu3aN4R/9gW6sRPm+ggvq9y/t1Bn2olQESQpBM4NITQ8pfBIOtt4gqQIECimxU2QBMjFN7+S3lF30mIpKyooKCi3iOmGUn3zkCufs1abQBWlvOlxrIxbtnz58rRlcd1NN85mMLLymH7JGmtz8mK5BAAYsZLmHSzPWQ1WF1tXUlhYWFzhkivveYlFEhwXSdsr9uvNLHAOU1lBTwtaFpUYSVuKdWVmFgBYc0Xe1i3biobfJ8kEJ8bLXSd1RTU2DoCz1RZu37I1r8rRt/KsDQVreXGVjQPOUV+i0w8zObXr91eY2a4O8BILHZ6gloAiJimcNhYVVjWzAJyttrjIwIcmxAUBMLJQBbiMBivX1eYoqbKPdD0NOXNGnRgnd1YWlJkcHABrrigotYrnJkZIQBETJefr9h+sdXAc21xTXFzPw5gzggw0xi+2/mplI2uaM8mT5rfqrMNQ0XrodOspIASSIAmC8gGknmJzAAAdX0lEQVTfVvfCxMAfnHZUfX7lQAfpIgWSIigCKJ7pnCmZ/XTgc7VtX3sJYpUk9KbVNvNJa9yK9O7GmU25dWup3qZdqACe5wdZh8PdJSURKRmJxm35+ZxSoh164YNv/9ikpVrZGNt4MXKhuh3Od8AcHwkAiNpbviLkbzbQRg887iv8NMj9h0vUNyyh8obX1fwkL+F5JSGmYAItAHiTXdeKMiJzOyHyCCES901PaNX1kWnp3Z15jnDblqJyc0Kqihl0dXHD3s+ZoITUIADWxtL8YO+SqpR0ZZ2Vi1bzViOriFJKwAVAK+JSlmrGylWQsti0DFO+TrctWwfi4LnJKXMt+UaOAwBZbMZavqCgeHt2EQ9Ay8PjVqxNHkF7nlElr10FuiLdlvW7AEAaHJOyJjVW1medy7QZK015e/O3rM+npeFxKSmagvxb9VVzAHRkcqRJt3WvxQkgDX0sY0WsrOsDr3EWFBS9mZ0PAOLgqMUvpiUoAAAkmmXLonYVb1tfIZXKlDFJiyINOnak62mImTOq5DUrQVe04/X9XatJu2JtSoQEAFTJGcuc+cW5r5cDLY9MSEkO3lXEjbEgOoIa6GOBiQdbdp+6dvKJgMX+fMBLEa/HXVt4peOSFykSU94tnbZPrnzgFjwEEEAQnaTrScUSlTi03dPmETx+jHyef4KMlte2GKSMn0Y642Yb2FRp0yT1RCtF1Fzp/vIyc8JSlVQdKi42mBwJClmvNlSElK01OkGlGM4uuWpZ/da9DcFaAJCEaqQOo5VNUEiAsxrsEnWkQiIdODeFWi0u0Rsd2tgxFkEfn8AXcKKvnORT/oKcb7OK/D9somrckCIVfhjgfreZqm4npopgYygfCu3Ak5MFN7gBKLFAkIQAwPPtlKjWSUopmCHx3PSEZlTNTeg5FMLjg52FpcbkdM1gK59RRir4UoOVixhesOBMpQcdiUvDg0FfbWKjNb2aqIz6Ma20uLSoUA58eNqqhCBgHBolFOiNrEYjuZN5ZfSanJyBe8/STTlLu/5WL9/S83+ZZumaTUtvvC4+9sY7tMtf0i6/eWqWkJWT0GshmtW9lizTJK/WJA/4IH2WHp2yJjr1eiO/6m0XiKUSAEaVuikntXekzczpyhok8Zk58QAA2vgBn0yiTkjPTEgf7FQXn5EV3+uJ2O4UJCJja68VxfR9CEHJ2TnJt565Inrpmuilgx2v8elZ8TfekZwTP9YyUOr555/39/cHgFveISlAFPiPi7kNZN1jsqcDmYl+XvKHpDEzZTExsgUPSWe1up1fthyd4hMZJ//e1y0nLrjOPq74/iLlszOlMRrprOk+UdJOeZP7/N7WXRRHLp+4Ssb4DdF5VLZ333GbRxoQMlkhAgBH7fGTZ882nDVdE0knz9JGtHxZVHzUYDQ1XbpsMbf4RERFR0V0GvZ9XGo4f77p4hVzkx3UUZoAUXfLsLay7OTpJpckYLLKnwEAyeQZAZavTBMfXTBJ5DslnDl9oPy02WQ48ZVr+rM/WhDI+E5W95/bw/HayS1f7is+aqitq29kZerJ/rcv/TGbzSqVanTvDfCC/KvMOYZ4XOKZ5LJ94ZK+byXn+QrPTvDss1NftBHTGcgO5adCK4i93SQNNCNQTNeW9gCQfGcjz3zQTpE8pCtdMq8hOo8q9n1U3tQpCZgyNUAEAI76L786e/ZCXYON9pmo0c7k+6/8WVEzRBcO7z305bfnmy7bGi9c4idGaSZJqO5a6vEjx6ubrC1XLxkNp06dOnWquqqWnZ6wYGZEgOXo3k8rvzWaLDZrg6ldrokKsB3df7jmfFNDQ1PT2Wr9aZsyau6MGf6Xjn78aeVpo7He1KkMV/l+pxuhNDU1hYSEwP2Kq9/9X28UGKWaGZNlvK2m+P0jTconn310sgjQHTBwbyEcju6iynBuMber6e13m9/698CX1kSsJ9yUQLsJNwUeIBhhX/MH7zX+7lH5k2un/teuC9tLrxX/cGJGysQfkxwFjAA84WHcHzbm7Xd+OFf02M9Cfo0bo8t3vJ3dny577bjm9YKvJ2uiQ89Js85Tci+YxAjHO4kYCn4dwkeSTrfYlwAgBEEgCAAgBMENBOXhBIr5u4X6Zxs5n+F+OaljDK4ctrZAZ45bsVDFAHC2ih05ldqszPjb2g44duzY/T0uPGsq0+kOGqwu6Pf7HnT7DdxbRnY/0H+b9NMPLe+VtO2dZp2RFPAs6aE6iQ4vWtTp6XQLbpKgJKQ35RT5eskognILbt7TyTAikiAFEo5dPXK884gPJ3talYq3pr9d/n1C5/uXvQ5wZFSr9KkAz8+Cib9eJutZYolUSAlwR3rsnRJ/emD0FNwARLmNrORJXw6WKLkxeWt6tr60FpJSutJ9BnheolRKcJsPaHVnZCXgehj7NVAAkFA+P1Nn/f7yxr9b/0gDkxjwAy8QuQnei/SawCjdBN/Anj/SWWxsq+NJ3o9R0KQXwZNAwYmWsgMtBa2CY67fo6HiKYIgYPy8LbxJWDux402n6J1rlIyGZRPc08RCCw8P+wgBXEuntz8DAgggXG9e8EDQHh4AKh1en7RSDoD5vnyo2COMxQgqiUiOO3lQV1AtpYF1OiEuIzUC76CBxlQAHekd6ZcEPd/Qfu4TV/5fL70tEMKTgc9QHbRAEA/L5s71fbTaedxg1cs6FQ97a+f4xRNOWpC6j9mPfGL7x1WyeYZnztOKZR7BTRJ4A9/bJlXBXWDJjzzMNiv1Mw9836eV4JyC4MdLZDQBHoEAAAKAEDzgcdMcB2LvL66RRS3UZRqiOPczEzo8ApBj8nwmUS/MWI1bGI1d1NatW7v+Gv4wG3P8H2lvb6/ijn59Td/p7vCTyGkvWkr5aeWPeBHiiURIjFS7LHilLy1rFpqO2A/uu6prpRwzYc7iwOdUYjUAgUN69PgunUg95kvd7e3ESTf1pYNkwUvq40MzjBcBJOcieBfh5ghB8JBMm0Bf8ngdtlMf26lWCqI97iXyjhCxADB+h/S4zzuR0D3eW0YzJhJFUD9Xrw+1hu9t2bXL8vsi29+f8ls61SdysmTK00FLKYKxcVfr2gzn2upOsuVtna3BvpPVwuwfBP5oAqN0CzxF0LglbvNpkICXJnWE2Tzvt3u9e5ksdJLf9/VoJMJkkcSfBgLgGg+X2oh6ljjWQbZ3gMpbmOpxpwR2BNCCWwAKT2cIjcrIeuH7aXe37bPuKWv7lHV1uPh2DylQDEUCRQs0LTA+tNTPWxZGTX/Cf/EU72mAwxoP5rYMKtejzQ0f2bw+czFsB8HyIHiAoYECoASgAXxo8PMVphLuhdLOcAkOawzwAPTCo3u6txA1NTVdGeiom9Wdns5a5+mTLfqmdtNpp4EkKLnXhBDJ5Ok+kXH+8cHeIRg677JOD9Q6qJN2qrGdPH2NpEhC7iWEeHumS91xCj7YW8DQiQEU3Za9ZfTjwvfwIr0e9ot52C/mZokuHq13kRcJD/u7H/Z333SLIIS+qxGPyokQQui2ZaAIPWAuXryIKwEBwKRJk24RQEfRC4/Qg+27X1iGHgwejwczUIRu82GDUBesgSKE0CjdyEAbLWZcHQghdBP94uSNGmjIpGBcO2i8MTc04kpAw9cvTpJYA0UIodHBGihCCI02gGIGihBCmIEihBBmoAghhBkoQghhBooQQggzUIQQwgwUIYQwA0UIDQ9nLtyUuanAzAE0F2/O3LDHxOFKwQwUobGHNZXlbc7MzNxRw47wnY7asgoTe4c/niIu/cXVi4KZm7zEVnVYb8YIixkoQnc7eBbmbH5HDyrpKN7sMBQXl9ff6QDKKNQRasVN4ifXXFm8v8zK49a8g/B+oAgNEnxYadzq7Hi5IcdguFmmWawrqqizugBALI+MT01LDncWbt1WbgewbMksjXpxU0YE2KqKdcV6o90FIJZHalNSl0YrANiaHdm72JQ0ddXBKqvT5aKD5y7NSNUOjIicuSw//6DB6gKxMioxUXz9+ebizW9WhK/dtFwNtqoiXbHeaOcBQKyMSkxLWxhs3r1pZ7ULID87szhuXVaqyllTqCvq+hggVkYtSktLUEsAoPnw5jfLNSuSuLLSOqvT6aJD49IyUqNlAACO+sN795YarC4AaXBMUlpavIoBAM6sLyg4WN1g57uWt2zZwgjZOA2geEd6hAaQaRbGA4DjpllqrS6v1B63asM6jZS3GUt35+XpQjetXpr1onPTTlPihuyFCgC2fs/2/Dr1sjUb41Uyh6lM986uHbAua6mKZgDAclCvXZO1RcVw5rId23S5ytCshUF9w6epILeoVpmybm2CirbVFOTmO0HSL4xX786vhMVrNyaoJXxzbfGuXe8UqDelp2evtGXv4ldszoyVANgq8naVs3GrNqRoFHyzXrdd906hetNyNQMMw4BTX2LJeDF7uQzY2t2bc3XFWs1yNdN8OHdnCZ24akOiWmKr1u3Q7dApstM1XFXedp01ZsW61bFBtKO+JDd3Zy6zITNBMS6b8Bg9ERpllsryQEulUgYYiUKT/NLWrauj+wU3tr7kpDM0ZVm8SgYAMnVCSqLcri+zdBcmxZqkOBUDAIxKuygSrCfrbP2WYakwOMUxyXEqCQCjiF6aNPBw5R0uoBmZVMIAIwmKTs3K2ZIe0T+RVWjXbNyYmapRMACSoJg4Ne1qMDl7/h2cmKSRAQBI1DEqcFmsLHDmynKLOGZpUoRCwkhU2mWrVyyNkQLYDKV1EJWaGhskAWBkEUmpMWJLWWUzZqAIoRFkqVGpi8N37N+2vlQZHhEeNTdOG62S9G/kN9gA7PmvZ+b3ftZq4yEYAEB2o4hJSxVSMJmdHPRuxfMOqwtkKmnPq5RKKVj7xcb4ZY9V5+q2rC8ODg8Pj9HGxWqCJAPDrLW6uLDMYHG6eJ4G4AGUN7qXaJn8+jtohgYADoC3WZy9Fy1Tx2oBgDMZbcBbctdn9okjVicHQcw4DKAYPREaHUa1cM2W+Ob62jqDoaps17Yi5WNr1y0dcDzRkas2r9b0Dy5d0Yu+HZ9DErE0c+ui5lqDwWAwlOSWF4WmrFuT0KcU4KjK21FkjUpbs1qrkgBwtXnZudZbfb2h/yWNW7chVcXgLoC98AiNGsuyIAmKiE1Ymv5S9quLldbK0n7XZcpCFcBbjTca5pzD5rjxEofRdv0Bb7P2Sfiup4ZKMTjMzuuvYi1m52C1BA4kQRrtwtSMlzasjZM0lJZb+3wOzm4w89KYxJiuFJmzGc237JynpcHy3h+Qra8oPlzjYOThCnCael2l1fcrjbcAihkoQgNjksPhcDhsTpYH4FwOh8PhcPS7Lokz7dmcvXVPVTMLABxrNhodIFVKAYChAViL1cGynCQiaa7UXqYrrndwAGxzlW77lq262uuzctUWl9U7AMBRf3C/EZRzI/v1xDDBWo3YVV1YZnJwHGvWFx20DIjiNXmbsrcV1tpYAOAclnozC9JgCQM0wwCwJquDZUEcLAGnyWjlAFhzVYGuFmhwWJ3cTfPruLhgl2FvUU0zyzrM+oL8vRUNDAOyqMRI2lKsKzOzAMCaK/K2btlWNF4vN8UaKEID2PQ7t+ztaeLq3nwdAMQxazelq28kiIw6dc0yna5oW3Y+DwBieXjsilVJQQxAcLw2uLo893VD+IoNa2JT166Q6IpzXy/lAWhpaMyyNakaSXcTPjgx3lmyPWunnQdx8NwVGX3b3QAATETq6sXs7pLtr+8HsTJqUXKCJb+C650+SqLTVy3W7d29pdwFACBWRsatTI1XAIA6ca48t3z76/qoVZvS0hfX5RVtW18EYmXUohWr4vU7t5dv38K/uCF5yLUQtHDVKpeuSPdmtgtAHByzbE2aRgIgic1YyxcUFG/PLuIBaHl43Iq1yeO1PU84HA48XtC4dfz48QULFtyLHLd2x/pcNm1jplaGW+F+cezYsfnz5/dpwmMNFCGERgdroAghNEpYA0XoXmA0a3JycDVgBooQQuM1gGINFCGEMANFCCHMQBFCCDNQhBDCDBQhhBBmoAjdv3BQuTEGrwNFaBCsuaKgoMTQ4OS7B+JIWxo97N9cOmrLDBJtvFpyJz+hIi79xSjprQaVMyoTtHjfOcxAEbqLHPq87XtrJYkZr27cuGFtstpSvmvn4WHfcx0HlcMMFKFx3FC2WyXhcenpCRoJAMjiU5Iqq/caLOzCfnd6x0HlcFA5jJ4I9U/u1MkZq3uFMKfFCdIoRb/bx+OgcjioHPbCI3SLBnltUV4lF7UsSd0vOcRB5XBQOcxAERoaayrbnVdkDV+RmTawCwkHlesVR8btoHJYA0VoMFxzRf7OvfXBKWszEwbvT8dB5cYho9EYHh5+owmP0ROhQaJnWe72ImvMquzVCUNfjYSDyg38Sg+6srKy3g+xBorQgIhkLsktMqlTViQEd40uh4PK4aBy3QRBOHPmzI3TDGagCPVjq66yA2/fu23L3t7N1rUbUnFQufE+qFxYWFhTU9NDDz3U9ZCoqanBGIrGLRxUDg3fsWPHfHx89Hp9RkZGdxMeoydCCA2Tj4+P03mjDo01UIQQGkEA7f0Qa6AI3Qs4qNwDATNQhBAabQDFDBQhhDADRQghzEARQggzUIQQwgwUIYQQZqAI3b9wULkxBq8DRWgQXaN1GK0uHkAsD9empCVHK5hhvxkHlXtQ2e12zEARukWetz231BmeumbDxo0b1i4Nt5Xv2lGCg8ohgLa2toCAAMxAEboJdUJKeFRCtAIAQKZdlFh6cq/JygIOKjfuB5Uzm80qlepGAMU70iPUP7lTxSb0HCNsc9XBUqs4Mql/ixwHlRuPg8o1NTWlpqbeaMJj9ERocM2Ht2ZmZma/mW9ULVubEds/x8JB5cbjoHKTJ08ODAzEDBShWwmKX/Wqxmm3GMqK927L5detSugzbBoOKnfD+BlULiEhoc8Xx+iJ0BAkiiCVIkilDg9mt2w7WGKJS+8ztDEOKjcOyWR9WiLYC49Qf+bCnE05hf2G+eFhwCWXOKjcwK80zmANFKH+lLFqsJTnF+hNNofDZq4q1lU6xVH9rqfEQeXG5aBy/U8zWANFqH/sUKesXUkX7C/cvsUFALQ8NC5tbYpG0u9FOKjcOBxUrh/C4XDgAYPGLRxUDg3fsWPH5s+f36cJjzVQhBAaHayBIoTQKGENFKF7AQeVwwwUIYTGdQDFGihCCGEGihBCmIEihBBmoAghhBkoQgghzEARun/hoHKYgSJ0H7FVvJ2ZmZmjH8kvnh21ZRWmOz0mkiIu/cXVi241qJzejBEWM1CE7lH4LNtd1DDSN+GgcuMH/hIJoSEjUFlesTNmcaRhv3OITBMHlRtvg8r1D6AYPREaInzmF7Nxa5LVZQYYLIDioHLjcVC5/k14rIEiNEj4NJfsKmHjMpLVkiFfgoPKjcNB5TADRWgY4TO/DBLWJqsYGLITBgeV6xVHxs2gcv0DKNZAEerHXJxfBglrk25xm3UcVA5hLzxC/ZXprby1dNv6zMzMzMz1O6tdYNG9nrW1/zBzOKjcIF9pvAVQrIEi1M/SrI03vLoikgZlyrqsFxf1yblwUDkcVA5roAgN0iaWyW4UESVSCQ1OiVQhw0HlcFC5/oiamhqMoWjcwkHl0PANMqgcRk+EEBodrIEihNAoYQ0UoXsBB5XDDBQhhMZ1AMUMFCGEMANFCCHMQBFCCDNQhBDCDBQhhBBmoAjdv3BQuTEGrwNFaAC25u3sXX3HQgoewa8uHbVlBok2fuh7Md8Oirj0F6OktxpUzqhM0OJ95+5gAMX7gSI0IIA6XUBHrVy37EYMZCTD/s26w1BcXB4TdYcDKKNQR9x0FA2uubJ4f21yPAZQzEARupsNZdbOgVSuUMhkzM0zTRxUbrwPKocZKEL98TYWWEtJ7tZ6k5Wn5cGahKWpCf0TShxUDgeVw154hAZJQYGhgZPGpKxZ9+qatDhJbdH27Yebuf55Kg4qh4PKYQaKUD9MRPqmrT2PgoLSmYbNuaWlloTl6l6BCQeV6xVHxu2gchg9EboFiTJcBgY72z/O4qBy48+3JtP0XjETrwNFqD9bVeHuAv2N1jRrNdpAGizt/zocVG7gV3rQvZGb2/sh1kARGpDSSdnaSl1eQZXZ4XA015ft3m3gQxMT+qZcOKjcuBxULmjChLd37+55SD3//PP+/v54zKDxyWw2h4SE9I8dCk2ssq2usmT/gc+OHK22iGY8nZGeMKlvckj5azRSS+X+oqJ9B0oOlVZd8o9NXZEcIaMoH5nz9PETRz4rM02cHz9z1sNK9kxZ0cefHCgpPX7ea8Yz//GjWAUFniv6Q19Jkp72OfF+nq7os5NWv7lpP3k6QkL1/SiUYnoE3agv2X+g5FCFEeY8PcN+yiTVPhHtz54tO9qomP9E7PToKfT58qK9+/aXlBw68nXLxPk//PFTYRKgfKS2qqPHjhypsE55+uk5XqbKT/bvLympMHpi01YkkGeOHis9bg1/ZLqzsvysjzYxVkEBAHiufHnoq84ZT8RPFvlOjVLzxspP/7mv5EhlPTkjJeP5WAUFokkPz1BcOVVS9PG+AyWl+kv+81N/8sx0X2oc7C1NTU3PPf307//+94kBAergYAAgHA4HHkVo3MJB5dDwdQ0q99WZM9lvv/1BTo7UxwdroAghNAKzH3ooNSlpw9tvA9ZAEUJopF547jlBEP5x4ABeB4rQvYCDyt3nfrN69QvZ2ZiBIoTQiE0KDHxt1SqsgSKE0GgkzJ2LGShCCI0SZqAIITTaAIoZKEIIYQaKEEKYgSKEEGagCCGEGShCCKH+8JdICPV38eJFXAkIACZNmnSLAIrRE6F+VCoVrgQEAB6PBzNQhG7zYYNQF6yBIoTQaAMo9sIjhBBmoAghhBkoQghhBooQQpiBIoQQwgwUIYQwA0UIIcxAEUIIM1CEEMIMFCGEEGagCN0znGnPhszNxc0AXO2OzMwcvWPYb3XoczIz36nlcCViBorQfYat2ZGZmZm1Q2/r82zV25lZowtqjDrlxRfTImXDfoMsMu3FF1PUDAAA16w/XGXDrYIZKEL3Ed5YoNPfpsAlUUVEqGQjeINMFRERJAEA4CwlhSV6KyajYxHeDxShwQ+NyJQ4e1GBTh++RqsYJEk1lRUUlBosTh5ArIyMT0lL1gwdILnaHetz2bSNmVpZ8+HNb5Zr0hKdpaX1NqeLDo5Lz9BaiwrK6q12Fx0al56RqpGBQ5/zuk666o10LnfTLiMPkLs+MzhlQ2aCArcMZqAIjf38E5SJKxcrBs9CHfq8HUVGZcq6N3Jy3tiYHukszd15uHl4rXmGAae+zJm4dtOWrRtXqKyVuTkFtsfWZG/ZunGl2lJZUN57PpLoNVnLlEBHrnojB6PnGAygmIEiNFS7Oyhh8BBqqy418uEpqbFBDAAj0ySnRNHW8krzsJvZwYmJagkAyNRRCgBFQmJE9yMl2M12bK1jBorQA4AZNIRyNpMDpMFKuudlilAFOK3O4c5WrJB2v5emaaClUkn3fCQAwAOPKx4zUIQesBCKiSHCDBShEYfQFYkKY4Gu2tmTcKpl4LRYezJF1tpgA7lKzuDaetDt3LnzD3/4w0cffdTS0oIZKELDCaGqpBWJCmNRcUP3E4qYpHDaWFRY1cwCcLba4iIDH5oQF3RHlk4zNPB2q41lMQW+91auXLlq1SqGYUpLSzEDRWj4IVR5ozYpi81YkxJuKXozOzNz/ZbdJuXiF1ffqT5yWXhilNRa9GZ2TpEJQ+i9JpFIRCKRRqNpbm4GAMLhcOBKQePW8ePHFyxYgOsBDcexY8eqq6sFQfB4PIIg/OIXv8Bx4RFCaLgyMjK8vLyMRuOBAwcAa6AIITR8Xl5eAHDx4sWuh1gDRQih4fJ4PGfPnm1qauI4rqOjAzNQhBAarp07d549ezYlJWXChAnvvfce1kARQmi4fvGLX3T9kZ6eDlgDRQihUcMaKEIIjTaAYgaKEEKYgSKEEGagCCF0P8BeeDTeHTt2DFcCGh38LTxCCI22CY81UIQQwgwUIYQwA0UIofvB/wcO3ZzoQ+OTbAAAAABJRU5ErkJggg==
\rules except wikilink
!! Jeremy Ruston
For inventing and developing TiddlyWiki! Especially thank you for constantly focusing on extensibility and for allowing collaborative development on this great piece of software. Another thank you for taking your time to participate in all the issues and discussions spawned by me!
!! The Vis.js Dev-Team
Thanks @josdejong and @AlexDM0, maintainers of the [[Vis.js repo|https://github.com/almende/vis]], for being extremely responsive and solving all those crazy bugs I come up with! Also thanks for often helping me out with vis-related problems and of course for developing this incredible library :)
!! Users and Community
I am very grateful for any feedback submitted at [[github.com|https://github.com/felixhayashi/TW5-TiddlyMap/issues]] or at the TiddlyWiki [[google groups|https://groups.google.com/forum/#!forum/tiddlywiki]]. So big thanks to everybody who makes the step and tells me about an existing problem or points out an interesting idea to me.
Where and how to store information? Which data structure to employ for storage and retrival of [[construct|Map Constructs]] instances? This includes for example the [[Storage of Edges]].
! Introduction
TiddlyMap uses json to store its edges. All outgoing edges are stored in the tiddler that represents the from part of the relationship. This means that TiddlyMap actually turns TiddlyWiki in a decentral graph-store where tiddlers are nodes holding the relations to other nodes (tiddlers).
Especially graph traversals can be efficiently performed this way since adjacent nodes can be quickly identified starting from a certain tiddler. This would allow stuff like shortest path calculation (e.g. dikstra) or neighbourhood discoveries.
Per default, TiddlyMap uses the `tmap.edges` field to store edges.
! Example
Say Tiddler A links to Tiddlers B and C.
Tiddler B has an auto-generated tiddlymap-id:
```
fa8c4f3e-b216-4744-b65c-5335f02f66a9`
```
Tiddler C has the id
```
7017feb5-3955-464b-a4b5-a22a420ab828
```
Per default ids are stored in the `tmap.id` field. It is noteworthy that the usage of ids to represent tiddlers has the huge advantage that edges will survive tiddler title changes.
The edge between A and B is of the [[type|Edge-Types]] `rel-1` and between A and C of the type `rel-2`.
In this case, the edges will be stored inside A as shown below:
```json
{
"d4ca6750-780f-4640-b8fa-fa2efa449c92": {
"to": "fa8c4f3e-b216-4744-b65c-5335f02f66a9",
"type": "rel-1"
},
"97345e5b-505d-4625-8843-5169b7fda209": {
"to": "7017feb5-3955-464b-a4b5-a22a420ab828",
"type": "rel-2"
}
}
```
In the example above, `"d4ca6750-780f-4640-b8fa-fa2efa449c92` and `97345e5b-505d-4625-8843-5169b7fda209` are unique auto-generated edge ids.
\rules except wikilink
In case of TiddlyMap, this describes the extent to which TiddlyMap is able to make sense of the existing wiki structure (i.e. explicit and implicit relations between the tiddlers).
Examples for progress in the realm of structural awareness:
* In version v0.7.10 TiddlyMap was programmed to understand that tags are a form of relationship and to potentially display them in a graph.
* In v0.8.2, TiddlyMap allows the user to register his/her own relationship fields with the help of [[Magic Edge-Type Namespaces]].
hr {
border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
In a graph, all nodes (invisibly) belong to a certain group (see below). The appearance of nodes in a group can be changed using visjs-styles as described [[here|Tweaking the Graph]].
!!! Matches
All nodes that match a view's filter are assigned the group "matches".
!!! Neighbours
If you activated the neighbourhood option after opening the [[View configuration]], neighbouring nodes will be displayed in the graph as well. These nodes belong to the group "neighbours".
Some aspects of ~TiddlyMap are configurable. To change the global configurations, open the view menu and click on //Global configurations//.
{{Selection_570.png}}
A dialog will open that allows you configure the existing defaults.
Below, the category "Field settings" shall be explained in greater depth:
; The node-id field
: ~TiddlyMap comes with the default configuration that every tiddler used in a graph gets automatically assigned an id. The field used as id is per default "id" and not "title". The benefit is that a renaming of a tiddler that has previously been added in the editor via //add node// or a double click can be traced by the system. Tiddlers that were added to the graph via a filter that generically defines the node set (e.g. "all tiddlers with tag xy") do not need to be traced.
: If you decide to change this field, all values of the previous id field are moved to the new id field.
;The node-icon field
: ~TiddlyMap will use the locally stored image denoted by this field as node image instead of displaying a node as rectangle in the graph. If no image is available, the node is rendered according to the current vis settings.
; The node-label field
: ~TiddlyMap will look for this tiddler field and use its value as node label. If no field with this name exists, the tiddler's title is used as fallback.
; The node-info field
: The value of this field will be displayed as tooltip when hovering a node in the graph. The tiddler's title will be used as fallback.
You probably already know that TiddlyWiki is a great tool to organize yourself and your tasks. A classical example for quick and easy task management is shown here [[TaskManagementExample|http://tiddlywiki.com/#TaskManagementExample]]. With ~TiddlyMap, however, you can now specify the relations of your tasks and graphically represent everything as a graph by simply linking your tiddlers!
<$tiddlymap view="All Tasks" height="250px"></$tiddlymap>
In this example, the tiddlers from the TiddlyWiki example are incorporated into the graph view by using the following node filter:
```
[tag[Task]]
```
ich ind ich kenne diesen menschen nicht heute bin ich aber no
Note that each tiddler's ''color field'' is used to infer the default node color.
{{Public API!!warning}}
This service acts as an abstraction layer above the tiddlywiki system. All the provided methods give the api-user the chance to interact with tiddlywiki as if it was a simple graph database.
Everything that is related to retrieving or inserting nodes and edges is handled by the adapter service. It may be accessed from anywhere using `$tw.tmap.apapter`.
You can use the adapter to manipulate graphs including nodes and edges from your tiddlywiki javascript code.
For example open firebug and enter the following in the console:
```javascript
// create a new view
var myView = $tw.tmap.adapter.createView("My new View");
// insert a node in this view
var node = { label: "I am a node" };
var options = { view: myView };
$tw.tmap.adapter.insertNode(node, options);
```
For more information visit the [[tiddlymap.org/api|http://tiddlymap.org/api]].
TiddlyMap is a TiddlyWiki plugin that allows you to link your wiki-topics (tiddlers) in order to create *clickable graphs*. By creating relations between your topics you can easily do the following:
* **Create mindmaps** and quickly manifest your ideas in tiddlers (wiki entries).
* **Create task-dependency graphs** to organize and describe your tasks.
* **Visualize your topic structures** to get an immediate grasp of topics and relations.
In general you may create, visualize and describe any network-structure you have in mind.
A demo with several examples and explanations can be found [here](http://tiddlymap.org).
How it works
---------------------------------------------------------------------
TiddlyMap combines the strength of two open-source projects.
#### The TiddlyWiki Project
> [TiddlyWiki](http://tiddlywiki.com/) has bought unprecedented freedom to people to keep their precious information under their own control.
> – [tiddlywiki.com]([http://tiddlywiki.com]/#TiddlyWiki)
The TiddlyWiki project is a flourishing community project under the lead of its original inventor Jeremy Ruston. Put in simple words, TiddlyWiki is a highly interactive wiki stored in a single file that can be used for:
* Personal note taking
* Project documentation and management
* To create whole encyclopedias
The building blocks of TiddlyWiki are small pieces of information called "tiddlers":
> "Tiddlers" are fundamental units of information. Tiddlers work best when they are as small as possible so that they can be reused by weaving them together in different ways. The TiddlyWiki project aspires to provide a concise way of expressing and exploring the relationships between these small pieces of information.
> – Adapted from [Philosophy of Tiddlers](http://tiddlywiki.com/#Philosophy%20of%20Tiddlers) and [Tiddlers](http://tiddlywiki.com/#
Tiddlers)
#### The Vis.js Project
For graph visualization and manipulation, TiddlyMap draws upon the popular open-source [vis.js](http://visjs.org/) library - *a dynamic, browser based visualization library* actively developed and maintained by a team of enthusiastic developers working at [Almende B.V](|http://almende.com).
> The library is designed to be easy to use, handle large amounts of dynamic data, and enable manipulation of the data
> – [visjs.org](|http://visjs.org/)
Impressions
---------------------------------------------------------------------
#### :paperclip: Use colors and icons in your graphs

#### :paperclip: Work fullscreen

#### :paperclip: Use filters to decide what nodes to display in the graph

#### :paperclip: Get search results as graph (including direct neighbours)

#### :paperclip: Create hierarchical layouts based on certain edge types

Installation
---------------------------------------------------------------------
By using this plugin you agree to the product's [License Terms](https://github.com/felixhayashi/TW5-TiddlyMap/blob/master/LICENSE) (TiddlyMap is distributed under the [BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)).
#### When running in Nodejs
For general information on how to set up TiddlyWiki5 with Nodejs visit [tiddlywiki.com](http://tiddlywiki.com). The instructions here are for installing plugins on the node.js server. This way, the same plugin can be served to many TiddlyWikis. Multiple wikis will all use the same plugin instance. You can also install via the standard drag-and-drop method (see below) in a single wiki being served on node.js, but the plugin will only be installed for that wiki. The process, including all updates, will have to be repeated for all other wikis if you plan on serving more than one.
1. Download a copy of the following plugins: [TiddlyMap](https://github.com/felixhayashi/TW5-TiddlyMap), [TW5-TopStoryView](https://github.com/felixhayashi/TW5-TopStoryView),[TW5-Vis.js](https://github.com/felixhayashi/TW5-Vis.js)
* by either cloning each repository.
* or by clicking "Download ZIP" and unzipping it.
2. For each plugin, Copy the folder that resides directly below `dist/felixhayashi/` and move it into the `TiddlyWiki5/plugins/` folder (varies with OS. Linux: "/usr/lib/node_modules/tiddlywiki/plugins").
3. Update the plugin section of your wiki's `tddlywiki.info` file (resides in the root of your wiki) to contain the following:
{
"plugins": [
...
"felixhayashi/tiddlymap",
"felixhayashi/vis",
"felixhayashi/hotzone",
"felixhayashi/topstoryview"
]
}
4. The TW5-TopStoryView may not be needed in some cases (please see: http://tiddlymap.org/#Live View plugin dependencies)
5. Restart your wiki server via the command line
6. If you want to use the "live view", change your wiki's story view to "Top" (Configuration ➡ Appearance ➡ Story view ➡ Current view).
#### Standalone
Please follow the instructions given [here](http://felixhayashi.github.io/TW5-TiddlyMap/index.html#How%20to%20install%20TiddlyMap%3F)
!! The editor's drop-down menu
{{Selection_566.png}}
; View selection
: You can select an existing view to be displayed in the editor via the selectbox on the very left.
; Create empty view
: Click this button to create a new view with an individual view name of your choice. The new view can be separately modified and is independent from the other existing views.
; Rename view
: You can always rename your views, however, be careful as existing views with the same name will be overwritten.
; Delete view
: Removes the view and all its components, including all private edges. You cannot remove the default view. Also you cannot remove any view that is still used by widgets in the wiki (a dialog will tell you which dependencies exist).
; Save positions
: Use this button to explicitly save positions. Positions are normally automatically saved when a dragged node was dropped.
; Grab widget code
: This will open a wizard that helps you to produce the desired widget code you can then copy'n'paste to embed this view in a tiddler.
; Edit filters
: Click this option to open a dialog in which you can modify the view's node and edge filters. If you have double clicked somewhere on an empty spot in the graph's canvas before, nodes were automatically added to the node filter for you. For more information on filters visit http://tiddlywiki.com.
; Manage edge-types
: See [[Edge-type Manager]]
; Global configurations
: See [[System configuration]]
Each tiddler has a ~TiddlyMap-Button in its titlebar.
\rules except wikilink
{{Public API!!warning}}
The TiddlyMap macro allows us to access system information from within tiddlers as well as to execute some util functions.
! Getting a unique id
Calling `<<tmap "uuid">>` will produce a unique id, such as the one below:
<pre><<tmap "uuid">></pre>
! Accessing TiddlyMap options
All options of the TiddlyMap options-object (`$tw.tmap.opt`) are also accessible from within tiddlers via `<<tmap "options" "...">>`.
!! Example 1
`<<tmap "option" "selector.allViews">>` will produce
<pre><<tmap "option" "selector.allViews">></pre>
!! Example 2
Or `<<tmap "option" "path.pluginRoot">>` will produce
<pre><<tmap "option" "path.pluginRoot">></pre>
In rare cases, you want your graphs displayed in your tiddlers to possess an editor bar for direct manipulation (this is usually done in the main editor).
Then you could add the "editor" attribute:
```html
<$tiddlymap view="Components" editor="vis"></$tiddlymap>
```
The widget will be displayed like this:
<$tiddlymap view="Components" editor="vis"></$tiddlymap>
Alternatively, you can display the whole editor bar:
```html
<$tiddlymap view="Components" editor="advanced"></$tiddlymap>
```
This will add the ~TiddlyMap editor bar on top of the graph.
<$tiddlymap view="Components" editor="advanced"></$tiddlymap>
In TiddlyWiki you can assign icons to your tiddlers by referencing a *local* image in the tiddler's icon field. This icon appears next to the tiddler's title (just like the star you see next to this tiddler's title).
Icons are also displayed in graphs. For example this view shows all tiddlers that have an icon field.
<$tiddlymap view="Tiddlers with Icons" height="250px"></$tiddlymap>
Node filter:
```
[has[icon]]
```
\rules except wikilink
{{Public API!!warning}}
Tiddlymap events messages are prefixed with `tmap:` and described below:
! tmap:tm-create-edge
Creates an edge.
<i class="fa fa-exclamation-triangle" /> If you use [[Magic Edge-Type Namespaces]], you don't need to supply an id, otherwise, make sure you supply a unique id unless you want to override an existing edge. Unique ids may be generated with [[The TiddlyMap Macro]] If you don't supply an id, a unique id will be generated in the course of the edge creation.
!! Example
```
<$button>Create Edge
<$action-sendmessage $message="tmap:tm-create-edge"
id="a truly unique id"
from=<<currentTiddler>>
to="Hello World"
label="foo:bar"
view="My test view" />
</$button>
```
! tmap:tm-remove-edge
Removes an edge from the system.
!! Example
You do not need to suppy an `id` when removing edges with [[Magic Edge-Type Namespaces]].
```
<$button>Remove Edge
<$action-sendmessage $message="tmap:tm-remove-edge"
id=<<edge.id>>
from=<<edge.from>>
to=<<edge.to>>
type=<<edge.type>> />
</$button>
```
! tmap:tm-generate-widget
Opens the TiddlyMap widget generator (see: [[Embedding views within tiddlers]]).
```
<$button>Gab widget code
<$action-sendmessage $message="tmap:tm-generate-widget" />
</$button>
```
! tmap:tm-manage-edge-types
Open the [[Edge-type manager]].
!! Example
```
<$button>Open Edge-Type Manager
<$action-sendmessage $message="tmap:tm-manage-edge-types"
type="tmap:unknown" />
</$button>
```
! tmap:tm-download-graph
Show download dialog.
!! Example
```
<$button>Show download dialog
<$action-sendmessage $message="tmap:tm-download-graph"
view="default" />
</$button>
```
<$list filter="[tag[example]]">
<li><$link to={{!!title}}>{{!!title}}</$link></li>
</$list>
The map button ({{$:/plugins/felixhayashi/tiddlymap/icon}}) allows you to quickly connect tiddlers and remove edges from within your tiddler. Clicking it will open the following dialog:
{{Selection_569.png}}
---
''Note:'' //working with the map button best works when you open the [[live view|Working with the live view]]//.
---
; Create connection
:Select an edge-type (optional; defaults to "type:unknown") and search for a tiddler you want to connect to the current tiddler. Then click the //from// and //to// buttons to either create an incoming or outgoing edge.
; Existing connections
: The relations that exist between the current tiddler and other tiddlers in the wiki. To remove existing relations, click on the cross next to the tiddler's title. Auto-generated edges are not displayed.
TiddlyMap consists of the modules that are displayed in the graph below. Doubleclick on any node in the graph above to find out more about the module!
<$tiddlymap view="Components" height="300px"></$tiddlymap>
//"~TiddlyWiki has bought unprecedented freedom to people to keep their precious information under their own control"//
The [[TiddlyWiki|http://tiddlywiki.com/]] project is a flourishing community project under the lead of its original inventor Jeremy Ruston. Put in simple words, ~TiddlyWiki is a highly interactive [[wiki|https://en.wikipedia.org/wiki/Wiki]] stored in a single file that can be used for:
* Personal note taking
* Project documentation and management
* To create whole encyclopedias
The [[Vis.js]] library offers many ways to change the default graph layout and behaviour.
As far as ~TiddlyMap is concerned, feel free to change the following options:
# http://visjs.org/docs/network.html#Nodes_configuration
# http://visjs.org/docs/network.html#Edges_configuration
# http://visjs.org/docs/network.html#Groups_configuration
# http://visjs.org/docs/network.html#Localization
# http://visjs.org/docs/network.html#Tooltips
Configuring Vis.js beyond the aspects denoted by the links above is only recommended to experts as ~TiddlyMap is already fine tuned to suit your need.
To change the vis options, first create a JSON tiddler (see [[DataTiddlers|http://tiddlywiki.com#DataTiddlers]]) named
<pre><<map-macro "option" "ref.visUserConf">></pre>
Then you could add properties using nested JSON or a dot notation. For example, if you want to change the way neighbour's are colored, you would add the following to the tiddler's body (make sure you also changed the tiddler's content type to //application/json// and mind the quotation marks!):
```javascript
{
"groups.neighbours.color": "#123456"
}
```
Alternatively
```javascript
{
"groups": {
"neighbours": {
"color": "#123456"
}
}
}
```
As in the example above, you can selectively override the ~TiddlyMap's default configuration. If you are uncomfortable with your configurations, just delete the tiddler and the defaults are used.
> How effectively, efficiently and satisfactorily a user can interact with a user interface.
> [[usability.gov|http://www.usability.gov]]
# Integration into the TW-GUI
# Change node titles when tiddler title changes
# open a node via double-click
# redraw on resize
# Mechanisms to create relationships between nodes (and tiddlers)
#* On a graph level:
#** Draw an edge and select an //existing// edge-type
#** Draw an edge and specify a new type via a textfield
#* On a tiddler level:
#** Create Edges via memory mechanism (without dragging): click "draw edge from here", wait, "click connect to this node"
# Filterbar to filter the nodes displayed in the graph
# Static graph mode
# Enhance the filterbar
#* Create snapshots of the current views (filters) that can be loaded again
# Embed graphs as widgets in tiddlers based on a saved view (filter)
# On doubleclick on the canvas, create a tiddler that automatically matches the current filter (view)
# prevent that edges clutch together at the beginning
# When a doubleclick on the canvas is traced, create a node exactly on that spot
# Dropdown list of actions with icons that comply with tw's icons and meanings
# Save positions on dragend event and update all graphs that use the same view
# notification messages for important events
# after a drop, the viewport gets automatically adjusted (zoomed and nodes centered)
# confirmation for deleting nodes
# deleted nodes are removed from storylist
# allow the user to bind new edges to a certain view during dialog
# remember option for edge binding
# edge filter with selectboxes
# make relations system tiddlers that do not spam the user's namespace
# allow deletion of views.
# allow creating empty views (not just clones)
# debug mode option in the config that enables debug messages
!! End user
* When node is selected, "edit node" button is displayed in manipulation bar.
* The caption field will be treated as wikitext and rendered as text/plain
* One-click option to open tiddlers from the graph
* added a "no buttons" widget attibute
* Halfscreen option for sidebar editor (#50)
* Widget code generator added to the view menu
* view title is now displayed over non-editor graphs
* Tiddler-toolbar-button with ways to connect tiddlers and possibility to remove edges again.
* Widget to list directly connected edges and neighbours (experimental; can be used in wikitext)
* Global config button
* Initial setup dialog
* Focus node mechanism for each graph
* Changed vis button color
* Improved "edit edge" behaviour
* Improved "removing node" dialog
* Tooltips when hovering a node.
* Edge filter optimized (toggle for default and scrollbox)
* Tiddler icons are also displayed in the graph
* Live view introduced which synchronizes with the story river
* User can open all graphs everywhere in full-screen mode
* A tiddler's color field is used as default node color
* Hierarchical layouts
* Node search combined with the newly introduced diving mode
* Drag and drop tiddlers on the graph
* Node diving mode (see docs)
* User can now specify an alias field that is used as node label instead of the tiddler's title
* Nodes in view can be filtered via any tw-filter
* Pretty-printed Node Filter separating filter operands via new lines
* Nodes can be named immediately without opened in edit mode
* Option to display immediate neighbours of a graph
* Physics mode is now toggled per view
* More compact editor layout
* Correcting an existing edge (Vis: "Edit Edge")
* No-name edges are created when no name is specified
* Introduced private edge mode
* Views may be renamed
* A user needs to click before the graph can be used
!! More technical
* The //tmap-listener// startup module allows to trigger certain tmap events from everywhere
* Tiddlers corresponding to newly created nodes now have created and modified fields
* New uuid RFC4122, version 4 ID compliant generator (as suggested by @pmario)
* Code docs are now published at the github repo via JSDoc
* Adapter is now available in the js environment via $tw.tiddlymap.adapter
* Overhaul of the whole API
* Using the dataset again to refresh the graph data (see discussion starting at https://github.com/almende/vis/issues/568#issuecomment-70373916)
* "tmap-" prefix used for tiddlymap classes and ids
!! Important Bugfixes
* Manipulation bar is not reset after user manually deleted an edge in the editor. #74
* Fixed sidebar bug (graphs did not readjust anymore after fixing #35)
* Dragging the manipulation bar doesn't produce an error anymore (https://github.com/almende/vis/issues/557)
* Fixed remaining listener bug (https://github.com/almende/vis/issues/521)
* Fixed shadow-override bug (https://github.com/felixhayashi/TW5-TiddlyMap/issues/17)
* Vis recursion error (https://github.com/almende/vis/issues/522)
* Graph not clickable after view modification (https://github.com/almende/vis/issues/540)
* Fullscreen bug (https://github.com/felixhayashi/TW5-TiddlyMap/issues/25)
!! Incompatibilities to previous versions
//Where is my tag filter?//
The view does not use tags anymore as filters but offers you a textfield
instead where you can enter your custom tw-filter. This means you have
to add the tags to the filter again.
//Why are my private edges public now?//
This is a side effect as I completely changed the way private edges work. Sorry, you need to rebuild your edges again if you want them to be private.
Major enhancements
----------------------------
### v0.7.32
* Added view-option to show links between neighbours as well; discussion at #107
### v0.7.31
* Resolves #121: Make live view work in different scenarios
* Resolves #114: feature request: live maps work with zoomin view
### v0.7.25
* View statistics; Resolves #44
* Export of view's graph as JSON; resolves #68, resolves #33
### v0.7.24
* Live view separately stores positions for each focussed tiddler; see #91
* Edge-type styling section directly shows whether JSON is valid or not.
### v0.7.22
* Resolved #111 "light colored text in dark colored tiddlers on graph title"
### v0.7.21
* Default view is not empty anymore but shows some stuff per default
### v0.7.19
* Added separate halfscreen button
### v0.7.17
* Edit and rename tiddlers in fullscreen mode; see #100
### v0.7.15
* Improved create edge dialog
### v0.7.14
* Added statistics to the egde-type manager's overview section
### v0.7.12
* Added the "neighbourhood scope button"; see #95
* Slightly improved the delete node mechanism.
### v0.7.11
* Tooltips for graph's navigation-buttons
### v0.7.10
* Edges based on tags may be displayed in the graph; resolves #93, resolves #14
### v0.7.8
* Optional raster to snap nodes to when dragging; resolves #87
### v0.7.6
* Added more options to the widget generator
* Edge type namespaces (the string before a colon like "foaf" in "foaf:person") are automatically stripped of the edge label
### v0.7.3
* "Live" tab removed - Live view is merged into the sidebar editor; See #82
### v0.7.0
* Neighbourhood size of Live view (or any other view) may be greater than 1; this resolves #40
* Cloning of tiddlers is now supported
* Internal Links may be displayed in the map; #58; #14
* Editor bar with less menus
* The Edge-type Manager; resolves #48, #77, #4
* When node is selected, "edit node" button is displayed in manipulation bar.
* Datastructure-updater that transformes obsolete datastructures; #70
* Improved datastructure; resolves #64
* Adding existing tiddlers to a graph; resolves #75
* Welcome dialog changed; resolves #52
* Live view is now also available and manipulable in the sidebar editor
Important Bugfixes
----------------------------
### v0.7.34
* Fixes #125: Internal JavaScript error on startup (FireFox)
### v0.7.33
* Fixes #124: Manually editing the view filter will destroy graph when used with node.js
### v0.7.32
* Fixes a bug that was mentioned in the discussion at #107
### v0.7.31
* Fixes #66: Browser crashes when it tries to generate a map with many nodes.
### v0.7.30
* Fixes #120: Error when removing the color attibute while node is displayed in graph
### v0.7.29
* Fixes #118: Focus button does not consider neighbours
* Fixes #97: Artefacts appearing on right side
### v0.7.28
* Fix for configure view (again)
### v0.7.27
* Fixes #115: Javascript Error when selecting "Configure View"
* Fixes #116: Nitpick word correction #1
* Fixes #117: Nitpick word correction #2
### v0.7.26
* Small fix related to #91
### v0.7.24
* Fixes #106: Styles defined in the edge-type manager cannot be deleted, only overridden
### v0.7.23
* Prevent changing the node filter of the live view
### v0.7.21
* Fixes #110: Listeners are not removed properly
### v0.7.20
* Fixes #103: View name in drop-down menu: italicised & gray
### v0.7.18
* Fixes #101 "Editing tiddlers in fullscreen modals dublicates the tiddlers in the river."
### v0.7.16
* Fixes #99: Create new view -> Forbidden
### v0.7.13
* Adding edges did remove the position information, fixed that
* Tiddlymap supports iOS again. Fullscreen maybe not. see #96
### v0.7.9
* Doesn't crash anymore when Tiddler is renamed while being displayed as node in a graph; fixes #88
### v0.7.7
* Same links are only added once when displaying neighbourhoods of a size greater than one; fixes #85, #86
* No auto-out-zoom if user changed viewport before stabilzation (calming) of network
### v0.7.5
* GUI does not hang anymore when opening "map" tab in sidebar; fixes #83
### v0.7.4
* Changing the edge type id now works; fixes #80
### v0.7.2
* User config is was not merged correctly; fixes #79
### v0.7.1
* Datastructure update now works; fixes #70
### v0.7.0
* Modal buttons match the topic; resolves #46
* Fullscreen is broken for story river bug; fixes #69
* Initial setup modal should only contain most important options; fixes #52
* Configure tiddlymap shows wrong modal bug; fixes #51
* Manipulation bar is reset after user manually deleted an edge in the editor.; fixes #74
Incompatibilities to previous versions
----------------------------
### Removed features
* Toggle show/hide edges per select
* Hierarchy mode (temporarely)
* Private edge mode; see #71
* Node-Tooltips (temporarely)
Major enhancements
----------------------------
### v0.8.3
* Made a big step towards public API: tmap-macro is now publically
available, some global events are usable from outside.
### v0.8.2
* Resolves #129: Allow users to register fields as relationship fields
* Resolves #147: Deleting tag edges should result in the deletion of a tag (same for creating an edge
* Notifies the user when an edge is created that is not displayed in the current view
### v0.8.0
* Resolves #135: Added auto-focussing and hotkeys to a bunch of form elements
* Added a loading indicator to indicate progress on bigger graphs.
* Resolves #140: Show edge-type description as edge tooltip
* Resolves #132: Changed the button layout and added classes to tmap buttons
* Resolves #127: Added tooltips to all buttons
* Node tooltips are possible again
* Click-to-use overlay is never displayed in fullscreen mode
* Make main editor click-to-use when in mobile mode
* Migration to vis.js v4 :)
Important Bugfixes
----------------------------
### v0.8.5
* Fixes #153: Automatic zoom out after adding new node
### v0.8.4
* Fixed a bug that was introducced with v0.8.3 where noname edges
could not be created anymore.
### v0.8.3
* Fixed bug that deletion of tags from toolbar button wasn't possible
* Toolbar button contained a space character
### v0.8.1
* Fixes #146: Graph is not zoomed properly when switching views after adding a node
### v0.8.0
* Fixes a long standing big bug that the network doesn't stabilize!!
It also fixes #97 and the timeout workaround is not needed anymore!
See issue https://github.com/almende/vis/issues/963 and
See https://github.com/almende/vis/issues/987#issuecomment-113226216
* Fixes #139: Quick connect button also displays drafts in the list
* Fixes #144: Map should not be displayed in draft mode
* Fixes that edge styles cannot be removed
* Fixes wrong regex escaping
Incompatibilities to previous versions
----------------------------
* Vis.js changed its configuration objects, this means you might need
to readjust your styling
\rules except wikilink
<div>
{{Version Matrix}}
</div>
! Release Notes
<$list filter="[tag[ReleaseNote]!sort[created]limit[1]]">
<$macrocall $name="tabs"
tabsList="[tag[ReleaseNote]!sort[created]]"
default={{!!title}}
class="tc-vertical"
template="ReleaseTemplate" />
</$list>
\rules except wikilink
\define tidFilter() [tag[ReleaseNote]!sort[created]]
\define tagFilter() [tag[ReleaseNote]tags[]] -[[ReleaseNote]] +[nsort[order.challenges]]
<style type="text/css">
.cell-true { background: firebrick; }
.cell-false { background: #FCFCFC; }
table.matrix { border: none; margin-top: -15px; }
table.matrix tr td { border: 1px solid #CCCCCC; }
table.matrix tr th { border: none; background: none; }
.attribute { height: 140px; white-space: nowrap; }
.attribute div { transform: translate(19px, 53px) rotate(315deg); width: 25px; text-align: left; }
.attribute > div > a { display: inline-block; border-bottom: 1px solid #CCCCCC; padding: 2px; width: 100px; }
</style>
<table class="matrix">
<tr>
<th align="right"><<title>></th>
<$list filter=<<tagFilter>> variable="tag">
<th class="attribute"><div><$link to=<<tag>>><<tag>></$link></div></th>
</$list>
</tr>
<$list filter=<<tidFilter>> variable="curTid">
<tr>
<th align="right">
<$link to=<<curTid>>><$view tiddler=<<curTid>> field="caption"><<curTid>></$view></$link>
</th>
<$list filter=<<tagFilter>> variable="curTag">
<$set name="cell-val" filter="[<curTid>tag<curTag>]" value="cell-true" emptyValue="cell-false">
<td class=<<cell-val>>><div class="entry"></div></td>
</$set>
</$list>
</tr>
</$list>
</table>
The above matrix gives a quick overview about which versions affect which critical TiddlyMap aspects. For a more detailed impression have a look at the individual release notes.
The view configuration allows you to change the way a particular view behaves. Changing one view's configuration does not affect another view's settings.
{{Selection_566.png}}
To change the size of the displayed neighbourhood, open the neighbourhood drop-down.
{{Selection_579.png}}
For more information visit the [[api docs site|http://bit.ly/tiddlymap_api]].
For graph visualization and manipulation, TiddlyMap draws upon the popular open-source [[vis.js|http://visjs.org/]] library. It is actively developed by [[Almende B.V|http://almende.com]] under the lead of Alex de Mulder (@AlexDM0) and Jos de Jong (@josdejong).
//The library is designed to be easy to use, handle large amounts of dynamic data, and enable manipulation of the data// -- [[visjs.org|http://visjs.org/]]
! {{$:/plugins/felixhayashi/tiddlymap/media/fullscreen.png}} Fullscreen mode
Need some room for your brainstorming? Then open the editor and switch to fullscreen by clicking on the fullscreen button that is displayed in the graph.
~TiddlyMap will now consume all the possible space.
Moreover, you are able to edit, rename and preview your tiddlers without leaving the fullscreen. Just click on a node and ~TiddlyWiki's default tiddler editor will be displayed.
! {{$:/plugins/felixhayashi/tiddlymap/media/halfscreen.png}} Halfscreen mode
Alternatively you can configure ~TiddlyMap to switch into "halfscreen mode". The halfscreen mode is __only available for the sidebar editor__.
When in halfscreen mode, the sidebar editor will enlarge vertically and consume all space available in the sidebar. This means the sidebar will be completely hidden and only the editor is displayed.
The great advantage of the halfscreen mode is that you are always able to see the story river.
The //live view// shows you the surrounding neighbourhood of the tiddler that is currently focussed.
Just open the //live tab// in your sidebar and start scrolling down the list of currently opened tiddlers in your story river. If you add connections from the currently focussed tiddler via the [[The Quick-Connect Mechanism]], you can immediately see the results in the //live view//.
<i class="fa fa-user"></i> Ce wiki fait partie du projet [[LibreNotes|http://librenotes.bitbucket.org]] forgé par svink
<i class="fa fa-spinner"></i> Dernière mise à jour le {{Dernière modification}}
<div style="font-size:0.7em;text-align:left;margin-top:3em;margin-bottom:3em;">
<a href="mailto:svink@openmailbox.org" class="tc-btn-big-green" style="text-decoration:none; background-color:#FF8C19;" target="_blank"> <i class="fa fa-envelope"></i> Contact mail
</a>
<a href="https://bitbucket.org/librenotes/librenotes.bitbucket.org/" class="tc-btn-big-green" style="text-decoration:none; background-color:#5E9FCA;" target="_blank">
<i class="fa fa-bitbucket"></i> Dépôt Bitbucket
</a>
{{$:/snippets/download-wiki-button}}
</div>
Le code suivant permet d'afficher la liste de tous les tags:
```
<$list filter="[tags[]!is[system]sort[title]]">
<$transclude tiddler="$:/core/ui/TagTemplate"/> <small class="tc-menu-list-count"><$count filter="[all[current]tagging[]]"/></small>
</$list>
```
On peut ajouter une classe CSS dans la [[feuille de style|Feuilles de style]] pour afficher la liste en colonnes:
```
.taglist-columns{
column-count: 4;
-moz-column-count: 4;
-webkit-column-count: 4;
}
```
Ce qui donne:
<div class="taglist-columns">
<$list filter="[tags[]!is[system]sort[title]] -task -done">
<$transclude tiddler="$:/core/ui/TagTemplate"/> <small class="tc-menu-list-count"><$count filter="[all[current]tagging[]]"/></small>
</$list>
Dans cet exemple, nous allons ajouter un fichier `README.md` à notre projet. Ce fichier permet de présenter son projet sur votre page d’accueil.
On copie son fichier `README.md` dans le dossier `username.bitbucket.org`
Et c'est partie (j'utilise ici les raccourcis pour vous montrer que tout cela peut être fait vraiment rapidement).
```c
$ git st
$ git add README.md
$ git ci -m "Add a README file"
$ git push -u origin master
```
On vérifie notre historique
```c
$ git hist
* d43f3ff 2014-10-25 | Add a README file [Votre_pseudo]
* b24f3ff 2014-10-25 | Add Table of contents [Votre_pseudo]
* cf466b4 2014-10-25 | First Commit [Votre_pseudo]
```
Dans notre cas, le but est d'héberger son ~TiddlyWiki sur Bitbucket, il faut donc copier le fichier `index.html`.
>''Pensez bien à nommer votre fichier HTML `index.html`''
!!!1. Copier votre fichier
Copier votre fichier `index.html` dans le répertoire `username.bitbucket.org`
!!!2. Indexer votre fichier
```c
$ git add index.html
```
!!!3. Réaliser votre premier commit
```c
$ git commit -m "First Commit"
```
!!!4. Vérifier le statut du répertoire
```c
$ git status
On branch master
nothing to commit, working directory clean
```
!!!5. Poussez votre fichier vers le dépôt distant
```c
$ git push -u origin master
```
Ou simplement `$ git push` vu que nous n'avons qu'une seule branche.
<br>
>''OK tout est bon! Votre site est accessible à l'adresse http://username.bitbucket.org et votre page Bitbucket est https://bitbucket.org/username''
Pour personnaliser l'apparence générale de votre ~TiddlyWiki, il suffit de cliquer sur l'icône [[panneau de contrôle|$:/ControlPanel]] {{$:/core/images/options-button}} puis sur l'onglet //''Apparence''//.
*L'onglet //''Palette''// permet de modifier la palette de couleurs utilisée (couleur de fond du wiki, des tiddlers...). La liste des paramètres pouvant être modifiés est impressionnante.
*L'onglet //''Vue sur déroulé''// permet de modifier le comportement des tiddlers quand il sont affichés, fermés...
*L'onglet //''Thème''// permet de choisir un thème générique.
*L'onglet //''Barres d'outils ''// permet de choisir les boutons affichés dans la barre de menu et dans les tiddlers.
*L'onglet //''Theme Tweaks''// d'ajouter des polices et de modifier la taille des tiddlers, de la barre de menu...
Un petit exemple de personnalisation avancée sur http://gwiz.tiddlyspot.com/
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[http://tiddlywiki.com/#How to apply custom styles by tag|http://tiddlywiki.com/#How%20to%20apply%20custom%20styles%20by%20tag]]
Dans cet exemple, tous les tiddlers avec le tag <<tag NightReader>> utiliseront le style personnalisé.
Ajouter à votre feuille de style:
```
.tc-tagged-NightReader { background-color:#5778d8 ; color:#FF9933; padding: 35px 35px; }
.tc-tagged-NightReader .tc-tiddler-body { font-size: 1em; }
```
et adaptez les éléments //background-color// (couleur de fond), //color// (couleur de la police)... en fonction de vos envies.
Créer un nouveau favicon TN
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[https://tobibeer.github.io/tb5/#Search And Replace Tag|https://tobibeer.github.io/tb5/#Search%20And%20Replace%20Tag]]
Une solution pour renommer simplement un tag et marquer les tiddlers a était postée par [[Alberto Molina|https://groups.google.com/d/msg/tiddlywiki/OCntQ79DuwM/_vYCTYRXfaUJ]].
<table class="no-border">
''Chercher le tag'': <$edit-text tiddler="$:/temp/RenameTags/search" tag="input" type="text"/>
''Remplacer par'' : <$edit-text tiddler="$:/temp/RenameTags/replace" tag="input" type="text"/>
<$reveal type="nomatch" text="" state="$:/temp/RenameTags/replace">
!!!Appliquer le tag <$tiddler tiddler={{$:/temp/RenameTags/replace}}><$transclude tiddler="$:/core/ui/TagTemplate"/></$tiddler> aux tiddlers suivants:
<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}!tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/replace}}> <$link to={{!!title}}><$view field="title"/></$link></$checkbox><br/>
</$list>
</$reveal>
<$reveal type="nomatch" text="" state="$:/temp/RenameTags/search">
!!!Supprimer le tag <$tiddler tiddler={{$:/temp/RenameTags/search}}><$transclude tiddler="$:/core/ui/TagTemplate"/></$tiddler> des tiddlers suivants:
<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/search}}> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox><br/>
</$list>
</$reveal>
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[http://tiddlywiki.com/#Setting a favicon|http://tiddlywiki.com/#Setting%20a%20favicon]]
Les « favicons » sont de petites icônes que la plupart des navigateurs web affichent dans l'onglet pour aider les utilisateurs à identifier les sites web.
Lorsque ~TiddlyWiki démarre dans le navigateur, il cherche un tiddler nommé [[$:/favicon.ico]] et l'utilise dynamiquement comme favicon de la page. Si vous modifiez l'image, le favicon change instantanément pour en tenir compte.
#Importer l'icône dans ~TiddlyWiki (format .ico)
#Renommer le tiddler de l'icône en [[$:/favicon.ico]]
!!!1. Créer un compte
Créer un compte sur Bitbucket à l'adresse suivante: https://bitbucket.org/account/signup/<br>
''Attention votre futur site aura pour nom //username//.bitbucket.org''
!!!2. Créer un nouveau répertoire (en ligne)
Nommé ce répertoire ''//username//.bitbucket.org''
Puis choisir les options suivantes:
*Accès public ou privé (visible ou pas à tout le monde)
*Entrer une brêve description
*Choisir Git
*Langage HTML/CSS
!!!3. Aller dans votre boite mail et confirmer l'adresse
!!!4. Cloner le dépôt
4.1 Récupérer l'URL du dépôt sur votre page<br>
Cliquer sur clone, mettez le protocole HTTPS et copier l'adresse: `https://bitbucket.org/username/username.bitbucket.org.git`
4.2 Cloner le dépôt localement (dans un dossier où sera stocké votre projet).
```c
$ cd chemin/ou-stocker/votre-projet
$ git clone https://bitbucket.org/username/username.bitbucket.org.git
```
La commande `git clone` créée un nouveau répertoire nommé `username.bitbucket.org` dans le dossier courant.
retour:
```c
$ git clone https://bitbucket.org/username/username.bitbucket.org.git
Cloning into 'username.bitbucket.org'...
Password
warning: You appear to have cloned an empty repository.
```
Git sait désormais qu’il existe un dépôt distant et que c’est là où vous voulez envoyer vos modifications du dépôt local. Pour confirmer cela, on utilise la commande `git remote -v`:
```c
$ git remote -v
origin https://bitbucket.org/username/username.bitbucket.org.git (fetch)
origin https://bitbucket.org/username/username.bitbucket.org.git (push)
```
<br>
>''Le dépôt local et le dépôt distant sont maintenant connectés, il ne reste plus qu'a mettre des fichiers dedans.''
Il est possible d'intégrer (//embed en anglais//) facilement le support externe de tout type de média (vidéo, son...) grâce à la balise HTML ``iframe``.
<<list-links "[tag[ContenuExterne]]">>
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[http://tiddlywiki.com/#tabs Macro|http://tiddlywiki.com/#tabs%20Macro]]
!!Onglets verticaux
Ajoutez à votre tiddler:
```
<<tabs "NomTiddler [[Nom Tiddler]]" "Nom-du-tiddler-à-afficher-par-défaut" "$:/state/tab1">>
```
<<tabs "NomTiddler [[Nom Tiddler]]" "NomTiddler" "$:/state/tab1">>
<br>
!!Onglets horizontaux
```
<<tabs "[[Nom Tiddler]] NomTiddler" "Nom-du-tiddler-à-afficher-par-défaut" "$:/state/tab2" "tc-vertical">>
```
<<tabs "NomTiddler [[Nom Tiddler]]" "[[Nom Tiddler]]" "$:/state/tab2" "tc-vertical">>
<br>
Vous pouvez soit mettre la liste complète des tiddlers à afficher (comme ci-dessus) ou utiliser une balise ``[tag[Nom-du-tag]]`` pour afficher tous les tiddlers utilisant ce tag. Ils seront alors mis par ordre alphabétique.
Pour définir un ordre personnalisé, il faut [[ajouter un champ|Utiliser les champs]] `order` à chaque tiddler avec comme valeur l'ordre d'affichage (1, 2, 3...) et utiliser l'opérateur `nsort`. Ce qui donne:
```
<<tabs "[tag[Nom-du-tag]nsort[order]]" "Nom-du-tiddler-à-afficher-par-défaut" "$:/state/tab1">>
```
Il est assez simple de mettre en place une liste de choses à faire (//~ToDo list//) dans ~TiddlyWiki.
Insérez le code suivant dans un tiddler:
```
A faire
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link></$checkbox><br />
</$list>
C'est fait
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox><br />
</$list>
```
Pour qu'un tiddler apparaisse dans la liste des tâches, il faut de lui ajouter le tag <<tag task>>
Quand la tâche est réalisée, vous pouvez cocher le tiddler dans la liste "A faire" pour qu'il soit déplacé et barré dans la liste "C'est fait". Le tag <<tag done>> sera automatiquement ajouté.
Pour enlever la tâche de la liste, il faut supprimer les tags `task` et `done` en éditant le tiddler.
<br>
!!<i class="fa fa-square-o" style="color:#E74C3C"></i> Article à compléter ou à créer
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link></$checkbox><br />
</$list>
!!<i class="fa fa-check-square-o" style="color:#2ECC71"></i> C'est fait !
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox><br />
</$list>
<$list filter="[!is[system]!has[draft.of]!sort[modified]limit[1]]">
<$link>
<$view field="modified" format="date" template="DD MMM YYYY à 0hh:0mm"/>
</$link>
</$list>
NomTiddler
[[Nom Tiddler]]
<br>
[[TiddlyWiki|http://tiddlywiki.com/]] est un //''carnet de notes web personnel et non linéaire''// développé par [[Jeremy Ruston|https://github.com/Jermolene]]. C'est une application web dédiée à la prise de notes et d'une grande souplesse d'utilisation. L'ensemble du wiki est contenu dans un ''unique fichier HTML'', ne nécessitant aucune installation.<br> ~TiddlyWiki est un projet [[Open Source|https://fr.wikipedia.org/wiki/Open_source]] sous licence <abbr title="Berkeley Software Distribution">BSD</abbr> soutenu par une grande communauté.
<div class="pretty">
~TiddlyWiki peut être utilisé comme un bloc notes, un wiki, un blog, pour gérer ses marques page, rédiger une documentation... et bien d'autres choses. A vous d'imaginer l'utilisation que vous pouvez en faire.
</div>
<br>
La [[documentation officielle|http://tiddlywiki.com/]] est la référence pour tout connaître sur ~TiddlyWiki. De plus, elle est [[partiellement traduite|http://tiddlywiki.com/languages/fr-FR/]].<br>
Le meilleur moyen pour apprendre à utiliser ~TiddlyWiki est de visiter [[différents sites|Ressources internet]] et d'éditer les tiddlers pour connaître le [[Formatage de texte]]. Le [[guide de prise en main|http://sylvain.naud.in/public/TiddlyWiki/tiddlywiki-guide-fr-CCbysa.html]] de Sylvain Naudin est un très bon début, je m'en suis beaucoup inspiré.
!!~TiddlyWiki dans votre poche
Vous pouvez stocker votre ~TiddlyWiki en local où dans un cloud pour y accéder partout mais aussi le mettre en ligne sur un service d'hébergement classique où spécialisé comme [[TiddlySpot|http://tiddlywiki.com/languages/fr-FR/#Saving%20on%20TiddlySpot]] qui permet un accès public ou privé à son wiki. Une autre approche un peu plus complexe consiste à [[Héberger son TiddlyWiki]] dans un dépôt Git distant.
<br><br>
<div class="tb5-fish">{{$:/.img/fish.svg}}</div>
!!À propos
{{A propos}}
<br>
-----
@@.no-border
|<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /> | |Sauf mention contraire, le contenu de ce wiki est mis à disposition selon les termes de la <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Licence CC BY-SA 4.0</a> <i class="fa fa-external-link-square" style="color:#60B643"></i>|
@@
Dans [[Trucs et astuces]]
~TiddlyWiki peut être personnalisé grâce aux feuilles de style CSS. Il suffit de créer un nouveau tiddler avec le tag <<tag $:/tags/Stylesheet>>
Tout peut être personnalisé: titres, liens, blocs de couleur... Vous pouvez créer plusieurs feuilles de style ce qui permet de les retrouver plus facilement.
La personnalisation de ce wiki est décrite dans le tiddler [[$:/.s/StyleSheet]], voici juste quelques exemples.
!!Changer la police des titres
Ajoutez ceci à la CSS:
```
h1 { color:#34495E; font-family: "sans-sherif"; font-size: 2.5em; }
```
Pour les titres de niveau 2, 3 et 4:
```
.tc-tiddler-body h2 { color:#60B643; border-width: 0px 0px 1px 0px; border-style: dotted; border-color:#DBD9E2; font-family: 'titilliumbold'; } h3 { color:#60B643; font-family: 'titilliumlight'; font-size: 1.5em; } h4 { color:#309AC1; font-family: 'titilliumlight'; font-size: 1.2em; }
```
!!Afficher un bloc de couleur
Ajouter dans son tiddler le code suivant:
```
@@background-color:#ECF0F1 ;
@@color:#2C3E50;
@@margin:10px;
@@padding:10px;
@@border-radius: 5px;
''Information''
@@
```
qui affichera:
@@background-color:#ECF0F1 ;
@@color:#2C3E50;
@@margin:10px;
@@padding:10px;
@@border-radius: 5px;
''Information''
@@
On peut importer ce style de bloc dans sa CSS avec le code:
```
/*Bloc information*/
.info {background-color:#ECF0F1; color:#2C3E50; margin:10px; padding:10px; border-radius: 5px;}
```
Ce qui permet d'afficher le même style de bloc mais de manière bien plus légère dans le tiddler avec le code:
```
@@.info
''information''
@@
```
<br>
@@.ast
<i class="fa fa-lightbulb-o fa-3x pull-left"></i> ''On peut déporter dans la CSS des styles personnalisés pour tous les éléments: polices, blocs, [[tableaux|Personnaliser les tableaux]]...''
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[http://tiddlywiki.com/#Filters]]
Les filtres constituent un langage particulier intégré à la syntaxe [[WikiText|Formatage de texte]] qui sert à exprimer des listes de tiddlers.
Les filtres sont utilisés par certaines macros et certains widgets et dans beaucoup d'autres zones de ~TiddlyWiki.
!!~ListMacro
Voici un exemple de [[macro de liste|http://tiddlywiki.com/#ListMacro]] simple et un [[opérateurs de filtre|http://tiddlywiki.com/languages/fr-FR/#FilterOperators]]
```
<<list-links "[tag[Plugin]]">>
```
Ce qui permet d'afficher la liste des tiddlers avec le tag `Plugin`:
<<list-links "[tag[Plugin]]">>
Pour masquer une entrée de la liste il faut ajouter `-[[tiddler]]`, ce qui donne dans notre exemple
```
<<list-links "[tag[Plugin]] -[[FontAwesome]]">>
```
!!~ListWidget
Le [[widget de liste|http://tiddlywiki.com/#ListWidget]] affiche une séquence de tiddlers qui correspondent à un filtre de tiddler.
Cet exemple affiche la liste des tiddlers avec le tag `source` et d'autres informations contenues dans les [[champs des tiddlers|Utiliser les champs]] (`url`, `description`, `summary` et `author`).
```
<dl>
<$list filter="[tag[source]] +[sort[title]]">
<dt><$link>{{!!title}}</$link></dt>
<dd>{{!!url}}</dd>
<dd><i class="fa fa-tags"></i> {{!!description}}</dd>
<dd>» //{{!!summary}}//</dd>
<dd><i class="fa fa-male"></i> {{!!author}}</dd>
</$list>
</dl>
```
C'est ce type de liste qui est utilisée dans [[Ressources internet]].
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: https://tobibeer.github.io/tw/focus/
Cette astuce permet de masquer la barre latérale et les boutons dans ~TiddlyWiki. Ils apparaissent en passant la souris dessus.
Il suffit d'importer [[ce style|https://tobibeer.github.io/tw/focus/]] dans votre ~TiddlyWiki.
<<<
Le plugin FontAwesome permet l'intégration des [[icônes Font Awesome|https://fortawesome.github.io/Font-Awesome/icons/]] dans ~TiddlyWiki.
<<<
*Auteur : ''~TheDiveO''
*http://thediveo.github.io/TW5FontAwesome/ <i class="fa fa-external-link-square" style="color:#60B643"></i>
Installer le depuis https://thediveo.github.io/TW5FontAwesome/output/fontawesome.html <i class="fa fa-external-link-square" style="color:#60B643"></i> et importer le tiddler suivant:
```
$:/plugins/TheDiveO/FontAwesome/fonts/FontAwesome
```
!Le texte
~TiddlyWiki utilise la syntaxe [[WikiText|http://tiddlywiki.com/#WikiText]] qui est un langage de balisage léger et simple qui permet de se concentrer sur l'écriture avec de nombreuses fonctions interactives. La syntaxe [[HTML|http://tiddlywiki.com/#HTML%20in%20WikiText]] est aussi supportée, ainsi que [[Markdown|http://daringfireball.net/projects/markdown/]] grâce à ce [[plugin|http://tiddlywiki.com/plugins/tiddlywiki/markdown/]].
Exemple de syntaxe ~WikiText :
```
''gras'' //italique// __souligné__ ~~barré~~ `code`
```
sera affiché comme ceci:
> ''gras'' //italique// __souligné__ ~~barré~~ `code`
<br>
!!Références de formatage
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: https://tobibeer.github.io/tb5/#Markup
<$scrollable class='tc-scrollable'>
{{Markup Reference}}
</$scrollable>
<br>
@@.info
<i class="fa fa-info-circle fa-3x pull-left"></i>__Sources complémentaires:__<br>
Cheat Sheet [[formatage|http://www.cheatography.com/simon-fermor/cheat-sheets/tiddlywiki/]] et l'aide mémoire complet sur [[TiddlyWikifr|http://www.tiddlywiki.fr/#%5B%5BAide%20M%C3%A9moire%5D%5D]].
@@
!!Les tableaux
La création et l'utilisation des tableaux est très bien décrite dans ce [[guide de prise en main|http://sylvain.naud.in/public/TiddlyWiki/tiddlywiki-guide-fr-CCbysa.html#Tableau]]. Un fois la syntaxe comprise, il est facile de [[Personnaliser les tableaux]].
!Les icônes
Le plugin FontAwesome permet l'intégration des [[icônes Font Awesome|https://fortawesome.github.io/Font-Awesome/icons/]] <i class="fa fa-flag"></i> dans ~TiddlyWiki.
!Les couleurs
Chaque couleur HTML possède un [[code|http://www.w3schools.com/tags/ref_colorpicker.asp]] et un [[nom|http://www.w3schools.com/tags/ref_colornames.asp]] associé qui permet de l'utiliser simplement.
<<<
Le plugin [[Github fork ribbon]] permet d'afficher un ruban sur le côté du wiki avec diverses informations.
<<<
*Auteur : ''Jeremy Ruston''
*http://tiddlywiki.com/ <i class="fa fa-external-link-square" style="color:#60B643"></i>
Installer le depuis [[http://tiddlywiki.com/#How to put the last modification date in a banner|http://tiddlywiki.com/#How%20to%20put%20the%20last%20modification%20date%20in%20a%20banner]] <i class="fa fa-external-link-square" style="color:#60B643"></i> et importer le tiddler suivant:
```
$:/plugins/tiddlywiki/github-fork-ribbon
```
Puis suivez les instructions données sur le site pour afficher la date et l'heure de la dernière modification.
<<<
Le plugin [[Highlight]] fournit la capacité d'appliquer la coloration de syntaxe au texte.
<<<
*Auteur : ''Jeremy Ruston''
*http://tiddlywiki.com/plugins/tiddlywiki/highlight/ <i class="fa fa-external-link-square" style="color:#60B643"></i>
Installer le depuis http://tiddlywiki.com/plugins/tiddlywiki/highlight/ <i class="fa fa-external-link-square" style="color:#60B643"></i> et importer le tiddler suivant:
```
$:/plugins/tiddlywiki/highlight
```
Vous pouvez ajouter des thèmes disponiblent sur https://github.com/isagalaev/highlight.js/tree/master/src/styles en copiant la CSS dans un nouveau tiddler avec le tag {{$:/tags/Stylesheet||$:/core/ui/TagTemplate}}
J'utilise dans ~TiddlyNotes le [[thème dark|https://github.com/isagalaev/highlight.js/blob/master/src/styles/dark.css]] pour afficher les commandes.
@@.info
<i class="fa fa-info-circle fa-2x pull-left"></i> Vous n'avez jamais entendu parler de Git... vous trouverez une introduction à Git sur mon wiki [[GitNotes|http://librenotes.bitbucket.org/gitnotes]].
@@
Une solution intéressante pour héberger son ~TiddlyWiki est d'utiliser un service web d'hergement de dépôt Git comme [[GitHub|https://github.com/]] ou [[Bitbucket|https://bitbucket.org/]].
Un des avantages est qu'ils offrent gratuitement un service d’hébergement de Pages ([[GitHub Pages|https://pages.github.com/]] et [[Bitbucket Pages|http://pages.bitbucket.org/]]), qui vous permet d’héberger votre site web très facilement et directement depuis votre dépôt en ligne.
<div style="font-size:0.7em;text-align:left;margin-top:3em;margin-bottom:3em;">
<a href="https://bitbucket.org/librenotes/librenotes.bitbucket.org/" class="tc-btn-big-green" style="text-decoration:none; background-color:#5E9FCA;" target="_blank">
<i class="fa fa-bitbucket"></i> Mon dépôt Bitbucket
</a>
</div>
J'utilise dans les exemples qui vont suivre le service Bitbucket mais la procédure est la même pour ~GitHub.
<<list-links "[tag[Héberger son TiddlyWiki]]">>
Vous pouvez importer des images directement dans votre ~TiddlyWiki par glissé-déposé ce qui va créer un tiddler de l'image que vous pourrez insérer facilement. Cependant, cela alourdi votre fichier source. Il vaut donc mieux privilégier les images externes.
La syntaxe de base est:
```
[img[image.jpg]] (image interne)
[img[chemin-de-l-image/image.png]] (image externe)
```
!!Image externe, redimensionnée
```
[img width="taille-en-pixels" [tooltip-de-l'image|chemin-de-l-image/image.png]]
```
[img width="128" [TiddlyWiki cat|https://data.eu1.younitedcontent.com/v2/data/share%3A35e18523-2911-fac8-4a3d-c841f7726c93/files/tiddlywiki.png]]
!!Image cliquable
```
<a href="chemin-de-l-image/image.png" target="_blank"><img src="chemin-de-l-image/image.png" width="taille-en-pixels" align='position'></a>
```
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A35e18523-2911-fac8-4a3d-c841f7726c93/files/tiddlywiki.png" target="_blank"><img src="https://data.eu1.younitedcontent.com/v2/data/share%3A35e18523-2911-fac8-4a3d-c841f7726c93/files/tiddlywiki.png" width="128" align='left'></a>
<br><br><br><br><br><br>
!!!Avec une syntaxe ~WikiText
```
<a href="chemin-de-l-image/image.png" target="_blank">[img width="taille-en-pixels" [tooltip-de-l-image|chemin-de-l-image/image.png]]</a>
```
<a href="https://data.eu1.younitedcontent.com/v2/data/share%3A35e18523-2911-fac8-4a3d-c841f7726c93/files/tiddlywiki.png " target="_blank">[img width=128 [TiddlyWiki cat|https://data.eu1.younitedcontent.com/v2/data/share%3A35e18523-2911-fac8-4a3d-c841f7726c93/files/tiddlywiki.png]]</a>
!!Image cliquable affichée dans une Lightbox
#Installation: http://ibox.tiddlyspot.com/#Installation
#Importer l'image par glisser-déposé dans votre TW (pas dans un tiddler mais directement).
#Spécifier le type d'image (ex: `image/png`), vous pouvez aussi ajouter une légende en ajoutant un champ `caption`.
#Pour afficher la miniature ajoutez le code:
```
<<ibox image.png>>
```
!!!ibox avec image externe
```
<<ibox "chemin-de-l-image/image.png" "nom-affiché-dans-la-lightbox">>
```
<<ibox "https://data.eu1.younitedcontent.com/v2/data/share%3A35e18523-2911-fac8-4a3d-c841f7726c93/files/tiddlywiki.png" "~TiddlyWiki cat">>
Le site [[PDFy|https://pdf.yt]] est un service d'hébergement et de partage de fichiers PDF.
Ajoutez à votre tiddler:
```
<iframe src="https://pdf.yt/d/t2mmFSyfwa0vLKxQ/embed?sparse=0" style="width: 100%; height: 700px; border: 0px;" allowfullscreen></iframe>
```
<iframe src="https://pdf.yt/d/t2mmFSyfwa0vLKxQ/embed?sparse=0" style="width: 100%; height: 700px; border: 0px;" allowfullscreen></iframe>
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: http://tiddlywiki.com/#ScrollableWidget
Ajouter à votre feuille de style:
```
.tc-scrollable { border: 1px solid #cfd6e6; background-color: #ecf2ff; padding: 1em; height: 400px; }
```
Et ajoutez à votre tiddler:
```
<$scrollable class='tc-scrollable'>
{{Nom-du-tiddler-à-afficher}}
</$scrollable>
```
<i class="fa fa-sign-in"></i>
Pour un exemple voir //Références de formatage// dans [[Formatage de texte]].
Le site [[uMap|http://umap.openstreetmap.fr]] permet de créer des cartes personnalisées sur des fonds [[OpenStreetMap|http://openstreetmap.fr/]] et les afficher dans votre wiki.
Ajoutez à votre tiddler:
```
<iframe width="100%" height="500px" frameBorder="0" src="http://adresse-du-lien-généré"></iframe>
```
<iframe width="100%" height="500px" frameBorder="0" src="http://umap.openstreetmap.fr/fr/map/anonymous-edit/28126%3Ajhmix_BG2p4hZNZeey_WlCnHgDg"></iframe>
Ajoutez à votre tiddler:
```
<iframe src="http://adresse-du-site" style="width:100%;height:600px;border:0;"/>
```
<br>
<iframe src="http://www.blog-libre.org/" style="width:100%;height:550px;border:0;"/>
Avec le code `embed` vous pouvez utiliser des services en ligne directement dans votre wiki.
Ajoutez à votre tiddler:
```
<iframe width="560" height="315" src="http://adresse-de-la-vidéo" frameborder="0" allowfullscreen></iframe>
```
Il faut penser à remplacer `watch?v=` par `embed`
<iframe width="560" height="315" src="http://www.youtube.com/embed/RSTxUXquegA" frameborder="0" allowfullscreen></iframe>
<<<
Le plugin KeyboardSnippets permet d'utiliser les raccourcis claviers pour formater le texte avec la syntaxe ~WikiText
<<<
*Auteur : ''Danielo Rodriguez''
*http://braintest.tiddlyspot.com/ <i class="fa fa-external-link-square" style="color:#60B643"></i>
Installer le depuis http://braintest.tiddlyspot.com/#keyboard-snippets <i class="fa fa-external-link-square" style="color:#60B643"></i> et importer le tiddler suivant:
```
$:/plugins/danielo/keyboardSnippets
```
<i class="fa fa-exclamation-triangle"></i> Le plugin KeyboardSnippets n'est pas compatible avec le plugin ~CodeMirror.
!!Ajouter une aide contextuelle
On peut personnaliser le contenu du texte présent en mode édition, pour ainsi avoir sous les yeux la liste des raccourcis utiles. Éditer le tiddler suivant:
```
$:/language/EditTemplate/Body/Hint
```
On peut ainsi rajouter une liste des raccourcis claviers courants, combiné au plugin FontAwesome :
```
Ce wiki utilise le plugin KeyboardSnippets :
ctrl+b <i class="fa fa-bold"></i>
ctrl+i <i class="fa fa-italic"></i>
ctrl+u <i class="fa fa-underline"></i>
alt+s <i class="fa fa-strikethrough"></i>
ctrl+alt+l <i class="fa fa-link"></i>
ctrl+s <i class="fa fa-subscript"></i>
ctrl+l <i class="fa fa-list-ul"></i>
ctrl+o <i class="fa fa-list-ol"></i>
alt+t <i class="fa fa-table"></i>
ctrl+k (code)
ctrl+alt+t (transclusion).
```
Ce qui affiche en mode édition:
Ce wiki utilise le plugin KeyboardSnippets :
ctrl+b <i class="fa fa-bold"></i>
ctrl+i <i class="fa fa-italic"></i>
ctrl+u <i class="fa fa-underline"></i>
alt+s <i class="fa fa-strikethrough"></i>
ctrl+alt+l <i class="fa fa-link"></i>...
<$image source=<<image>> width="100%" height="100%"/><$reveal type=match text="" default=<<caption>>><$transclude tiddler=<<image>> field=caption/></$reveal><$reveal type=nomatch text="" default=caption><<caption>></$reveal>
Pour afficher des listes en colonnes, ajoutez à votre CSS:
```
.deuxcolonnes { display:block;
column-count:2;
-moz-column-count:2;
-webkit-column-count:2;}
.troiscolonnes { display:block;
column-count:3;
-moz-column-count:3;
-webkit-column-count:3;}
...
```
Et éditez votre tiddler avec:
```
@@.deuxcolonnes
*a
*b
*c
*d
@@
```
Ce qui donne avec deux colonnes:
@@.deuxcolonnes
*a
*b
*c
*d
@@
<dl class="tb5-markup">
<dt>
```
''bold''
```
</dt>
<dd>''bold''</dd>
<dt>
```
//italics//
```
</dt>
<dd>//italics//</dd>
<dt>
```
''//bold italics//''
```
</dt>
<dd>''//bold italics//''</dd>
<dt>
```
__underline__
```
</dt>
<dd>__underline__</dd>
<dt>
```
~~strikethrough~~
```
</dt>
<dd>~~strikethrough~~</dd>
<dt>
```
super^^script^^
```
</dt>
<dd>super^^script^^</dd>
<dt>
```
sub,,script,,
```
</dt>
<dd>sub,,script,,</dd>
<dt>
```
foo -- bar
foo --- bar
```
</dt>
<dd>foo -- bar (En dash)<br>foo --- bar (Em dash)<br></dd>
<dt>
```
!Heading 1
!!Heading 2
!!!Heading 3
```
</dt>
<dd>
!Heading 1
!!Heading 2
!!!Heading 3
</dd>
<dt>
```
---
horizontal rules
<hr>
```
</dt>
<dd>
---
horizontal rules
<hr>
</dd>
<dt><pre>`code`</pre></dt>
<dd>`code` ...via backticks</dd>
<dt><pre>``with `backticks` ``</pre></dt>
<dd>``with `backticks` ``</dd>
<dt>
<pre>```
monospaced
codeblock
```</pre>
</dt>
<dd>
```
monospaced
codeblock
```
</dd>
<dt>
```
"""
force
hard
linebreaks
like
this...
"""
```
</dt>
<dd>
"""
force
hard
linebreaks
like
this...
"""
</dd>
<dt>
```
...since
new paragraphs
need two linebreaks
in tw5
```
</dt>
<dd>
...since
new paragraphs
need two linebreaks
in tw5
</dd>
<dt>
```
> block
>> quotes
>>> are </dd>easy
```
</dt>
<dd>
> block
>> quotes
>>> are <br>easy
</dd>
<dt>
```
<<<
real
easy
<<<
```
</dt>
<dd>
<<<
real
easy
<<<
</dd>
<dt>
```
* unordered
** list
```
</dt>
<dd>
* unordered
** list
</dd>
<dt>
```
# ordered
## list
```
</dt>
<dd>
# ordered
## list
</dd>
<dt>
```
;definition
:term
```
</dt>
<dd>
;definition
:term
</dd>
<dt>
```
# mixed
#* lists
#;you
#:know
#>like so
```
</dt>
<dd>
# mixed
#* lists
#;you
#:know
#>like so
</dd>
<dt>
```
!.h1-class.red CSS
#.li-class.red classes
*.li-class.red can be
;.dt-class.red assigned
:.dd-class.red like
>.blockquote-class.red this
```
</dt>
<dd>
!.h1-class.red CSS
#.li-class.red classes
*.li-class.red can be
;.dt-class.red assigned
:.dd-class.red like
>.blockquote-class.red this
</dd>
<dt>
```
[[The Tiddler]]
[[pretty title|The Tiddler]]
```
</dt>
<dd>
[[The Tiddler]]<br>
[[pretty title|The Tiddler]]
</dd>
<dt>
```
CamelCase
~SuppressedCamelCase
```
</dt>
<dd>
CamelCase<br>
~SuppressedWikiLink
</dd>
<dt>
```
http://tiddlywiki.com
[[pretty|http://pretty.com]]
~http://not.alink.com
```
</dt>
<dd>
http://tiddlywiki.com<br>
[[google|http://google.com]]<br>
~http://not.alink.com
</dd>
<dt>
```
file://///windows/network<br>
file:///c:/Windows/foo<br>
file:///linux/local<br>
```
</dt>
<dd>
file://///windows/network<br>
file:///c:/Windows/foo<br>
file:///linux/local<br>
`file:///` only via local tw!
</dd>
<dt>
```
[ext[forced.link.com]]
[ext[tw|tiddlywiki.com]]
[ext[foo|file:///c:/foo]]
[ext[relative/path]]
```
</dt>
<dd>
[ext[forced.link.com]]<br>
[ext[tw|tiddlywiki.com]]<br>
[ext[foo|file:///c:/foo]]<br>
[ext[relative/path]]
</dd>
<dt>
```
[img[example.jpg]]
[img[tooltip|example.jpg]]
[img width=16 [example.jpg]]
[img class="tc-image" [example.jpg]]
```
</dt>
<dd>
[img[http://www.tiddlywiki.com/favicon.ico]]<br>
[img[tooltip|http://www.tiddlywiki.com/favicon.ico]]<br>
[img width=16 [http://www.tiddlywiki.com/favicon.ico]]<br>
[img class="tc-image" [http://www.tiddlywiki.com/favicon.ico]]
</dd>
<dt>
```
[img[http://www.tiddlywiki.com/favicon.ico]]
[img[path/image.jpg]]
```
</dt>
<dd>
[img[http://www.tiddlywiki.com/favicon.ico]]
</dd>
<dt>
```
[img width={{!!mywidth}} class=<<image-classes>> [example.jpg]]
{{example.jpg}}
```
</dt>
<dd>
params via
[[transclusion|http://tiddlywiki.com/#Transclusion%20in%20WikiText]] or
[[macro|http://tiddlywiki.com/#Macros%20in%20WikiText]]<br><br><br>
embed via transclusion
</dd>
<dt>
```
@@.myStyleClass.red
;term
:definition
@@
```
</dt>
<dd>
@@.myStyleClass.red
;term
:definition
@@
</dd>
<dt>
```
@@color:red;
;css styles
:apply directly like this
@@
@@color:red; or this @@
```
</dt>
<dd>
@@color:red;
;css styles
:apply directly like this
@@
@@color:red; or this @@
</dd>
<dt>
```
@@.tc-tiddler-frame
@@width:200px;height:50px;
or combine both
@@
```
</dt>
<dd>
@@.tc-tiddler-frame
@@width:200px;height:50px;
or combine both
@@
</dd>
<dt>
```
@@.purple Am I purple?@@
<style>
.purple{color:purple;}
</style>
```
</dt>
<dd>
@@.purple Am I purple?@@
<style>
.purple{color:purple;}
</style>
</dd>
<dt style="font-size:80%;">
```
| !Header | !Header | Mhhh ?!? |
|^NE |^ N |^ NW|
|W | ✦ | E|
|,SW |, S |, SE|
|merge|left|<|
|and|now| vertical |
|>| right|~|
```
</dt>
<dd style="font-size:80%;">
| !Header | !Header | Mhhh ?!? |
|^NW |^ @@padding:0 7px 14px 7px;display:block; N@@ |^ NE|
|W | ✦ | @@padding:7px 0;display:block; E@@|
|,SW |, @@padding:14px 7px 0 7px;display:block; S@@ |, SE|
|merge|left|<|
|and|now| vertical |
|>| right|~|
</dd>
<dt>
```
<article class="hello">
HTML tags work like that.
<!-- even comments -->
</article>
```
</dt>
<dd>
<article class="hello">
HTML tags work like that.
<!-- even comments -->
</article>
</dd>
<dt>
```
<a href={{TiddlerWithURL}}>link</a>
<b class=<<getClass>>>bold</b>
```
</dt>
<dd>
<a href={{TiddlerWithURL}}>link</a>
<b class=<<version>>>bold</b>
set attributes via transclusion or macro
</dd>
<dt>
```
<div address="""attribute,
"quoted",
with,
linebreaks.""">inspect me!</div>
```
</dt>
<dd>
<div address="""attribute,
"quoted",
with,
linebreaks.""">inspect me!</div>
</dd>
<dt>
```
*nest<div>
;via
:html
</div>
```
</dt>
<dd>
*nest <div>
;via
:html
</div>
</dd>
<dt>
```
{{Foo}}
{{Foo||Bar}}
{{||Foo}}
{{Foo!!bar}}
{{!!bar}}
{{Foo##index}}
{{##index}}
{{{ [tag[Foo]] }}}
{{{ [tag[Foo]] ||Bar}}}
```
</dt>
<dd>
» [[transcludes|http://tiddlywiki.com/#Transclusion%20in%20WikiText]] tiddler `Foo`<br>
» `Foo` with template `Bar`<br>
» template `Foo` for `CurrentTiddler`<br>
» field `bar` of `Foo`<br>
» field `bar` of `CurrentTiddler`<br>
» `index` of datatiddler `Foo`<br>
» `index` of `CurrentTiddler` (=data)<br>
» list of tiddlers tagged `Foo`<br>
» same using template `Bar`
</dd>
<dt>
```
\define run(foo:'bar') [[$foo$]]
<<run "foo bar">>
```
</dt>
<dd>
» defines macro `run`<br>
» with parameter `foo`<br>
» whose value defaults to `bar`<br>
» outputs a link to value of param:<br>
[[foo bar]]
</dd>
<dt>
```
\define test()
I am $(x)$.
\end
<$set name="x" value="y
of z">
<<test>>
</$set>
```
</dt>
<dd>
» defines macro test which<br>
» outputs value of variable x<br><br>
» sets variable x to: "y<br>
of z" //(multiline allowed)//<br>
» runs macro test which outputs:<br>
"I am y of z."
</dd>
<dt>
```
\define test(x, y, z:'0')
$x$ $y$ $z$
\end
<$macrocall
$name="test"
x=<<version>>
y={{!!title}}/>
```
</dt>
<dd>
» defines macro test<br>
» outputs 3 params<br><br>
» calls test via macrocall widget<br>
» using macro version as param x<br>
» and transclusion as param y<br><br>
» outputs:<br>
<<version>> Markup 0
</dd>
<dt>
```
$$$text/unknown
plain text, not //formatted//
$$$
```
</dt>
<dd>
$$$text/unknown
plain text, not //formatted//
$$$
<br>
These are [[Typed Blocks|http://tiddlywiki.com/#Typed%20Blocks%20in%20WikiText]]
</dd>
<dt>
```
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
```
</dt>
<dd>
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
</dd>
<dt>
```
$$$.svg
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
$$$
```
</dt>
<dd>
$$$.svg
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
$$$
</dd>
<dt>
```
$$$text/vnd.tiddlywiki>text/html
This is ''some'' wikitext
$$$
```
</dt>
<dd>
$$$text/vnd.tiddlywiki>text/html
This is ''some'' wikitext
$$$
</dd>
<dt>
```
$$$text/vnd.tiddlywiki>text/plain
This is ''some'' wikitext
$$$
```
</dt>
<dd>
$$$text/vnd.tiddlywiki>text/plain
This is ''some'' wikitext
$$$
</dd>
</dl>
<style>
dl.tb5-markup{
overflow:hidden;
}
dl.tb5-markup .red{
color:red;
}
.tb5-markup > dt{
display:block;
float:left;
clear:left;
margin:2% 1em 0 0;
padding;
font-weight:normal;
width:48%;
}
.tb5-markup > dt > pre{
margin:0;
}
.tb5-markup > dd{
display:block;
float:left;
width:48%;
margin:1em 0 0 0;
padding:0;
}
.tb5-markup > dd > p,
.tb5-markup > dd > h1,
.tb5-markup > dd > pre,
.tb5-markup > dd > ul,
.tb5-markup > dd > ol,
.tb5-markup > dd > dl,
.tb5-markup > dd > table,
.tb5-markup > dd > blockquote,
.tb5-markup > dd > blockquote >p{
margin:0;
}
.tb5-markup .tc-image{
width:16px;
}
</style>
<div class="tc-table-of-contents">
<<toc-selective-expandable 'Menu'>>
</div>
<i class="fa fa-refresh"></i> 12/07/2015
*Mise à jour TW version 5.1.9
<i class="fa fa-refresh"></i> 07/06/2015
*Correction dans [[TOC exemple onglet externe]]
*Ajout exemple dans [[TOC exemple onglet externe]]
*Ajout [[A faire]] dans dans [[Créer une ToDo liste]]
*Suppression source dans [[Personnaliser les tableaux]]
*Amélioration du poisson dans [[Débuter avec TiddlyWiki]]
*Changement affichage tags avec macro
<i class="fa fa-refresh"></i> 31/05/2015
*Ajout plugin library dans [[Plugins]]
*Ajout opérateur nsort dans [[Créer des onglets]]
*Mise en forme dans [[Ressources internet]]
*Ajout de wikis dans [[Ressources internet]]
*Ajout exemples dans [[Table des matières]]
<i class="fa fa-refresh"></i> 25/05/2015
*Correction syntaxe dans [[Styles personnalisés]]
*Mise à jour source dans [[Filtres]]
*Changement URL dépôt dans [[Héberger son TiddlyWiki]]
<i class="fa fa-refresh"></i> 14/05/2015
*Nouvelle URL du site
*Mise à jour lien GN dans [[Héberger son TiddlyWiki]]
*Changement URL dépôt dans [[A propos]]
<i class="fa fa-refresh"></i> 02/05/2015
*Correction lien GN dans [[Héberger son TiddlyWiki]]
*Correction adresse dans [[Ajouter son TiddlyWiki]]
*Ajout source dans $:/SiteTitle et favicon
*Changement sous-titre
<i class="fa fa-refresh"></i> 26/04/2015
*Amélioration rendu pour les codes
*Mise à jour dans [[Héberger son TiddlyWiki]]
*Ajout précision dans [[Ajouter un onglet dans la barre latérale]]
*Ajout masquer une entrée dans [[Filtres]]
*Mise en forme Licence
<i class="fa fa-refresh"></i> 19/04/2015
*Correction mise en forme dans [[Plugins]]
*Correction du style des codes
*Mise à jour TW version 5.1.8
<i class="fa fa-refresh"></i> 15/04/2015
*Correction logo
*Changement favicon
*Ajout logo dans $:/SiteTitle
<i class="fa fa-refresh"></i> 14/04/2015
*Correction ~TiddlyNotes dans [[Plugins]]
*Ajout style dans [[Débuter avec TiddlyWiki]]
*Mise en forme dans [[Formatage de texte]]
*Ajout plugin Highlight dans [[Plugins]]
*Ajout plugin Highlight pour les codes
<i class="fa fa-refresh"></i> 11/04/2015
*Correction syntaxe Bitbucket
*Mise en forme dans [[Héberger|Héberger son TiddlyWiki]]
<i class="fa fa-refresh"></i> 09/04/2015
*Mise en forme dans [[A propos]]
*Changement position bannière
<i class="fa fa-refresh"></i> 29/03/2015
*Correction exemple dans NomTiddler
<i class="fa fa-refresh"></i> 18/03/2015
*Ajout de [[TWoTWs]] dans [[Ressources internet]]
*Correction syntaxique générale
<i class="fa fa-refresh"></i> 10/03/2015
*Ajout [[Table des matières]]
*Ajout [[Afficher la liste des tags]] dans [[Trucs et astuces]]
<i class="fa fa-refresh"></i> 02/03/2015
*Ajout contact et lien dépôt Bitbucket dans [[A propos]]
*Ajout lien externe vers ~LinuxNotes/Les bases de Git dans [[Héberger son TiddlyWiki]]
<i class="fa fa-refresh"></i> 28/02/2015
*Mise en ligne de ~TiddlyNotes
<br>
Montrer les <$select field='num_recent'>
<$list filter="10 20 30 40">
<option><<currentTiddler>></option>
</$list>
</$select> tiddlers modifiés le plus récemment:
<$list filter='[!is[system]has[modified]!sort[modified]limit{!!num_recent}]-[[Mises à jour]]'>
<$link to=<<currentTiddler>>><$view field='title'/></$link> - Modified on: <$view field='modified'/><br>
</$list>
!!!1. Modifier votre fichier dans le répertoire de travail
Vous pouvez aussi travailler sur une copie de votre ~TiddlyWiki et remplacer l'ancien fichier par le nouveau contenant les modifications.
!!!2. Vérifier le nouveau status
```c
$ git status
On branch master
Changes not staged for commit:
(use "git add file"... to update what will be committed)
(use "git checkout -- file"... to discard changes in working directory)
```
!!!3. Ajouter votre nouveau fichier
```c
$ git add index.html
```
On vérifie:
```c
$ git status
On branch master
Changes to be committed:
(use "git reset HEAD file..." to unstage)
modified: index.html
```
!!!4. Réaliser votre deuxième commit
```c
$ git commit -m "Add Table of contents"
```
et on vérifie le status du répertoire
```c
$ git status
On branch master
nothing to commit, working directory clean
```
!!!5. Poussez votre fichier vers le dépôt distant
```c
$ git push -u origin master
```
et on vérifie notre historique
```c
$ git log
commit 43628f779cb333dd30d78186499f93638107f70b
Author: [Votre_pseudo] [Votre_Email]
Date: Wed Mar 9 10:27:54 2011 -0500
Add Table of contents
commit 911e8c91caeab8d30ad16d56746cbd6eef72dc4c
Author: [Votre_pseudo] [Votre_Email]
Date: Wed Mar 9 10:27:54 2011 -0500
First Commit
```
<i class="fa fa-sign-in"></i> Pour un exemple voir [[Outils externes]].
<i class="fa fa-sign-in"></i> Pour un exemple voir [[Plugins]].
Pour travailler avec ~TiddlyWiki de manière simple et efficace, il existe TiddlyFox, une extension indispensable pour Firefox et TiddlyDesktop une application dédiée.
<<tabs "[tag[Outils externe]]" "TiddlyFox" "$:/state/tab2" "tc-vertical">>
~TiddlyWiki est extrêmement personnalisable, on peut modifier les thèmes, les couleurs, les polices... et utiliser des feuilles de style CSS.
<<list-links "[tag[Personnalisation]]">>
Vous pouvez appliquer un style CSS aux tableaux pour les personnaliser. Il suffit de l'ajouter à votre feuille de style ou dans un nouveau tiddler comme [[$:/.s/Tableaux]] avec le tag <<tag $:/tags/Stylesheet>>
Pour appliquer un style personnalisé au tableau, ajoutez dans votre tiddler ``|nom-du-style-du-tableau|k`` au début du tableau. Ce qui donne par exemple:
```
|block|k
|!Titre 1|!Titre 2|!Titre 3|
|Cell 1|Cell 2|Cell 3|
```
!!Block
|block|k
|!Titre 1|!Titre 2|!Titre 3|
|Cell 1|Cell 2|Cell 3|
|Cell 4|Cell 5|Cell 6|
|Cell 7|Cell 8|Cell 9|
!!Lignes marrons alternées
|brownaltrows|k
|!Titre 1|!Titre 2|!Titre 3|
|Cell 1|Cell 2|Cell 3|
|Cell 4|Cell 5|Cell 6|
|Cell 7|Cell 8|Cell 9|
!!Lignes horizontales
|rowstable|k
|!Titre 1|!Titre 2|!Titre 3|
|Cell 1|Cell 2|Cell 3|
|Cell 4|Cell 5|Cell 6|
|Cell 7|Cell 8|Cell 9|
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: http://tiddlywiki.com/#Plugins
!Qu'est-ce qu'un plugin?
Un plugin dans ~TiddlyWiki est un faisceau de tiddlers emballés ensemble comme un seul tiddler. Les plugins sont utilisés pour distribuer en options des composants personnalisés pour ~TiddlyWiki.
Les tiddlers dans un plugin apparaissent comme des ~ShadowTiddlers.
Les plugins peuvent contenir des modules ~JavaScript, des feuilles de style, et des modèles pour étendre les fonctionnalités de ~TiddlyWiki. Les plugins peuvent également être utilisés pour distribuer un texte ordinaire, images ou tout autre contenu. Les plugins peuvent être mis à jour à partir de la source comme une unité.
!!Installer un plugin depuis la bibliothèque de plugins
# Ouvrez votre ~TiddlyWiki dans un navigateur internet
# Ouvrez [[$:/ControlPanel]], sélectionnez l'onglet ''Plugins'' et cliquez sur ''Get more plugins''
# Cliquez sur ''open plugin library'' pour ouvrir la bibliothèque de plugins
# Cliquez sur ''install'' pour installer le plugin
# Sauvegardez votre ~TiddlyWiki
# Rafraîchissez la fenêtre
# Le plugin est maintenant disponible
!!Installer un plugin manuellement
# Ouvrez votre ~TiddlyWiki dans un navigateur internet
# Dans une autre fenêtre, ouvrez le site du plugin et trouvez le lien du plugin sous la forme $:/plugins/auteur/nom-du-plugin
# Déplacez le lien du plugin vers l'onglet qui contient votre ~TiddliWiki
# Sauvegardez votre ~TiddlyWiki
# Rafraîchissez la fenêtre
# Le plugin est maintenant disponible
!!Plugins utilisés dans ~TiddlyNotes
Liste des plugins utilisés dans [[TiddlyNotes|Débuter avec TiddlyWiki]].
<<tabs "FontAwesome KeyboardSnippets [[Github fork ribbon]] Highlight" "FontAwesome" "$:/state/tab1">>
<<<
Le style [[Pretty]] permet de mettre en avant un tiddler ou du texte.
<<<
*Auteur: ''Tobias Beer''
*[[http://style.tiddlyspot.com/#.tb styles|http://style.tiddlyspot.com/#%24%3A%2F.tb%2Fstyles]] <i class="fa fa-external-link-square" style="color:#60B643"></i>
Importer le tiddler suivant: [[$:/.s/styles/pretty]]
Utilisation
```
<div class="pretty">
{{Tiddler}} ou texte
</div>
```
Ce qui donne (avec une transclusion)
<div class="pretty">
{{A propos}}
</div>
Ou avec du texte
<div class="pretty">
:Avec du texte
</div>
<br>
Et vous pouvez très bien combiner ce style avec une [[scrollbox|Insérer un tiddler dans une scrollbox]].
Il existe beaucoup de sites créés par la [[communauté|http://tiddlywiki.com/#Community]] autour de ~TiddlyWiki avec des guides, des astuces... Visitez les et obtenez le meilleur de ~TiddlyWiki: plugins, macros et bien plus encore. En voici une petite sélection...
@@.sim
Le site [[TiddlyWiki Community Search|https://rawgit.com/erwanm/tw-aggregator/master/tw-community-search.html#]] propose un moteur de recherche de wikis créés par la communauté.
@@
!!Apprendre à utiliser ~TiddlyWiki
<dl>
<$list filter="[tag[Source]] +[sort[title]]">
<dt><$link>{{!!title}}</$link></dt>
<dd>{{!!url}}</dd>
<dd><i class="fa fa-tags"></i> {{!!description}}</dd>
<dd>» //{{!!summary}}//</dd>
<dd><i class="fa fa-male"></i> {{!!author}}</dd>
</$list>
</dl>
!!Actu et Forum
:<i class="fa fa-twitter"></i> [[TiddlyWiki sur Twitter|https://twitter.com/TiddlyWiki]]
::pour suivre les dernières news
:<i class="fa fa-users"></i> [[Forum de la communauté|https://groups.google.com/forum/#!forum/tiddlywiki]]
::pour toutes vos questions
!!Wikis de la Communauté
<dl>
<$list filter="[tag[Communauté]] +[sort[author]]">
<dt><$link>{{!!title}}</$link></dt>
<dd>{{!!url}}</dd>
<dd><i class="fa fa-tag"></i> {{!!description}}</dd>
<dd>» //{{!!summary}}//</dd>
<dd><i class="fa fa-male"></i> {{!!author}}</dd>
</$list>
</dl>
Vous pouvez définir des styles personnalisés qui sont en fait des tiddlers avec le tag <<tag $:/tags/Stylesheet>>
On retrouve souvent les styles personnalisés sous la forme $:/style/auteur/nom-du-style
ou simplement $:/style/nom-du-style
Pour masquer vos tiddlers de feuille de style de la recherche ou des listes, il est d'usage de les mettre comme des tiddlers système, en les nommant `$:/.mes-initiales/Style/nom-du-style`. Vous les trouverez désormais dans la barre latérale, onglet ''Plus'' > ''Système''.<br>
Si vous importez un style sans le modifier, vous pouvez simplement le renommer `$:/_style/nom-du-style`
<<tabs "[tag[Style]]" "Traffic lights buttons" "$:/state/tab1">>
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[http://tiddlywiki.com/#Table-of-Contents Macros|http://tiddlywiki.com/#Table-of-Contents%20Macros]]
La [[macro Table des matières|http://tiddlywiki.com/#Table-of-Contents%20Macros]] produit un arbre hiérarchique de tiddlers basés sur leurs étiquettes.<br>
Les entrées de haut niveau de la table des matières sont définies par un tag source (ici <<tag Menu>>) et les sous-entrées sont étiquetées avec le titre du tiddler de niveau supérieur.<br> L’ordre des entrées peut être défini en [[utilisant un champ|Utiliser les champs]] `list` dans le tiddler de niveau supérieur.
Il existe plusieurs variantes de la macro `<<toc>>` qui permet de créer différentes sorte de table des matières.<br>Pour afficher une table des matières, on utilise une classe CSS et le tag à utiliser.
<<tabs "[tag[toc]nsort[order]]" "Simple" "$:/state/tab1" "tc-vertical">>
L'ordre d'affichage des entrées dans la table des matières peut être personnalisé en utilisant un opérateur `sort` suivi du nom du champ à utiliser comme par exemple `<<toc-expandable "Menu" "sort[title]">>`.
!!Ajouter un onglet dans la barre latérale pour afficher la [[Table des matières]]
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[http://tiddlywiki.com/#How to add a new tab to the sidebar|http://tiddlywiki.com/#How%20to%20add%20a%20new%20tab%20to%20the%20sidebar]]
Pour créer un nouvel onglet dans la barre latérale de menu:
#Créer un tiddler avec le tag <<tag $:/tags/SideBar>>
#*Pour créer une table des matières vous pouvez utiliser une [[macro Table des matières|Table des matières]]. Par exemple, regardez le [[Menu]] utilisé ici.
#Par défaut, le titre du tiddler est utilisé comme nom de l'onglet mais vous pouvez le changer en [[utilisant un champ|Utiliser les champs]] `caption`.
#Pour définir l'ordre d'affichage, utilisez un champ `list-after` ou `list-before`.
Par exemple ajoutez le champ `list-before` avec `$:/core/ui/SideBar/Open` dans le tiddler Menu pour ajouter l'onglet au début.
Chaque onglet est défini par un tiddler shadow du type `$:/core/ui/SideBar/...`
https://tobibeer.github.io/tb5/#list-search
En ajouter une à [[Trucs et astuces]]
*Auteur: ''David Gifford''
*http://notestorm.giffmex.org/
Importer le tiddler suivant: [[$:/.s/styles/textboxes]]
Utilisation
```
<span class="textboxwhite">
{{Tiddler}} ou texte
</span>
```
Ce qui donne
<span class="textboxwhite">
Avec du texte
</span>
TiddlyDesktop est une application de bureau qui permet de travailler directement sur les fichiers HTML de ~TiddlyWiki (sans passer par un navigateur web). Il est multiplatforme basé sur le logiciel Open Source ''node-webkit''.
* http://tiddlywiki.com/#TiddlyDesktop <i class="fa fa-external-link-square" style="color:#60B643"></i>
* Télécharger: https://github.com/Jermolene/TiddlyDesktop/releases <i class="fa fa-download" style="color:#2C3E50"></i>
*Sources: https://github.com/Jermolene/TiddlyDesktop <i class="fa fa-github" style="color:#2C3E50"></i>
TiddlyFox est une extension pour le navigateur web ''Mozilla Firefox'' qui permet de sauvegarder automatiquement les modifications faites dans votre ~TiddlyWiki.
*http://tiddlywiki.com/#TiddlyFox <i class="fa fa-external-link-square" style="color:#60B643"></i>
*Télécharger: https://addons.mozilla.org/fr/firefox/addon/tiddlyfox/ <i class="fa fa-download" style="color:#2C3E50"></i>
*Sources: https://github.com/TiddlyWiki/TiddlyFox/ <i class="fa fa-github" style="color:#2C3E50"></i>
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
```
<div class="tc-table-of-contents">
<<toc-expandable "Nom-du-tag">>
</div>
```
>Produit un arbre hiérarchique de liens où les sous entrées peuvent être développées et réduites.
<br>__Exemple__
<div class="tc-table-of-contents">
<<toc-expandable "toc exemple">>
</div>
```
<$macrocall
$name="toc-tabbed-external-nav"
tag="Nom-du-tag"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Sélectionnez une entrée dans le menu. Cliquez sur la flèche pour développer.</p>"
missingText="<p>Tiddler manquant.</p>"
/>
```
<<<
Produit un tableau de bord à deux panneaux où les entrées sont affichées dans le panneau gauche et le contenu des tiddlers est affiché dans le panneau droit.
Les liens vers des tiddlers sont ouverts dans un nouveau tiddler externe.
<<<
<br>__Exemple__
<$macrocall
$name="toc-tabbed-external-nav"
tag="toc exemple"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Sélectionnez une entrée dans le menu. Cliquez sur la flèche pour développer.</p>"
missingText="<p>Tiddler manquant.</p>"
/>
```
<$macrocall
$name="toc-tabbed-internal-nav"
tag="Nom-du-tag"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Sélectionnez une entrée dans le menu. Cliquez sur la flèche pour développer.</p>"
missingText="<p>Tiddler manquant.</p>"
/>
```
<<<
Produit un tableau de bord à deux panneaux où les entrées sont affichées dans le panneau gauche et le contenu des tiddlers est affiché dans le panneau droit.
Les liens vers des tiddlers sont ouverts dans le panneau droit.
<<<
<br>__Exemple__
<$macrocall
$name="toc-tabbed-internal-nav"
tag="toc exemple"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Sélectionnez une entrée dans le menu. Cliquez sur la flèche pour développer.</p>"
missingText="<p>Tiddler manquant.</p>"
/>
```
<div class="tc-table-of-contents">
<<toc "Nom-du-tag">>
</div>
```
>Produit un simple arbre hiérarchique de liens.
<br>__Exemple__
<div class="tc-table-of-contents">
<<toc "toc exemple">>
</div>
```
<div class="tc-table-of-contents">
<<toc-selective-expandable "Nom-du-tag">>
</div>
```
>Produit un arbre hiérarchique de liens où les sous entrées peuvent être développées et réduites mais uniquement quand il existe des sous entrées.
<br>__Exemple__
<div class="tc-table-of-contents">
<<toc-selective-expandable "toc exemple">>
</div>
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[https://tobibeer.github.io/tb5/#Autocollapsing ToC|https://tobibeer.github.io/tb5/#Autocollapsing%20ToC]]
Importer la macro $:/.tb/macros/toc-auto-collapse
```
<div class="tc-table-of-contents">
<<toc-selective-single-expandable "Nom-du-tag">>
</div>
```
<<<
Produit un arbre hiérarchique de liens où les sous entrées peuvent être développées et réduites mais uniquement quand il existe des sous entrées.
Les sous entrées se referme automatiquement quand une autre entrée est sélectionnée.
<<<
<br>__Exemple__
<div class="tc-table-of-contents">
<<toc-selective-single-expandable "toc exemple">>
</div>
<<<
Le style [[Traffic lights buttons]] permet d'ajouter les couleurs d'un feu tricolore aux bouttons affichés en mode édition.
<<<
*Auteur: ''David Gifford''
*http://www.giffmex.org/tw5mall.htm <i class="fa fa-external-link-square" style="color:#60B643"></i>
Installer le depuis [[http://tb5.tiddlyspot.com/#Edit Buttons As Traffic Lights|http://tb5.tiddlyspot.com/#Edit%20Buttons%20As%20Traffic%20Lights]] <i class="fa fa-external-link-square" style="color:#60B643"></i> et importer le tiddler suivant:
```
$:/styles/traffic-light-buttons
```
!Un peu en vrac...
<dl>
<$list filter="[tag[Trucs et astuces]] +[sort[title]]">
<dt><$link>{{!!title}}</$link></dt>
<dd>» {{!!description}}</dd>
</$list>
</dl>
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: http://tiddlywiki.com/#Tagging
Le système de tag dans ~TiddlyWiki permet d'assigner une catégorie à un tiddler. Plusieurs tags différents peuvent être assignés sur un même tiddler.<br> Les tags sont utilisés principalement de gérer une [[Table des matières]] car ils permettent de hiérarchiser votre menu avec un système //parents/enfants//.
>Cliquer sur un tag permet d'afficher tous les tiddlers associés à ce tag: <<tag CSS>>
!!Gestion des tags
Vous pouvez visualiser l'ensemble des tags de votre wiki en passant par la barre latérale (//~SideBar//), onglet ''Plus'' > ''Tags'' qui affiche la liste des tags utilisés et le nombre de tiddler associés.
Le bouton ''gestionnaire de tags'' (qui correspond au tiddler système [[$:/TagManager]]) permet de gérer et de personnaliser les tags dans TiddlyWiki. Il est possible de changer leurs couleurs et d'ajouter des icônes.
!!Chercher et remplacer un tag
{{Chercher et remplacer un tag}}
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[https://tobibeer.github.io/tb5/#Conditional Summary|https://tobibeer.github.io/tb5/#Conditional%20Summary]]
Dans un tiddler, les champs permettent de spécifier l'ordre d'une liste (champ `list`), ou de renseigner diverses informations (URL, auteur, description...). C'est champs seront alors utilisés dans les [[Filtres]].
Exemple de quelques champs:
|!Nom du champ |!Description |
|`list` |Créer une liste ordonnée |
|`caption` |Afficher un nom différent du titre du tiddler|
|`summary` |Afficher un résumé |
|`description` |Texte de description |
|`url` |Ajouter une url |
|`author` |Spécifier un auteur |
Par défaut les champs utilisés dans un tiddler ne sont pas affichés dans le tiddler. Vous pouvez activer la visualisation du champ de votre choix (//Modèle de vue conditionnel//), ainsi __tous les tiddlers avec ce champ l'afficheront__.
Par exemple, pour afficher le champ `summary`, importez le tiddler [[$:/.tb/ui/ViewTemplate/summary]] dans votre ~TiddlyWiki. Vous pouvez désormais ajouter un champ `summary` à votre tiddler qui s'affichera en haut comme ici.
!!Modèle de vue conditionnel
<i class="fa fa-thumb-tack" style="color:#E74C3C"></i> Source: [[https://tobibeer.github.io/tb5/#Conditional ViewTemplate Section|https://tobibeer.github.io/tb5/#Conditional%20ViewTemplate%20Section]]
Pour afficher le champ de votre choix, créez un tiddler nommé [[$:/.tb/ui/ViewTemplate/url]] en remplacent `.tb` par vos initiales et `url` par le nom du champ et ajoutez le contenu (en remplacent là aussi `url` par le nom du champ):
```
<$list filter="[all[current]has[url]]">
<$transclude field="url" mode="block"/>
</$list>
```
Puis taggez votre tiddler avec <<tag $:/tags/ViewTemplate>>
Dans ce wiki, j'ai créé et personnalisé le modèle de vue conditionnel [[$:/.s/ui/ViewTemplate/author]] pour afficher le champ `author` en ''gras'' comme [[ici|TiddlyWiki]].
A thesis notebook based on TiddlyWiki.
{{!!url}}
<<<
This is an example of a thesis notebook powered by TiddlyWiki 5.0.8-beta.
TiddlyWiki is a great piece of software created by Jeremy Ruston. It allows you, among other things, to take notes, organize ideas, store information, and display all your stuff the way you want. It is an incredibly flexible tool you can adapt to fit almost all your needs.
This TiddlyWiki has been customized to serve as a philosophy notebook centered around authors, books and papers, concepts and theories, and personal notes. I use it along with Zotero, which is a dedicated bibliography software. Both are free, open source projects. TiddlyWiki can be downloaded at http://tiddlywiki.com.
<<<
buggyj has created several useful plugins, including a WYSIWYG HTML editor, a configurable calendar and tag lists with draggable ordering.
{{!!url}}
A collection of customisations and macros from Danielo Rodriguez.
{{!!url}}
<<<
This is my personal tiddlywiki file for testing.
Here I will post the tools and Macros that I develop for this awesome tool. That way, all the help the comunity gave me can came back to the comunity again.
<<<
An adaptor to enable TiddlyWiki to sync changes with a [[CouchDB|http://couchdb.apache.org]] database.
{{!!url}}
<<<
CouchDB sync adaptor for TiddlyWiki 5. Requires TiddlyWiki >= 5.1.2.
Works in limited testing. Not sure how well it handles conflicts.
<<<
A guide to creating a baby journal with TiddlyWiki.
{{!!url}}
<<<
Keeping a journal about your baby is fun. It allows you to keep track of those events in your baby's life and development that are most important to you, and to tell them in your own words. [...]
There are plenty of online services that can help to keep such a diary, but you need to have an internet connection to access them, and you have to trust them to keep your data safe.
<<<
A collection of hints and tips from Jim Lehmer, published as a static blog generated by TiddlyWiki.
{{!!url}}
<<<
There is a decent write-up on generating static pages using Tiddlywiki on the main TW site. However, there are a few nuances not mentioned on that page, so here are a few of my notes on how I generate the pages for this site.
<<<
A plugin that allows to encrypt your tiddlers individually Danielo Rodriguez.
{{!!url}}
<<<
Advantages:
* You can specify a different password for each tiddler if you want.
* You don't have to encrypt your whole wiky.
* If you forget your password, you only lose a tiddler.
* It's possible to edit the tiddler content , tags and fields except the encrypt field after encryption.
* [...]
<<<
An adaptation of the [[TiddlyWiki powered GTD® system formerly known as MonkeyGTD|http://mgsd.tiddlyspot.com/]] for TiddlyWiki version 5.
{{!!url}}
<<<
GSD5 is a Getting-Thing-Done tool for TiddlyWiki5 based off the mGSD classic TiddlyWiki.
<<<
A guide in Russian to creating an online shop with TiddlyWiki. No serverside code is needed, instead orders are handled by Disqus.
{{!!url}}
An extensive collection of hints and tips from Jed Carty.
{{!!url}}
<<<
I made this so that some of my friends with absolutely no coding experience could use some of the better features of TW5 without having to learn much. I am hopefully going to continue updating it as I learn new things. There isn't really anything here that isn't available in plenty of other places, but I figured that since I spent a while putting it together and people keep saying that TW needs more documentation I would post it here.
<<<
A step by step guide to running TiddlyWiki on a ~CentOS Virtual Private Server.
{{!!url}}
<<<
In this tutorial we will guide you through the steps of installing and running TiddlyWiki on a ~CentOS 6 VPS.
We will also install and configure Nginx as a reverse proxy, so you can run TiddlyWiki behind Nginx.
<<<
A Spanish guide to using TiddlyWiki on Android.
{{!!url}}
<<<
Tiddlywiki software is prodigious based on javascript which is capable of holding a notepad that can be edited with Internet Explorer or function as a full blog, contained in a single file.
<<<
//Translation by Google Translate//
A quick guide to using TiddlyWiki (written in German)
{{!!url}}
<<<
Those using multiple different computer platforms (if only PC and Android) knows for certain: You would like to sync notes across computers and thereby be independent of any apps or services. I am concerned at any rate so and so I am constantly looking for the perfect solution.
With TiddlyWiki I found it mostly. As the name suggests, it TiddlyWiki is a Wikisystem. In contrast to all other wikis, TiddlyWiki is a single HTML file that runs in the browser and thus can be used on all modern operating systems. And because there is only one file, it can be very easily via the well-known cloud services (Dropbox, Google Drive, ownCloud) or synchronized with FTP or used on a USB stick.
<<<
(Translation from German by Google Translate)
A fast Forth interpreter for the [[Commodore PET|http://en.wikipedia.org/wiki/Commodore_PET]], written in 6502 assembly language. The TiddlyWiki containing program documentation is automatically generated from the source code: see https://github.com/chitselb/pettil.
{{!!url}}
<<<
Objectives of the project are, in no particular order:
* make a Forth that runs on my Commodore PET 2001
* have fun
* improve my "6502 assembly golf" skills
* find other people who are interested in this project
<<<
Detailed description of setting up [[TiddlyWiki on Node.js]] on OS X.
{{!!url}}
<<<
For a new job, I decided to set up a personal wiki to keep notes. I wanted to keep it simple, meeting these requirements:
* All the data is in a Dropbox folder (so it can be automatically synced between machines)
* It must support Markdown syntax
After looking at the options, I settled on TiddlyWiki. I've used "classic TiddlyWiki" before, and liked its simplicity, but I was always a little annoyed with the weird steps you have to go through to save changes. The new version of TiddlyWiki includes support for running it as a real HTTP server, so you can use it just like an online wiki.
But it took me a couple of hours to figure out how to set that up. The TiddlyWiki documentation is not clear ("not clear" is a euphemistic way of saying "terrible"). So, I've written up these instructions in the hope it will spare somebody else all the frustration I had.
<<<
A gamers guide to using TiddlyWiki.
{{!!url}}
<<<
I’ve been using TiddlyWiki for this game mainly to record the monsters’ locations and the items that they drop. This is so that when I need a certain item to upgrade/create weapons, I can quickly look it up; which monsters drop it and which quests have those monsters.
As I play the game, as I encounter new information, I just input them into my Shining Ark TiddlyWiki. It’s like I’m building a wiki from scratch. The reason why I don’t just use online wikis is that 1) it’s too easy to get spoiled and 2) sometimes online wikis provide too much information (who cares about the non-gameplay related descriptions that can be found in the game, etc).
<<<
A collection of tips from Tobias Beer
{{!!url}}
<<<
A collection of references and sandbox for testing concepts around TiddlyWiki 5...
<<<
Reaction to TiddlyWiki5 from the translator of the German edition of TiddlyWikiClassic.
{{!!url}}
<<<
There is little software that can still inspire me so even after years, as on the first day. This includes TiddlyWiki, the "pocket-wiki". The latter is because the Wiki completely fits into an HTML file, and this HTML file brings everything - JavaScript program logic, CSS appearance and the entire Wiki content as stored records. So a TiddlyWiki file is then sometimes happy times some megabytes in size, but just has the unbeatable advantage that it works just as fast file created locally in a variety of browsers.
<<<
(Translation from German by Google Translate)
An early release of an edition of TiddlyWiki customised for rigorous, academic notetaking.
{{!!url}}
<<<
TiddlyWiki for Scholars is a personal customization of TiddlyWiki 5.0.13-beta I made for note-taking from readings, but it can be useful for other purposes. The idea behind this adaptation is to show and to allow creating relevant data related to the current tiddler without leaving the tiddler.
<<<
A collection of tips and guides in French, introduced by this blog post:
http://sylvain.naud.in/post/2014/10/29/Ressources-pour-TiddlyWiki-5-%28FR%29
<<<
Ce guide de prise en main de TiddlyWiki vous permettra de débuter sur ce logiciel : rédiger du texte avec la syntaxe wiki, insérer des images, créer des Tiddler, faire une recherche, ajouter des fonctionnalités, et bien d'autres choses.. Bonne lecture ! Sylvain
<<<
Notes and tips by a developer working on writing TiddlyWiki plugins -- including [[TWExe|https://github.com/welford/twexe]], a widget for running Windows scripts and executables.
{{!!url}}
A collection of articles covering integration with Fargo, Font Awesome and Google Calendar, and tips for managing task lists.
{{!!url}}
<<<
I have become a regular user of TiddlyWiki and have become so accustomed to using Font Awesome icons in Fargo that I wanted to incorporate the icons into my wikis as well.
<<<
A translation of the tiddlywiki.com documentation from Bram Chen, TiddlyWiki's Chinese translator.
{{!!url}}
Dutch blog post about TiddlyWiki
{{!!url}}
<<<
I'm allergic to websites that are highly dependent on JavaScript. I think that JavaScript has many useful applications to add functionality to a site, but content needs to be visible if JavaScript is switched off. I use the NoScript extension for Firefox and surf with pleasure over the Internet without spontaneous things happen that I do not give permission. I love JavaScript on a short leash. More crazier maybe I'm so excited about TiddlyWiki.
<<<
(Translation from Dutch by Google Translate)
An extensive collection of tips and resources for users of TiddlyWiki in Japanese.
{{!!url}}
<<<
TiddlyWikiをHTML5にしたTiddlyWiki5が正式にリリースされました。このTiddlyWiki5の使い方について、自分で試した機能を中心に解説します。
TiddlyWiki5は、非常に多機能なローカルWikiです。このブログに書いてあることは、TiddlyWiki5で出来ることのごく一部です。
<<<
Chris Hunt's detailed developer tutorials for getting started with writing widgets for TiddlyWiki.
{{!!url}}
<<<
These pages document aspects TiddlyWiki5 programming, sharing "lessons learned" to help developers to get started with TiddlyWiki5 customization and extension.
There are currently two articles in this wiki:
* A Simple Widget
* A More Complex Widget
<<<
Huge collection of customisations and tweaks from Ton Gerner.
{{!!url}}
<<<
I am a longtime user of TiddlyWiki Classic and still use it daily since you can't do everything in TiddlyWiki 5 (yet) ;)
I started experimenting with TW5 at the end of September 2013 (alpha10).
Since I missed a few things in the layout I got used to in TiddlyWiki Classic 1, I started with modifying the layout of TW5.
To share my knowledge, I made a few guides about these 'modifications'.
The guides started as a non-linear personal web notebook (yeah, the subtitle of TiddlyWiki!). I started experimenting with layout things and used TW5 to document my experiments.
<<<
A wealth of hints, tips and notes about using [[TiddlyWiki on Node.js]]:
{{!!url}}
<<<
TiddlyWiki is different from other wikis because of its principle of dynamically customizeable "storyline" based on tiddlers as basic units of information. That is, the user "composes" their own version of the webpage by clicking on tiddler links, which add tiddlers to the page in order to compose a storyline.
The Node.js implementation in TiddlyWiki5 adds all the advantages of flat-file markup language based type of site. This makes TiddlyWiki an excellent alternative to flat-file based CMS/webpage/blog authoring systems for the web.
Also very cool is the treatment of tags as menus everywhere.
<<<
Stephan Hradek's growing catalogue of tips, tutorials, and other resources. Stephan has also developed several plugins and macros that you can find at http://tiddlystuff.tiddlyspot.com/.
{{!!url}}
<<<
Some things in TiddlyWiki seem like Magic. As my preferred nick is Skeeve, I felt that TW5 Magick is a proper name for this collection of some of the "magic" tricks one can do with TiddlyWiki.
<<<
Dave Gifford's growing catalogue of tips and tutorials.
{{!!url}}
<<<
TiddlyWiki 5 is a great tool for note-taking, bookmarking, blogging, organizing to do lists, writing books, and more. But many of the things that can be done in TiddlyWiki 5 are often hidden to the new user, either because the user doesn't know about it or because the user doesn't know how to do it. TW5 mall is a modest catalog of hacks where you can discover new tricks in TiddlyWiki 5 and also find out in layman's terms how to implement them.
<<<
Tips and guides for using TiddlyWiki.
{{!!url}}
<<<
I never used Node.js until a couple weeks ago when I wanted to try a TW5 installation on Node and expand my knowledge a bit. I figured someone else may be in the same boat so I wrote it all down
<<<
An alternative LaTeX plugin for TiddlyWiki5. It supports a wider set of LaTeX commands than [[KaTeX|KaTeX Plugin]], though not as extensive as MathJax
{{!!url}}
<<<
This plugin provides LaTeX support in TiddlyWiki5, using the [[TeXZilla|https://github.com/fred-wang/TeXZilla]] latex parser to generate MathML.
Only Firefox and Safari support MathML at the moment, so the plugin is only useful if you're using one of these browsers. It might be possible to combine this plugin with MathJax to convert MathML to something that other browsers can understand, e.g. HTML+CSS, but I haven't tried this.
<<<
A collection of TiddlyWiki resources from Mario Pietsch, with a focus on cloud deployments. Mario also maintains the German translation of TiddlyWiki.
{{!!url}}
<<<
My name is Mario Pietsch from Austria. I'm living near Salzburg.
This page, will be the portal to my TiddlyWiki, TiddlyWeb related content.
<<<
A guide (in French) to using TiddlyWiki on the [[BiblioBox|http://bibliobox.net/]], a variation of the [[PirateBox|http://daviddarts.com/piratebox/]] mobile communication and file sharing system.
{{!!url}}
<<<
I've known TiddlyWiki since its beginning in 2004. For personal or professional needs, I used it regularly for notepad staff in 2007 and 2012. But I admit I ignored the tool during the past two years. And then I said yesterday: but why not put TiddlyWiki on a BiblioBox? Because it is a single HTML file with javascript. In addition I knew the existence of a server version for saving online amendments.
<<<
//Hand optimised from a translation by Google Translate//
Matabele's stylish and clean system for personal task management.
{{!!url}}
<<<
This is my work in progress version of TW5, incorporating various features and ideas as and when they intrigue me. To grab any feature you may wish to try, drag the listed tiddlers across to the dropzone of an empty TiddlyWiki 5.0.10-beta
<<<
An introduction to TiddlyWiki in Japanese.
{{!!url}}
TiddlyWiki is an incredibly flexible and versatile tool that is conceived and constructed differently than most software. This can make it hard to understand until the moment when it clicks, and becomes a seamless extension of your brain.
Starting with the basics, TiddlyWiki is a note-taking web application you can download for free, store wherever you like and customise however you wish. Use it to capture, organise and share your notes in ways that word processors and other note-taking tools cannot.
~TiddlyWiki is designed to be non-linear, structuring content with stories, tags, hyperlinks, and other features. You can organise and retrieve your notes in ways that conform to your personal thought patterns, rather than feel chained to one preset organisational structure.
You can use ~TiddlyWiki as a single file that you view and edit through any web browser, whether you are online or offline. Or you can use it as a powerful [[Node.js application|TiddlyWiki on Node.js]] that stores each of your notes as a separate file.
How can you make ~TiddlyWiki work for you? We recommend you start with our introductory documentation listed below, and then browse the TableOfContents, available in the Contents tab in the sidebar. Or just [[follow our simple instructions|GettingStarted]] and try it out for yourself!
<<list-links "[tag[HelloThere]]">>
Information about the making of TiddlyWiki:
<<list-links "[tag[About]]">>
A plugin to integrate the [[Ace editor|https://github.com/ajaxorg/ace]] into TiddlyWiki.
{{!!url}}
<<<
Being quite new to TW5 development I tried my best to draft a SyncAdaptor to store tiddlers in IndexedDb. This is quite useful if an application / plugin installation is not possible (we have quite some restrictions at work...).
<<<
TiddlyWiki wouldn't be possible without the ongoing support of the TiddlyWiki [[Community]]. Their attention and feedback has made it possible to gain an understanding of what is wanted from the product, and their passion for it has taught me that it is worth the investment.
{{$:/Acknowledgements}}
! Introduction
The ''action-deletefield'' widget is an [[action widget|ActionWidgets]] that deletes specified fields of a tiddler. ActionWidgets are used within triggering widgets such as the ButtonWidget.
! Content and Attributes
The ''action-deletefield'' widget is invisible. Any content within it is ignored.
|!Attribute |!Description |
|$tiddler |The title of the tiddler whose fields are to be modified (if not provided defaults to the [[current tiddler|Current Tiddler]] |
|$field |Optional name of a field to delete |
|//{any attributes not starting with $}// |Each attribute name specifies a field to be deleted. The attribute value is ignored and need not be specified |
! Examples
Here is an example of a button that deletes the caption and tags fields of the current tiddler:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-deletefield caption tags/>
Delete "caption" and "tags"
</$button>'/>
Here is an example of a button that deletes the modified date and tags fields of the tiddler HelloThere:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-deletefield $tiddler="HelloThere" modified tags/>
Delete "modified" and "tags" from ~HelloThere
</$button>'/>
Here is an example of a button that uses the optional $field attribute to delete the text field of the tiddler HelloThere:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-deletefield $tiddler="HelloThere" $field="text"/>
Delete text from ~HelloThere
</$button>'/>
! Introduction
The ''action-deletetiddler'' widget is an [[action widget|ActionWidgets]] that deletes tiddlers. ActionWidgets are used within triggering widgets such as the ButtonWidget.
There are several differences compared to the [[WidgetMessage: tm-delete-tiddler]]:
* The user is not prompted to confirm the deletion
* No automatic updating of the story list
* No special handling of draft tiddlers
! Content and Attributes
The ''action-deletetiddler'' widget is invisible. Any content within it is ignored.
|!Attribute |!Description |
|$tiddler |Optional title of the tiddler to be deleted |
|$filter |Optional filter identifying tiddlers to be deleted |
! Examples
Here is an example of a button that deletes the tiddler HelloThere:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-deletetiddler $tiddler="HelloThere"/>
Delete "~HelloThere"
</$button>'/>
Here is an example of a button that deletes all tiddlers tagged [[TableOfContents]]:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-deletetiddler $filter="[tag[TableOfContents]]"/>
Delete tiddlers tagged "~TableOfContents"
</$button>'/>
! Introduction
The ''action-navigate'' widget is an [[action widget|ActionWidgets]] that sends a [[tm-navigate|WidgetMessage: tm-navigate]] message back up the widget tree. ActionWidgets are used within triggering widgets such as the ButtonWidget.
! Content and Attributes
The ''action-navigate'' widget is invisible. Any content within it is ignored.
|!Attribute |!Description |
|$to |The title of the target tiddler for the navigation (if not provided defaults to the [[current tiddler|Current Tiddler]] |
|$scroll |Optional parameter determining whether the navigation will also cause a scroll to the target tiddler (see below) |
!! Scroll handling
The optional `$scroll` attribute can be set to "yes" to force scrolling to occur to bring the target tiddler into view. If set to "no" then scrolling does not occur. If the `$scroll` attribute is omitted then scrolling occurs unless either:
* the control key is pressed
* the action was initiated with the middle mouse button (if available)
Note that if navigating to multiple tiddlers at once you should use the same `$scroll` setting for all of them.
! Examples
Here is an example of button that navigates to two different tiddlers at once:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-navigate $to="ButtonWidget"/>
<$action-navigate $to="ActionWidgets"/>
Click me!
</$button>'/>
! Introduction
The ''action-sendmessage'' widget is an [[action widget|ActionWidgets]] that sends a [[message|WidgetMessages]] back up the widget tree. ActionWidgets are used within triggering widgets such as the ButtonWidget.
! Content and Attributes
The ''action-sendmessage'' widget is invisible. Any content within it is ignored.
|!Attribute |!Description |
|$message |The message to send (eg, [[WidgetMessage: tm-new-tiddler]]) |
|$param |Optional parameter string whose meaning is dependent on the message being sent |
|$name |Optional name of additional parameter |
|$value |Value for optional parameter whose name is specified in `$name` |
|//{any attributes not starting with $}// |Multiple additional, optional named parameters that are attached to the message |
! Examples
Here is an example of button that displays both a notification and a wizard, and creates a new tiddler with tags and text:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-sendmessage $message="tm-modal" $param="SampleWizard"/>
<$action-sendmessage $message="tm-notify" $param="SampleNotification"/>
<$action-sendmessage $message="tm-new-tiddler" title="This is newly created tiddler" tags="OneTag [[Another Tag]]" text=<<now "Today is DDth, MMM YYYY">>/>
Click me!
</$button>'/>
! Introduction
The ''action-setfield'' widget is an [[action widget|ActionWidgets]] that assigns values to the fields of a tiddler. ActionWidgets are used within triggering widgets such as the ButtonWidget.
! Content and Attributes
The ''action-setfield'' widget is invisible. Any content within it is ignored.
|!Attribute |!Description |
|$tiddler |The title of the tiddler whose fields are to be modified (if not provided defaults to the [[current tiddler|Current Tiddler]] |
|$field |Optional name of a field to be assigned the $value attribute |
|$index |Optional index of a property in a [[data tiddler|DataTiddlers]] to be assigned the $value attribute|
|$value |The value to be assigned to the field or index identified by the $field or $index attribute. If neither is specified then the value is assigned to the text field |
|//{any attributes not starting with $}// |Each attribute name specifies a field to be modified with the attribute value providing the value to assign to the field |
! Examples
Here is an example of a pair of buttons that open the control panel directly to specified tabs. They work by using ''action-setfield'' to set the state tiddler for the control panel tabs.
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-setfield $tiddler="$:/state/tab-1749438307" text="$:/core/ui/ControlPanel/Appearance"/>
<$action-navigate $to="$:/ControlPanel"/>
Go to Control Panel "Appearance" tab
</$button>
<$button>
<$action-setfield $tiddler="$:/state/tab-1749438307" text="$:/core/ui/ControlPanel/Settings"/>
<$action-navigate $to="$:/ControlPanel"/>
Go to Control Panel "Settings" tab
</$button>'/>
Here is an example of a button that assigns tags and fields to the tiddler HelloThere, and then navigates to it and opens the tiddler info panel on the "Fields" tab:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-setfield $tiddler="HelloThere" tags="NewTag [[Another New Tag]]" color="red"/>
<$action-setfield $tiddler="$:/state/popup/tiddler-info--1779055697" text="(568,1443,33,39)"/>
<$action-setfield $tiddler="$:/state/tab--1890574033" text="$:/core/ui/TiddlerInfo/Fields"/>
<$action-navigate $to="HelloThere"/>
Modify ~HelloThere
</$button>'/>
Here is an example of a button that assigns tags and fields to the tiddler HelloThere, and then initiates editing it:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-setfield $tiddler="HelloThere" tags="MoreTag [[Further More Tags]]" color="green"/>
<$action-sendmessage $message="tm-edit-tiddler" $param="HelloThere"/>
Edit ~HelloThere
</$button>'/>
Here is an example of a button that opens the control panel directly to the "Appearance" tabs:
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-setfield $tiddler="$:/state/tab-1749438307" $field="text" $value="$:/core/ui/ControlPanel/Appearance"/>
<$action-navigate $to="$:/ControlPanel"/>
Go to Control Panel "Appearance" tab
</$button>'/>
Action widgets are a special type of widget that perform an action such as sending a message, navigating to a tiddler, or changing the value of a tiddler. They are used in association with other widgets that trigger those actions (for example, the ButtonWidget).
Action widgets are invisible. They need not be immediate children of their triggering widget, but they must be descendents of it. The actions are performed in sequence. For example, here is a button that triggers two actions of sending different messages:
```
<$button>
<$action-sendmessage $message="tm-home"/>
<$action-sendmessage $message="tm-full-screen"/>
Click me!
</$button>
```
The following action widgets are provided:
<<list-links "[tag[ActionWidgets]]">>
Here's a macro that provides a Twitter Follow button for a particular username:
```
\define twitterFollowButton(username)
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="//platform.twitter.com/widgets/follow_button.html?screen_name=$username$" style="width:300px; height:20px;"></iframe>
\end
```
The only change from the version published at https://dev.twitter.com/docs/follow-button is that new lines have been removed.
Note that the src URL is given without a protocol (ie "http" or "https"). It's done this way so that it works on sites whether they are hosted on a HTTP or HTTPS domain. If you want the Twitter button to work while using a TiddlyWiki offline on a "file://" URL, then you'll need to manually add the protocol. For example:
```
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/follow_button.html?screen_name=jermolene" style="width:300px; height:20px;"></iframe>
```
<<.operator-examples "addprefix">>
<<.operator-example 1 "Cat Garden [[Favourite Armchair]] +[addprefix[My ]]">>
<<.operator-examples "addsuffix">>
<<.operator-example 1 "[[London]addsuffix[ Underground]]">>
As the structures within your TiddlyWiki documents get more complex it can be hard to keep the titles of tiddlers consistent. For example, should terms be defined in the plural or the singular? Camel case or separate words?
Recording a formal titling policy can help to reduce confusion. For example, the titling policies for this wiki are recorded in the [[Documentation Style Guide]].
! SystemTiddler Titles
A useful convention is to use the prefix `$:/_` for any system tiddlers that you create to ensure that they are near the top of the system tiddler listing in the sidebar
If <<.place T>> is not present in the input, or is the last title there, then the output is empty.
<<.operator-examples "after">>
<<.using-days-of-week>> The [[Thursday]] tiddler shows a further example.
<<.operator-example 1 "[list[Days of the Week]after[Monday]]">>
<<.operator-example 2 "[list[Days of the Week]after[Sunday]]">>
Alerts are displayed as yellow boxes overlaying the main TiddlyWiki window. Each one corresponds to a tiddler with the tag [[$:/tags/Alert]]. Clicking the delete icon on an alert deletes the corresponding tiddler.
Here's a demo <$fieldmangler tiddler="SampleAlert"><$set name="currentTiddler" value="SampleAlert"><$button message="tm-add-tag" param="$:/tags/Alert">alert</$button></$set></$fieldmangler>.
Alert tiddlers should have the following fields:
|!Field |!Description |
|title |By default, alert titles have the prefix `$:/temp/alerts/` |
|text |The text of the alert message |
|modified |Date of the alert (used for ordering the alerts on screen) |
|component |Component name associated with the alert |
|tags |Must include [[$:/tags/Alert]] |
The parameter specifies zero or more fundamental categories using the following syntax:
<$railroad text="""
[{: ("current" | "missing" |: "orphans" | "shadows" | "tiddlers" ) +"+" }]
"""/>
|!Category |!Members |!Sorted |
|^`current` |just the [[current tiddler|Current Tiddler]] |^-- |
|^`missing` |all non-existent tiddlers to which there is at least one [[hard link|Hard and Soft Links]] |^no |
|^`orphans` |all tiddlers to which there are <<.em no>> hard links |^by title |
|^`shadows` |all the [[shadow tiddlers|ShadowTiddlers]] that exist, including any that have been overridden with non-shadow tiddlers |^no |
|^`tiddlers` |all the non-shadow tiddlers that exist |no |
If the parameter specifies more than one category, they are processed from left to right. The overall output is initially empty, and each category's output is [[dominantly appended|Dominant Append]] to it in turn. Unrecognised categories contribute nothing to the output.
As a special case, if the parameter is empty, the output is simply a copy of the input. This can be useful when the parameter is [[soft|Filter Parameter]].
The <<.olink is>> operator is similar, but its scope is restricted to its input.
<<.operator-examples "all">>
<<.operator-example 1 "[all[shadows]]">>
<<.operator-example 2 "[all[shadows+tiddlers]]">>
<<.operator-example 3 "[all[tiddlers+shadows]]">>
<<.operator-example 4 "[all[orphans+missing+current]]">>
<<.operator-example 5 "[all[current]]">>
<<.operator-example 6 "[all[current]tag[Operator Examples]]">>
<<.operator-example 7 "[all[current]tag[Recipes]]">>
<<.operator-example 8 "Monday Thursday +[all[]]">>
Current tiddlers:
<$list filter="[!is[system]sort[title]]" />
Here are the details of the alpha releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named.
<<tabs "[tag[AlphaReleaseNotes]!sort[created]]" "Release 5.0.1-alpha" "$:/state/tab2" "tc-vertical" "ReleaseTemplate">>
Here are some recent articles written about ~TiddlyWiki. Submit new articles via GitHub, Twitter or by posting in the [[TiddlyWiki Groups]].
<div class="tc-link-info">
<$list filter="[tag[Articles]!sort[modified]]">
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>
Audio files can be incorporated into TiddlyWiki in a very similar way to [[images|Images in WikiText]].
! Embedded Audio
Small audio files can be embedded directly within TiddlyWiki. Embedding isn't suitable for large files (over a few hundred kilobytes) because it increases the size of the TiddlyWiki file.
For example, the tiddler [[TiddlyWiki.mp3]] contains an MP3 recording of the word "TiddlyWiki". If you visit that tiddler, you should see an audio player that will play back the recording.
You can also transclude audio files. For example:
<<wikitext-example-without-html '{{TiddlyWiki.mp3}}'>>
! External Audio
External audio tiddlers use the ''_canonical_uri'' field to point to an external audio file/stream, and have their ''text'' field blocked. This reduces their size considerably, but still allows for playback.
For example, the tiddler [[Caruso - Ave Maria]] points to an online audio recording hosted on http://archive.org:
<<wikitext-example-without-html '{{Caruso - Ave Maria}}'>>
If there is a SaverModule available that supports it, TiddlyWiki will automatically trigger a save of the current document on clicking {{$:/core/images/done-button}} ''tick'' or {{$:/core/images/delete-button}} ''delete'' when editing a tiddler.
You should see a yellow notification at the top right of the window to confirm that an automatic save has taken place.
Automatic saving can be enabled or disabled through the ''Saving'' tab of the [[control panel|$:/ControlPanel]]. Behind the scenes, it is controlled through the configuration tiddler [[$:/config/AutoSave]], which must have the value ''yes'' to enable automatic saving.
Each input title is processed in turn. The corresponding tiddler's list of backlinks is generated, sorted alphabetically by title, and then [[dominantly appended|Dominant Append]] to the operator's overall output.
<<.operator-examples "backlinks">>
<<.operator-example 1 "[[HelloThere]backlinks[]]">>
<<.operator-example 2 "[tag[TableOfContents]backlinks[]]" "tiddlers that link to tiddlers tagged [[TableOfContents]]">>
<<.operator-example 3 "[all[current]backlinks[]]" "tiddlers that link to this one">>
<<.dlink-ex Base64 "http://en.wikipedia.org/wiki/Base64">> is a way of representing binary data, such an image, as a string of text.
If <<.place T>> is not present in the input, or is the first title there, then the output is empty.
<<.operator-examples "before">>
<<.using-days-of-week>> The [[Thursday]] tiddler shows a further example.
<<.operator-example 1 "[list[Days of the Week]before[Saturday]]">>
<<.operator-example 2 "[list[Days of the Week]before[Monday]]">>
Here are the details of the beta releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named.
<<tabs "[tag[BetaReleaseNotes]!sort[created]]" "Release 5.0.18-beta" "$:/state/tab2" "tc-vertical" "ReleaseTemplate">>
There are two ways to produce HTML block quotes in TiddlyWiki5, one for content spread across multiple lines, and one for single line content.
! Multi-line Block Quotes
The syntax for multi-line block quotes is:
<<wikitext-example src:"<<<
This is a block quoted paragraph
written in English
<<<
">>
!! Citation
A citation can be added to the quote like this:
<<wikitext-example src:"<<<
Computers are like a bicycle for our minds
<<< Steve Jobs
">>
!! CSS Classes
CSS classes can be added to a block quote:
<<wikitext-example src:"<<<.myClass.another-class
Operating systems are like a brick wall for our minds
<<< Nobody
">>
! Single-line Block Quotes
The single-line syntax for block quotes is actually an extension of the syntax for [[Lists in WikiText]]. For example:
<<wikitext-example src:"> Quoted text
> Another line of quoted text
">>
You can also nest quotes like this:
```
> A top quote
>> A subquote
> Another top quote
```
Which renders as:
> A top quote
>> A subquote
> Another top quote
You can also mix block quotes with other list items. For example:
<<wikitext-example src:"* List One
** List Two
**> A quote
**> Another quote
* List Three
">>
!Introduction
At its heart, TiddlyWiki5 is a relatively small boot kernel that runs either under Node.js or in the browser with all other functionality added via dynamically loaded [[modules|Modules]].
The kernel boots just enough of the TiddlyWiki environment to allow it to load and execute module tiddlers. The module system is compatible with CommonJS and [[Node.js]].
There are many [[different types of module|ModuleType]]: parsers, deserializers, widgets etc. It goes much further than you might expect. For example, individual tiddler fields are modules, too: there's a module that knows how to handle the `tags` field, and another that knows how to handle the special behaviour of the `modified` and `created` fields. Some plugin modules have further sub-plugins: the wikitext parser, for instance, accepts parsing rules as individual plugin modules.
!Plugins
In TiddlyWiki5, [[Plugins]] are bundles of tiddlers that are distributed and managed as one; [[Modules]] are JavaScript tiddlers with a module type identifying when and how they should be executed.
The tiddler [[$:/boot/boot.js]] is a barebones TiddlyWiki kernel that is just sufficient to load the core plugin modules and trigger a startup module to load up the rest of the application.
The boot kernel includes:
* Several short shared utility functions
* A handful of methods implementing the module mechanism
* The `$tw.Tiddler` class (and field definition plugins)
* The `$tw.Wiki` class (and tiddler deserialization methods)
* Code for the browser to load tiddlers from the HTML DOM
* Code for the server to load tiddlers from the file system
Each module is an ordinary CommonJS module, using the `require()` function to access other modules and the `exports` global to return JavaScript values. The boot kernel smooths over the differences between `Node.js` and the browser, allowing the same plugin modules to execute in both environments.
In the browser, `core/boot.js` is packed into a template HTML file that contains the following elements in order:
* Ordinary and system tiddlers, packed as HTML `<DIV>` elements
* `core/bootprefix.js`, containing a few lines to set up the plugin environment
* Optional JavaScript modules, packed as HTML `<SCRIPT>` blocks
* `core/boot.js`, containing the boot kernel
On the server, `core/boot.js` is executed directly. It uses the `Node.js` local file API to load plugins directly from the file system in the `core/modules` directory. The code loading is performed synchronously for brevity (and because the system is in any case inherently blocked until plugins are loaded).
The boot process sets up the `$tw` global variable that is used to store all the state data of the system.
At the end of the boot process the StartupMechanism schedules the execution of startup modules to bring up the rest of TiddlyWiki.
TiddlyWiki is designed to work with HTML5-compatible browsers.
The following table summarises the browser versions that are known to work with TiddlyWiki
|!Browser |!Status |
|Internet Explorer |Version 10 and above |
|Chrome |All recent versions |
|Firefox |All recent versions |
|Firefox for Android |All recent versions |
|Safari |Version 6 and above |
! Introduction
The browse widget displays an HTML file browser button that allows the user to choose one or more files to import. It sends a [[WidgetMessage: tm-import-tiddlers]] carrying a JSON representation of the tiddlers imported from the files up through its parents. This message usually trapped by the NavigatorWidget which adds the tiddlers to the store and updates the story to display them.
! Content and Attributes
The content of the `<$browse>` widget is ignored.
|!Attribute |!Description |
|multiple |Set to "multiple" to select multiple file upload |
|tooltip |Optional tooltip text |
|message |Optional override of widget message to be generated. The parameter for the message will be the JavaScript object `event.target.files` |
On iPhone/iPad choosing the multiple option will remove the ability to take photographs/videos directly into TiddlyWiki.
''e.g.''
```
<$browse>
```
renders as:
<$browse>
BT (née British Telecom) is the UK's largest telecommunications company. In 2007, [[Osmosoft]] was acquired by BT. JeremyRuston subsequently left BT in 2011.
{{$:/language/Help/build}}
See TiddlyWikiFolders for details of defining build targets.
TiddlyWiki5 can be used to build older 2.x.x versions of TiddlyWikiClassic from their constituent components. Doing so involves these features:
* The `tiddlywiki/classictools` plugin, containing a deserializer module which allows tiddlers to be loaded from TiddlyWiki 2.x.x `.recipe` files
* The `stripcomments` format for the ViewWidget, which strips single line JavaScript comments starting `//#`
* The `stripTitlePrefix='yes'` attribute of the FieldsWidget, which removes prefixes wrapped in curly braces from the `title` attribute
** For example, `{tiddler}HelloThere` would be transformed to `HelloThere`
! Usage
TiddlyWikiClassic is built from the command line by running [[TiddlyWiki on Node.js]]. A typical usage would be:
```
node ../../tiddlywiki.js \
--verbose \
--load <path_to_recipe_file> \
--rendertiddler $:/core/templates/tiddlywiki2.template.html <path_to_write_index_file> text/plain \
|| exit 1
```
<<.operator-examples "butlast">>
<<.using-days-of-week>>
<<.operator-example 1 "[list[Days of the Week]butlast[]]">>
<<.operator-example 2 "[list[Days of the Week]butlast[2]]">>
<<.operator-example 3 "A B C D E F G H I J K L M +[butlast[7]]">>
! Introduction
The button widget displays an HTML `<button>` element that can perform a combination of optional actions when clicked:
* Executing any ActionWidgets that are immediate children of the button widget
* Execute any integrated actions:
** Navigate to a specified tiddler
** Dispatch a user defined [[widget message|Messages]]
** Trigger a user defined [[popup|PopupMechanism]]
** Assign new text to a specified tiddler
The integrated actions are provided as a shortcut for invoking common actions. The same functionality is available via ActionWidgets, with the exception of the support for highlighting selected popups.
! Content and Attributes
The content of the `<$button>` widget is displayed within the button.
|!Attribute |!Description |
|to |The title of the tiddler to navigate to |
|message |The name of the [[widget message|Messages]] to send when the button is clicked |
|param |The optional parameter to the message |
|set |A TextReference to which a new value will be assigned |
|setTo |The new value to assign to the TextReference identified in the `set` attribute |
|popup |Title of a state tiddler for a popup that is toggled when the button is clicked |
|aria-label |Optional [[Accessibility]] label |
|tooltip |Optional tooltip |
|class |An optional CSS class name to be assigned to the HTML element|
|style |An optional CSS style attribute to be assigned to the HTML element |
|selectedClass |An optional additional CSS class to be assigned if the popup is triggered or the tiddler specified in `set` already has the value specified in `setTo` |
|tag |An optional html tag to use instead of the default "button" |
|default |Default value if `set` tiddler is missing for testing against `setTo` to determine `selectedClass` |
''Tip:'' Set ''class'' to `tc-btn-invisible tc-tiddlylink` to have a button look like an internal link.
CamelCase is formed by taking a phrase, capitalising the initial letter of each word, and smashing the words together to form a portmanteau word. Most wikis use CamelCase to signal phrases that should automatically become links.
<<.dlink-ex CSS "http://en.wikipedia.org/wiki/Cascading_Style_Sheets">> is a standard plain-text format used for defining the presentational style of the various elements on a web page.
The <<.def changecount>> [[macro|Macros]] returns the number of times the [[current tiddler|Current Tiddler]] has been created, stored or deleted during the current ~TiddlyWiki session.
If a tiddler is deleted and subsequently recreated, its <<.var changecount>> will go up by two.
!! Parameters
(none)
<<.macro-examples "changecount">>
<$macrocall $name=".example" n="1" eg="""<<changecount>>"""/>
The value will increase if you edit this tiddler and store it again, even without making any changes to its content.
To access the <<.var changecount>> of a different tiddler, use a <<.wlink TiddlerWidget>> widget:
<$macrocall $name=".example" n="2"
eg="""<$tiddler tiddler="Draft of 'New Tiddler'">
<<changecount>>
</$tiddler>"""/>
The value shown will increase whenever you create, store or delete [[New Tiddler]].
! Introduction
This release resolves a number of inconsistencies with the way that filters are handled. The changes mean that existing filters may need to be updated - particularly those that must deal with missing or shadow tiddlers.
! Changes to ''is'' and addition of ''all''
Most filter operators act by choosing some or all of their source titles to pass through or re-order. Those that add new entries that are not drawn from the source list are referred to as selectors. Prior to 5.0.9-beta, a few filter operators were inconsistent in whether they filtered from the source list or selected new entries into it.
The specific changes are:
* The ''is'' operator now always strictly filters from the currently selected list of tiddlers
* The new ''all'' operator acts as a selector by replacing the current list with a combination of tiddlers from specific sources:
** ''current'' for the current tiddler
** ''missing'' for all missing tiddlers
** ''orphans'' for all orphan tiddlers
** ''shadows'' for all shadow tiddlers
** ''tiddlers'' for all non-shadow tiddlers (including both system and non-system tiddlers)
The sources for the ''all'' operator can be combined with the `+` character. For example, `[all[shadows+tiddlers]]` returns all shadow tiddlers and all ordinary tiddlers.
Previously, it was common to have `[is[shadow]]` at the start of a filter string to select all the shadow tiddlers. In 5.0.9 and above, this will not return all the shadow tiddlers, but instead just those ordinary tiddlers that are also shadow tiddlers (by virtue of having overridden one). The resolution is to use the new ''all'' operator. For example, consider this filter from 5.0.8:
```
[is[shadow]!has[draft.of]tag[$:/tags/AdvancedSearch]] [!is[shadow]!has[draft.of]tag[$:/tags/AdvancedSearch]] +[tag[$:/tags/AdvancedSearch]]
```
In 5.0.9, that filter has been changed to:
```
[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]
```
Note how the ''all'' operator allows operations to be performed on tiddlers from combinations of sources.
!! Changes to `[is[current]]`
One result of the changes is that `[is[current]]` now strictly filters from the source tiddlers; so, if the current tiddler is a missing tiddler not in the source list, then `[is[current]]` will return an empty list.
The solution is generally to use `[all[current]]` instead. It doesn't read as well, but has the required behaviour of returning just the current tiddler, regardless of whether it is in the source tiddlers.
! Changes to ''title'' and ''field''
There are minor changes to the way that the ''title'' and ''field'' operators work.
The ''title'' operator is a selector: it returns the specified title regardless of whether it is in the current source. ''title'' is used as the default operator if none is specified
The ''field'' operator is a filter: it only returns a subset of the source tiddlers. ''field'' is used as the default operator if the supplied operator is not defined (the supplied operator is passed as the suffix to the field operator, so `[description[Missing]]` is equivalent to `[field:description[Missing]]`).
! Introduction
The checkbox widget displays an HTML `<input type="checkbox">` element that is dynamically bound to either:
* the presence or absence of a specified tag on a specified tiddler
* the value of a specified field of a specified tiddler
! Content and Attributes
The content of the `<$checkbox>` widget is displayed within an HTML `<label>` element immediately after the checkbox itself. This means that clicking on the content will toggle the checkbox.
|!Attribute |!Description |
|tiddler |Title of the tiddler to manipulate (defaults to the [[current tiddler|Current Tiddler]]) |
|tag |The name of the tag to which the checkbox should be bound |
|invertTag |When set to ''yes'', flips the tag binding logic so that the absence of the tag causes the checkbox to be checked |
|field |The name of the field to which the checkbox should be bound |
|checked |The value of the field corresponding to the checkbox being checked |
|unchecked |The value of the field corresponding to the checkbox being unchecked |
|default |The default value to use if the field is not defined |
|class |The class that will be assigned to the label element |
!! Tag Mode
Using the checkbox widget in tag mode requires the ''tag'' attribute to specify the name of the tag. The ''tiddler'' attribute specifies the tiddler to target, defaulting to the current tiddler if not present.
This example creates a checkbox that flips the ''done'' tag on the current tiddler:
```
<$checkbox tag="done">Is it done?</$checkbox>
```
!! Field Mode
Using the checkbox widget in field mode requires the ''field'' attribute to specify the name of the field. The ''checked'' and ''unchecked'' attributes specify the values to be assigned to the field to correspond to its checked and unchecked states respectively. The ''default'' attribute is used as a fallback value if the field is not defined.
This example creates a checkbox that is checked if the field ''status'' is equal to ''open'' and unchecked if the field is equal to ''closed''. If the field is undefined then it defaults to ''closed'', meaning that the checkbox will be unchecked if the ''status'' field is missing.
```
<$checkbox field="status" checked="open" unchecked="closed" default="closed">Is it open?</$checkbox>
```
TiddlyWiki 的简体中文翻译版本:
<!-- * ''文件'': http://tiddlywiki.com/languages/zh-Hans/index.html -->
* ''空白版本'': http://tiddlywiki.com/languages/zh-Hans/empty.html
另请参阅 [[中文 (正體) 版|Chinese (Traditional) Edition]]。
TiddlyWiki 的正體中文翻譯版本:
<!-- * ''文件'': http://tiddlywiki.com/languages/zh-Hant/index.html -->
* ''空白版本'': http://tiddlywiki.com/languages/zh-Hant/empty.html
另請參閱 [[中文 (简体) 版|Chinese (Simplified) Edition]]。
{{$:/language/Help/clearpassword}}
You can use triple backticks <code>```</code> to mark code blocks:
<pre>
```
This will be monospaced
```
</pre>
Renders as:
```
This will be monospaced
```
To be interpreted correctly, the three backticks need to be at the start of the line and immediately followed by a line-break.
Be aware that any preceding paragraph content should be properly terminated with a double line break, too. So, this example is wrong:
<pre>
This is an ordinary paragraph
```
This will be monospaced
```
</pre>
The correct version is:
<pre>
This is an ordinary paragraph
```
This will be monospaced
```
</pre>
Note that some keyboard layouts treat the backtick as a [[dead key|http://en.wikipedia.org/wiki/Dead_key]], making it hard to type. The trick is to type three backticks followed by a space. Alternatively, type all six backticks in one go, then a space, and then move the cursor back three characters to type or paste the content.
The CodeMirror plugin adds a sophisticated web-based editor to TiddlyWiki.
See http://tiddlywiki.com/plugins/tiddlywiki/codemirror/
The <<.def colour>> (or <<.def color>>) [[macro|Macros]] returns the [[CSS|Cascading Style Sheets]] value of one the colours in the current [[palette|ColourPalettes]].
If no such entry exists in the current palette, the [[vanilla palette|$:/palettes/Vanilla]] is used instead.
!! Parameters
;name
: The name of the palette entry, e.g. `page-background`
<<.macro-examples "colour">>
<$macrocall $name=".example" n="1" eg="""<<colour code-border>>"""/>
<$macrocall $name=".example" n="2" eg="""<<colour foreground>>"""/>
<$macrocall $name=".example" n="3" eg="""<<colour page-background>>"""/>
<$macrocall $name=".example" n="4" eg="""<<colour sidebar-tab-background>>"""/>
<$macrocall $name=".example" n="5" eg="""<<colour tag-foreground>>"""/>
A colour palette is a [[data tiddler|DataTiddlers]] that supplies a [[CSS]] colour value, such as ''yellow'' or ''#fe0'', for each of several colour names, like this:
```
page-background: #fe0
table-border: #ccc
...
```
Several palettes form part of the core. The system tiddler [[$:/palette]] always contains the title of the currently selected palette tiddler.
To retrieve the value of a named colour from the current palette, e.g. for use in a stylesheet tiddler, use the <<.mlink colour>> macro:
```
<<colour page-background>>
```
Palette tiddlers should have the following fields:
|!Name |!Value |
|title |Typically starting with `$:/` |
|type |`application/x-tiddler-dictionary` |
|tags |`$:/tags/Palette` |
|description |Displayed in the palette browser |
|text |`name: value` colour definitions |
<<.dlink-ex CSV "http://en.wikipedia.org/wiki/Comma-separated_values">> is a standard plain-text format for storing a table of data.
Each row of the table is called a <<.def record>> and occupies one line.
The columns are called <<.def fields>>. Each field of a row is separated from the next by a comma, and is often delimited by quotation marks.
The <<.mlink csvtiddlers>> macro returns tiddler content in this format.
A <<.def command>> is one of the following words, written with a `--` prefix and used as a command-line option to [[TiddlyWiki on Node.js]], indicating which action is desired.
<<list-links "[tag[Commands]]">>
<<.operator-examples "commands">>
<<.operator-example 1 "[commands[]]">>
Here we gather the latest and most useful material from the TiddlyWiki community.
<<tabs "Forums Latest Tutorials Resources Examples Articles Meetups" "Latest">>
//This is a sample task for the TaskManagementExample//
These are the concepts underlying TiddlyWiki. Understanding how these ideas fit together is the key to getting the most from TiddlyWiki.
<<list-links "[tag[Concepts]]">>
The configuration tiddler [[$:/config/TiddlerInfo/Default]] contains the title of the tiddler containing the default tiddler info tab.
The default value is `$:/core/ui/TiddlerInfo/Tools` corresponding to the ''Tools'' tab. Other possible values are:
<ul>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]">
<li>
<$view field="title"/>
</li>
</$list>
</ul>
Used in Internet protocols to indicate the type that should be used to interpret the content of a web resource.
In TiddlyWiki, the `type` field gives the content type to apply to the main `text` field.
!! List of Common Content Types
|!Group |!Type |!Content of `type` field |
|^''Developer'' |Data dictionary |application/x-tiddler-dictionary|
|~|~JavaScript code |application/javascript|
|~|JSON data |application/json|
|~|Static stylesheet |text/css|
|^''Image''|GIF image |image/gif|
|~|ICO format icon file |image/x-icon|
|~|JPEG image |image/jpeg|
|~|PDF image |application/pdf|
|~|PNG image |image/png|
|~|Structured Vector Graphics image |image/svg+xml|
|^''Text''|HTML markup |text/html|
|~|[[CSS|Cascading Style Sheets]] stylesheet |text/css|
|~|[[Comma-separated values|Comma-Separated Values]] |text/csv|
|~|Plain text |text/plain|
|~|~TiddlyWiki 5 |text/vnd.tiddlywiki|
|~|~TiddlyWiki Classic |text/x-tiddlywiki|
The <<.def contrastcolour>> [[macro|Macros]] returns whichever of two given [[CSS|Cascading Style Sheets]] colours is deemed to contrast best with another.
An example can be seen in the [[template tiddler for tag pills|$:/core/ui/TagTemplate]].
!! Parameters
;target
: The colour to contrast against (typically a background colour)
;fallbackTarget
: An alternative colour to contrast against. This is used when <<.param target>> is undefined or not a valid colour
;colourA
: The first of the two colours to choose between
;colourB
: The second of the two colours to choose between
We welcome contributions to the code and documentation of TiddlyWiki in several ways:
* ReportingBugs
* Helping to [[improve our documentation|Improving TiddlyWiki Documentation]]
* Contributing to the code via [[GitHub|https://github.com/Jermolene/TiddlyWiki5]]
** See http://tiddlywiki.com/dev for more details
There are other ways to [[help TiddlyWiki|HelpingTiddlyWiki]] too.
! Contributor License Agreement
{{Contributor License Agreement}}
! How to sign the CLA
{{Signing the Contributor License Agreement}}
---
//The CLA documents used for this project were created using [[Harmony Project Templates|http://www.harmonyagreements.org]]. "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity".//
Remarks
-------
**When not owning the copyright in the entire work of authorship**
In this case, please clearly state so, since otherwise we assume that you are the legal copyright holder of the contributed work! Please provide links and additional information that clarify under which license the rest of the code is distributed.
\define tv-wikilink-template() http://tiddlywiki.com/static/$uri_doubleencoded$.html
! Contributing to TiddlyWiki5
{{Contributing}}
//This file was automatically generated by TiddlyWiki5//
Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community).
* For individuals use: [[licenses/CLA-individual|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-individual.md]]
* For entities use: [[licenses/CLA-entity|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-entity.md]]
The following individuals have generously given their time to [[contribute to the development of TiddlyWiki|https://github.com/Jermolene/TiddlyWiki5/graphs/contributors]]:
* Jeremy Ruston ([[@Jermolene|https://github.com/Jermolene]])
* Dave Gifford ([[@giffmex|https://github.com/giffmex]])
* Bram Chen ([[@BramChen|https://github.com/BramChen]])
* Mario Pietsch ([[@pmario|https://github.com/pmario]])
* Xavier Cazin ([[@xcazin|https://github.com/xcazin]])
* Eric Shulman ([[@ericshulman|https://github.com/ericshulman]])
* Stephan Hradek ([[@Skeeve|https://github.com/Skeeve]])
* ~BuggyJef ([[@buggyj|https://github.com/buggyj]])
* Nathan Cain ([[@natecain|https://github.com/natecain]])
* Ton Gerner ([[@gernert|https://github.com/gernert]])
* Devin Weaver ([[@sukima|https://github.com/sukima]])
* João Bolila ([[@jbolila|https://github.com/jbolila]])
* David Johnston ([[@Brennall|https://github.com/Brennall]])
* David Jade ([[@davidjade|https://github.com/davidjade]])
* Bob Robison ([[@grayeul|https://github.com/grayeul]])
* [[@nameanyone|https://github.com/nameanyone]]
* Maurizio Pollio ([[@mpollio|https://github.com/mpollio]])
* Ogoshi Masayuki ([[@ogoshima|https://github.com/ogoshima]])
* Chris Sugden ([[@csugden|https://github.com/csugden]])
* [[@asampal|https://github.com/asampal]]
* Bow Yi Jang ([[@Eucaly|https://github.com/Eucaly]])
* Mal Gamble ([[@malgam|https://github.com/malgam]])
* Michael Fogleman ([[@mwfogleman|https://github.com/mwfogleman]])
* Daniel Barrett ([[@shendaras|https://github.com/shendaras]])
* Simon Baird ([[@simonbaird|https://github.com/simonbaird]])
* James Anderson ([[@welford|https://github.com/welford]])
* Jon Lister ([[@jayfresh|https://github.com/jayfresh]])
* [[@TheDiveO|https://github.com/TheDiveO]]
* Danielo Rodríguez ([[@danielo515|https://github.com/danielo515]])
* [[@willover|https://github.com/willover]]
* [[@slotik|https://github.com/slotik]]
* Irene Knapp ([[@IreneKnapp|https://github.com/IreneKnapp]])
* Brian Shaver ([[@shakerlxxv|https://github.com/shakerlxxv]])
* Tobi Beer ([[@tobibeer|https://github.com/tobibeer]])
* Craig Cook ([[@BoyCook|https://github.com/BoyCook]])
You can copy an individual tiddler from one TiddlyWiki file to another by dragging a link to the tiddler from one browser window to another.
The following [[macros|Macros]] are built into ~TiddlyWiki's core:
<<list-links "[tag[Core Macros]]">>
The following [[variables|Variables]] are built into ~TiddlyWiki's core:
<<list-links "[tag[Core Variables]] -[tag[Configuration Variables]]">>
The core will also use various configuration variables and macros if you define them:
<<list-links "[tag[Configuration Variables]]">>
! Introduction
The count widget displays the number of matches to a specified [[filter expression|Filters]].
! Content and Attributes
The content of the `<$count>` widget is ignored.
|!Attribute |!Description |
|filter |The filter expression to count |
To create a custom export format that exports tiddlers as their raw body text:
# Create a tiddler with the following fields:
#* ''tags'': [[$:/tags/Exporter]]
#* ''description'': Description of this exporter
#* ''extension'': Default file extension for this export format (including the dot; for example `.tid`)
# Set the following content:
```
\define renderContent()
{{{ $(exportFilter)$ ||$:/core/templates/plain-text-tiddler}}}
\end
<<renderContent>>
```
The variable `exportFilter` contains a filter defining which tiddlers should be exported.
! Creating tiddlers
You create a tiddler either by clicking the {{$:/core/images/new-button}} button in the sidebar, or by clicking on a link to a missing tiddler. Links to missing tiddlers are shown in [[blue italics]].
See also:
* [[Creating journal tiddlers]]
! Editing tiddlers
To edit an existing tiddler, click the {{$:/core/images/edit-button}} button at the top right of the tiddler.
!! Draft mode
When you create a new tiddler or edit an existing one, the tiddler will go into draft mode. This presents a control panel for modifying the tiddler in various ways. It has several parts, from top to bottom:
*''The title field'' - Use this to change the title of the tiddler
*''The tag selector'' - Use this to add or remove tags. As you type a tag name in the box, a dropdown list will show you any existing tags that match. You can pick from this list or create a completely new tag. Then click the ''add'' button to add the tag to the tiddler. Each tag is shown as a coloured pill. Click the "×" on a pill to remove that tag
*''The text area'' - Use this to edit the main content of the tiddler. Click the ''show preview'' button to see what your changes will look like
*''The type selector'' - Use this when a tiddler needs to be displayed in a special way, such as an image. See ContentType for a list of the options. The default is `text/vnd.tiddlywiki`, which means the tiddler contains WikiText
*''The field selector'' - Use this to add or remove fields on the tiddler. For example, if you are editing a tiddler that's being used to tag other tiddlers, you can add a [[''list'' field|ListField]] to change the order in which those tiddlers will be listed
! Save, cancel or delete
When you have finished editing, click a button at the top right of the tiddler:
*The ''save'' button ({{$:/core/images/done-button}}) stores your changes to this one tiddler and leaves draft mode. If your wiki is configured to [[AutoSave]], your changes will be permanently saved. Otherwise they will only be stored temporarily in your web browser, and you will lose them if you close your ~TiddlyWiki page without first clicking the master ''save changes'' button {{$:/core/images/save-button}} in the sidebar.
*The ''cancel'' button ({{$:/core/images/cancel-button}}) discards your changes (after asking you to confirm) and leaves draft mode.
*The ''delete'' button ({{$:/core/images/delete-button}}) deletes the entire tiddler (after asking you to confirm).
! Introduction
Journal tiddlers are tiddlers that use a date and/or time as their title. They are typically used as a quick way to record time-stamped information.
You can use additional tags on a journal tiddler to link it to other tiddlers, helping to establish the relationships between items of information.
For example, you might use a journal tiddler called ''10th October 2014'' to record thoughts and information captured on that particular day. The tags ''Shopping'' and ''London'' might be used to indicate that the entry concerns shopping in London.
! Creating a journal tiddler
The easiest way to create a journal tiddler is to use the ''new journal'' button in the ''Tools'' tab of the sidebar. If you find yourself often using the button, click the checkbox next to it to make the button available just above the search box.
The ''new journal'' button creates a journal entry as a blank tiddler with the tag ''Journal'' and a title derived from today's date. If a journal tiddler with that title already exists, then this is opened for editing.
! Creating a tagged journal tiddler
A common sequence of actions is to create (or reopen) today's journal entry and tag it with the title of another tiddler. This can be done with the ''new journal here'' button in the other tiddler's toolbar. You can find this button in the ''Tools'' tab of the tiddler's InfoPanel.
For example, you might be reviewing a tiddler called ''Oxford Street'' and realise that it's relevant for planning your shopping trip. Click the ''new journal here'' button on the ''Oxford Street'' tiddler to bring up a journal entry tagged with ''Oxford Street''.
! Customising journal tiddlers
To configure how new journal entries are created, visit the ''Basics'' tab under ''Info'' in the [[control panel|$:/ControlPanel]]:
* "Title of new journal tiddlers" specifies how these tiddlers should be named, as a [[date format string|DateFormat]]. The default setting of `DDth MMM YYYY` causes new entries to have titles of the form "10th October 2014"
* "Tags for new journal tiddlers" [specifies|Title List] tags that will automatically appear on new journal entries. For example: `Journal [[Summer vacation]]`
Hint: if you want to create a separate journal tiddler whenever you click ''new journal'' (even if you do this several times in the same day), you can include the clock time in the title format. Specify something like `YYYY-0MM-0DD at 0hhh0mm'0ss''` as the date format.
Another useful trick is to include `$(currentTiddler)$` somewhere in the title format. This means that if you click ''new journal here'' on several different tiddlers, the title of each of those tiddlers will form part of the name of the resulting journal entries.
This example shows how to create a sub-story within a tiddler that is independent of the main story.
Here's the code:
```
<$navigator story="MySubStoryList" history="MySubHistoryList">
Click this link to get started: HelloThere
<$list filter="[list[MySubStoryList]]" history="MySubHistoryList">
<div>
! <$button message="tm-close-tiddler" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> <$view field="title"/>
<$transclude/>
</div>
</$list>
</$navigator>
```
Note how you can open the HelloThere tiddler in the substory by clicking on the link below. Links within the substory open within the substory, and not in the main story.
<$navigator story="MySubStoryList" history="MySubHistoryList">
Click this link to get started: HelloThere
<$list filter="[list[MySubStoryList]]" history="MySubHistoryList">
<div>
! <$button message="tm-close-tiddler" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> <$view field="title"/>
<$transclude/>
</div>
</$list>
</$navigator>
The <<.def csvtiddlers>> [[macro|Macros]] returns the fields of a [[selection of tiddlers|Title Selection]] in [[CSV|Comma-Separated Values]] form, with one record (row) per tiddler.
An example can be seen in the [[template tiddler for CSV exports|$:/core/templates/exporters/CsvFile]].
!! Parameters
;filter
: A [[filter|Filters]] selecting which tiddlers to include
;format
: Reserved for future extension. Should be set to `quoted-comma-sep`
The <<.def "current tiddler">> provides the context in which several aspects of WikiText are interpreted.
For example, `{{!!title}}` denotes the value of the <<.field title>> field of whatever the current tiddler happens to be. This technique can be used to create general-purpose [[template tiddlers|TemplateTiddlers]].
The title of the current tiddler can always be found in the <<.vlink currentTiddler>> variable.
The two most common ways in which the current tiddler is changed are:
* the <<.wlink TiddlerWidget>> widget
* the <<.wlink ListWidget>> widget (when its <<.attr variable>> attribute is not overridden)
The current tiddler is therefore often <<.em not>> the same as the [[tiddler that is being viewed or edited|storyTiddler Variable]].
The <<.def currentTiddler>> [[variable|Variables]] contains the title of the [[current tiddler|Current Tiddler]].
Several aspects of WikiText use this tiddler as their context. As a result, within a <<.wlink ListWidget>> widget or a [[template tiddler|TemplateTiddlers]], there is often no need to explicitly specify a tiddler title.
Compare <<.vlink storyTiddler>>.
<<.variable-examples "currentTiddler">>
The following two examples have the same meaning:
<$macrocall $name=".example" n="1" eg="""<$view field=title/>"""/>
<$macrocall $name=".example" n="2" eg="""<$view tiddler=<<currentTiddler>> field=title/>"""/>
This next example shows how the <<.wlink ListWidget>> widget changes the current tiddler:
<$macrocall $name=".example" n="3"
eg="""<ol>
<$list filter="[prefix[J]]">
<li><<currentTiddler>></li>
</$list>
</ol>"""/>
Information about customising TiddlyWiki
<<list-links "[tag[Customise TiddlyWiki]]">>
By default, the results for the sidebar search box are displayed as a simple list of tiddler titles. The search results can be customised by adding plugin visualisations that show the search results in different ways. (Tabs are shown automatically if an additional search result visualisation is detected).
Search result visualisations are stored in tiddlers tagged [[$:/tags/SearchResults]]. The default search result listing is implemented in the system tiddler [[$:/core/ui/DefaultSearchResultList]].
To create a new search result visualisation:
# Create a new tiddler tagged [[$:/tags/SearchResults]]
# Use the widget variable ''searchTiddler'' to access the title of the tiddler containing the current search term
If you'd like the new visualisation to be the default, create a tiddler called [[$:/config/SearchResults/Default]] containing the title of the tiddler containing the search visualisation that you want to display by default.
Here is an example of an alternative visualisation that displays results in reverse chronological order:
```
\define searchResults()
<$set name="resultCount" value="""<$count filter="[!is[system]search{$(searchTiddler)$}]"/>""">
{{$:/language/Search/Matches}}
</$set>
<<timeline subfilter:"!is[system]search{$(searchTiddler)$}">>
\end
<<searchResults>>
```
The D3 plugin integrates the D3 visualisation library with TiddlyWiki.
See http://tiddlywiki.com/plugins/tiddlywiki/d3/
You can create an n-dash with a double hyphen `--` and an m-dash with a triple hyphen `---`. For example -- this is an example --- and so is this
A <<.dlink-ex "data URI" "http://en.wikipedia.org/wiki/Data_URI_scheme">> is a way of storing data (such as an image) in a way that is compatible with the addresses used by web pages and [[stylesheets|Cascading Style Sheets]] to access external resources.
The <<.mlink datauri>> macro can be used to generate data URIs within ~TiddlyWiki.
A data tiddler is a miniature database contained within a tiddler.
There are two standard formats:
* DictionaryTiddlers
* [[JSONTiddlers]]
Other formats of tiddler can also be parsed to yield blocks of data that behave like data tiddlers.
Use a TextReference to look up a value by its name. For example, if a [[DictionaryTiddler|DictionaryTiddlers]] called `MonthDays` contains:
```
oct:31
nov:30
dec:31
```
... then `{{MonthDays##nov}}` will resolve to the value `30`.
The same is true if `MonthDays` is a [[JSONTiddler|JSONTiddlers]] with the following content:
```
{"oct":31,"nov":30,"dec":31}
```
Note: //It is currently only possible to retrieve data from the immediate properties of the root object of a JSONTiddler.//
The <<.def datauri>> [[macro|Macros]] returns a [[data URI|Data URI]] for the content of a tiddler.
It is often used in [[stylesheet|Cascading Style Sheets]] tiddlers to reference things like inline images and fonts:
> `background: url(<<datauri "Motovun Jack.jpg">>);`
The data URI is automatically [[base64|Base64]]-encoded in the case of a non-text tiddler.
!! Parameters
;title
: The title of a tiddler, such as an image
<<.macro-examples "datauri">>
<$macrocall $name=".example" n="2"
eg="""<style>
.jack {
background: url(<$macrocall $name="datauri" title="Motovun Jack.jpg" $output="text/plain"/>);
height: 300px;
}
</style>
<div class="jack"/>"""/>
The example has to invoke <<.var datauri>> through the <<.wid macrocall>> widget. It needs to prevent the macro's output from being parsed as WikiText, as that would transform the data URI into a <<.wlink LinkWidget>> widget and break the example. If the example was in a CSS tiddler, you could simply write:
> `background: url(<<datauri "Motovun Jack.jpg">>);`
Certain [[fields|TiddlerFields]] of a tiddler are used to store dates and times.
The two standard date fields are <<.field created>> and <<.field modified>>.
Values of date fields are 17-character strings:
* 4 digits for the year
* 2 digits for the month
* 2 digits for the day
* 2 digits for the hour
* 2 digits for the minute
* 2 digits for the second
* 3 digits for the millisecond
To avoid problems arising from differences of time zone, TiddlyWiki always uses [[UTC|http://en.wikipedia.org/wiki/Coordinated_Universal_Time]].
As an example, the <<.field created>> field of this tiddler has the value <<.value """<$view field="created"/>""">>.
Dates can be [[converted to other formats|DateFormat]] for display:
<$macrocall $name="wikitext-example-without-html"
src="""<$view field="created" format="date" template="DDD DDth MMM YYYY"/>""">
The ViewWidget accepts a `template` attribute that allows the format of date values to be specified. The format string is processed with the following substitutions:
|!Token |!Substituted Value |
|`DDD` |Day of week in full (eg, "Monday") |
|`ddd` |Short day of week (eg, "Mon") |
|`DD` |Day of month |
|`0DD` |Adds a leading zero |
|`DDth` |Adds a suffix |
|`WW` |ISO-8601 week number of year |
|`0WW` |Adds a leading zero |
|`MMM` |Month in full (eg, "July") |
|`mmm` |Short month (eg, "Jul") |
|`MM` |Month number |
|`0MM` |Adds leading zero |
|`YYYY` |Full year |
|`YY` |Two digit year |
|`wYYYY` |Full year with respect to week number |
|`wYY` |Two digit year with respect to week number |
|`hh` |Hours |
|`0hh` |Adds a leading zero |
|`hh12` |Hours in 12 hour clock |
|`0hh12` |Hours in 12 hour clock with leading zero |
|`mm` |Minutes |
|`0mm` |Minutes with leading zero |
|`ss` |Seconds |
|`0ss` |Seconds with leading zero |
|`am` or `pm` |Lower case AM/PM indicator |
|`AM` or `PM` |Upper case AM/PM indicator |
|`TZD` |Timezone offset |
|`\x` |Used to escape a character that would otherwise have special meaning |
Note that other text is passed through unchanged, allowing commas, colons or other separators to be used.
! Examples
|!Template |!Output |
|`DDth MMM YYYY` |16th February 2011 |
|`DDth MMM \M\M\M YYYY` |16th February MMM 2011 |
|`DDth mmm hh:mm:ss` |16th Feb 2011 11:38:42 |
<<.this-is-operator-example>>
It has a <<.field list>> field containing the following items:
<<list-links "[list[]]">>
These are definitions of technical words and phrases used in this documentation. (As distinct from the [[Concepts]] that make up TiddlyWiki itself).
<<list-links "[tag[Definitions]]">>
HTML definition lists are created with this syntax:
<<wikitext-example src:"; Term being defined
: Definition of that term
; Another term
: Another definition
">>
Die deutsche Übersetzung von TiddlyWiki ist verfügbar unter:
* ''Dokumentation'': http://tiddlywiki.com/languages/de-DE/index.html
* ''Leer'': http://tiddlywiki.com/languages/de-DE/empty.html
Siehe auch: [[Deutsch (Österreich) Edition]].
Die österreichische Übersetzung von TiddlyWiki ist verfügbar unter:
* ''Dokumentation'': http://tiddlywiki.com/languages/de-AT/index.html
* ''Leer'': http://tiddlywiki.com/languages/de-AT/empty.html
Siehe auch: [[Deutsch (Deutschland) Edition]].
There are several resources for developers to learn more about TiddlyWiki and to discuss and contribute to its development.
* [[tiddlywiki.com/dev|http://tiddlywiki.com/dev]] is the official developer documentation
* [[TiddlyWikiDev group|http://groups.google.com/group/TiddlyWikiDev]] for discussions about TiddlyWiki development
* https://github.com/Jermolene/TiddlyWiki5 for the source code and development activity
A dictionary tiddler is a [[data tiddler|DataTiddlers]] containing a simple list of name/value pairs.
Its [[ContentType]] is `application/x-tiddler-dictionary`.
The `text` field consists of one or more lines of the form <code>//name//: //value//</code>.
[[ColourPalettes]], such as the [[default Vanilla palette|$:/palettes/Vanilla]], are dictionary tiddlers.
You've never seen //anything// like ~TiddlyWiki. ~TiddlyWiki is:
:: a tool,
:: a toolbox,
:: a community,
:: and a philosophy.
! ~TiddlyWiki is a Tool
''~TiddlyWiki is first and foremost a tool:'' it is a free downloadable tool for capturing and organising content from the web, from your documents or from your brain. Its a tool for note-taking, bookmarking, pinning, writing, managing to-do lists and projects, collaborating, blogging, and publishing.
In ~TiddlyWiki you create or paste content into notes called tiddlers, then connect your tiddlers with hyperlinks and tags. You can then quickly retrieve your notes through features such as tag pills, sidebar tabs, and ~TiddlyWiki's lightning fast search window. You can even dynamically include one tiddler's content inside another - similar to using building blocks - to create articles, lists, presentations and more.
! ~TiddlyWiki is a Toolbox
In addition to being a versatile tool, ''~TiddlyWiki is also a toolbox.''
Where other note-taking products hook you with the basic program then charge you for the really helpful features, ~TiddlyWiki has an ever-expanding collection of completely free visual themes, colour palettes, plugins, widgets and macros, which you can then mix and match so that you can tweak and tailor your ~TiddlyWiki to get it just the way you want it.
! ~TiddlyWiki is also a Community
We are a [[community|Community]] of users and developers who help each other imagine new ways of thinking and organising and create new solutions, so that ~TiddlyWiki is continually adapting to better serve your needs. ~TiddlyWiki users and developers share questions and advice at a ~TiddlyWiki Google group. They also create tutorials, adaptations, and plugins to enhance your ~TiddlyWiki experience. See the section ''Community'' of the TableOfContents for more details.
! Finally, ~TiddlyWiki is a philosophy
The purpose of taking and organising a note (or recording any kind of content) is to be able to retrieve it later. If you can't find your notes in your note-taking system, your note-taking becomes a colossal waste of time.
The [[TiddlyWiki philosophy|Philosophy of Tiddlers]] is that the best way to take notes is to separate them into tiddlers, the smallest semantic units possible. A tiddler might be an image, a webpage link, a concept, the definition of a term, or a specific customisation such as a macro.
These tiddlers can then be woven together to create longer units: stories, articles, lists, image galleries, and much more. ~TiddlyWiki's features such as tagging, hyperlinking, and filters are specially designed to help you relate and connect tiddlers together in multiple ways, facilitating your future retrieval of your notes and even helping you see unexpected relationships among your tiddlers and the information they contain.
The <<.dlink-ex DOM "http://en.wikipedia.org/wiki/Document_Object_Model">> of a web page is a tree-shaped model of its content, maintained internally by the web browser as the user interacts with that content. Each point in the tree is called a <<.def node>>.
When ~TiddlyWiki is running in a web browser, its [[widgets|Widgets]] are rendered into DOM nodes for display.
When ~TiddlyWiki is running on [[Node.js|TiddlyWiki on Node.js]], it uses a fake DOM to simulate the behaviour of a browser.
The following macros are used throughout ~TiddlyWiki's documentation. Their names start with a dot to keep them out of the way of names that a user might try experimenting with.
!General
|!Macro |!Used for |!Example |
|.def |the defining instance of a term |<<.def widget>> |
|.em |minor emphasis within a sentence |<<.em not>> |
|.place |a placeholder for the user to fill in |<<.place tagname>> |
|.strong |major emphasis within a tiddler |<<.strong Important!>> |
|.word |a mention of an ordinary word or phrase |<<.word "hello world">> |
!Advice
|!Macro |!Used for |!Example |
|^.tip |^hints and tips |<<.tip "Turn your screen on, otherwise<br>you won't be able to see much.">> |
|^.warning |^warning advice |<<.warning "Make a backup of your file<br>before you upgrade.">> |
!Blocks
|!Macro |!Used for |
|.preamble |an introductory sentence that stands apart from the rest of the tiddler |
!Tiddlers and fields
|!Macro |!Used for |!Example |
|.tid |a tiddler title |<<.tid Example>> |
|.tag |a tag |<<.tag Example>> |
|.field |a field name |<<.field example>> |
|.value |a field value |<<.value "example value">> |
|.op |a filter operator |<<.op backlinks>> |
|.var |a variable or macro name |<<.var currentTiddler>> |
|.wid |a widget name |<<.wid list>> |
|.attr |an attribute name |<<.attr filter>> |
|.param |a macro parameter name |<<.param text>> |
!Links
|!Macro |!Used for |!Example |
|.link |a link containing WikiText |<<.link "^^an^^ ~~example~~" Example>> |
|.clink |a code link |<<.clink `<$list>` ListWidget>> |
|.dlink |a link on a defining instance of a term |<<.dlink widget Widgets>> |
|.dlink-ex |an external link on a defining instance of a term |<<.dlink-ex Example "http://example.com/">> |
|.flink |a link to a field |<<.flink ListField>> |
|.mlink |a link to a macro |<<.mlink qualify>> |
|.mlink2 |a link to a macro, with specified target |<<.mlink2 foo "Examples of Macros">> |
|.olink |a link to an operator |<<.olink prefix>> |
|.olink2 |a link to an operator, with specified target |<<.olink2 foo prefix>> |
|.vlink |a link to a variable |<<.vlink currentTiddler>> |
|.vlink2 |a link to a variable, with specified target |<<.vlink2 foo "Examples of Variables">> |
|.wlink |a link to a widget |<<.wlink ButtonWidget>> |
|.wlink2 |a link to a widget, with specified text |<<.wlink2 foo ButtonWidget>> |
!User interface
|!Macro |!Used for |!Example |
|.key |a key on the keyboard |<<.key Escape>> |
|.keycombo |a key combination |<<.keycombo Ctrl Enter>> |
!Tabs
|!Macro |!Used for |!Example |
|.sidebar-tab |the name of a sidebar tab |<<.sidebar-tab More>> |
|.more-tab |the name of a subtab of the More tab |<<.more-tab Shadows>> |
|.info-tab |the name of a tiddler info tab |<<.info-tab Fields>> |
|.controlpanel-tab |the name of a Control Panel tab |<<.controlpanel-tab Settings>> |
|.advancedsearch-tab |the name of an Advanced Search tab |<<.advancedsearch-tab Filter>> |
|.toc-tab |name of the tw5.com TOC tab |<<.toc-tab>> |
|.example-tab |an example tab name |<<.example-tab "Notes">> |
!!Parameters for .sidebar-tab
|Open |<<.sidebar-tab Open>> |
|Recent |<<.sidebar-tab Recent>> |
|Tools |<<.sidebar-tab Tools>> |
|More |<<.sidebar-tab More>> |
!!Parameters for .more-tab
|All |<<.more-tab All>> |
|Recent |<<.more-tab Recent>> |
|Tags |<<.more-tab Tags>> |
|Missing |<<.more-tab Missing>> |
|Drafts |<<.more-tab Drafts>> |
|Orphans |<<.more-tab Orphans>> |
|Types |<<.more-tab Types>> |
|System |<<.more-tab System>> |
|Shadows |<<.more-tab Shadows>> |
!!Parameters for .info-tab
|Tools |<<.info-tab Tools>> |
|References |<<.info-tab References>> |
|Tagging |<<.info-tab Tagging>> |
|List |<<.info-tab List>> |
|Listed |<<.info-tab Listed>> |
|Fields |<<.info-tab Fields>> |
|Advanced |<<.info-tab Advanced>> |
!!Parameters for .controlpanel-tab
|Info |<<.controlpanel-tab Info>> |
|Appearance |<<.controlpanel-tab Appearance>> |
|Settings |<<.controlpanel-tab Settings>> |
|Saving |<<.controlpanel-tab Saving>> |
|Plugins |<<.controlpanel-tab Plugins>> |
!!Parameters for .advancedsearch-tab
|Standard |<<.advancedsearch-tab Standard>> |
|System |<<.advancedsearch-tab System>> |
|Shadows |<<.advancedsearch-tab Shadows>> |
|Filter |<<.advancedsearch-tab Filter>> |
!Buttons
|!Macro |!Used for |!Example |
|.button |a standard button name and icon |<<.button "new-tiddler">> |
!!Parameters for .button
!!!Tiddler toolbar
|clone |<<.button "clone">> |
|close |<<.button "close">> |
|close-others |<<.button "close-others">> |
|edit |<<.button "edit">> |
|export-tiddler |<<.button "export-tiddler">> |
|info |<<.button "info">> |
|more-tiddler-actions |<<.button "more-tiddler-actions">> |
|new-here |<<.button "new-here">> |
|new-journal-here |<<.button "new-journal-here">> |
|permalink |<<.button "permalink">> |
!!!Edit-mode toolbar
|cancel |<<.button "cancel">> |
|delete |<<.button "delete">> |
|save |<<.button "save">> |
!!!Page toolbar
|advanced-search |<<.button "advanced-search">> |
|close-all |<<.button "close-all">> |
|control-panel |<<.button "control-panel">> |
|encryption |<<.button "encryption">> |
|export-page |<<.button "export-page">> |
|full-screen |<<.button "full-screen">> |
|home |<<.button "home">> |
|import |<<.button "import">> |
|language |<<.button "language">> |
|more-page-actions |<<.button "more-page-actions">> |
|new-journal |<<.button "new-journal">> |
|new-tiddler |<<.button "new-tiddler">> |
|permaview |<<.button "permaview">> |
|refresh |<<.button "refresh">> |
|save-wiki |<<.button "save-wiki">> |
|storyview |<<.button "storyview">> |
|tag-manager |<<.button "tag-manager">> |
|theme |<<.button "theme">> |
The documentation for ~TiddlyWiki tries to follow a consistent editorial style. It has two main areas, each with its own tone and audience:
* [[Instruction Tiddlers]]
* [[Reference Tiddlers]]
We keep the two areas distinct. This avoids overwhelming relative newcomers, while still providing quick access to the information that expert users need.
Additional topics:
* [[Tiddler Title Policy]]
* [[Tiddler Structure]]
* [[Spelling]]
* [[Typography]]
* [[Documentation Macros]]
* [[Technical Prose Style]]
[[Filters]] manipulate [[sets of titles|Title Selection]] in which no title may appear more than once. Furthermore, they often need to append one such set to another.
This is done in such a way that, if a title would be duplicated, the earlier copy of that title is discarded. The titles being appended are dominant.
For example, if a selection contains `Andrew Becky Clara Daniel` and `Andrew Barney Clara Daisy` is then appended to it, the result is `Becky Daniel Andrew Barney Clara Daisy`.
Tiddlers that have a `draft.of` field are treated as pending drafts of the tiddler specified in the field. Draft tiddlers should also have a `draft.title` field that specifies the title that will be given to the tiddler when it is saved.
Several features work in concert to give the desired behaviour for draft tiddlers:
* The ListWidget can optionally render draft tiddlers through a different template
* The NavigatorWidget incorporates handlers for the following events:
** `tm-new-tiddler` for creating a new tiddler in draft mode
** `tm-edit-tiddler` for moving a tiddler into edit mode
** `tm-cancel-tiddler` for cancelling a tiddler out of edit mode
** `tm-save-tiddler` for saving a draft tiddler
* Draft tiddlers are automatically excluded from search operations
! Introduction
The dropzone widget creates an area into which the user can drag files and other objects. It also supports pasting via the clipboard, although browser support is currently limited.
It sends a [[WidgetMessage: tm-import-tiddlers]] carrying a JSON representation of the tiddlers to be imported up through its parents. This message usually trapped by the NavigatorWidget which adds the tiddlers to the store and updates the story to display them.
! Content and Attributes
The dropzone widget has no attributes, and displays any contained content within the dropzone.
! Display
The dropzone widget creates an HTML `<div class="tc-dropzone">` to contain its content. During a drag operation the class `tc-dragover` is added. CSS is used to provide user feedback.
! Data types supported
The following data transfer types are supported:
* ''text/vnd.tiddler'' - a list of tiddlers in JSON format (this format is generated by the LinkWidget)
* ''text/plain'' - plain text
* ''text/uri-list'' - a list of URIs as a single tiddler
The <<.def dumpvariables>> [[macro|Macros]] returns a table showing the values of all [[variables|Variables]] and [[macros|Macros]] that exist at that position in the [[widget tree|Widgets]].
It is useful for debugging and exploring ~TiddlyWiki's internals.
Placeholders are replaced with values in the normal way, but using the default values for all macro parameters.
!! Parameters
(none)
<<.macro-examples "dumpvariables">>
<$macrocall $name=".example" n="1"
eg="""<$set name="EXAMPLE" value="123.$(EXAMPLE2)$.789">
<$set name="EXAMPLE2" value="456">
<<dumpvariables>>
</$set>
</$set>"""/>
Each input title is processed in turn. The value of field <<.place F>> in the corresponding tiddler is examined.
;each
:As long as the field's value has not been encountered before, the title is appended to the output.
;each:list
:The value is treated as a [[title list|Title List]]. Each title in the list considered in turn. If it has not been encountered before, it is appended to the output.
If a tiddler doesn't contain field <<.place F>>, it is treated as if the field's value was empty.
<<.operator-examples "each">>
<<.operator-example 1 "[each[color]]">>
<<.operator-example 2 "[sort[title]each[type]]" "the alphabetically first tiddler of each type">>
For an example of using the <<.op each>> operator to generate a two-tier list of groups and members, see [[GroupedLists]].
Each input title is processed in turn. The value of field <<.place F>> in the corresponding tiddler is examined, and as long as this indicates a date that has not been encountered before, the title is appended to the output.
If a tiddler doesn't contain field <<.place F>>, it contributes nothing to the output.
<<.operator-examples "eachday">>
<<.operator-example 1 "[eachday[created]]" "the first tiddler created on each day">>
For an example of using the <<.op eachday>> operator to generate a two-tier list of groups and members, see [[GroupedLists]].
! Introduction
The edit bitmap widget provides a user interface in the browser for editing bitmap tiddlers. It is currently a primitive proof-of-concept, supporting resizing and painting with a single color and line width.
! Content and Attributes
The content of the `<$edit-bitmap>` widget is ignored.
|!Attribute |!Description |
|tiddler |The tiddler to edit (defaults to the [[current tiddler|Current Tiddler]]) |
! Configuration
The edit bitmap widget can be configured with these system tiddlers:
* [[$:/config/BitmapEditor/LineWidth]] determines the line width: <$edit-text tiddler="$:/config/BitmapEditor/LineWidth" tag="input"/>
* [[$:/config/BitmapEditor/Colour]] determines the line color: <$edit-text tiddler="$:/config/BitmapEditor/Colour" tag="input" type="color"/>
Michael Fogleman has written an [[Emacs|http://www.gnu.org/software/emacs/]] major mode called [[tid-mode|https://github.com/mwfogleman/tid-mode]], which is for editing TiddlyWiki .tid files. It is derived from text-mode, uses the useful minor modes org-struct and subword, and updates the modified times when you save a .tid file.
He also wrote two helper functions for using TiddlyWiki in Emacs. The first opens a tiddlers directory in Dired; the second opens TiddlyWiki in the browser.
```
(defun open-wiki ()
"Opens a TiddlyWiki directory in Dired."
(interactive)
(dired "~/Dropbox/wiki/tiddlers/"))
```
```
(defun browse-wiki ()
"Opens TiddlyWiki in the browser."
(interactive)
(browse-url "127.0.0.1:8080/"))
```
This latter function may require specifying a browser:
```
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "chromium")
```
You can bind either of these functions with the global-set-key function:
```
(global-set-key (kbd "C-c w") 'open-wiki)
```
At the moment, these are not integrated into tid-mode.
Each input title is processed in turn, ignoring any that is not the name of a ~TiddlyWiki edition.
<<.node-only-operator>>
TiddlyWiki is distributed in several different editions that are tuned for specific purposes. Each one consists of the same TiddlyWiki core components along with the required plugins, documentation and sample content.
You can mix and match the components of these editions, to make a unique solution to your particular application.
<<list-links "[tag[Editions]]">>
{{$:/language/Help/editions}}
! Introduction
The edit text widget provides a user interface in the browser for editing text tiddler fields. The editing element is dynamically bound to the underlying tiddler value: changes to the tiddler are instantly reflected, and any edits are instantly propogated.
By default, the edit text widget generates a `<textarea>` as the HTML editing element when the `text` field is edited, and a `<input type="text">` element otherwise. This behaviour can be overridden with the `tag` and `type` attributes.
! Content and Attributes
The content of the `<$edit-text>` widget is ignored.
|!Attribute |!Description |
|tiddler |The tiddler to edit (defaults to the [[current tiddler|Current Tiddler]]) |
|field |The field to edit (defaults to `text`). Takes precedence over the `index` attribute |
|index |The index to edit |
|default |The default text to be provided when the target tiddler doesn't exist |
|class |A CSS class to be assigned to the generated HTML editing element |
|placeholder |Placeholder text to be displayed when the edit field is empty |
|focusPopup |Title of a state tiddler for a popup that is displayed when the editing element has focus |
|focus |Set to "true" to automatically focus the editor after creation |
|tag |Overrides the generated HTML editing element tag. Use `textarea` for a multi-line editor |
|type |Overrides the generated HTML editing element `type` attribute |
|size |The size of the input field (in characters) |
|autoHeight |Either "yes" or "no" to specify whether to automatically resize `textarea` editors to fit their content (defaults to "yes") |
|minHeight |Minimum height for automatically resized `textarea` editors, specified in CSS length units such as "px", "em" or "%" |
! Notes
One trap to be aware of is that the edit text widget //cannot be used// to edit a field of the tiddler that contains it. Each keypress results in the tiddler being re-rendered, which loses the cursor position within the text field.
Instead, place the edit text widget in a [[template|TemplateTiddlers]] that references the tiddler you want to modify.
For example, if you wanted the tiddler GettingStarted to edit the value of the "myconfig" field of the tiddler "AppSettings", you might do so by creating a separate tiddler "ChangeAppSettings" that contains the following:
```
<$edit-text tiddler="AppSettings" field="myconfig"/>
```
And reference the template in any other tiddler (e.g. GettingStarted) with `{{ChangeAppSettings}}`.
This works when your use of the tiddler //is not// the AppSettings itself which would cause a recursion problem. In this latter case you have to save the fields to a temporary (or alternative) tiddler (sort of the reverse of above) like so:
```
<$edit-text tiddler="StoreAppSettings" field="myconfig"/>
```
In short the EditTextWidget //can not// change properties of the tiddler it is embedded in or part of. It can only change fields of //other// tiddlers. One could use ShadowTiddlers to accomplish the field storage if needed.
! Introduction
The edit widget provides a general purpose interface for editing a tiddler. It dynamically chooses the appropriate widget depending on the type of the tiddler (currently either the EditTextWidget or the EditBitmapWidget).
! Content and Attributes
The content of the `<$edit>` widget is ignored.
|!Attribute |!Description |
|tiddler |The tiddler to edit (defaults to the [[current tiddler|Current Tiddler]]) |
|field |The field to edit (defaults to `text`). Takes precedence over the `index` attribute |
|index |The index to edit |
|class |A CSS class to be added the generated editing widget |
The "empty" edition of TiddlyWiki is a vanilla distribution, with no additional plugins or configuration beyond the core code.
The empty edition can be downloaded from:
http://tiddlywiki.com/empty.html
When used as a single HTML file, TiddlyWiki5 allows content to be encrypted using the [[Stanford JavaScript Crypto Library]].
# Switch to the ''Tools'' tab in the sidebar and look for the button with a padlock icon
# If the button is labelled "set password" then the current wiki is not encrypted. Clicking the button will prompt for a password that will be used to encrypt subsequent saves
# If the button is labelled "clear password" then the current wiki is already encrypted. Clicking the button will remove the password so that subsequent saves will be unencrypted
# Optionally, open the saved file in a text editor and verify that your data is encrypted
# Open the file in your browser. You will be prompted for a password before the content is displayed
Note that TiddlyWiki has two other unrelated features concerned with passwords/encryption:
* The ability to set a password when saving to TiddlySpot. This is done in the "Saving" tab of control panel
* The ability to use standard HTTP basic authentication with the [[Node.js|TiddlyWiki on Node.js]] server configuration. This is done on the command line with the ServerCommand. Combined with SSL, this gives the same level of transit encryption as you'd get with online services like Google or Dropbox, but there is no encryption of data on disk
TiddlyWiki5 allows the entire content of a TiddlyWiki HTML file to be encrypted with the Stanford JavaScript Crypto Library. Opening an encrypted TiddlyWiki in the browser prompts for a password before decrypting and displaying the content.
For instructions on how to use TiddlyWiki5's encryption features, see [[Encryption]].
The EncryptionMechanism is implemented with the following elements:
* A PasswordVault within the BootMechanism that holds the current encryption password
* The ability of the BootMechanism to read a block of encrypted tiddlers from the TiddlyWiki file, to prompt the user for a password, and to decrypt the tiddlers
* Handlers for the messages [[WidgetMessage: tm-set-password]] and [[WidgetMessage: tm-clear-password]] that handle the user interface for password changes
* The EncryptWidget within the main file template that encrypts a filtered list of tiddlers with the currently held password
* The [[$:/isEncrypted]] tiddler that contains "yes" or "no" according to whether there is a password in the password vault
** The availability of this tiddler allows the RevealWidget to be used to selectively display user interface elements according to whether encryption is in force
! Introduction
The encrypt widget renders a filtered list of tiddlers to an encrypted block with the password currently held in the PasswordVault. The encrypted block can subsequently be decrypted by the TiddlyWiki5 BootMechanism. See the EncryptionMechanism for more details.
! Content and Attributes
The content of the `<$encrypt>` widget is ignored.
|!Attribute |!Description |
|filter |Filter defining the tiddlers to be included in the encrypted block. If not specified then all non-system tiddlers are used |
[[TiddlyWiki on Node.js]] supports the following OS environment variables for specifying a colon-delimited list of paths to search for plugins and editions:
* `TIDDLYWIKI_PLUGIN_PATH` - Search path for ordinary plugins
* `TIDDLYWIKI_THEME_PATH` - Search path for themes
* `TIDDLYWIKI_LANGUAGE_PATH` - Search path for languages
* `TIDDLYWIKI_EDITION_PATH` - Search path for editions (used by the InitCommand)
The additional paths should each point to folders structured like the equivalent directories in the TiddlyWiki5 GitHub repository: the plugin, theme and language directories contain `publisher/pluginname/<files>` while the edition directories contain `editionname/<files>`
For example:
```
TIDDLYWIKI_PLUGIN_PATH=~/MyPluginStore
tiddlywiki mywiki --build index
```
I collect my tw5 creations on-line as http://eucaly-tw5.tiddlyspot.com/
Available Plugins :
*TitleMe - Return in-place tiddler title, to link / show / edit the source tiddler
*QuickJump - Quick jump to tiddlers in story list
*FlexWidth - Flexibly tweak sidebar width for TiddlyWiki 5 (Inspired by TW5 tristate Sidebar)
*MatchFilter - returns matching text instead of a list of the tiddlers from FieldFilter
*PopupTagger - TagBar / TagTable with popup list of tags (Inspired by MonkeyTaggerMacro for TiddlyWiki classic)
This tiddler exists to demonstrate the <<.mlink tag>> macro.
<$macrocall $name=".example" n="1"
eg="""<div class="tc-table-of-contents">
<<toc-expandable "Contents">>
</div>"""/>
<$macrocall $name=".example" n="1"
eg="""<div class="tc-table-of-contents">
<<toc-selective-expandable "Contents">>
</div>"""/>
<$macrocall $name=".example" n="1"
eg="""<div class="tc-table-of-contents">
<<toc "Contents">>
</div>"""/>
<$macrocall $name=".example" n="1"
eg="""<div class="tc-table-of-contents">
<<toc-expandable "Contents" "sort[title]">>
</div>"""/>
<$macrocall
$name="toc-tabbed-external-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
/>
```
<$macrocall
$name="toc-tabbed-external-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
/>
```
<$macrocall
$name="toc-tabbed-internal-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
/>
```
<$macrocall
$name="toc-tabbed-internal-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
/>
```
This collection showcases inspiring and interesting examples of TiddlyWiki being used in the wild.
Submit new entries to this collection via GitHub, Twitter or by posting in the [[TiddlyWiki Groups|Forums]].
<div class="tc-link-info">
<$list filter="[tag[Examples]!sort[modified]]">
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
External images in TiddlyWiki are tiddlers that point to the URI of an image, rather than embedding the full image data. They can perform better than embedded images, particularly with large numbers or sizes of images. However, using them breaks the single file pattern of TiddlyWiki.
External images are used in the browser. They can be created by the Node.js configuration when it builds a TiddlyWiki, or they can be created manually within the browser.
! What is an External Image
An external image is an ordinary image tiddler that has a ''_canonical_uri'' field containing the URI of the image. The URI can be absolute or relative to the HTML document. If the canonical URI is provided then the ''text'' field of the tiddler is ignored and so should be omitted.
! Manually Creating External Images
To manually create an external image just create the tiddler with the appropriate image content type, and add a ''_canonical_uri'' field with a URI pointing to the actual image location.
''IMPORTANT:'' Double-check your spelling. ``_canonical_uri`` is spelled [[URI|https://en.wikipedia.org/wiki/URI#The_relationship_between_URIs.2C_URLs.2C_and_URNs]], not URL.
! Creating external images under Node.js
The following steps are used to create a static HTML file version of a wiki accompanied by an ''images'' folder containing the referenced external images:
# Create image tiddlers in your TiddlyWikiFolders in the usual way
# Save the images as separate files (by convention, in a subfolder named ''images'')
# Externalise the image tiddlers by giving them a ''_canonical_uri'' field
# Save the main HTML file
Note the image files must be saved before they are externalised. Externalising them destroys the ''text'' field within the in-memory copy of the wiki store, meaning that attempts to save them will fail.
For an example see the ''externalimages'' build target of the demo ''tw5.com'' wiki:
```
--savetiddlers [is[image]] images
--setfield [is[image]] _canonical_uri $:/core/templates/canonical-uri-external-image text/plain
--setfield [is[image]] text "" text/plain
--rendertiddler $:/core/save/all externalimages.html text/plain
```
!! Saving Separate Image Files
The following `--savetiddlers` command can be used to save the images of a wiki into an ''images'' subfolder:
```
--savetiddlers [is[image]] images
```
!! Externalising Image Tiddlers
Two `--setfield` commands are used: the first sets the ''_canonical_uri'' field to a URI derived from the title of the tiddler, and the second clears the text field.
```
--setfield [is[image]] _canonical_uri $:/core/templates/canonical-uri-external-image text/plain
--setfield [is[image]] text "" text/plain
```
The template tiddler [[$:/core/templates/canonical-uri-external-image]] contains:
<pre>
<$view tiddler="$:/core/templates/canonical-uri-external-image" field="text" format="text"/>
</pre>
Note that these operations modify the tiddlers in the wiki store and so may affect the operation of subsequent commands.
! Using External Images
You can't edit an external image directly in the browser except by changing the URI field to point to a different image.
\define alert-demo()
<$fieldmangler tiddler="SampleAlert"><$set name="currentTiddler" value="SampleAlert"><$button message="tm-add-tag" param="$:/tags/Alert">alerts</$button></$set></$fieldmangler>
\end
Further information about specific TiddlyWiki features:
<<list-links "[tag[Features]]">>
----
* Familiar user interface elements like <<alert-demo>>, <$button message="tm-modal" param="SampleWizard">wizards</$button> and <$button message="tm-notify" param="SampleNotification">notifications</$button>
* Try out the <$button message="tm-full-screen">full screen support</$button>
* Explore the [[D3.js visualisation plugin|http://tiddlywiki.com/plugins/tiddlywiki/d3/index.html]]
* [[CodeMirror support via a plugin|http://tiddlywiki.com/plugins/tiddlywiki/codemirror/index.html]]
* [[Markdown support via a plugin|http://tiddlywiki.com/plugins/tiddlywiki/markdown/index.html]]
* [[Classic TiddlyWiki markup support via a plugin|http://tiddlywiki.com/plugins/tiddlywiki/tw2parser/index.html]]
* Last but not least, TiddlyWiki is a rare example of a practical [[quine|Quine]]
Federatial Limited is a software consultancy founded by JeremyRuston specializing in understanding the impact of the web on the way that we work together.
See http://federatial.com/ and http://twitter.com/federatial for more information.
If <<.place S>> is empty, <<.op field>> will match both of the following:
* tiddlers that don't contain field <<.place F>>
* tiddlers in which field <<.place F>> exists but has an empty value
The syntax of a [[filter step|Filter Step]] treats any unrecognised [[filter operator|Filter Operators]] as if it was the suffix to the <<.op field>> operator. See the <<.operator-examples "field" "examples">>.
<<.operator-examples "field">>
<<.operator-example 1 "[field:author[JeremyRuston]]" "plugins authored by JeremyRuston">>
<<.operator-example 2 "[plugin-type[theme]author[JeremyRuston]]" "themes authored by JeremyRuston">>
<$macrocall $name=".example" n="1"
eg="""
<$fieldmangler>
Add tag ''example'' to this tiddler (current)<$button message="tm-add-tag" param="example">{{$:/core/images/new-button}}</$button>
<br>
Remove tag ''example'' to this tiddler (current)<$button message="tm-remove-tag" param="example">{{$:/core/images/delete-button}}</$button>
</$fieldmangler>
"""/>
! Introduction
The field mangler widget manipulates the fields and tags of a tiddler. It does so in response to the following [[Messages]]:
|!Message |!Description |
|''tm-remove-field'' |Remove the field specified in `event.param` |
|''tm-add-field'' |Add the field specified in `event.param` |
|''tm-remove-tag'' |Remove the tag specified in `event.param` |
|''tm-add-tag'' |Add the tag specified in `event.param` |
! Content and Attributes
The field mangler widget displays any contained content, and responds to [[Messages]] dispatched within it.
|!Attribute |!Description |
|tiddler |Title of the tiddler to manipulate (defaults to the [[current tiddler|Current Tiddler]]) |
<<.widget-examples "FieldMangler">>
Each input title is processed in turn. Its list of field names is retrieved (in no particular order) and then [[dominantly appended|Dominant Append]] to the operator's output.
<<.operator-examples "fields">>
<<.operator-example 1 "[[HelloThere]fields[]]" "fields of HelloThere">>
<<.operator-example 2 "[tag[Common Operators]fields[]]" "fields of all tiddlers tagged as [[Common Operators]]">>
! Introduction
The fields widget renders each field of a specified tiddler through a simple text template. A list of fields to exclude can be provided. It is used internally by TiddlyWiki5, notably by the FileSavingMechanism.
!! Template Handling
The provided template is rendered with the following special substitutions:
|!Symbol |!Substitution |
|$name$ |Field name |
|$value$ |Field value |
|$encoded_value$ |HTML encoded form of field value |
! Content and Attributes
The content of the `<$fields>` widget is ignored.
|!Attribute |!Description |
|tiddler |Title of the tiddler from which the fields are to be displayed (defaults to the [[current tiddler|Current Tiddler]]) |
|template |Text of the template (see above) |
|exclude |Lists of fields to be excluded (defaults to "text") |
|stripTitlePrefix |If set to "yes" then curly bracketed prefixes are removed from titles (for example `{prefix}HelloThere` converts to `HelloThere`) |
The `stripTitlePrefix` attribute is used when building TiddlyWiki Classic; see `editions/tw2` in the TiddlyWiki5 repo.
<$railroad text="""
[{:
[: [[whitespace|"Filter Whitespace"]] ]
("+"|:-|"-")
[[run|"Filter Run"]]
}]
"""/>
A <<.def "filter expression">> is the outermost level of the [[filter syntax|Filter Syntax]]. It consists of one or more [[runs|Filter Run]].
A run's input is normally a list of all the non-[[shadow|ShadowTiddlers]] tiddler titles in the wiki (in no particular order). But the `+` prefix can change this.
* If a run has no `+` or `-` prefix, its output titles are [[dominantly appended|Dominant Append]] to the filter's output.
* If a run has a `-` prefix, its output titles are <<.em removed>> from the filter's output (if they were present).
* If a run has a `+` prefix, it receives the filter's output so far as its input. The filter's output is then completely <<.em replaced>> by the run's output. Any subsequent run reverts to receiving all tiddler titles as its input, unless it too has a `+` prefix.
In concise technical terms:
|!Run |!Interpretation |!Output |
|`run` |union of sets |... OR run |
|`+run` |intersection of sets |... AND run |
|`-run` |difference of sets |... AND NOT run |
\define .operator-rows(filter)
<$list filter="$filter$"><tr>
<td><$link to={{!!title}}>{{!!caption}}</$link></td>
<td>{{!!op-purpose}} <$list filter="[all[current]tag[Common Operators]]">{{$:/core/images/done-button}}</$list></td>
<td align="center"><$list filter="[all[current]tag[Negatable Operators]]">`!`</$list></td>
</tr></$list>
\end
\define .group-heading(_)
<tr class="doc-table-subheading"><th colspan="3" align="center">$_$</th></tr>
\end
A <<.def "filter operator">> is a predefined keyword attached to an individual [[step|Filter Step]] of a [[filter|Filters]]. It defines the particular action of that step.
The following table lists all the core operators. The commonest ones are checkmarked. The third column indicates which operators allow <$link to="Filter Step">the <code>!</code> prefix</$link> to reverse their meaning.
<table>
<tr>
<th align="left">Operator</th>
<th align="left">Purpose</th>
<th align="left">Neg</th>
</tr>
<<.operator-rows "[tag[Filter Operators]!tag[Order Operators]!tag[String Operators]!tag[Tag Operators]!tag[Special Operators]sort[]]">>
<<.group-heading "Order Operators">>
<<.operator-rows "[tag[Filter Operators]tag[Order Operators]!tag[String Operators]!tag[Tag Operators]!tag[Special Operators]sort[]]">>
<<.group-heading "String Operators">>
<<.operator-rows "[tag[Filter Operators]!tag[Order Operators]tag[String Operators]!tag[Tag Operators]!tag[Special Operators]sort[]]">>
<<.group-heading "Tag Operators">>
<<.operator-rows "[tag[Filter Operators]!tag[Order Operators]!tag[String Operators]tag[Tag Operators]!tag[Special Operators]sort[]]">>
<<.group-heading "Special Operators">>
<<.operator-rows "[tag[Filter Operators]!tag[Order Operators]!tag[String Operators]!tag[Tag Operators]tag[Special Operators]sort[]]">>
</table>
A typical step is written as `[operator[parameter]]`, although not all of the operators need a [[parameter|Filter Parameter]].
Most steps process the [[selection of titles|Title Selection]] that are supplied as their input, but a few [[construct an entirely new selection|Selection Constructors]] instead. For the exact rules, see [[Filter Syntax]].
<$railroad text="""
( "[" [:{/"anything but ]"/}] "]"
|
"{" [:{/"anything but }"/}] "}"
|
"<" [:{/"anything but >"/}] ">"
)
"""/>
The parameter to a [[filter operator|Filter Operators]] can be:
;<<.def hard>>
: `[like this]`
: The parameter is the exact text that appears between the square brackets.
;<<.def soft>>
: <<.def indirect>>
:: `{like this}`
:: The parameter is the text indicated by the [[text reference|TextReference]] whose name appears between the curly brackets, i.e. a [[field|TiddlerFields]] of a specified tiddler, or the value of a property of a specified [[data tiddler|DataTiddlers]].
: <<.def variable>>
:: `<like this>`
:: The parameter is the current value of the [[variable|Variables]] whose name appears between the angle brackets. Macro parameters are <<.em not>> supported.
<$railroad text="""
( "[" { [[step|"Filter Step"]] } "]"
|
[:{/"anything but [ ] or whitespace"/}]
|
'"' [:{/'anything but "'/}] '"'
|
"'" [:{/"anything but '"/}] '"'
)
"""/>
A <<.def run>> consists of [[steps|Filter Step]], and it outputs a [[selection|Title Selection]] that contributes to a larger [[filter expression|Filter Expression]].
The steps are processed from left to right. The input to the first step is same as the input to the run. For each subsequent step, the input is the output of the previous step.
{{Selection Constructors}}
The lower three options in the diagram match syntax like `HelloThere`, `"HelloThere"`, `'HelloThere'` and `"Filter Operators"`. They are short for `[title[...]]`.
The quoted options exist to support titles that contain square brackets, as in `"An [[[[Unusual]]]] Tiddler"`.
<$railroad text="""
[:"!"]
[: [[operator|"Filter Operators"]] [:":" suffix] ]
[[parameter|"Filter Parameter"]]
"""/>
A <<.def step>> represents a single operation within a [[filter|Filter Syntax]].
In programming terms, it is akin to a function call to which [[the step's input|Filter Run]] is passed as an implicit parameter. A step's output is a [[selection|Title Selection]] that contributes to a [[run|Filter Run]] and hence to the entire [[filter expression|Filter Expression]] that contains it.
The step's <<.def operator>> is drawn from a list of [[predefined keywords|Filter Operators]], which can be extended by plugins. Any unrecognised operator is treated as if it was the suffix to the <<.olink field>> operator. If a step's operator is omitted altogether, it defaults to `title`.
The <<.def suffix>> is additional text, often the name of a [[field|TiddlerFields]], that extends the meaning of certain operators.
Many steps require an explicit <<.def parameter>> value, also known as an <<.def operand>>, that further defines what the step is to do.
<<.preamble """[[Filters]] follow a grammar that is presented here, using [[railroad diagrams|Railroad Diagrams]], for those who find formal syntax descriptions helpful. However, you can [[learn to write filters|Introduction to filter notation]] without needing to understand this group of tiddlers.""">>
A <<.def filter>> is a pipeline for transforming an <<.def input>> into an <<.def output>>. Both the input and the output are [[ordered sets of titles|Title Selection]] of things like tiddlers and fields.
Filters are [[expressions|Filter Expression]] constructed from smaller building blocks, called [[runs|Filter Run]] and [[steps|Filter Step]], each of which also transforms an input to an output.
A filter starts with an empty output. Its runs are processed from left to right, progressively modifying the output.
Here are details of the various building blocks involved:
<<list-links "[tag[Filter Syntax]]">>
<$railroad text="""
{( "space" | "tab" | "linefeed" | "return" | "vertical tab" | "formfeed" )}
"""/>
Whitespace characters can appear between each [[run|Filter Run]] of a [[filter expression|Filter Expression]].
You can think of TiddlyWiki as a database in which the records are tiddlers. A database typically provides a way of discovering which records match a given pattern, and in ~TiddlyWiki this is done with filters.
A <<.def filter>> is a concise notation for selecting a particular [[set of tiddlers|Title Selection]], known as its <<.def "output">>. Whenever ~TiddlyWiki encounters a filter, it calculates the output. Further work can then be done with just those tiddlers, such as [[counting|CountWidget]] or [[listing|ListWidget]] them.
The following example passes a filter to the <<.mlink list-links>> macro to display a list of all tiddlers whose titles start with the letter H:
> `<<list-links "[prefix[H]]">>`
A filter's output can change as tiddlers are added and deleted in the wiki. ~TiddlyWiki recalculates on the fly, automatically updating any filter-based counts or lists as well.
[[Advanced Search|$:/AdvancedSearch]] has a <<.advancedsearch-tab Filter>> tab that makes it easy to experiment with filters.
;Find out more:
* [[Introduction to filter notation]] -- a step-by-step walkthrough
* [[Filter Syntax]] -- the detailed technical rules
* [[Filter Operators]] -- the available methods of filtering
<<.operator-examples "first">>
<<.using-days-of-week>>
<<.operator-example 1 "[list[Days of the Week]first[]]">>
<<.operator-example 2 "[list[Days of the Week]first[5]]">>
<<.operator-example 3 "[tag[Filter Operators]!sort[title]first[]]">>
Available character formatting includes:
* <code>`backticks`</code> for `code`
** Alternatively, <code>``double backticks allows `embedded` backticks``</code>
* `''bold''` for ''bold text''
* `//italic//` for //italic text//
* `__underscore__` for __underscored text__
* `^^superscript^^` for ^^superscript^^ text
* `,,subscript,,` for ,,subscripted,, text
* `~~strikethrough~~` for ~~strikethrough~~ text
See also: [[Code Blocks in WikiText]]
Within the text of a tiddler you can use special formatting called WikiText to control how the text is displayed.
! Simple Formatting
At its simplest, WikiText lets you use familiar word-processing features like bold, italic, lists and tables. For example:
```
The ''quick'' brown ~~flea~~ fox //jumps// over the `lazy` dog
```
… displays as:
The ''quick'' brown ~~flea~~ fox //jumps// over the `lazy` dog
! Working with Tiddlers
In WikiText, you can link to tiddlers using double square brackets, or by taking advantage of the automatic linking of CamelCase words:
```
This is a link to HelloThere, and one to [[History of TiddlyWiki]]
```
… displays as:
This is a link to HelloThere, and one to [[History of TiddlyWiki]]
! Macros
Macros let you package repetitive fragments of WikiText so that you can easily reuse them.
For example, here is the definition of a macro that generates a ~YouTube video URL from its unique identifier:
```
\define youtube(video)
https://www.youtube.com/watch?v=$video$
\end
```
With that definition in place, `<<youtube 1g66s7UbyuU>>` generates the URL https://www.youtube.com/watch?v=1g66s7UbyuU
! Advanced WikiText
Advanced WikiText features allow you to produce automated lists and interactive features like dropdown menus. In fact, the entire user interface of TiddlyWiki itself is written in WikiText, so any feature that you see in TiddlyWiki can be adapted for use in your own wikis.
Some of the advanced features require complex coding. TiddlyWiki includes several built-in macros that simplify common user interface tasks, like tabs, tables of content, and lists of tiddlers.
! Find out more
See [[WikiText]] for a detailed introduction to writing WikiText.
! Users
The ~TiddlyWiki discussion groups are mailing lists for talking about ~TiddlyWiki: requests for help, announcements of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.
* The main ~TiddlyWiki group: http://groups.google.com/group/TiddlyWiki
*> Note that you do not need a Google Account to join the discussion groups. Subscribe by sending an email to mailto:tiddlywiki+subscribe@googlegroups.com or mailto:tiddlywikidev+subscribe@googlegroups.com.
* Watch recordings of our regular [[TiddlyWiki Hangouts]]
* Follow [[@TiddlyWiki on Twitter|http://twitter.com/TiddlyWiki]] for the latest news
! Developers
* The TiddlyWikiDev group for developers: http://groups.google.com/group/TiddlyWikiDev
*> Note that you do not need a Google Account to join the discussion groups. Subscribe by sending an email to mailto:tiddlywiki+subscribe@googlegroups.com or mailto:tiddlywikidev+subscribe@googlegroups.com.
* Follow [[@TiddlyWiki on Twitter|http://twitter.com/#!/TiddlyWiki]] for the latest news
* Get involved in the [[development on GitHub|https://github.com/Jermolene/TiddlyWiki5]]
New releases of TiddlyWiki, TiddlyDesktop and TiddlyFox are announced via the discussion groups and [[Twitter|https://twitter.com/TiddlyWiki]] (you can also subscribe to an Atom/RSS feed of [[TiddlyWiki releases from GitHub|https://github.com/jermolene/tiddlywiki5/releases.atom]])
<<.this-is-operator-example>>
The "full" edition of TiddlyWiki consists of all the available languages, themes and plugins for TiddlyWiki. It is intended for use in testing TiddlyWiki - in particular, for switching between all the available language plugins.
The full edition can be downloaded from:
http://tiddlywiki.com/editions/full/index.html
TiddlyWiki is designed with the long term needs of its users in mind. Because it is OpenSource and needs no infrastructure, we can be confident that all we'll need to access a ~TiddlyWiki file even in the far future is an ordinary HTML browser. If you're starting to use ~TiddlyWiki at the beginning of your career you can be confident that it will carry you through to retirement.
TiddlyWiki5 can be used to generate static HTML representations of a TiddlyWiki that doesn't need JavaScript.
There is much flexibility in how the static HTML is generated. The following scenarios are all illustrated on http://tiddlywiki.com.
! Wiki Snapshots and Tiddler Snapshots
You can explore a static representation of this TiddlyWiki at <a href="static.html">static.html</a>. That file is a static snapshot of the current DefaultTiddlers. Any tiddlers that it links to are referred to via URLs of the form `/static/HelloThere.html` that point to static snapshots of individual tiddlers. The tiddler HTML files reference a `static.css` stylesheet file.
The following commands are used to generate the sample static version of the TiddlyWiki5 site:
```
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain
--rendertiddler $:/core/templates/static.template.html static.html text/plain
--rendertiddler $:/core/templates/static.template.css static/static.css text/plain
```
The first RenderTiddlersCommand generates the HTML representations of individual tiddlers, the second RenderTiddlerCommand saves the static version of the DefaultTiddlers, and the final RenderTiddlerCommand saves the stylesheet. (All the files are placed in the `output` folder of the wiki folder).
! Wiki Snapshot with Internal Links
It is also possible to produce a single HTML file that contains static representations of tiddlers, and uses standard HTML anchor links to jump between them.
For example: <a href="alltiddlers.html">alltiddlers.html</a>
The example is built by the following commands:
```
--rendertiddler $:/core/templates/alltiddlers.template.html alltiddlers.html text/plain
```
Each input title is processed in turn. If the corresponding tiddler contains field <<.place F>>, and the value of this field is not empty, then its value is appended to the output.
Unlike most other [[Filter Operators]], the [[selection|Title Selection]] output by <<.op get>> can contain duplicates. To avoid duplicates, use `each[F]get[F]`.
<<.operator-examples "get">>
<<.operator-example 1 "[all[current]get[draft.of]]" "the title of the tiddler of which the current tiddler is a draft">>
<<.operator-example 2 "[get[tags]]">>
<<.operator-example 3 "[each[tags]get[tags]]">>
//This is a sample task for the TaskManagementExample//
<$macrocall $name=".operator-def"
input="a [[selection of titles|Title Selection]]"
parameter="the name of a [[property|DataTiddlers]]"
paramName="P"
output="the values of property <<.place P>> in each of the input titles"
/>
Each input title is processed in turn, and is ignored if it does not denote a [[data tiddler|DataTiddlers]]. If the tiddler contains property <<.place P>>, the value of that property is [[dominantly appended|Dominant Append]] to the output.
<<.operator-examples "getindex">>
<<.operator-example 1 "[[$:/palettes/Vanilla]getindex[background]]" "returns the value at index ''background'' of the [[DataTiddler|DataTiddlers]] [[$:/palettes/Vanilla]]">>
<<.operator-example 2 "[tag[$:/tags/Palette]getindex[background]]" "returns all background colors defined in any of the ColourPalettes">>
This brief tutorial takes you through the basics of saving changes with a standalone TiddlyWiki file.
//Note that the video is a bit out of date, and will be updated soon!//
<iframe width="560" height="315" src="http://www.youtube.com/embed/1g66s7UbyuU" frameborder="0" allowfullscreen></iframe>
\define default-platform()
GettingStarted - $(browser-name)$
\end
Brief instructions for getting started on the different platforms and configurations that TiddlyWiki supports. See the [[A Gentle Guide to TiddlyWiki]] for a more leisurely introduction.
<$set name="browser-name" value={{$:/info/browser/name}}>
<$macrocall $name="tabs" state="$:/state/tabs/platform" tabsList="[prefix[GettingStarted - ]]" default=<<default-platform>> class="tc-vertical"/>
</$set>
Troubleshooting:
* Don't attempt to use the browser ''File''/''Save'' menu option to save changes (it doesn't work)
See also:
* [[Encryption]] explains how to use TiddlyWiki's built-in encryption to protect your content with a password
* [[Saving on TiddlySpot]], a free service that lets you use TiddlyWiki online
* Saving on TiddlyDesktop, a custom desktop application for working with TiddlyWiki
* You can also download this full TiddlyWiki including all the documentation:
<<<
{{$:/snippets/download-wiki-button}}
If the button doesn't work save this link:
<a href="http://tiddlywiki.com/index.html" download="index.html">~http://tiddlywiki.com/index.html</a>
Your browser may ask you to accept the download before it begins
<<<
There are two options for using TiddlyWiki on Android:
! Using Firefox and TiddlyFox
{{Saving with TiddlyFox on Android}}
! Using the AndTidWiki App
{{Saving on Android}}
TiddlyWiki on Google Chrome can only save changes using the HTML5-compatible fallback saver module.
{{Saving with the HTML5 fallback saver}}
Firefox provides the best user experience for using TiddlyWiki with the TiddlyFox browser extension.
{{Saving with TiddlyFox}}
{{Saving with TiddlyIE}}
The [[Windows HTA Hack]] describes an alternative method of using TiddlyWiki with Internet Explorer.
{{Saving on iPad/iPhone}}
{{Installing TiddlyWiki on Node.js}}
TiddlyWiki on Safari can only save changes using the manual HTML5-compatible fallback saver module.
{{Saving on Safari}}
GitHub is a hosting service for distributed projects that use git as their version-control system. It allows free hosting and management of open-source projects and facilitates collaborative developement on the source code. Using GitHub for non-open-source endeavors requires additional fees.
The code and documentation of TiddlyWiki is hosted on GitHub at:
https://github.com/Jermolene/TiddlyWiki5
//This is a sample task for the TaskManagementExample//
The following sidebar tabs give examples of grouped lists created by nesting.
!! Types Tab
For the [[Types|$:/core/ui/MoreSideBar/Types]] tab, the outer list filter as shown below selects each discrete value found in the `type` field. The inner list filter selects all the (non-system) tiddlers with that type.
<<tw-code "$:/core/ui/MoreSideBar/Types">>
!! Recent Tab
The list in the [[Recent|$:/core/ui/SideBar/Recent]] tab is generated using the <<.mlink timeline>> macro. Here, the outer list filter selects each discrete day found in the `modified` field, while the inner list filter selects all the tiddlers dated the same day in the `modified` field.
<<tw-code-link "$:/core/macros/timeline">>
TiddlyWiki makes a great GuerillaWiki in situations where it is not practical to use a traditional wiki.
For instance, in a corporate setting, persuading an over-worked IT department to install a Wiki server for you is seldom going to be possible overnight. And if your PC is locked down you can't install a conventional Wiki yourself. Equally, you can't go and use one of the public hosted Wiki services because your Information Security department would not allow all that corporate data to flow into an outside server.
TiddlyWiki slices through those barriers by being usable on virtually all PCs.
A <<.def "hard link">> is one that can be detected by a superficial examination of WikiText.
A link is <<.def "soft">> if it is:
* contained in text [[trancluded|Transclusion]] from elsewhere
* supplied via a [[macro|Macros]] or [[variable|Variables]]
* generated by a link widget whose <<.attr to>> attribute is a transclusion, macro or variable
<$macrocall $name=".warning" _="""Soft links are not detected by link-related filter operators such as <<.olink backlinks>>, <<.olink links>>, <<.olink all>> and <<.olink is>>."""/>
The usual handling of [[paragraphs in wikitext|Paragraphs in WikiText]] causes single line breaks to be ignored, and double linebreaks to be interpreted as the end of a paragraph.
This behaviour isn't convenient when dealing with material that incorporates hard linebreaks - for instance, poetry. You can mark a block of content as containing hard line breaks like this:
<<wikitext-example src:'"""
This is a line
and this is a new line
while this is yet another line
and this is the final one
apart from this one
"""'>>
<<.operator-examples "has">>
<<.operator-example 1 "[has[color]]">>
<<.operator-example 2 "[tag[Concepts]!has[modified]]">>
A tiddler is deemed to have been modified if it has been written back to the wiki since the start of the current ~TiddlyWiki session. If you edit a tiddler and immediately store it again without making any changes, that is enough to mark it as modified.
<<.operator-examples "haschanged">>
Headings are specified with one or more leading `!` characters:
```
! This is a level 1 heading
!! This is a level 2 heading
!!! This is a level 3 heading
```
CSS classes can be assigned to individual headings like this:
```
!.myStyle This heading has the class `myStyle`
```
''Have you ever had the feeling that your head is not quite big enough to hold everything you need to remember?''
Welcome to TiddlyWiki, a unique [[non-linear|Philosophy of Tiddlers]] notebook for [[capturing|Creating and editing tiddlers]], [[organising|Structuring TiddlyWiki]] and [[sharing|Sharing your tiddlers with others]] complex information.
Use it to keep your [[to-do list|TaskManagementExample]], to plan an [[essay or novel|"TiddlyWiki for Scholars" by Alberto Molina]], or to organise your wedding. Record every thought that crosses your brain, or build a flexible and responsive website.
<div style="font-size:0.7em;text-align:center;margin-top:2em;margin-bottom:2em;">
<<list-thumbnails filter:"[tag[HelloThumbnail]]" width:"168" height:"95">>
</div>
Unlike conventional online services, TiddlyWiki lets you choose where to keep your data, guaranteeing that in the decades to come you will still be able to use the notes you take today.
<div style="font-size:0.7em;text-align:center;margin-top:3em;margin-bottom:3em;">
<a href="http://groups.google.com/group/TiddlyWiki" class="tc-btn-big-green" style="background-color:#FF8C19;" target="_blank">
{{$:/core/images/mail}} ~TiddlyWiki Mailing List
</a>
<a href="https://twitter.com/TiddlyWiki" class="tc-btn-big-green" style="background-color:#5E9FCA;" target="_blank">
{{$:/core/images/twitter}} @~TiddlyWiki on Twitter
</a>
<a href="https://github.com/Jermolene/TiddlyWiki5" class="tc-btn-big-green" style="background-color:#444;" target="_blank">
{{$:/core/images/github}} ~TiddlyWiki on ~GitHub
</a>
</div>
{{$:/language/Help/help}}
If you find TiddlyWiki useful, there are lots of ways you can help assure its future and make it better.
! Teach and Tell
OpenSource projects like ~TiddlyWiki thrive on the feedback and engagement of users. ~TiddlyWiki becomes more useful to everyone as more and more people use it. So, if you find ~TiddlyWiki useful, spread the word. The best possible way to assure its future is for it to become a hundred times more popular than before.
* Tweet about ~TiddlyWiki: [[I love TiddlyWiki because...|https://twitter.com/intent/tweet?text=I+love+TiddlyWiki+because...&source=tiddlywiki5]]
* [[Star the TiddlyWiki5 GitHub Repository|https://github.com/Jermolene/TiddlyWiki5]]
* [[Display the TiddlyWiki Poster|http://tiddlywiki.com/poster]]
[img width=232 [Tiddler Poster.png]]
! Help improve the documentation and code
There are many ways you can contribute to ~TiddlyWiki:
* Writing tutorials
* Contributing to the documentation on tiddlywiki.com
* Making video screencasts
* Curating relevant links, hints and tips on a wiki
The main ~TiddlyWiki documentation and code lives on GitHub, and welcomes [[contributions|Contributing]]:
* https://github.com/Jermolene/TiddlyWiki5
When TiddlyWiki first opens in the browser the search box is automatically given the focus by default. If this causes problems, you can change the default by changing this value from ''true'' to ''false'':
$:/config/Search/AutoFocus
TiddlyWiki defers processing changes to draft tiddlers until a timeout has elapsed. The default value of 400ms gives a good balance of responsiveness in most cases but isn't always optimal on lower powered mobile devices.
The timeout can now be changed by changing this value (in milliseconds):
$:/config/Drafts/TypingTimeout
The most useful configuration settings for TiddlyWiki are exposed in the [[control panel|$:/ControlPanel]] but some more advanced settings do not have a full user interface. Instead, the underlying configuration tiddlers are edited directly.
To change these settings on an empty TiddlyWiki, you can drag the links to the individual configuration tiddlers directly from this wiki into yours.
<<list-links "[tag[Hidden Settings]]">>
The Highlight plugin provides the ability to apply syntax colouring to text.
See http://tiddlywiki.com/plugins/tiddlywiki/highlight/
//These are personal reflections on the history and development of TiddlyWiki from JeremyRuston//
! Origins of TiddlyWiki
Back in 1997 a colleague introduced me to [[Ward Cunningham's original wiki|http://c2.com/cgi/wiki]]. I was impressed that something so powerful could fit into just 700 lines of Perl, and fascinated by the radical reimagining of security and permissions. Like many other developers, I took every opportunity I could to try out various wikis, and to explore their use at work.
The allure of the wiki for me was the feeling that it could eventually disrupt the prevailing paradigm of print-oriented documents and emails.
After watching people use wikis for a few years, I noticed that power users made extensive use of the ability to open multiple wiki pages at once in several browser tabs, making it easier for them to compare and review pages, to copy text between them and to act as a sort of queue of pages yet to be read.
I felt that this ability to manipulate multiple pages at once was central to the ability to refactor a wiki, and it is generally accepted that a wiki that is lovingly refactored tends to be more useful. And yet, standard wiki user interfaces have always been designed exclusively for the presentation and manipulation of single pages at once.
All of these thoughts came together when I saw GMail in April 2004, which used Ajax cleverly to blend individual emails into threaded conversations.
I started experimenting with HTML and JavaScript to explore the idea further. I'd had virtually no experience of either, just having put together some static pages and simple ASP sites in previous lives. Getting my head around these client-side technologies was painful; like everyone else, I was horrified to discover how appalling were the incompatibilities and inconsistencies of web programming.
! Launch of TiddlyWiki
So, in September 2004 I released a primitive [[first version of TiddlyWiki|http://classic.tiddlywiki.com/firstversion.html]]. It was the smallest possible thing that demonstrated the idea: it was a simple, self-contained static 48KB HTML file.
The downside of writing the first version of TiddlyWiki in this way was that it made it completely impractical to use for editing - when you click 'save changes' it just pops up a window showing the data that would be saved if it were possible for an HTML page to write to the file system.
Much of the early feedback was that TiddlyWiki was neat, but that it would be more useful when it was possible to properly save changes. I was a little frustrated, as I thought I knew that it was impossible for an HTML file running in the browser to save changes to the local file system.
Within a few months I saw an experimental Firefox extension that enabled TiddlyWiki to save changes in the browser. Examining the code, I realised that the APIs that it used to write to the file system were actually available in ordinary HTML files - as long as they were loaded via a `file://` URI.
I adapted the Firefox code into the core of TiddlyWiki, and soon added a similar ability for Internet Explorer (making use of an old ActiveX control that Microsoft distributed with Internet Explorer).
! Growth of TiddlyWiki
A major milestone in the growth of TiddlyWiki was the creation of "GTDTiddlyWiki" by Nathan Bowers. He took the vanilla TiddlyWiki product and adapted it for the specific application of keeping track of tasks using the popular Getting Things Done methodology. GTDTiddlyWiki was an immediate hit, being enthusiastically greeted on websites like LifeHacker.
Over the next couple of years TiddlyWiki continued to grow in popularity, and gained new features and capabilities. Within a year I was able to support myself by performing bespoke development work on TiddlyWiki, notably working with wiki pioneer SocialText on the ability to synchronise changes with an online server
! BT Acquisition
In May 2007, [[BT]] acquired [[Osmosoft]], my consultancy company. It was an unusual decision to acquire a company with a single employee and a tiny trickle of revenue - [[Osmosoft]] didn't even own the intellectual property in TiddlyWiki since I had handed it over to UnaMesa to assure its future for the community.
[[BT]]'s motivation was to help them understand community-based ecosystems. I joined the organisation as "Head of Open Source Innovation", taking responsibility for open source governance, and providing advice and expertise on how to participate in open soure communities.
! [[Osmosoft]] and TiddlySpace
I built a team in BT under the name [[Osmosoft]]. Our purpose was to evangelise the benefits of open source, and to help other teams realise those benefits in practice. We also found that it was necessary to evangelise the use of the web in general, and web standards in particular.
Our approach was to focus on showing rather than telling. We worked with the TiddlyWiki community to extend the ecosystem and we built numerous internal systems for BT (some based on TiddlyWiki and some not).
[[Osmosoft]]'s chief contribution to the TiddlyWiki community was the creation of TiddlyWeb and TiddlySpace. TiddlyWeb was a robust, internet scale server for tiddlers that could also compose TiddlyWiki views of those tiddlers. TiddlySpace was an attempt to package TiddlyWeb into a more directly usable form.
! Leaving BT
By the end of 2011 I was increasingly feeling that I would be better placed to realise the potential of TiddlyWiki outside of the corporate confines BT. Accordingly, I left and started work as an independent developer, primarily working on a brand new reboot of TiddlyWiki in the shape of TiddlyWiki5.
! Development of TiddlyWiki5
I worked on new release of TiddlyWiki from November 2011. As a programmer, working on "version 2.0" of something that I had already written is a very attractive proposition. It means that the requirements were fully understood, allowing me to focus on evolving the architecture needed to support the desired functionality.
! The Future
Now that TiddlyWiki5 has finally left "beta" status behind, my hope is that it will have a long life. Because it only uses standard features of HTML5 and Node.js, there is no reason why it cannot be fully operational for many years to come. My goal is for it to last for at least 25 years.
//Jeremy Ruston, 20th September 2014//
The system tiddler [[$:/HistoryList]] keeps track of a list of tiddlers comprising the navigation history. Each time you click on a link to a tiddler, the title of the target tiddler is added to the top of the stack.
The history list is stored in JSON to allow additional details about the coordinates of the DOM node that initiated the navigation.
The history list also maintains the field ''current-tiddler'' that contains the name of the tiddler at the top of the stack. This field can be used like so:
```
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
</$list>
```
Which renders the same as the "Open" sidebar tab, with the addition of a tick against the tiddler that was last navigated to.
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
</$list>
!! Empty Story
To display content when the story is empty, create $:/config/EmptyStoryMessage and enter the desired contents. The following would show the GettingStarted tiddler when all others are closed.
```
{{GettingStarted||$:/core/ui/ViewTemplate}}
```
You can include a horizontal rule with three or more dashes on their own on a line:
<<wikitext-example src:"
---
">>
When you edit a tiddler on http://tiddlywiki.com you will see a small ribbon inviting you to edit the source of the tiddler on GitHub.
If you are using Node.js, you can replicate this feature for your own TiddlyWiki-based site as follows:
# Make sure the following setting is included in the `tiddlywiki.info` file in your WikiFolder:
#> <pre><code> "config": {
"retain-original-tiddler-path": true
}</code></pre>
# Copy the tiddler [[$:/ContributionBanner]] to your wiki
# Make the following changes:
## Adjust the GitHub link URL from https://github.com/Jermolene/TiddlyWiki5/edit/master/editions/tw5.com/tiddlers/ to point to your own GitHub repo
## Make sure the wording of the text starting "Can you help us improve this documentation?" is appropriate for your visitors
## Adjust the link to [[Improving TiddlyWiki Documentation]] to point to your own tiddler with instructions for the contribution procedure
To create a new tab in the sidebar menu:
# Create a tiddler and tag it with the [[SystemTag|SystemTags]] tag [[$:/tags/SideBar]]
#* To create a table of contents you can populate the new tab tiddler using the [[table-of-contents macros|Table-of-Contents Macros]]. For example, see the [[TableOfContents]] used here
# By default, the tiddler title is used as the tab title but you can override it using the `caption` field
# To define the tab ordering, use the `list-after` or `list-before` fields as discussed in [[Tagging]]
#* For example: set `list-after` to [[$:/core/ui/SideBar/Open]] to place a sidebar tab immediately after the "Open" tab
Note that you can create new tabs under the "More" tab in the same way by using the tag `$:/tags/MoreSideBar`.
You can apply custom styles to tiddlers that have a particular tag by defining a CSS class with the name `tc-tagged-<Tag Name>`.
For example, to make tiddlers tagged "NightReader" appear in a special colour scheme suitable for night-time reading, [[create a stylesheet|Using Stylesheets]] defining the class `tc-tagged-NightReader` like this:
```
.tc-tagged-NightReader {
background-color:black;
color: orange;
padding: 35px 35px;
}
.tc-tagged-NightReader .tc-tiddler-body {
font-size: 1.5em;
}
```
The `tc-tagged-NightReader` class is applied to the entire tiddler and not just the tiddler text. If you want to target a smaller portion of the tiddler you can qualify the CSS selector, as is done here with `.tc-tagged-NightReader .tc-tiddler-body`.
Note that tags containing spaces or non-alphanumeric characters will be converted using URI encoding, making the generated CSS classname hard to predict. For example:
|!Tag |!Generated Class Name |
|`$:/mytag` |`tc-tagged-%24%3A%2Fmytag` |
|`Doctor Who` |`tc-tagged-Doctor%20Who` |
|`£35.23` |`tc-tagged-%C2%A335.23` |
Although ~TiddlyWiki will generate these tags, to actually use them in your css, you will need to escape the percent character in your stylesheet, like:
```
.tc-tagged-Doctor\%20Who {
background-image: url(./tardis_back.svg);
background-repeat: no-repeat;
background-position: right;
color:#FBFBFB;
}
```
First install TiddlyWiki as described in [[Installing TiddlyWiki on Node.js]].
# Create an empty [[TiddlyWikiFolder|TiddlyWikiFolders]]
## Create a new folder in a convenient place (for example `~/MyWiki`)
## Create a file called `tiddlywiki.info` containing the following text:
##* `{"themes": ["tiddlywiki/vanilla","tiddlywiki/snowwhite"]}`
## Create a subfolder called `tiddlers`
##* Alternatively, just copy the `editions/empty` folder from the TiddlyWiki5 repo
# Create individual TiddlerFiles in the `~/MyWiki/tiddlers` directory
# Execute the following command from the TiddlyWiki5 root directory to build a TiddlyWiki5 file from the tiddlers:
## `tiddlywiki ~/MyWiki --rendertiddler $:/core/save/all index.html text/plain`
Here's how to display the last modification date of a wiki in a banner in the corner of the window:
# Copy the plugin [[$:/plugins/tiddlywiki/github-fork-ribbon]] to your TiddlyWiki
# Save and reload your wiki
# Create a new tiddler called [[$:/_MyRibbon]] tagged [[$:/tags/PageControls]] and containing:<div>
```
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon" style="background-color:#DF4848;">
<$list filter="[!is[system]!has[draft.of]!sort[modified]limit[1]]">
<$link>
<$view field="modified" format="date" template="DD mmm YYYY at 0hh:0mm"/>
</$link>
</$list>
</div>
</div>
```
</div>
# If required, change the background-color value to your preference
# You can also try changing the positioning class from `right` to `right-bottom`
## To make the banner appear at the top left you'll need to tag the tiddler [[$:/tags/PageTemplate]] instead of [[$:/tags/PageControls]] and then change the position class to `left`
HTML tags and comments can be used directly in WikiText. For example:
```
<article class="hello">
This is my nice and simple block of text. HelloThere
<!-- This comment will not appear in the wikified output -->
</article>
```
! Content Parsing
The content of an HTML element will be parsed in inline mode unless the opening tag is followed by two linebreaks, in which case it is parsed in block mode. (Inline mode means that block mode formatting such as tables, lists and headings is not recognised).
! Attributes
Attributes in HTML tags can be specified as a literal, a transclusion or a macro invocation. For example, here the value of the `href` attribute will be set to the value of the tiddler MyLinkDestination:
```
<a href={{MyLinkDestination}}>link</a>
```
Here an attribute is specified as a macro invocation:
```
<a href=<<MyMacro "Brian">>>link</a>
```
Literal attribute values can include line breaks. For example:
```
<div data-address="Mouse House,
Mouse Lane,
Rodentville,
Ratland."/>
```
By using triple-double quotes you can specify attribute values that include single double quotes. For example:
```
<div data-address="""Mouse House,
"Mouse" Lane,
Rodentville,
Ratland."""/>
```
<<.dlink-ex HTML "http://en.wikipedia.org/wiki/HTML">> is a standard plain-text format used for defining the content of a web page.
It consists of a tree of elements expressed using a system of special <<.def tags>> enclosed in angle brackets.
Almost the whole of HTML can be used unchanged in the WikiText of a tiddler.
Here is an example of using the ListWidget and the TranscludeWidget to show a grid of all system images (ie, tiddlers tagged [[$:/tags/Image]]).
<style>
.my-gallery svg {
width: 6em;
height: 6em;
margin: 1em;
}
</style>
<div class="my-gallery">
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Image]]">
<span title=<<currentTiddler>>>
<$transclude/>
</span>
</$list>
</div>
! Image Formatting
Images can be included in WikiText with the following syntax:
```
[img[Motovun Jack.jpg]]
[img[http://tiddlywiki.com/favicon.ico]]
```
If the image source is the title of an image tiddler then that tiddler is directly displayed. Otherwise it is interpreted as a URL and an HTML `<img>` tag is generated with the `src` attribute containing the URL.
A tooltip can also be specified:
```
[img[An explanatory tooltip|Motovun Jack.jpg]]
```
Attributes can be provided to specify CSS classes and the image width and height:
```
[img width=32 [Motovun Jack.jpg]]
[img width=32 class="tc-image" [Motovun Jack.jpg]]
```
Note that attributes can be specified as transclusions or variable references:
```
[img width={{!!mywidth}} class=<<image-classes>> [Motovun Jack.jpg]]
```
The image syntax is a shorthand for invoking the ImageWidget.
! Displaying Images via Transclusion
You can also display an image stored in a tiddler by transcluding that tiddler. The disadvantage of this approach is that there is no direct way to control the size of the image.
```
{{Motovun Jack.jpg}}
```
Renders as:
{{Motovun Jack.jpg}}
! Introduction
The image widget displays images that can be specified as a remote URL or the title of a local tiddler containing the image.
! Content and Attributes
Any content of the `<$image>` widget is ignored.
|!Attribute |!Description |
|source |The URL of the image, or the title of an image tiddler |
|width |The width of the image |
|height |The height of the image |
|tooltip |The tooltip to be displayed over the image |
|alt |The alternative text to be associated with the image |
|class |CSS classes to be assigned to the `<img>` element |
The width and the height can be specified as pixel values (eg "23" or "23px") or percentages (eg "23%"). They are both optional; if not provided the browser will use CSS rules to size the image.
! External Images and the ''_canonical_uri'' field
When used to display tiddler-based images, the image widget operates in two distinct modes:
* If the ''_canonical_uri'' field is present then it is used as the ''src'' attribute of the generated `<img>` element and the ''text'' field is ignored
* Without the ''_canonical_uri'' field, the image widget generates an `<img>` element that embeds the image data directly using a `data:` URI.
See ExternalImages for more details.
You can import content into a TiddlyWiki file in several ways:
* Use the ''import'' button (under the ''Tools'' tab in the sidebar) to select a local file
* Drag and drop files from Windows Explorer or Mac OS X Finder into the TiddlyWiki browser window
* Paste content directly from the clipboard using the menu or keyboard shortcut (control-V or command-V)
** GoogleChrome is currently the only browser to support pasting
! Introduction
The ImportVariablesWidget imports macro and variable definitions from a list of other tiddlers and makes them available to its children. For example:
```
<$importvariables filter="[tag[mySpecialMacros]]">
All the macros defined in tiddlers with the tag "mySpecialMacros" are available here
</$importvariables>
```
! Attributes and Content
The content of the importvariables widget is the scope within which the imported variable definitions are available.
|!Attribute |!Description |
|filter |[[Tiddler filter|Filters]] defining the tiddlers from which macro definitions will be imported |
! Global Macros
So-called global macros are implemented within the main page template ([[$:/core/ui/PageTemplate]]) by wrapping the page content in the following importvariables widget:
```
<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
...
</$importvariables>
```
Anyone can submit improvements to the TiddlyWiki documentation that appears on http://tiddlywiki.com.
# Read and observe the [[Documentation Style Guide]]
# Create an account on https://github.com if you don't already have one
# If you haven't done so already, sign the [[Contributor License Agreement]] as described in [[Signing the Contributor License Agreement]]
# On http://tiddlywiki.com, click "edit" on the tiddler you want to improve
# You should see a pink banner with the text: //Can you help us improve this documentation? Find out how to edit this tiddler on ~GitHub//
# Click on the external link ...''this tiddler on ~GitHub''
## You will be prompted that "you need to fork this repository to propose changes". A "fork" is your own copy of the repository that incorporates the changes you are proposing
# A new browser tab should open ready to edit the tiddler on github.com
# Below the edit box for the tiddler text you should see a box labelled ''Propose file change''
# Enter a brief title to explain the change (eg, "Clarify attribute syntax instability")
# If necessary, enter a longer description too
# Click the green button labelled ''Propose file change''
# On the following screen, click the green button labelled ''Create pull request''
[[Jermolene|https://github.com/Jermolene]] or one of the other core developers will then have the opportunity to merge your pull request so that it is incorporated into the next build of http://tiddlywiki.com.
Mario Pietsch has created these short video tutorials:
<iframe width="560" height="315" src="http://www.youtube.com/embed/L4zTkMYcri8" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/6ElUruH92tc" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/axFCk9KsMFc" frameborder="0" allowfullscreen></iframe>
A plugin that allows changes to be synchronised with the IndexedDB database that is built-in to most browsers.
{{!!url}}
<<<
Being quite new to TW5 development I tried my best to draft a SyncAdaptor to store tiddlers in IndexedDb. This is quite useful if an application / plugin installation is not possible (we have quite some restrictions at work...).
<<<
Each input title is processed in turn, and is ignored if it does not denote a [[data tiddler|DataTiddlers]]. The list of property names is retrieved from the data tiddler (in no particular order) and then [[dominantly appended|Dominant Append]] to the operator's output.
Where a tiddler's [[content is JSON|JSONTiddlers]] with an array as its root, the <<.op indexes>> operator retrieves a selection of integer indices instead.
<<.operator-examples "indexes">>
<<.operator-example 1 "[{$:/palette}indexes[]sort[title]]" "all the colours defined in the current [[colour palette|ColourPalettes]]">>
<<.operator-example 2 "[[$:/HistoryList]indexes[]]" "integer output because the [[history list|$:/HistoryList]] is an array">>
System tiddlers in the namespace `$:/info/` are used to expose information about the system (including the current browser) so that WikiText applications can adapt themselves to available features.
! Information Tiddlers
|!Title |!Description |
|[[$:/info/browser]] |Running in the browser? ("yes" or "no") |
|[[$:/info/node]] |Running under [[Node.js]]? ("yes" or "no") |
Each tiddler has a panel of additional information. To reveal it, click the {{$:/core/images/down-arrow}} button in the tiddler's toolbar and then choose {{$:/core/images/info-button}} ''info'' from the dropdown list.
The info panel has the following tabs:
* ''Tools'' - This offers buttons for various actions you can perform on the tiddler. The checkbox next to each button lets you promote an action to the tiddler's toolbar - this will affect all of the tiddlers in your wiki
* ''References'', ''Tagging'', ''List'' and ''Listed'' - These list various kinds of related tiddlers. See [[Using links to navigate between tiddlers]]
* ''Fields'' - This summarises all of the tiddler's [[fields|TiddlerFields]], except for ''text''
* ''Advanced'' - This indicates whether the tiddler is a [[shadow|ShadowTiddlers]]. If it is, this also reveals which plugin it comes from and whether it has been overridden by an ordinary tiddler
To close the info panel, click anywhere outside it.
{{$:/language/Help/init}}
See also:
* [[Environment Variables on Node.js]]
# Install [[Node.js]] from http://nodejs.org
# Open a command line terminal and type:
#> `npm install -g tiddlywiki`
#> If it fails with an error you may need to re-run the command as an administrator:
#> `sudo npm install -g tiddlywiki` (Mac/Linux)
# Check TiddlyWiki is installed by typing:
#> `tiddlywiki --version`
# In response, you should see TiddlyWiki report its current version (eg "<<version>>"; you may also see other debugging information reported)
# Try it out:
## `tiddlywiki mynewwiki --init server` to create a folder for a new wiki that includes server-related components
## `tiddlywiki mynewwiki --server` to start TiddlyWiki
## Visit http://127.0.0.1:8080/ in your browser
## Try editing and creating tiddlers
The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.
If you are using Debian or Debian-based Linux and you are reciving a `node: command not found` error though node.js package is installed, you may need to create a symbolic link between `nodejs` and `node`. Consult your distro's manual and `whereis` to correctly create a link. See github [[issue 1434|http://github.com/Jermolene/TiddlyWiki5/issues/1434]]
Example Debian v8.0: `sudo ln -s /usr/bin/nodejs /usr/bin/node`
<<.def "Instruction tiddlers">> talk directly to the reader and guide them through a process. The reader is likely to be a beginner or an intermediate user.
Such tiddlers can be subcategorised as:
;Welcome
* What is ~TiddlyWiki and why should I care?
* Demonstrations of key features and benefits
* Frequently asked questions
* Examples of ~TiddlyWiki in the field
* Information about the project itself
;Tutorial
* An ordered presentation of material for beginners
* Each tiddler introduces one new point or concept
* Its main content contains very few links
* A revealable <<.word "Find out more">> section at the end can offer related links
;Exercise
* Accompanying a tutorial tiddler
* Solution revealed on demand
;How-to
* A list of numbered steps for performing a small specific task
* Concise, with links to reference tiddlers where appropriate
* Often has a preamble to clarify the nature of the task
;Example
* Accompanying a [[reference tiddler|Reference Tiddlers]]
* Can contain explanations and similar commentary
* Kept separate to keep the reference tiddler pure
Instruction tiddlers talk directly to the reader as <<.word you>>. They can be reasonably chatty.
But they avoid excessively colloquial language, cultural or topical references and attempts at humour, as these can baffle or even offend the international readership. They also avoid potentially frustrating the reader with descriptions of features as <<.word convenient>> or <<.word easy>>.
A git choose-your-own-adventure!ⓡ for walking yourself though fixing a //broken// Git repository.
{{!!url}}
<<<
This document is an attempt to be a fairly comprehensive guide to recovering from what you did not mean to do when using git. It isn't that git is so complicated that you need a large document to take care or your particular problem, it is more that the set of things that you might have done is so large that different techniques are needed depending on exactly what you have done and what you want to have happen.
<<<
This brief introduction shows how to install and use TiddlyDesktop:
<iframe width="560" height="315" src="http://www.youtube.com/embed/i3Bggkm7paA" frameborder="0" allowfullscreen></iframe>
<<.preamble """This explains the basics of writing a [[filter|Filters]] to select a set of tiddlers. For a more technical presentation, see [[Filter Syntax]].""">>
<$macrocall $name=".tip" _="""Filters do nothing if you just type them into a tiddler on their own. They need a context. An easy way to experiment with filters is to type them into the <<.advancedsearch-tab Filter>> tab of [[Advanced Search|$:/AdvancedSearch]]."""/>
The simplest case is where you already know exactly which tiddlers you want. Type each title in double square brackets, with a space between each one and the next:
> `[[Recipe book]] [[ScrambledEggs]] [[Mom's apple pie]]`
You can omit the square brackets when a title doesn't contain any spaces:
> `[[Recipe book]] ScrambledEggs [[Mom's apple pie]]`
The double square brackets are actually a shorthand for this:
> `[title[ScrambledEggs]]`
... which gives us the <<.def "general model">> for any filter:
> `[operator[parameter]]`
For instance, here's how to select all the tiddlers that have been tagged <<.tag Recipe>>:
> `[tag[Recipe]]`
We can reverse the meaning by adding an exclamation mark `!` just before the operator. For example, we can select any tiddlers that do <<.em not>> have the <<.tag Recipe>> tag:
> `[!tag[Recipe]]`
Tiddlers can be filtered by other fields than just title and tags:
> `[field:serving[4]]`
That example will select any tiddlers that have <<.value 4>> in their <<.field serving>> field.
As the word "serving" isn't a standard filter operator (and isn't likely to become one), you can safely omit the `field:` prefix:
> `[serving[4]]`
!Combinations
The filters we've looked at so far have involved just one step each. But you can <<.def run>> several steps together like this:
> `[tag[Vegetarian]!tag[soup]serving[4]]`
Notice how the entire run is contained in a single pair of square brackets.
A tiddler has to match <<.em all>> of the steps in a run. So the example above retrieves vegetarian recipes (other than soups) for 4 people.
A sequence of separate runs will select the tiddlers that match <<.em any>> of the runs. We can use this to find recipes that serve either 3, 4 or 5 people:
> `[serving[3]] [serving[4]] [serving[5]]`
If we want to ignore vegetarian recipes that serve 4, we can say this:
> `[serving[3]] [serving[4]!tag[Vegetarian]] [serving[5]]`
By default, each run considers every tiddler in the wiki. But we can use a `+` sign to force a run to consider only the tiddlers that were selected by the preceding runs:
> `[serving[3]] [serving[4]] [serving[5]] +[tag[Vegetarian]] +[sort[title]]`
This selects recipes for 3, 4 or 5 people, then filters <<.em those>> to keep only the vegetarian ones, and finally sorts any that are left into alphabetical order of title.
In a similar way, we can use a `-` sign to <<.em remove>> a run's tiddlers from the result so far. Here we select all vegetarian recipes apart from two:
> `[tag[Vegetarian]] -[title[ScrambledEggs]] -BeansOnToast`
!Special parameters
The parameter of each step we've seen so far has been in square brackets, meaning that ~TiddlyWiki treats it literally. But two other kinds of bracket are possible:
<<.def "Curly brackets">> `{}` mean that the parameter is a TextReference, and that its value is to be looked up in a specified tiddler. For example, if we have a tiddler called <<.tid Preference>> whose text happens to be the word <<.value Vegetarian>>, we can say
> `[tag{Preference}]`
as an alternative to `[tag[Vegetarian]]`. This allows the preference to change over time.
<<.def "Angle brackets">> `<>` mean that the parameter is the name of a [[variable|Variables]] whose value is to be used instead. Here we use the built-in <<.vlink currentTiddler>> variable in a filter that selects any tiddlers whose text contains the title of the current one:
> `[search<currentTiddler>]`
This brief presentation explains the basic principles of TiddlyWiki.
<iframe width="560" height="315" src="http://www.youtube.com/embed/KtCUr83XgyE" frameborder="0" allowfullscreen></iframe>
The TiddlyWiki used to produce the video can be found here:
http://tiddlywiki.com/editions/introduction/
The parameter <<.place C>> is one of the following fundamental categories:
|!Category |!Matches any tiddler that... |
|^`current` |is the [[current tiddler|Current Tiddler]] |
|^`image` |has an image ContentType |
|^`missing` |does not exist (other than possibly as a shadow tiddler), regardless of whether there are any links it |
|^`orphan` |has no [[hard links|Hard and Soft Links]] to it |
|^`shadow` |is a [[shadow tiddler|ShadowTiddlers]], regardless of whether it has been overridden with a non-shadow tiddler |
|^`system` |is a [[system tiddler|SystemTiddlers]], i.e. its title starts with `$:/` |
|^`tag` |is in use as a tag |
|^`tiddler` |exists as a non-shadow tiddler |
If <<.place C>> is anything else, the output is an error message.
`!is[tiddler]` is a synonym for `is[missing]`, and vice versa.
When <<.op is[missing]>> is the first operator in a [[run|Filter Run]], its output is always empty. And when <<.op is[shadow]>> comes first, it outputs only those shadow tiddlers that have been overridden. This is because the [[initial input to a run|Filter Expression]] contains only <<.em non>>-shadow tiddlers.
The <<.olink all>> operator is similar, but its scope is the whole wiki.
<<.operator-examples "is">>
<<.operator-example 1 "[is[tag]]">>
<<.operator-example 2 "[!is[tag]]">>
<<.operator-example 3 "[all[shadows]!is[system]]" "shadow tiddlers that don't start with `$:/`">>
<<.operator-example 4 "[is[system]tag[$:/tags/Stylesheet]]" "system stylesheets">>
<<.operator-example 5 "[all[shadows]is[system]tag[$:/tags/Stylesheet]]" "shadow system stylesheets">>
<<.operator-example 6 "[is[shadow]]" "overridden shadow tiddlers">>
<<.operator-example 7 "[is[missing]]" "empty because its input contains only tiddlers that exist">>
~JavaScript is a computer language that was originally introduced by browsers as a way of scripting web pages. At first it was considered a poorly designed toy, but over the years has become recognised as a powerful language in its own right, and has been adopted widely beyond the browser.
~JavaScript looks like this:
```
function circleArea(radius) {
return radius * 2 * 3.141592653;
}
```
<<.dlink-ex JSON "http://en.wikipedia.org/wiki/JSON">> is a standard plain-text format used for modelling hierarchical structures of objects that contain named fields.
DataTiddlers can have JSON content.
The <<.mlink jsontiddlers>> macro returns tiddler content in JSON format.
I'm the original inventor of TiddlyWiki. You can find me on these services:
* jeremy (at) jermolene (dot) com
* [[Jermolene on GitHub|https://github.com/Jermolene]]
* [[Jermolene on GitTip|https://www.gittip.com/Jermolene/]], a micropayment service
* [[@Jermolene on Twitter|http://twitter.com/#!/jermolene]]
* [[Jermy on LinkedIn|http://www.linkedin.com/in/jermy]]
* [[Jermy on Flickr|http://www.flickr.com/photos/jermy/]]
Further information:
* An [[interview with me in The Inquirer|http://www.theinquirer.net/inquirer/feature/2105529/bt-software-engineer-tells-telco-source]] by Wendy Grossman
* A [[hilarious interview with me|http://www.youtube.com/watch?v=auyIhw8MTmQ]] from British television in 1983
* Here's a video of a presentation I did in 2007 called [["How to Start an Open Source Project"|http://vimeo.com/856110]].
A JSON tiddler is a [[data tiddler|DataTiddlers]] containing a [[JSON|JavaScript Object Notation]] structure in its `text` field.
Its [[ContentType]] is `application/json`.
The [[history list|$:/HistoryList]] is a good example of a JSON tiddler.
The <<.def jsontiddlers>> [[macro|Macros]] returns the fields of a [[selection of tiddlers|Title Selection]] in [[JSON|JavaScript Object Notation]] form.
An example can be seen in the [[template tiddler for JSON exports|$:/core/templates/exporters/JsonFile]].
!! Parameters
;filter
: A [[filter|Filters]] selecting which tiddlers to include
This plugin adds the ability to display mathematical notation written in ~LaTeX.
See http://tiddlywiki.com/plugins/tiddlywiki/katex/
Keyboard shortcut support is currently very limited but will be improved in later releases.
! Editing Shortcuts
|Key |Shortcut description |
|<kbd>ctrl-enter</kbd> |Confirm changes to the draft tiddler containing the keyboard focus |
|<kbd>escape</kbd> |Abandon changes to the draft tiddler containing the keyboard focus |
! Introduction
The keyboard widget allows [[Messages]] to be generated in response to key presses.
! Content and Attributes
The content of the `<$keyboard>` widget is rendered normally. The keyboard shortcut only takes effect within the contained content.
|!Attribute |!Description |
|message |The title of the [[WidgetMessage|Messages]] to generate |
|param |The parameter to be passed with the [[WidgetMessage|Messages]] |
|key |Key string identifying the key to be trapped (see below) |
|class |A CSS class to be assigned to the generated HTML DIV element |
! Key Strings
Key strings are made up of zero or more of the modifiers <kbd>alt</kbd>, <kbd>shift</kbd> or <kbd>ctrl</kbd> followed by the name of a key, all joined with "+" plus symbols. Key names are either the letter or digit printed on the key (eg "a" or "1"), or one of the special keys <kbd>backspace</kbd>, <kbd>tab</kbd>, <kbd>enter</kbd> or <kbd>escape</kbd>.
For example:
```
A
shift+A
shift+escape
ctrl+enter
ctrl+shift+alt+A
```
//This is a sample task for the TaskManagementExample//
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="810" height="540">
<rect width="810" height="540" fill="#FCDD09"/>
<path stroke="#DA121A" stroke-width="60" d="M0,90H810m0,120H0m0,120H810m0,120H0"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="900" height="600">
<rect width="900" height="600" fill="#d7141a"/>
<rect width="900" height="300" fill="#fff"/>
<path d="M 450,300 0,0 V 600 z" fill="#11457e"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="370" height="280">
<rect width="370" height="280" fill="#c60c30"/>
<rect width="40" height="280" x="120" fill="#fff"/>
<rect width="370" height="40" y="120" fill="#fff"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600" viewBox="0 0 9 6">
<rect fill="#ef3340" width="9" height="6"/>
<rect fill="#fff" y="2" width="9" height="2"/>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="600" viewBox="0 0 5 3">
<desc>Flag of Germany</desc>
<rect id="black_stripe" width="5" height="3" y="0" x="0" fill="#000"/>
<rect id="red_stripe" width="5" height="2" y="1" x="0" fill="#D00"/>
<rect id="gold_stripe" width="5" height="1" y="2" x="0" fill="#FFCE00"/>
</svg>
<svg width="600" height="400" viewBox="0 0 27 18" xmlns="http://www.w3.org/2000/svg">
<desc>Flag of Greece</desc>
<rect width="27" height="18" fill="#0d5eaf"/>
<path fill="none" stroke-width="2" stroke="white" d="M5,0V11 M0,5H10 M10,3H27 M10,7H27 M0,11H27 M0,15H27"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="500" width="750">
<rect width="750" height="500" fill="#c60b1e"/>
<rect width="750" height="250" y="125" fill="#ffc400"/>
<g id="coa" stroke="#000" stroke-width="0.39">
<g id="supporters">
<g id="crown_left" stroke-width="0.26">
<path fill="#ad1519" stroke-linejoin="round" d="m167.99 222.24s-0.51 0-0.79-0.16-1.13-0.96-1.13-0.96l-0.68-0.49-0.62-0.85s-0.73-1.18-0.4-2.09c0.34-0.91 0.91-1.23 1.42-1.5 0.51-0.26 1.58-0.59 1.58-0.59s0.85-0.37 1.13-0.42c0.28-0.06 1.3-0.32 1.3-0.32s0.28-0.16 0.56-0.27c0.29-0.11 0.68-0.11 0.91-0.16 0.22-0.06 0.79-0.24 1.13-0.26 0.52-0.02 1.36 0.1 1.64 0.1s1.24 0.05 1.64 0.05c0.39 0 1.8-0.11 2.2-0.11 0.39 0 0.68-0.05 1.13 0 0.45 0.06 1.24 0.32 1.47 0.43s1.58 0.59 2.09 0.75 1.75 0.37 2.32 0.64c0.56 0.27 0.91 0.72 1.19 1.1 0.28 0.37 0.34 0.78 0.45 1.05 0.11 0.26 0.11 0.84 0 1.11-0.11 0.26-0.51 0.81-0.51 0.81l-0.62 1.02-0.79 0.64s-0.57 0.54-1.02 0.48c-0.45-0.04-5.03-0.86-7.97-0.86s-7.64 0.86-7.64 0.86h0.01z"/>
<g fill="#c8b100">
<ellipse cx="175.66" cy="215.68" rx="1.38" ry="2.5"/>
<ellipse cx="175.68" cy="215.68" rx="0.64" ry="2.3"/>
<ellipse stroke="none" cx="175.68" cy="213.04" rx="0.93" ry="0.87"/>
<path stroke-width="0.3" d="m176.96 212.74v0.58h-2.53v-0.58h0.94v-1.32h-0.62v-0.57h0.62v-0.57h0.6v0.57h0.62v0.57h-0.62v1.32h0.99"/>
<path fill="none" d="m175.94,212.2a0.93,0.87 0 1,1 -0.5,0"/>
<path d="m175.68 222.08h-4.81l-0.11-1.18-0.23-1.23-0.23-1.53c-1.33-1.75-2.55-2.9-2.96-2.65 0.1-0.32 0.22-0.56 0.47-0.71 1.18-0.7 3.61 0.98 5.44 3.74 0.16 0.25 0.32 0.5 0.46 0.75h3.97c0.14-0.25 0.3-0.5 0.46-0.75 1.82-2.76 4.26-4.44 5.43-3.74 0.26 0.15 0.37 0.39 0.47 0.71-0.41-0.24-1.62 0.9-2.96 2.65l-0.23 1.53-0.23 1.23-0.1 1.18h-4.84z"/>
<path fill="none" d="m167.55 215.44c0.91-0.53 3.02 1.14 4.73 3.74m11.55-3.74c-0.91-0.53-3.01 1.14-4.73 3.74"/>
</g>
<g id="crown_pt1" fill="#c8b100">
<path d="m168.58 224.25c-0.2-0.57-0.58-1.08-0.58-1.08 1.95-0.57 4.66-0.93 7.67-0.94 3.01 0.01 5.75 0.37 7.69 0.94 0 0-0.22 0.38-0.52 0.91-0.17 0.3-0.39 0.81-0.38 0.81-1.75-0.54-4.02-0.81-6.8-0.82-2.79 0.01-5.46 0.35-6.86 0.86 0.02 0-0.1-0.32-0.23-0.68h0.01"/>
<path d="m175.67 226.73c2.43-0.01 5.11-0.38 6.1-0.63 0.66-0.2 1.05-0.49 0.98-0.84-0.04-0.16-0.18-0.3-0.37-0.38-1.46-0.47-4.07-0.8-6.71-0.8-2.63 0-5.27 0.33-6.72 0.8-0.19 0.08-0.33 0.22-0.37 0.38-0.07 0.35 0.32 0.64 0.98 0.84 0.99 0.25 3.68 0.62 6.11 0.63z"/>
<path d="m183.48 222.08l-0.59-0.53s-0.57 0.34-1.28 0.24c-0.7-0.11-0.93-0.97-0.93-0.97s-0.79 0.67-1.44 0.62c-0.65-0.06-1.07-0.62-1.07-0.62s-0.71 0.51-1.33 0.46c-0.62-0.06-1.21-0.83-1.21-0.83s-0.63 0.8-1.25 0.86c-0.62 0.05-1.13-0.54-1.13-0.54s-0.28 0.59-1.07 0.72-1.47-0.62-1.47-0.62-0.45 0.73-0.99 0.92c-0.54 0.18-1.24-0.27-1.24-0.27s-0.12 0.27-0.2 0.43-0.31 0.19-0.31 0.19l0.18 0.47c1.93-0.56 4.56-0.91 7.53-0.91s5.67 0.35 7.61 0.92l0.2-0.54h-0.01z"/>
<path d="m175.69 219.49l0.28 0.05c-0.05 0.12-0.06 0.24-0.06 0.38 0 0.58 0.5 1.05 1.12 1.05 0.49 0 0.91-0.31 1.06-0.73 0.01 0.01 0.11-0.38 0.15-0.38 0.03 0 0.03 0.41 0.05 0.41 0.07 0.53 0.55 0.89 1.1 0.89 0.62 0 1.11-0.47 1.11-1.06 0-0.04 0-0.08-0.01-0.12l0.35-0.35 0.19 0.44c-0.07 0.14-0.1 0.29-0.1 0.46 0 0.56 0.47 1.01 1.06 1.01 0.37 0 0.69-0.18 0.88-0.45l0.23-0.29v0.36c0 0.34 0.14 0.66 0.49 0.71 0 0 0.38 0.03 0.91-0.38 0.52-0.41 0.8-0.75 0.8-0.75l0.03 0.42s-0.51 0.84-0.97 1.1c-0.25 0.15-0.64 0.31-0.95 0.25-0.32-0.05-0.55-0.31-0.67-0.61-0.23 0.14-0.51 0.22-0.8 0.22-0.63 0-1.2-0.35-1.42-0.86-0.29 0.31-0.69 0.5-1.16 0.5-0.51 0-0.97-0.23-1.26-0.58-0.28 0.27-0.67 0.43-1.09 0.43-0.55 0-1.05-0.28-1.33-0.69-0.29 0.41-0.78 0.69-1.34 0.69-0.42 0-0.81-0.16-1.09-0.43-0.29 0.35-0.75 0.58-1.25 0.58-0.48 0-0.88-0.19-1.17-0.5-0.22 0.51-0.79 0.86-1.42 0.86-0.29 0-0.56-0.08-0.79-0.22-0.12 0.3-0.35 0.56-0.68 0.61-0.3 0.06-0.69-0.1-0.94-0.25-0.47-0.26-1.02-1.1-1.02-1.1l0.07-0.42s0.29 0.34 0.81 0.75 0.91 0.38 0.91 0.38c0.34-0.05 0.49-0.37 0.49-0.71v-0.36l0.22 0.29c0.19 0.27 0.51 0.45 0.88 0.45 0.59 0 1.06-0.45 1.06-1.01 0-0.17-0.02-0.32-0.1-0.46l0.19-0.44 0.35 0.35c-0.01 0.04-0.01 0.08-0.01 0.12 0 0.59 0.49 1.06 1.11 1.06 0.55 0 1.03-0.36 1.11-0.89 0.01 0 0.01-0.41 0.04-0.41 0.05 0 0.14 0.39 0.16 0.38 0.14 0.42 0.56 0.73 1.06 0.73 0.61 0 1.11-0.47 1.11-1.05 0-0.14 0-0.26-0.05-0.38l0.29-0.05h0.01z"/>
<path stroke-linejoin="round" d="m175.67 222.23c-3.01 0.01-5.72 0.37-7.67 0.94-0.13 0.04-0.29-0.06-0.33-0.17-0.04-0.13 0.05-0.28 0.18-0.32 1.95-0.6 4.73-0.98 7.82-0.98s5.88 0.38 7.83 0.98c0.13 0.04 0.22 0.19 0.18 0.32-0.04 0.11-0.2 0.21-0.33 0.17-1.95-0.57-4.67-0.93-7.68-0.94z"/>
<path d="m165.43 221c-0.01 0.01-0.38-0.48-0.65-0.73-0.2-0.18-0.68-0.33-0.68-0.33 0-0.08 0.28-0.28 0.58-0.28 0.18 0 0.35 0.07 0.45 0.2l0.04-0.2s0.24 0.05 0.35 0.32c0.12 0.29 0.05 0.72 0.05 0.72s-0.05 0.2-0.14 0.3z"/>
<path d="m167.32 220.22l-0.11 0.66-1.4 0.15-0.21-0.12 0.04-0.23 1.06-0.87 0.62 0.41"/>
<path d="m165.45 220.75c0.12-0.12 0.36-0.09 0.53 0.06 0.18 0.15 0.24 0.38 0.12 0.5-0.12 0.13-0.36 0.1-0.53-0.06-0.18-0.15-0.24-0.38-0.12-0.5z"/>
<path d="m168.02 220.88c-0.06-0.18 0-0.37 0.13-0.42 0.14-0.03 0.3 0.09 0.37 0.27 0.06 0.19 0 0.38-0.14 0.42-0.13 0.04-0.29-0.08-0.36-0.27z"/>
<path d="m168.67 220.04l0.51 0.48 1.22-0.66 0.09-0.21-0.17-0.17-1.4-0.12-0.25 0.68"/>
<path d="m170.08 217.76l-0.67 0.64 0.86 1.14 0.23 0.09 0.17-0.18 0.3-1.37-0.89-0.32"/>
<path d="m172.36 219.3l-0.26 0.63-1.4-0.13-0.18-0.16 0.1-0.22 1.22-0.64 0.52 0.52"/>
<ellipse cx="170.51" cy="219.65" rx="0.49" ry="0.47"/>
<path d="m172.87 219.95c-0.03-0.2 0.07-0.37 0.21-0.39s0.28 0.13 0.3 0.33c0.03 0.19-0.07 0.37-0.21 0.38-0.14 0.02-0.28-0.13-0.3-0.32z"/>
<path d="m173.78 219.24l0.4 0.57 1.34-0.42 0.14-0.18-0.15-0.2-1.33-0.39-0.4 0.62"/>
<path d="m175.66 217.15l-0.86 0.52 0.64 1.38 0.22 0.14 0.22-0.14 0.64-1.38-0.86-0.52"/>
<path d="m177.55 219.24l-0.39 0.57-1.34-0.42-0.14-0.18 0.14-0.2 1.34-0.39 0.39 0.62"/>
<ellipse cx="175.67" cy="219.21" rx="0.49" ry="0.47"/>
<path d="m178.5 219.95c0.02-0.2-0.08-0.37-0.22-0.39s-0.28 0.13-0.3 0.33c-0.02 0.19 0.07 0.37 0.21 0.38 0.14 0.02 0.28-0.13 0.31-0.32z"/>
<path d="m178.99 219.3l0.26 0.63 1.4-0.13 0.18-0.16-0.1-0.22-1.22-0.64-0.52 0.52"/>
<path d="m181.27 217.76l0.67 0.64-0.86 1.14-0.23 0.09-0.17-0.18-0.3-1.37 0.89-0.32"/>
<path d="m182.68 220.04l-0.51 0.48-1.22-0.66-0.1-0.21 0.19-0.17 1.4-0.12 0.24 0.68"/>
<ellipse cx="180.85" cy="219.65" rx="0.49" ry="0.47"/>
<path d="m183.34 220.88c0.06-0.18 0-0.37-0.13-0.42-0.14-0.03-0.3 0.09-0.37 0.27-0.06 0.19 0 0.38 0.14 0.42 0.13 0.04 0.29-0.08 0.36-0.27z"/>
<path d="m185.73 221c0.01 0.01 0.38-0.48 0.66-0.73 0.19-0.18 0.67-0.33 0.67-0.33 0-0.08-0.28-0.28-0.58-0.28-0.18 0-0.35 0.07-0.45 0.2l-0.04-0.2s-0.24 0.05-0.36 0.32c-0.11 0.29-0.03 0.72-0.03 0.72s0.04 0.2 0.13 0.3z"/>
<path d="m183.84 220.22l0.11 0.66 1.4 0.15 0.21-0.12-0.05-0.23-1.05-0.87-0.62 0.41"/>
<path d="m185.74 220.75c-0.11-0.12-0.35-0.09-0.53 0.06s-0.24 0.38-0.12 0.5c0.12 0.13 0.36 0.1 0.54-0.06 0.18-0.15 0.23-0.38 0.11-0.5z"/>
</g>
<g id="crown_pt2" fill="none">
<path fill="#ad1519" d="m168.05 224.3l0.31-0.5 0.65 0.13-0.38 0.56-0.58-0.19"/>
<path fill="#058e6e" d="m170.85 223.81l-0.69 0.11c-0.18 0.02-0.35-0.09-0.38-0.26-0.02-0.17 0.1-0.32 0.27-0.35l0.7-0.1 0.71-0.11c0.18-0.02 0.34 0.09 0.37 0.25 0.02 0.17-0.1 0.33-0.27 0.35l-0.71 0.11"/>
<ellipse fill="#fff" cx="173.19" cy="223.3" rx="0.44" ry="0.41"/>
<path fill="#ad1519" d="m175.7 223.48h-0.96c-0.18 0-0.33-0.14-0.33-0.31s0.14-0.31 0.32-0.31h1.96c0.19 0 0.33 0.14 0.33 0.31s-0.15 0.31-0.33 0.31h-0.99"/>
<ellipse fill="#fff" cx="178.16" cy="223.3" rx="0.44" ry="0.41"/>
<path fill="#058e6e" d="m180.5 223.81l0.69 0.11c0.18 0.02 0.35-0.09 0.38-0.26 0.02-0.17-0.09-0.32-0.27-0.35l-0.7-0.1-0.71-0.11c-0.18-0.02-0.35 0.09-0.37 0.25-0.03 0.17 0.09 0.33 0.27 0.35l0.71 0.11"/>
<path fill="#ad1519" d="m183.24 224.33l-0.25-0.53-0.67 0.06 0.32 0.59 0.6-0.12"/>
<path fill="#ad1519" stroke-linejoin="round" d="m175.66 226.16c-2.43 0-4.63-0.22-6.3-0.65 1.67-0.43 3.87-0.69 6.3-0.7 2.44 0 4.65 0.27 6.33 0.7-1.68 0.43-3.89 0.65-6.33 0.65z"/>
<path stroke-width="0.01" d="m176.8 226.08v-1.16m-0.58 1.2l0.01-1.23m-0.43 1.25v-1.26"/>
<path stroke-width="0.02" d="m175.44 226.15v-1.27"/>
<path stroke-width="0.03" d="m175.09 226.15v-1.27"/>
<path stroke-width="0.04" d="m174.77 226.15v-1.27"/>
<path stroke-width="0.04" d="m174.44 226.15v-1.27"/>
<path stroke-width="0.05" d="m174.16 226.15v-1.27"/>
<path stroke-width="0.06" d="m173.61 226.08l-0.01-1.15m0.27 1.17v-1.21"/>
<path stroke-width="0.07" d="m173.1 226.03v-1.06m0.26 1.09l-0.01-1.13"/>
<path stroke-width="0.08" d="m172.42 225.97v-0.93m0.23 0.94v-0.98m0.23 1.02v-1.02"/>
<path stroke-width="0.09" d="m172.19 225.96v-0.9"/>
<path stroke-width="0.1" d="m171.97 225.92v-0.85"/>
<path stroke-width="0.11" d="m171.73 225.89v-0.78"/>
<path stroke-width="0.12" d="m171.24 225.82l-0.01-0.62m0.26 0.66v-0.7"/>
<path stroke-width="0.12" d="m170.99 225.77v-0.55"/>
<path stroke-width="0.13" d="m170.76 225.73v-0.46"/>
<path stroke-width="0.14" d="m170.51 225.67v-0.36"/>
<path stroke-width="0.15" d="m170.26 225.64v-0.27"/>
<path stroke-width="0.18" d="m169.99 225.58v-0.13"/>
</g>
</g>
<g id="pillar_left">
<g fill="#005bbf">
<path d="m191.28 330.68c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.32-3.91 0.83-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.54-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.33 3.92-0.86 1.01-0.52 2.4-0.84 3.91-0.84 1.5 0 2.86 0.32 3.86 0.83 1.02 0.54 2.37 0.87 3.91 0.87l0.02-2.41z"/>
<path fill="#ccc" d="m191.28 333.09c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.83-3.86-0.83-1.51 0-2.9 0.32-3.91 0.84-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.37-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.54 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.84 3.91-0.84c1.5 0 2.86 0.32 3.86 0.84 1.02 0.53 2.37 0.86 3.91 0.86l0.02-2.41"/>
<path d="m191.28 335.5c-1.54 0-2.91-0.33-3.93-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.4c1.53 0 2.93-0.34 3.95-0.88 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.37 0.86 3.91 0.86l0.02-2.4"/>
<path fill="#ccc" d="m191.26 340.32c-1.54 0-2.89-0.33-3.91-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.31-3.91 0.83s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.53-2.42 0.88-3.95 0.88v-2.4c1.53 0 2.93-0.36 3.95-0.9 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.39 0.86 3.93 0.86l-0.02 2.42"/>
<path d="m191.26 342.73c-1.54 0-2.89-0.33-3.91-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v-2.39c1.53 0 2.93-0.37 3.95-0.9 1-0.52 2.34-0.81 3.86-0.81 1.45 0 2.79 0.3 3.79 0.79 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.83 3.91-0.83c1.5 0 2.86 0.31 3.86 0.82 1.02 0.54 2.38 0.87 3.93 0.87l-0.02 2.41z"/>
</g>
<g fill="#c8b100">
<path stroke-linejoin="round" d="m166.92 320.78c0.05 0.21 0.13 0.4 0.13 0.62 0 1.46-1.27 2.63-2.81 2.63h22.94c-1.55 0-2.81-1.17-2.81-2.63 0-0.21 0.04-0.41 0.09-0.62-0.13 0.05-0.29 0.06-0.44 0.06h-16.69c-0.13 0-0.29-0.02-0.41-0.06z"/>
<path d="m167.33 319.27h16.69c0.57 0 1.02 0.35 1.02 0.78s-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.36-1.02-0.79s0.46-0.78 1.02-0.78z"/>
<path d="m164.27 329.86h22.87v-5.83h-22.87v5.83z"/>
</g>
<path fill="#ccc" d="m167.55 318.32h16.25v-79.63h-16.25v79.63z"/>
<path fill="none" d="m179.13 238.8v79.46m1.83-79.46v79.46"/>
<g fill="#c8b100">
<path d="m164.58 232.37h22.29v-5.84h-22.29v5.84z"/>
<path stroke-linejoin="round" d="m166.92 236.26c0.14-0.06 0.24-0.07 0.41-0.07h16.69c0.17 0 0.32 0.03 0.46 0.08-0.58-0.19-0.99-0.71-0.99-1.32s0.45-1.14 1.03-1.33c-0.14 0.04-0.33 0.08-0.49 0.08h-16.7c-0.17 0-0.33-0.01-0.47-0.06l0.09 0.02c0.6 0.18 0.94 0.71 0.94 1.29 0 0.56-0.38 1.13-0.97 1.31z"/>
<path d="m167.33 236.19h16.69c0.57 0 1.02 0.35 1.02 0.78 0 0.44-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.35-1.02-0.79 0-0.43 0.46-0.78 1.02-0.78z"/>
<path d="m167.33 232.37h16.7c0.57 0 1.03 0.3 1.03 0.66 0 0.37-0.46 0.67-1.03 0.67h-16.7c-0.56 0-1.02-0.3-1.02-0.67 0-0.36 0.46-0.66 1.02-0.66z"/>
</g>
</g>
<g id="ribbon_left" fill="#ad1519">
<path d="m162.48 298.62c-2.26 1.3-3.8 2.64-3.55 3.31 0.12 0.61 0.84 1.07 1.87 1.75 1.62 1.13 2.6 3.14 1.83 4.07 1.34-1.08 2.19-2.69 2.19-4.49 0-1.87-0.9-3.56-2.34-4.64z"/>
<path stroke-linejoin="round" d="m200.4 268.47c-3.54-1.46-9.57-2.55-16.49-2.78-2.39 0.02-5.04 0.25-7.79 0.7-9.72 1.63-17.13 5.51-16.54 8.67 0.01 0.06 0.04 0.2 0.05 0.26 0 0-3.64-8.21-3.7-8.52-0.65-3.51 7.56-7.82 18.35-9.62 3.39-0.57 6.69-0.79 9.56-0.76 6.9 0 12.9 0.89 16.52 2.23l0.04 9.82"/>
<path d="m167.52 278.47c-4.51-0.32-7.58-1.53-7.94-3.41-0.28-1.5 1.25-3.17 3.97-4.68 1.21 0.14 2.58 0.3 4 0.3l-0.03 7.79"/>
<path d="m183.83 272.38c2.82 0.43 4.93 1.13 5.98 1.99l0.1 0.17c0.5 1.03-1.97 3.22-6.11 5.67l0.03-7.83"/>
<path stroke-linejoin="round" d="m157.42 293.83c-0.43-1.28 3.97-3.86 10.18-6.14 2.84-1.01 5.18-2.07 8.09-3.35 8.63-3.82 15-8.2 14.22-9.79l-0.09-0.17c0.46 0.38 1.18 8.24 1.18 8.24 0.78 1.46-5.05 5.78-13 9.58-2.54 1.22-7.91 3.2-10.44 4.09-4.54 1.57-9.04 4.54-8.63 5.64l-1.51-8.09v-0.01z"/>
</g>
<g id="crown_right" stroke-width="0.26">
<path fill="#ad1519" stroke-width="0.27" d="m324.85 220.42s-0.74 0.78-1.28 0.89c-0.53 0.1-1.21-0.49-1.21-0.49s-0.48 0.51-1.08 0.64c-0.59 0.14-1.41-0.66-1.41-0.66s-0.57 0.8-1.07 0.99c-0.51 0.18-1.13-0.24-1.13-0.24s-0.23 0.39-0.65 0.61c-0.18 0.09-0.48-0.05-0.48-0.05l-0.6-0.38-0.68-0.72-0.62-0.24s-0.28-0.91-0.31-1.07c-0.02-0.16-0.08-0.57-0.08-0.57-0.13-0.65 0.87-1.4 2.3-1.72 0.82-0.19 1.54-0.18 2.06-0.02 0.57-0.48 1.78-0.82 3.2-0.82 1.29 0 2.42 0.27 3.04 0.7 0.61-0.43 1.74-0.7 3.03-0.7 1.42 0 2.62 0.34 3.19 0.82 0.53-0.16 1.24-0.17 2.07 0.02 1.42 0.32 2.43 1.07 2.3 1.72 0 0-0.06 0.41-0.08 0.57-0.03 0.16-0.32 1.07-0.32 1.07l-0.62 0.24-0.68 0.72-0.58 0.38s-0.3 0.14-0.48 0.05c-0.43-0.21-0.66-0.61-0.66-0.61s-0.62 0.42-1.13 0.24c-0.51-0.19-1.07-0.99-1.07-0.99s-0.82 0.8-1.42 0.66c-0.59-0.13-1.07-0.64-1.07-0.64s-0.68 0.59-1.21 0.49c-0.54-0.11-1.27-0.89-1.27-0.89z"/>
<g fill="#c8b100">
<ellipse cx="324.82" cy="216.2" rx="1.38" ry="1.96"/>
<ellipse cx="324.85" cy="216.2" rx="0.63" ry="1.81"/>
<ellipse stroke="none" cx="324.84" cy="213.95" rx="0.93" ry="0.88"/>
<path stroke-width="0.3" d="m326.13 213.64v0.58h-2.53v-0.58h0.94v-1.3h-0.62v-0.58h0.62v-0.58h0.61v0.58h0.61v0.58h-0.61v1.3h0.98"/>
<path fill="none" d="m325.11,213.12a0.93,0.88 0 1,1 -0.51,-0.01"/>
</g>
<g fill="none" stroke-width="0.21">
<path stroke-width="0.26" stroke-linecap="round" d="m314.41 219.99c-0.13-0.33-0.22-0.7-0.22-1.08 0-1.59 1.26-2.88 2.83-2.88 0.5 0 0.96 0.13 1.37 0.37"/>
<path stroke-width="0.26" d="m319.48 217.93c-0.15-0.26-0.29-0.54-0.29-0.84 0-1.15 1.19-2.08 2.64-2.08 0.62 0 1.2 0.17 1.65 0.45"/>
<path stroke-width="0.26" d="m330.17 217.96c0.15-0.26 0.25-0.57 0.25-0.87 0-1.15-1.18-2.08-2.64-2.08-0.62 0-1.19 0.17-1.64 0.45"/>
<path stroke-width="0.26" stroke-linecap="round" d="m335.21 219.99c0.13-0.33 0.21-0.7 0.21-1.08 0-1.59-1.26-2.88-2.82-2.88-0.5 0-0.97 0.13-1.38 0.37"/>
<ellipse cx="313.57" cy="218.68" rx="0.45" ry="0.43"/>
<ellipse cx="313.74" cy="217.1" rx="0.45" ry="0.43"/>
<ellipse cx="314.76" cy="215.9" rx="0.45" ry="0.43"/>
<ellipse cx="316.11" cy="215.25" rx="0.45" ry="0.43"/>
<ellipse cx="317.55" cy="215.31" rx="0.45" ry="0.43"/>
<ellipse fill="#fff" cx="318.43" cy="217.08" rx="0.45" ry="0.43"/>
<ellipse cx="318.68" cy="215.58" rx="0.45" ry="0.43"/>
<ellipse cx="319.81" cy="214.64" rx="0.45" ry="0.43"/>
<ellipse cx="321.23" cy="214.19" rx="0.45" ry="0.43"/>
<ellipse cx="322.67" cy="214.24" rx="0.45" ry="0.43"/>
<ellipse cx="326.94" cy="214.24" rx="0.45" ry="0.43"/>
<ellipse cx="328.39" cy="214.19" rx="0.45" ry="0.43"/>
<ellipse cx="329.8" cy="214.64" rx="0.45" ry="0.43"/>
<ellipse cx="330.93" cy="215.58" rx="0.45" ry="0.43"/>
<ellipse fill="#fff" cx="331.18" cy="217.08" rx="0.45" ry="0.43"/>
<ellipse cx="332.06" cy="215.31" rx="0.45" ry="0.43"/>
<ellipse cx="333.51" cy="215.25" rx="0.45" ry="0.43"/>
<ellipse cx="334.86" cy="215.9" rx="0.45" ry="0.43"/>
<ellipse cx="335.88" cy="217.1" rx="0.45" ry="0.43"/>
<ellipse cx="336.05" cy="218.68" rx="0.45" ry="0.43"/>
</g>
<use xlink:href="#crown_pt1" x="149.17"/>
<use xlink:href="#crown_pt2" x="149.17"/>
</g>
<use id="pillar_right" xlink:href="#pillar_left" x="149.17"/>
<use id="ribbon_right" xlink:href="#ribbon_left" transform="matrix(-1,0,0,1,500.57,0)"/>
<g id="plus_ultra" fill="#c8b100" stroke="none">
<path d="m166.42 264.65c1.99-0.72 3.29-1.58 2.66-3.14-0.41-1-1.43-1.19-2.97-0.63l-2.71 0.99 2.44 6.03c0.27-0.12 0.54-0.24 0.81-0.34 0.28-0.1 0.57-0.18 0.85-0.26l-1.08-2.64v-0.01zm-1.18-2.91l0.69-0.25c0.57-0.21 1.21 0.1 1.5 0.8 0.21 0.53 0.16 1.13-0.5 1.55-0.21 0.13-0.46 0.23-0.7 0.33l-0.99-2.43"/>
<path d="m172.78 259.22c-0.29 0.08-0.57 0.16-0.86 0.22-0.29 0.05-0.59 0.09-0.88 0.12l1.41 6.28 4.38-0.88c-0.05-0.12-0.12-0.26-0.14-0.38-0.03-0.14-0.03-0.28-0.04-0.41-0.77 0.22-1.61 0.46-2.61 0.66l-1.26-5.61"/>
<path d="m181.56 264.63c0.82-2.28 1.82-4.46 2.81-6.67-0.18 0.03-0.36 0.06-0.54 0.07s-0.37 0.01-0.54 0c-0.53 1.61-1.18 3.21-1.87 4.8-0.82-1.51-1.73-2.99-2.43-4.51-0.34 0.04-0.69 0.09-1.03 0.12-0.34 0.02-0.7 0.01-1.04 0.02 1.26 2.06 2.48 4.11 3.64 6.23 0.16-0.03 0.32-0.06 0.5-0.08 0.16-0.01 0.33 0.01 0.5 0.02"/>
<path d="m190.72 259.8c0.15-0.31 0.31-0.6 0.48-0.89-0.24-0.22-0.96-0.55-1.81-0.63-1.79-0.18-2.81 0.61-2.93 1.69-0.26 2.26 3.31 2.07 3.14 3.57-0.07 0.64-0.75 0.9-1.48 0.83-0.81-0.08-1.41-0.53-1.51-1.19l-0.22-0.02c-0.12 0.39-0.29 0.77-0.48 1.15 0.53 0.34 1.21 0.53 1.85 0.59 1.83 0.19 3.22-0.54 3.35-1.74 0.23-2.15-3.37-2.27-3.23-3.54 0.06-0.53 0.47-0.88 1.4-0.79 0.67 0.07 1.08 0.43 1.26 0.95l0.18 0.02"/>
<path d="m310.3 264.98c0.62-2.33 1.41-4.58 2.19-6.87-0.17 0.05-0.35 0.09-0.53 0.11-0.17 0.03-0.36 0.04-0.54 0.05-0.37 1.64-0.88 3.29-1.42 4.94-0.96-1.44-2-2.84-2.83-4.3-0.34 0.07-0.68 0.15-1.02 0.2s-0.69 0.07-1.04 0.11c1.45 1.94 2.85 3.89 4.2 5.91 0.16-0.04 0.32-0.1 0.5-0.12 0.16-0.02 0.33-0.02 0.49-0.03"/>
<path d="m316.48 258.16c-0.29 0.01-0.59 0.04-0.88 0.03-0.3 0-0.6-0.04-0.89-0.06l-0.12 6.41 4.49 0.08c-0.03-0.13-0.06-0.28-0.06-0.41s0.04-0.27 0.07-0.4c-0.81 0.05-1.68 0.1-2.71 0.08l0.1-5.73"/>
<path d="m323.52 259.21c0.72 0.06 1.41 0.19 2.1 0.31-0.01-0.13-0.03-0.27-0.02-0.41 0.01-0.13 0.06-0.26 0.1-0.39l-6.07-0.5c0.01 0.14 0.03 0.27 0.02 0.4-0.01 0.14-0.06 0.27-0.1 0.4 0.62-0.02 1.37-0.02 2.21 0.05l-0.53 5.77c0.29 0 0.59 0 0.88 0.03 0.3 0.02 0.59 0.07 0.88 0.11l0.53-5.77"/>
<path d="m326.01 265.53c0.29 0.05 0.59 0.09 0.88 0.15 0.28 0.06 0.57 0.15 0.85 0.23l0.72-2.94 0.08 0.01c0.16 0.41 0.38 0.9 0.49 1.19l0.9 2.22c0.36 0.06 0.71 0.11 1.05 0.18 0.36 0.08 0.7 0.18 1.04 0.28l-0.31-0.67c-0.48-1-0.99-2.01-1.41-3.02 1.12 0.04 1.98-0.36 2.2-1.26 0.15-0.62-0.1-1.11-0.68-1.53-0.44-0.31-1.28-0.47-1.83-0.6l-2.44-0.53-1.54 6.29m3.14-5.42c0.71 0.16 1.59 0.27 1.59 1.07-0.01 0.21-0.03 0.35-0.06 0.48-0.23 0.94-0.94 1.26-2.13 0.91l0.6-2.46"/>
<path d="m337.57 267.46c-0.05 0.69-0.18 1.37-0.31 2.1 0.3 0.14 0.61 0.27 0.9 0.44 0.3 0.16 0.57 0.34 0.86 0.52l0.6-7.23c-0.14-0.06-0.27-0.12-0.41-0.19-0.13-0.07-0.25-0.15-0.37-0.24l-6.38 4.05c0.17 0.08 0.35 0.16 0.51 0.25 0.17 0.09 0.31 0.19 0.47 0.28 0.54-0.45 1.1-0.82 1.74-1.3l2.39 1.31v0.01zm-1.81-1.66l2.13-1.37-0.25 2.4-1.88-1.03"/>
</g>
</g>
<g id="crown_crest">
<path fill="#ad1519" stroke-width="0.26" d="m249.65 182.72c6.64 0 12.56 0.99 16.41 2.51 2.2 1 5.16 1.73 8.4 2.17 2.47 0.33 4.81 0.39 6.85 0.24 2.73-0.06 6.67 0.74 10.62 2.48 3.26 1.45 5.99 3.21 7.8 4.91l-1.57 1.4-0.45 3.96-4.3 4.92-2.15 1.83-5.09 4.07-2.6 0.21-0.79 2.25-32.91-3.86-33.02 3.86-0.79-2.25-2.61-0.21-5.08-4.07-2.15-1.83-4.3-4.92-0.44-3.96-1.58-1.4c1.82-1.7 4.54-3.46 7.8-4.91 3.95-1.74 7.89-2.54 10.62-2.48 2.04 0.15 4.38 0.09 6.85-0.24 3.24-0.44 6.2-1.17 8.4-2.17 3.86-1.52 9.44-2.51 16.08-2.51z"/>
<g fill="#c8b100">
<path d="m225.34 191.42l1.38 1.11 2.08-3.4c-2.25-1.38-3.8-3.78-3.8-6.51 0-0.31 0.02-0.61 0.06-0.91 0.21-4.34 5.5-7.92 12.2-7.92 3.48 0 6.63 0.95 8.84 2.48 0.06-0.67 0.12-1.25 0.21-1.86-2.43-1.42-5.6-2.28-9.05-2.28-7.71 0-13.74 4.39-14.03 9.57-0.03 0.31-0.05 0.61-0.05 0.92 0 2.76 1.26 5.26 3.26 6.99l-1.1 1.81"/>
<path d="m225.43 191.46c-2.63-1.97-4.27-4.64-4.27-7.58 0-3.38 2.22-6.4 5.58-8.41-2.07 1.67-3.33 3.83-3.51 6.23-0.03 0.31-0.05 0.61-0.05 0.92 0 2.76 1.26 5.26 3.26 6.99l-1.01 1.85"/>
<path d="m202.21 194.89c-1.48-1.65-2.38-3.79-2.38-6.12 0-1.41 0.33-2.75 0.91-3.95 2.13-4.38 8.82-7.57 16.76-7.57 2.16 0 4.23 0.23 6.14 0.67-0.42 0.46-0.75 0.97-1.08 1.48-1.59-0.31-3.29-0.48-5.06-0.48-7.27 0-13.36 2.83-15.12 6.65-0.47 0.97-0.73 2.06-0.73 3.2 0 2.32 1.09 4.4 2.79 5.82l-2.63 4.3-1.41-1.12 1.81-2.88z"/>
<path d="m204.9 180.48c-1.91 1.21-3.36 2.69-4.16 4.34-0.58 1.2-0.91 2.54-0.91 3.95 0 2.33 0.9 4.47 2.38 6.12l-1.6 2.59c-1.53-1.96-2.42-4.26-2.42-6.7 0-4.2 2.67-7.87 6.71-10.3z"/>
<path d="m250.04 171.27c1.76 0 3.28 1.16 3.64 2.73 0.23 1.38 0.38 2.95 0.41 4.62 0.01 0.18-0.01 0.35-0.01 0.52 0 0.2 0.04 0.41 0.05 0.61 0.06 3.52 0.56 6.62 1.27 8.52l-5.36 5.14-5.43-5.14c0.72-1.9 1.22-5 1.29-8.52 0-0.2 0.04-0.41 0.04-0.61 0-0.17-0.01-0.34-0.01-0.52 0.03-1.67 0.18-3.24 0.41-4.62 0.36-1.57 1.94-2.73 3.7-2.73z"/>
<path d="m250.04 172.94c0.91 0 1.68 0.58 1.87 1.39 0.23 1.31 0.37 2.8 0.4 4.38 0 0.16-0.01 0.32-0.01 0.48 0 0.2 0.03 0.39 0.04 0.59 0.05 3.32 0.53 6.25 1.21 8.05l-3.54 3.35-3.54-3.35c0.67-1.8 1.15-4.73 1.21-8.05 0-0.2 0.04-0.39 0.04-0.59 0-0.16-0.01-0.32-0.01-0.48 0.03-1.58 0.17-3.07 0.4-4.38 0.18-0.81 1.02-1.39 1.93-1.39z"/>
<path d="m274.7 191.42l-1.39 1.11-2.08-3.4c2.26-1.38 3.81-3.78 3.81-6.51 0-0.31-0.02-0.61-0.06-0.91-0.21-4.34-5.5-7.92-12.2-7.92-3.49 0-6.63 0.95-8.84 2.48-0.06-0.67-0.12-1.25-0.22-1.86 2.44-1.42 5.6-2.28 9.06-2.28 7.71 0 13.74 4.39 14.03 9.57 0.03 0.31 0.05 0.61 0.05 0.92 0 2.76-1.27 5.26-3.27 6.99l1.11 1.81"/>
<path d="m274.61 191.46c2.63-1.97 4.27-4.64 4.27-7.58 0-3.38-2.22-6.4-5.58-8.41 2.07 1.67 3.33 3.83 3.51 6.23 0.03 0.31 0.05 0.61 0.05 0.92 0 2.76-1.27 5.26-3.27 6.99l1.02 1.85"/>
<path d="m297.83 194.89c1.47-1.65 2.38-3.79 2.38-6.12 0-1.41-0.33-2.75-0.91-3.95-2.14-4.38-8.82-7.57-16.76-7.57-2.16 0-4.23 0.23-6.15 0.67 0.43 0.46 0.76 0.97 1.09 1.48 1.58-0.31 3.29-0.48 5.06-0.48 7.27 0 13.35 2.83 15.11 6.65 0.47 0.97 0.73 2.06 0.73 3.2 0 2.32-1.09 4.4-2.79 5.82l2.63 4.3 1.42-1.12-1.81-2.88z"/>
<path d="m295.14 180.48c1.91 1.21 3.36 2.69 4.16 4.34 0.58 1.2 0.91 2.54 0.91 3.95 0 2.33-0.91 4.47-2.38 6.12l1.6 2.59c1.53-1.96 2.41-4.26 2.41-6.7 0-4.2-2.67-7.87-6.7-10.3z"/>
<ellipse fill="#005bbf" stroke-width="0.26" cx="250.05" cy="167.3" rx="4.43" ry="4.2"/>
<path stroke-width="0.26" d="m248.89 155.54v2.26h-2.42v2.3h2.42v3.15 3.46h-3.05c-0.03 0.21-0.22 0.37-0.22 0.59 0 0.58 0.12 1.14 0.35 1.64 0 0.02 0.02 0.02 0.03 0.03h8.12c0-0.01 0.02-0.01 0.03-0.03 0.22-0.5 0.35-1.06 0.35-1.64 0-0.22-0.19-0.38-0.22-0.59h-2.96v-3.43-3.18h2.42v-2.3h-2.42v-2.26h-2.43z"/>
</g>
<g fill="#fff">
<ellipse cx="250.04" cy="188.94" rx="1.91" ry="1.8"/>
<ellipse cx="250.04" cy="185.4" rx="1.91" ry="1.8"/>
<ellipse cx="250.04" cy="181.6" rx="1.52" ry="1.44"/>
<ellipse cx="250.04" cy="178.18" rx="1.1" ry="1.04"/>
<ellipse cx="250.04" cy="175.18" rx="0.88" ry="0.83"/>
<ellipse cx="198.94" cy="198.67" rx="1.1" ry="1.04"/>
<ellipse cx="197.44" cy="196.02" rx="1.1" ry="1.04"/>
<ellipse cx="196.44" cy="192.94" rx="1.1" ry="1.04"/>
<ellipse cx="196.31" cy="189.64" rx="1.1" ry="1.04"/>
<ellipse cx="197.12" cy="186.4" rx="1.1" ry="1.04"/>
<ellipse cx="198.81" cy="183.45" rx="1.1" ry="1.04"/>
<ellipse cx="201.06" cy="181.02" rx="1.1" ry="1.04"/>
<ellipse cx="203.68" cy="179.01" rx="1.1" ry="1.04"/>
<ellipse cx="206.8" cy="177.36" rx="1.1" ry="1.04"/>
<ellipse cx="210.04" cy="176.19" rx="1.1" ry="1.04"/>
<ellipse cx="213.66" cy="175.54" rx="1.1" ry="1.04"/>
<ellipse cx="217.1" cy="175.36" rx="1.1" ry="1.04"/>
<ellipse cx="220.47" cy="175.48" rx="1.1" ry="1.04"/>
<ellipse cx="224.21" cy="190.32" rx="1.1" ry="1.04"/>
<ellipse cx="222.34" cy="187.65" rx="1.1" ry="1.04"/>
<ellipse cx="221.35" cy="184.75" rx="1.1" ry="1.04"/>
<ellipse cx="221.47" cy="181.57" rx="1.1" ry="1.04"/>
<ellipse cx="222.16" cy="178.37" rx="1.1" ry="1.04"/>
<ellipse cx="223.84" cy="175.48" rx="1.1" ry="1.04"/>
<ellipse cx="226.4" cy="173.47" rx="1.1" ry="1.04"/>
<ellipse cx="229.39" cy="171.81" rx="1.1" ry="1.04"/>
<ellipse cx="232.7" cy="170.82" rx="1.1" ry="1.04"/>
<ellipse cx="236.13" cy="170.23" rx="1.1" ry="1.04"/>
<ellipse cx="239.5" cy="170.28" rx="1.1" ry="1.04"/>
<ellipse cx="242.99" cy="170.87" rx="1.1" ry="1.04"/>
<ellipse cx="246.23" cy="171.99" rx="1.1" ry="1.04"/>
<ellipse cx="253.8" cy="171.99" rx="1.1" ry="1.04"/>
<ellipse cx="257.04" cy="170.87" rx="1.1" ry="1.04"/>
<ellipse cx="260.54" cy="170.28" rx="1.1" ry="1.04"/>
<ellipse cx="263.9" cy="170.23" rx="1.1" ry="1.04"/>
<ellipse cx="267.34" cy="170.82" rx="1.1" ry="1.04"/>
<ellipse cx="270.64" cy="171.81" rx="1.1" ry="1.04"/>
<ellipse cx="273.64" cy="173.47" rx="1.1" ry="1.04"/>
<ellipse cx="276.19" cy="175.48" rx="1.1" ry="1.04"/>
<ellipse cx="277.88" cy="178.37" rx="1.1" ry="1.04"/>
<ellipse cx="278.57" cy="181.57" rx="1.1" ry="1.04"/>
<ellipse cx="278.69" cy="184.75" rx="1.1" ry="1.04"/>
<ellipse cx="277.69" cy="187.65" rx="1.1" ry="1.04"/>
<ellipse cx="275.83" cy="190.32" rx="1.1" ry="1.04"/>
<ellipse cx="279.57" cy="175.48" rx="1.1" ry="1.04"/>
<ellipse cx="282.94" cy="175.36" rx="1.1" ry="1.04"/>
<ellipse cx="286.38" cy="175.54" rx="1.1" ry="1.04"/>
<ellipse cx="290" cy="176.19" rx="1.1" ry="1.04"/>
<ellipse cx="293.24" cy="177.36" rx="1.1" ry="1.04"/>
<ellipse cx="296.36" cy="179.01" rx="1.1" ry="1.04"/>
<ellipse cx="298.97" cy="181.02" rx="1.1" ry="1.04"/>
<ellipse cx="301.22" cy="183.45" rx="1.1" ry="1.04"/>
<ellipse cx="302.91" cy="186.4" rx="1.1" ry="1.04"/>
<ellipse cx="303.72" cy="189.64" rx="1.1" ry="1.04"/>
<ellipse cx="303.6" cy="192.94" rx="1.1" ry="1.04"/>
<ellipse cx="302.6" cy="196.02" rx="1.1" ry="1.04"/>
<ellipse cx="301.1" cy="198.67" rx="1.1" ry="1.04"/>
</g>
<g fill="#c8b100">
<path d="m250.15 226.18c-12.26-0.02-23.25-1.47-31.09-3.83-0.57-0.18-0.87-0.7-0.84-1.25-0.01-0.52 0.29-1 0.84-1.17 7.84-2.36 18.83-3.81 31.09-3.83 12.27 0.02 23.25 1.47 31.09 3.83 0.55 0.17 0.84 0.65 0.83 1.17 0.03 0.55-0.27 1.07-0.83 1.25-7.84 2.36-18.82 3.81-31.09 3.83"/>
<path d="m250.07 216.09c-12.41 0.03-23.55 1.58-31.39 4 0.65-0.31 0.59-1.12-0.22-3.2-0.98-2.53-2.5-2.42-2.5-2.42 8.66-2.56 20.73-4.16 34.16-4.18 13.44 0.02 25.6 1.62 34.27 4.18 0 0-1.53-0.11-2.51 2.42-0.81 2.08-0.87 2.89-0.21 3.2-7.84-2.42-19.19-3.97-31.6-4"/>
<path d="m250.12 210.3c-13.43 0.02-25.5 1.62-34.16 4.18-0.58 0.17-1.19-0.05-1.38-0.6s0.12-1.18 0.7-1.35c8.71-2.67 21.08-4.35 34.84-4.38 13.77 0.03 26.19 1.71 34.9 4.38 0.58 0.17 0.89 0.8 0.7 1.35s-0.8 0.77-1.38 0.6c-8.67-2.56-20.78-4.16-34.22-4.18"/>
<path d="m250.2 199.78l1.23 0.22c-0.19 0.5-0.24 1.05-0.24 1.63 0 2.57 2.21 4.65 4.92 4.65 2.18 0 4.04-1.35 4.67-3.21 0.08 0.05 0.47-1.68 0.68-1.66 0.17 0.02 0.15 1.8 0.22 1.77 0.31 2.34 2.46 3.93 4.87 3.93 2.71 0 4.91-2.08 4.91-4.65 0-0.19-0.01-0.38-0.04-0.57l1.54-1.52 0.83 1.94c-0.33 0.61-0.46 1.3-0.46 2.03 0 2.46 2.1 4.44 4.69 4.44 1.63 0 3.06-0.78 3.9-1.97l0.99-1.25-0.01 1.53c0 1.55 0.66 2.93 2.16 3.18 0 0 1.73 0.1 4.03-1.7 2.29-1.8 3.55-3.29 3.55-3.29l0.2 1.8s-1.9 2.95-3.97 4.15c-1.14 0.66-2.86 1.35-4.23 1.13-1.44-0.24-2.48-1.4-3.01-2.74-1.03 0.61-2.25 0.97-3.55 0.97-2.81 0-5.33-1.54-6.32-3.86-1.29 1.4-3.09 2.25-5.2 2.25-2.24 0-4.29-1.01-5.57-2.56-1.27 1.16-2.98 1.87-4.88 1.87-2.48 0-4.69-1.22-5.94-3.05-1.25 1.83-3.46 3.05-5.94 3.05-1.89 0-3.61-0.71-4.87-1.87-1.28 1.55-3.34 2.56-5.58 2.56-2.11 0-3.9-0.85-5.19-2.25-1 2.32-3.52 3.86-6.32 3.86-1.31 0-2.52-0.36-3.55-0.97-0.54 1.34-1.57 2.5-3.02 2.74-1.36 0.22-3.08-0.47-4.22-1.13-2.08-1.2-3.98-4.15-3.98-4.15l0.2-1.8s1.27 1.49 3.56 3.29c2.29 1.81 4.02 1.7 4.02 1.7 1.51-0.25 2.16-1.63 2.16-3.18l-0.01-1.53 0.99 1.25c0.84 1.19 2.28 1.97 3.9 1.97 2.59 0 4.69-1.98 4.69-4.44 0-0.73-0.13-1.42-0.46-2.03l0.83-1.94 1.54 1.52c-0.02 0.19-0.04 0.38-0.04 0.57 0 2.57 2.2 4.65 4.91 4.65 2.42 0 4.56-1.59 4.88-3.93 0.06 0.03 0.05-1.75 0.22-1.77 0.2-0.02 0.6 1.71 0.67 1.66 0.64 1.86 2.49 3.21 4.68 3.21 2.71 0 4.91-2.08 4.91-4.65 0-0.58-0.03-1.13-0.24-1.63l1.29-0.22"/>
<path d="m208.37 206.32c-0.11-0.37-0.35-0.75-0.72-1.06-0.79-0.68-1.84-0.79-2.36-0.25-0.07 0.07-0.13 0.17-0.17 0.25 0 0-1.11-2.08-2.41-2.78-1.29-0.7-3.49-0.52-3.49-0.52 0-1.6 1.3-2.89 2.99-2.89 0.99 0 1.92 0.41 2.48 1.11l0.23-1.07s1.36 0.27 1.98 1.82-0.06 3.8-0.06 3.8 0.34-0.96 0.85-1.61c0.51-0.64 1.81-1.34 2.49-1.66 0.67-0.31 1.37-0.79 1.37-0.79s0.03 0.18 0.05 0.61c0.03 0.51-0.01 0.83-0.01 0.83 1.24-0.17 2.69 0.04 3.83 0.48-0.49 0.95-1.41 1.84-2.62 2.3 0 0 0.44 0.36 0.83 0.75 0.34 0.34 0.44 0.49 0.44 0.49s-0.85 0.13-1.27 0.19c-0.43 0.05-1.84 0.28-2.69 0.22-0.62-0.04-1.32-0.14-1.74-0.22"/>
<path fill="#ad1519" d="m205.29 205.01c0.52-0.54 1.57-0.43 2.36 0.25 0.8 0.67 1.02 1.66 0.51 2.19-0.51 0.54-1.57 0.42-2.36-0.25-0.79-0.68-1.02-1.66-0.51-2.19"/>
<path fill="#fff" d="m216.39 205.91c-0.28-0.83-0.03-1.65 0.57-1.83 0.6-0.19 1.32 0.33 1.6 1.16s0.03 1.65-0.57 1.84c-0.6 0.18-1.31-0.34-1.6-1.17"/>
<path d="m226.12 201.86c-0.33-0.27-0.59-0.64-0.67-1.08s0.01-0.87 0.23-1.23c0 0-0.88-0.44-1.83-0.69-0.72-0.19-1.99-0.2-2.37-0.2-0.38-0.02-1.15-0.03-1.15-0.03s0.07 0.17 0.28 0.55c0.27 0.46 0.5 0.75 0.5 0.75-1.27 0.29-2.35 1.12-3.03 2.09 0.99 0.68 2.3 1.1 3.6 0.97 0 0-0.12 0.34-0.2 0.86-0.06 0.43-0.06 0.61-0.06 0.61s0.71-0.26 1.07-0.39c0.35-0.13 1.54-0.55 2.15-0.96 0.8-0.54 1.48-1.25 1.48-1.25"/>
<path d="m225.68 191.65c1.06 0.67 1.98 1.79 2.3 3.03 0 0 0.13-0.25 0.71-0.59 0.59-0.33 1.09-0.32 1.09-0.32s-0.17 0.97-0.25 1.32c-0.09 0.34-0.09 1.38-0.32 2.32-0.23 0.93-0.63 1.68-0.63 1.68-0.42-0.34-0.99-0.51-1.58-0.41-0.58 0.1-1.06 0.44-1.32 0.9 0 0-0.66-0.58-1.21-1.38-0.55-0.81-0.93-1.78-1.13-2.08-0.21-0.3-0.72-1.15-0.72-1.15s0.47-0.18 1.14-0.05c0.67 0.12 0.88 0.32 0.88 0.32-0.14-1.28 0.28-2.62 1.04-3.59"/>
<path d="m228.97 201.38c0.22-0.35 0.32-0.79 0.24-1.23s-0.32-0.81-0.66-1.07c0 0 0.67-0.71 1.47-1.26 0.6-0.41 1.8-0.82 2.15-0.95 0.36-0.13 1.07-0.4 1.07-0.4s0 0.18-0.06 0.61c-0.08 0.52-0.2 0.87-0.2 0.87 1.3-0.14 2.62 0.29 3.61 0.98-0.69 0.97-1.77 1.79-3.04 2.08 0 0 0.23 0.28 0.5 0.74 0.21 0.39 0.28 0.56 0.28 0.56s-0.77-0.02-1.15-0.03c-0.38 0-1.65-0.01-2.37-0.2-0.95-0.25-1.84-0.69-1.84-0.69"/>
<ellipse fill="#ad1519" cx="227.37" cy="200.45" rx="2.17" ry="2.06"/>
<path fill="#fff" d="m237.76 201.77c-0.11-0.87 0.31-1.63 0.93-1.7 0.63-0.07 1.23 0.57 1.34 1.44 0.11 0.86-0.3 1.63-0.93 1.7-0.62 0.07-1.22-0.57-1.34-1.44"/>
<path d="m248.5 199.83c-0.32-0.36-0.53-0.82-0.53-1.33 0-0.5 0.19-0.97 0.51-1.32 0 0-0.89-0.67-1.89-1.12-0.77-0.35-2.18-0.59-2.6-0.67-0.43-0.08-1.28-0.24-1.28-0.24s0.04 0.2 0.2 0.67c0.2 0.56 0.4 0.93 0.4 0.93-1.47 0.08-2.85 0.81-3.81 1.76 0.96 0.94 2.34 1.66 3.81 1.75 0 0-0.2 0.36-0.4 0.93-0.16 0.46-0.2 0.67-0.2 0.67s0.85-0.16 1.28-0.24c0.42-0.08 1.83-0.32 2.6-0.67 1-0.46 1.91-1.11 1.91-1.11"/>
<path d="m250.11 188.36c1.05 0.95 1.85 2.36 1.95 3.82 0 0 0.19-0.27 0.91-0.53 0.73-0.26 1.28-0.16 1.28-0.16s-0.39 1.05-0.55 1.42c-0.17 0.37-0.39 1.53-0.84 2.53-0.44 1-1.05 1.76-1.05 1.76-0.4-0.45-1-0.75-1.67-0.75-0.68 0-1.27 0.3-1.67 0.75 0 0-0.61-0.76-1.05-1.76-0.45-1-0.67-2.16-0.84-2.53s-0.56-1.42-0.56-1.42 0.56-0.1 1.28 0.16 0.92 0.53 0.92 0.53c0.1-1.46 0.86-2.87 1.89-3.82"/>
<path d="m251.76 199.83c0.33-0.36 0.53-0.82 0.53-1.33 0-0.5-0.19-0.97-0.51-1.32 0 0 0.89-0.67 1.9-1.12 0.76-0.35 2.17-0.59 2.6-0.67 0.42-0.08 1.26-0.24 1.26-0.24s-0.02 0.2-0.19 0.67c-0.2 0.56-0.4 0.93-0.4 0.93 1.47 0.08 2.86 0.81 3.81 1.76-0.95 0.94-2.33 1.66-3.81 1.75 0 0 0.2 0.36 0.4 0.93 0.16 0.46 0.19 0.67 0.19 0.67l-1.26-0.24c-0.43-0.08-1.84-0.32-2.6-0.67-1.01-0.46-1.92-1.11-1.92-1.11"/>
<ellipse fill="#ad1519" cx="250.14" cy="198.5" rx="2.17" ry="2.06"/>
<path fill="#fff" d="m262.58 201.77c0.11-0.87-0.3-1.63-0.93-1.7s-1.23 0.57-1.34 1.44c-0.11 0.86 0.31 1.63 0.93 1.7 0.63 0.07 1.23-0.57 1.34-1.44"/>
<path d="m271.38 201.38c-0.22-0.35-0.32-0.79-0.25-1.23 0.09-0.44 0.33-0.81 0.67-1.07 0 0-0.67-0.71-1.47-1.26-0.61-0.41-1.8-0.82-2.16-0.95-0.35-0.13-1.06-0.4-1.06-0.4s-0.01 0.18 0.06 0.61c0.08 0.52 0.19 0.87 0.19 0.87-1.29-0.14-2.61 0.29-3.6 0.98 0.68 0.97 1.77 1.79 3.03 2.08 0 0-0.23 0.28-0.49 0.74-0.22 0.39-0.28 0.56-0.28 0.56l1.14-0.03c0.38 0 1.66-0.01 2.37-0.2 0.95-0.25 1.84-0.69 1.84-0.69"/>
<path d="m274.67 191.65c-1.06 0.67-1.98 1.79-2.31 3.03 0 0-0.12-0.25-0.71-0.59-0.58-0.33-1.09-0.32-1.09-0.32s0.17 0.97 0.26 1.32c0.09 0.34 0.09 1.38 0.31 2.32 0.23 0.93 0.64 1.68 0.64 1.68 0.42-0.34 0.99-0.51 1.57-0.41 0.59 0.1 1.06 0.44 1.33 0.9 0 0 0.66-0.58 1.21-1.38 0.54-0.81 0.92-1.78 1.12-2.08 0.21-0.3 0.72-1.15 0.72-1.15s-0.47-0.18-1.14-0.05c-0.67 0.12-0.88 0.32-0.88 0.32 0.15-1.28-0.28-2.62-1.03-3.59"/>
<path d="m274.22 201.86c0.34-0.27 0.6-0.64 0.67-1.08 0.09-0.44 0-0.87-0.22-1.23 0 0 0.88-0.44 1.83-0.69 0.72-0.19 1.99-0.2 2.36-0.2 0.39-0.02 1.15-0.03 1.15-0.03s-0.06 0.17-0.28 0.55c-0.26 0.46-0.49 0.75-0.49 0.75 1.26 0.29 2.34 1.12 3.03 2.09-0.99 0.68-2.31 1.1-3.6 0.97 0 0 0.11 0.34 0.19 0.86 0.06 0.43 0.06 0.61 0.06 0.61s-0.71-0.26-1.06-0.39c-0.36-0.13-1.55-0.55-2.16-0.96-0.79-0.54-1.48-1.25-1.48-1.25"/>
<ellipse fill="#ad1519" cx="272.98" cy="200.45" rx="2.17" ry="2.06"/>
<path fill="#fff" d="m283.96 205.91c0.28-0.83 0.03-1.65-0.57-1.83-0.6-0.19-1.32 0.33-1.61 1.16-0.28 0.83-0.03 1.65 0.57 1.84 0.6 0.18 1.32-0.34 1.61-1.17"/>
<path d="m291.97 206.32c0.11-0.37 0.36-0.75 0.72-1.06 0.79-0.68 1.85-0.79 2.36-0.25 0.07 0.07 0.14 0.17 0.18 0.25 0 0 1.1-2.08 2.4-2.78s3.5-0.52 3.5-0.52c0-1.6-1.31-2.89-3-2.89-0.99 0-1.92 0.41-2.47 1.11l-0.23-1.07s-1.36 0.27-1.98 1.82 0.05 3.8 0.05 3.8-0.33-0.96-0.84-1.61c-0.51-0.64-1.81-1.34-2.49-1.66-0.68-0.31-1.37-0.79-1.37-0.79s-0.03 0.18-0.06 0.61c-0.02 0.51 0.02 0.83 0.02 0.83-1.25-0.17-2.7 0.04-3.83 0.48 0.48 0.95 1.4 1.84 2.61 2.3 0 0-0.43 0.36-0.83 0.75-0.33 0.34-0.43 0.49-0.43 0.49s0.85 0.13 1.27 0.19c0.43 0.05 1.84 0.28 2.68 0.22 0.63-0.04 1.32-0.14 1.74-0.22"/>
<path fill="#ad1519" d="m295.05 205.01c-0.51-0.54-1.57-0.43-2.36 0.25-0.79 0.67-1.02 1.66-0.51 2.19 0.51 0.54 1.57 0.42 2.36-0.25 0.79-0.68 1.02-1.66 0.51-2.19"/>
</g>
<g fill="none">
<path fill="#ad1519" stroke-linejoin="round" d="m250.12 224.57c-11.06-0.01-21.07-1.29-28.68-3.26 7.61-1.97 17.62-3.17 28.68-3.19 11.07 0.02 21.13 1.22 28.74 3.19-7.61 1.97-17.67 3.25-28.74 3.26z"/>
<path stroke-width="0.05" d="m258.04 224.28v-6.01m-3.02 6.21l0.04-6.37m-2.24 6.45v-6.49"/>
<path stroke-width="0.09" d="m250.95 224.64v-6.57"/>
<path stroke-width="0.14" d="m249.16 224.64v-6.57"/>
<path stroke-width="0.18" d="m247.48 224.64v-6.57"/>
<path stroke-width="0.23" d="m245.81 224.64v-6.57"/>
<path stroke-width="0.28" d="m244.32 224.64v-6.57"/>
<path stroke-width="0.33" d="m241.48 224.28l-0.04-5.97m1.39 6.05v-6.25"/>
<path stroke-width="0.37" d="m238.86 224.01v-5.5m1.33 5.66l-0.04-5.86"/>
<path stroke-width="0.42" d="m235.35 223.7v-4.84m1.15 4.92v-5.08m1.19 5.24v-5.28"/>
<path stroke-width="0.46" d="m234.12 223.66v-4.68"/>
<path stroke-width="0.51" d="m232.97 223.42v-4.36"/>
<path stroke-width="0.56" d="m231.74 223.31v-4.06"/>
<path stroke-width="0.6" d="m229.22 222.95l-0.04-3.22m1.33 3.38v-3.62"/>
<path stroke-width="0.63" d="m227.93 222.68v-2.84"/>
<path stroke-width="0.68" d="m226.74 222.45v-2.36"/>
<path stroke-width="0.73" d="m225.45 222.13v-1.85"/>
<path stroke-width="0.77" d="m224.12 221.98v-1.38"/>
<path stroke-width="0.91" d="m222.72 221.66v-0.67"/>
<path d="m220.12 221.66c7.75-2.18 18.29-3.52 30-3.54 11.72 0.02 22.31 1.36 30.06 3.54"/>
<path fill="#ad1519" d="m216.72 217.16l1.22-1.59 3.37 0.43-2.69 1.96-1.9-0.8"/>
<path fill="#fff" d="m224.03 215.28c0-0.58 0.49-1.04 1.1-1.04s1.1 0.46 1.1 1.04c0 0.57-0.49 1.04-1.1 1.04s-1.1-0.47-1.1-1.04"/>
<path fill="#058e6e" d="m233.64 215.07l-2.36 0.27c-0.61 0.07-1.17-0.33-1.24-0.9-0.08-0.57 0.35-1.09 0.96-1.15l2.37-0.28 2.42-0.28c0.6-0.07 1.15 0.33 1.22 0.9s-0.36 1.09-0.96 1.16l-2.41 0.28"/>
<path fill="#fff" d="m240.54 213.35c0-0.58 0.49-1.04 1.1-1.04 0.6 0 1.1 0.46 1.1 1.04 0 0.57-0.5 1.04-1.1 1.04-0.61 0-1.1-0.47-1.1-1.04"/>
<path fill="#ad1519" d="m250.15 214.16h-3.29c-0.6 0-1.11-0.46-1.11-1.03 0-0.58 0.49-1.04 1.1-1.04h6.64c0.61 0 1.1 0.46 1.1 1.04 0 0.57-0.51 1.03-1.11 1.03h-3.33"/>
<path fill="#fff" d="m257.56 213.35c0-0.58 0.5-1.04 1.1-1.04 0.61 0 1.1 0.46 1.1 1.04 0 0.57-0.49 1.04-1.1 1.04-0.6 0-1.1-0.47-1.1-1.04"/>
<path fill="#058e6e" d="m266.66 215.07l2.36 0.27c0.6 0.07 1.17-0.33 1.24-0.9s-0.36-1.09-0.96-1.15l-2.37-0.28-2.42-0.28c-0.61-0.07-1.15 0.33-1.22 0.9-0.08 0.57 0.36 1.09 0.96 1.16l2.41 0.28"/>
<path fill="#fff" d="m274.07 215.28c0-0.58 0.49-1.04 1.1-1.04s1.1 0.46 1.1 1.04c0 0.57-0.49 1.04-1.1 1.04s-1.1-0.47-1.1-1.04"/>
<path fill="#ad1519" d="m283.57 217.16l-1.21-1.59-3.37 0.43 2.69 1.96 1.89-0.8"/>
</g>
</g>
<g id="shield" stroke-width="0.52">
<g id="Granada">
<path fill="#ccc" d="m250.49 344.33c-13.08 0-26.05-3.2-36.95-8.54-8.03-3.98-13.36-12-13.36-21.19v-33.3h100.42v33.3c0 9.19-5.32 17.21-13.36 21.19-10.9 5.34-23.66 8.54-36.75 8.54z"/>
<path fill="#ffd691" d="m252.91 329.55c2.09 0.63 3.15 2.19 3.15 4.01 0 2.38-2.3 4.18-5.3 4.18-2.99 0-5.42-1.8-5.42-4.18 0-1.79 1-3.8 3.08-3.94 0 0-0.06-0.19-0.24-0.5-0.22-0.23-0.64-0.66-0.64-0.66s0.79-0.15 1.25 0.02c0.46 0.18 0.77 0.47 0.77 0.47s0.21-0.43 0.52-0.76c0.3-0.33 0.7-0.53 0.7-0.53s0.46 0.38 0.61 0.64c0.15 0.27 0.25 0.59 0.25 0.59s0.42-0.35 0.79-0.49c0.37-0.15 0.84-0.26 0.84-0.26s-0.13 0.46-0.22 0.69-0.14 0.72-0.14 0.72"/>
<path fill="#058e6e" d="m250.32 340.32s-3.98-2.68-5.7-3.04c-2.21-0.47-4.69-0.09-5.76-0.15 0.03 0.03 1.29 0.93 1.84 1.48s2.39 1.65 3.43 1.91c3.22 0.81 6.19-0.2 6.19-0.2"/>
<path fill="#058e6e" d="m251.46 340.56s2.54-2.66 5.21-3.02c3.15-0.44 5.22 0.26 6.44 0.58 0.03 0-1.01 0.49-1.56 0.87-0.55 0.37-1.97 1.57-4.14 1.59-2.18 0.03-4.58-0.23-4.97-0.17-0.4 0.06-0.98 0.15-0.98 0.15"/>
<path fill="#ad1519" d="m250.69 337.28c-1-0.93-1.62-2.25-1.62-3.72 0-1.46 0.62-2.78 1.63-3.71 0.99 0.93 1.61 2.25 1.61 3.71 0 1.47-0.62 2.79-1.62 3.72"/>
<path fill="#058e6e" d="m249.68 342.71s0.61-1.52 0.67-2.83c0.06-1.09-0.15-2.17-0.15-2.17h0.52 0.28s0.39 1.16 0.39 2.17c0 1.02-0.18 2.37-0.18 2.37s-0.55 0.08-0.73 0.17c-0.19 0.09-0.8 0.29-0.8 0.29"/>
</g>
<g id="Aragon" fill="#c8b100">
<path fill="#ad1519" d="m250.32 314.57c0 13.16-11.16 23.82-25.05 23.82s-25.15-10.66-25.15-23.82v-33.35h50.2v33.35"/>
<path d="m200.03 314.12c0.15 7.02 2.95 12.25 5.73 15.67v-49.47h-5.66l-0.07 33.8z"/>
<path d="m211.08 334.23c1.57 0.83 3.72 2.22 6.03 2.77l-0.15-56.96h-5.88v54.19z"/>
<path d="m222.28 338.25c2.3 0.23 4.01 0.19 5.87 0v-58.21h-5.87v58.21z"/>
<path d="m233.32 337c2.3-0.46 4.9-1.89 6.03-2.63v-54.33h-5.88l-0.15 56.96z"/>
<path d="m244.81 329.24c2.45-2.18 4.75-7.12 5.59-12.76l0.14-36.44h-5.87l0.14 49.2z"/>
</g>
<g id="Navarre">
<path fill="#ad1519" d="m300.65 281.22v33.35c0 13.16-11.28 23.82-25.17 23.82-13.9 0-25.16-10.66-25.16-23.82v-33.35h50.33"/>
<path id="chains_half" fill="#c8b100" stroke="#c8b100" stroke-width="0.26" d="m272.71,306.14c0.05-0.14,0.12-0.27,0.19-0.4l-4.26-4.74-1.67,0.72-3.06-3.39,1-1.46-5.34-5.99c-0.07,0.02-0.2,0.02-0.27,0.04l0.03,4.02,1.75,0.5v4.46l-1.75,0.48-0.03,4.08c0.84,0.26,1.48,0.88,1.74,1.67l3.21,0.01,0.51-1.67h4.72l0.5,1.67zm-6.98-18.5,0,1.61,2.76,0,0-1.61zm-7.3,20.37c0.64,0,1.16-0.49,1.16-1.1s-0.52-1.11-1.16-1.11c-0.65,0-1.17,0.5-1.17,1.11s0.52,1.1,1.17,1.1zm15.99-9.73-1.76-0.48,0-4.46,1.76-0.5-0.01-1.92c-0.85-0.25-1.51-0.87-1.79-1.67h-2.68l-0.51,1.67h-4.71l-0.51-1.67h-3.09c-0.08,0.22-0.17,0.42-0.29,0.61l5.38,5.96,1.67-0.71,3.06,3.4-1,1.45,4.18,4.64c0.09-0.04,0.18-0.08,0.28-0.12zm-7.25-1.39-1.29,1.04,1.77,1.98,1.29-1.05zm8.00432,36.1859c-1.23998-0.065-2.25509-0.9022-2.51432-2.01593-1.67-0.23-3.25-0.66-4.73-1.3l0.84-1.43c1.29,0.55,2.66,0.91,4.08,1.11,0.31-0.66,0.86-1.16,1.58-1.4l0.01-5.62-1.76-0.49v-4.46l1.76-0.48v-7.64c-0.07-0.02-0.13-0.05-0.2-0.09l-3.98,4.42,1,1.44-3.06,3.4-1.67-0.71-3.3,3.67c0.57,0.87,0.55,2-0.11,2.85,0.94,1.05,2.03,1.98,3.24,2.75l-0.84,1.44c-1.42-0.89-2.7-1.99-3.79-3.22-0.87,0.26-1.86,0.11-2.6-0.5-1.15-0.93-1.29-2.56-0.3-3.64l0.14-0.16c-0.69-1.56-1.16-3.24-1.32-5l1.71,0.01c0.14,1.5,0.51,2.93,1.09,4.27,0.49-0.06,1-0.01,1.46,0.16l3.32-3.68-1-1.45,3.06-3.4,1.67,0.72,3.99-4.43c-0.09-0.14-0.15-0.29-0.21-0.46l-2.76,0.01-0.5,1.67h-4.72l-0.51-1.67-3.24-0.01c-0.27,0.76-0.9,1.36-1.69,1.62l-0.01,4.04-1.71-0.01v-4.01c-1.1-0.33-1.91-1.31-1.91-2.47,0-1.15,0.82-2.15,1.92-2.48l0.01-4.05-1.76-0.48v-4.46l1.76-0.5v-4.05c-1.08-0.35-1.84-1.32-1.84-2.45,0-1.43,1.22-2.58,2.73-2.58,1.22,0,2.25,0.74,2.61,1.78h3.09l0.51-1.67h4.71l0.51,1.67h2.68c0.35692-1.0311,1.36258-1.76731,2.55896-1.77984l0.0711,8.36984h-0.85v2.61h0.845l-0.0214,21.59h-0.7836v2.61h0.77946zm-5.914-18.306l-1.29-1.04-1.78,1.98,1.29,1.04zm-9.96-18.44-1.69,0-0.01,2.61,1.7,0zm9.16,11.41,0-1.6-2.85,0,0,1.6zm-10.6,9.69-1.76-0.39-0.25-4.45,1.75-0.58,0,2.56c0,0.99,0.09,1.92,0.26,2.86zm1.46-5.52,1.75,0.41s0.09,2.87,0.05,2.22c-0.04-0.74,0.19,2.24,0.19,2.24l-1.76,0.58c-0.18-0.9-0.24-1.84-0.24-2.79zm10.81,16.93,0.39-1.7c-1.52-0.48-2.93-1.18-4.17-2.09l-1.26,1.11c1.48,1.15,3.19,2.08,5.04,2.68zm-0.85,1.44-1.3,1.22c-1.47-0.54-2.86-1.26-4.12-2.11l0.38-1.77c1.5,1.13,3.21,2.03,5.04,2.66z"/>
<use xlink:href="#chains_half" transform="matrix(-1,0,0,1,550.43,0)"/>
<path fill="#058e6e" stroke="none" d="m272.59 306.94c0-1.44 1.23-2.6 2.74-2.6s2.73 1.16 2.73 2.6c0 1.43-1.22 2.58-2.73 2.58s-2.74-1.15-2.74-2.58"/>
</g>
<g id="Castile" fill="#c8b100" stroke-width="0.46">
<path fill="#ad1519" stroke-width="0.52" d="m200.12 281.25h50.18v-55.72h-50.18v55.72z"/>
<path d="m217.34 238.41h-0.92v-0.92h-1.62v3.69h1.62v2.55h-3.47v7.39h1.85v14.79h-3.7v7.63h28.42v-7.63h-3.69v-14.79h1.85v-7.39h-3.47v-2.55h1.62v-3.69h-1.62v0.92h-0.93v-0.92h-1.61v0.92h-1.16v-0.92h-1.62v3.69h1.62v2.55h-3.46v-8.09h1.84v-3.7h-1.84v0.93h-0.93v-0.93h-1.62v0.93h-0.92v-0.93h-1.85v3.7h1.85v8.09h-3.47v-2.55h1.62v-3.69h-1.62v0.92h-0.92v-0.92h-1.85v0.92zm-6.24 35.13h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-2.08h28.42m-24.72-1.62h21.03m-21.03-1.85h21.03m-21.03-2.08h21.03m-21.03-1.84h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-22.88-1.85h24.73m-24.73-1.85h24.73m-24.73-1.85h24.73m-24.73-1.84h24.73m-21.26-1.85h17.79m-10.63-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-5.32-2.31h7.16m-12.47 7.86h3.69m-5.31-2.31h6.93m-6.93 33.97v-1.85m0-1.85v-1.85m-1.85 1.85v1.85m3.47 0v-1.85m1.84 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m-1.84 7.63v-2.08m-3.47 2.08v-2.08m7.16 0v2.08m1.62-2.08v-1.62m-5.31-1.85v1.85m3.69-1.85v1.85m3.47-1.85v1.85m-1.85-1.85v-2.08m1.85-1.84v1.84m0-5.54v1.85m-1.85-3.7v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.7v1.85m3.46-1.85v1.85m3.47-1.85v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.69v1.84m6.93-1.84v1.84m-3.47-5.54v1.85m15.95-1.85h-3.7m5.32-2.31h-6.94m6.94 33.97v-1.85m0-1.85v-1.85m1.85 1.85v1.85m-3.47 0v-1.85m-1.85 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m1.85 7.63v-2.08m3.47 2.08v-2.08m-7.17 0v2.08m-1.62-2.08v-1.62m5.32-1.85v1.85m-3.7-1.85v1.85m-3.46-1.85v1.85m1.84-1.85v-2.08m-1.84-1.84v1.84m0-5.54v1.85m1.84-3.7v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.7v1.85m-3.47-1.85v1.85m-3.47-1.85v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.69v1.84m-6.94-1.84v1.84m3.47-5.54v1.85m-7.16 18.71v-2.08m0-5.54v-1.85m0 5.55v-1.85m0-5.55v-1.85m0-1.85v-1.84m0-3.7v-1.85m0-1.85v-1.85m-8.78 4.85h3.69m3.47-5.54h3.47m3.46 5.54h3.7"/>
<path d="m230.05 273.54v-4.86c0-0.92-0.46-3.7-4.85-3.7-4.16 0-4.62 2.78-4.62 3.7v4.86h9.47z"/>
<path d="m222.19 268.91l-2.31-0.23c0-0.92 0.23-2.31 0.93-2.77l2.08 1.62c-0.23 0.23-0.7 0.92-0.7 1.38z"/>
<path d="m226.12 266.6l1.16-2.08c-0.46-0.23-1.39-0.46-2.08-0.46-0.46 0-1.39 0.23-1.85 0.46l1.15 2.08h1.62z"/>
<path d="m228.43 268.91l2.31-0.23c0-0.92-0.23-2.31-0.92-2.77l-2.08 1.62c0.23 0.23 0.69 0.92 0.69 1.38z"/>
<path d="m221.73 260.83v-5.09c0-1.38-0.92-2.54-2.54-2.54s-2.54 1.16-2.54 2.54v5.09h5.08z"/>
<path d="m228.89 260.83v-5.09c0-1.38 0.93-2.54 2.55-2.54 1.61 0 2.54 1.16 2.54 2.54v5.09h-5.09z"/>
<path d="m220.11 248.35l0.23-4.62h-4.39l0.47 4.62h3.69z"/>
<path d="m227.05 248.35l0.46-4.62h-4.39l0.23 4.62h3.7z"/>
<path d="m230.51 248.35l-0.46-4.62h4.62l-0.46 4.62h-3.7z"/>
<g fill="#0039f0" stroke="none">
<path d="m228.43 273.54v-4.16c0-0.7-0.46-2.78-3.23-2.78-2.54 0-3.01 2.08-3.01 2.78v4.16h6.24z"/>
<path d="m221.27 260.36v-4.39c0-1.15-0.69-2.31-2.08-2.31s-2.08 1.16-2.08 2.31v4.39h4.16z"/>
<path d="m229.36 260.36v-4.39c0-1.15 0.69-2.31 2.08-2.31 1.38 0 2.08 1.16 2.08 2.31v4.39h-4.16z"/>
</g>
</g>
<g id="Leon">
<path fill="#ccc" d="m250.28 281.25h50.32v-55.72h-50.32v55.72z"/>
<path fill="#db4446" stroke-width="0.39" d="m275.93 239.26l0.05-0.62 0.09-0.34s-1.61 0.13-2.46-0.11-1.61-0.59-2.4-1.25c-0.79-0.68-1.1-1.1-1.67-1.18-1.36-0.22-2.4 0.4-2.4 0.4s1.02 0.37 1.78 1.31 1.59 1.41 1.95 1.53c0.59 0.18 2.66 0.05 3.22 0.07 0.57 0.03 1.84 0.19 1.84 0.19z"/>
<g fill="none" stroke-width="0.39">
<path fill="#ed72aa" d="m283.46 237s0.01 0.72 0.08 1.4c0.06 0.67-0.22 1.24-0.11 1.61s0.16 0.66 0.3 0.93c0.14 0.26 0.21 0.94 0.21 0.94s-0.38-0.28-0.74-0.54c-0.35-0.27-0.6-0.44-0.6-0.44s0.07 0.72 0.1 1.03c0.04 0.31 0.22 0.89 0.51 1.24 0.29 0.33 0.87 0.89 1.05 1.33 0.18 0.45 0.14 1.44 0.14 1.44s-0.46-0.75-0.87-0.89c-0.39-0.14-1.26-0.62-1.26-0.62s0.79 0.79 0.79 1.55c0 0.75-0.32 1.6-0.32 1.6s-0.36-0.68-0.83-1.12c-0.47-0.45-1.13-0.9-1.13-0.9s0.52 1.17 0.52 1.95c0 0.79-0.15 2.47-0.15 2.47s-0.39-0.64-0.79-0.96c-0.4-0.31-0.87-0.58-1.02-0.78-0.14-0.21 0.48 0.64 0.54 1.16 0.07 0.51 0.32 2.35 1.92 4.69 0.94 1.37 2.39 3.77 5.5 2.98 3.11-0.78 1.96-4.97 1.3-6.92-0.65-1.95-0.98-4.11-0.94-4.87 0.04-0.75 0.58-2.97 0.51-3.39-0.07-0.41-0.24-2 0.14-3.28 0.4-1.33 0.73-1.85 0.95-2.4 0.21-0.55 0.39-0.86 0.46-1.34s0.07-1.37 0.07-1.37 0.58 1.06 0.73 1.44c0.14 0.38 0.14 1.5 0.14 1.5s0.11-1.12 0.98-1.67 1.88-1.13 2.13-1.44 0.33-0.51 0.33-0.51-0.08 1.92-0.62 2.67c-0.36 0.49-1.77 2.09-1.77 2.09s0.73-0.28 1.23-0.3c0.51-0.04 0.87 0 0.87 0s-0.62 0.48-1.41 1.64c-0.8 1.16-0.47 1.26-1.05 2.22s-1.05 1-1.78 1.58c-1.08 0.87-0.5 4.34-0.36 4.86 0.15 0.51 2.03 4.76 2.07 5.79 0.03 1.03 0.21 3.33-1.6 4.8-1.16 0.95-3.07 0.96-3.51 1.23-0.43 0.28-1.29 1.13-1.29 2.91 0 1.79 0.64 2.06 1.15 2.51 0.51 0.44 1.16 0.2 1.3 0.55 0.15 0.34 0.22 0.54 0.44 0.75 0.21 0.2 0.36 0.44 0.29 0.82-0.08 0.38-0.91 1.23-1.2 1.85-0.29 0.61-0.87 2.23-0.87 2.47s-0.07 0.99 0.18 1.37c0 0 0.91 1.06 0.29 1.26-0.4 0.14-0.78-0.25-0.97-0.2-0.54 0.14-0.83 0.47-0.98 0.45-0.36-0.07-0.36-0.25-0.4-0.76-0.03-0.51-0.01-0.72-0.17-0.72-0.22 0-0.33 0.18-0.37 0.45s-0.04 0.89-0.29 0.89-0.61-0.45-0.83-0.55-0.83-0.2-0.87-0.48c-0.03-0.27 0.36-0.85 0.76-0.96 0.4-0.1 0.76-0.3 0.51-0.51-0.26-0.2-0.51-0.2-0.76 0-0.25 0.21-0.79 0.04-0.76-0.27 0.04-0.31 0.11-0.69 0.07-0.86-0.03-0.17-0.47-0.51 0.1-0.82 0.59-0.31 0.84 0.27 1.42 0.17s0.86-0.31 1.08-0.65 0.18-1.06-0.22-1.5c-0.39-0.45-0.79-0.52-0.94-0.8-0.14-0.27-0.36-0.92-0.36-0.92s0.11 1.2 0.04 1.37-0.04 0.89-0.04 0.89-0.39-0.45-0.72-0.79c-0.32-0.34-0.65-1.37-0.65-1.37s-0.03 0.96-0.03 1.34c0 0.37 0.43 0.72 0.29 0.86-0.15 0.13-0.83-0.72-1.02-0.86-0.18-0.14-0.76-0.58-1.01-1.06s-0.44-1.16-0.51-1.41c-0.07-0.24-0.19-1.31-0.07-1.58 0.18-0.4 0.47-1.13 0.47-1.13h-1.41c-0.76 0-1.3-0.23-1.59 0.28s-0.15 1.54 0.21 2.88c0.37 1.33 0.58 1.98 0.48 2.22-0.11 0.24-0.58 0.79-0.76 0.89-0.19 0.11-0.69 0.07-0.91-0.03-0.21-0.1-0.57-0.27-1.26-0.27s-1.12 0.03-1.37-0.03c-0.26-0.07-0.88-0.38-1.17-0.31s-0.79 0.32-0.65 0.72c0.22 0.61-0.21 0.75-0.51 0.72-0.29-0.04-0.53-0.14-0.9-0.24-0.36-0.11-0.9 0-0.83-0.42 0.07-0.41 0.22-0.44 0.4-0.74 0.18-0.32 0.25-0.52 0.04-0.54-0.25-0.02-0.51-0.05-0.7 0.11-0.2 0.16-0.51 0.51-0.76 0.38-0.26-0.14-0.46-0.43-0.46-1.08 0-0.64-0.68-1.2-0.05-1.17 0.62 0.03 1.41 0.48 1.55 0.13s0.06-0.51-0.28-0.78-0.76-0.43-0.31-0.77c0.45-0.35 0.56-0.35 0.74-0.54 0.17-0.18 0.41-0.79 0.73-0.64 0.62 0.3 0.02 0.73 0.65 1.42 0.62 0.69 1.01 0.94 2.06 0.83 1.04-0.11 1.33-0.24 1.33-0.54 0-0.29-0.09-0.82-0.12-1.04-0.02-0.21 0.15-0.99 0.15-0.99s-0.48 0.3-0.63 0.59c-0.13 0.29-0.42 0.8-0.42 0.8s-0.11-0.6-0.08-1.09c0.02-0.29 0.12-0.79 0.11-0.89-0.03-0.27-0.23-0.94-0.23-0.94s-0.16 0.73-0.28 0.94c-0.11 0.21-0.16 1.07-0.16 1.07s-0.67-0.58-0.48-1.55c0.13-0.75-0.12-1.74 0.11-2.06 0.22-0.33 0.75-1.64 2.06-1.69 1.3-0.05 2.31 0.05 2.77 0.03 0.45-0.03 2.06-0.33 2.06-0.33s-2.97-1.52-3.64-1.98c-0.68-0.45-1.73-1.63-2.07-2.16-0.34-0.54-0.65-1.58-0.65-1.58s-0.53 0.02-1.02 0.29c-0.48 0.27-0.96 0.67-1.24 0.99s-0.73 1.05-0.73 1.05 0.08-0.94 0.08-1.23-0.06-0.86-0.06-0.86-0.33 1.28-1.01 1.76c-0.68 0.49-1.47 1.15-1.47 1.15s0.08-0.71 0.08-0.88c0-0.16 0.17-0.99 0.17-0.99s-0.48 0.72-1.21 0.86c-0.74 0.13-1.81 0.11-1.9 0.56-0.08 0.45 0.2 1.07 0.03 1.39s-0.54 0.54-0.54 0.54-0.42-0.35-0.79-0.38c-0.36-0.03-0.71 0.16-0.71 0.16s-0.31-0.4-0.19-0.67c0.11-0.26 0.67-0.66 0.54-0.83-0.15-0.16-0.6 0.06-0.88 0.19-0.28 0.14-0.88 0.27-0.82-0.19 0.05-0.45 0.2-0.72 0.05-1.04-0.14-0.32-0.05-0.53 0.18-0.61 0.22-0.08 1.12 0.02 1.21-0.19 0.08-0.21-0.22-0.48-0.82-0.61-0.59-0.14-0.88-0.49-0.57-0.78 0.32-0.3 0.4-0.38 0.54-0.64 0.14-0.27 0.2-0.76 0.74-0.51 0.53 0.24 0.42 0.83 0.99 1.01 0.56 0.19 1.89-0.08 2.17-0.24s1.19-0.83 1.5-0.99c0.31-0.15 1.61-1.12 1.61-1.12s-0.76-0.53-1.05-0.8c-0.28-0.27-0.78-0.91-1.04-1.05-0.25-0.13-1.5-0.61-1.92-0.64-0.42-0.02-1.72-0.48-1.72-0.48s0.59-0.19 0.79-0.35c0.19-0.16 0.64-0.56 0.87-0.53 0.22 0.02 0.28 0.02 0.28 0.02s-1.21-0.05-1.47-0.13c-0.25-0.08-0.99-0.54-1.27-0.54s-0.84 0.11-0.84 0.11 0.76-0.48 1.38-0.59c0.62-0.1 1.1-0.08 1.1-0.08s-0.96-0.27-1.19-0.58c-0.22-0.33-0.45-0.8-0.62-1.02-0.17-0.21-0.28-0.56-0.59-0.59s-0.85 0.38-1.16 0.35-0.54-0.22-0.57-0.67c-0.02-0.46 0-0.3-0.1-0.54-0.12-0.24-0.57-0.8-0.15-0.93 0.43-0.14 1.33 0.08 1.42-0.08 0.08-0.16-0.48-0.65-0.85-0.83-0.37-0.19-0.96-0.51-0.65-0.78 0.31-0.26 0.62-0.37 0.79-0.61s0.37-0.91 0.74-0.7c0.36 0.21 0.87 1.26 1.16 1.18 0.28-0.08 0.3-0.83 0.25-1.15-0.06-0.32 0-0.88 0.28-0.83s0.51 0.43 0.96 0.46c0.45 0.02 1.13-0.11 1.07 0.21-0.05 0.32-0.31 0.71-0.62 1.06-0.3 0.36-0.45 1.05-0.25 1.5 0.2 0.46 0.71 1.19 1.16 1.48s1.3 0.51 1.84 0.85c0.53 0.35 1.78 1.34 2.2 1.45s0.85 0.32 0.85 0.32 0.48-0.21 1.13-0.21 2.14 0.1 2.71-0.14 1.3-0.64 1.08-1.15c-0.23-0.51-1.47-0.96-1.36-1.36s0.57-0.43 1.33-0.46c0.76-0.02 1.8 0.14 2-0.94 0.2-1.06 0.26-1.68-0.81-1.92-1.08-0.24-1.87-0.27-2.07-1.04-0.2-0.78-0.39-0.97-0.17-1.18 0.23-0.21 0.62-0.32 1.41-0.37 0.8-0.06 1.7-0.06 1.96-0.25 0.25-0.18 0.3-0.69 0.61-0.91 0.31-0.21 1.53-0.4 1.53-0.4s1.46 0.71 2.8 1.71c1.21 0.9 2.3 2.23 2.3 2.23"/>
<path d="m269 243.39s-0.8 0.23-1.1 0.67c-0.37 0.53-0.34 1.07-0.34 1.07s0.68-0.56 1.56-0.33c0.87 0.24 0.96 0.33 1.33 0.3s1.27-0.35 1.27-0.35-0.74 0.86-0.65 1.45c0.08 0.58 0.19 0.85 0.17 1.15-0.06 0.72-0.6 1.61-0.6 1.61s0.31-0.19 1.05-0.35c0.73-0.16 1.36-0.51 1.75-0.81 0.39-0.29 0.9-1.02 0.9-1.02s-0.16 1 0 1.42c0.17 0.44 0.23 1.67 0.23 1.67s0.47-0.42 0.85-0.62c0.19-0.11 0.7-0.38 0.9-0.7 0.14-0.22 0.32-1.06 0.32-1.06s0.11 0.9 0.39 1.34c0.28 0.42 0.7 1.74 0.7 1.74s0.29-0.86 0.6-1.21 0.68-0.8 0.7-1.07c0.03-0.27-0.08-0.85-0.08-0.85l0.39 0.85m-11.41 0.61s0.48-0.83 0.93-1.1c0.46-0.26 1.08-0.74 1.25-0.8 0.16-0.05 0.9-0.46 0.9-0.46m0.99 5.17s1.09-0.55 1.41-0.75c0.68-0.4 1.16-1.12 1.16-1.12"/>
<path fill="none" stroke-width="0.26" d="m282.57 240.9s-0.34-0.48-0.42-0.65c-0.09-0.15-0.23-0.48-0.23-0.48"/>
<path fill="none" d="m278.33 257.41s2.04 1.26 1.98 2.31c-0.06 1.04-1.13 2.41-1.13 2.41"/>
</g>
<path fill="#000" stroke-width="0.26" d="m273.05 236.24s-0.17-0.48-0.2-0.62c-0.03-0.13-0.12-0.29-0.12-0.29s0.88 0 0.85 0.27c-0.02 0.27-0.28 0.27-0.34 0.37-0.05 0.11-0.19 0.27-0.19 0.27z"/>
<path fill="#000" stroke-width="0.05" d="m277.06 234.85l-0.06-0.43s0.77 0 1.13 0.26c0.57 0.4 0.93 1.02 0.91 1.05-0.1 0.09-0.54-0.27-0.85-0.37 0 0-0.23 0.05-0.45 0.05-0.23 0-0.34-0.11-0.37-0.21-0.03-0.12 0.03-0.3 0.03-0.3l-0.34-0.05z"/>
<g fill="#000" stroke-width="0.26">
<path d="m273.08 240.14l0.33-0.53 0.34 0.49-0.67 0.04"/>
<path d="m273.89 240.12l0.4-0.53 0.43 0.48-0.83 0.05"/>
<path d="m273.53 236.83l0.82 0.29-0.74 0.38-0.08-0.67"/>
<path d="m274.52 237.1l0.73 0.18-0.59 0.46-0.14-0.64"/>
</g>
<g fill="#db4446" stroke-width="0.39">
<path d="m261.88 236.08s0.48 0.34 0.85 0.4c0.37 0.05 0.76 0.05 0.82 0.05 0.05 0 0.17-0.54 0.11-0.91-0.2-1.2-1.3-1.47-1.3-1.47s0.33 0.73 0.17 1.07c-0.23 0.48-0.65 0.86-0.65 0.86z"/>
<path d="m259.59 237.12s-0.43-0.77-1.33-0.67c-0.9 0.11-1.5 0.81-1.5 0.81s1-0.03 1.25 0.13c0.37 0.24 0.48 0.86 0.48 0.86s0.54-0.32 0.71-0.54c0.16-0.21 0.39-0.59 0.39-0.59z"/>
<path d="m258.49 240.25s-0.77 0.11-1.19 0.59c-0.43 0.49-0.36 1.4-0.36 1.4s0.5-0.54 0.95-0.54c0.46 0 1.16 0.16 1.16 0.16s-0.22-0.56-0.22-0.8-0.34-0.81-0.34-0.81z"/>
<path d="m261.06 250.37s-0.42-0.45-1.16-0.32c-0.74 0.14-1.22 0.97-1.22 0.97s0.63-0.17 1-0.08c0.36 0.08 0.62 0.45 0.62 0.45s0.34-0.29 0.45-0.45 0.31-0.57 0.31-0.57z"/>
<path d="m260.21 253.34s-0.62-0.1-1.16 0.33c-0.53 0.43-0.56 1.25-0.56 1.25s0.51-0.43 0.91-0.37c0.39 0.05 0.87 0.27 0.87 0.27s0.08-0.51 0.11-0.64c0.09-0.38-0.17-0.84-0.17-0.84z"/>
<path d="m261.66 256.08s-0.05 0.79 0.33 1.28c0.4 0.51 1.13 0.59 1.13 0.59s-0.24-0.53-0.28-0.8c-0.06-0.4 0.34-0.75 0.34-0.75s-0.37-0.38-0.73-0.38c-0.37 0-0.79 0.06-0.79 0.06z"/>
<path d="m269 263.12s-0.51-0.64-1.21-0.62c-0.71 0.03-1.45 0.69-1.45 0.69s0.88-0.07 1.11 0.22c0.23 0.3 0.45 0.67 0.45 0.67s0.4-0.21 0.57-0.35c0.17-0.13 0.53-0.61 0.53-0.61z"/>
<path d="m266.83 265.93s-0.93-0.14-1.39 0.35c-0.45 0.48-0.42 1.36-0.42 1.36s0.56-0.61 1.07-0.56 1.08 0.32 1.08 0.32-0.09-0.53-0.15-0.78c-0.05-0.24-0.19-0.69-0.19-0.69z"/>
<path d="m268.84 268.9s-0.46 0.64-0.12 1.15 1.05 0.75 1.05 0.75-0.26-0.37-0.14-0.8c0.09-0.34 0.67-0.8 0.67-0.8l-1.46-0.3z"/>
<path d="m281.24 270.11s-0.81-0.19-1.27 0.08c-0.45 0.26-0.82 1.39-0.82 1.39s0.74-0.62 1.28-0.54c0.53 0.08 0.93 0.3 0.93 0.3s0.08-0.46 0.02-0.78c-0.03-0.19-0.14-0.45-0.14-0.45z"/>
<path d="m281.64 273.1s-0.62 0.64-0.4 1.18c0.23 0.54 0.62 1.1 0.62 1.1s-0.02-0.8 0.23-1.02c0.37-0.32 1.05-0.37 1.05-0.37s-0.54-0.48-0.71-0.54c-0.17-0.05-0.79-0.35-0.79-0.35z"/>
<path d="m284.75 274.04s-0.31 0.78 0.28 1.28c0.59 0.52 1.11 0.57 1.11 0.57s-0.46-0.81-0.32-1.23c0.15-0.45 0.54-0.72 0.54-0.72s-0.74-0.25-0.85-0.22c-0.11 0.02-0.76 0.32-0.76 0.32z"/>
</g>
<g fill="#c8b100" stroke-width="0.26">
<path d="m282.88 232.71l-0.29 0.02c-0.01 0.03-0.14 0.24-0.26 0.35-0.26 0.25-0.65 0.28-0.86 0.07-0.11-0.11-0.16-0.26-0.14-0.41-0.17 0.09-0.35 0.09-0.51-0.01-0.26-0.15-0.32-0.5-0.14-0.79 0.03-0.06 0.06-0.14 0.11-0.18l-0.02-0.32-0.35 0.08-0.1 0.19c-0.22 0.25-0.54 0.31-0.7 0.17-0.08-0.07-0.14-0.26-0.13-0.27 0 0.01-0.09 0.09-0.17 0.11-0.54 0.13-0.75-1.05-0.77-1.35l-0.17 0.25s0.16 0.7 0.08 1.3c-0.08 0.59-0.29 1.19-0.29 1.19 0.74 0.19 1.86 0.8 2.97 1.65s1.98 1.78 2.34 2.42c0 0 0.58-0.32 1.18-0.51s1.36-0.2 1.36-0.2l0.22-0.21c-0.32 0.05-1.58 0.1-1.56-0.43 0-0.08 0.07-0.18 0.08-0.18-0.01 0.01-0.21-0.01-0.3-0.06-0.18-0.13-0.18-0.43 0.02-0.69l0.18-0.13 0.01-0.34-0.34 0.05c-0.03 0.04-0.11 0.09-0.15 0.13-0.27 0.23-0.65 0.25-0.86 0.03-0.13-0.12-0.17-0.29-0.11-0.46-0.16 0.04-0.32 0.03-0.45-0.05-0.26-0.15-0.31-0.52-0.11-0.8 0.09-0.14 0.28-0.31 0.31-0.32l-0.07-0.3h-0.01z"/>
<g fill="#000" stroke-width="0.05">
<path d="m280.63 233.4c0.05-0.07 0.15-0.06 0.23 0s0.1 0.16 0.06 0.21c-0.05 0.06-0.15 0.06-0.24-0.01-0.07-0.05-0.1-0.15-0.05-0.2z"/>
<path d="m281.58 234.19l-0.33-0.25c-0.06-0.04-0.07-0.12-0.04-0.16 0.04-0.04 0.12-0.04 0.18 0l0.33 0.26 0.33 0.25c0.05 0.04 0.08 0.12 0.04 0.16s-0.12 0.04-0.18 0l-0.33-0.26"/>
<path d="m279.84 233l-0.26-0.15c-0.07-0.04-0.1-0.12-0.07-0.17s0.11-0.06 0.17-0.02l0.26 0.16 0.26 0.15c0.06 0.03 0.09 0.11 0.07 0.16-0.03 0.05-0.11 0.06-0.17 0.02l-0.26-0.15"/>
<path d="m278.8 232.29c0.05-0.06 0.16-0.06 0.24 0 0.08 0.07 0.1 0.16 0.05 0.22-0.05 0.05-0.15 0.05-0.23-0.01s-0.1-0.15-0.06-0.21z"/>
<path d="m282.63 234.92c0.05-0.05 0.03-0.14-0.05-0.21-0.08-0.06-0.19-0.06-0.24 0-0.04 0.05-0.02 0.15 0.06 0.21s0.18 0.06 0.23 0z"/>
<path d="m283.2 235.58l0.22 0.21c0.05 0.05 0.13 0.07 0.18 0.03 0.04-0.04 0.04-0.11-0.01-0.16l-0.21-0.21-0.22-0.21c-0.05-0.05-0.14-0.07-0.18-0.03-0.05 0.03-0.04 0.11 0.01 0.16l0.21 0.21"/>
<path d="m284.15 236.39c0.05-0.06 0.03-0.15-0.05-0.21-0.08-0.07-0.18-0.07-0.23-0.01s-0.03 0.15 0.05 0.22c0.08 0.05 0.18 0.06 0.23 0z"/>
</g>
<path d="m281.4 230.36l-0.59 0.01-0.11 0.87 0.06 0.14 0.15-0.01 0.76-0.51-0.27-0.5"/>
<path d="m281.4 230.36l-0.59 0.01-0.11 0.87 0.06 0.14 0.15-0.01 0.76-0.51-0.27-0.5"/>
<path d="m279.8 230.84l-0.02 0.54 0.92 0.12 0.15-0.07-0.02-0.15-0.53-0.71-0.5 0.27"/>
<path d="m281.7 231.92l-0.49 0.27-0.54-0.71-0.01-0.15 0.14-0.06 0.93 0.11-0.03 0.54"/>
<path d="m280.51 231.25c0.08-0.13 0.26-0.17 0.39-0.09 0.14 0.07 0.18 0.24 0.1 0.37s-0.26 0.17-0.39 0.09c-0.14-0.08-0.18-0.24-0.1-0.37z"/>
<path d="m278.36 230.35c-0.02 0.01-0.13-0.46-0.26-0.71-0.08-0.19-0.39-0.43-0.39-0.43 0.03-0.05 0.42-0.19 0.87 0.09 0.38 0.31-0.03 0.87-0.03 0.87s-0.09 0.14-0.19 0.18z"/>
<path d="m279.39 230.66l-0.42 0.37-0.68-0.6 0.06-0.08 0.03-0.15 0.92-0.07 0.09 0.53"/>
<path d="m278.24 230.29c0.05-0.15 0.18-0.23 0.28-0.2 0.11 0.04 0.15 0.18 0.1 0.33s-0.18 0.23-0.29 0.2c-0.11-0.04-0.15-0.18-0.09-0.33z"/>
<path d="m283.67 231.77l-0.59-0.06-0.25 0.85 0.05 0.14 0.15 0.01 0.83-0.41-0.19-0.53"/>
<path d="m282.01 232.03l-0.1 0.54 0.9 0.23 0.15-0.04 0.01-0.14-0.43-0.79-0.53 0.2"/>
<path d="m283.73 233.36l-0.53 0.2-0.42-0.78 0.01-0.15 0.15-0.03 0.89 0.23-0.1 0.53"/>
<path d="m282.65 232.54c0.1-0.12 0.28-0.13 0.4-0.04 0.13 0.09 0.15 0.26 0.05 0.38s-0.28 0.13-0.41 0.04c-0.12-0.09-0.14-0.26-0.04-0.38z"/>
<path d="m285.64 233.61l0.11 0.55-0.87 0.3-0.16-0.04-0.01-0.14 0.36-0.81 0.57 0.14"/>
<path d="m285.49 235.2l-0.56 0.13-0.31-0.83 0.04-0.15 0.15-0.02 0.85 0.35-0.17 0.52"/>
<path d="m283.97 233.66l-0.18 0.52 0.85 0.34 0.16-0.02 0.03-0.14-0.3-0.83-0.56 0.13"/>
<path d="m284.91 234.63c0.12-0.11 0.12-0.28 0.02-0.39-0.11-0.11-0.29-0.11-0.41-0.02-0.11 0.11-0.12 0.28-0.01 0.39 0.1 0.11 0.29 0.12 0.4 0.02z"/>
<path d="m286.29 236.43c0 0.01 0.5 0.03 0.79 0.09 0.2 0.04 0.52 0.27 0.52 0.27 0.06-0.04 0.12-0.42-0.28-0.79-0.39-0.28-0.88 0.22-0.88 0.22s-0.12 0.12-0.15 0.21z"/>
<path d="m285.75 235.54l-0.29 0.46 0.76 0.51 0.09-0.08 0.13-0.04-0.12-0.88-0.57 0.03"/>
<path d="m286.37 236.53c0.14-0.07 0.21-0.22 0.15-0.31s-0.22-0.1-0.36-0.02-0.2 0.22-0.14 0.31c0.05 0.09 0.21 0.1 0.35 0.02z"/>
</g>
</g>
<g id="inescutcheon" stroke-width="0.61">
<ellipse fill="#ad1519" cx="250.43" cy="281.01" rx="16.26" ry="18.3"/>
<ellipse fill="#005bbf" cx="250.44" cy="280.97" rx="11.44" ry="13.42"/>
<g id="fdl" fill="#c8b100" stroke-width="0.34">
<path stroke-linejoin="round" d="m245.03 271.74s-1.35 1.48-1.35 2.86c0 1.39 0.57 2.54 0.57 2.54-0.21-0.55-0.76-0.94-1.41-0.94-0.83 0-1.5 0.63-1.5 1.42 0 0.22 0.14 0.58 0.24 0.77l0.49 0.99c0.16-0.37 0.54-0.57 0.98-0.57 0.59 0 1.08 0.45 1.08 1.01 0 0.09-0.01 0.17-0.04 0.25l-1.22 0.01v1.03h1.09l-0.81 1.61 1.07-0.42 0.81 0.91 0.84-0.91 1.07 0.42-0.8-1.61h1.08v-1.03l-1.22-0.01c-0.02-0.08-0.02-0.16-0.02-0.25 0-0.56 0.47-1.01 1.06-1.01 0.44 0 0.82 0.2 0.98 0.57l0.49-0.99c0.1-0.19 0.24-0.55 0.24-0.77 0-0.79-0.67-1.42-1.49-1.42-0.66 0-1.21 0.39-1.41 0.94 0 0 0.57-1.15 0.57-2.54 0-1.38-1.39-2.86-1.39-2.86z"/>
<path d="m242.87 281.11h4.36v-1.03h-4.36v1.03z"/>
</g>
<use xlink:href="#fdl" x="10.63"/>
<use xlink:href="#fdl" x="5.31" y="9.14"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600"><rect width="900" height="600" fill="#ED2939"/><rect width="600" height="600" fill="#fff"/><rect width="300" height="600" fill="#002395"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 225 150" width="1350" height="900"><rect width="225" height="150" fill="#f93"/><rect width="225" height="50" y="50" fill="#fff"/><rect width="225" height="50" y="100" fill="#128807"/><g transform="translate(112.5,75)"><circle r="20" fill="#008"/><circle r="17.5" fill="#fff"/><circle r="3.5" fill="#008"/><g id="d"><g id="c"><g id="b"><g id="a"><circle r="0.875" fill="#008" transform="rotate(7.5) translate(17.5)"/><path fill="#008" d="M 0,17.5 0.6,7 C 0.6,7 0,2 0,2 0,2 -0.6,7 -0.6,7 L 0,17.5 z"/></g><use xlink:href="#a" transform="rotate(15)"/></g><use xlink:href="#b" transform="rotate(30)"/></g><use xlink:href="#c" transform="rotate(60)"/></g><use xlink:href="#d" transform="rotate(120)"/><use xlink:href="#d" transform="rotate(-120)"/></g></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="1213px" height="808px" viewBox="0 0 1213 808" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<!-- Generator: Sketch 3.2.2 (9983) - http://www.bohemiancoding.com/sketch -->
<title>Interlingua Logo</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<path d="M607,807 C829.570754,807 1010,626.570754 1010,404 C1010,181.429246 829.570754,1 607,1 C384.429246,1 204,181.429246 204,404 C204,626.570754 384.429246,807 607,807 Z M423.121094,116.945312 C439.794354,116.945312 453.902286,122.780866 465.445312,134.452148 C476.988339,146.123431 482.759766,160.167236 482.759766,176.583984 C482.759766,193.000733 476.924212,206.980411 465.25293,218.523438 C453.581647,230.066464 439.537843,235.837891 423.121094,235.837891 C406.704345,235.837891 392.724667,230.066464 381.181641,218.523438 C369.638614,206.980411 363.867188,193.000733 363.867188,176.583984 C363.867188,160.167236 369.638614,146.123431 381.181641,134.452148 C392.724667,122.780866 406.704345,116.945312 423.121094,116.945312 Z M476.988281,291.244141 L476.988281,576.355469 C476.988281,601.750127 479.938122,617.974249 485.837891,625.02832 C491.73766,632.082392 503.280513,636.122391 520.466797,637.148438 L520.466797,651 L326.160156,651 L326.160156,637.148438 C342.063882,636.635414 353.863243,632.018273 361.558594,623.296875 C366.688828,617.397106 369.253906,601.750127 369.253906,576.355469 L369.253906,366.273438 C369.253906,340.878779 366.304066,324.654658 360.404297,317.600586 C354.504528,310.546514 343.089928,306.506516 326.160156,305.480469 L326.160156,291.244141 L476.988281,291.244141 Z M754.019531,597.902344 C710.156031,636.63561 670.782075,656.001953 635.896484,656.001953 C615.375548,656.001953 598.317776,649.268622 584.722656,635.801758 C571.127536,622.334894 564.330078,605.469502 564.330078,585.205078 C564.330078,557.758326 576.129439,533.069446 599.728516,511.137695 C623.327592,489.205945 674.757416,460.028177 754.019531,423.603516 L754.019531,387.435547 C754.019531,360.245307 752.544611,343.123408 749.594727,336.069336 C746.644842,329.015264 741.065796,322.859076 732.857422,317.600586 C724.649048,312.342096 715.414765,309.712891 705.154297,309.712891 C688.481036,309.712891 674.757866,313.432254 663.984375,320.871094 C657.315071,325.488304 653.980469,330.874969 653.980469,337.03125 C653.980469,342.417996 657.571579,349.0872 664.753906,357.039062 C674.501351,368.069066 679.375,378.714141 679.375,388.974609 C679.375,401.543683 674.693732,412.252885 665.331055,421.102539 C655.968378,429.952193 643.720128,434.376953 628.585938,434.376953 C612.4257,434.376953 598.894911,429.503304 587.993164,419.755859 C577.091417,410.008415 571.640625,398.593815 571.640625,385.511719 C571.640625,367.042876 578.951099,349.407962 593.572266,332.606445 C608.193432,315.804929 628.585807,302.915409 654.75,293.9375 C680.914193,284.959591 708.104026,280.470703 736.320312,280.470703 C770.436368,280.470703 797.43382,287.71705 817.313477,302.209961 C837.193133,316.702872 850.082653,332.413978 855.982422,349.34375 C859.573586,360.117241 861.369141,384.870249 861.369141,423.603516 L861.369141,563.273438 C861.369141,579.690186 862.01041,590.014627 863.292969,594.24707 C864.575527,598.479513 866.499336,601.621735 869.064453,603.673828 C871.62957,605.725922 874.57941,606.751953 877.914062,606.751953 C884.583367,606.751953 891.380825,602.006558 898.306641,592.515625 L909.849609,601.75 C897.024024,620.731866 883.749743,634.519163 870.026367,643.112305 C856.302991,651.705447 840.720139,656.001953 823.277344,656.001953 C802.756408,656.001953 786.724667,651.192431 775.181641,641.573242 C763.638614,631.954053 756.584648,617.397233 754.019531,597.902344 Z M754.019531,569.814453 L754.019531,449.382812 C722.981616,467.595143 699.895909,487.08974 684.761719,507.867188 C674.757762,521.718819 669.755859,535.698497 669.755859,549.806641 C669.755859,561.606179 673.988239,571.994747 682.453125,580.972656 C688.865917,587.898472 697.843692,591.361328 709.386719,591.361328 C722.212304,591.361328 737.089759,584.179108 754.019531,569.814453 Z" id="Oval-1" fill="#000066" sketch:type="MSShapeGroup"></path>
</g>
</svg>
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
height="1000"
width="1500"
version="1.1"
viewBox="0 0 3 2"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>Bandiera della Repubblica Italiana PMS 20060414</desc>
<!--
from http://commons.wikimedia.org/wiki/Image:Bandiera_della_Repubblica_Italiana_PMS_20060414.svg
this text is in the public domain
-->
<rect
fill="#009246"
height="2"
width="1" />
<rect
fill="#f1f2f1"
height="2"
width="1"
x="1" />
<rect
fill="#ce2b37"
height="2"
width="1"
x="2" />
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600">
<rect fill="#a0a0a0" height="600" width="900"/>
<rect fill="#fff" x="6" y="6" width="888" height="588"/>
<circle fill="#be0026" cx="450" cy="300" r="180"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600" viewBox="0 0 9 6">
<rect fill="#21468B" width="9" height="6"/>
<rect fill="#FFF" width="9" height="4"/>
<rect fill="#AE1C28" width="9" height="2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 225 150" width="1350" height="900"><rect width="225" height="150" fill="#f93"/><rect width="225" height="50" y="50" fill="#fff"/><rect width="225" height="50" y="100" fill="#128807"/><g transform="translate(112.5,75)"><circle r="20" fill="#008"/><circle r="17.5" fill="#fff"/><circle r="3.5" fill="#008"/><g id="d"><g id="c"><g id="b"><g id="a"><circle r="0.875" fill="#008" transform="rotate(7.5) translate(17.5)"/><path fill="#008" d="M 0,17.5 0.6,7 C 0.6,7 0,2 0,2 0,2 -0.6,7 -0.6,7 L 0,17.5 z"/></g><use xlink:href="#a" transform="rotate(15)"/></g><use xlink:href="#b" transform="rotate(30)"/></g><use xlink:href="#c" transform="rotate(60)"/></g><use xlink:href="#d" transform="rotate(120)"/><use xlink:href="#d" transform="rotate(-120)"/></g></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="400">
<rect width="600" height="400" fill="#f00"/>
<rect width="240" height="400" fill="#060"/>
<g fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="0.573" stroke-linecap="round" stroke-linejoin="round">
<path d="m318.24,262.04c-30.21-0.91-168.74-87.38-169.69-101.15l7.6496-12.757c13.741,19.966,155.36,104.06,169.27,101.08l-7.2299,12.823"/>
<path d="m154.59,146.4c-2.7101,7.2937,36.149,31.318,82.903,59.754,46.752,28.434,87.065,46.006,90.053,43.486,0.18256-0.32544,1.4701-2.5409,1.352-2.5232-0.56001,0.84402-1.9234,1.1104-4.0506,0.49741-12.631-3.6433-45.575-18.765-86.374-43.506-40.798-24.743-76.294-47.544-81.811-57.232-0.38363-0.67116-0.65702-1.8962-0.60146-2.8487l-0.13405-0.002-1.1747,2.0532-0.16139,0.32191h-0.00088zm164.36,116.04c-0.51238,0.92957-1.4675,0.96044-3.2816,0.76112-11.3-1.2506-45.589-17.925-86.162-42.213-47.21-28.26-86.2-54.01-81.97-60.74l1.1509-2.0346,0.22665,0.0706c-3.8037,11.405,76.948,57.578,81.702,60.522,46.724,28.947,86.115,45.851,89.601,41.458l-1.2682,2.181v-0.002z"/>
<path d="m240.17,169.23c30.237-0.23901,67.55-4.1319,89.023-12.69l-4.6265-7.5168c-12.692,7.0247-50.21,11.644-84.652,12.335-40.736-0.37483-69.49-4.1681-83.897-13.835l-4.3672,8.0045c26.484,11.207,53.623,13.587,88.52,13.703"/>
<path d="m330.44,156.71c-0.73904,1.1818-14.743,6.0113-35.373,9.5753-13.988,2.1325-32.234,3.9555-55.004,3.9776-21.633,0.0203-39.305-1.5196-52.684-3.3329-21.656-3.3955-32.833-8.1201-36.965-9.7896,0.39509-0.78581,0.64908-1.337,1.0301-2.0708,11.895,4.736,23.124,7.5918,36.279,9.6158,13.291,1.8,30.75,3.362,52.276,3.3417,22.664-0.0229,40.709-1.9844,54.616-4.0534,21.155-3.4122,32.711-7.8034,34.334-9.8425l1.494,2.5788h-0.002zm-4.0603-7.6226c-2.293,1.8415-13.718,5.8932-33.819,9.1034-13.415,1.9226-30.472,3.6433-52.265,3.6645-20.704,0.0203-37.619-1.375-50.485-3.2491-20.414-2.6661-31.279-7.4754-35.196-8.8776,0.3898-0.67381,0.78666-1.3423,1.1941-2.0135,3.0479,1.5346,13.533,5.7909,34.226,8.7224,12.72,1.8036,29.661,3.1477,50.262,3.1265,21.69-0.0221,38.553-1.7762,51.883-3.6883,20.205-2.7799,31.077-7.9472,32.728-9.241l1.4728,2.4509v0.002z"/>
<path d="m140.88,205.66c18.598,10.003,59.905,15.044,98.994,15.391,35.591,0.0564,81.958-5.5016,99.297-14.69l-0.47712-10.012c-5.4246,8.4773-55.113,16.609-99.206,16.276-44.093-0.3325-85.038-7.1429-98.687-15.959l0.0794,8.9914"/>
<path d="m340.12,204.22,0.00088,2.3874c-2.606,3.1159-18.946,7.8255-39.437,11.142-15.595,2.391-35.927,4.1945-61.262,4.1945-24.069,0-43.263-1.7163-58.148-4.0014-23.529-3.4264-38.579-9.4262-41.6-11.217l0.0132-2.7852c9.0748,6.0334,33.661,10.447,41.917,11.798,14.788,2.2701,33.868,3.9732,57.817,3.9732,25.216,0,45.434-1.7912,60.931-4.1663,14.701-2.1237,35.644-7.6465,39.767-11.324h0.00088zm0.01-8.4922,0.00088,2.3874c-2.606,3.1142-18.946,7.8237-39.437,11.14-15.595,2.391-35.927,4.1945-61.262,4.1945-24.069,0-43.263-1.7145-58.148-4.0014-23.529-3.4246-38.579-9.4245-41.6-11.216l0.0132-2.7852c9.0748,6.0325,33.661,10.447,41.917,11.796,14.788,2.2719,33.868,3.9758,57.817,3.9758,25.216,0,45.434-1.7921,60.931-4.169,14.701-2.1237,35.644-7.6465,39.767-11.324l0.00088,0.002z"/>
<path d="m239.79,260.32c-42.772-0.25489-79.421-11.659-87.16-13.544l5.6433,8.8344c13.67,5.7503,49.424,14.32,81.927,13.371,32.504-0.94809,60.91-3.466,80.928-13.211l5.7862-9.1555c-13.642,6.425-60.068,13.639-87.125,13.705"/>
<path stroke-width="0.55" d="m323.3,253.72c-0.85016,1.2991-1.7171,2.5823-2.5963,3.8294-9.4417,3.3293-24.319,6.8245-30.597,7.844-12.824,2.6423-32.665,4.594-50.274,4.6029-37.89-0.55474-68.905-7.9719-83.496-14.299l-1.1773-2.0241,0.19225-0.30427,1.9966,0.77435c25.948,9.2834,55.091,12.987,82.698,13.652,17.538,0.0617,35.095-2.01,49.292-4.5491,21.771-4.3621,30.574-7.65,33.275-9.1405l0.68701-0.38541h-0.00088zm5.0172-8.2753c0.022,0.0256,0.0441,0.0503,0.0653,0.0776-0.63585,1.0733-1.2911,2.1652-1.9622,3.2623-5.0357,1.8-18.702,5.7988-38.659,8.5893-13.149,1.7912-21.322,3.526-47.479,4.034-49.015-1.2471-80.75-10.831-88.289-13.195l-1.1174-2.1431c28.406,7.4154,57.422,12.592,89.408,13.121,23.931-0.50976,34.112-2.2719,47.152-4.0499,23.271-3.6186,34.996-7.4498,38.515-8.5558-0.0441-0.0635-0.0961-0.13053-0.15433-0.19932l2.5231-0.9428-0.002,0.002z"/>
<path d="m328.83,197.76c0.13873,28.137-14.26,53.386-25.858,64.525-16.408,15.759-38.163,25.896-63.569,26.363-28.37,0.52117-55.12-17.974-62.295-26.099-14.028-15.885-25.449-36.057-25.815-63.243,1.7376-30.709,13.793-52.1,31.268-66.769s40.743-21.813,60.121-21.302c22.358,0.59003,48.475,11.558,66.521,33.332,11.823,14.266,16.943,29.748,19.627,53.193zm-89.186-96.342c54.485,0,99.296,44.338,99.296,98.703,0,54.364-44.811,98.704-99.296,98.704s-98.924-44.339-98.924-98.704,44.439-98.703,98.924-98.703"/>
<path d="m239.91,101.08c54.534,0,99.011,44.483,99.011,99.022,0,54.538-44.478,99.02-99.011,99.02-54.534,0-99.011-44.481-99.011-99.02s44.478-99.022,99.011-99.022zm-96.832,99.0224c0,53.26,43.736,96.842,96.832,96.842,53.097,0,96.833-43.582,96.833-96.842,0-53.262-43.737-96.844-96.833-96.844s-96.832,43.584-96.832,96.844z"/>
<path d="m239.99,109.31c49.731,0,90.693,40.821,90.693,90.704,0,49.884-40.963,90.703-90.693,90.703s-90.693-40.819-90.693-90.703c0-49.883,40.964-90.704,90.693-90.704zm-88.515,90.7034c0,48.685,39.979,88.524,88.515,88.524s88.515-39.839,88.515-88.524c0-48.686-39.978-88.525-88.515-88.525-48.536,0-88.515,39.839-88.515,88.525z"/>
<path d="m243.98,100.68-8.48545,0,0.01,198.96,8.51455,0z"/>
<path d="m243.13,99.546h2.1598l0.0185,201.25h-2.1616l-0.0159-201.25zm-8.4213,0.0018h2.1766l0.003,201.25h-2.1783v-201.25z"/>
<path d="m338.99,203.935,0-7.3554-5.99-5.58-34-9-49-5-59,3-42,10-8.48,6.28,0,7.3572l21.48-9.637,51-8h49l36,4,25,6z"/>
<path d="m239.95,184.77c23.383-0.0432,46.07,2.2154,64.065,5.7194,18.569,3.7121,31.637,8.3556,36.105,13.571l-0.005,2.5823c-5.3884-6.4902-22.973-11.248-36.518-13.968-17.858-3.474-40.393-5.7168-63.647-5.6736-24.538,0.0459-47.387,2.3698-64.984,5.8032-14.12,2.8019-32.951,8.3679-35.302,13.858v-2.689c1.2911-3.8003,15.313-9.4792,34.984-13.417,17.729-3.4572,40.62-5.7415,65.302-5.7864zm0.01-8.4922c23.383-0.0423,46.07,2.2172,64.065,5.7194,18.569,3.7139,31.637,8.3556,36.105,13.571l-0.005,2.5823c-5.3884-6.4885-22.973-11.247-36.518-13.966-17.858-3.4757-40.393-5.7185-63.647-5.6736-24.538,0.0441-47.276,2.3698-64.875,5.8014-13.626,2.5832-33.226,8.3696-35.412,13.86v-2.6908c1.2911-3.7588,15.597-9.6414,34.985-13.417,17.729-3.4572,40.62-5.7397,65.302-5.7864z"/>
<path d="m239.48,132.96c36.849-0.18433,68.99,5.1523,83.695,12.685l5.3638,9.279c-12.781-6.888-47.456-14.05-89.005-12.979-33.854,0.20814-70.027,3.7271-88.176,13.41l6.4035-10.709c14.895-7.7241,50.022-11.643,81.72-11.684"/>
<path d="m239.97,140.62c21.017-0.0556,41.325,1.1298,57.476,4.0437,15.041,2.7993,29.385,7.0009,31.436,9.2604l1.5901,2.8099c-4.9881-3.257-17.401-6.8836-33.339-9.906-16.006-3.0083-36.3-4.0049-57.2-3.9502-23.722-0.0811-42.152,1.1712-57.969,3.9291-16.728,3.13-28.334,7.6015-31.197,9.7261l1.5583-2.9704c5.5631-2.8381,14.39-6.2592,29.223-8.9297,16.357-2.988,34.983-3.8841,58.423-4.0128h-0.00088zm-0.009-8.4843c20.113-0.0529,39.972,1.068,55.452,3.8506,12.209,2.3768,24.283,6.0872,28.704,9.3892l2.3256,3.6954c-3.9536-4.3947-18.836-8.5593-31.974-10.892-15.361-2.6494-34.395-3.698-54.508-3.8656-21.108,0.0591-40.615,1.352-55.752,4.1081-14.441,2.7481-23.76,6.0016-27.703,8.5425l2.0451-3.0868c5.4414-2.8646,14.232-5.4954,25.303-7.6465,15.249-2.7764,34.876-4.0358,56.108-4.0949z"/>
<path d="m289.15,241.26c-18.218-3.4008-36.469-3.8947-49.217-3.7447-61.407,0.71967-81.244,12.609-83.665,16.209l-4.5894-7.4815c15.634-11.332,49.073-17.687,88.587-17.037,20.518,0.33602,38.224,1.6986,53.119,4.5835l-4.2358,7.4727"/>
<path stroke-width="0.55" d="m239.58,236.46c17.082,0.25488,33.849,0.96044,50.033,3.9784l-1.172,2.069c-15.031-2.7746-31.055-3.8365-48.803-3.75-22.663-0.17727-45.585,1.9394-65.541,7.6668-6.2968,1.7524-16.721,5.8006-17.784,9.1458l-1.1659-1.9226c0.33601-1.9773,6.6363-6.081,18.414-9.3901,22.858-6.5458,44.239-7.6491,66.019-7.799v0.002zm0.77519-8.5963c17.698,0.33073,35.975,1.1492,53.74,4.6681l-1.2206,2.1537c-16.042-3.1847-31.369-4.2466-52.415-4.5702-22.735,0.0414-46.851,1.6625-68.778,8.0372-7.0791,2.062-19.297,6.5202-19.704,10.05l-1.1659-2.0655c0.26545-3.2059,10.842-7.388,20.358-10.156,22.096-6.4241,46.275-8.076,69.186-8.1174z"/>
<path d="M327.58,247.38,320.201,258.829,299,240,244,203,182,169,149.81,157.99,156.67,145.27,159,144l20,5,66,34,38,24,32,23,13,15z"/>
<path d="m148.65,158.29c5.646-3.8294,47.139,14.655,90.555,40.834,43.301,26.254,84.677,55.921,80.942,61.473l-1.2285,1.9323-0.56354,0.4445c0.12083-0.0864,0.74345-0.84755-0.0609-2.906-1.8449-6.0704-31.195-29.491-79.894-58.895-47.475-28.309-87.041-45.371-90.997-40.494l1.247-2.3892h-0.00089zm180.44,88.927c3.57-7.052-34.916-36.044-82.632-64.272-48.813-27.666-83.994-43.951-90.42-39.095l-1.4278,2.5991c-0.0124,0.14287,0.052-0.17727,0.35364-0.4101,1.1685-1.0195,3.1052-0.95074,3.9792-0.96662,11.065,0.16581,42.667,14.709,87.006,40.128,19.428,11.315,82.071,51.491,81.832,62.789,0.0168,0.97102,0.0803,1.1712-0.28485,1.6519l1.5936-2.4236v-0.002z"/>
</g>
<g>
<path fill="#fff" stroke="#000" stroke-width="0.67037" d="m180.6,211.01c0,16.271,6.6628,30.987,17.457,41.742,10.815,10.778,25.512,17.579,41.809,17.579,16.381,0,31.247-6.6525,42.016-17.389,10.769-10.735,17.443-25.552,17.446-41.88h-0.002v-79.189l-118.74-0.14111,0.0123,79.278h0.002z"/>
<path fill="#f00" stroke="#000" stroke-width="0.50734" d="m182.82,211.12v0.045c0,15.557,6.4414,29.724,16.775,40.009,10.354,10.305,24.614,16.712,40.214,16.712,15.681,0,29.912-6.3606,40.222-16.626,10.308-10.265,16.697-24.433,16.699-40.044h-0.002v-76.826l-113.84-0.0185-0.0697,76.748m91.022-53.747,0.004,48.891-0.0414,5.1717h0.00088c0,1.3608-0.082,2.9122-0.24076,4.2333-0.92512,7.7294-4.4801,14.467-9.7451,19.708-6.1636,6.1357-14.671,9.9413-24.047,9.9413-9.327,0-17.639-3.9379-23.829-10.1-6.3497-6.32-10.03-14.986-10.03-23.947l-0.0132-54.023,67.94,0.12259,0.002,0.002z"/>
<g id="castle3">
<g id="castle" fill="#ff0" stroke="#000" stroke-width="0.5">
<path stroke="none" d="m190.19,154.43c0.13493-5.521,4.0524-6.828,4.0806-6.8474,0.0282-0.0185,4.2314,1.4076,4.2173,6.8986l-8.2978-0.0512"/>
<path d="m186.81,147.69-0.68172,6.3447,4.1406,0.009c0.0397-5.2493,3.9739-6.1225,4.0691-6.1031,0.0891-0.005,3.9889,1.1606,4.0929,6.1031h4.1511l-0.74962-6.3932-15.022,0.0379v0.002z"/>
<path d="m185.85,154.06h16.946c0.35717,0,0.64908,0.35277,0.64908,0.78404,0,0.43039-0.29191,0.78141-0.64908,0.78141h-16.946c-0.35717,0-0.64908-0.35102-0.64908-0.78141,0-0.43127,0.29191-0.78404,0.64908-0.78404z"/>
<path d="m192.01,154.03c0.0185-3.3126,2.2621-4.2501,2.2736-4.2483,0.00088,0,2.3423,0.96661,2.3609,4.2483h-4.6344"/>
<path d="m186.21,145.05h16.245c0.34218,0,0.62263,0.31839,0.62263,0.70468,0,0.38717-0.28045,0.70467-0.62263,0.70467h-16.245c-0.34218,0-0.62263-0.31573-0.62263-0.70467,0-0.38629,0.28045-0.70468,0.62263-0.70468z"/>
<path d="m186.55,146.47h15.538c0.32719,0,0.59529,0.31662,0.59529,0.70379,0,0.38805-0.2681,0.70467-0.59529,0.70467h-15.538c-0.32719,0-0.59529-0.31662-0.59529-0.70467,0-0.38717,0.2681-0.70379,0.59529-0.70379z"/>
<path d="m191.57,135.88,1.2267,0.002v0.87136h0.89513v-0.89076l1.2567,0.004v0.88723h0.89778v-0.89076h1.2576l-0.002,2.0117c0,0.31574-0.25398,0.52035-0.54854,0.52035h-4.4113c-0.29633,0-0.56972-0.23724-0.5706-0.52652l-0.003-1.9879h0.00088z"/>
<path d="m196.19,138.57,0.27691,6.4514-4.3028-0.0159,0.28486-6.4523,3.741,0.0168"/>
<path id="cp1" d="m190.94,141.56,0.13141,3.4775-4.1256,0.002,0.11641-3.4793h3.8786-0.00089z"/>
<use xlink:href="#cp1" x="10.609"/>
<path id="cp2" d="m186.3,139.04,1.1994,0.003v0.87224h0.8775v-0.89253l1.2294,0.004v0.889h0.87926v-0.89253l1.2302,0.002-0.002,2.0117c0,0.31398-0.2487,0.51859-0.5362,0.51859h-4.3169c-0.28926,0-0.55824-0.23548-0.55913-0.52564l-0.003-1.9888h0.00088z"/>
<use xlink:href="#cp2" x="10.609"/>
<path fill="#000" stroke="none" d="m193.9,140.61c-0.0265-0.62706,0.87661-0.63411,0.86603,0v1.5364h-0.866v-1.536"/>
<path id="cp3" fill="#000" stroke="none" d="m188.57,142.84c-0.003-0.6059,0.83693-0.61824,0.82635,0v1.1871h-0.826v-1.187"/>
<use xlink:href="#cp3" x="10.641"/>
</g>
<use xlink:href="#castle" y="46.3198"/>
<use xlink:href="#castle" transform="matrix(0.70460892,-0.70959585,0.70959585,0.70460892,-35.341459,275.10898)"/>
</g>
<use xlink:href="#castle" x="45.7138"/>
<use xlink:href="#castle3" transform="matrix(-1,0,0,1,479.79195,0)"/>
<g id="quina" fill="#fff">
<path fill="#039" d="m232.636,202.406v0.005c0,2.2119,0.84927,4.2272,2.2118,5.6894,1.3652,1.4667,3.2454,2.3777,5.302,2.3777,2.0672,0,3.9439-0.90487,5.3029-2.3654,1.3581-1.4587,2.2021-3.47219,2.2021-5.693v-10.768l-14.992-0.0123-0.0273,10.766"/>
<circle cx="236.074" cy="195.735" r="1.486"/>
<circle cx="244.392" cy="195.742" r="1.486"/>
<circle cx="240.225" cy="199.735" r="1.486"/>
<circle cx="236.074" cy="203.916" r="1.486"/>
<circle cx="244.383" cy="203.905" r="1.486"/>
</g>
<use xlink:href="#quina" y="-26.016"/>
<use xlink:href="#quina" x="-20.799"/>
<use xlink:href="#quina" x="20.745"/>
<use xlink:href="#quina" y="25.784"/>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 6" width="900" height="600">
<rect width="9" height="6" fill="#D52B1E"/>
<rect width="9" height="4" fill="#0039A6"/>
<rect width="9" height="2" fill="#FFF"/>
<path d="m0,0h9v6H0z" stroke="#a0a0a0" stroke-width=".1" fill="none"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600" viewBox="0 0 9 6">
<title>Flag of Slovakia</title>
<rect width="9" height="6" fill="#ee1c25"/>
<rect width="9" height="4" fill="#0b4ea2"/>
<rect width="9" height="2" fill="#fff"/>
<g>
<path fill="#fff" d="M3.16255,4.635c-0.53781-0.25905-1.3071-0.77323-1.3071-1.79033,0-1.01711,0.04863-1.47967,0.04863-1.47967h1.25847,1.2585s0.04864,0.46256,0.04864,1.47967c0,1.0171-0.76929,1.53128-1.30714,1.79033z"/>
<path fill="#ee1c25" d="M3.16255,4.5c-0.4934-0.23766-1.19917-0.70938-1.19917-1.64251,0-0.933128,0.044612-1.35749,0.044612-1.35749h1.15456,1.15459s0.044626,0.424365,0.044626,1.35749c0,0.933128-0.705776,1.40485-1.19921,1.64251z"/>
<path fill="#fff" d="m3.26808,2.61284c0.133599,0.00216,0.394255,0.00739,0.626352-0.070273,0,0-0.00613,0.083055-0.00613,0.179805,0,0.096773,0.00613,0.179822,0.00613,0.179822-0.21289-0.07125-0.4758-0.07273-0.62635-0.07082v0.515391h-0.211033v-0.515391c-0.150545-0.00191-0.41345-0.0004252-0.626352,0.070815,0,0,0.00613-0.083049,0.00613-0.179822,0-0.09675-0.00613-0.179805-0.00613-0.179805,0.2321,0.077665,0.492753,0.072432,0.626352,0.070273v-0.323676c-0.121766-0.00108-0.297234,0.00473-0.49563,0.071126,0,0,0.00613-0.083055,0.00613-0.179822,0-0.096756-0.00613-0.179811-0.00613-0.179811,0.198103,0.066283,0.373356,0.072192,0.495088,0.071137-0.00626-0.20498-0.06597-0.46332-0.06597-0.46332s0.12289,0.00959,0.172016,0.00959c0.049178,0,0.172031-0.00959,0.172031-0.00959s-0.059695,0.258346-0.065964,0.463301c0.121741,0.00106,0.296989-0.00485,0.495086-0.071137,0,0-0.00613,0.083055-0.00613,0.179811,0,0.096767,0.00613,0.179822,0.00613,0.179822-0.198388-0.066392-0.373863-0.072207-0.495627-0.071126v0.323676z"/>
<path fill="#0b4ea2" d="m3.1625,3.29094c-0.24847,0-0.381562,0.344688-0.381562,0.344688s-0.073834-0.163438-0.276562-0.163438c-0.137161,0-0.238243,0.12201-0.3025,0.235,0.24954,0.39705,0.64768,0.64207,0.96062,0.79281,0.31299-0.15075,0.71139-0.39571,0.96094-0.79281-0.064256-0.11299-0.165339-0.235-0.3025-0.235-0.202734,0-0.276875,0.163438-0.276875,0.163438s-0.133073-0.344688-0.381562-0.344688z"/>
<path d="m0,0h9v6H0z" stroke="#a0a0a0" stroke-width=".1" fill="none"/>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="1500" height="1000" viewBox="-5 -5 30 20">
<title>Flag of the People's Republic of China</title>
<rect fill="#de2910" x="-5" y="-5" width="30" height="20"/>
<defs>
<polygon id="s" points="0,-513674 301930,415571 -488533,-158734 488533,-158734 -301930,415571"
fill="#ffde00" transform="scale(0.0000019467600073)"/>
</defs>
<use xlink:href="#s" transform="scale(3)"/>
<use xlink:href="#s" transform="translate(5,-3) rotate(-120.963756)"/>
<use xlink:href="#s" transform="translate(7,-1) rotate(-98.130102)"/>
<use xlink:href="#s" transform="translate(7,2) rotate(-74.054604)"/>
<use xlink:href="#s" transform="translate(5,4) rotate(-51.3401917)"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg>
<svg width="900" height="600" viewBox="-60 -40 240 160" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect x="-60" y="-40" width="100%" height="100%" fill="#fe0000"/>
<rect x="-60" y="-40" width="50%" height="50%" fill="#000095"/>
<path id="four_rays" d="M 8,0 L 0,30 L -8,0 L 0,-30 M 0,8 L 30,0 L 0,-8 L -30,0" fill="#fff"/>
<use xlink:href="#four_rays" transform="rotate(30)"/>
<use xlink:href="#four_rays" transform="rotate(60)"/>
<circle r="17" fill="#000095"/>
<circle r="15" fill="#fff"/>
</svg>
Language plugins provide translations of the core TiddlyWiki interface.
The following languages are currently available:
<<list-links "[tag[Languages]]">>
You can contribute by learning how to [[translate TiddlyWiki into your language|Translate TiddlyWiki into your language]].
<<.operator-examples "last">>
<<.using-days-of-week>>
<<.operator-example 1 "[list[Days of the Week]last[]]">>
<<.operator-example 2 "[list[Days of the Week]last[5]]">>
<<.operator-example 3 "[tag[Concepts]!sort[title]last[3]]">>
The latest news, articles, resources and examples.
<div class="tc-link-info">
<$list filter="[tag[Articles]] [tag[Examples]] [tag[Resources]] [tag[Tutorials]] +[!sort[modified]limit[8]]">
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>
Ordinarily with TiddlyWiki, the full content of all tiddlers is embedded into the main HTML file. Lazy loading refers to the technique of only embedding metadata about the tiddler (in other words all fields except the ''text'' field), and requesting the body from the server when required.
Lazy loading can be used in two configurations:
* When running [[TiddlyWiki on Node.js]], image tiddlers can be subject to lazy loading
* When running [[TiddlyWiki in the Sky for TiddlyWeb]], all tiddlers are subject to lazy loading
See the LazyLoadingMechanism for details of how lazy loading is implemented.
! Lazy loading under Node.js
To run TiddlyWiki with lazy loading for images, use this alternative ServerCommand to start the server:
```
tiddlywiki --server 8080 $:/core/save/lazy-images
```
! Lazy loading under TiddlyWeb
With the current configuration, lazy loading is enabled by default.
TiddlyWiki currently only implements LazyLoading when it is running in the browser talking to a TiddlyWeb-compatible server.
In the [[configuration for TiddlyWeb|TiddlyWiki in the Sky for TiddlyWeb]], the browser first requests a "skinny" version of each tiddler (consisting of all the fields apart from the text field). Subsequently, an attempt to read those skinny tiddlers with `wiki.getTiddler()` returns just the skinny fields, but an attempt to read one using `wiki.getTiddlerText()` will trigger an asynchronous load of the full tiddler text, which in turn triggers a refresh cycle, updating the display to reflect the newly loaded tiddler. Widgets that loop through all tiddlers are fine; it's only if they trigger `wiki.getTiddlerText()` for a tiddler that it will get loaded.
Lazy loading can also be used with TiddlyWiki's own server. The core provides a template that enables images to be lazily loaded while other tiddlers are packaged into the initial HTML file in the usual way.
The browser-based search built into TiddlyWiki5 will only search the text of tiddlers that have been fully loaded. The expectation is that when lazy loading is used in a client-server configuration, then it is the server that really needs to handle search operations, because it is only the server that can "see" the text of all tiddlers. So, the plan is to integrate the built in search with TiddlyWeb's search API. The simplest approach is that any local search triggers an asynchronous server side search. The results of the search would be asynchronously loaded such that they would dynamically appear in the local search results.
Learn more about using TiddlyWiki:
<<list-links "[tag[Learning]]">>
Also see the complete [[Reference]], including advanced WikiText, macros, widgets, filters etc.
`limit[N]` and `!limit[N]` are synonyms for `first[N]` and `last[N]` respectively.
<<.operator-examples "limit">>
<<.operator-example 1 "[sort[modified]!limit[20]]" "the 20 most recently modified tiddlers">>
<<.operator-example 2 "[has[created]sort[created]limit[10]]" "the oldest 10 tiddlers in the wiki">>
The <<.def lingo>> [[macro|Macros]] relates to the translation of ~TiddlyWiki's user interface into other languages. It returns a piece of text in the user's currently selected language.
Translatable text is supplied by language plugins containing tiddlers with specific titles that start with `$:/language/`.
!! Parameters
;title
: The title of the shadow tiddler that contains the text. The prefix `$:/language/` is added automatically
<<.macro-examples "lingo">>
This example shows the text used as the basis for the title of a newly created tiddler:
<$macrocall $name=".example" n="1" eg="""<<lingo DefaultNewTiddlerTitle>>"""/>
This example shows the name of the eighth month of the year, for use in [[formatting dates|DateFormat]]:
<$macrocall $name=".example" n="2" eg="""<<lingo Date/Long/Month/8>>"""/>
! Introduction
The link catcher widget traps [[WidgetMessage: tm-navigate]] dispatched within its child content by performing any or all of these actions:
* sending a different widget message
* setting a tiddler to the title of the navigated tiddler
* setting a tiddler to a specified value
! Content and Attributes
The content of the `<$linkcatcher>` widget is displayed normally.
|!Attribute |!Description |
|to |Optional title of the tiddler to be set to the title of the navigated tiddler |
|message |Optional identifier for a [[widget message|Messages]] to be sent when a navigation is caught |
|set |Optional title of the tiddler to be set to a specified value when navigation occurs |
|setTo |Value to be assigned by the `set` attribute |
A key capability of WikiText is the ability to make links to other tiddlers or to external websites.
! Manual Links
Link to a tiddler by title:
```
[[Tiddler Title]]
```
To link to a tiddler and specify the text of the link:
```
[[Displayed Link Title|Tiddler Title]]
```
! ~CamelCase Links
For tiddler titles that match the CamelCase rules, just typing the title without double square brackets will automatically create a link.
You can suppress a link from being recognised by preceding it with `~`. For example:
<<wikitext-example src:"* ~HelloThere is not a link
* ~http://google.com/ is not a link">>
! External Links
To link to an external [[resource|https://en.wikipedia.org/wiki/Web_resource]] such as a website or a file, type its //full// [[URL|https://en.wikipedia.org/wiki/URL]], including the [[URI scheme|https://en.wikipedia.org/wiki/URI_scheme]] such as a protocol (e.g. `http://`, `file://`) or `mailto`:
```
http://tiddlywiki.com/
[[TW5|http://tiddlywiki.com/]]
[[Mail me|mailto:me@where.net]]
```
For this syntax to work, the URL has to be recognisable as a URL. Otherwise, it is treated as a tiddler title. As a result, in case you want to link to a resource locatable using a relative path, use the extended syntax:
```
[ext[Open file|index.html]]
[ext[Open file|./index.html]]
[ext[Open file|../README.md]]
```
The extended syntax still works with full URLs, although in that case it is not necessary:
```
[ext[http://tiddlywiki.com]]
[ext[TW5|http://tiddlywiki.com]]
```
You can also use the extended syntax to force an external link:
```
[ext[Donate|bitcoin:1aabbdd....?amount=0.001]]
```
! Customising Tiddler Links
See the LinkWidget for details of the underlying widget used to implement tiddler links, including macros that can be used to customise its behaviour.
Each input title is processed in turn. The corresponding tiddler's list of links is generated, in the order in which they appear in the tiddler's text, and [[dominantly appended|Dominant Append]] to the operator's overall output.
<<.operator-examples "links">>
<<.operator-example 1 "[[HelloThere]links[]]">>
<<.operator-example 2 "[all[current]links[]]" "tiddlers [[hard-linked|Hard and Soft Links]] from the current one">>
Here are some hard links:
* HelloThere
* [[Filter Operators]]
* [[links Operator]]
The `link` widget generates links to tiddlers. (Use the HTML `<a>` element to generate external links).
! Content and Attributes
|!Attribute |!Description |
|to |The title of the target tiddler for the link (defaults to the [[current tiddler|Current Tiddler]]) |
|aria-label |Optional [[Accessibility]] label |
|tooltip |Optional tooltip WikiText |
|tabindex |Optional numeric [[tabindex|https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/tabIndex]] |
|draggable |"yes" to enable the link to be draggable (defaults to "yes") |
|tag |Optional tag to override the default "a" element |
The content of the link widget is rendered within the `<a>` tag.
The default value of the tooltip attribute is supplied by the <<.vlink tv-wikilink-tooltip>> variable.
This means that you can control the text of a link tooltip in several ways:
```
<$link to="HelloThere" tooltip="Custom tooltip">Link 1</$link>
<$set name="tv-wikilink-tooltip" value="I'm a link to {{!!title}}">
<$link to="HelloThere">Link 2</$link>
</$set>
```
Renders as:
<$link to="HelloThere" tooltip="Custom tooltip">Link 1</$link>
<$set name="tv-wikilink-tooltip" value="I'm a link to {{!!title}}">
<$link to="HelloThere">Link 2</$link>
</$set>
Note that the tooltip is rendered with the current tiddler set to the target of the link.
A useful convention is to set the tooltip like this:
```
\define tv-wikilink-tooltip()
<$transclude field="tooltip"><$transclude field="title"/></$transclude>
\end
```
This causes the tooltip to be the ''tooltip'' field of the target tiddler. If the field isn't present, then the title is used instead.
! CSS Classes
* `tc-tiddlylink` - applied to all links
* `tc-tiddlylink-external` - applied to external, non-tiddler links
* `tc-tiddlylink-internal` - applied to tiddler links
* `tc-tiddlylink-missing` - applied to tiddler links where the target tiddler doesn't exist
* `tc-tiddlylink-resolves` - applied to tiddler links when the target tiddler does exist
! Configuration variables
* <<.vlink tv-wikilinks>>
* <<.vlink tv-wikilink-template>>
* <<.vlink tv-wikilink-tooltip>>
* <<.vlink tv-get-export-link>>
<<.place R>> can reference either a field or a property. See [[TextReference]] for the syntax.
* If neither is specified, the <<.field list>> field is used by default. So `[list[T]]` outputs the titles listed in the <<.field list>> of tiddler T.
* If <<.place R>> consists of <<.em only>> a field or a property, the tiddler part of the reference defaults to the [[current tiddler|Current Tiddler]]. So `[list[!!tags]]` outputs the titles listed in the <<.field tags>> field of the current tiddler.
<<.operator-examples "list">>
<<.using-days-of-week>>
<<.operator-example 1 "[list[HelloThere]]">>
<<.operator-example 2 "[list[Days of the Week!!short]]">>
The <<.def list-links>> [[macro|Macros]] returns a formatted list of links to a [[selection of tiddlers|Title Selection]].
If a tiddler has a <<.field caption>> field, this is shown instead of the tiddler's title.
!! Parameters
;filter
: A [[filter|Filters]] selecting which tiddlers to include
;type
: An HTML element to use for the overall list element, defaulting to `ul`
;subtype
: An HTML element to use for each item in the list, defaulting to `li`
;class
: A [[CSS|Cascading Style Sheets]] class for the overall list element
<<.macro-examples "list-links">>
This example lists all the tiddlers whose titles start with J:
<$macrocall $name=".example" n="1" eg="""<<list-links filter:"[prefix[J]]">>"""/>
This example lists the documentation tiddlers for the core macros, each of which has a <<.field caption>> field:
<$macrocall $name=".example" n="2" eg="""<<list-links filter:"[tag[Core Macros]]">>"""/>
<<.field F>> is assumed to be a [[title list|Title List]].
Each input title is processed in turn. A list of tiddlers whose <<.place F>> field mentions it is generated (in no particular order) and [[dominantly appended|Dominant Append]] to the operator's overall output.
<<.operator-examples "listed">>
<<.operator-example 1 "[[HelloThere]listed[]]">>
<<.operator-example 2 "[all[current]listed[my-special-list]]">>
The `list` [[field of a tiddler|TiddlerFields]] is an optional feature that can be used to help structure your content. Its value is a [[title list|Title List]], and it can be used in several ways:
* The `list` field of a tiddler that is being used as a tag determines the ordering of the tiddlers that carry that tag - see [[Tagging]] for details
* The `list` [[filter|Filters]] selects the entries from a list
* The `listed` [[filter|Filters]] selects the tiddlers that list the selected tiddler(s)
* The NavigatorWidget manipulates a StoryList tiddler containing a `list` field of the tiddlers that are displayed in the main story column
! Unordered Lists
You can create unordered lists with `*` characters:
<<wikitext-example src:"* First list item
* Second list item
** A subitem
* Third list item
">>
! Ordered Lists
Ordered lists use `#` instead of `*`:
# First item
# Second item
# Third item
You can also mix ordered and unordered list items:
<<wikitext-example src:"* To do today
*# Eat
* To get someone else to do
*# This
*# That
*## And the other
">>
Here's an example the other way around, with numbers as the first level:
<<wikitext-example src:"# To do today
#* Eat
# To get someone else to do
#* This
#* That
#** And the other
">>
! CSS Classes
You can also assign a CSS class to an individual member of a list with this notation:
<<wikitext-example src:"* List One
*.MyClass List Two
* List Three
">>
! Mixing Lists and Block Quotes
Note that [[Block Quotes in WikiText]] can be mixed with lists. For example:
<<wikitext-example src:"* List One
** List Two
**> A quote
**> Another quote
* List Three
">>
! Paragraphs in Lists
Entries in the list are delimited with a linebreak, making it impossible to include linebreaks within a list entry. There are a couple of workarounds.
First, you can transclude paragraph content from another tiddler. For example:
```
* First entry
* <$transclude tiddler="MyTiddler" mode="block"/>
* Third entry
```
Secondly, you can use an HTML "div" element to contain the multiline content. For example:
```
# Step 1
# Step 2
# Step 3<div>
Here is the first of several paragraphs. Note that the double linebreak preceding this paragraph is significant.
And here is the second of several paragraphs.
</div>
# Step 4
# Step 5
# Step 6
```
! Introduction
The list widget displays a sequence of tiddlers that match a [[tiddler filter|Filters]]. It can be used for many purposes:
* Displaying custom lists of links, like in TiddlyWiki5's sidebar
* Custom lists, such as "all tiddlers tagged 'task' that are not tagged 'done'"
* Listing each of the tags applied to a tiddler
* Handling the main story river
The tiddlers are displayed by transcluding each in turn through a template. There are several ways to specify the template and for controlling the behaviour of the list.
! Examples
''plain list''
```
<$list filter="[tag[ListWidget]sort[title]]"/>
```
Displays as:
<<<
<$list filter="[tag[ListWidget]sort[title]]"/>
<<<
''custom item output''
```
<$list filter="[tag[ListWidget]sort[title]]">
<<currentTiddler>>
{{||$:/core/ui/ViewTemplate/tags}}
</$list>
```
Displays as:
<<<
<$list filter="[tag[ListWidget]sort[title]]">
<<currentTiddler>>
{{||$:/core/ui/ViewTemplate/tags}}
</$list>
<<<
''custom item template''
```
<$list filter="[tag[ListWidget]sort[title]]" template="$:/core/ui/ViewTemplate/subtitle"/>
```
Displays as:
<<<
<$list filter="[tag[ListWidget]sort[title]]" template="$:/core/ui/ViewTemplate/subtitle"/>
<<<
!! Grouped Lists
See NestedLists for how to generate nested and grouped lists using the ListWidget.
! Content and Attributes
The content of the `<$list>` widget is an optional template to use for rendering each tiddler in the list. Alternatively, the template can be specified as a tiddler title in the ``template`` attribute. As a fallback, the default template just displays the tiddler title.
|!Attribute |!Description |
|filter |The [[tiddler filter|Filters]] to display |
|template |The title of a template tiddler for transcluding each tiddler in the list. When no template is specified, the body of the ListWidget serves as the item template. With no body, a simple link to the tiddler is returned. |
|editTemplate |An alternative template to use for [[DraftTiddlers|DraftMechanism]] in edit mode |
|variable |The name for a [[variable|Variables]] in which the title of each listed tiddler is stored. Defaults to ''currentTiddler'' |
|emptyMessage |Message to be displayed when the list is empty |
|storyview |Optional name of module responsible for animating/processing the list |
|history |The title of the tiddler containing the navigation history |
!! Edit mode
The `<$list>` widget can optionally render draft tiddlers through a different template to handle editing, see DraftMechanism.
!! `storyview` attribute
The `storyview` attribute specifies the name of an optional module that can animate changes to the list (including navigation). The core ships with the following storyview modules:
* `classic`: renders the list as an ordered sequence of tiddlers
* `zoomin`: just renders the current tiddler from the list, with a zoom animation for navigating between tiddlers
* `pop`: shrinks items in and out of place
In order for the storyviews to animate correctly each entry in the list should be a single block mode DOM element.
!! History and navigation
The optional `history` attribute specifies the name of a tiddler that is used to track the current tiddler for navigation purposes. When the history tiddler changes the list view responds by telling the listview to handle navigating to the new tiddler. See HistoryMechanism for details.
{{$:/language/Help/load}}
<<.preamble """What follows is a formal presentation of the syntax of the WikiText syntax for macro calls, using [[railroad diagrams|Railroad Diagrams]]. A [[simpler overview|Macro Calls in WikiText]] is also available.""">>
<$railroad text="""
"<<" name [: space [:{param-value}] ]">>"
"""/>
<<.place space>> denotes a sequence of [[whitespace characters|Filter Whitespace]].
The [[macro|Macros]]'s <<.place name>> is a sequence of non-whitespace characters other than `(` or `>`.
Each individual <<.place param-value>> has the following syntax:
<$railroad text="""
[: param-name [:space] ":" [:space] ] value [: space]
"""/>
The <<.place param-name>> is a sequence of letters (`A`--`Z`, `a`--`z`), digits (`0`--`9`), hyphens (`-`) and underscores (`_`).
The <<.place value>> is specified as follows:
<$railroad text={{$:/editions/tw5.com/railroad/macro-parameter-value}}/>
To call a [[macro|Macros]], place `<<`double angle brackets`>>` around the name and any parameter values.
By default, parameters are listed in the same order as in the macro's definition. A parameter can be labelled with its name, either for clarity or to modify the order.
If no value is specified for a parameter, the default value given for that parameter in the macro's definition is used instead. (If no default value was defined, the parameter is simply blank.)
Each parameter value can be enclosed in `'`single quotes`'`, `"`double quotes`"`, `"""`triple double quotes`"""` or `[[`double square brackets`]]`. Triple double quotes allow a value to contain almost anything. If a value contains no spaces or single or double quotes, it requires no delimiters.
A more formal [[presentation|Macro Call Syntax]] of this syntax is also available.
The syntax is actually a shorthand for a <<.wlink MacroCallWidget>> widget. The widget itself offers greater flexibility, including the ability to [[transclude|Transclusion]] parameter values or generate them via additional macros.
As macros are simply parameterised [[variables|Variables]], a variable's value can be inserted using the same techniques.
[[Examples|Macro Calls in WikiText (Examples)]]
\define sayhi-example-1() <<sayhi>>
\define sayhi-example-2() <<sayhi Bugs>>
\define sayhi-example-3() <<sayhi "Donald Duck" Disneyland>>
\define sayhi-example-4() <<sayhi "Mickey Mouse" "Mouse House">>
\define sayhi-example-5() <<sayhi name:'Minnie Mouse' address:[[Mouse House]]>>
\define sayhi-example-6() <<sayhi address:"Quacky Towers" name:"Donald Duck">>
\define sayhi-example-7()
<<sayhi "Mickey Mouse" """"Mouse House",
Rodent's Lane,
Squeaksville,
Ratland""">>
\end
<$importvariables filter="$:/editions/tw5.com/macro-examples/say-hi">
<$codeblock code={{$:/editions/tw5.com/macro-examples/say-hi}}/>
<$macrocall $name=".example" n="1" eg=<<sayhi-example-1>>/>
<$macrocall $name=".example" n="2" eg=<<sayhi-example-2>>/>
<$macrocall $name=".example" n="3" eg=<<sayhi-example-3>>/>
<$macrocall $name=".example" n="4" eg=<<sayhi-example-4>>/>
<$macrocall $name=".example" n="5" eg=<<sayhi-example-5>>/>
<$macrocall $name=".example" n="6" eg=<<sayhi-example-6>>/>
<$macrocall $name=".example" n="7" egvar="sayhi-example-7"/>
</$importvariables>
<<.preamble """What follows is a formal presentation of the syntax of the `\define` pragma, using [[railroad diagrams|Railroad Diagrams]]. A [[simpler overview|Macro Definitions in WikiText]] is also available.""">>
<$railroad text="""
"\define" space name params [:space] rest
"""/>
<<.place space>> denotes a sequence of [[whitespace characters|Filter Whitespace]].
The [[macro|Macros]]'s <<.place name>> is a sequence of non-whitespace characters other than `(` or `>`.
The parameter declaration list (<<.place params>>) has the following syntax:
<$railroad text="""
"(" [:sep] [:{ param sep }] ")"
"""/>
The parameter separator (<<.place sep>>) is any sequence of characters that does not match a <<.place param-name>>. Among other things, this includes commas, spaces and linefeeds.
A <<.place param-name>> is a sequence of letters (`A`--`Z`, `a`--`z`), digits (`0`--`9`), hyphens (`-`) and underscores (`_`).
Each individual <<.place param>> has the following syntax:
<$railroad text="""
param-name [: [:space] ":" [:space] default ]
")"
"""/>
The optional <<.place default>> value of a parameter is specified as follows:
<$railroad text={{$:/editions/tw5.com/railroad/macro-parameter-value}}/>
The <<.place rest>> of the definition has the following syntax:
<$railroad text="""
( snippet | lf snippet lf "\end" [:space] ) lf
"""/>
<<.place lf>> denotes a linefeed.
The <<.place snippet>> is any sequence of characters that doesn't terminate the macro definition. That is to say, a single-line snippet cannot contain a linefeed, and a multi-line snippet cannot contain `\end` on a line of its own.
The snippet can contain placeholders with the following syntax:
<$railroad text="""
( "$" name "$" | "$" "(" name ")" "$" )
"""/>
A [[macro|Macros]] is defined using a `\define` [[pragma|Pragma]]. Like any pragma, this can only appear at the start of a tiddler.
The first line of the definition specifies the macro name and any parameters. Each parameter has a name, and optionally a default value that is used if no value is supplied on a particular call to the macro. The lines that follow contain the macro's text (i.e. the snippet represented by the macro name), until `\end` appears on a line by itself:
<$codeblock code={{$:/editions/tw5.com/macro-examples/say-hi}}/>
Alternatively, the entire definition can be presented on a single line, without an `\end` marker:
```
\define sayhi(name:"Bugs Bunny") Hi, I'm $name$.
```
A more formal [[presentation|Macro Definition Syntax]] of this syntax is also available.
!! Placeholders
The snippet can contain placeholders for parameters. These consist of a parameter name between dollar signs, like `$this$`.
It can also contain placeholders for [[variables|Variables]]. These consist of a variable name (or macro name) between dollar signs and round brackets, like `$(this)$`.
The actual value of the parameter or variable is substituted for the placeholder whenever the macro is called:
<$importvariables filter="$:/editions/tw5.com/macro-examples/say-hi-using-variables">
<$codeblock code={{$:/editions/tw5.com/macro-examples/say-hi-using-variables}}/>
<$macrocall $name=".example" n="1"
eg="""<$set name="address" value="Rabbit Hole Hill">
<<say-hi-using-variables>>
</$set>"""/>
</$importvariables>
!! Scope
Macros are available to the tiddler that defines them, plus any tiddlers that it transcludes.
To make a macro available to all tiddlers, define it in a tiddler that has the tag <<.tag $:/tags/Macro>>.
It is also possible to write a macro as a [[JavaScript module|http://tiddlywiki.com/dev/index.html#JavaScript%20Macros]]. ~JavaScript macros are available to all tiddlers, and offer the maximum flexibility.
A tiddler can manually import macro definitions from a [[selection|Title Selection]] of other tiddlers by using the <<.wlink ImportVariablesWidget>> widget.
<<list-links filter:"[tag[Macro Syntax]]">>
! Introduction
The macro call widget provides an alternative syntax for invoking macros. The advantage of the widget form is that it allows macro parameters to be specified as widget attributes, thus allowing indirection and macro values to be set.
For example, a macro called `italicise` that takes a single parameter called `text` can be invoked in any of these ways:
```
<<italicise "Text to be made into italics">>
<<italicise text:"Text to be made into italics">>
<$macrocall $name="italicise" text="Text to be made into italics"/>
<$macrocall $name="italicise" text={{Title of tiddler containing text to be italicised}}/>
<$macrocall $name="italicise" text=<<textMaker "Another macro to generate the text to be italicised">>/>
```
You can see several examples of the macro call widget within the core:
* Listing module information: [[$:/snippets/modules]]
* Listing field information: [[$:/snippets/allfields]]
* Generating `data:` URIs: [[$:/themes/tiddlywiki/starlight/styles.tid]]
! Content and Attributes
The content of the `<$macrocall>` widget is ignored.
|!Attribute |!Description |
|$name |Name of the macro to invoke |
|$type |ContentType with which the macro text should be parsed (defaults to `text/vnd.tiddlywiki`) |
|$output |ContentType for the output rendering (defaults to `text/html`, can also be `text/plain`) |
|//parameters// |Macro parameters specified as attributes |
A <<.def macro>> is a named snippet of text. WikiText can use the name as a shorthand way of [[transcluding|Transclusion]] the snippet. Such transclusions are known as <<.def "macro calls">>, and each call can supply a different set of parameters that get substituted for special placeholders within the snippet.
For the syntax, see [[Macros in WikiText]].
Most macros are in fact just parameterised [[variables|Variables]].
They are created using the `\define` [[pragma|Pragma]]. (Behind the scenes, this is transformed into a <<.wlink SetWidget>>, i.e. macros and variables are two sides of the same coin.)
The snippet and its incoming parameter values are treated as simple strings of characters with no WikiText meaning, at least until the placeholders have been filled in and the macro call has returned. This means that a macro can assemble and return the complete syntax of a ~WikiText component, such as a [[link|Linking in WikiText]]. (See [[Transclusion and Substitution]] for further discussion of this.)
The string returned by a macro call is parsed separately from any surrounding ~WikiText components. So a safe way to insert a special character sequence (such as `[[` or `<`) without triggering its normal ~WikiText meaning is to wrap it in a macro.
Within a snippet itself, the only markup detected is `$name$` (a placeholder for a macro parameter) and `$(name)$` (a placeholder for a [[variable|Variables]]).
The <<.mlink dumpvariables>> macro lists all variables (including macros) that are available at that position in the widget tree.
An <<.wlink ImportVariablesWidget>> widget can be used to copy macro definitions to another branch of the [[widget tree|Widgets]]. ~TiddlyWiki uses this technique internally to implement global macros -- namely any macros defined in tiddlers with the <<.tag $:/tags/Macro>> tag.
For maximum flexibility, macros can also be <<.js-macro-link "written as JavaScript modules">>.
A similar effect to a parameterised macro call can be produced by setting [[variables|Variables]] around a [[transclusion|Transclusion]].
~TiddlyWiki's core has [[several macros|Core Macros]] built in.
The use of [[macros|Macros]] in WikiText has two distinct aspects:
* [[Defining macros|Macro Definitions in WikiText]]
* [[Calling macros|Macro Calls in WikiText]]
//This is a sample task for the TaskManagementExample//
The <<.def makedatauri>> [[macro|Macros]] takes a piece of text and an associated ContentType, and returns a corresponding [[data URI|Data URI]].
<<.var makedatauri>> is used to implement the <<.mlink datauri>> macro.
!! Parameters
;text
: The text to be converted to a data URI
;type
: The ContentType of the text
<<.macro-examples "makedatauri">>
<$macrocall $name=".example" n="1" eg="""<<makedatauri "some example text" "text/plain">>"""/>
{{$:/language/Help/makelibrary}}
See the UpgradeMechanism for more details.
\define textOnPath(text)
$$$.svg
<svg width="100%" height="100%" viewBox="0 0 1000 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="background:white;">
<defs>
<path id="MyPath" d="M 100 200 C 200 100 300 0 400 100 C 500 200 600 300 700 200 C 800 100 900 100 900 100"/>
</defs>
<use xlink:href="#MyPath" fill="none" stroke="#ddd"/>
<text font-family="'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif" font-size="42.5">
<textPath xlink:href="#MyPath">
$text$
</textPath>
</text>
</svg>
$$$
\end
This demo shows how to use SVG to render transcluded text along a path. Enter some text in the textbox below to try it out; [[view the source|Making curved text with SVG]] to see how it is done.
<$edit-text tiddler="$:/CurvedText" tag="input" placeholder="Type text here" default=""/>
<$macrocall $name="textOnPath" text={{$:/CurvedText}}/>
The Markdown plugin enables you to use tiddlers that are written in standard Markdown markup.
See http://tiddlywiki.com/plugins/tiddlywiki/markdown/
An experimental MathJax plugin for TiddlyWiki version 5. As Martin says, the implementation is a bit of a hack but may be useful until we have a better alternative.
{{!!url}}
<<<
Welcome. I have created plugin for TiddlyWiki 5 which allows you to use MathJax (math in TeX and MathML) inside TiddlyWiki 5. It's unofficial plugin and it doesn't follow general policy of TiddlyWiki as stand-alone solution but it works. So you can use it if you want.
<<<
MathML is a markup language for mathematical notation that can be used with HTML.
If your browser supports it, MathML elements can be used in TiddlyWiki5 WikiText just like HTML.
Here is an example MathML equation from [[the W3C|http://www.w3.org/Math/XSL/csmall2.xml]]:
```
<math><mrow><mo>[</mo><mtable><mtr><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr><mtr><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd></mtr></mtable><mo>]</mo></mrow></math>
```
Renders as:
<math><mrow><mo>[</mo><mtable><mtr><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr><mtr><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd></mtr></mtable><mo>]</mo></mrow></math>
These are the internal mechanisms that fit together to make up TiddlyWiki.
<<list-links "[tag[Mechanisms]]">>
Local meetings around the world for ~TiddlyWiki people:
* [[OXTWIG]], the ''Oxford ~TiddlyWiki Interest Group'' meets monthly in Oxford, UK to share experiences of using TiddlyWiki
* ''[[TiddlyWiki Camp Paris]]'' is an all day celebration and exploration of TiddlyWiki for experienced users and beginners alike
//If you are a ~TiddlyWiki enthusiast please consider starting a local TWIG in your area, it's a great way to spread the word about using TiddlyWiki//
Widget messages are generated by widgets in response to user actions. They flow up the widget tree until they are handled by an ancestor widget.
The following widget messages are implemented by the core:
<<list-links "[tag[Messages]]">>
A //module// in TiddlyWiki5 is a tiddler containing executable JavaScript, of the type `application/javascript` and with the field `module-type` set to the ModuleType of the module.
See the ''Internals'' tab of the [[control panel|$:/ControlPanel]] for lists of the currently loaded modules.
<<.operator-examples "modules">>
<<.operator-example 1 "[[filteroperator]modules[]]">>
\define describe() {{$:/language/Docs/ModuleTypes/$(type)$}}
The `module-type` field of a [[JavaScript module|Modules]] is a string that identifies the type of the module. Here is a list of the module types used in this wiki:
<dl>
<$list filter="[moduletypes[]]">
<dt>{{!!title}}</dt>
<$set name=type value=<<currentTiddler>>>
<dd><<describe>></dd>
</$set>
</$list>
</dl>
<<.operator-examples "moduletypes">>
<<.operator-example 1 "[moduletypes[]]">>
<<.this-is-operator-example>>
\rules only html
<pre style="font-size:10px; font-family: monospace; line-height:13px">
';. .;c'
:XNo ,kjack' .:dd
,K0X: '0l Tiddly:',..,Wiki.
jacK' .dk. '';jack .xk;
Jack; ..',','... '0c .0c
:0:c0l. .:dTidllyc::cjoWikioc:,,,,;;:cJACKc:;;d0. 'K:
l0:'jack,... ...',:lkxc. ..';:ccc:;;,'...',:loc .Kc
,xk:..,jackjackjack;'. :K,
.lxxl;.. . .Ox.
.':lTiddlyWikI. .xk.
`` ;0; . ;Od.
.dO' .0Ojackx,
cOo' .kk'.'..
.k0' .cOo.
lO; ... .jack.
.xk' .jackTiddlyWikijackO, .lkd;.
;Oo. .dO. .ok. ,Oo.
l0; .c, ,0: .kd l0.
.xk. .xNx lO. lO. ;0,
.Od. ,XW0, :0; dk. .kx.
.kx. jACKx' cOl. .Ol ;0:
.oO: .JACKx. .jack;'. .0: c0;
'dkc ,lXKd' .'jack. .Ol cOc.
.;ljack,.;xkc,...,oK, 'xxjack. .oko.
`` 'cljack' .okdlcJack.
'JacK,'
</pre>
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G6vFGxvrJbDYGAPgfthf/7tsMuPgWX1h6SbqNEo9tPn+9/U/2yfKfAplbmRzdHJlYW0KZW5kb2JqCjkgMCBvYmoKNjE2NQplbmRvYmoKNyAwIG9iagpbIC9JQ0NCYXNlZCA4IDAgUiBdCmVuZG9iagozIDAgb2JqCjw8IC9UeXBlIC9QYWdlcyAvTWVkaWFCb3ggWzAgMCA1MjEgMzMyXSAvQ291bnQgMSAvS2lkcyBbIDIgMCBSIF0gPj4KZW5kb2JqCjEwIDAgb2JqCjw8IC9UeXBlIC9DYXRhbG9nIC9QYWdlcyAzIDAgUiA+PgplbmRvYmoKMTEgMCBvYmoKKE1hYyBPUyBYIDEwLjguNSBRdWFydHogUERGQ29udGV4dCkKZW5kb2JqCjEyIDAgb2JqCihEOjIwMTMxMDEzMTE1MzIwWjAwJzAwJykKZW5kb2JqCjEgMCBvYmoKPDwgL1Byb2R1Y2VyIDExIDAgUiAvQ3JlYXRpb25EYXRlIDEyIDAgUiAvTW9kRGF0ZSAxMiAwIFIgPj4KZW5kb2JqCnhyZWYKMCAxMwowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMDg0NDAgMDAwMDAgbiAKMDAwMDAwMTcyMCAwMDAwMCBuIAowMDAwMDA4MjEzIDAwMDAwIG4gCjAwMDAwMDAwMjIgMDAwMDAgbiAKMDAwMDAwMTcwMCAwMDAwMCBuIAowMDAwMDAxODI0IDAwMDAwIG4gCjAwMDAwMDgxNzggMDAwMDAgbiAKMDAwMDAwMTg5MiAwMDAwMCBuIAowMDAwMDA4MTU4IDAwMDAwIG4gCjAwMDAwMDgyOTYgMDAwMDAgbiAKMDAwMDAwODM0NiAwMDAwMCBuIAowMDAwMDA4Mzk4IDAwMDAwIG4gCnRyYWlsZXIKPDwgL1NpemUgMTMgL1Jvb3QgMTAgMCBSIC9JbmZvIDEgMCBSIC9JRCBbIDwzZjUwZDNjOGIwZjhhN2UwYzM4M2YwNzAzYTZjZDFiYT4KPDNmNTBkM2M4YjBmOGE3ZTBjMzgzZjA3MDNhNmNkMWJhPiBdID4+CnN0YXJ0eHJlZgo4NTE1CiUlRU9GCg==
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="34 107 510 317" width="510pt" height="317pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-05-10 07:32Z</dc:date><!-- Produced by OmniGraffle Professional 5.3.6 --></metadata><defs></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><g><title>Layer 1</title><path d="M 204.10294 372.67294 L 206.91333 373.50204 C 210.44484 371.92197 217.54364 374.36401 221.30923 375.55795 C 214.37523 367.871 203.92865 356.58286 196.40225 349.4665 C 193.93185 340.85104 194.98593 332.1817 195.51744 323.3866 L 195.62405 322.659 C 192.65733 329.6997 188.89246 336.5437 186.86893 343.95477 C 184.50095 353.95294 197.39323 364.74045 202.39233 370.92294 Z M 419.00293 414.95798 C 399.65295 414.411 391.14194 414.45804 381.28735 398.25296 L 373.60684 398.473 C 364.66696 398.076 368.39264 398.25595 362.42844 397.95901 C 352.45654 397.57098 354.05396 388.09604 352.29965 383.09003 C 349.49335 366.09698 356.01324 349.01611 355.80756 332.01971 C 355.73474 325.98639 347.19724 304.63062 344.14716 296.99548 C 334.58554 298.79572 324.97205 299.13895 315.27176 299.62231 C 292.91254 299.56754 270.70496 296.8295 248.65794 293.35248 C 244.36153 311.10052 231.59093 335.94183 242.14684 353.9793 C 254.95975 372.63696 263.95123 377.80597 277.88824 378.93094 C 291.8251 380.055 294.97214 395.78998 291.60031 401.40997 C 288.61584 405.294 283.37045 405.99902 278.91385 406.94 L 269.99945 407.35898 C 262.98456 407.12299 256.71454 405.229 250.46393 402.30798 C 240.02545 396.48102 229.24443 384.36703 221.23434 375.67001 C 223.09915 379.143 224.21146 385.92294 222.52005 389.07803 C 217.78415 395.78699 197.30133 395.746 187.92093 391.577 C 177.26495 386.84198 151.51596 353.59503 147.53493 328.69455 C 158.12593 308.66583 173.55493 291.2196 181.36093 269.41132 C 164.34593 258.55438 155.23293 240.88019 156.41594 220.8598 L 156.84294 218.5423 C 140.10095 221.67648 148.78296 220.51039 130.772964 221.87279 C 73.41696 221.6973 22.976959 182.80795 51.378967 122.367004 C 53.225952 118.787964 54.982956 115.534 58.113968 117.08801 C 60.626953 118.33496 60.265976 123.33699 59.001953 128.88399 C 42.766968 201.10277 122.11395 201.65552 170.88995 188.29181 C 175.73093 186.96521 185.35893 178.03061 192.02843 175.0687 C 202.93033 170.22757 214.76323 168.2634 226.50644 166.84811 C 255.71411 163.51997 290.81815 178.90649 308.65442 179.4089 C 326.4909 179.91129 351.86395 175.13808 367.43942 176.14308 C 378.74075 176.66016 389.83795 178.70007 400.74194 181.6059 C 407.79996 147.215 408.29895 121.867996 425.03094 116 C 434.85095 117.550995 442.4179 130.93298 448.01895 138.08301 L 448.04193 138.07898 C 459.4489 137.62897 470.30396 140.52301 481.09692 143.73497 C 500.63696 140.962006 517.03394 129.989 534.28992 121.45299 C 534.23596 121.721985 533.95398 121.81297 533.78595 121.99397 C 516.80396 135.72798 514.4319 158.952 516.42993 180.42822 C 517.17297 191.57237 514.02393 203.67166 510.13098 215.08179 C 502.84595 233.67169 488.77692 253.26677 472.44794 252.26176 C 466.27496 252.0665 462.68893 248.57117 458.10095 244.83946 C 457.21094 252.39809 453.71295 259.14267 450.34094 265.82758 C 442.55396 280.64941 422.20496 287.18097 403.36292 303.00763 C 384.52216 318.83453 409.39194 375.35904 415.42194 385.65802 C 421.45096 395.95798 438.28192 399.72598 431.75095 409.02194 C 429.75296 412.09198 426.69794 413.19 423.43292 414.38098 Z" fill="black"/></g></g></svg>
MultiTiddlerFiles allow multiple tiddlers to be concisely represented in a single text file.
The goals of this format are:
* To be easy to type and easy to read
* Optimised for single line strings
* To allow common fields or tags to be shared within groups of tiddlers
* To be simple to process with external tools
MultiTiddlerFiles have the extension `multids`. The file is structured as a block of shared fields followed by a blank line. The rest of the file is a sequence of comments and tiddlers. Tiddlers are specified by their title, followed by a colon, at least one space character, and then the rest of the line is the text field for the tiddler.
For example:
```
title: $:/language/ControlPanel/
tags: strings
modifier: JoeBloggs
Basics/Caption: Basics
# This is a comment
Basics/Version: ~TiddlyWiki Version
```
This example defines two tiddlers, [[$:/language/ControlPanel/Basics/Caption]] and [[$:/language/ControlPanel/Basics/Version]].
If a `title` field is specified in the header then it is treated as a prefix for the individual tiddlers defined in the title.
!! Syntax Specification
{{MultiTiddlerFileSyntax}}
!!! MultiTiddlerFiles
<$railroad text="""
{<"Header Line">} "Blank Line" {(<"Tiddler Descriptor Line"> | <"Comment Line">)}
"""/>
!!! Header Line
<$railroad text="""
<"Identifier"> ":" {"Whitespace"} <"Value"> "New Line"
"""/>
!!! Tiddler Descriptor Line
<$railroad text="""
<"File Path"> ":" {"Whitespace"} <"Tiddler Title"> "New Line"
"""/>
!!! Comment Line
<$railroad text="""
"#" {("Text" | "Whitespace")} "New Line"
"""/>
The <<.def namespace>> [[variable|Variables]] is used internally by [[HTML|HyperText Markup Language]] widgets to keep track of the correct namespace for the [[DOM|Document Object Model]] elements they generate.
An `svg` or `math` element supplies a distinct namespace for itself and any child elements it contains.
The system tiddlers provided as part of the core are named according to the following rules:
|!Namespace |!Format |!Description |
|`$:/*` |~CamelCase |Root user interface tiddlers (eg control panel, advanced search) |
|`$:/config/*` |~CamelCase |User-oriented configuration setting |
|`$:/core/images/*` |hyphen-case |Core images |
|`$:/core/modules/*` |lowercase |JavaScript module tiddlers |
|`$:/core/save/*` |lowercase |Saving templates for creating TiddlyWiki documents |
|`$:/core/templates/*` |//inconsistent// |Templates needed for TiddlyWiki to operate. Currently uses a mix of dashes and periods to separate words |
|`$:/core/ui/*` |//inconsistent// |Tiddlers comprising the default user interface of TiddlyWiki. Currently uses a mix of ~CamelCase and lowercase naming conventions |
|`$:/core/wiki/*` |lowercase |Metadata about the entire wiki |
|`$:/docs/*` |lowercase |Documentation tiddlers |
|`$:/messages/*` |~CamelCase |System messages |
|`$:/plugins/*` |lowercase |Plugin tiddlers, and plugin content |
|`$:/snippets/*` |//inconsistent// |Reusable snippets (will be replaced by macros) |
|`$:/state/*` |lowercase |User interface state tiddlers |
|`$:/tags/*` |~CamelCase |User interface configuration tags |
|`$:/temp/*` |lowercase |Temporary tiddlers that shouldn't be saved |
|`$:/themes/*` |lowercase |Theme plugins |
In the format column:
* ''hyphen-case'' refers to joining multiple lowercase words with hyphens
* ''~CamelCase'' refers to joining mulitple initial capitaled words with hyphens
* ''lowercase'' refers to directly joining multiple lowercase words
* ''inconsistent'' marks namespaces that are currently titled inconsistently
In the default "classic" storyview mode, open tiddlers are displayed in a vertical column called the "story river". There are a number of ways you can navigate the story river - that is, how you can jump back and forth between the open tiddlers.
* The best approach is to ''use the Open tab'' in the sidebar to click on the open tiddler to which you wish to navigate.
** The ''Open'' tab contains a list of all the open tiddlers. You can click on any tiddler in the list to jump to it, or click the "×" next to a tiddler link to close it. There is also a handy ''close all'' button at the bottom of the list of open tiddlers.
* Another way is to simply ''scroll the page up and down'' using the story river scrollbar to the right.
** Note that when both the story river and the sidebar extend below the visible screen, there will be //two// scrollbars. The outer or far-right scrollbar controls the story river. The inner scrollbar controls the sidebar.
* A clunky approach that many new users try is to ''close tiddlers one by one'' until they get to the tiddler they are looking for.
** Closing any tiddler at the top or in the middle of the story river will cause all the tiddlers below it to slide up the river. The tiddler immediately below the tiddler you closed will slide up to take its place.
** Closing the bottom tiddler will close it and the bottom of the tiddler above it will come into view.
! Introduction
The navigator widget manipulates the current store, the story list and history lists in response to various [[Messages]].
! Content and Attributes
The navigator widget displays any contained content, and responds to Messages dispatched within it.
|!Attribute |!Description |
|story |Name of the tiddler containing the story list to be manipulated |
|history |Name of the tiddler containing the history list to be manipulated |
|openLinkFromInsideRiver |Determines the location for opening new tiddlers from links within the story river: at the ''top'' or ''bottom'' of the story river, or ''above'' or ''below'' the current tiddler |
|openLinkFromOutsideRiver|Determines the location for opening new tiddlers from linkes outside the story river: at the ''top'' or ''bottom'' of the story river|
! Widget Messages
The following [[Messages]] are handled by the navigator widget:
<ul>
<$list filter="[tag[navigator-message]]">
<li>
<$link to={{!!title}}>
<$view field="title"/>
</$link>
</li>
</$list>
</ul>
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
Each input title is processed in turn, and its successor is located in the <<.field list>> field and appended to the output. If a title is not listed in the field, or is the last title there, then it contributes nothing to the output.
<<.operator-examples "next">>
<<.using-days-of-week>>
<<.operator-example 1 "[[Monday]next[Days of the Week]]">>
<<.operator-example 2 "[[Sunday]next[Days of the Week]]">>
<<.operator-example 3 "Tuesday Wednesday Thursday +[next[Days of the Week]]">>
"node-webkit" was the original name for the project now known as [[NW.js]].
''Node.js'' is a downloadable application for your PC, Mac or Linux computer that lets it run JavaScript applications. Unlike ~JavaScript applications running in a web browser, Node.js code has full access to the file system and other resources of the computer, enabling it to perform the roles that have traditionally been the preserve of languages like Java, PHP and Python. See http://nodejs.org for more details.
For ~TiddlyWiki, Node.js means that we can have a single code base that can run in the browser or on the server, giving great flexibility in how it is used.
For end users, Node.js is no more complicated to install than a web browser, but unlocks powerful capabilities such as the ability to run ~TiddlyWiki as a web server that you can connect to from other devices.
See [[TiddlyWiki on Node.js]] for more details.
Version 5.0.11-beta includes some changes that can break content from earlier releases of ~TiddlyWiki 5.
! Command line changes
Previously, commands that generate output files would interpret the specified path to the file as being relative to the current working directory. So, for example, the following command would write `index.html` to the current directory:
```
tiddlywiki mywiki --rendertiddler $:/core/save/all index.html text/plain
```
In 5.0.11-beta this behaviour has changed, and now the specified filename is resolved relative to an `output` folder within the TiddlyWikiFolder. So the command above will now write the file `index.html` to `mywiki/output/index.html`.
You can override this behaviour with the OutputCommand. For example, to generate the `index.html` file within the current directory:
```
tiddlywiki mywiki --output . --rendertiddler $:/core/save/all index.html text/plain
```
A further change is that the `--rendertiddlers` command now clears the output folder before it writes any files. This means that any previous `--rendertiddler` commands to the same folder will have their output deleted.
Version 5.0.8-beta includes some changes that can break content from earlier releases of ~TiddlyWiki 5.
! Change to [[$:/SiteTitle]] and [[$:/SiteSubtitle]]
You should rename any existing SiteTitle and SiteSubtitle tiddlers to [[$:/SiteTitle]] and [[$:/SiteSubtitle]] respectively.
! Changed parsing rules for content of HTML elements
Version 5.0.8-beta marks a change in the way that TiddlyWiki determines whether to parse the content of an HTML element or widget in //block mode// or //inline mode//.
* In block mode, TiddlyWiki parses text into paragraphs, creating `<p>` tags to wrap them. It also recognises block syntax like headings, lists and tables.
* In inline mode, TiddlyWiki ignores paragraph formatting, and just recognises character formatting, like bold and italic.
It's important to be able to control which type of parsing is performed for different situations.
Prior to 5.0.8-beta, TiddlyWiki parsed the content of an element in inline mode unless the opening tag of the element were immediately followed by a line break. This meant that much of the time element tags would be shunted together into a long line, hindering readability.
The new behaviour for 5.0.8-beta is to parse the content of an element in inline mode unless the opening tag is immediately followed by two line breaks.
To adjust existing content for 5.0.8-beta you will need to manually add the additional line break after the opening tag of elements and widgets whose content should be parsed in block mode.
The positive aspect of the change is that it removes the need to pack multiple HTML tags onto a single line, improving readability.
!! Examples
Consider the difference between these two examples. First, here's an HTML tag that starts with two line breaks:
<<wikitext-example src:"
<blockquote>
! This is a heading
And a paragraph of text.
</blockquote>
">>
Secondly, here's an HTML tag with just a single line break. Notice how the heading is no longer recognised as a heading
<<wikitext-example src:"
<blockquote>
! This is a heading
And a paragraph of text.
</blockquote>
">>
! Changed commands for [[TiddlyWiki on Node.js]]
The handling of wiki folders has changed. Previously, if the `tiddlywiki` command was run against a wiki folder that didn't have the necessary `tiddlywiki.info` file then it would be automatically created. Now, the wiki folder must be initialised with the InitCommand.
This is how to create and start a new server-based wiki:
```
tiddlywiki mywikifolder --init server
tiddlywiki mywikifolder --server
```
Note that the name of the ''clientserver'' edition has changed to ''server''.
The <<.def now>> [[macro|Macros]] returns the current date and time in a specified [[format|DateFormat]].
The value doesn't update automatically, like a ticking clock. It updates whenever the macro call is rendered, such as when the containing tiddler's display needs to be refreshed for some other reason.
!! Parameters
;format
: A string specifying the desired [[format|DateFormat]], defaulting to `0hh:0mm, DDth MMM YYYY`
<<.macro-examples "now">>
<$macrocall $name=".example" n="1" eg="""<<now>>"""/>
<$macrocall $name=".example" n="2" eg="""<<now YYYY-0MM-0DD>>"""/>
<$macrocall $name=".example" n="3" eg="""<<now "hh:0mm:0sspm">>"""/>
Non-numeric values are treated as having a higher value than any number, and the difference between capital and lowercase letters is ignored. Compare <<.olink nsortcs>>.
<<.operator-examples "nsort">>
<<.operator-example 1 "10 010 1000 100 +[nsort[]]">>
<<.operator-example 2 "10 010 ALPHA beta alpha 1000 100 +[nsort[]]">>
Non-numeric values are treated as having a higher value than any number, and capital and lowercase letters are treated as different. Compare <<.olink nsort>>.
<<.operator-examples "nsortcs">>
<<.operator-example 1 "10 010 1000 100 +[nsortcs[]]">>
<<.operator-example 2 "10 010 ALPHA beta alpha 1000 100 +[nsortcs[]]">>
<<.place N>> is one-based. In other words, `nth[1]` has the same effect as the <<.olink first>> operator.
<<.operator-examples "nth">>
<<.using-days-of-week>>
<<.operator-example 1 "[list[Days of the Week]nth[]]">>
<<.operator-example 2 "[list[Days of the Week]nth[5]]">>
NW.js is an OpenSource application that fuses the functionality of a web browser with that of [[Node.js]]. It makes it possible to use web applications as though they were native apps, with full access to the file system and other native facilities. Learn more from the [[official site|https://github.com/nwjs/nw.js]] or [[this introductory blog post|http://net.tutsplus.com/tutorials/javascript-ajax/introduction-to-html5-desktop-apps-with-node-webkit/]].
See [[TiddlyWiki on NW.js]] for details of how to use TiddlyWiki with NW.js.
An introduction to the biblical book of Obadiah by Dave Gifford using the table of contents macro and various custom tweaks to ~TiddlyWiki: custom new here buttons, [[this custom viewtemplate addition|http://giffmex.org/experiments/obadiah.html#%24%3A%2F_aa%2FViewTemplate%2FNoteList]] to add notes or images within any tiddler, and a tiddler transcluding all the content, in order to facilitate printing ([[this tiddler|http://giffmex.org/experiments/obadiah.html#An%20introduction%20to%20Obadiah]]).
{{!!url}}
OpenSource is [[defined by Wikipedia|http://en.wikipedia.org/wiki/Open_source]] as //a philosophy, or pragmatic methodology that promotes free redistribution and access to an end product's design and implementation details//.
When ~TiddlyWiki generates a list of the tiddlers that have a particular tag (e.g. the dropdown list of a tag pill), it orders the tiddlers using the following rules:
# Start with any that are [[declared|Title List]] in the <<.field list>> field of the tag tiddler, in the order given there.
# In each remaining tiddler <<.place T>>, look for a <<.field list-before>> field. If this has a tiddler title as its value, place <<.place T>> just <<.em before>> that one.
#* As a special case, if the field exists but its value is empty, place <<.place T>> at the very start of the list.
# In each remaining tiddler <<.place T>>, look for a <<.field list-after>> field. If this has a tiddler title as its value, place tiddler <<.place T>> just <<.em after>> that one.
# If any tiddlers still remain, place them at the end of the list in ascending alphabetical order of title. The difference between capital and lowercase letters is ignored.
Founded in 2004 by JeremyRuston, Osmosoft was originally a consultancy for software services around TiddlyWiki. Notable engagements included working with Socialtext on [[Socialtext Unplugged|https://www.socialtext.net/open/socialtext_unplugged]].
In 2007, Osmosoft was acquired by [[BT]] and became the champions for open source within the enterprise. As part of BT, Osmosoft has worked on a diverse range of projects within BT and for BT's customers.
See http://osmosoft.com/
{{$:/language/Help/output}}
The ''Oxford ~TiddlyWiki Interest Group'' meets monthly for discussions and demonstrations about TiddlyWiki.
See https://oxtwig.eventbrite.co.uk/ for details of our next meeting.
We have an email discussion list, too: https://groups.google.com/forum/#!members/oxtwig
! OXTWIG #2
The second OXTWIG meeting was held on Thursday 16th January 2014:
<iframe width="560" height="315" src="http://www.youtube.com/embed/WOK_nVBf_6U" frameborder="0" allowfullscreen></iframe>
! OXTWIG #1
The first OXTWIG meeting was held on Thursday 21st November 2013:
<iframe width="560" height="315" src="http://www.youtube.com/embed/tpNf_Dms_TE" frameborder="0" allowfullscreen></iframe>
One major feature of TiddlyWiki that many new users are unaware of is the degree to which TiddlyWiki can be customised, just by adding or removing SystemTags in key shadow tiddlers or in your own custom tiddlers.
* You can add and remove default features in tiddlers in either viewing or editing mode (let's say you find the tiddler subtitle distracting, or you want to add yourself a reminder that you will see when you edit tiddlers)
* You can also add and remove default features from the general page layout (maybe you want to add a clock to the sidebar, or replace one of the page control buttons with your own)
* You can also rearrange the order in which these features are displayed (perhaps you would like tags above tiddler titles, or the subtitle of your TiddlyWiki below the page control buttons)
Once you know what you are doing, all of these things are actually pretty easy to do.
! Adding custom-made tiddlers to the user interface
You can also create any tiddler you want and tag it with the appropriate SystemTag, and it will appear in that place. For example, if you create a tiddler 'Reminder to self', add the text 'This is a reminder' and tag it `$:/tags/EditTemplate`, the words 'This is a reminder' will appear inside every tiddler when you edit it.
When you add new tiddlers to be displayed within tiddlers or within the page layout, you will also probably need to reposition it so that it appears precisely where you want it to appear. To do this, edit the appropriate shadow tiddler with the prefix `$:/tags/`, and insert the title of your tiddler in the proper place in the list field. For example, if you want the words 'This is a reminder' from the example above to appear above the tags editor in editing mode, edit the tiddler $:/tags/EditTemplate, go to the 'list' field, and insert `[[Reminder to self]]` right before `$:/core/ui/EditTemplate/tags`.
! Creating new buttons for the ViewToolbar and page controls
Let's say you have a skeleton tiddler called 'Recipe template', and you want to have a button available in the tiddler ViewToolbar to create new recipe tiddlers on demand. This will require the following steps:
# You will want an image for your button. If none of the core images (shadow tiddlers with the prefix $:/core/images/) work for you, then you will need to create or acquire an SVG image (for example, one of the images at http://flaticon.com), drag it into your file so that it becomes a tiddler, edit the tiddler and adjust the height and width to 22px
# You will want to create the tiddler that contains your tiddler. Create it, title it, and add the button code (see the code at the bottom of this tiddler for an example, with hints where you will need to adapt it). Tag it [[$:/tags/ViewToolbar]]
# You will need to create a tiddler that tells TiddlyWiki whether your button should be visible in the toolbar or hidden. Let's title it [[$:/config/ViewToolbarButtons/Visibility/Recipe]]. Type `reveal` into the text area, and save.
# You will want to position the button properly. Open the tiddler $:/tags/ViewToolbar and insert your button tiddler's title in the appropriate place in the list field.
```
\define newHereButtonTags()
[[$(currentTiddler)$]]
\end
\define newHereButton()
<$button class=<<tv-config-toolbar-class>>>
<$action-sendmessage
$message="tm-new-tiddler"
$param="TITLE OF YOUR SKELETON BUTTON"
title="New tiddler"
tags=<<newHereButtonTags>> />
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
{{TITLE OF YOUR SVG IMAGE TIDDLER}}
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text="CAPTION FOR YOUR BUTTON"/></span>
</$list>
</$button>
\end
<<newHereButton>>
```
! Removing shadow tiddlers from the user interface
In the More > Shadows tab you will find a list of all the shadow tiddlers. In this list you will find many tiddlers with the prefix `$:/core/ui/`. These are the core tiddlers that define the user interface. These tiddlers are tagged with SystemTags, and removing or adding these tags will adjust the tiddler and page layouts.
For example, $:/core/ui/SideBar/More is the tiddler for the More tab in the Sidebar, and it is tagged with the SystemTag `$:/tags/SideBar` so that it appears in the Sidebar. Removing the tag from that tiddler will remove the More tab from the Sidebar, and reinserting the Sidebar tag to that tiddler will make it reappear in the Sidebar.
You can use the same process for any of the core user interface tiddlers with the $:/core/ui/ prefix. For example, removing the SystemTag `$:/tags/ViewTemplate` from the tiddler `$:/core/ui/ViewTemplate/subtitle` will remove the subtitles from all tiddlers.
If you modify a shadow tiddler in this way you will overwrite the pre-installed value. If you want to revert, just delete the modified tiddler to restore the underlying shadow tiddler.
To mark the end of a paragraph in TiddlyWiki you need to type `enter` twice to create a double line break:
```
This is the first paragraph.
And this is the second paragraph.
```
Single line breaks are ignored within paragraphs. For example:
<<wikitext-example src:"This is a
paragraph made
up of
short lines">>
For situations where this behaviour isn't convenient, you can also use [[Hard Linebreaks in WikiText]].
! Introduction
The parsing mechanism analyses the text of a tiddler against a set of parsing rules, producing a tree representing the structure of the text. The RenderingMechanism is used to transform parse trees into render trees of widget nodes.
TiddlyWiki5 includes ParserModules for several types of tiddler:
* WikiText
* Raw HTML
* Plain text
* Images (bitmap, SVG and PDF)
The WikiText parser is the most complex, comprising separate individual WikiRuleModules encapsulating each parsing rule.
! Parse Trees
The output of parsing a tiddler is an object containing a tree of parse nodes corresponding to the original text. For example:
```
> JSON.stringify($tw.wiki.parseText("text/vnd.tiddlywiki","Some //italics// and a {{Transclusion}}.").tree)
[
{type: "element", tag: "p", children: [
{type: "text", text: "Some "},
{type: "element", tag: "em", children: [
{type: "text", text: "italics"}
]},
{type: "text", text: " and a "},
{type: "tiddler", attributes:{
tiddler: {type: "string", value: "Transclusion"}
}, children:[
{type: "transclude", attributes:{
tiddler: {type: "string", value: "Transclusion"}
}}
]},
{type: "text", text: "."}
]}
]
```
Parse tree nodes are plain JavaScript objects, and do not have a prototype.
{{$:/language/Help/password}}
! Introduction
The password widget displays a password input box that is bound to a named entry in the TiddlyWiki5 PasswordVault. Passwords are currently stored in the browsers local storage and are not themselves encrypted.
! Content and Attributes
The content of the `<$password>` widget is ignored.
|!Attribute |!Description |
|name |Name of the password vault entry |
<<.dlink-ex "Percent encoding" "http://en.wikipedia.org/wiki/Percent-encoding">> is a notation that allows otherwise invalid characters to be included in a [[URI]].
Such characters are represented as a percent sign `%` followed by two additional characters.
For example, a space is represented as `%20` and an actual percent sign is represented as `%25`.
TiddlyWiki ships with defaults that are designed to get the best out of modern devices from smartphones to desktop computers. If you need to work on older, less powerful devices, or work with large amounts of content, there are a few steps you can take to improve performance.
* ''Avoid the "Recent" tab''. It is computationally slow to generate and update in response to tiddler changes.
* ''Use the "Vanilla" theme''. The default "Snow White" theme includes visual effects like shadows, transparency and blurring that can be slow to render on older devices
* ''Avoid large tiddlers''. Large bitmaps can significantly slow TiddlyWiki's performance. For example, an image taken with a modern smartphone will often be 5MB or more. Use ExternalImages whenever possible
* ''Don't have too many tiddlers open at once''. Every tiddler you have open will require processing to keep it up to date as the store changes (for example, while you type into a draft tiddler). It is particularly easy when using zoomin story view to end up with dozens of tiddlers listed in the ''Open'' tab in the sidebar. Get into the habit of periodically closing all open tiddlers with the ''close all'' button
Permalinks allow direct links to individual tiddlers within a TiddlyWiki.
! Simple Permalinks
The simplest form of permalink is a single target tiddler title appended to the base URL with `#`:
http://tiddlywiki.com/#HelloThere
The tiddler title can contain spaces if required:
[[http://tiddlywiki.com/#Using TiddlyWiki on Node.js]]
Note that double square brackets are not required around the target tiddler title; however, if present they are silently removed.
! Story Permalinks
The permalink can also specify the story list of tiddlers that should be opened alongside the target tiddler as a [[TiddlerFilter|Filters]]:
[[http://tiddlywiki.com/#TiddlerFields:Tiddlers TiddlerTags TiddlerFields ContentType]]
If the target tiddler isn't present in the story list then it is automatically inserted at the top. This means that the following two examples both target the tiddler `Tiddlers` within the story sequence `Tiddlers`, `Tags`, `TiddlerFields`:
[[http://tiddlywiki.com/#Tiddlers:Tags TiddlerFields]]
[[http://tiddlywiki.com/#Tiddlers:Tiddlers Tags TiddlerFields]]
It is also possible to specify a story filter without specifying a target tiddler for navigation:
<a href="http://tiddlywiki.com/#:[tags[task]]">~http://tiddlywiki.com/#:[tags[task]]</a>
! About URL encoding
There are technical restrictions on the legal characters in an URL fragment. To allow all tiddler titles to be addressed, illegal characters are subject to a process called "URL encoding" whereby problematic characters are replaced by their numeric code. For example, the space character is replaced with `%20`.
Both the target tiddler title and the story filter should be URL encoded (but not the separating colon). TiddlyWiki generates properly encoded URLs which can look quite ugly. However, in practice browsers will usually perfectly happily process arbitrary characters in URL fragments. Thus when creating permalinks manually you can choose to ignore URL encoding.
! Permalink Behaviour
Two important aspects of TiddlyWiki's behaviour with permalinks can be controlled via options in the $:/ControlPanel ''Advanced/Settings'' tab:
* Whether to automatically update the address bar at each navigation, and if so whether to include the story sequence as well as the target tiddler
* Whether the updates to the address bar should affect browser history. The default is ''no''; when switched to ''yes'' you can rewind navigation between tiddlers using the browser back and forward buttons
Note that typing or navigating to a permalink will always cause the permalink to be processed, and tiddlers opened and closed as appropriate.
!! Technical Details
When TiddlyWiki starts up it processes permalinks according to the following steps; the same steps are repeated if the permalink changes dynamically (this happens in response to the user editing the address bar, for example).
# If the permalink contains a colon, treat the string before as the ''target'' and the string after it as the ''story filter''
# If the permalink doesn't contain a colon, treat the entire string as the ''target'' and mark the ''story filter'' as //unspecified//
# If the ''story filter'' was unspecified and we're in the process of starting up, then set the ''story filter'' to the empty string if the ''target'' is specified, or to the default tiddlers if the ''target'' is unspecified
# If the ''story filter'' was unspecified and we're not starting up, then set the ''story filter'' to the current story list
# Evaluate the ''story filter'' as the ''story list''
# If the ''target'' is specified and not present in the ''story list'' then add it at the top
# If the ''target'' is specified then navigate to it, otherwise navigate to the first tiddler in the ''story list''
A system for lesson planning built with TiddlyWiki.
{{!!url}}
<<<
I built a program to help enter and store lesson plan information and then facilitate/automate some of the tedious work involved in creating the actual lesson plan document.
<<<
The purpose of recording and organising information is so that it can be used again. The value of recorded information is directly proportional to the ease with which it can be re-used.
The philosophy of [[tiddlers|Tiddlers]] is that we maximise the possibilities for re-use by slicing information up into the smallest semantically meaningful units with [[rich modelling of relationships between them|Structuring TiddlyWiki]]. Then we use aggregation and composition to weave the fragments together to present narrative stories.
TiddlyWiki aspires to provide an algebra for tiddlers, a concise way of expressing and exploring the relationships between items of information.
R0lGODdhAgABAJEAAAAAAOnp6f///wAAACH5BAkKAAMAIf8LSUNDUkdCRzEwMTL/AAAMSExpbm8CEAAAbW50clJHQiBYWVogB84AAgAJAAYAMQAAYWNzcE1TRlQAAAAASUVDIHNSR0IAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1IUCAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARY3BydAAAAVAAAAAzZGVzYwAAAYQAAABsd3RwdAAAAfAAAAAUYmtwdAAAAgQAAAAUclhZWgAAAhgAAAAUZ1hZWgAAAiwAAAAUYlhZWgAAAkAAAAAUZG1uZAAAAlQAAABwZG1kZAAAAsQAAACIdnVlZAAAA0wAAACGdmll/3cAAAPUAAAAJGx1bWkAAAP4AAAAFG1lYXMAAAQMAAAAJHRlY2gAAAQwAAAADHJUUkMAAAQ8AAAIDGdUUkMAAAQ8AAAIDGJUUkMAAAQ8AAAIDHRleHQAAAAAQ29weXJpZ2h0IChjKSAxOTk4IEhld2xldHQtUGFja2FyZCBDb21wYW55AABkZXNjAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA81EAAf8AAAABFsxYWVogAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z2Rlc2MAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0L/AAAAAAAAAAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB2aWV3AAAAAAATpP4AFF8uABDPFAAD7cwABBMLAANcngAAAAFYWVog/wAAAAAATAlWAFAAAABXH+dtZWFzAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAv8UAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRIBFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gflB/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWT/CXkJjwmkCboJzwnlCfsKEQonCj0KVApqCoEKmAquCsUK3ArzCwsLIgs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM2QzzDQ0NJg1ADVoNdA2ODakNww3eDfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQCRAmEEMQYRB+EJsQuRDXEPURExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MTpBPFE+UUBhQnFEkUahSLFK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kX/64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4f8uFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1hPaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpEzkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxyTLpNAk3/Sk2TTdxOJU5uTrdPAE9JT5NP3VAnUHFQu1EGUVBRm1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX4FgvWH1Yy1kaWWlZuFoHWlZaplr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2CqYPxhT2GiYfViSWKcYvBjQ2OXY+tkQGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFqSGqfavdrT2una/9sV2yvbQhtYG25bhJua27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQUdHB0zHUodYV14XY+/3abdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwhfIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqv8cqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LxU6Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf//ACwAAAAAAgABAAACAowKADs=
TiddlyWiki can be used on several platforms:
<<list-links "[tag[Platforms]]">>
[[Plugins]] are bundles of tiddlers that are distributed and managed as a single unit by being packed into a single JSON tiddler. If a tiddler isn't found in the main store, then the registered plugins are searched for it instead.
Tiddlers within plugins behave something like shadow tiddlers in classic TiddlyWiki: they can be freely overwritten by creating a tiddler with the same title, but deleting that tiddler restores the underlying tiddler value from the plugin.
Plugins have a `plugin-type` field that may be (see the table below):
* `plugin` //(default)// - a plain plugin
* `theme` - a theme plugin (see ThemeMechanism)
* `language` - for translations only
Plugins can be used to package ordinary content, or can include JavaScript [[modules|Modules]] that extend and enhance the core TiddlyWiki5 functionality.
Plugins conventionally have a title of the form `$:/plugins/publisher/name`. Plugins that are part of the core TiddlyWiki distribution have titles of the form `$:/plugins/tiddlywiki/name`.
Plugins that define macros, views or other named entities are expected to prefix the name with their publisher identifier, for example: `tiddlytools.slider`.
! Plugin fields
Plugins are stored as tiddlers with the following fields:
|!Field |!Description |
|title |Title of plugin |
|description |Description of plugin |
|author |Author of plugin |
|version |Version string (must conform to SemanticVersioning convention) |
|source |Source URL of plugin |
|type |Must be ''application/json'' |
|plugin-type |Can be ''plugin'' (default), ''language'' or ''theme'' |
|text |JSON encoding of the list of tiddlers comprising the plugin |
|list |Names of exposed plugin information tiddlers (see below) |
|name |Name of the theme (only for themes) |
|dependents |List of dependent plugins (currently only implemented for themes) |
! Plugin folders
On the server, plugins can be stored as ordinary JSON tiddlers but it is often more convenient to store them as separate tiddler files within folders. Plugin folders must contain a `plugin.info` file that contains the metadata for the plugin. It can also optionally identify files external to the plugin folder that should be loaded as tiddlers.
The `plugin.info` file should contain the following JSON structure:
The JSON structure for plugin tiddlers is as follows:
```
{
"title": "$:/plugins/publisher/name",
"description": "An exemplary plugin for demonstration purposes",
"author": "JeremyRuston",
"version": "1.2.3-alpha3",
"core-version": ">=5.0.0",
"source": "http://tiddlywiki.com/MyPlugin",
"plugin-type": "plugin",
"list": "readme license history"
}
```
By convention, the titles of the individual tiddlers are prefixed with the title of the containing plugin, but they are not restricted to do so.
Note that if the `version` field is omitted from a `plugin.info` file when the plugin folder is packed then it is automatically filled in by the core to the current core version number. This is to ensure that all the core plugins carry the correct version number. Generally plugin authors will want to ensure that they do explicitly specify a version number.
! Plugin library
The standard distribution of TiddlyWiki includes a number of standard plugins in the `plugins` directory.
! Including plugins in a wiki
To be usable in the browser, plugins just need to be included in the wiki. For wikis that are generated on the server, TiddlyWikiFolders can contain a `tiddlywiki.info` file that identifies the plugins to be included in this wiki:
```
{
"plugins": [
"tiddlywiki/slider",
"tiddlytools/chooser"
]
}
```
Plugins names refer to plugin folders listed in TiddlyWiki5's root `plugins` folder.
Plugins can also be included manually by copying them into the `plugins` subfolder of the wiki.
! Plugin processing
The wiki object keeps track of all of the currently loaded plugins. If a request for a tiddler isn't in the store then the wiki looks through the cascade of plugins to find the requested tiddler. It is a similar idea to the way that shadow tiddlers are implemented in classic TiddlyWiki.
In the browser, any constituent tiddlers that are JavaScript modules (ie shadow tiddlers of content type `application/javascript` and possessing the field `module-type`) are executed during startup processing.
!! Disabling Plugins
Plugins can be disabled by creating a tiddler titled `$:/config/Plugins/Disabled/` concatenated with the plugin title, and setting its text to `yes`.
For example, to disable the plugin `$:/plugins/tiddlywiki/highlight`, the title would be:
```
$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/highlight
```
! Information Tiddlers for Plugins
Plugin authors are encouraged to provide special information and documentation tiddlers that TiddlyWiki can include as plugin information tabs in the [[control panel|$:/ControlPanel]].
Plugins should provide an icon contained in a tiddler with the title formed of `<plugin-name>/icon` (for example, [[$:/core/icon]]).
Plugins expose the names of the individual information tabs that they wish to display in the `list` field of the plugin tiddler. By convention, some or all of the following should be provided:
* ''readme'': basic information about the plugin
* ''license'': the license under which the plugin is published
The title of the associated information tiddler must be formed as follows:
# `$:/<plugin-name>/<current-language>/<tab-name>` (for example, ''$:/core/en-GB/readme'')
# `$:/<plugin-name>/<tab-name>` (for example, ''$:/core/readme'')
Thus, plugins can provide language-specific versions of each information tiddler.
Note that information tiddlers should not reference other tiddlers within the plugin. This is because plugins containing themes or languages are dynamically switched in and out as they are selected, and so their information tiddlers may not be available for viewing. The control panel uses the 'subtiddler' attribute of the TranscludeWidget to access these tiddlers, which works independently of the plugin switching mechanism.
! Available Plugins
The following plugins are distributed on tiddlywiki.com as part of the main TiddlyWiki distribution.
<<list-links "[tag[Plugins]]">>
! What is a plugin?
A plugin in TiddlyWiki5 is a bundle of tiddlers packaged together as a single tiddler. Plugins are used to distribute optional, custom components for TiddlyWiki.
The tiddlers within a plugin appear as ShadowTiddlers.
Plugins can contain JavaScript modules, style sheets, and templates to extend the functionality of TiddlyWiki itself. Plugins can also be used to distribute ordinary text, images or other content. Plugins can be updated from their source as a unit.
See the PluginMechanism discussion for more details about how plugins are implemented internally.
! Installing a plugin from the plugin library
# Create a backup of your current TiddlyWiki HTML file ([[just in case|The First Rule of Using TiddlyWiki]])
# Open your TiddlyWiki in a browser
# Open the [[$:/ControlPanel]] and click on the ''Plugins'' tab and then the ''Add'' tab
# Click ''open plugin library'' to open the official plugin library
# When the library listing is loaded:
## Use the dropdown to select between ''plugins'', ''themes'' and ''languages''
## Use the ''search'' box to search the plugin details
# Click the ''install'' button to install a plugin
# Save your TiddlyWiki
# ''Refresh the page so that TiddlyWiki loads the new plugin''
# The plugin should now be available for use
! Manually installing a plugin
# Create a backup of your current TiddlyWiki HTML file ([[just in case|The First Rule of Using TiddlyWiki]])
# Open your TiddlyWiki in a browser
# In another browser window, find a link to the plugin, e.g. [[$:/plugins/tiddlywiki/example]]. You will typically find these links on the home page of the plugin (for example, http://tiddlywiki.com/plugins/tiddlywiki/katex/)
# Drag the link [[$:/plugins/tiddlywiki/example]] to the browser window containing your TiddlyWiki
# Save your TiddlyWiki
# ''Refresh the page so that TiddlyWiki loads the new plugin''
# The plugin should now be available for use
! How to uninstall / delete a plugin
# Create a backup of your current TiddlyWiki HTML file ([[just in case|The First Rule of Using TiddlyWiki]])
# Open the [[$:/ControlPanel]] and go to the ''Plugins'' tab
# Click on the plugin you want to delete to open its tiddler
# Click the edit icon and then delete the tiddler
# Save your TiddlyWiki
# ''Refresh the window so that TiddlyWiki completely removes the plugin''
# The plugin should now be deleted
A collection of plugins from TheDiveO.
{{!!url}}
[[TheDiveO's Third Flow|http://thediveo.github.io/ThirdFlow/]] plugin construction system:
<<<
The ~ThirdFlow plugin brings to you another way to develop customization plugins for TiddlyWiki 5. It is not enforcing a specific development flow, it simply tries to help you. Otherwise, it tries to stay out of your way.
<<<
[[TheDiveO's FontAwesome|http://thediveo.github.io/TW5FontAwesome/]] plugin:
<<<
The FontAwesome plugin supports embedding Font Awesome in TiddlyWiki 5. There is no need to install this font into your operating system in order to use it with TiddlyWiki 5. The font is already embedded in this TiddlyWiki 5 customization plugin instead, so nothing else to install.
<<<
<<.operator-examples "plugintiddlers">>
<<.operator-example 1 "[[$:/core]plugintiddlers[]]">>
The popup mechanism allows blocks of content to be selectively displayed and positioned with respect to an anchor. It has several parts:
* StateTiddlers to record whether a popup is currently displayed or not
* The RevealWidget to selectively display the popup content
* The ButtonWidget to trigger the display of the popup by setting the state tiddler appropriately
A <<.def pragma>> is a special component of WikiText that provides control over the way the remaining text is parsed.
Pragmas occupy lines that start with `\`. They can only appear at the start of the text, but blank lines are allowed between them. If a pragma line appears in the main body of the text, it is treated as if it was ordinary text.
The following pragmas are available:
;`\define`
: for defining a [[macro|Macros]]
;`\rules`
: for adjusting the set of rules used to parse the text
<<.s-matching-is-case-sensitive>>
<<.operator-examples "prefix">>
<<.operator-example 1 "[tag[task]!prefix[Go]]">>
<<.operator-example 2 "[prefix[$:/languages/]]">>
<<.operator-example 3 "[prefix[$:/]]" "same as `[is[system]]`">>
Ordinarily, at startup TiddlyWiki displays the tiddlers specified as a filter in the tiddler [[$:/DefaultTiddlers]].
Sometimes it's useful to re-open the same tiddlers that were open when the file was saved. To do so, set [[$:/DefaultTiddlers]] to this filter:
```
[list[$:/StoryList]]
```
This filter returns the tiddlers specified in the [[$:/StoryList]] tiddler, which is the system tiddler that TiddlyWiki uses to store the sequence of tiddlers in the current story.
Each input title is processed in turn, and its predecessor is located in the <<.field list>> field and appended to the output. If a title is not listed in the field, or is the first item there, then it contributes nothing to the output.
<<.operator-examples "previous">>
<<.using-days-of-week>>
<<.operator-example 1 "[[Wednesday]previous[Days of the Week]]">>
<<.operator-example 2 "[[Monday]previous[Days of the Week]]">>
<<.operator-example 3 "Tuesday Wednesday Thursday +[previous[Days of the Week]]">>
The <<.def qualify>> [[macro|Macros]] is an important part of the StateMechanism.
It returns a unique string that encodes its position within the [[widget tree|Widgets]], as identified by the stack of transcluded tiddlers that lead to that position.
It is implemented using the <<.vlink transclusion>> variable.
!! Parameters
;title
: The prefix for the returned string, normally a tiddler title
<<.macro-examples "qualify">>
The results returned by the <<.mlink qualify>> macro depend on its location in the transclusion stack.
The two examples below are identical, but produce different results because the second one has been transcluded from [[another tiddler|$:/editions/tw5.com/macro-examples/qualify-transcluded]].
Each example shows the result of calling <<.var qualify>> and then the value of the <<.vlink transclusion>> variable.
<$macrocall $name=".example" n="1"
eg="""<ul>
<li><code><<qualify "BaseTiddler">></code></li>
<li><code><<transclusion>></code></li>
</ul>"""/>
<blockquote>
{{$:/editions/tw5.com/macro-examples/qualify-transcluded}}
</blockquote>
Wikipedia [[defines a Quine|http://en.wikipedia.org/wiki/Quine_(computing)]] as //a computer program which takes no input and produces a copy of its own source code as its only output//.
TiddlyWiki is an unusual example of a practical quine: it is this ability to produce a copy of its own source code that lies at the heart of TiddlyWiki's ability to independently save changes to itself.
! Introduction
The radio widget displays an HTML `<input type="radio">` that reflects whether a given tiddler field has a specified value. Selecting the radio button sets to the tiddler field to the value.
! Content and Attributes
The content of the `<$radio>` widget is displayed within an HTML `<label>` element also containing the radio button. This means that clicking on the content will have the same effect as clicking on the button itself.
|!Attribute |!Description |
|tiddler |Title of the tiddler to manipulate (defaults to the [[current tiddler|Current Tiddler]]) |
|field |The name of the field to which the radio button will be bound |
|value |The value for the tiddler field |
|class |CSS classes to be assigned to the label around the radio button |
! Example
This example uses the radio widget to change the `modifier` field of this tiddler:
```
<$radio field="modifier" value="JoeBloggs"> Joe Bloggs</$radio>
<$radio field="modifier" value="JaneBloggs"> Jane Bloggs</$radio>
```
It renders as:
<$radio field="modifier" value="JoeBloggs"> Joe Bloggs</$radio>
<$radio field="modifier" value="JaneBloggs"> Jane Bloggs</$radio>
<<.def "Railroad diagrams">>, sometimes called <<.def "syntax diagrams">>, are a visual way of explaining the syntax rules of a computer language. Reading one is like reading a public transport map.
Each diagram starts on the left and ends on the right. Simply follow any line from the startpoint to the endpoint. All the alternative lines are equally valid. A line will sometimes jump over an item that is optional, or loop back to indicate that an item can be repeated.
<$railroad text="""
start [:optional] {repeated +","} end
"""/>
In the example above, a comma appears between each occurrence of the `repeated` item. The comma path runs from right to left, and can only be reached by first passing through `repeated`.
Characters in round boxes are literal, i.e. they denote themselves. A name in a rectangular box denotes a further railroad diagram.
The railroad diagrams in ~TiddlyWiki's documentation are generated with the [[Railroad Plugin]].
{{$:/plugins/tiddlywiki/railroad/readme}}
{{$:/plugins/tiddlywiki/railroad/syntax}}
Featuring plugins that integrate two interesting new capabilities:
* [[SocialCalc|https://dmzwik01.collaborate.ag/help-en/SocialCalc]] providing a powerful spreadsheet
* [[Three.js|http://threejs.org/]] providing interactive 3D graphics
{{!!url}}
<<<
I developed some plugins related to engineering tasks.
After using them for personal projects I'm glad to share with TiddlyWiki community.
<<<
\define tv-wikilink-template() http://tiddlywiki.com/static/$uri_doubleencoded$.html
<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
Welcome to TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation.
TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
Learn more and see it in action at http://tiddlywiki.com/
Developer documentation is in progress at http://tiddlywiki.com/dev/
! Installing TiddlyWiki on Node.js
{{Installing TiddlyWiki on Node.js}}
! Using TiddlyWiki on Node.js
{{Using TiddlyWiki on Node.js}}
! Upgrading TiddlyWiki on Node.js
{{Upgrading TiddlyWiki on Node.js}}
! Also see
<<list-links "[tag[TiddlyWiki on Node.js]] -[[Installing TiddlyWiki on Node.js]] -[[Using TiddlyWiki on Node.js]] -[[Upgrading TiddlyWiki on Node.js]]">>
//This readme file was automatically generated by TiddlyWiki//
</$importvariables>
\define tv-wikilink-template() http://tiddlywiki.com/static/$uri_doubleencoded$.html
{{Scripts for TiddlyWiki on Node.js}}
The following topics provide the canonical reference documentation for TiddlyWiki:
<div class="tc-table-of-contents">
<<toc-selective-expandable 'Reference'>>
</div>
<<.def "Reference tiddlers">> offer raw information in a comprehensive interlinked way. The reader is likely to be an intermediate or expert user.
There are several subcategories:
;Concepts
* With definitions, together forming a glossary
;User manual
* Presenting technical details of ~WikiText features
* Subcategorised: messages, operators, widgets, etc
;Developer manual
* Presenting technical details of ~TiddlyWiki's internal architecture
Reference material is written in a terse, formal style that avoids referring to the reader, and instead focuses on how ~TiddlyWiki itself behaves. The passive voice is often suitable:
* <<.word "the template is specified as a tiddler">> rather than <<.word "specify the template as a tiddler">>
* <<.word "the widget can be used for various purposes">> rather than <<.word "you can use the widget for various purposes">>
* But <<.word "this widget has several possible uses">> is better, because it is less convoluted and more succinct
Most contracted verb forms are avoided in reference tiddlers. But those ending in <<.word "n't">> (<<.word "aren't">>, <<.word "doesn't">>, <<.word "hasn't">>, <<.word "isn't">>, etc) are acceptable, as they make it less easy to accidentally overlook the word <<.word not>>.
<<.def "Regular expressions">> are concise strings of characters that denote patterns of text to search for. The format used in ~TiddlyWiki is fully defined in [[this Mozilla reference|https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions]].
The [[filter syntax|Filter Run]] makes it impossible to directly specify a regular expression that contains square brackets. The solution is to store the expression in a [[variable|Variables]]. See the <<.operator-examples "regexp" "examples">>.
The parameter <<.place X>> can optionally start or end with a string of flags:
<$railroad text=""" "(?" { ("i"|"m"|:"g") } ")" """/>
Only the `i` flag is generally useful: it forces the different between capital and lowercase letters to be ignored.
If <<.place X>> is empty, <<.op regexp>> will match all of the input tiddlers.
<<.operator-examples "regexp">>
<<.using-days-of-week>>
<<.operator-example 1 "[!is[system]regexp[Wiki]]" "non-system tiddlers with `Wiki` in their title">>
<<.operator-example 2 "[!is[system]regexp[(?i)Wiki]]" "non-system tiddlers with `Wiki` in their title, ignoring case">>
<<.operator-example 3 "[!is[system]regexp[Wiki(?i)]]" "same again">>
<<.operator-example 4 "[regexp[(?i)\.jpe?g$]]" "tiddlers with titles ending in `.jpg` or `.jpeg`, ignoring case">>
<<.operator-example 5 "[regexp:created[^201408]]" "tiddlers created in August 2014">>
The regular expression `[0-9]{2}` matches two consecutive digits. Because it contains square brackets, the way to use it with the <<.op regexp>> operator is via a [[variable|Variables]], as follows:
<$macrocall
$name="wikitext-example-without-html"
src="""<$set name="digit-pattern" value="[0-9]{2}">
<<list-links "[regexp:title<digit-pattern>]">>
</$set>"""/>
This release is the culmination of a large scale refactoring of the widget mechanism of TiddlyWiki5. There are several changes to be aware of if upgrading from earlier versions:
* The following widgets have been removed:
** `<$setstyle>` - use `<div style=<<macroName Param>>>` instead
** `<$video>` - will return in a later release
** `<$datauri>` - use the `<<makedatauri>>` built-in macro instead
** `<$error>` - may return in a later release
** `<$import>` - use the BrowseWidget, DropzoneWidget and NavigatorWidget instead
** `<$info>` - use the `<<changecount>>` built-in macro instead
** `<$version>` - use the `<<version>>` built-in macro instead
* The following widgets have had significant changes:
** EditWidget
** ListWidget - the list widget itself no longer generates HTML nodes, so you'll often need to wrap the template in a `<div>` or a `<span>` to be able to style the content
** ViewWidget - has several changes:
*** `<$view format="link"/>` is no longer available; use an explicit `<$link>` widget instead
*** `<$view format="link"/>` is no longer available; use the TranscludeWidget instead
* The following new widgets have been added:
** BrowseWidget
** DropzoneWidget
** EditTextWidget and EditBitmapWidget
** SetVariableWidget
* Widget attribute names have been made more consistent. In particular, `tiddler` is used to reference a tiddler by title, not `title`
* It is no longer possible to import the macro definitions within another tiddler by transcluding that tiddler
* The `body` element now has the class `tw-body`, which will need to be specified in any overrides
** This was done due to the new support for HTML foreign objects, which makes it possible to have multiple `<body>` elements in a document
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.11...v5.0.0-alpha.12]]//
This minor release just contains fixes for the syncer and related adaptor modules for the TiddlyWeb edition and for TiddlyWiki5's integrated server.
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.12...v5.0.0-alpha.13]]//
This release has several bug fixes:
* Fixes to DaveGifford's themes ''blanca'', ''blue'' and ''rocker''
* Fix an issue with the `<$edit-text>` widget
* Documentation updates
* Improved deployment scripts
* Made the modifier field in the subtitle be a link
* Styling improvements for the CodeMirror plugin
* Improved the ViewWidget so that it falls back to displaying its content if the field/property is missing or empty
* Extend use of the built-in `<<tabs>>` macro to the tiddler info panel, the control panel and the sidebar
** This means that you can add new tabs by creating tiddlers with these tags, and optionally a `caption` field for the text of the tab:
*** [[$:/tags/TiddlerInfo]] for tiddler info panel tabs
*** [[$:/tags/ControlPanel]] for control panel tabs
*** [[$:/tags/SideBar]] for sidebar tabs
*** [[$:/tags/MoreSideBar]] for tabs in the "more" sidebar
*** Change the order of tabs by adjusting the `list` field of the corresponding tag tiddler
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.13...v5.0.0-alpha.14]]//
This release has several bug fixes:
* Improved the layout of the [[control panel|$:/ControlPanel]]
* Fixed problem with using the CheckboxWidget to apply tags to tiddlers that don't have any existing tags
* Fixed problem with default password for the PasswordWidget being the string "null"
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.14...v5.0.0-alpha.15]]//
!! New Features
* Added a dropdown to the edit template for setting the tiddler type
* A saver module for Microsoft Internet Explorer version 10 and above. Clicking save in the sidebar causes the browser to pull up a bar at the bottom of the window where you can click ''save''. You then get a new copy of your wiki in the downloads folder.
* Support for new `tw-close-other-tiddlers` message (eg, <$button message="tw-close-other-tiddlers">close others</$button>)
* For http://five.tiddlywiki.com, add a tiddler info tab with a link to the static representation of the tiddler
* Make more UI elements extensible via system tags:
** [[$:/tags/ViewToolbar]] for the view mode tiddler toolbar
** [[$:/tags/EditTemplate]] for the edit template
** [[$:/tags/EditToolbar]] for the edit mode tiddler toolbar
** [[$:/tags/PageControls]] for the page control tools in the sidebar
!! Improvements
* Rename the `<$setvariable>` to `<$set>`
** `<$setvariable>` will temporarily remain as a synonym for `<$set>` for the next few releases
* Improve the popup mechanism so that the tiddler info panel doesn't close so easily
* Various improvements for working with TiddlyWeb, including:
** Updated control panel
!! Bug fixes
* Fixed bug when creating a tiddler title starting or ending with a space
* Fixed behaviour of tags editor dropdown when search box is empty
* Fixed problem with interpretation of `fields` and `index` attributes of the TranscludeWidget
* Fixed the module type names in the internal tab of the control panel
* Improved styling for embedded PDFs
* Fixed bug with second being omitted from serialised date formats
Contributors to this release include @jermolene and @grayeul.
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.15...v5.0.0-alpha.16]]//
!! New Features and Improvements
* Improved appearance of tags editor
* Improved generation of qualified tiddler titles for state storage
** Instead of `$:/state/tab/sidebar-{$:/core/ui/SideBar|$:/core/ui/SideBar||}{$:/core/ui/PageTemplate|$:/core/ui/PageTemplate||}` one gets `$:/state/tab/sidebar-{1743827719}`
* Significant updates to the structure and content of the user documentation
* Added a new plugin for displaying corner ribbons; currently used for a version banner on tw5.com
* Split ''Snow White'' theme into a base ''Vanilla'' theme with all the basic formatting, leaving the decorative bits to ''Snow White''
** Existing TiddlyWikiFolders will need updating to include ''Vanilla'' as an additional theme
* The page building blocks are now driven by the system tag `$:/tags/PageTemplate`
** [[$:/TopSideBar]] and [[$:/LeftSideBar]] are no longer specially treated; use the new tag instead
* Fixed problem that prevented tag configured items from shadow tiddlers interleaving with items from ordinary tiddlers
* Refactored control panel to add ''Saving'' tab that includes TiddlySpot options
* Improved notifications when saving to TiddlySpot
* Added backup URL to TiddlySpot control panel tab
* Extended the ServerCommand to add primitive support for basic authentication when running under [[Node.js]]
!! Bug fixes
* Fixed problem with displaying tiddler titles that contain WikiText syntax
* No longer crashes when encountering an error in a filter string
* Fixed a crash when dragging and dropping tiddlers within TiddlyWiki5
* No longer update the modified date for imported tiddlers
* Automatically forces new field names to be lower case
!! Internal changes
* Added Windows-compatible build scripts
* Changes to the SavingMechanism to allow the tiddlers that are saved to be selected
** This enables the wiki at http://five.tiddlywiki.com/index.html to generate an empty wiki
* The main HTML file template used for saving TiddlyWiki5 documents has changed from `$:/core/templates/tiddlywiki5.template.html` to `$:/core/save/all`
* Moved tw5.com's Google Analytics integration into a proper plugin
Contributors to this release include @jermolene, @asampal and @pmario.
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.16...v5.0.0-alpha.17]]//
!! Bug fixes
* Fixes a small but important bug that prevented downloading an empty wiki with alpha.16
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.17...v5.0.1-alpha]]//
!! Improvements
* Changes to the importing process to enable a smoother [[Upgrading]] process
** Ignores attempts to import plugins that are older than currently installed plugins
** System tiddlers are now imported as usual
* If `$:/theme` isn't defined or refers to a missing tiddler, then fallback through ''Snow White'' to ''Vanilla''. This means that `empty.html` now defaults to ''Snow White''
* Added support for [[Block Quotes in WikiText]]
** Contributed by StephanHradek (@Skeeve on GitHub)
!! Bug fixes
* Fixed bug that was preventing `$:/tags/PageControls` tiddlers from being reordered
!! Internal changes
* Changed the [[TiddlyWiki5 Versioning]] policy
** Beta releases will be `5.0.x-beta` and the final release will be `5.1.x`
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.9-beta...v5.0.10-beta]]//
!! Highlights
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/ad4b03506a62d7110cb30aaa3d6f8dbfc712f246]] new syntax for [[Images in WikiText]] and a new ImageWidget
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/ba576d9f1b2146cec293447b2968e34f0c594a05]] support for a SafeMode that disables customisations
!! Documentation Improvements
* Added DateFormat documentation
!! Usability Improvements
* [[Refactor|https://github.com/Jermolene/TiddlyWiki5/commit/bb42c0ab360760917ad5bde84f15350186a9471a]] sorting to respect accented characters
* [[Support|https://github.com/Jermolene/TiddlyWiki5/commit/45b0966013c760abab5b3f7faea0e59af2ca5619]] embedded images in Markdown tiddlers
* [[Refactored|https://github.com/Jermolene/TiddlyWiki5/commit/821f1f1428f92160ae8bc4fa71dd3f947243f09e]] sidebar hiding action so that the story river border is maintained
!! Hackability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/15d0c27e2a82359616ce6c7883557cd2ef1886cd]] `[is[tag]]` to the <<.olink is>> operator
* [[Hide|https://github.com/Jermolene/TiddlyWiki5/commit/95d291daac4a26664f0c232175f54780f0fa678f]] the top bars in the print stylesheet
!! Bug Fixes
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/4758874d13430338da07727997d0c4df7f328ac1]] support for saving changes on Windows network drives
* [[Refactored|https://github.com/Jermolene/TiddlyWiki5/commit/9fbe72a8778ae94c7d6322ad4b9155c83f753113]] configuration processing so that ordinary tiddlers are processed after shadow tiddlers. This resolves an issue whereby user stylesheets were being overridden by shadow stylesheets
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/d6054f10392c535ca430f3e73b9b68d0f8c18498]] issue with offline snapshot of server edition erroneously including shadow tiddlers
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/bd4a031df8a68287475a41ad84b423ad83f735a3]] problem with corrupted upgrades from 5.0.x-prerelease to 5.0.x-beta
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/73cfd1021809e97906ecfd5dacdf2337da3abae9]] bug with `[untagged[]]` filter operator
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/d336ffea02621e382f6d7135847d11e49e77bc26]] incorrect background colour for tag pills in the sidebar
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/f57e04787738ad30fb05ac0e592239075b90507e]] issues with null fields under TiddlyWeb
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/768489128547cf54e80fc321f3f1f4f5cd191862]] problem with hamburger overlapping scrollbars
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.10-beta...v5.0.11-beta]]//
!! Incompatible Changes
See [[Notes for upgrading to 5.0.11-beta]] for more details of these changes:
* The default output location for command line operations has changed to the `/output` folder within TiddlyWikiFolders (it used to be current directory)
* Note that the shadow tiddler [[$:/core/ui/PageMacros]] has changed with this release. If you've made modifications to it you should copy your modifications to a new tiddler, delete [[$:/core/ui/PageMacros]], perform the upgrade and then manually update the new copy of [[$:/core/ui/PageMacros]]
!! Documentation Improvements
* Added more warnings about taking care to [[backup your data|The First Rule of Using TiddlyWiki]]
!! Usability Improvements
* Many performance optimisations, particularly for filter operations
* Added support for PermaLinks and browser back and forward buttons
* Added support for WikiLinks in Markdown via `[link text](#TiddlerTitle)`
* Added support for explicit external [[Linking in WikiText]] (eg `[ext[tooltip|url]]`)
* [[Replaced|https://github.com/Jermolene/TiddlyWiki5/issues/580]] hamburger menu icon with double chevron icon
* [[Enhance|https://github.com/Jermolene/TiddlyWiki5/commit/552657fc584dbb36754d3fcabca2cdef7e916ec9]] plain text parsing to use the CodeBlockWidget, and hence use syntax highlighting if the plugin is installed. This gives us syntax highlighting for JavaScript shadow tiddlers, amongst other things
* Improvements to the German, French, Italian, Japanese and Chinese translations
* [[Removed|https://github.com/Jermolene/TiddlyWiki5/commit/61c3f8a5ba3c815d623c06f6a97d9c00a31a4157]] WikiText tiddlers from the sidebar "Types" tab
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/a90339d1e573ec82dba1caeaead0f71717618a80]] various warnings when editing shadow tiddlers
* [[Allow|https://github.com/Jermolene/TiddlyWiki5/commit/0ac4c2b554f045c6bd2dc6ea5daa0d2f0397d04c]] digits in field names
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/a4294b55f0a217d019a6e4cbb62f6a8a19668928]] warning banner and when attempting to edit binary tiddlers
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b84c663215cf7877fff960748af4b2849ae0dbb3]] automatic refreshing of the browser window title from $:/core/wiki/title
!! Hackability Improvements
* Improved vertical layouts of <<.mlink tabs>> macro
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/93566cdc332226b77eaba8a70fa166f3b8fcfe1e]] "standard" tab to [[advanced search|$:/AdvancedSearch]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/e83759e86d2a9e05e4b85dae50925fe988f8e239]] new filter operators <<.olink before>> and <<.olink after>>
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/570cad1c7f90e685961130918f09a7f9b2951f8c]] new <<.olink get>> operator
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f7e50e0950c5bf10d94d926576011893418b25f1]] [[BuildCommand]], [[OutputCommand]] and [[ClearPasswordCommand]]
* Added new extensible StartupMechanism for orchestrating startup tasks
* [[Updated|https://github.com/Jermolene/TiddlyWiki5/commit/711b76307c95d0026f79f584e85ae3d4b7289d15]] to new version of CodeMirror
* Added https://github.com/Jermolene/TiddlyWiki5NodeWebkit, a demo of using TiddlyWiki as a library in a node-webkit application
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/4e07b3335b570f4039427e11df729fc4a899a671]] `.tid` TiddlerFiles to allow single line text fields
* Renamed `$:/ShowEditPreview` to `$:/state/showeditpreview`
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/cc60ad1428dcf99a7ea0787e43e3b37f5a02fb98]] issue with hovering of the topbar icons in Firefox
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/e548dd35af2d3195f82899096d4a4080362a1ff0]] problem with dragging and dropping within a text edit control
!! Contributors
I ([[@Jermolene|https://github.com/Jermolene]]) would like to thank the contributors to this release who have generously given their time to helping improve TiddlyWiki:
[[@BramChen|https://github.com/BramChen]], [[@mwfogleman|https://github.com/mwfogleman]], [[@nameanyone|https://github.com/nameanyone]], [[@natecain|https://github.com/natecain]], [[@pekopeko1|https://github.com/pekopeko1]], [[@pmario|https://github.com/pmario]], [[@sukima|https://github.com/sukima]], [[@xcazin|https://github.com/xcazin]].
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.11-beta...v5.0.12-beta]]//
This is an emergency release that fixes a single significant bug with shadow tiddler handling in 5.0.11. See the [[discussion thread|https://groups.google.com/d/topic/tiddlywiki/pNxZsSCVp7c/discussion]] for more details.
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.12-beta...v5.0.13-beta]]//
!! Accessibility Improvements
This release includes a number of features designed to improve the experience of TiddlyWiki with a screen reader. Particular thanks to [[@domasofan|https://github.com/domasofan]] for his feedback
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/34e4166dc5f24519b000de66853d5b1aee8f1648]] label and title for show/hide sidebar buttons
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/346b2f86111815c746c993fa09b7f677fa0b4b37]] label and title for advanced search link
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/6f859c8d447a477a9120bdc308d1524558a80f20]] label and title for close buttons in "Open" sidebar tab
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/06b0f9adb7209870b46d42f832c1f7ad7a78976f]] ''aria-label'' support to the LinkWidget
* [[Switched|https://github.com/Jermolene/TiddlyWiki5/commit/bc9b67cbc3f363d48aafea86c077fcd5a9c0ca64]] to H1 tags for the page title and H2 tags for tiddler titles
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/eeedcb6d94a25d02e8fec45c89b30c7f2bcdde73]] label and title for tiddler and page toolbar buttons
!! Usability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/9ab0c84140bbc0f31cf65e632bddac616bbadbda]] support for global [[Macros in WikiText]] via the new ImportVariablesWidget
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/3182a2d599f0e4b70a73fe369df4f398587dc1a9]] new SelectWidget
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/f131c378934a86b741ab5b808437c95694dc5503]] behaviour of `text/html` tiddlers so that they are displayed within an HTML iframe element
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/9b576f2a8d39dcca37bcb709183a8f9b27f33ccf]] group headings to the content type dropdown in edit mode
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/4d70d5780e51cf0918fba15954cd47549e4e1a9f]] advanced navigation settings in [[$:/ControlPanel]] to use radio buttons
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/f7b8813a27141a78980eefa03df70a4a2de9d10b]] (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/3f25db0abe8cd28712c020f218506710cec004b6]]) behaviour of PermaLinks so that now [ext[http://tiddlywiki.com/#HelloThere]] just opens the single specified tiddler
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/0c48502e8ed214cee23537d06e7e87efd53592c7]] support for triple-quoted multi-line attributes with [[macros|Macros in WikiText]], [[widgets|Widgets in WikiText]] and [[HTML elements|HTML in WikiText]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/32099b85d3b12f9e590274cb7550e3e531131706]] TableOfContents tab for tw5.com edition
!! Hackability Improvements
* [[Restored|https://github.com/Jermolene/TiddlyWiki5/commit/1b37d660ea7cd576cfeadfe8b782fe6c62dc9048]] ''escape'' as a shortcut to abandon edits
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/9547a1f01c144c604c294f394a68d7dc6dbe4e5d]] support for ExternalImages that are referenced by URI and not stored in the TiddlyWiki HTML file
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/d2796d0c9c7ed7a971ae6b0752d7418384072bb5]] new SetFieldCommand
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/305617b632fd6ecf25cd4be85f4dfb5a5a65dfef]] new SaveTiddlersCommand
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f14ecf4eb8965f2e407ccac51d4277330221efe3]] support for system tag [[$:/tags/RawMarkup]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/0bdc5b5c70fbbf34aa459afcf0499fc9c8ae6374]] editor type mappings to control panel advanced tab
* [[Refactored|https://github.com/Jermolene/TiddlyWiki5/commit/1717c93d001ad184a08ca66d1bffb33fb5d32b3a]] CodeMirror (http://tiddlywiki.com/codemirrordemo.html) plugin for simpler configuration
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b2e48d00e9ea068a22b5ac5c0a4c93e8ddbb4a8a]] support for [[Environment Variables on Node.js]]
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/eee3a0cf8e5aa047f8596df06e28194409f38b01]] ServerCommand to allow a path prefix
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/4238af2a405c14d22937d7c47a70bfb3d4e6f22d]] the <<.olink listed>> operator to use any list field
!! Bug Fixes
* Fixed [[here|https://github.com/Jermolene/TiddlyWiki5/commit/6fb992690d33940d3509d7d4d74538e7f458e063]] and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/0fae9ee99200e7eca30b9db0584c479d58841349]] the problem with state tiddlers being inadvertently saved
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/a03a15e7de32a1b41618146ac334b5cd7d432e91]] bug with TextWidget not refreshing correctly
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/d8a142fed5b22a8273d93ba05095e5f9c6929cb3]] problem with vertical tabs in Safari
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b8aedf2ca3cfc870be5a46accbb2dc0ddbb6d451]] issue with images in Markdown
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@BramChen|https://github.com/BramChen]]
* [[@buggyj|https://github.com/buggyj]]
* [[@csugden|https://github.com/csugden]]
* [[@danielo515|https://github.com/danielo515]]
* [[@IreneKnapp|https://github.com/IreneKnapp]]
* [[@jayfresh|https://github.com/jayfresh]]
* [[@mwfogleman|https://github.com/mwfogleman]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.13-beta...v5.0.14-beta]]//
!! Major Changes
!!! Improved Control Panel Plugins Tab
The ''Plugins'' tab of the [[control panel|$:/ControlPanel]] has been improved with the addition of documentation tabs that plugins can use to show documentation. There is also a larger draggable area for dragging tiddlers across to other wikis.
!!! Configurable Button Toolbars
The page toolbar and the tiddler toolbars can now be configured with several new buttons - see the [[control panel|$:/ControlPanel]] under the ''Appearance'' and ''Toolbars'' tabs.
The sidebar tools tab now shows all the available page controls, allowing them to be invoked or checked to appear in the toolbar. The tiddler info area now includes a tools tab that includes buttons for all the tiddler actions.
!!! Upgrade Mechanism
There are two components:
* A more flexible ImportMechanism that:
** Presents incoming tiddlers as a pending import list that allows the user to inspect them and, if necessary, explicitly deselect them from the actual import
** Provides UpgraderModules with an opportunity to process each incoming tiddler
*** The [[plugin upgrader|$:/core/modules/upgraders/plugins.js]] module handles version checking of plugins and upgrading them from a special UpgradeLibrary plugin tiddler
*** The [[system upgrader|$:/core/modules/upgraders/system.js]] module is responsible for suppressing the importing of certain system tiddlers (currently [[$:/StoryList]] and [[$:/HistoryList]])
*** The [[themetweak upgrader|$:/core/modules/upgraders/themetweaks.js]] module handles migrating theme tweaks from their pre-5.0.14-beta format (see below)
* An UpgradePlugin and associated edition that provides a custom, single-purpose user interface for upgrading standalone TiddlyWiki files - see http://tiddlywiki.com/upgrade.html
!!! Improvements to CamelCase Recognition
TiddlyWiki now takes a much more conservative approach to recognising CamelCase terms that should be automatically linked. Previously, the dash and underscore were treated as lower case letters, leading to a number of false positives. See the [[GitHub bug #337|https://github.com/Jermolene/TiddlyWiki5/issues/337]] for details.
!!! Automatic Permalinking Off by Default
With previous beta releases of TiddlyWiki the browser address bar is automatically updated so that it dynamically reflects the tiddlers that are currently open. This makes it easier to get a permalink for copying and pasting elsewhere, but it leads to much confusion for casual users who don't always understand why unexpected tiddlers are being displayed after they have refreshed the page in the browser.
For 5.0.14-beta, the setting has been changed. Visit [[control panel|$:/ControlPanel]] ''Advanced''/''Settings'' to switch the setting back to "Include the target tiddler and the current story sequence".
!! Usability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f6d7d87a3d49f816ccc050bdf4a5394eed37dd51]] previews to the icon dropdown in the [[tag manager|$:/TagManager]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/56945d91d327489478fc44dce5234ece35a01abb]] an indication of unsaved changes by changing the colour of the save changes button
* [[Split|https://github.com/Jermolene/TiddlyWiki5/commit/7aa6c7c06d8b5359f183e6b9f6f57cf89611cda8]] the wikitext emphasis parsers into separate modules so that they can be independently controlled with the `\rules` pragma
* [[Refactored|https://github.com/Jermolene/TiddlyWiki5/commit/f43cd5ba9c6e5eda221ec738174e61e34fad2b8d]] (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/a3de93b4eb8b108239b2e4b496308026e9e9eef8]]) ReleaseHistory to place the releases into vertical tabs
* [[Stopped|https://github.com/Jermolene/TiddlyWiki5/commit/3ff7462afd5414b92680c6b6e67274be79233224]] saving [[$:/HistoryList]], thus avoiding it uncontrollably increasing in size
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/73cf1bfdb3cd238ac7800162f58d44a8bb60019b]] (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/d5e4b9b5d1e7db5ad4d769433cc934ef08265f57]]) print stylesheet to remove page background
* [[Updated|https://github.com/Jermolene/TiddlyWiki5/commit/07f13b310d300631267936ad8bc55a338369afc0]] display of plugin tiddlers so that their constituent tiddlers are shown, rather than the raw JSON
* [[Moved|https://github.com/Jermolene/TiddlyWiki5/commit/799a5b059a40a51fdeb1dae7a0eb5bf8a79f5106]] the functionality of the fullscreen plugin into the core
!! Hackability Improvements
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/c23f6af4b5c59f4d09dd8d6704e1939bb9d5b2d3]] TiddlerWidget to add a CSS class corresponding to each tag present on displayed tiddlers
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/d357e1706c91d17a72fb19fedf43e57071fc7dd6]] support for hiding specified fields in the tiddler editor
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/be040ea8a2cc8962f1a28a313e4c9ebc2d5c0e31]] support for variable operands in filters (see [[Filter Parameter]])
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/1f16ef6fa88b51d2dad7c8e57fcff014950a7442]] support for widget messages [[tw-permalink|WidgetMessage: tw-permalink]] and [[tw-permaview|WidgetMessage: tw-permaview]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/browser-sniff]] browser sniffing plugin so that tiddlywiki.com can present the correct browser-specific documentation
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/ef67cc3fd9b267a522598abccdfbb93fbfca240c]] a configuration option for specifying the default location for saving new tiddlers in the client-server configuration
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b4d47858e587c96f3a68cc28cffff181ec45f55f]] support for the InfoMechanism
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/f08f57c5d24eb0146ac2cb77472a5fc5f135f1e9]] CheckboxWidget to allow it to toggle fields as well as tags
* [[Refactored|https://github.com/Jermolene/TiddlyWiki5/commit/21c137a66c37f010b36697bb6bed5321138fbb9f]] [[control panel|$:/ControlPanel]] theme tweaks to be stored in individual tiddlers
* [[Extend|https://github.com/Jermolene/TiddlyWiki5/commit/e18d8a88661a1c2caa1b722841747c75ca6af437]] the <<.mlink tabs>> macro to allow tabs to be templated
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/91acad0f7ce8637945a953dfcb122cd31292626d]] (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/8612bc4006e717e4fa3c562fa72a85650206b66f]]) SystemTags support for inserting content above and below the story river
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f793816dfa687ae7791143b33487fd5f95f3265c]] support for transcluding plugin subtiddlers with the TranscludeWidget
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/c73853288c5b4b0716da94fea2f2edec09345643]] (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/08f775eac8cb053d08c1c561e65a5eeb87c4c6b6]]) support for importing from `*.htm` and `*.hta` files as well as the existing support for `*.html` files
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/73d7e85e11c7732080ca8bc4321ebb12afbac09c]] the "sticky titles" theme so that it works when tiddlers are in edit mode
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/5b3b62f93da4b7b19e24ccf72d9ce20b9edce6d5]] bug with execution order of BuildCommand targets
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/d93da81671a704377209fc1871425c3a7c5db35a]] bug with missing hover colours for external links
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/465f4ac46903070759a572d183c498c5579cb922]] problem with refreshing modal dialogues
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/3351ae7e29cbf3bed6fc1925ef33664bcc59fef5]] issue with cookies disabled on Firefox
* [[Relax|https://github.com/Jermolene/TiddlyWiki5/commit/5260899d8b090e8886e41e3aa770fdcf5967ad8c]] the requirement for a newline immediately the closing `\end` of a macro definition
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@BramChen|https://github.com/BramChen]]
* [[@pmario|https://github.com/pmario]]
* [[@ssokolow|https://github.com/ssokolow]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.14-beta...v5.0.15-beta]]//
!! Usability Improvements
* [[Simplified|https://github.com/Jermolene/TiddlyWiki5/commit/c57b00996855f10d9b7fa2aa4e9deb2a2a607d7f]] shadow default tiddlers
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/32a7ee2683ace619599f0ab73028307ca33f4e4c]] the ability to disable plugins (see PluginMechanism) with a user interface in [[control panel|$:/ControlPanel]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/4b05608ad5e77043b01495825ea0f0e76c378760]] page control button for invoking the [[tag manager|$:/TagManager]]
* [[Simplified|https://github.com/Jermolene/TiddlyWiki5/commit/c4b76ceb0bc786bcceb12fc3417bb8c4bfde27a9]] downloading an offline copy of a client-server wiki
* [[Blocked|https://github.com/Jermolene/TiddlyWiki5/commit/2bbe9f76ecf8fc89c789e72be00ac19e811195ee]] temporary state tiddlers from import/upgrade
!! Hackability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/c912fed55d94c9bef2d541cd55f458b12172941c]] a banner to the edit template encouraging improvements to the documentation
* [[Refactored|https://github.com/Jermolene/TiddlyWiki5/commit/f75af2c983e10e8a82639890b993fb5cf042d610]] `saver-handler.js` out of `syncer.js`
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/8cf726275c19ed5b4a0ed1cf8354d64d1bc29da5]] [[Table-of-Contents Macros]]
* Simplified startup module organisation (see [[Startup Modules.svg]])
* [[Changed|https://github.com/Jermolene/TiddlyWiki5/commit/25777b147fa4ed2f915150aec503ad1e094e6043]] the overlay text for the DropzoneWidget to make it translateable
* [[Introduced|https://github.com/Jermolene/TiddlyWiki5/commit/920e11e7921f777170aa2f9e1836c000fec2e26d]] a new [[refresh button|WidgetMessage: tw-browser-refresh]] and reverted [[home button|WidgetMessage: tw-home]] behaviour
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/fbf307c648ae0e92679c54f7d03f197a75b4e101]] ''alt'' attribute to the ImageWidget
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/c8830d32f74b8c228553f11f7f55b5be45ae6471]] problem with building TiddlyWiki under Windows
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/34461cb2fe554331a0269fd7795b1d6a879fcba9]] unclickable download ink in upgrade wizard
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/9e85ddfec78dd8df71e6173100dce659417551f4]] missing language flag in ''empty.html''
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/18592fe8f810d1858ca040da1a7c4a81fb74cfed]] problem with switching the type of a tiddler between the bitmap and text editor
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/fe6623d7feed1a9068e15bfac57be0b0924e8915]] foreground colour for tag pills in the sidebar
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/c912fed55d94c9bef2d541cd55f458b12172941c]] problem with github source links for tiddlywiki.com not working for titles containing colons
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@BramChen|https://github.com/BramChen]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.15-beta...v5.0.16-beta]]//
!! Incompatible Changes
5.0.16-beta brings more incompatible changes than any previous release. These changes are likely to break almost all plugins written for previous releases of TiddlyWiki 5, and will break many customisations.
* [[Changed|https://github.com/Jermolene/TiddlyWiki5/issues/764]] all CSS class prefixes from `tw-` to `tc-` (eg `tw-tiddler-frame` has become `tc-tiddler-frame`; missing prefixes have also been added, so `btn-invisible` has become `tc-btn-invisible`)
* [[Changed|https://github.com/Jermolene/TiddlyWiki5/commit/2f69ea362cd673f59b9fadbe11f1f95549a59813]] all message prefixes from `tw-` to `tm-` (eg `tw-close-tiddler` has become `tm-close-tiddler`)
* [[Changed|https://github.com/Jermolene/TiddlyWiki5/commit/89fd5379dd78887fc21746d792072bf5a25f0c56]] all variable prefixes from `tw-` to `tv-` (eg `tw-config-toolbar-icons` has become `tv-config-toolbar-icons`)
* [[Changed|https://github.com/Jermolene/TiddlyWiki5/commit/112a9a95d95e9f62f110c97a4faaf537c5c100b1]] prefix/removeprefix filter operators to be case-sensitive
!! Compatibility with TiddlyWikiClassic
This release includes a preliminary version of a new plugin that provides compatibility with content created for TiddlyWikiClassic:
http://tiddlywiki.com/classicparserdemo.html
Subsequent releases will include end-user documentation with step-by-step instructions for migrating content.
Many thanks to @buggyj for his work on this plugin.
!! Usability Improvements
* [[Amended|https://github.com/Jermolene/TiddlyWiki5/commit/e47852cb141b384ad2a9097eca795545cb5b2494]] behaviour of the [[tm-browser-refresh|WidgetMessage: tw-browser-refresh]] message so that it no longer clears the location hash
* [[Hide|https://github.com/Jermolene/TiddlyWiki5/commit/88c9c0c3ee115917b8c1a9126452bb0574061857]] toolbar buttons from static renderings
!! Hackability Improvements
* [[Extend|https://github.com/Jermolene/TiddlyWiki5/commit/48312272adb17610db96d50758e6af947cab7b1d]] the <<.olink all>> operator to be able to select all the source tiddlers
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/43aeb47fc34f1ba424030c4f78ee907fe7b1d5d8]] problem with single line macro definitions incorrectly including whitespace in the value. (For example, `\define mymacro() yes` would set the macro value to " yes", with a leading space)
* [[Extend|https://github.com/Jermolene/TiddlyWiki5/commit/d2a5a12f2d6b6ccc36dd22a70ac2def08d1d3722]] [[Table-of-Contents Macros]] use the caption field if present
* [[Configurability|https://github.com/Jermolene/TiddlyWiki5/commit/b437f1b450f5f2a3104a9086f7c674299b53b9bc]] for the default tab shown in the tiddler info panel (see [[Configuring the default TiddlerInfo tab]])
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/dcf4e93a3283e3e93cc14e50366f9b0252870835]] <<.olink suffix>> and <<.olink removesuffix>> operators
!! Bug Fixes
* [[Reverted|https://github.com/Jermolene/TiddlyWiki5/commit/ad40223d6b9bed435d9381611cb9de1841b53df6]] incorrect refreshing of the tiddler widget
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/44228ed9f733217557851150f5ae45d9ebb23420]] indentation of selective expandable [[Table-of-Contents Macros]]
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@BramChen|https://github.com/BramChen]]
* [[@buggyj|https://github.com/buggyj]]
* [[@gernert|https://github.com/gernert]]
* [[@pmario|https://github.com/pmario]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.16-beta...v5.0.17-beta]]//
!! Highlights
This release includes major improvements from @giffmex to the welcome and tutorial documentation, and new development docs incorporating [[the work|https://github.com/cjrk/saa-tw]] of @cheigele and @cjrk.
!! Incompatible Changes
!!! Change System Tag `$:/tags/stylesheet` with `$:/tags/Stylesheet`
The [[issue|https://github.com/Jermolene/TiddlyWiki5/issues/824]] is that the capitalisation of `$:/tags/stylesheet` is not consistent with other system tags. This release adds support for `$:/tags/Stylesheet`, and adds a deprecation warning if `$:/tags/stylesheet` is used. Support for `$:/tags/stylesheet` will be removed before the beta.
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f6ff0a7f715bdf12dfba6556f72c49ea2c3016b0]] support for `$:/tags/Stylesheet` and a deprecation warning when `$:/tags/stylesheet` is used
!!! Change ButtonWidget `title` attribute to `tooltip`
The use of the `title` attribute in the ButtonWidget was not consistent with the `tooltip` attribute used by the ImageWidget and LinkWidget. This release adds support for the `tooltip` attribute to the ButtonWidget alongside the existing support for the `title` attribute, but with a deprecation warning.
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b7f638aef3094d0552db2f72330b40a526113bd5]] `tooltip` attribute to ButtonWidget
!!! Removing Support for RegExp Filter Operands
As discussed in [[the associated ticket|https://github.com/Jermolene/TiddlyWiki5/issues/762]], the support for regular expression filter operands is incomplete and inconsistent. The plan is to remove support for this feature in the next release. A new filter operator has been provided to replace it, along with the addition of a deprecation warning that is displayed whenever regular expression filter operators are used.
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f4fff7a33037ba9dd537379bcb44a52a280868d6]] new <<.olink regexp>> operator
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/d45c417c187fe3dcc35ee7a308e64feebc7b185b]] deprecation warning for regular expression filter operators
!!! Repository Reorganisation
The goal is to make the TiddlyWiki repository easier to comprehend for newcomers.
* [[Moved|https://github.com/Jermolene/TiddlyWiki5/commit/6e9cd5943703f7137e819fcb85376423b9c930d5]] scripts into a separate `bin` folder
!! Usability Improvements
* Reorganised the [[control panel|$:/ControlPanel]] to make it more logical and usable
!! Hackability Improvements
* Moved developer documentation to http://tiddlywiki.com/dev
* [[Improvements|https://github.com/Jermolene/TiddlyWiki5/commit/872e6fc2532012f0f9acfb29aa24a9cd5f340b9d]] (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/c8a131ffd4716f2b99ab508567422ff463f2849d]]) to `serve.sh`/`serve.cmd` scripts
* [[Disable|https://github.com/Jermolene/TiddlyWiki5/commit/ac54fe33263cbe48bc294f9c14257ccc146be38e]] plugins when in SafeMode
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/c1de85838f3d0d3e6a207152ecc9d61ff08a4b05]] new <<.mlink timeline>> macro
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f16d1832aae9a7ce71dea78b16c11afaf673acf2]] new <<.mlink dumpvariables>> macro
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/ba3f8002355607c8b00b7d184f01fa68bbcda152]] [[Table-of-Contents Macros]] so that individual links can be disabled
* [[Removed|https://github.com/Jermolene/TiddlyWiki5/commit/542788bfeba98ec3bac0bb721293c16354bc1b34]] (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/487c4a40abda2b457b4015033bf1be76bd81dcc9]]) unnecessary `<p>` tag from edit tags and types dropdowns
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/ccd916ca7cb45468ac30eb48bfdf86bea704d810]] ''multiple'' attribute to the BrowseWidget
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/ab944bbf02e9fae606632a11df1053a46573fa49]] view template to hide bodies of tiddlers with field ''hide-body'' set to ''yes''
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/c713eddbef50603e313a86f78c185753bab3d607]] problem with draft tiddlers not counting as dirty
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/f87ce7e98a083f1bdcff5b1887b56aa95b731efe]] problem with keyboard shortcuts introduced in 5.0.16-beta
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/756e05504b33c387da7d3f81446a18f9a8fefe49]] problem with stylesheets being parsed in inline mode
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/9adc30f69fba169813638021780263ff0df4e2bc]] bug with selective expandable [[Table-of-Contents Macros]]
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@BramChen|https://github.com/BramChen]]
* [[@buggyj|https://github.com/buggyj]]
* [[@cheigele|https://github.com/cheigele]]
* [[@cjrk|https://github.com/cjrk]]
* [[@giffmex|https://github.com/giffmex]]
* [[@pmario|https://github.com/pmario]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.17-beta...v5.0.18-beta]]//
This is a minor release prior to the full release of TiddlyWiki on September 20th. The documentation has been cleaned up and improved (with more improvements to come).
!! File Layout of tiddlywiki.com
The layout of files on tiddlywiki.com has been adjusted to make it more logical. See the [[ticket|https://github.com/Jermolene/TiddlyWiki5/issues/823]] for a discussion. You can see the source files that make up tiddlywiki.com at https://github.com/Jermolene/jermolene.github.com
!! Hackability Improvements
* Added first iteration of a <<.mlink list-links>> macro (further improvements are planned)
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/6d9bd4df8a1133c2ba246333edad14e6028d3ea4]] support for importing `.markdown` and `.md` files
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/c4123ba3740f74f172468c4aa050451ebc5780d8]] <<.mlink timeline>> macro to support a subfilter
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/a9f46525a0b1ecf7ce6d1bdae64e6763a247106b]] problem with digits being classified as lower case letters for wiki link matching
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/8cc236b4dca96327c7b28ad45e1eb4c2dce174e5]] crash when sorting missing tiddlers by fields other than title
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/73a4747d05c6746476ccd9e8cb8255853f631d17]] problem with handling `.jpeg` file extensions
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/775482a2428d24a475e0c7df7bea215c190b5574]] problem with RadioWidget and missing tiddlers
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/2571f534aa67c7f9d423d44d36efa32480f4c370]] problem with dragging a partially selected link
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@BramChen|https://github.com/BramChen]]
* [[@buggyj|https://github.com/buggyj]]
* [[@Eucaly|https://github.com/Eucaly]]
* [[@pmario|https://github.com/pmario]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.1-alpha...v5.0.2-beta]]//
!! Improvements
* Added support for [[Hard Linebreaks in WikiText]]
* Added a new RadioWidget, contributed by StephanHradek (@Skeeve on GitHub)
* Two new savers for InternetExplorer, both contributed by DavidJade (@davidjade on GitHub)
** ''tiddlyie'' for [[saving with TiddlyIE|Saving with TiddlyIE]], an equivalent of TiddlyFox for InternetExplorer
** ''fsosaver'' that can [[save changes directly with InternetExplorer|Saving on InternetExplorer]] but requires the HTML file to be renamed `*.hta`
!! Bug fixes
* Fixed problem deleting tiddlers under the filesystemadaptor
* Fixed problem with transcluding fields containing lists or dates (eg, `{{!!tags}}`)
* Fixed problem with re-ordering page control tiddlers (ie tiddlers tagged `$:/tags/PageControls`)
* Update template used for deploying to TiddlyWeb
* Fixed problem with tiddler deletions via the file system adaptor
!! Internal changes
* Allowed variable number of arguments to [[JavaScript Macros]]
** Contributed by StephanHradek (@Skeeve on GitHub)
* Changed the format of plugin tiddlers to remove duplicated information (see the PluginMechanism)
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.2-beta...v5.0.3-beta]]//
This release includes minor bug fixes and documentation updates.
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.3-beta...v5.0.4-beta]]//
!! Improvements
* Switched to using an HTML5 placeholder for the default text of a new tiddler
* Refactored stylesheet handling so that theme tweaks are now applied immediately, and some ordering issues have been resolved
* Several improvements for running [[TiddlyWiki on Node.js]]:
** The `tiddlywiki.info` file in the root of [[wiki folder|TiddlyWikiFolders]] file is now optional, falling back to a default configuration suitable for serverside use ([[commit|https://github.com/Jermolene/TiddlyWiki5/commit/0ec2224757dd07f009246ec9ea97cd859d077e72]])
** The file system plugin now automatically creates the `tiddlers` subfolder in the [[wiki folder|TiddlyWikiFolders]]
* Added [[favicon.ico support|Using favicons]]
* Added SaveTiddlerCommand
!! Bug Fixes
* Fixed problem with tiddlers sometimes wrongly opening at the top of the story ([[commit|https://github.com/Jermolene/TiddlyWiki5/commit/b50eb8da302431cdfa7c37ac9ef1414a33d00292]])
* Fixed problem with refreshing RadioWidget
* Fixed problem with the dragger image being visible in some circumstances
* Fixed drag and drop support on InternetExplorer, contributed by DavidJade (@davidjade on GitHub)
* Fixed crash on modifying page template ([[commit|https://github.com/Jermolene/TiddlyWiki5/commit/a5f33d875b1339b08838203a4885f8a3a7d10353]])
* Updated fullscreen plugin to latest version of the API ([[commit|https://github.com/Jermolene/TiddlyWiki5/commit/638c8b207033f8cb01ac9efdca104d282fd4cffe]])
* Improved handling of double square brackets within tags (thanks to StephanHradek)
This release includes minor bug fixes and documentation updates.
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.4-beta...v5.0.5-beta]]//
!! Improvements
* Added support for [[Setting a favicon]]
!! Bug Fixes
* Fixed problem with modal wizard positioning on narrow screens
* Fix problem with static content being included in empty.html when downloaded from the full wiki
* Improved performance of tiddler import with large tiddlers on Firefox
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.5-beta...v5.0.6-beta]]//
!! Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/pull/324]] support for numeric sorting to TiddlerFilters (thanks to StephanHradek)
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/pull/321]] [[Tables in WikiText]] to allow for vertical alignment of cells (thanks to StephanHradek)
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/87fbd988f1fb0164411af190adfe6b6a2404eef3]] experimental support for running [[TiddlyWiki on node-webkit]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/3d79eb87d1c609195b8c518c08e167994b20a346]] an [[$:/AdvancedSearch]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/bd7db62da052ec6262c3319eaa11f00e5c452a7b]] support for specifying hostname for the ServerCommand
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b9e80a270b7f67db816e9b06e2f71f9c9dd86c17]] a first pass at generating an all-in-one static HTML representation of a wiki, complete with internal anchor links for wiki links
** See http://tiddlywiki.com/alltiddlers.html
* [[Hide|https://github.com/Jermolene/TiddlyWiki5/commit/44568dc6ef64be8c1370df8f682777c2c805fee7]] encryption features when running on the server
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/2ee50939447cf2948e49e5905520943ea4075975]] [[double backticks|Formatting in WikiText]] as an alternative for delimitting inline code (thanks to StephanHradek)
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/ec7dff291dadb3e128e1db34b4ded6b57bc8ed46]] import ''browse'' button
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/ef59a3743f02c726f20e035c5d28665000fda79a]] crash when attempting full screen mode on browsers that don't support it
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/pull/307]] requirement for a newline immediately after a horizontal rule, table or typed block (thanks to StephanHradek)
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/pull/318]] problem with ''placeholder'' attibute on InternetExplorer (thanks to DavidJade)
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.6-beta...v5.0.7-beta]]//
!! Incompatible Changes
These are changes that might affect users upgrading from previous betas.
* The [[node-webkit]] saver has been moved into a plugin - [[$:/plugins/tiddlywiki/nodewebkitsaver]]. The plugin is only needed when embedding a single TiddlyWiki in [[node-webkit]] and is not required for TiddlyDesktop, which as of v.0.0.2 uses the existing TiddlyFox saver.
!! Documentation updates
* A new video tutorial: [[TiddlyWiki on Firefox for Android Video]]
* A first pass at [[TiddlyWiki Coding Style Guidelines]]
* Added an explanation of TemplateTiddlers
* Added documentation for [[saving on a custom PHP server|Saving on a PHP Server]]
* Added documentation for TextWidget
* Summary of the approach for [[Naming of System Tiddlers]]
!! Improvements
* Added support for importing encrypted TiddlyWiki documents
* Added several new [[filter operators|TiddlerFilters]], including ''reverse'', ''first'', ''last'', ''butlast'', ''rest'', ''nth''
* Extend ''list'' filter operator to allow other fields to be used via a TextReference
* Added shortcut in [[$:/ControlPanel]] ''Basics'' tab for setting [[$:/DefaultTiddlers]] to retain tiddler story ordering
* Added emacs and vim keymapping support to the [[CodeMirror plugin|http://tiddlywiki.com/codemirrordemo.html]], (thanks to João Bolila, @jbolila on GitHub)
* Added the [[highlight.js|http://highlightjs.org/]] syntax highlighting plugin: http://tiddlywiki.com/highlightdemo.html (thanks to João Bolila, @jbolila on GitHub)
* Added the first export option to the ''Tools'' tab of the [[control panel|$:/ControlPanel]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/ffcc215e8f8896be96093579abc5bcfb76335e66]] an ellipsis for [[advanced search|$:/AdvancedSearch]] next to the search box in the sidebar
* [[Adjusted|https://github.com/Jermolene/TiddlyWiki5/commit/b326315b0e9959096b85aa716dd613f21605705a]] the password dialogue to make it narrower for smaller screens
* [[Adjusted|https://github.com/Jermolene/TiddlyWiki5/commit/b7a1db1e9fb651928a4f86e1881959150dd66a55]] the display of tiddler dictionaries to make them display as plain text
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b06e09a4d3e25087ca0495e624c8662ddb69224e]] problem with default format of ViewWidget substituting seconds for minutes in displayed times
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/e0f428b9b2374487a0758ea80716f337e3c643ff]] problem that was causing several animations to fail in Safari
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/f2409d4245bbba0ccdf39186dca6a0cbf16d8759]] problem with unclickable sidebar under the Centralised theme
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/0fb13e649b6558961fd8436bc7aac83bfd991983]] problem with non-system tiddlers showing up in system tiddler [[advanced search|$:/AdvancedSearch]]
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b64b7982af4285be41cca85db1fa745fc009ca29]] problem with notifications not always disappearing in Firefox
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b04141fefd2c0103b525726e4f466c32f0385194]] problem with wiki folders including wiki files with tiddlers that do not have a title
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/12770ca3e694a8f4edeb065e054eddd5957353b8]] problem with ServerCommand logging "Serving on undefined:8080"
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.7-beta...v5.0.8-beta]]//
!! Incompatible Changes
See [[Notes for upgrading to 5.0.8-beta]] for more details of these changes:
* Changed rules for parsing content of HTML elements
* Switched SiteTitle and SiteSubtitle to [[$:/SiteTitle]] and [[$:/SiteSubtitle]]
* Changes to commands used with [[TiddlyWiki on Node.js]]
* Changes to naming of some editions
** Notably ''clientserver'' has changed to ''server''
!! Documentation Improvements
* Improved documentation for TiddlerFilters, including a notation of the [[TiddlerFilter Formal Grammar]] contributed by [[@Tikkoneus|https://github.com/Tikkoneus]]
* Improved documentation for WidgetMessages
* Tiddlers on tiddlywiki.com now have a link to the original source on ~GitHub for pull requests (see the "Sources" tab of the tiddler info panel)
!! Usability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/a01bbd4b9c7ca284141078340c8f568b1e0561a2]] [[automatic saving|AutoSave]] on editing a tiddler and a warning when attempting to close the window with unsaved changes
* Added confirmation dialogue when deleting tiddlers
* Add support for switchable (and editable) ColourPalettes
* Added TranslationMechanism and translations for:
** Deutsch (Österreich and Deutschland) by @pmario
** Français (France) by @xcazin
** Chinese (Simplified and Traditional) by @BramChen
* Add error alerts when syncing to a server
* Rejigged [[$:/ControlPanel]] to use nested tabs
* Added [[$:/TagManager]] for easy management of tags
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/e3a05625b2368b2167a2a1b30aa82369e96a7538]] experimental KeyboardWidget, including support for ''ctrl-enter'' (or ''cmd-enter'') to finish editing a tiddler
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/e6fa9b8a859867c147fb289859169b204dea003e]] number of tags to control panel ''Basics'' tab
* Enhanced link handling so that control/command clicking a link opens the target tiddler without navigating to it
* Importing tiddlers via drag and drop no longer opens all the tiddlers
!! Scalability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/fa5938221552846c255eb50004996528a09534a9]] support for LazyLoading of images
* Extended RevealWidget to allow control over content retention
!! Hackability Improvements
* Added HelpCommand and InitCommand for [[TiddlyWiki on Node.js]]
* Extended ButtonWidget to allow navigating to a tiddler
* Added experimental support for building plugins in the browser: [[How to create plugins in the browser]]
* Extend the TranscludeWidget to display its content as a fallback if the tiddler or field is missing
* Add logging and AlertMechanism
* Added a ''Filter'' tab to [[advanced search|$:/AdvancedSearch]]
* Add ''indexes'' [[filter operator|TiddlerFilters]]
* Control over line width and colour for EditBitmapWidget
* Add support for `.multids` MultiTiddlerFiles
* Extend ViewWidget so that it works with indexes
* Added support for Tank, a new service built on TiddlyWeb: https://tank.peermore.com
* Extend relative dates to work in the future
!! Bug Fixes
* Fixed problem with pasting items into the browser
* Fixed problem with colour pickers not showing correct colour in Chrome
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/8e8e31fb9f5ed8f2e5deff0271d434dbe91f503c]] problem with tag pills not working inside table cells
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/6d3d3322e5c676e63d1f64dce89ce86e58dcd715]] problem in client server configuration with ''%'' in tiddler titles
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/7eafd51a7dd89d2174be3dec97033dc0bb206677]] problem with not using placeholder text when editing missing tiddlers
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/1a54d590e1e67825057d7693ac89466a093b4577]] problem with test data in certain time zones
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/5af30086c02b9d4466c133c87aca76f9b85eea49]] problem with non-breaking space characters being converted into '@' symbols
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/5d3dda1a1721af05e56e301a8b896e53f9868540]] problem with highlighting plugin only working in the browser
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/175e86078ce2fed34953f337baf2f0edfc093742]] crash when wiki/themes folder contains files that are not themes
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.8-beta...v5.0.9-beta]]//
!! Highlights
* Improved layout, including a ''hamburger'' icon for dismissing the sidebar and expanding the story river to fill the space
* Added new ''Seamless'' theme
* New ''Filter'' tab in [[$:/AdvancedSearch]]
* Initial implementation of CecilyView
* Overhaul of inconsistencies in TiddlerFilters (see [[Changes to filters in 5.0.9-beta]])
* New translations for Italian and Japanese
* Performance improvements, particularly [[during editing|https://github.com/Jermolene/TiddlyWiki5/commit/0aa559cd23b3742c8f10c5ac144860d816699782]]
!! Documentation Improvements
* Improved and reorganised documentation for TiddlerFilters
* Demo of [[Making curved text with SVG]]
* [[Community]] links are now broken up into individual tiddlers
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/a19432541e776bfb63b1b985a60f472e9f1d4352]] overview diagram of [[TiddlyWiki Architecture]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/7b57561160173667031b5bc15a4f7553d8514c1c]] documentation from buggyj: [[Developing plugins using Node.js and GitHub]]
!! Usability Improvements
* Made the dropdown arrow icon [[skinnier|https://github.com/Jermolene/TiddlyWiki5/commit/ec90ac99cf2767b6ff20902d8b01aa1c36778147]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/bca1d552803c1839e7385765314f81c5307632b8]] validation of legal characters for fieldnames
* Added blacklisting of unsafe HTML [[elements|https://github.com/Jermolene/TiddlyWiki5/commit/ba6edd42c125cb19d955a1cb3f54a2d367cb79dc]] and [[attributes|https://github.com/Jermolene/TiddlyWiki5/commit/d0caf21b2df9fda9800eb30489003a87cafb1277]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/baa8cf3dd098bab0a7a8c78b24747c69bd40889f]] a warning indicator to tiddlers in TiddlyWikiClassic format
* [[Add|https://github.com/Jermolene/TiddlyWiki5/commit/42c67cfeb732fccb10b8ab574c84090dc2471352]] tiddler info ''Advanced'' panel with information about plugins and shadow tiddlers
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/96457d801159958b897f98e22aa9af53b97f0e35]] layout of [[$:/ControlPanel]] ''Plugins'' tab
* [[Enhance|https://github.com/Jermolene/TiddlyWiki5/commit/f48701544eda4f79af86b1ad44340e7182bcf024]] viewing of system tiddlers by fading down the `$:/` prefix
* [[Extend|https://github.com/Jermolene/TiddlyWiki5/commit/dd3ee2a603cba35770a8f109e070f271d72861f8]] [[$:/TagManager]] to allow icons to be assigned to tags
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/87c4839fed789b80e0942014c05175e36aacc157]] support for `list-before` and `list-after` fields for controlling tag ordering (see TiddlerTags for details)
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/3afa26b9a318d913ba162d93a63036cb4a94be59]] request for confirmation before abandoning edits to a tiddler
!! Hackability Improvements
* [[Updated|https://github.com/Jermolene/TiddlyWiki5/commit/bdbbf94326f70db0f8ef196270ab9e92bfde10fb]] [[Transclusion in WikiText]] syntax to allow translusion of a template without affecting the current tiddler
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/8a7d0f53d380e9ca93ee34d8ad05090d511e95c4]] `sourceURL` handling to `eval()` so that tiddler modules can be [[properly debugged|https://chromedevtools.googlecode.com/svn-history/r421/trunk/tutorials/breapoints/index.html#regular]] in Chrome
* New ScrollableWidget giving better control over scrollable regions
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/d3c0296a87198296cff26aa7ce7bb8274cdcc3f7]] new CSS class `tw-site-title` for the site title
* [[Disable|https://github.com/Jermolene/TiddlyWiki5/commit/e397e4d15951c1395c7752a7563f002ca459206e]] the TiddlyWeb sync adaptor unless the wiki is loaded over HTTP
* Added a [[high resolution timer mechanism|https://github.com/Jermolene/TiddlyWiki5/commit/dcce4879347e4829d75f10248477731b18b829ef]] and a [[performance measurement mechanism|https://github.com/Jermolene/TiddlyWiki5/commit/d402d3c5a619b6b1642ab03c74ff03a864846a0b]]
* Added a [[basic CSV parser|https://github.com/Jermolene/TiddlyWiki5/commit/5a085f792722c74d259464386138c731b2f014cc]]
* Several measures to enforce the TiddlyWiki programming model:
** [[Refactor|https://github.com/Jermolene/TiddlyWiki5/commit/9de17aa206b21df5c4e29e61bba5d6b49aca6c71]] wiki store object to make members be private
** Freeze tiddler object and [[fields|https://github.com/Jermolene/TiddlyWiki5/commit/279626a3e3fbd75d60fc3be49b68a99d8ba0a95d]] tiddler fields to enforce their immutability
* [[Extend|https://github.com/Jermolene/TiddlyWiki5/commit/f649b5b037bfd2e7c48d1ba65ffa37064456523d]] the ButtonWidget to be able to set text references
* [[Add|https://github.com/Jermolene/TiddlyWiki5/commit/afa677b9a0b1dff1239dc1ea08edd210b9736af9]] a class to tiddler frames in view mode
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/50cf9678cb469e443e220b063e2355c844e417e7]] support for [[WidgetMessage: tw-home]]
* [[Hidden|https://github.com/Jermolene/TiddlyWiki5/commit/2608a323ebf3d8a8e925eda6d3a10ebb8f41d383]] system tags from the sidebar ''Tags'' tab
* [[Allow|https://github.com/Jermolene/TiddlyWiki5/commit/98872bbe7c62faa4aa209fa421c2989aeef3aaf2]] pasting and import of HTML content
* [[Add|https://github.com/Jermolene/TiddlyWiki5/commit/a5a2c718b1d5671652d01e3567dba1c6795b7521]] support for a tooltip on the LinkWidget
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/aa631518152cda5643805c143bf0000bca8d767f]] problem with occasional freezes of the sync mechanism - thanks to buggyj
* Fixed problem with [[tiddlers|https://github.com/Jermolene/TiddlyWiki5/commit/1e960ffcac566c742c44b18d6f0e809d4457b249]] or [[fields|https://github.com/Jermolene/TiddlyWiki5/commit/ea46f85a8a5ad29e8602cbb13667c853903681a6]] called `__proto__`
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/aec618793f41b937676a5a165764dc19d9bbb2b2]] with refreshing the D3 plugin
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/67f3d58f7153ca4d50ce5a14ed72d9d4b6ad9b71]] problem with "null" message when unloading under Internet Explorer 11
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.18-beta...v5.1.0]]//
This is the first full release of TiddlyWiki. Documentation updates made up the bulk of the changes since the previous 5.0.18-beta release.
!! Hackability Improvements
* [[Removed|https://github.com/Jermolene/TiddlyWiki5/commit/b239b3d6230a9f7aab4c9ef6a59aefb4158f45b1]] curly braces from qualified identifiers
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/9e6dab06cc2db8263fce083510ae570923b21c0b]] problem with Markdown Maruku mode metadata
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@BramChen|https://github.com/BramChen]]
* [[@malgam|https://github.com/malgam]]
* [[@gernert|https://github.com/gernert]]
* [[@pmario|https://github.com/pmario]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.0...v5.1.1]]//
This is a minor bug fix release to improve the documentation and correct some issues with the first full release of TiddlyWiki.
!! Incompatible Changes
Certain features that were deprecated in [[Release 5.0.17-beta]] have now been removed:
* [[Removed|https://github.com/Jermolene/TiddlyWiki5/commit/62edd1e8a3fddc0c11b87c87b3e5b404d8e1e395]] deprecated `title` attribute on the ButtonWidget
* [[Removed|https://github.com/Jermolene/TiddlyWiki5/commit/d047ccdc84ab6f23779c3614712e0d6fa0ef63ec]] support for deprecated `$:/tags/stylesheet` system tag
Note that the next release will also remove support for regular expression filter operands, which was also deprecated in 5.0.17-beta.
!! Hackability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/96b7d0eebaf73dcfd4eccb848b90caaa055e5e20]] first implementation of the [[KaTeX Plugin]] for mathematical typesetting
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@pmario|https://github.com/pmario]]
* [[@TheDiveO|https://github.com/TheDiveO]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.1...v5.1.2]]//
This is another small release with documentation updates and a few bug fixes and improvements.
!! Usability Improvements
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/b3df07ae3e190cfb6fc23dbe31c6229fe5e39087]] error handling for malformed or unrecognised ~LaTeX content with [[KaTeX Plugin]]
!! Hackability Improvements
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/42abef6fbf79342ccbd90b142d48f64ab5c1c38a]] styling of separator before the untagged item in the tags sidebar
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/23c2d90ee8e28f8c68f9ba58fcbc13a56f838d61]] error handling for the upload saver (which is used for saving to TiddlySpot)
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/115245a632e80e9d033957327dfec909a3cd1fc8]] storyview error detection
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b1fb0a2a070a6abc78564e56fdb4244076ac44ac]] crash caused by incorrectly formatted plugins
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/eacb9e53ebf2a814d61bf005d68f449f7b9e63b5]] problem with tiddler info not being removed by the syncer after deleting a tiddler
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/e2046ce4ffb6b8232a4ad5e7f51c431798917787]] HTTP handling to treat response code 201 as success
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@Evolena|https://github.com/Evolena]]
* [[@pmario|https://github.com/pmario]]
* [[@simonbaird|https://github.com/simonbaird]]
* [[@TheDiveO|https://github.com/TheDiveO]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.2...v5.1.3]]//
!! Usability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/e872f17842809e33eae177980e9ea0650b6a4c03]] "new journal" button; see [[Creating journal tiddlers]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/70984aa39f8a4061162d4e404bfd158e515c7e6e]] "new here" button; see [[Creating and editing tiddlers]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/00cdd04edd49c2bf0e461071c0c7c50f8aab4e42]] "new journal here" button; see [[Creating journal tiddlers]]
* [[Made|https://github.com/Jermolene/TiddlyWiki5/commit/c6951ee912d1f2717a8c208cbb920e54edf9e5d9]] date format strings be translateable
* [[Added|https://github.com/Jermolene/TiddlyWiki5/tree/master/languages/ru-RU]] Russian translation
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/ef1d5310918dae088ce9361c1682ce0f99cf568a]] confirmation when clearing password
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b7bbcfa05659808c1e51a4f2f5f1d6afbc2ed3a1]] additional prompt when setting password
* [[Increased|https://github.com/Jermolene/TiddlyWiki5/commit/dc9981322aeb508d5ebac0b691b0d703f8c1995e]] size of the clear search button
* [[Upgraded|https://github.com/Jermolene/TiddlyWiki5/commit/564457de1c991df15263040d2d5526fa8ae879bb]] to [[KaTeX v0.1.1|https://github.com/Khan/KaTeX/releases/tag/v0.1.1]], with support for several additional LaTeX features
!! Hackability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/2ffe53f1916e4b746cc6d7e74e8f4ac75c72e38a]] audio "parser" for handling [[Audio]] content
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/0dcf54c3b59ed04645928f0ec4ced647e5a0da7f]] support for ActionWidgets
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/65504d5d41e45326ab1b1b6c0c21eea4c9772797]] new <<.olink addprefix>> and <<.olink addsuffix>> operators
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/0c8e5380778303cdd3308bed4a15290214841f8b]] support for custom password prompts
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/c26bd4c5a872f56c47e9f5cfc3fada468c53ddde]] the <<.mlink list-links>> macro to display ''caption'' field if present
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/12e26009eef5e29140ba1a880ff033428d673630]] ImageWidget to allow percentage width and height to be specified
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/cc576b052e2b05fd93fcb4f3eb8d9ee5278abf3e]] the <<.olink each>> operator to work with missing tiddlers
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/5dd6ebff05a3380db2901294b2cfc89c1a0e71bf]] problem with tiddler width in zoomin storyview with the sidebar hidden
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/09b6540998fec6bf1fb14842be8e8c53dbd5c46a]] bug whereby the `tm-home` message wasn't navigating to a tiddler, causing problems in zoomin storyview
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/3ca8d7b6cca46ffa424bcf9bdc134da464fc84f4]] problem with jumping toolbar icons under Firefox
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/f85b07e70b71d0622a9459e4b04e2027540abda8]] problem with untagged label being incorrectly coloured
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b3dcd7d625ec83701ef3a77f3fb8101af57c154f]] problem with title background colours with the "Sticky Titles" theme
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/5211f9c40c874a167174e8c0d439db34189d3329]] problem with subfilter parameter of <<.mlink timeline>> macro
* [[Exclude|https://groups.google.com/d/topic/tiddlywiki/YPACpXhH9PY/discussion]] search string tiddler from search results
!! Node.js Changes
//These changes are only relevant to people using TiddlyWiki under Node.js//
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/63c174d7ed56284e80ad6cd6ae966b81f9181cc9]] ~KaTeX plugin to be able to work under Node.js to generate static HTML
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/49dc5694a391a391264a4473e4f4422e2472a3b3]] "includeWikis" to merge build targets
* [[Refactored|https://github.com/Jermolene/TiddlyWiki5/issues/969]] the build scripts for tiddlywiki.com into a separate repository at https://github.com/Jermolene/build.jermolene.github.io
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/744245ea3249446fd15f504190efb1d828935d01]] boot kernel to raise an error if a missing wiki folder is specified on the command line
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@andrey013|https://github.com/andrey013]]
* [[@BramChen|https://github.com/BramChen]]
* [[@buggyj|https://github.com/buggyj]]
* [[@Eucaly|https://github.com/Eucaly]]
* [[@Evolena|https://github.com/Evolena]]
* [[@fghhfg|https://github.com/fghhfg]]
* [[@Marxsal|https://github.com/Marxsal]]
* [[@pmario|https://github.com/pmario]]
* [[@simonbaird|https://github.com/simonbaird]]
* [[@TheDiveO|https://github.com/TheDiveO]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.3...v5.1.4]]//
This is a small release with documentation improvements and some important bug fixes from [[Release 5.1.3]].
!! Usability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/6681a8e1f2fd3f39d92a1480b5b573a6c831515d]] a toolbar button for advanced search
* [[Changed|https://github.com/Jermolene/TiddlyWiki5/commit/53d834c86be2f97599a9486c0eae4777c51d9093]] dragging behaviour so that you can drag a tiddler title into an edit box to insert the title, making link creation easier. (This change doesn't affect the behaviour of dragging tiddler links between TiddlyWiki windows)
!! Hackability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/26e50b81e579b7f2d190ca3662cadcf82764c8a7]] additional theme tweaks for the body text size and line height
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/1b620387dda2d16bf387a89071188762455890c4]] the ViewWidget to work with subtiddlers
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/ddc74955427f8a7291ee964c42a771a112007789]] problem with search counts
!! Node.js Changes
//These changes are only relevant to people using TiddlyWiki under Node.js//
* Fixed problem with missing wiki folder warnings by [[removing|https://github.com/Jermolene/TiddlyWiki5/commit/9fedf3865778fd3aa50c2f049c2b81061c8cd778]] and [[re-implementing|https://github.com/Jermolene/TiddlyWiki5/commit/e62e38d66c6eb447bbd8f16b5beec0fe0276ea0d]] the fix from [[Release 5.1.3]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/5d600ce31b1d1162529ae8043bb342e2165c4b13]] coloured warnings and errors under Node.js
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@danielo515|https://github.com/danielo515]]
* [[@gernert|https://github.com/gernert]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.4...v5.1.5]]//
!! Translation Improvements
* Added new translators edition making it much easier to create and maintain translations of TiddlyWiki
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/615425cf0634233d27f4f1ea430589b2a618feb6]] improved Japanese translation
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/8ba1a9b72ac5a4f50a4f670a24393d564c137c0c]] new Danish translation
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/14a64ef3effc1e4cf1098b35af6d6cb864d77ac2]] new Greek translation
!! Usability Improvements
* [[Improvements|https://github.com/Jermolene/TiddlyWiki5/commit/09a3f94d79fc6eacbfd46c86594748e996191eb2]] to tooltips for accessibility
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/6fc5c70ace43219710983f6d9640f4b01d620908]] export button to tiddler toolbar, page controls and [[advanced search|$:/AdvancedSearch]] "filter" tab
* Improved layout of [[$:/TagManager]]
* [[Simplified|https://github.com/Jermolene/TiddlyWiki5/commit/0a986ccd995266bf3a47182fa584d79f9dd3e153]] default tiddler toolbar buttons
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/63b00fd0f80ce0c9917e233287d4a0138e8c385f]] advanced search button to sidebar search results
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/4d061d0fee959fdc5ab470dc8f8379bedfa946d9]] search results by listing title matches at the top
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/da1f9f7d2233eb2aacc027bc1fc1053fa8b7bc2e]] input box for specifying new field value in edit template
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/0bb8e08edca61f415aa084327b6751c278e45108]] tag pill rendering so that the foreground colour is dynamically chosen for maximum contrast with the background colour
* Enhancements to many of the [[core icons|ImageGallery Example]]
* [[Removed|https://github.com/Jermolene/TiddlyWiki5/commit/1dfa6f369bddd8dedba2e47dc4707eba28ccf4e1]] (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/145713e7668a41320981ed87b448542cd30d13dc]], [[here|https://github.com/Jermolene/TiddlyWiki5/commit/3035badf144abb85f5d42b2b1d395cf0f65fb03e]] and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/e69e2c1c91002c296e1789532ca74286fae8d5a4]]) unnecessary confirmations when abandoning or deleting unmodified tiddlers
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/a5c7089bcfe3d2439eb082535527a7cc767891cc]] a subtle rounded corner to tiddlers and tabs
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/6f0d581d720e611fade3b3f346ad0409ef5e291b]] automatic focusing of the title of newly created tiddlers
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/81481588e07ed3cb1e378a6c6f21d26dcbaa8345]] advanced search links on tiddler counts in [[$:/ControlPanel]]
!! Hackability Improvements
* Introduced new ActionSetFieldWidget, ActionDeleteFieldWidget and ActionDeleteTiddlerWidget for manipulating tiddler fields and values
* [[Enhanced|https://github.com/Jermolene/TiddlyWiki5/commit/c7971d3da3bbef4bbc81d4462ee93590adc248f8]] [[WidgetMessage: tm-new-tiddler]] to allow a skeleton to be specified with additional fields
* [[Enhanced|https://github.com/Jermolene/TiddlyWiki5/commit/4a172125768e3b33c30e725e8550454a9d26c5c4]] the EditTextWidget to allow more control over the sizing of textarea editors
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/13726ef73157d9e9d65ae4027d9c32aaa7cdcc90]] new canned filter for recently modified system tiddlers in [[$:/AdvancedSearch]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/c20c935faabbb63f679bc4720b52162c56b6af64]] new system image for videos: [[$:/core/images/video]]
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/c13cf94413c94ee56bebc60fab2d9231d1824d88]] search results to allow custom visualisations - see [[Customising search results]]
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/a3a50dbf6d96e7441e5e8ec183e40134bc4eb618]] <<.mlink timeline>> macro to be able to use different date fields
* [[Updated|https://github.com/Jermolene/TiddlyWiki5/commit/8260d000be1cf1caf35a557f6cd54a0fb8ccf4f0]] the <<.olink search>> operator to allow a field to be specified
* [[Updated|https://github.com/Jermolene/TiddlyWiki5/commit/73491f14dd63612d527632210d2c3873eb81188f]] the highlight plugin to display tabs as spaces
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/91a7c397911726e391ca368f96b50fbe1687d56a]] modal handling to permit variables to be passed to the modal (see [[WidgetMessage: tm-modal]])
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/853f5fd06402b16e271e8f119ef380de485aeff2]] simple logging to help track down drop/paste issues (see http://tiddlywiki.com/dev/#ImportLogging)
* [[Updated|https://github.com/Jermolene/TiddlyWiki5/commit/b520efdeb83f6ac7536a69cf5af2bab3f94cf77f]] [[WidgetMessage: tm-download-file]] and [[WidgetMessage: tm-save-wiki]] to allow variables to be specified for the rendering
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f5055c0205d24102a36b9cf3a9dd9306e148a1f0]] [[Example Table of Contents: Tabbed Internal]]
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/79e428757b5562bd4a925b9b0428ea4ba70ad05a]] RevealWidget so that it can be used without specifying a state tiddler
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/90caf5bf42523cfb6cd603b979aadb719ddcede4]] "hooks" mechanism so that plugins can modify the default tiddler list
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b882a0dff12dc2660426de53e64d8c018f3a9d84]] support for nested popups
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/90096cbd367a7a685fb5dc5b2cbaa69a00d8199f]] problem with CodeMirror editor and missing tiddlers
* [[Exclude|https://github.com/Jermolene/TiddlyWiki5/commit/5093cdc86047209f23b9ead5ee0f216d0414e4f2]] drafts from [[Table-of-Contents Macros]]
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/5599f9f9338a5f96080143b2192214a78b961509]] problem with encoding of HTML tiddlers
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/835e3a945244dd8a07f4c7fd570eb890e9fdcc2c]] problem with sticky titles being covered by vertical tabs
* [[Removed|https://github.com/Jermolene/TiddlyWiki5/commit/d1bbe7253c135ceed138fd02c82b0f861d5dda6b]] flicker when automatically resizing textareas
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/4bf6fe7fe9416f4e304036302ab5727148ae5222]] JSON deserialiser so that all fields can be imported
!! Node.js Changes
//These changes are only relevant to people using TiddlyWiki under Node.js//
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/8e685e5150e636aed6655c6caa09c7b6cffdcea2]] ''includeWikis'' mechanism of TiddlyWikiFolders to allow read-only wikis to be included
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/cea963420ca2800b86989e29d42d06ccb7ea2a00]] error handling under Node.js
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/17a594a97ad5655142c834dfd5fa68855a61d201]] UnpackPluginCommand
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/04d26e6fae20671a6d455e113f7b0afedabc7122]] EditionsCommand to list the available editions
!! Changes affecting plugin authors
* [[Disabled|https://github.com/Jermolene/TiddlyWiki5/commit/f7a2849d27bb082e4bbf6b056a800a1edb30f510]] wiki change events for shadow tiddlers
* [[Updated|https://github.com/Jermolene/TiddlyWiki5/commit/d93c19daaa126f0938048009a83796cb52690541]] structure of widget messages that have a hashmap parameter
* The support for nested popups has necessitated a change in the way that popups are styled that affects popups that are triggered with the focusPopup attribute of the EditTextWidget: it is now necessary for the widget to be given the class `tc-popup-handle`.
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@andrey013|https://github.com/andrey013]]
* Birthe C
* [[@Braincoke|https://github.com/Braincoke]]
* [[@BramChen|https://github.com/BramChen]]
* [[@danielo515|https://github.com/danielo515]]
* [[@erwanm|https://github.com/erwanm]]
* [[@Evolena|https://github.com/Evolena]]
* [[@giffmex|https://github.com/giffmex]]
* [[@inmysocks|https://github.com/inmysocks]]
* Makoto Hirohashi
* [[@pmario|https://github.com/pmario]]
* [[@Skeeve|https://github.com/Skeeve]]
* [[@tobibeer|https://github.com/tobibeer]]
* [[@welford|https://github.com/welford]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.5...v5.1.6]]//
!! Translation Improvements
* Added Dutch translation
* Updated Danish and Japanese translations
!! Hackability Improvements
* [[Allow|https://github.com/Jermolene/TiddlyWiki5/commit/b29973312d7c16292cabb493e5914668f7c3f127]] buttons to be styled to look like internal links
* [[Disabled|https://github.com/Jermolene/TiddlyWiki5/commit/5b38c21a417d2e5e2b85aed8010c88af32420e24]] linking when transcluding ''caption'' field in [[Table-of-Contents Macros]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b220c19fb7b789eb6d00c9d1a71414676d87130e]] support for templates to tabbed [[Table-of-Contents Macros]]
* [[Allow|https://github.com/Jermolene/TiddlyWiki5/commit/31b5eb1578640fabe8712f0cd4edd49708bc4493]] shadow tiddlers to appear in [[Table-of-Contents Macros]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/5154a25ab95f0cc08eb079a624be4fd3353e6dbd]] tooltip to BrowseWidget
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/42dba113ccdb18d7e76ac7a773c7dca532207007]] handling of missing tiddlers by the <<.olink has>> and <<.olink field>> operators
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/182c2428ca7b38d00d36d2d6650e761026470e63]] problem with download saver using incorrect filename
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/d031a93c6d607d5b10d025149608f10977181e26]] [[problem|https://github.com/Jermolene/TiddlyWiki5/issues/1010]] with processing of date format templates
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/a0c13a0856cb6b4a2592acdd46975e44eb7c53a8]] problem with ''storytop'' theme tweak not being respected when the narrow responsive design kicks in
!! Node.js Changes
//These changes are only relevant to people using TiddlyWiki under Node.js//
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/bb74be7ac1a24eeaee10a3cb3d3633e3aa318632]] problem with "all tiddlers" static HTML export
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/51db48acc901d8fb298d9b0f7f10b47ffe90df05]] incorrect checking for an empty folder with the InitCommand
!! Changes affecting plugin authors
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/1e47a62c2af392f30a492da732b33b89f23a2e4c]] `$tw.utils.each` so that the loop can be broken out of
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@anavarre|https://github.com/anavarre]]
* [[@Drakor|https://github.com/Drakor]]
* [[@dullroar|https://github.com/dullroar]]
* [[@erwanm|https://github.com/erwanm]]
* [[@malgam|https://github.com/malgam]]
* [[@nameanyone|https://github.com/nameanyone]]
* [[@pekopeko1|https://github.com/pekopeko1]]
* [[@Spangenhelm|https://github.com/Spangenhelm]]
* [[@tobibeer|https://github.com/tobibeer]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.6...v5.1.7]]//
This is an hot fix release with the following change over [[Release 5.1.6]]:
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/a31aa25d0c00187ff829d74108f018e44b5cb3c5]] typo in GettingStarted
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.7...v5.1.8]]//
This release includes many improvements to the documentation for TiddlyWiki. Many thanks to everyone who has helped out, but especially to our prodigious new contributor Astrid Elocson.
!! Translation Improvements
* Improvements to French, Danish, Chinese and Japanese translations
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/cb8caf6a01aeeac480bf28661888961657b0dbd8]] Czech translation
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/d6918d737f5d1b663346ad9a35421a5ae0ffb9a7]] [[Interlingua|http://en.wikipedia.org/wiki/Interlingua]] translation
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/6721a5eb1b77935226ccc8559008af3a0a05d0cb]] Portuguese translation
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b845751d3c549366adb2f6e5c58b0114fa95ba30]] Punjabi and Hindu translations
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/49a9a2c44ca3a71fff3062709f06940aaca4a574]] Slovak translation
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/5d947ed582fb9d68c01d82a334ab75498a8724ef]] Spanish translation
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/2c367c5476da70ce9c2b37838febcdf437b9aca4]] localisation for encryption prompt
!! Usability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/987bfcfd5b49b992e5fd45f3428497f6f55cae53]] user interface for [[setting a page background image|Setting a page background image]]
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/3df341621d30b205775288e324cef137c48e9f6e]] problem with unnecessary scrolling at startup
* [[Upgraded|https://github.com/Jermolene/TiddlyWiki5/commit/ae001a19e5b3e43cf5388fd4e8d99788085649fe]] the [[KaTeX Plugin]] to use [[KaTeX v0.2.0|https://github.com/Khan/KaTeX/releases/tag/v0.2.0]], with better symbol support
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/70e419824fab107aab58f87780dbb5a1de70c248]] [[Help Plugin]] providing floating help panel
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/8643278a452d1a300cec8d3425c1b18699a17dca]] support for an online plugin library
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/ea6e60e66983ee1184f09c5796ef6c8bceae703a]] automatic focusing of the search box at startup
* [[Introduced|https://github.com/Jermolene/TiddlyWiki5/commit/4f3cb8b9aebfc4f65f40c96ef99730887d746b41]] the [[Railroad Plugin]] by Astrid Elocson (see it in action in the new [[Filter Syntax]] documentation)
* [[Migrated|https://github.com/Jermolene/TiddlyWiki5/commit/230066eeae9ace8336612e02c78f8cdaa3f717e4]] functionality of "Sticky Titles" theme into an optional tweak for the "Vanilla"/"Snow White" themes. This means that tiddler titles will stick to the top of the window during scrolling on browsers that support `position: sticky` (such as Safari and Firefox)
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/8cb7090c40489c81e8c5dfb8cbbdee2c60998c3e]] icons to [[$:/AdvancedSearch]], [[$:/ControlPanel]] and [[$:/TagManager]]
* [[Changed|https://github.com/Jermolene/TiddlyWiki5/commit/21b6ce71ffc617f61d4da0065a3ee695be535e2a]] wording of tiddler "save" button to "confirm"
* [[Added|https://github.com/Jermolene/TiddlyWiki5/issues/1103]] automatic linking of system tiddlers such as $:/ControlPanel
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/9c7936413a8c50817044eb409661a575f7f97563]] new tag dropdown to only list title matches
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/aae56f20af35e7be6f3839a8c727e3f43174efe9]] a warning banner notifying the user when modified plugins require the page to be reloaded
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/0bd2ec50e1514ef247182816f9f9e421f52f67bb]] first pass at "stacked" story view
* [[Changed|https://github.com/Jermolene/TiddlyWiki5/commit/421ac16389cf07e8c00611ef5a858da0b89f7584]] modal headers and footers to be parsed in inline mode by default (avoiding unneeded `<p>` tags)
!! Hackability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/d340277cb219ffebd212fbf409e8ea804121d105]] [[resolvepath Macro]]
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/718ce3e4aa04f7af5e9310f90d3415c0d82bee6f]] ''class'' attribute to CheckboxWidget
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/bb10e2b02900ece4701c44c3a7e7c03304e813b7]] support for a special message to be displayed when the main story river is empty
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/6e0c7d90221771ae384d620984f08a2090c500dc]] font rendering under Mac OS X
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/a2493f80a973b24ad3d3affda945c437b98c2d2e]] support for embedding ZIP files
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/1808b1597e5a61379e4e5381d6d78bb73fa3a523]] support for custom elements with the RevealWidget
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/bd6472c1d10bc86eaf1b317c35b86f84086ee3c8]] ''style'' attribute to RevealWidget
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/0b4ed3c72de16148ffe62abf1c5c06f2d2ce47f1]] text inputs to use palette colours
* Several new [[core icons|ImageGallery Example]]: <span style="fill:#aaa;"><span title="$:/core/images/github">{{$:/core/images/github}}</span> <span title="$:/core/images/help">{{$:/core/images/help}}</span> <span title="$:/core/images/mail">{{$:/core/images/mail}}</span> <span title="$:/core/images/tip">{{$:/core/images/tip}}</span> <span title="$:/core/images/warning">{{$:/core/images/warning}}</span> <span title="$:/core/images/twitter">{{$:/core/images/twitter}}</span> <span title="$:/core/images/video">{{$:/core/images/video}}</span> <span title="$:/core/images/up-arrow">{{$:/core/images/up-arrow}}</span> <span title="$:/core/images/left-arrow">{{$:/core/images/left-arrow}}</span></span>
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/pull/1520]] the [[sameday Operator]] and [[eachday Operator]] to accept TW5 date strings
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/pull/1249]] version number compatibility checks for plugins
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/1adfe20508116da0ee4b5c9e72ea9742f24b60c9]] problem with repeatedly cancelling a draft
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/050b643948e24d1d93a83766a23a0d693616d01e]] sandboxing of generated `<iframe>` elements
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b166632bbb76a7a033cd8fc3af14e5dadddfc631]] problem with modal backgrounds on Firefox
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/1b87d9134bd0b45be671eebfdcac1d7acadcecf4]] problem with accidentally dragging a tiddler within its originating window
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/c9ab873ba393753647f2b0b3b3aa1a8bcf6b1c28]] problem with dragging certain plugins with Safari
* [[Partially fixed|https://github.com/Jermolene/TiddlyWiki5/commit/2f8837a44508687223c4d78e718cf82a9b35c97b]] problem with SVG icons being clipped by 1 pixel on the right and bottom
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/f3ed9bf7e4936dd9bbe3e237673828bbe89326f9]] problem with double quotes in a new field value
!! Node.js Changes
//These changes are only relevant to people using TiddlyWiki under Node.js//
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/cc85368fd48f1e5878018a4e00b6c17d436e67a9]] [[Highlight Plugin]] to work when generating static files under Node.js
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/c296f14210545374124df5d4ae9ffb402ed73561]] problem with case-insensitive filing systems (eg Windows)
* [[Added|https://github.com/Jermolene/TiddlyWiki5/pull/1354]] mobile metadata to static page templates
* [[Added|https://github.com/Jermolene/TiddlyWiki5/pull/1352]] added "noclean" parameter to RenderTiddlersCommand
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b768dc332b2d5d7ac1f731953cafb5fd1b30dad9]] [[editions Operator]] and [[editiondescription Operator]] for enumerating available editions
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@aelocson|https://github.com/aelocson]]
* [[@andreasabeck|https://github.com/andreasabeck]]
* [[@alexhough|https://github.com/alexhough]]
* [[@Arlen22|https://github.com/Arlen22]]
* [[@BramChen|https://github.com/BramChen]]
* [[@danielo515|https://github.com/danielo515]]
* [[@dpdannemiller|https://github.com/dpdannemiller]]
* [[@Drakor|https://github.com/Drakor]]
* [[@evgeniy-gryaznov|https://github.com/evgeniy-gryaznov]]
* [[@felixhayashi|https://github.com/felixhayashi]]
* [[@gernert|https://github.com/gernert]]
* [[@Infurnoape|https://github.com/Infurnoape]]
* [[@Jc-L|https://github.com/Jc-L]]
* [[@le-pako|https://github.com/le-pako]]
* [[@Mathobal|https://github.com/Mathobal]]
* [[@ng110|https://github.com/ng110]]
* [[@pmario|https://github.com/pmario]]
* [[@reflectionist|https://github.com/reflectionist]]
* [[@roma0104|https://github.com/roma0104]]
* [[@simonbaird|https://github.com/simonbaird]]
* [[@Spangenhelm|https://github.com/Spangenhelm]]
* [[@sukima|https://github.com/sukima]]
* [[@tobibeer|https://github.com/tobibeer]]
* [[@twMat|https://github.com/twMat]]
* [[@welford|https://github.com/welford]]
* [[@xcazin|https://github.com/xcazin]]
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.8...v5.1.9]]//
! Major Improvements
!! New "Powered by ~TiddlyWiki" plugin
An experimental plugin to add a simple "Powered by ~TiddlyWiki" banner to your site. It is included in this prerelease but will not be on the main tiddlywiki.com wiki.
!! New "Fluid story, fixed sidebar" mode
It is now possible to arrange the main window so that the sidebar has a fixed width and the story river expands to fill the remaining space.
To switch it on, visit ''Theme Tweaks'' in the $:/ControlPanel ''Appearance'' tab and use the following options:
* Sidebar layout:
** ''Fixed story, fluid sidebar'' (default) - the story river has a fixed width and the sidebar fills the remaining space
** ''Fluid story, fixed sidebar'' - the story river expands to fill horizontal space remaining after the fixed width sidebar
* Sidebar width:
** The width of the sidebar. Can be specified in pixels (eg ''350px''), a percentage (eg ''25%'') or other [[CSS unit|https://developer.mozilla.org/en/docs/Web/CSS/length]]
!! Toolbar Button Style Setting
A new setting in $:/ControlPanel ''Settings'' tab allows the toolbar button style to be chosen from the following options:
* <$button set="$:/config/Toolbar/ButtonClass" setTo="tc-btn-invisible">borderless</$button> the existing style
* <$button set="$:/config/Toolbar/ButtonClass" setTo="tc-btn-boxed">boxed</$button>, which adds a thin border box around the button
* <$button set="$:/config/Toolbar/ButtonClass" setTo="tc-btn-rounded">rounded</$button>, which rounds the button corners and inverts the button colours
Plugins can add new style options.
!! New Tiddler Toolbar Button: "Open in new window"
An experimental new tiddler toolbar button opens a single tiddler in a separate pop-up browser window. The tiddler will be dynamically updated just as in the main window. There are several uses:
* Arranging reference tiddlers for easy access while editing in the main window
* Making good use of multi-screen layouts
* Printing the content of a single tiddler
* Running presentations in a separate window while maintaining notes in the main window
!! Improvements for visually impaired users
* Improved monochrome palette variants:
** <$button>
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastDark"/>
Dark palette
</$button>. Foreground: <<colour-picker "$:/palettes/ContrastDark" "foreground">>, Background: <<colour-picker "$:/palettes/ContrastDark" "background">>
** <$button>
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastLight"/>
Light palette
</$button>. Foreground: <<colour-picker "$:/palettes/ContrastLight" "foreground">>, Background: <<colour-picker "$:/palettes/ContrastLight" "background">>
** <$button>
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/Vanilla"/>
Revert
</$button>
!! New "Solar Flare" palette
There's a new core palette "Solar Flare", contributed by Rustem Akbulatov (@nameanyone).
<$button>
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/SolarFlare"/>
Try it out
</$button> <$button>
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/Vanilla"/>
Revert
</$button>
!! Options for Story Control
There are new options for controlling the position in the story river of newly opened tiddlers. Visit the ''Settings'' tab of $:/ControlPanel and look for "Tiddler Opening Behaviour".
!! New Hidden Settings
Two new [[hidden settings|Hidden Settings]] for advanced configuration:
* [[Hidden Setting: Search AutoFocus]]
* [[Hidden Setting: Typing Refresh Delay]]
!! New Vars widget
[[Added|https://github.com/Jermolene/TiddlyWiki5/pull/1678]] VarsWidget for setting multiple variables in one operation:
```
<$vars greeting="Hi" me={{!!title}} sentence=<<helloworld>>>
<<greeting>>! I am <<me>> and I say: <<sentence>>
</$vars>
```
! Other Improvements
!! Translation Improvements
* Updates to the Dutch, Chinese, Italian and German translations
* New Catalan (Spain) translation
!! Usability Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/789069bb6b9ca1bd9da75e035b18728e83eb232c]] new page control icon for setting the palette: <$set name="tv-config-toolbar-class" value="btn">
<$set name="tv-config-toolbar-icons" value="yes">
<$set name="tv-config-toolbar-text" value="yes">
{{$:/core/ui/Buttons/palette}}
</$set>
</$set>
</$set>
* Added new icons for <span style="fill:#aaa;">
palette <span title="$:/core/images/palette">{{$:/core/images/palette}}</span>
and "open new window" <span title="$:/core/images/open-window">{{$:/core/images/open-window}}</span>
</span>
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/648f670bcbba088780bc76f0c33cbe378d283bbd]] the theme icon to better match the new palette icon: <span style="fill:#aaa;">
<span title="$:/core/images/theme-button">{{$:/core/images/theme-button}}</span>
<span title="$:/core/images/plugin-generic-theme">{{$:/core/images/plugin-generic-theme}}</span>
</span>
* [[Avoid|https://github.com/Jermolene/TiddlyWiki5/commit/7b4153f87f8b4793fa055ec287a659ece3150d99]] glitch with autofocusing the search box in the plugin library
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/9f92c086c31a528a2ffb6bc9fed53d4cc016480f]] information about TiddlyDesktop to [[Releases]]
* [[Stopped|https://github.com/Jermolene/TiddlyWiki5/commit/4a3a5bf1f06c4efb8449c860e90c214f707954f6]] autosaving after cancelling an edit
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/062aa03c5acf6ac506169e9f3bac9cb0307667e4]] dropdown to edit template to allow existing field names to be selected
!! Hackability Improvements
* [[Updated|https://github.com/Jermolene/TiddlyWiki5/commit/5f3587c38c2968ff63780552ef50b52d87ada3ca]] to ~KaTeX version 0.4.3, with the following editions since the previous 0.2.0 release that was distributed with TiddlyWiki 5.1.8:
** Added support for some `\begin`/`\end` environments, including support for `array`, `matrix`, `pmatrix`, `bmatrix`, `vmatrix`, and `Vmatrix`
** Added support for optional `\sqrt` arguments, e.g. `\sqrt[3]{x}`
** Add support for `\phantom`
** Add `\#`, `\&`
** See the [[KaTeX GitHub page|https://github.com/Khan/KaTeX/releases]] for full release details
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/9b4b9d4d8878b8646112de7b5a7b282f50a4d1cb]] ActionSendMessageWidget for more flexible passing of named parameters via new `$name` and `$value` attributes
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/6942efa6289c9f1d99ea9f63972aa314ac06a8b1]] styling for `<kbd>` elements such as <kbd>escape</kbd> and <kbd>enter</kbd>
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/637aaca2fc3563cc695ab5603fc0cde222a770da]] subtle new "pin stripe" pattern for page background - <$button>
<$action-setfield $tiddler="$:/themes/tiddlywiki/vanilla/settings/backgroundimage" text="Pinstripe.gif"/>
<$action-setfield $tiddler="$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment" text="fixed"/>
<$action-setfield $tiddler="$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize" text="auto"/>
Try it out
</$button>
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/139496209f92d229feadf5c2883edec9090c0a0a]] support for custom elements to the ButtonWidget
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/d8366cc45f25d16c9085e05ee18965e626e218ff]] CodeMirror plugin to automatically refresh when a tiddler type changes
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/0d5033e2a00e34a7665c2cff58c0d15da224dd2b]] new setting in $:/ControlPanel to render tiddler titles as links, which can be convenient for drag and drop
* [[Simplified|https://github.com/Jermolene/TiddlyWiki5/commit/f42842f80104e8e892545c758ea0b997cacbdd31]] detecting the preview pane with the [[tv-tiddler-preview Variable]]
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/50c6ce8b73aef692920d7a03b1c9c46c35f972d6]] automatic linking of system tiddler titles by restricting them to letters and the characters `/.-`
!! Bug Fixes
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/5a6249894d5e79ee4e472c72be8956ce59558797]] problem with special characters in field names
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/230f40c3bd71177eb7b1f7e8252a5164e99a12c5]] static banner layout on mobile devices
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/df84e932833b3643ce600499ddd5fef497bec908]] popups within the scrollable widget by adding `position: relative;` to example scrollable widget styles
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@BramChen|https://github.com/BramChen]]
* [[@buggyj|https://github.com/buggyj]]
* [[@cehmke|https://github.com/cehmke]]
* [[@danielo515|https://github.com/danielo515]]
* [[@Drakor|https://github.com/Drakor]]
* [[@ericshulman|https://github.com/ericshulman]]
* [[@felixhayashi|https://github.com/felixhayashi]]
* [[@gernert|https://github.com/gernert]]
* [[@heroboy|https://github.com/heroboy]]
* [[@idoine|https://github.com/idoine]]
* [[@infurnoape|https://github.com/infurnoape]]
* [[@inmysocks|https://github.com/inmysocks]]
* [[@kixam|https://github.com/kixam]]
* [[@lolole13|https://github.com/lolole13]]
* [[@marcor|https://github.com/marcor]]
* [[@Marxsal|https://github.com/Marxsal]]
* [[@nameanyone|https://github.com/nameanyone]]
* [[@pmario|https://github.com/pmario]]
* [[@r1chard5mith|https://github.com/r1chard5mith]]
* [[@roma0104|https://github.com/roma0104]]
* [[@silvyn|https://github.com/silvyn]]
* [[@slovuj|https://github.com/slovuj]]
* [[@StevenMcD|https://github.com/StevenMcD]]
* [[@sukima|https://github.com/sukima]]
* [[@vouko|https://github.com/vouko]]
* [[@welford|https://github.com/welford]]
* [[@xcazin|https://github.com/xcazin]]
<<tabs "[[TiddlyWiki Releases]] [[TiddlyDesktop Releases]]" "TiddlyWiki Releases" "$:/state/tab">>
<h2><$link to=<<currentTab>>><$view tiddler=<<currentTab>> field="title"/></$link></h2>
^^Released <$view tiddler=<<currentTab>> field="released" format="date" template="DDth MMM YYYY at 0hh:0mm">TBA</$view>^^
<$transclude tiddler=<<currentTab>> />
<<.s-matching-is-case-sensitive>>
<<.operator-examples "removeprefix">>
<<.operator-example 1 "[[My Cat]] [[Your Garden]] [[My Favourite Armchair]] +[removeprefix[My ]]">>
<<.s-matching-is-case-sensitive>>
<<.operator-examples "removesuffix">>
<<.operator-example 1 "SIMPLEX Googolplex Complex +[removesuffix[plex]]">>
{{$:/language/Help/rendertiddler}}
{{$:/language/Help/rendertiddlers}}
You can report bugs or problems with TiddlyWiki via our [[discussion groups|Forums]]. If you have a GitHub account then you can raise an issue there:
https://github.com/Jermolene/TiddlyWiki5/issues/new
Unless you are already familiar with GitHub, it's usually easiest to report problems through the discussion groups.
! TiddlyWiki on GitHub
We use GitHub Issues to manage bug reports and feature requests for TiddlyWiki. To maintain their effectiveness we endeavour to have as few open issues as possible.
!! Policies for Managing Issues
Open issues should be actionable: generally either a reproducible bug report, or a specific feature request. From the perspective of the core developers, the issues list behaves like a shared todo list. Every item on the list requires a little bit of attention each time we check the list.
GitHub Issues are not very good for managing ideas that are not immediately actionable. Better to use the [[TiddlyWiki discussion groups|Forums]] for open ended questions, or speculative discussions of new features.
!! Creating Issues
Before creating a GitHub issue it is good etiquette to search through the existing issues to see whether the problem has already been reported. If a search isn't practical, don't worry too much; GitHub makes it easy to merge existing issues.
When you do create an issue, remember that for effective debugging, we need as much information as possible. At a minimum, please try to include:
* A descriptive title
* A summary
* Steps to reproduce
* Expected behaviour
* Context (OS, browser etc.)
Consider also adding screenshots if it makes things clearer.
There's a lot of good material on the web about bug reports:
* http://mhay68.tumblr.com/post/1648223018/what-makes-a-good-bug-report
* http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
The <<.def resolvepath>> [[macro|Macros]] takes a relative path and an absolute path. It interprets the former relative to the latter, and returns the absolute equivalent of the former.
Folders in the paths are delimited by `/`.
The special folder name `.` denotes the current folder, and `..` denotes the parent folder.
If the absolute path indicates a folder, it needs to end with `/`. Anything after the final `/` is treated as an arbitrary filename within the intended path, and is discarded.
If no absolute path is supplied, the relative path is returned unchanged, except that anything after the final `/` is discarded.
The return value is a path, but does <<.em not>> end with `/`.
!! Parameters
;source
: the relative path
;root
: the absolute path
<<.macro-examples "resolvepath">>
<$macrocall $name=".example" n="1" eg="""<<resolvepath "./backup" "http://example.com/store.php">>"""/>
<$macrocall $name=".example" n="2" eg="""<<resolvepath "backup" "http://example.com/store.php">>"""/>
<$macrocall $name=".example" n="3" eg="""<<resolvepath "../backup" "http://example.com/store.php">>"""/>
<$macrocall $name=".example" n="4" eg="""<<resolvepath "../jpg/Motovun_Jack.jpg" "http://example.com/resources/images/png/">>"""/>
<$macrocall $name=".example" n="5" eg="""<<resolvepath "../jpg/../png/Motovun_Jack.png">>"""/>
<$macrocall $name=".example" n="6" eg="""<<resolvepath "jpg/Motovun_Jack.jpg">>"""/>
These are sites with resources created by the TiddlyWiki [[Community]] help you get the best out of TiddlyWiki: plugins, macros and more. Submit new entries via GitHub, Twitter or by posting in the [[TiddlyWiki Groups]].
<div class="tc-link-info">
<$list filter='[tag[Resources]!sort[modified]]'>
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>
<<.olink butfirst>> and <<.olink bf>> are synonyms for <<.op rest>>.
<<.operator-examples "rest">>
<<.using-days-of-week>>
<<.operator-example 1 "[list[Days of the Week]rest[]]">>
<<.operator-example 2 "[list[Days of the Week]rest[3]]">>
<<.operator-example 3 "Z Y X W V U T S R Q P O +[rest[5]]">>
! Introduction
The reveal widget hides or shows its content depending upon the value of a [[state tiddler|StateTiddlers]]. The type of the widget determines the condition for the content being displayed:
* type=''match'': the content is displayed if the state tiddler matches a specified value
* type=''nomatch'': the content is displayed if the state tiddler doesn't match a specified value
* type=''popup'': the content is displayed as a popup as described in the PopupMechanism
! Content and Attributes
The content of the `<$reveal>` widget is displayed according to the rules given above.
|!Attribute |!Description |
|state |A TextReference containing the state |
|tag |Overrides the default HTML element tag (`<div>` in block mode or `<span>` in inline mode) |
|type |The type of matching performed: ''match'', ''nomatch'' or ''popup'' |
|text |The text to match when the type is ''match'' and ''nomatch'' |
|class |An optional CSS class name to be assigned to the HTML element|
|style |An optional CSS style attribute to be assigned to the HTML element |
|position |The position used for the popup when the type is ''popup''. Can be ''left'', ''above'', ''aboveright'', ''right'', ''belowleft'' or ''below'' |
|default |Default value to use when the state tiddler is missing |
|animate |Set to "yes" to animate opening and closure (defaults to "no") |
|retain |Set to "yes" to force the content to be retained even when hidden (defaults to "no")|
Retaining the content when hidden can give poor performance since the hidden content requires refresh processing even though it is not displayed. On the other hand, the content can be revealed much more quickly. Note that setting ''animate="yes"'' will also force ''retain="yes"''.
! Examples
!! Simple content reveal
Here's a simple example of showing and hiding content with buttons:
<<wikitext-example-without-html '<$button set="$:/state/SampleReveal1" setTo="show">Show me</$button>
<$button set="$:/state/SampleReveal1" setTo="hide">Hide me</$button>
<$reveal type="match" state="$:/state/SampleReveal1" text="show">
! This is the revealed content
And this is some text
</$reveal>'>>
!! Accordion or Slider
An "accordion" or "slider" is a button that can be used to toggle the display of associated content.
<<wikitext-example-without-html '<$reveal type="nomatch" state="$:/state/SampleReveal2" text="show">
<$button set="$:/state/SampleReveal2" setTo="show">Show me</$button>
</$reveal>
<$reveal type="match" state="$:/state/SampleReveal2" text="show">
<$button set="$:/state/SampleReveal2" setTo="hide">Hide me</$button>
! This is the revealed content
And this is some text
</$reveal>'>>
!! Popup
Here is a simple example of a popup built with the RevealWidget:
<<wikitext-example-without-html '<$button popup="$:/SamplePopupState">Pop me up!</$button>
<$reveal type="popup" state="$:/SamplePopupState">
<div class="tc-drop-down">
! This is the popup
And this is some text
</div>
</$reveal>'>>
<<.operator-examples "reverse">>
<<.using-days-of-week>>
<<.operator-example 1 "[list[Days of the Week]reverse[]]">>
Even though TiddlyWiki is now out of beta, there are still many improvements planned for the coming months:
* Fixing hangovers from TiddlyWikiClassic
* ~TiddlyWiki file format (to avoid illegal attribute names)
* Aliases (alternative titles for tiddlers)
* Search and replace
* Tiddler renaming
* Rich link tooltips, incorporating a preview
* More keyboard shortcuts
* Keyboard snippet expansion in the text editor
* List editor with drag and drop
* Selective/weighted searching by title, body and fields
* Maths notation
Also see the issues list on GitHub: https://github.com/Jermolene/TiddlyWiki5
! Introduction
Safe mode provides a way to disabling most customisations in TiddlyWiki. This is useful because if TiddlyWiki is customised incorrectly it can be rendered inoperable. A particular issue is that some customisations break when upgrading to a newer core version of TiddlyWiki (especially during the beta).
! Enabling Safe Mode
Safe mode is enabled in the browser by starting TiddlyWiki with the URL hash set to the string `#:safe`. For example:
http://tiddlywiki.com/#:safe
! How Safe Mode Works
Safe mode triggers two changes:
* All plugins are temporarily disabled. You can use the control panel to disable individual plugins
* Any tiddlers that override shadow tiddlers are renamed to give them the prefix `SAFE: `, thus restoring the underlying shadow tiddler
A report tiddler is displayed that allows you to inspect the tiddlers that were renamed.
If <<.place D>> is not a valid date, the output is empty.
<<.place D>> may include a time of day, but this is ignored.
<<.operator-examples "sameday">>
<<.operator-example 1 "[sameday[20140410]]" "tiddlers modified on 10 April 2014">>
<<.operator-example 2 "[sameday:created[20140410]]" "tiddlers created on 10 April 2014">>
This is a demonstration alert.
Note that the trashcan icon deletes the tiddler containing this alert. You can also remove it by opening the tiddler SampleAlert and editing it to remove the tag [[$:/tags/Alert]].
! Hello, <<yourName>>
This is an example modal containing the following message:
<<yourMessage>>
{{$:/core/images/done-button}} This is a notification!
This is the fourth of our sample tabs.
This is the first of our sample tabs.
This is the third of our sample tabs.
This is the second of our sample tabs.
This is test tiddler SampleTiddlerFirst.
This is test tiddler SampleTiddlerSecond.
This is test tiddler SampleTiddlerThird.
This is a modal wizard dialogue, stored in the tiddler SampleWizard.
{{Motovun Jack.jpg}}
You can <$button message="tm-modal" param="SampleWizard2">nest wizards</$button>.
This is another modal wizard dialogue, stored in the tiddler SampleWizard2.
You can <$button message="tm-modal" param="SampleWizard">nest wizards</$button>.
<<.this-is-operator-example>>
{{$:/language/Help/savetiddler}}
{{$:/language/Help/savetiddlers}}
Available methods for saving changes with TiddlyWiki:
<<list-links "[tag[Saving]]">>
The built-in TiddlySpot saver can also be used to save changes to a simple PHP script that you can run on most hosting providers.
//These are preliminary instructions that need verification//
# Download a copy of ''store.php'' from:
#* https://code.google.com/p/bidix/source/browse/trunk/TiddlyHome/_th/lib/store.php
# Edit your copy of ''store.php'' to add your username(s) and password(s). Find the line `$USERS = array( 'UserName1'=>'Password1', etc)` and replace Username1 and Password1 with your desired username and password
#* Make sure you leave all the punctuation and code, such as the single quotes, intact
# Save the file
# Using FTP or your web interface, upload ''store.php'' to your server. Make sure that the filename is correct
#* If you've uploaded the file correctly you should be able to view it in your browser (eg, http://example.com/store.php)
# In TiddlyWiki, go to the ''Saving'' tab of the control panel and enter the following information:
#* Your username as the wiki name
#* Your password
#* The URL of the ''store.php'' file (//''not'' the URL of the wiki, this must the full URL to the ''store.php'' file//)
The control panel ''Saving'' tab includes the following configuration options:
|!Name |!Description |
|Server URL |The full URL to the ''store.php'' file on your server |
|Upload filename |The filename used to save the TiddlyWiki (defaults to ''index.html'') |
|Upload directory |The relative path from ''store.php'' to the directory used for saving the file |
|Backup directory |The relative path from ''store.php'' to the directory used for backups |
The AndTidWiki app for Android devices makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection. [[Download it here|https://play.google.com/store/apps/details?id=de.mgsimon.android.andtidwiki]].
//Note that AndTidWiki is published independently of TiddlyWiki//
By default, TiddlyWiki saves changes on InternetExplorer 10 and above using a saver module that downloads the newly modified file, rather than saving it directly. There are two alternatives that both save changes directly to the file:
* [[Use the TiddlyIE browser extension|Saving with TiddlyIE]]
* Use the [[Windows HTA Hack]] by renaming the TiddlyWiki HTML file to have the extension `*.hta`.
The iPad/iPhone app ''TWEdit'' makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection. [[Download it here|https://itunes.apple.com/gb/app/twedit/id409607956?mt=8]].
Instructions for use:
# Open TWEdit
# Touch the title in the centre of the toolbar in order
#* A text box should appear allowing you to enter a URL
# Enter the URL `http://tiddlywiki.com/empty.html`
# When the empty TiddlyWiki5 has loaded, touch the ''save'' icon (it's the second icon from the right on the top toolbar)
#* An alert box should appear allowing you to enter a local filename
# Enter the filename you wish to use for the document (ending with `.html`)
# Edit your TiddlyWiki as normal
# To save changes, click the ''save'' button in the sidebar
#* A confirmation message should appear at the upper right
//Note that TWEdit is published independently of TiddlyWiki//
This method of saving changes is clunky because it requires manual intervention for each save.
# [[Download]] an empty TiddlyWiki by clicking this button:
#> {{$:/editions/tw5.com/snippets/download-empty-button}}
#> If the button doesn't work save this link: http://tiddlywiki.com/empty.html
#> Your browser may ask you to accept the download before it begins
# Locate the file you just downloaded
#* You may rename it, but be sure to keep the `.html` or `.htm` extension
# Open the file in Safari
# Try creating a new tiddler using the ''new tiddler'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''done'' button
# Save your changes by clicking the {{$:/core/images/save-button}} ''save changes'' button in the sidebar
# A popup "Download changes" window is displayed that includes a link labelled //Right-click to save changes//
# Right-click on the link and select "Download Linked File As..." from the popup menu
# Navigate to the folder containing your wiki HTML file and select the existing file
# Click the "Save" button
# Click "Replace" to confirm replacing the existing file
# Verify that your changes have been saved correctly
TiddlySpot is a free hosting service for TiddlyWiki documents from Simon and Daniel Baird. The easiest way to get started is to sign up for a new wiki at http://tiddlyspot.com - by default you'll get the latest release of TiddlyWiki Classic.
You can upload an existing TiddlyWiki5 document from your local disc to TiddlySpot by following these steps:
# Sign up for a new wiki at http://tiddlyspot.com/, and remember the wiki name and password
# Open your locally stored TiddlyWiki document in your browser
# Fill in the TiddlySpot wikiname and password in the control panel
# Click the "Save Changes" button. You should get a confirmation notification at the top right saying ''Saved wiki''. Saving can take several seconds if you're on a slow connection or working with a large wiki.
# Navigate to your TiddlySpot URL at http://{wikiname}.tiddlyspot.com/
Note that your password is sent unencrypted when using TiddlySpot. From http://faq.tiddlyspot.com/:
<<<
''Is Tiddlyspot secure?''
No. Tiddlyspot does not use SSL/https. Your password is sent in clear text when uploading and when authenticating to access a private site. This means that your Tiddlyspot is vulnerable to packet sniffing and your password could be discovered by a malicious third party. Also your data is transmitted unencrypted when you view your site, even if it is a private site. For this reason please don't put sensitive information such as banking details in your Tiddlyspot and don't use a password that you use for other high security sites.
<<<
! Problems with saving on TiddlySpot
In case you run into this error when uploading a new or freshly upgraded local TiddlyWiki to TiddlySpot :
<<<
Error while saving:
Error:NS_ERROR_DOM_BAD_URI: Access to restricted URI denied
<<<
The upgrade operation falls foul of a security restriction in Firefox. Until this can be resolved, we suggest using Chrome.
*# Use Chrome to open the local TiddlyWiki document you want to upload to TiddlySpot and follow the steps 1 through 5 described above
*# Once you've checked the TiddlySpot-hosted TiddlyWiki loads properly in Chrome, you should be able to access, edit and [[save using TiddlyFox|Saving with TiddlyFox]] again
* After you've uploaded your local document once, further editing and saving of the online version hosted on TiddlySpot should work with any modern browser of your choice.
** Don't forget to fill in the TiddlySpot wikiname and password in your TiddlySpot TiddlyWiki control panel for any new browser you want to use for saving changes
* //See also : [[Upgrading]]//
This method of saving changes is clunky because it requires manual intervention for each save. It has the advantage of working on almost all desktop browsers, and many mobile browsers.
# [[Download]] an empty TiddlyWiki by clicking this button:
#> {{$:/editions/tw5.com/snippets/download-empty-button}}
#> If the button doesn't work save this link: http://tiddlywiki.com/empty.html
#> Your browser may ask you to accept the download before it begins
# Locate the file you just downloaded
#* You may rename it, but be sure to keep the `.html` or `.htm` extension
# Open the file in your browser
# Try creating a new tiddler using the ''new tiddler'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''done'' button
# Save your changes by clicking the {{$:/core/images/save-button}} ''save changes'' button in the sidebar
# Your browser will download a new copy of the wiki incorporating your changes
# Locate the newly downloaded file and open it in your browser
# Verify that your changes have been saved correctly
''Tip'': most browsers have an option to prompt each time for the download location. This allows you to select the existing version of the file and replace it.
If you're using [[Firefox for Android]], see the instructions for [[Saving with TiddlyFox on Android]].
# Ensure you have the latest version of [[Firefox]]
#* http://getfirefox.com
# Install the latest release of the TiddlyFox extension from:
#* https://addons.mozilla.org/en-US/firefox/addon/tiddlyfox/
# Restart [[Firefox]]
# [[Download]] an empty TiddlyWiki by clicking this button:
#> {{$:/editions/tw5.com/snippets/download-empty-button}}
# Locate the file you just downloaded
#* You may rename it, but be sure to keep the `.html` or `.htm` extension
# Open the file in [[Firefox]]
# Click ''OK'' in response to the prompt from TiddlyFox that asks whether to enable saving for this file
# Try creating a new tiddler using the ''plus'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''tick'' button
# Save your changes by clicking the {{$:/core/images/save-button}} ''Save changes'' button in the sidebar
#* Look for the yellow notification ''Saved wiki'' at the top right of the window
# Refresh the browser window to verify that your changes have been saved correctly
(Alternatively, see the [[video tutorial|TiddlyWiki on Firefox for Android Video]])
# Ensure you have the latest version of [[Firefox for Android]]
#* http://getfirefox.com
# Install the latest release of the TiddlyFox extension from:
#* https://addons.mozilla.org/en-US/firefox/addon/tiddlyfox/
# Install this extension to be able to save the TiddlyWiki file locally:
#* https://addons.mozilla.org/en-US/android/addon/save-link-menus/
# [[Download]] an empty TiddlyWiki by saving this link:
#* http://tiddlywiki.com/empty.html
#> (to save the link, ensure you've installed the "save-link-menus" extension and then long-press on the link and choose "Save link")
# When the file has downloaded, click on it within the notification tray or the download manager application
# Choose to open the file in Firefox (rather than the default Android viewer)
# Click ''OK'' in response to the prompt from TiddlyFox that asks whether to enable saving for this file
# Try creating a new tiddler using the ''plus'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''tick'' button
# Save your changes by clicking the {{$:/core/images/save-button}} ''Save changes'' button in the sidebar
#* Look for the yellow notification ''Saved wiki'' at the top right of the window
# Refresh the browser window to verify that your changes have been saved correctly
# Install the TiddlyIE add-on from:
#* https://github.com/davidjade/TiddlyIE/releases
# Restart Internet Explorer. IE will prompt you to enable the TiddlyIE add-on.
#> You may also see a prompt to enable the //Microsoft Script Runtime//
# [[Download]] an empty TiddlyWiki by saving this link:
#> http://tiddlywiki.com/empty.html
# Locate the file you just downloaded
#* You may rename it, but be sure to keep the `.html` extension
# Open the file in Internet Explorer
# Try creating a new tiddler using the ''plus'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''tick'' button
# Save your changes by clicking the {{$:/core/images/save-button}} ''Save changes'' button in the sidebar. Internet Explorer will ask for your consent to save the file locally by presenting a file ''Save As'' dialog.
# Refresh the browser window to verify that your changes have been saved correctly
The SavingMechanism is the mechanism by which TiddlyWiki generates a new HTML file and stores it. It is different from the SyncMechanism, which is concerned with synchronising changes to individual tiddlers back to a server.
The following steps are involved:
# The saver mechanism uses the filter defined in $:/config/SaverFilter to specify which modified tiddlers trigger the dirty state for the wiki
# The ButtonWidget is used to generate a [[tm-save-wiki|WidgetMessage: tm-save-wiki]] message to trigger the save operation
# The optional parameter for the message specifies the template that will be used for generating the HTML file, defaulting to $:/core/save/all
#* The plugin $:/plugins/tiddlywiki/tiddlyweb in the client-server configuration replaces the default template with $:/plugins/tiddlywiki/tiddlyweb/save/offline
# The template includes a variable assignment that specifies a filter to select the tiddlers that should be included in the saved file. It then transcludes the main page template `$:/core/templates/tiddlywiki5.html`
#* The template includes a reference to `$(publishFilter)$` that allows the filter to be customised via a global variable
# The [[tm-save-wiki|WidgetMessage: tm-save-wiki]] handler renders the template to generate the HTML file
# The message handler chooses the highest priority "saver" module that can handle saving the file
#* See http://tiddlywiki.com/dev/#Saver for more details
You might expect that TiddlyWiki's architecture as a SinglePageApplication would make it unsuitable for large amounts of data. In fact, TiddlyWiki users regularly work with files that are 20 or 30 megabytes without problems - and successful experiments have been done up into the gigabytes.
! Script Files
The TiddlyWiki5 repository contains several scripts in the `bin` folder that you can use to automate common tasks, or as a useful starting point for your own scripts. See [[Scripts for building tiddlywiki.com]] for details of the scripts used to build and release http://tiddlywiki.com/.
All the scripts expect to be run from the root folder of the repository.
!! `serve`: serves tw5.com
```
./bin/serve.sh -h
./bin/serve.sh [edition dir] [username] [password] [host] [port]
```
Or:
```
./bin/serve.cmd -h
./bin/serve.cmd [edition dir] [username] [password] [host] [port]
```
This script starts TiddlyWiki5 running as an HTTP server, defaulting to the content from the `tw5.com-server` edition. By default, the Node.js serves on port 8080. If the optional `username` parameter is provided, it is used for signing edits. If the `password` is provided then HTTP basic authentication is used. Run the script with the `-h` parameter to see online help.
To experiment with this configuration, run the script and then visit `http://127.0.0.1:8080` in a browser.
Changes made in the browser propagate to the server over HTTP (use the browser developer console to see these requests). The server then syncs changes to the file system (and logs each change to the screen).
!! `test`: build and run tests
This script runs the `test` edition of TiddlyWiki on the server to perform the server-side tests and to build `test.html` for running the tests in the browser.
!! `lazy`: serves tw5.com with lazily loaded images
```
./bin/lazy.sh <username> [<password>]
```
Or:
```
./bin/lazy.cmd <username> [<password>]
```
This script serves the `tw5.com-server` edition content with LazyLoading applied to images.
!! `2bld`: builds TiddlyWiki 2.6.5
This script builds TiddlyWiki 2.6.5 from the original source and then displays the differences between them (`diff` is used for *nix, `fc` for Windows).
! Introduction
The scrollable widget wraps its content in a scrollable frame. The user can scroll the contents with the mouse or with touch gestures. Code can use the [[WidgetMessage: tm-scroll]] to programmatically scroll specific DOM nodes into view.
! Content and Attributes
The content of the `<$scrollable>` widget is displayed within a pair of wrapper DIVs. If the inner DIV is larger then it scrolls within the outer one. CSS is used to specify the size of the outer wrapper.
|!Attribute |!Description |
|class |The CSS class(es) to be applied to the outer DIV |
|fallthrough |See below |
If a scrollable widget can't handle the `tm-scroll` message because the inner DIV fits within the outer DIV, then by default the message falls through to the parent widget. Setting the ''fallthrough'' attribute to `no` prevents this behaviour.
! Examples
This example requires the following CSS definitions from [[$:/_tw5.com-styles]]:
```
.tc-scrollable-demo {
border: 1px solid <<colour message-border>>;
background-color: <<colour message-background>>;
padding: 1em;
height: 400px;
position: relative;
}
```
This wiki text shows how to display a list within the scrollable widget:
<<wikitext-example-without-html "<$scrollable class='tc-scrollable-demo'>
<$list filter='[!is[system]]'>
<$view field='title'/>: <$list filter='[all[current]links[]sort[title]]' storyview='pop'>
<$link><$view field='title'/></$link>
</$list>
</$list>
</$scrollable>
">>
When used with a suffix, the <<.op search>> operator is similar to <<.olink regexp>> but less powerful.
If the suffix is omitted, a tiddler is deemed to match if all the search terms appear in the combination of its <<.field tags>>, <<.field text>> and <<.field title>> fields.
The search ignores the difference between capital and lowercase letters.
<<.operator-examples "search">>
<$macrocall $name=".operator-example" n="1" eg="[!is[system]search[table]]" ie="non-system tiddlers containing the word <<.word table>>"/>
<$macrocall $name=".operator-example" n="2" eg="[all[shadows]search[table]]" ie="shadow tiddlers containing the word <<.word table>>"/>
<$macrocall $name=".operator-example" n="3" eg="[search:caption[arch]]" ie="tiddlers containing `arch` in their <<.field caption>> field"/>
Searching is fast and flexible in ~TiddlyWiki.
''Standard search''
Typing text into the search box in the sidebar will turn up a list of all the tiddlers that contain that text.
://(Note that the sidebar tabs will be hidden by the search results until you click the 'x' to the right of the search box to remove the search results)//
''Advanced searching''
Clicking on the magnifying glass icon to the right of the search box will open [[$:/AdvancedSearch]]. This tiddler contains four tabs:
* The ''standard'' tab contains another instance of the search box found in the sidebar
* The ''system'' tab allows you to limit your search to system tiddlers
* The ''shadows'' tab allows you to limit your search to shadow tiddlers
* The ''filter'' tab is not a search box, per se, but a way to obtain a list of all tiddlers that meet the specific criteria described by that [[filter|Filters]], for example, "All tags except system tags"
A simple technique for adding tag-based cross references to the default view template.
{{!!url}}
<<<
See also: - is a feature to generate a "See also:" section after the tiddler text, somewhat like in Wikipedia articles.
<<<
The output of a [[filter|Filters]] step depends on its [[operator|Filter Operators]]:
* Most operators derive their output from their input. For example, many of them output a subset of their input, and thus truly live up to the name of <<.word filters>>, narrowing down the overall output of the containing [[run|Filter Run]]. These operators are called <<.def "selection modifiers">>.
* A few operators ignore their input and generate an independent output instead. These are called <<.def "selection constructors">>: they construct an entirely new [[selection|Title Selection]].
A good example of a constructor is <<.olink title>>. The output of `[title[A]title[B]]` is just <<.tid B>>. But the <<.olink field>> operator is a modifier, so `[title[A]field:title[B]` outputs nothing at all.
! Introduction
The select widget displays a popup menu based on a [[HTML select element|https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select]]. The popup (or dropdown) contains a list of items defined by `<option>` and `<optgroup>` elements.
Every time the user selects a new value in the menu, the selected value is written to the text of a specified tiddler field or index. If the tiddler value changes the menu is automatically updated to reflect the new value.
For example, this select widget displays a list of the tags in this wiki:
<$macrocall $name="wikitext-example-without-html" src="<$select tiddler=<<qualify 'select-demo'>> default='HelloThere'>
<$list filter='[all[shadows+tiddlers]tags[]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>"/>
The <$link to=<<qualify "select-demo">>>state tiddler</$link> currently contains:
<$edit-text tiddler=<<qualify "select-demo">> tag="input" default=""/>
See the text change as you switch entries in the select widget. Try changing the value of the state tiddler and see the select widget change. Notice how the select widget only displays an entry if there is a precise match with the tiddler text.
! Content and Attributes
The content of the `<$select>` widget should be one or more HTML `<option>` or `<optiongroup>` elements that provide the available values.
|!Attribute |!Description |
|tiddler |The title of the tiddler containing the value to be displayed/modified by the select widget (defaults to the current tiddler) |
|field |The field name for the value in the current tiddler (defaults to "text") |
|index |The index of a property in a [[DataTiddler|DataTiddlers]] (takes precedence over the field attribute) |
|class |CSS classes to be assigned to the HTML select element |
|default |Default value to be used if the tiddler, field or index specifies a missing value |
! Examples
!! Simple Lists
This example sets the title of the current wiki [[$:/SiteTitle]] to one of a list of book titles:
<$macrocall $name="wikitext-example-without-html" src="<$select tiddler='$:/SiteTitle'>
<option>A Tale of Two Cities</option>
<option>A New Kind of Science</option>
<option>The Dice Man</option>
</$select>"/>
!! Value lists
In this example the `value` attribute has been used to specify the text that should be used as the value of the entry instead of the display text.
<$macrocall $name="wikitext-example-without-html" src="<$select tiddler='$:/SiteTitle'>
<option value='cities'>A Tale of Two Cities</option>
<option value='science'>A New Kind of Science</option>
<option value='dice'>The Dice Man</option>
</$select>"/>
!! Option Groups
Entries in the list can be grouped together with the `<optgroup>` element
<$macrocall $name="wikitext-example-without-html" src="<$select tiddler='$:/SiteTitle'>
<optgroup label='Fiction'>
<option value='cities'>A Tale of Two Cities</option>
<option value='dice'>The Dice Man</option>
</optgroup>
<optgroup label='Non-fiction'>
<option value='science'>A New Kind of Science</option>
<option value='recursive'>The Recursive Universe</option>
</optgroup>
</$select>"/>
!! Generated Lists
The ListWidget can be used to generate the options for a select widget. For example, here we combine a select widget listing all the tiddlers tagged ''TableOfContents'' with a transclusion to display the text of the selected one.
<$macrocall $name="wikitext-example-without-html" src="<$select tiddler='$:/generated-list-demo-state'>
<$list filter='[tag[TableOfContents]]'>
<option><$view field='title'/></option>
</$list>
</$select>
<$tiddler tiddler={{$:/generated-list-demo-state}}>
<$transclude mode='block'/>
</$tiddler>"/>
!! Nested Lists
This example uses a nested pair of list widgets. The outer one generates the `<optgroup>` elements, and the inner one generates `<option>` elements:
<$macrocall $name="wikitext-example-without-html" src="<$select tiddler='$:/generated-list-demo-nestedstate' field='type' default='text/vnd.tiddlywiki'>
<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group]]'>
<optgroup label={{!!group}}>
<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]group{!!group}] +[sort[description]]'>
<option value={{!!name}}><$view field='description'><$view field='title'/></$view> (<$view field='name'/>)</option>
</$list>
</optgroup>
</$list>
</$select>"/>
{{$:/language/Help/server}}
{{$:/language/Help/setfield}}
"favicons" are small icons that most browsers display to help users identify websites.
! favicons in the Browser
When TiddlyWiki starts up in the browser it looks for a tiddler called [[$:/favicon.ico]] and dynamically uses it as the favicon for the page. If you modify the image then the favicon changes instantly to reflect it.
! favicons on the Server
On the server, the ServerCommand will serve the tiddler [[$:/favicon.ico]] at the path `/favicon.ico`.
# Import your image as a tiddler (see [[Images in WikiText]])
#* You can also use an [[external image|ExternalImages]]
# Open the $:/ControlPanel and switch to the ''Appearance''/''Theme Tweaks'' tab
# Select your image from the dropdown labelled "Page background image"
# Set "Page background image attachment" to "Fixed to window" to have the background stay stationary and the content to scroll over the top of it, or "Scroll with tiddlers" to have it move (note that the iPhone/iPad [[doesn't support the fixed setting|http://stackoverflow.com/a/20444219]] for performance reasons)
# Set "Page background image size" as follows:
#* ''Auto'' causes the background image to be tiled over the page background
#* ''Cover'' causes the background image to be sized so that it completely covers the page. Some of the image may be clipped
#* ''Contain'' causes the background image to be sized so that it fits within the page
Note that the palette ''DarkPhotos'' is provided to make the sidebar more readable on dark background images.
The `<$setvariable>` widget is a synonym for `<$set/>`; see SetWidget for more details.
! Introduction
The set variable widget assigns a value to a specified [[variable|Variables]]. The new value of the variable is available to the content within the set variable widget.
! Content and Attributes
The content of the `<$set>` widget is the scope for the value assigned to the variable.
|!Attribute |!Description |
|name |The name of the variable to assign (defaults to "currentTiddler") |
|value |The value to assign to the variable if the filter is missing or not empty |
|filter |An optional filter to be evaluated and assigned to the variable (see below) |
|emptyValue |The value to assign to the variable if the filter is present and evaluates to an empty list (see below) |
!! Simple Variable Assignment
The simplest way of using set variable widget assigns a string to a variable. The following example assigns a literal string
```
<$set name="myVariable" value="Some text">
<$text text=<<myVariable>>/>
</$set>
```
Both the name and value attributes can be transcluded. For example:
```
<$set name=<<anotherVariable>> value={{template!!text}}>
<$text text=<<myVariable>>/>
</$set>
```
!! Conditional Variable Assignment
This form of the set variable widget chooses one of two specified values according to whether a filter evaluates to an empty list. Here's an example that sets a variable according to whether the current tiddler is called "myMagicTitle":
```
<$set name="myVariable" filter="[all[current]field:title[myMagicTitle]]" value="It's magic" emptyValue="It's not magic">
<$text text=<<myVariable>>/>
</$set>
```
!! Filtered List Variable Assignment
This form of the set variable widget evaluates the filter and assigns the result to the variable as a space-separated list (using double square brackets for titles containing spaces).
```
<$set name="myVariable" filter="[tag[HelloThere]]">
<$text text=<<myVariable>>/>
</$set>
```
Each input title is processed in turn. If it denotes a shadow tiddler, the title of its plugin tiddler is [[dominantly appended|Dominant Append]] to the output. Non-shadow tiddlers contribute nothing to the output.
<<.operator-examples "shadowsource">>
<<.operator-example 1 "[[$:/core/copyright.txt]shadowsource[]]">>
<<.operator-example 2 "$:/core/copyright.txt $:/plugins/tiddlywiki/railroad/parser.js +[shadowsource[]]">>
ShadowTiddlers are tiddlers that are loaded from within [[Plugins]]. Unlike ordinary tiddlers, they don't appear in most lists.
ShadowTiddlers can be overridden with an ordinary tiddler of the same name. If that tiddler is subsequently deleted then the original shadow tiddler is automatically restored.
The current shadow tiddlers are:
<$list filter="[all[shadows]sort[title]]"/>
You can work on a TiddlyWiki file in Dropbox and publish a URL that anyone can use to see a read-only view of the file.
# Save your TiddlyWiki file within your Dropbox folder
# Select Dropbox's "Share Link" option to obtain a public URL for the file
#* In the Dropbox web interface, this is done by clicking the link icon that appears when you hover over a file. Dropbox also adds a "Share Link" item to the file context menu in Finder on OS X and Explorer on Windows
# The URL generated by Dropbox will have this form:
#> `https://www.dropbox.com/s/<gobbledegook>/mywiki.html`
# Modify the URL like this, carefully preserving the gobbledegook:
#> `https://dl.dropboxusercontent.com/s/<gobbledegook>/mywiki.html`
The result is a "secret" URL that you can send to other people to enable them to see the wiki.
----
Enter a generated URL here and you can copy and paste the secret URL:
<$edit-text tiddler="$:/temp/dropboxurl" default="https://www.dropbox.com/s/<gobbledegook>/mywiki.html" tag="input" type="text" size="60"/>
<$macrocall $name="dropbox-url" url={{$:/temp/dropboxurl}}/>
There are a number of ways that people can share tiddlers back and forth:
*You can attach a ~TiddlyWiki to an e-mail
*You can publish your ~TiddlyWiki online, and grab a link to send or message to others:
**A link to the URL of the file itself
**A permalink to a specific tiddler (see [[PermaLinks]])
**A permaview link of all the currently open tiddlers (see [[PermaView]])
*You can grab tiddlers from ~TiddlyWikis that others have published online by clicking on a link to the tiddler within their file, and then dragging and dropping the link into your own file. An import tiddler will appear, and you can click to import the tiddler or tiddlers to your file.
* You can [[share a Dropbox link to your TiddlyWiki|Sharing a TiddlyWiki on Dropbox]]
Create a GitHub pull request to add your name to `cla-individual.md` or `cla-entity.md`, with the date in the format (YYYY/MM/DD).
''step by step''
# Navigate to [[licenses/CLA-individual|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-individual.md]] or [[licenses/CLA-entity|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-entity.md]] according to whether you are signing as an individual or representative of an organisation
# Click the edit button at the top-right corner (clicking this button will fork the project so you can edit the file)
# Add your name at the bottom
#* eg: `Jeremy Ruston, @Jermolene, 2011/11/22`
# Below the edit box for the CLA text you should see a box labelled ''Propose file change''
# Enter a brief title to explain the change (eg, "Signing the CLA")
# Click the green button labelled ''Propose file change''
# On the following screen, click the green button labelled ''Create pull request''
A simple game built with TiddlyWiki, introduced in [[this post|https://groups.google.com/d/topic/tiddlywiki/4aRpZht1vOs/discussion]].
{{!!url}}
<<<
I decided to see if it was possible to make some sort of game using only the core tiddlywiki with no plugins or javascript. I made a very bare bones zork/interactive fiction type game. It is currently the simplest thing I could make and claim it was a game, but I may add on to it in the future. It uses the 5.1.5 prerelease because the action-setfield widget saved lots of work making macros.
One goal of this is to use nothing besides what is contained in the core tiddlywiki, so there is no javascript and no plugins.
<<<
A single file application is a web application where all of the assets are delivered in a single static file. This means that it can be downloaded and used offline without losing functionality. It can also be hosted on almost any type of web server.
TiddlyWiki is an unusual single file application because it stores its data within the same file, and is capable of saving changes to itself.
Every single file application must also by definition be a SinglePageApplication, but the converse is not true.
As defined by Wikipedia, a SinglePageApplication is a web application that presents itself as a single HTML document that dynamically loads additional content as the user browses the site. Frequently, single page applications are carefully designed to hide their nature, appearing and functioning as an ordinary static website by respecting the address bar and the back/forward navigation controls.
Unusually, TiddlyWiki is also a SingleFileApplication.
* Take notes, and use tags and hyperlinking to form relationships between your notes
* Use tabs, tables, tag-based lists, and tables of contents to get organised
* Bookmark your favorite websites (see an example at http://giffmex.org/experiments/tidmarks.html)
* Keep track of tasks and appointments, and organise them by multiple tags (see our TaskManagementExample)
* Inventory just about anything: your recipes, personal library, contacts, music collection, and more
* Create a blog or website
* Write a book
* Organise your images into galleries (see our [[ImageGallery Example]])
* Share the information in your ~TiddlyWiki with others, as an online file, as a file attachment, as a tiddler file, or as a link to a specific online tiddler (try clicking and dragging a tiddler from one ~TiddlyWiki file to another to see what happens)
* Draw a sketch (Edit [[Motovun Jack.jpg]] and start drawing over the image to see what happens)
* Use familiar web user interface elements such as lightboxes - see SampleWizard
* Create a slideshow presentation
* Set up an entire local or online knowledgebase, with a central ~TiddlyWiki file linking to other ~TiddlyWiki files (http://recursos.giffmex.org is a Spanish online example of this)
* Set up a data visualisation using tiddlers as data (see the visualisations at http://tiddlywiki.com/plugins/tiddlywiki/d3/index.html)
The difference between capital and lowercase letters is ignored. Compare <<.olink sortcs>>.
<<.operator-examples "sort">>
<<.using-days-of-week>>
<<.operator-example 1 "[list[Days of the Week]sort[]]">>
<<.operator-example 2 "[list[Days of the Week]!sort[]]">>
<<.operator-example 3 "one two Three four +[sort[]]">>
<<.operator-example 4 "[prefix[Tiddl]sort[text]]">>
<<.operator-example 5 "[has[created]sort[created]limit[10]]" "the oldest 10 tiddlers in the wiki">>
Capital and lowercase letters are treated as different. Compare <<.olink sort>>.
<<.operator-examples "sortcs">>
<<.using-days-of-week>>
<<.operator-example 1 "one two Three four +[sortcs[]]">>
<<.operator-example 2 "one two Three four +[!sortcs[]]">>
Because ~TiddlyWiki is of British origin, its English documentation uses [[British spelling in preference to US spelling|http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences]].
Words like <<.word customise>> are spelled <<.word -ise>>, not <<.word -ize>>.
Standard technical acronyms are written in upper case, without dots: <<.word HTML>>, not <<.word html>> or <<.word H.T.M.L.>>
Avoid arbitrarily abbreviating words and sentences. But the following abbreviations are acceptable:
|!Abbreviation |!Meaning |!Notes |
|e.g. |for example |with a dot after each letter |
|i.e. |that is to say |with a dot after each letter |
|etc |and so on |without a dot |
Each input title is processed in turn.
* A title that contains <<.place S>> contributes everything up to and including <<.place S>>.
* A title that doesn't contain <<.place S>> simply contributes itself to the output.
Contributions are [[dominantly appended|Dominant Append]] to the output.
The [[table-of-contents macros|Table-of-Contents Macros]] use this operator with `/` as the parameter.
<<.operator-examples "splitbefore">>
<$macrocall $name=".operator-example" n="1" eg="2015-01-26 2014-07-19 2013 +[splitbefore[-]]"/>
<$macrocall $name=".operator-example" n="2" eg="[[green trees]splitbefore[ee]]"/>
The Stanford Javascript Crypto Library is a project by the Stanford Computer Security Lab to build a secure, powerful, fast, small, easy-to-use, cross-browser library for cryptography in Javascript.
{{!!url}}
The startup mechanism runs the installed startup modules at the end of the [[boot process|BootMechanism]].
! Startup Modules
Modules with their ''module-type'' field set to `startup`:
* Must export a `startup` function
** For synchronous startup modules the startup function is called as `startup()`, asynchronous modules are passed a callback they must invoke on completion: `startup(callback)`
* May export a `name` property that is used to identify the task
* May export a `after` property containing an array of names of dependent tasks that must be run before this one
* May export a `before` property containing an array of names of tasks that must be run after this one
* May export a `platforms` property containing an array of names of platforms that are required in order for the startup module to be executed. The defined platforms are ''node'' and ''browser''. If the `platforms` property is not provided it defaults to `["node","browser"]`
! Startup Processing
Startup modules are executed in sequence according to their declared dependencies.
There is no guarantee of the execution order of tasks that share the same dependencies.
! Startup Modules
The core defines the following startup modules:
{{Startup Modules.svg}}
The StateMechanism in TiddlyWiki is at the heart of how complex user interfaces can be built from WikiText.
In the browser, the TiddlyWiki display is produced by dynamically rendering the tiddler [[$:/core/ui/PageTemplate]]. Through various transclusions and other widgets it renders the entire user interface. The dynamic rendering is accomplished by a mechanism called "binding": any changes to the tiddlers in the store are dynamically reflected in the browser display.
The stack of templates that make up the TiddlyWiki display are complex but we'll focus on the line that displays the main story column:
```
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate" storyview={{$:/view}} />
```
Breaking down the attributes applied to the list widget:
* ''filter'': selects the list of tiddlers in the `list` field of the tiddler [[$:/StoryList]]. If a tiddler is added or removed from that list then it is automatically reflected in the displayed list
* ''history'': references the tiddler to be used to store the history stack (see the NavigationMechanism)
* ''template'': identifies a template tiddler to be used for rendering each tiddler in the list
* ''editTemplate'': identifies a different template tiddler to be used for rendering tiddlers that are in [[draft mode|DraftMechanism]]
* ''storyview'': specifies the story view to be used (eg classic, or zoomin)
The [[$:/StoryList]] tiddler is an example of a StateTiddler: a tiddler that is used to hold the state of the user interface. Changes to the user interface are made indirectly, by changing the underlying state tiddlers, and letting TiddlyWiki ripple the changes through the user interface.
Note how this approach makes the ''open'' tab in the sidebar very easy to implement: it is just another list widget referencing the same state tiddler, but with a different template:
```
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/></$link>
</$list>
```
Now consider the implementation of the info panel within the tiddler template. We want to be able to toggle the info panel open and closed, which means that we must track its current state in a tiddler.
However, we can't track the state in a tiddler called, say, [[$:/InfoPanelState]] because every tiddler would share the same state; changing the value of the tiddler would affect all tiddlers displayed in the story.
The solution is to dynamically generate a unique title for each state tiddler that we need. We need to ensure that the same state tiddler title is generated each time a user interface element is rendered. To do that, we append together tokens representating each of the stack of transclusions that led to the current rendering location. Then that string of symbols is hashed to a simple numeric value.
The process of generating a state tiddler title is encapsulated in the <<.mlink qualify>> macro.
When a tiddler is viewed or edited, then within its branch of the [[widget tree|Widgets]], the <<.def storyTiddler>> [[variable|Variables]] contains the title of that tiddler.
The default [[view template|$:/core/ui/ViewTemplate]] and [[edit template|$:/core/ui/EditTemplate]] initialise <<.var storyTiddler>> to the value of the <<.vlink currentTiddler>> variable. This in turn will have been set by a <<.wlink ListWidget>> widget in [[the relevant part of the page template|$:/core/ui/PageTemplate/story]].
<<.var storyTiddler>> is undefined outside the story river, such as in the sidebar.
<<.variable-examples "storyTiddler">>
<$macrocall $name=".example" n="1"
eg="""<ol>
<$list filter="[prefix[J]]">
<li><<currentTiddler>>, <<storyTiddler>></li>
</$list>
</ol>"""/>
The names are those exported by [[modules|Modules]] whose <<.field module-type>> is <<.value storyview>>.
<<.operator-examples "storyviews">>
<<.operator-example 1 "[storyviews[]]">>
TiddlyWiki5 provides several features to help you structure information as [[tiddlers|Tiddlers]], and model the relationships between them:
* TiddlerLinks
* [[Tagging]]
* [[Title Lists|Title List]]
* DataTiddlers
You can use this construction to cause the wrapped content to be assigned specified CSS classes or styles:
<<wikitext-example src:"@@.myStyle
* List One
* List Two
@@
">>
Similar syntax is used to assign styles. For example:
<<wikitext-example src:"@@background-color:red;
* List One
* List Two
@@
">>
Multiple styles and classes can be mixed. For example:
<<wikitext-example src:"@@.tc-tiddler-frame
@@width:400px;
Some text
@@
">>
The following core [[macros|Macros]] make it easy to specify alternative browser-specific properties when constructing a [[stylesheet|Cascading Style Sheets]] tiddler:
;`<<box-shadow shadow>>`
: for the `x-box-shadow` properties
;`<<filter filter>>`
: for the `x-filter` properties
;`<<transition transition>>`
: for the `x-transition` properties
;`<<transform-origin origin>>`
: for the `x-transition-origin` properties
;`<<background-linear-gradient gradient>>`
: for the `x-linear-gradient` values of the `background-image` property
The following macros are documented separately:
* <<.mlink colour>>
* <<.mlink datauri>>
All these macros are defined in the [[$:/core/macros/CSS]] tiddler.
<<.s-matching-is-case-sensitive>>
<<.operator-examples "suffix">>
<<.operator-example 1 "[suffix[.jpg]]">>
<<.operator-example 2 "[tag[task]!suffix[ing]]">>
<<.this-is-operator-example>>
System tags are used to give special behaviour to tiddlers.
! Available system tags
These are the available system tags
* {{$:/tags/AboveStory||$:/core/ui/TagTemplate}} for elements to be placed at the top of the story river
* {{$:/tags/AdvancedSearch||$:/core/ui/TagTemplate}} for search elements
* {{$:/tags/Alert||$:/core/ui/TagTemplate}} for alerts
* {{$:/tags/BelowStory||$:/core/ui/TagTemplate}} for elements to be placed at the bottom of the story river
* {{$:/tags/ControlPanel||$:/core/ui/TagTemplate}} for control panel tabs
* {{$:/tags/ControlPanel/Advanced||$:/core/ui/TagTemplate}} for control panel advanced tabs
* {{$:/tags/ControlPanel/Appearance||$:/core/ui/TagTemplate}} for control panel appearance tabs
* {{$:/tags/ControlPanel/Info||$:/core/ui/TagTemplate}} for control panel info tabs
* {{$:/tags/ControlPanel/Settings||$:/core/ui/TagTemplate}} for control panel settings tabs
* {{$:/tags/ControlPanel/Toolbars||$:/core/ui/TagTemplate}} for control panel toolbar customisation tabs
* {{$:/tags/EditTemplate||$:/core/ui/TagTemplate}} for the edit template
* {{$:/tags/EditToolbar||$:/core/ui/TagTemplate}} for the edit mode tiddler toolbar
* {{$:/tags/Exporter||$:/core/ui/TagTemplate}} for the exporters
* {{$:/tags/Filter||$:/core/ui/TagTemplate}} for filters in advanced seach sample filter dropdown
* {{$:/tags/Image||$:/core/ui/TagTemplate}} for (core) images
* {{$:/tags/Macro||$:/core/ui/TagTemplate}} for global macros
* {{$:/tags/MoreSideBar||$:/core/ui/TagTemplate}} for tabs in the "more" sidebar
* {{$:/tags/PageControls||$:/core/ui/TagTemplate}} for the page control tools in the sidebar
* {{$:/tags/PageTemplate||$:/core/ui/TagTemplate}} for the main page elements
* {{$:/tags/Palette||$:/core/ui/TagTemplate}} for colour palettes
* {{$:/tags/PluginLibrary||$:/core/ui/TagTemplate}} for the plugin library
* {{$:/tags/RawMarkup||$:/core/ui/TagTemplate}} for raw markup to be included in the generated HTML file
* {{$:/tags/SearchResults||$:/core/ui/TagTemplate}} for customised search results
* {{$:/tags/SideBar||$:/core/ui/TagTemplate}} for sidebar tabs
* {{$:/tags/Stylesheet||$:/core/ui/TagTemplate}} to indicate that a tiddler should be applied as a CSS stylesheet
* {{$:/tags/TiddlerInfo||$:/core/ui/TagTemplate}} for tiddler info panel tabs
* {{$:/tags/TiddlerInfo/Advanced||$:/core/ui/TagTemplate}} for tabs under the advanced tiddler tab
* {{$:/tags/TopLeftBar||$:/core/ui/TagTemplate}} for the top left bar
* {{$:/tags/TopRightBar||$:/core/ui/TagTemplate}} for the top right bar
* {{$:/tags/ViewTemplate||$:/core/ui/TagTemplate}} for the view template
* {{$:/tags/ViewToolbar||$:/core/ui/TagTemplate}} for the view mode tiddler toolbar
! System tags in use
These are the system tags in use in this wiki:
<ul>
<$list filter="[all[shadows+tiddlers]tags[]prefix[$:/]sort[title]]">
<li>{{||$:/core/ui/TagTemplate}}</li>
</$list>
</ul>
System tiddlers are any tiddler whose title starts with `$:/`; such tiddlers are automatically hidden from most operations. They don't show up in lists or search results, but linking to one directly works in the usual way.
TiddlyWiki models everything as [[tiddlers|Tiddlers]], including its internal components and configuration. Thus, even an apparently empty TiddlyWiki actually contains dozens of tiddlers that are necessary to enable it function correctly. Using system tiddlers prevents them from confusing casual users.
The current system tiddlers are:
<$list filter="[is[system]sort[title]]"/>
~TiddlyWiki provides several macros for generating a tree of tiddler links by analysing [[tags|Tagging]]:
;<<.var toc>>
: A simple tree
;<<.var toc-expandable>>
: A tree in which all the branches can be expanded and collapsed
;<<.var toc-selective-expandable>>
: A tree in which the non-empty branches can be expanded and collapsed
;<<.var toc-tabbed-internal-nav>> and <<.var toc-tabbed-external-nav>>
: A two-panel browser:
:* on the left, a selectively expandable tree that behaves like a set of vertical tabs
:* on the right, the content of whichever tiddler the user selects in the tree
The difference between the last two has to do with what happens when the user clicks a link in the right-hand panel:
;<<.var toc-tabbed-internal-nav>>
: The target tiddler appears in the right-hand panel, replacing the tiddler that contained the link
;<<.var toc-tabbed-external-nav>>
: The target tiddler appears in the normal way (which depends on the user's configured storyview)
!! Structure
The top level of the tree consists of the tiddlers that carry a particular tag, known as the <<.def "root tag">>. Tiddlers tagged with any of those make up the next level down, and so on.
At each level, the tiddlers can be [[ordered|Order of Tagged Tiddlers]] by means of the <<.field list>> field of the parent tag tiddler. They can also be ordered by the macro's <<.param sort>> parameter.
The tree displays the <<.field caption>> field of a tiddler if it has one, or the tiddler's title otherwise.
Each tiddler in the tree is normally displayed as a link. To suppress this, give the tiddler a <<.field toc-link>> field with the the value <<.value no>>. In the [[examples|Table-of-Contents Macros (Examples)]], the SecondThree tiddler is set up like this. Clicking such a tiddler in the tree causes its branch to expand or collapse.
The table of contents is generated as an HTML ordered list. The `<ol>` elements always have the class `tc-toc`. Expandable trees have the additional class `tc-toc-expandable`. Selectively expandable trees (including those in the two-panel browser) have `tc-toc-selective-expandable`.
To make a table of contents appear in the sidebar, see [[How to add a new tab to the sidebar]].
!! Parameters
;tag
: The root tag that identifies the top level of the tree
;sort
: An optional extra [[filter step|Filter Step]], e.g. `sort[title]`
These two parameters are combined into a single [[filter expression|Filter Expression]] like this:
> `[tag[$tag$]$sort$]`
<<.var toc-tabbed-internal-nav>> and <<.var toc-tabbed-external-nav>> take additional parameters:
;selectedTiddler
: The title of the [[state tiddler|StateMechanism]] for noting the currently selected tiddler, defaulting to `$:/temp/toc/selectedTiddler`. It is recommended that this be a [[system tiddler|SystemTiddlers]]
;unselectedText
: The text to display when no tiddler is selected in the tree
;missingText
: The text to display if the selected tiddler doesn't exist
;template
: Optionally, the title of a tiddler to use as a [[template|TemplateTiddlers]] for transcluding the selected tiddler into the right-hand panel
[[Examples|Table-of-Contents Macros (Examples)]]
These examples derive tables of contents from the root tag <<.tag Contents>>.
You can explore the same structure with these clickable tag pills:
* {{Contents||$:/core/ui/TagTemplate}}
** {{First||$:/core/ui/TagTemplate}}
** {{Second||$:/core/ui/TagTemplate}}
*** {{SecondThree||$:/core/ui/TagTemplate}}
** {{Third||$:/core/ui/TagTemplate}}
** {{Fourth||$:/core/ui/TagTemplate}}
The tabbed example uses the real TableOfContents of this documentation instead.
<<tabs "[tag[table-of-contents-example]nsort[order]]" "Example Table of Contents: Simple">>
<div class="tc-table-of-contents">
<<toc-selective-expandable 'TableOfContents'>>
</div>
! Basics
TiddlyWiki5 formats tables using vertical bar characters like so:
```
|!Cell1 |!Cell2 |
|Cell3 |Cell3 |
```
Exclamation marks are used to indicate header cells. The example renders as:
|!Cell1 |!Cell2 |
|Cell3 |Cell3 |
! Cell Alignment
Table cell alignment is controlled by inserting space characters before and/or after the cell content. For example:
```
|Left aligned content |
| Right aligned content|
| Centred content |
|+++ a very wide column so we can see the alignment +++|
```
The example renders as:
|Left aligned content |
| Right aligned content|
| Centred content |
|+++ a very wide column so we can see the alignment +++|
! Cell vertical Alignment
Vertical alignment of cells is done by inserting either a `^` for top alignment or a `,` for bottom alignment as the first character of a cell. The normal horizontal alignment is still possible. For example:
```
|^top left |^ top center |^ top right|
|middle left | middle center | middle right|
|,bottom left |, bottom center |, bottom right|
```
The example renders as:
| :: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | :: |
| ::<br>:: |^top left |^ top center |^ top right| ::<br>:: |
| ::<br>:: |middle left | middle center | middle right| ::<br>:: |
| ::<br>:: |,bottom left |, bottom center |, bottom right| ::<br>:: |
| :: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | :: |
If you need to have a `^`or a `,` as the first character of a left aligned cell, you can use HTML escaping:
| `^` | &#94; |
| `,` | &#44; |
! Cell Merging
To merge a table cell with the one above, use the special cell text `~`. To merge a cell with the one to its left use the text `<`. To merge one to its right use `>`. For example:
```
|Cell1 |Cell2 |Cell3 |Cell4 |
|Cell5 |Cell6 |Cell7 |<|
|Cell5 |~|Cell7 |Cell8 |
|>|Cell9 |Cell10 |Cell11 |
```
Renders as:
|Cell1 |Cell2 |Cell3 |Cell4 |
|Cell5 |Cell6 |Cell7 |<|
|Cell5 |~|Cell7 |Cell8 |
|>|Cell9 |Cell10 |Cell11 |
! Table Classes, Captions, Headers and Footers
Table CSS classes, captions, headers and footers can be specified as special pseudo-rows. The following example:
* assigns the CSS classes "myclass" and "anotherClass" to the table
* gives the table the caption "This is a caption"
* adds a header row of cells with the text "Header"
* adds a footer row of cells with the text "Footer"
```
|myclass anotherClass|k
|This is a caption |c
|Cell1 |Cell2 |
|Cell3 |Cell3 |
|Header|Header|h
|Footer|Footer|f
```
Renders as:
|myclass anotherClass|k
|This is a caption |c
|Cell1 |Cell2 |
|Cell3 |Cell3 |
|Header|Header|h
|Footer|Footer|f
The <<.def tabs>> [[macro|Macros]] presents a [[selection of tiddlers|Title Selection]] as a set of tabs that the user can switch between.
The tabs display the <<.field caption>> field of a tiddler if it has one, or the tiddler's title otherwise.
By default the tabs are arranged horizontally above the content. To get vertical tabs, set the <<.param class>> parameter to <<.value tc-vertical>>.
!! Parameters
;tabsList
: A [[filter|Filters]] selecting which tiddlers to include
;default
: The title of the tiddler whose tab is to be selected by default
;state
: The prefix for the title of a [[state tiddler|StateMechanism]] for noting the currently selected tab, defaulting to `$:/state/tab`. It is recommended that this be a [[system tiddler|SystemTiddlers]]
;class
: Additional [[CSS|Cascading Style Sheets]] classes for the generated `div` elements. Multiple classes can be separated with spaces
;template
: Optionally, the title of a tiddler to use as a [[template|TemplateTiddlers]] for transcluding the content of the selected tab
Within the template, the title of the selected tab is available in the <<.var currentTab>> variable.
The <<.vlink currentTiddler>> variable is not affected by the <<.var tabs>> macro.
<<.macro-examples "tabs">>
<$macrocall $name=".example" n="1"
eg="""<<tabs "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour" "SampleTabOne" "$:/state/tab1">>"""/>
<$macrocall $name=".example" n="2"
eg="""<<tabs "[tag[sampletab]]" "SampleTabTwo" "$:/state/tab2" "tc-vertical">>"""/>
<$macrocall $name=".example" n="3"
eg="""<<tabs "[tag[sampletab]nsort[order]]" "SampleTabThree" "$:/state/tab3" "tc-vertical">>"""/>
The <<.def tag>> [[macro|Macros]] generates a tag pill for a specified tag.
!! Parameters
;tag
: The title of the tag, defaulting to the [[current tiddler|Current Tiddler]]
<<.macro-examples "tag">>
<$macrocall $name=".example" n="1" eg="""<<tag>>"""/>
<$macrocall $name=".example" n="2" eg="""<<tag Concepts>>"""/>
The output is [[sorted|Order of Tagged Tiddlers]] using the tag's <<.field list>> field and the tiddlers' <<.field list-before>> and <<.field list-after>> fields.
If <<.place T>> is empty, the output of `tag` is empty, and the output of `!tag` is a copy of the input.
<<.operator-examples "tag">>
<<.operator-example 1 "[tag[task]]">>
<<.operator-example 2 "[tag[task]!tag[done]]">>
<<.operator-example 3 "[!tag[task]]">>
<<.operator-example 4 "[all[shadows]tag[$:/tags/Stylesheet]]">>
Tagging is a way of organising tiddlers into categories. For example, if you had tiddlers representing various individuals, you could tag them as ''friend'', ''family'', ''colleague'' etc to indicate these people's relationships to you.
A tag is in fact just a tiddler (or a potential tiddler), and it can have tags of its own. You can add any number of tags to the same tiddler.
See [[Creating and editing tiddlers]] for instructions on how to tag.
By tagging your tiddlers, you can view, navigate and organise your information in numerous additional ways:
* The coloured tag pills on a tiddler give you quick access to all the other tiddlers with the same tag, as well as to the tiddler that represents the tag itself.
* If a tiddler is serving as a tag, then the ''Tagging'' tab in its InfoPanel will show you which tiddlers are currently tagged with it.
* The ''More'' tab of the sidebar has a ''Tags'' tab that presents an overview of all your tags and lets you access all your tagged tiddlers.
* You can use [[filters|Filters]] to create lists of tiddlers based on their tags. You can then display any combination of the [[fields|TiddlerFields]] of those tiddlers. For example, you could build a glossary by listing the title and text of all tiddlers tagged ''Glossary''. Such lists can be formatted in any way you wish: e.g. bulleted, numbered or comma-separated.
* There are a number of special ''system tags'' that control the layout of tiddlers and the entire ~TiddlyWiki page. See [[Page and tiddler layout customisation]] for instructions.
There are two more things you can do with tags:
! Set a tag's colour and icon
You can use the [[tag manager|$:/TagManager]], found on the ''Tags'' tab under ''More'' in the sidebar, to change the colour of a tag's pill or add an icon to the pill.
* To change the colour, click the button in the ''Colour'' column to select from a colour picker. Alternatively, click the icon in the ''Info'' column, then type a [[CSS]] colour value in the ''Colour'' field
* To change the icon, click the {{$:/core/images/down-arrow}} button in the ''Icon'' column and choose from the list of available icons
! Change the order in which tags are listed
By default, tagged tiddlers are listed in alphabetical order.
If you want any other order, add a <<.flink ListField>> field to the tag tiddler, and set its value to be a [[list of the tiddlers|Title List]] in that order.
The ''list'' field doesn't have to mention all of the tiddlers. See the [[precise rules|Order of Tagged Tiddlers]] ~TiddlyWiki uses to order tagged tiddlers.
Each input tag is processed in turn. The list of tiddlers carrying that tag is generated, [[sorted|Order of Tagged Tiddlers]], and then [[dominantly appended|Dominant Append]] to the operator's overall output.
<<.operator-examples "tagging">>
<<.operator-example 1 "[[task]tagging[]]" "same as `[tag[task]]`">>
<<.operator-example 2 "Concepts task +[tagging[]]">>
<<.operator-example 3 "[all[current]tagging[]]" "tiddlers tagged with the current one">>
Each input title is processed in turn. The corresponding tiddler's tags are retrieved (in order of appearance in the <<.field tags>> field) and then [[dominantly appended|Dominant Append]] to the operator's output.
<<.operator-examples "tags">>
<<.operator-example 1 "[[Filter Operators]tags[]]">>
<<.operator-example 2 "[all[shadows]tags[]]">>
<<.operator-example 3 "[all[shadows+tiddlers]tags[]sort[]]">>
A tag tiddler is any tiddler that is in use as a tag.
The ''Tagging'' tab on the InfoPanel of a tag tiddler shows which tiddlers are tagged with the tag tiddler.
A tag can be used without a corresponding tag tiddler.
Sample tasks for the TaskManagementExample.
TiddlyWiki5 can be used as a simple task management system without further customisation. The idea is that tasks be tagged `task`, with those that are completed also tagged `done`. In this way it is straightforward to generate task lists.
! Outstanding tasks
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link></$checkbox>
</$list>
! Completed tasks
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
</$list>
When writing an [[instruction tiddler|Instruction Tiddlers]], start by planning a route through the information you wish to present. This should be a simple, logical, direct progression of thoughts, with no backtracking or forward references. Use this approach even within individual sentences: always proceed from cause to effect, from the old or known to the new or unknown.
Keep sentences short and simple. A clear technical sentence seldom contains more than one idea. It therefore avoids parenthetical information. Similarly, keep paragraph structure simple. A flat presentation is often easier to understand than a hierarchical one.
It is often possible to simplify a sentence without changing its meaning, merely by adjusting its vocabulary or grammatical structure. <<.word "Execution of the macro is performed">> just means <<.word "The macro runs">>. <<.word "Your expectation might be...">> just means <<.word "You might expect...">>.
Prefer the active voice by default: <<.word "Jane creates a tiddler">> rather than <<.word "a tiddler is created by Jane">>. The passive voice can be useful if you want the reader to focus on the action itself or its result: <<.word "a tiddler is created">>. But it can often be clearer to proceed from cause to effect and say <<.word "this creates a tiddler">> in the active voice.
Documentation often presents two items that are parallel either by similarity or by difference. The reader will more easily detect such a pattern if you use the same sentence or phrase structure for both. But this must be balanced with the need to avoid monotony.
Prefer precise instructions over woolly descriptions. If something has a name, use it. If something lacks a name, give it a tiddler.
A template tiddler is not actually a type of tiddler, it is a role in which a tiddler can be used.
Templates are a way to re-use chunks of WikiText.
Transcluding through a template extends the basic functionality of [[Transclusion]] by combining two tiddlers:
* A template tiddler that contains the WikiText to be displayed. It can contain transclusions that reference fields in the [[current tiddler|Current Tiddler]]
* A target tiddler that identifies which tiddler is to be treated as current when resolving references to fields
The best example of templating is the main story river in TiddlyWiki. Each tiddler in the story river is rendered through a ViewTemplate that specifies how each field is to be rendered.
See [[Transclusion with Templates]] for details.
@@.tc-double-spaced-list
# With ~TiddlyWiki you can organise your notes your way, not their way. Your notes conform to your way of thinking rather than being forced into a hierarchical straightjacket of notebooks and tabs
# ~TiddlyWiki's nonlinear approach will actually make you think about your information in new and helpful ways
# Finding your notes in ~TiddlyWiki is lightning fast
# There are many ways to customise and adapt every aspect of ~TiddlyWiki
# ~TiddlyWiki is free and is compatible with all platforms. Any web browser will open it. You don't need to purchase an expensive program or pay a subscription fee to use it
# ~TiddlyWiki files promote the free sharing of information. There are many ways you can share your information from ~TiddlyWiki
# With ~TiddlyWiki, your information is yours, and you store it where you want to - on your device, on a USB stick, in Dropbox, on your server
# ~TiddlyWiki features an ever-growing number of plugins, themes, widgets, and languages
# The online ~TiddlyWiki community is friendly and will do their best to give you the help you need
# If you are a programmer, you have even more ways to play with ~TiddlyWiki. With ~TiddlyWiki, the more you know, the more fun you can have with it
@@
TiddlyWiki5 incorporates the Jasmine JavaScript testing framework (see http://pivotal.github.io/jasmine/). It allows the same tests to be run both in the browser and under Node.js.
! TiddlyWiki5 Testing Components
There are two main elements to the TiddlyWiki5 testing mechanism:
* The plugin `tiddlywiki/jasmine` that wraps Jasmine up into a plugin along with some glue code
* The TiddlyWiki5 edition `test` that contains the core test specifications and includes the Jasmine plugin
! Running the Tests in Node.js
To run the tests under Node.js just load up the `test` wiki:
```
node ./tiddlywiki.js \
./editions/test \
```
! Running the Tests in the Browser
To generate a wiki containing the browser tests load up the `test` wiki and save it as an HTML file:
```
node ./tiddlywiki.js \
./editions/test \
--verbose \
--rendertiddler $:/core/save/all test.html text/plain \
```
The `test.html` file will be placed in the `output` folder within the wiki folder. Open it in the browser to see the test results. There is a prebuilt version of `test.html` at:
http://tiddlywiki.com/test.html
A TextReference identifies a chunk of text from a tiddler that can be retrieved or modified depending on the context.
Text references are made up of several parts, most of which can be optional:
* `tiddlerTitle` - the text [[field|TiddlerFields]] of the specified tiddler
* `tiddlerTitle!!field` - a [[tiddler field|TiddlerFields]] (eg, `modified`, `modifier`, `type` etc)
* `!!field` - a [[field|TiddlerFields]] of the current tiddler
* `tiddlerTitle##propertyIndex` - extracts a named property from DataTiddlers
Text references can be used in several places:
* As [[indirect parameters|Filter Parameter]] within [[Filters]] (eg, `<$list filter="[tag{MyTag!!name}]"/>`)
* As IndirectAttributes of an element or widget (eg, `<$widget attrib={{Title!!description}}/>`)
* As the operand of a shortcut transclusion (eg, `{{MyTiddler!!title}}`)
* As the `state` attribute of the RevealWidget and the LinkCatcherWidget
! Introduction
The text widget displays plain text.
! Content and Attributes
The content of the `<$text>` widget is not used.
|!Attribute |!Description |
|text |The text to display |
! Horror Stories
Every so often, TiddlyWiki users report heart-rending tales of personal data loss on the discussion groups:
> My entire TiddlyWiki has just been wiped out when Firefox crashed during saving a tiddly.
https://groups.google.com/d/topic/tiddlywiki/oG2L7OXhUoI/discussion
> Last time I used it was last night at home on my Windows 7 desktop, hit the check mark to stop editing my last entry, it then saves via TiddlyFox and I eject my USB drive. I came to work this morning, plugged in my USB, enter my TW5 password and it doesn't want to open after several attempts. I browse to my TW5 html file and notice that my file size is no longer 3MB.. instead it is 80KB. This leads me to believe I lost everything.
https://groups.google.com/d/topic/tiddlywiki/SXStDJ0ntGI/discussion
Don't let it happen to you!
!! The first rule of using TiddlyWiki is:
<p style="font-size:40pt;line-height:48pt;font-weight:700;color:red;">
Backup your data!
</p>
TiddlyWiki is a very flexible, customisable system that puts you firmly in charge of your own data. Every care is taken in TiddlyWiki's development to ensure that it is a safe place to preserve your most valuable data but the ultimate responsibility to reduce the risk of data loss falls to users.
The best way to make sure that your data is safe is to practise a rigorous system of backups:
* Consider using services like Dropbox to continuously back up your personal data to the cloud. (Dropbox [[has a neat feature|https://www.dropbox.com/help/11]] whereby they keep track of previous versions of files)
* Retain backups before upgrading to a new version of TiddlyWiki
* Figure out and protect yourself from the worst case scenarios: what if your USB stick or hard drive fails? What if your computer is hit by a ransomeware virus?
* Be defensive and redundant: for example, take multiple backups and keep them in separate physical locations
The <<.def thumbnail>> [[macros|Macros]] are used to create linkable thumbnail panels.
!! Parameters
(none)
<<.macro-examples "thumbnail">>
! Examples
Here is an example of the `thumbnail-right` macro used to create a video thumbnail that floats to the right of the text
<$macrocall $name=".example" n="1" eg="""<<thumbnail-right link:"Introduction Video" image:"Introduction Video Thumbnail.jpg" caption:"Introduction to ~TiddlyWiki" icon:"{{$:/core/images/video}}" color:"red">>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."""/>
<<.this-is-operator-example>>
! <<.olink before>> and <<.olink after>>
<<.using-days-of-week>>
<<.operator-example 1 "[list[Days of the Week]before{!!title}]">>
<<.operator-example 2 "[list[Days of the Week]after{!!title}]">>
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="216 290 330 333" width="330pt" height="333pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2011-10-18 15:32Z</dc:date><!-- Produced by OmniGraffle Professional 5.3.6 --></metadata><defs></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><g><title>Layer 1</title><path d="M 442.7708 401.63043 L 413.54462 406.727 C 416.80856 405.83435 422.99722 391.7118 411.13663 390.20697 C 413.2671 386.8555 417.85052 387.3249 420.58444 389.66956 C 422.604 384.71863 427.60233 383.09958 430.95114 388.68173 C 432.43198 385.7193 440.88962 387.0678 441.26031 391.8762 C 445.71463 389.20319 453.64325 389.1528 456.18387 393.38382 C 450.81464 394.85754 442.05713 398.04846 442.7708 401.63043 Z" fill="#9c2aad"/><path d="M 442.7708 401.63043 L 413.54462 406.727 C 416.80856 405.83435 422.99722 391.7118 411.13663 390.20697 C 413.2671 386.8555 417.85052 387.3249 420.58444 389.66956 C 422.604 384.71863 427.60233 383.09958 430.95114 388.68173 C 432.43198 385.7193 440.88962 387.0678 441.26031 391.8762 C 445.71463 389.20319 453.64325 389.1528 456.18387 393.38382 C 450.81464 394.85754 442.05713 398.04846 442.7708 401.63043 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 518.7041 423.77078 C 498.43768 432.6787 479.68716 431.40332 463.93137 410.0036 C 431.99905 397.3547 406.8626 398.1261 390.50183 421.21622 L 383.61246 433.08511 L 377.323 440.90723 C 382.73856 444.03094 386.49606 445.22226 391.41977 443.53967 C 423.91724 433.9902 468.78778 433.28616 488.58038 444.35022 C 498.06448 456.83328 499.6226 467.8483 494.2746 477.36945 C 503.37277 477.36603 508.15073 471.44598 508.42218 459.3521 C 511.04926 454.77158 507.64413 451.99799 504.38187 449.18118 C 525.81378 439.93906 522.27124 431.85516 518.7041 423.77078 Z" fill="#9c2aad"/><path d="M 515.3888 443.43765 C 518.471 441.0784 520.69507 437.9082 521.4945 433.98132 C 521.8189 432.39774 521.86353 430.78894 521.6565 429.21866 C 521.47424 427.81204 521.1269 426.37628 520.3556 424.99728 C 519.9676 424.2983 519.48785 423.667 518.76715 423.40582 C 517.23035 422.84723 515.48798 423.0885 513.87372 423.29428 C 512.92957 423.41565 511.97925 423.59198 511.03885 423.78204 C 509.69052 424.05847 508.33154 424.3406 506.97083 424.63992 C 501.95206 425.7452 496.81345 426.90594 491.79453 426.75775 C 489.50748 426.69043 486.84143 426.41138 484.73837 425.243 C 483.0166 424.28519 481.77847 422.83649 480.28064 421.51758 C 479.0265 420.41171 477.68494 419.33054 476.3757 418.2948 C 470.253 413.4426 463.67755 409.29327 456.5536 405.84085 C 452.94205 404.09052 448.98795 402.59589 444.95294 401.59827 C 442.72797 401.04944 440.53168 400.70273 438.31406 400.40283 C 438.84006 400.52283 437.87433 400.25607 437.6907 400.21228 C 437.0046 400.04684 436.324 399.92752 435.6323 399.83856 C 433.8083 399.604 431.9927 399.62048 430.16275 399.66626 C 427.07178 399.74374 423.94662 400.258 420.86484 400.83344 C 418.08362 401.35522 415.37164 401.987 412.6056 402.98746 C 409.47873 404.12247 406.22034 406.00198 403.52374 407.88974 C 400.1043 410.2897 397.14514 413.01318 394.44595 415.91388 C 392.05963 418.4824 389.84894 421.16675 387.91028 424.07095 C 386.33606 426.4332 384.94672 428.80597 383.60333 431.29565 L 382.36902 434.195 L 380.1762 436.21744 C 379.40842 436.9466 378.68204 437.70258 378.08286 438.5649 C 377.73996 439.06534 377.31543 439.69885 377.28165 440.32037 C 377.27112 440.54614 377.24213 440.75742 377.2924 440.9646 C 377.59445 442.17694 378.6471 442.7401 379.72815 443.11148 C 380.39005 443.33875 381.09271 443.51974 381.75955 443.64914 C 382.01099 443.6976 382.24841 443.74545 382.4934 443.79187 C 382.91095 443.87158 383.38864 443.6911 383.79892 443.56262 C 384.48843 443.35104 385.2013 443.12683 385.89847 442.83243 C 387.85168 442.01126 389.57306 440.80511 390.46994 439.13742 C 389.34836 441.00623 386.56912 442.12503 384.4688 442.65445 L 382.76828 443.01486 L 382.5994 442.96335 C 382.42746 442.92148 382.18582 442.87595 382.1112 442.85315 C 381.66962 442.7182 381.19077 442.5948 380.7475 442.43622 C 380.14288 442.2194 379.52637 442.00076 379.0413 441.62515 C 378.83868 441.46918 378.53766 441.2458 378.47046 440.96082 C 378.4148 440.713 378.45386 440.5563 378.50443 440.30374 C 378.5401 440.14069 378.65427 439.94131 378.7529 439.80457 C 378.95038 439.54196 379.12921 439.2646 379.34521 439.0111 C 380.17285 438.0572 381.18527 437.18457 382.1972 436.34192 C 382.71277 435.91553 383.5754 435.41068 383.80746 434.77335 C 384.20676 433.6937 384.76538 432.6681 385.3097 431.67719 C 387.2236 428.2099 389.51834 424.98318 392.04352 421.95483 C 395.70743 417.57056 399.7919 413.42477 404.79626 410.03256 C 406.996 408.5448 409.45505 407.0796 411.98254 406.07022 L 416.27902 404.59872 L 416.93347 404.44382 C 417.4599 404.32422 417.97787 404.2092 418.49374 404.0953 C 420.24756 403.7121 421.9883 403.41174 423.74585 403.1325 C 425.6948 402.82495 427.66772 402.61334 429.61868 402.51404 C 431.9859 402.39453 434.38297 402.3978 436.73083 402.9222 C 437.1294 403.01212 437.55258 403.18408 437.96002 403.24472 C 438.9809 403.40063 439.99966 403.51163 441.03732 403.69385 C 442.98865 404.03482 444.93814 404.56696 446.90097 405.1547 C 449.65054 405.97928 452.27057 407.07675 454.80118 408.21075 C 459.75378 410.42792 464.3754 413.22897 468.7734 416.19778 C 471.06628 417.74371 473.26392 419.38657 475.43463 421.07083 C 476.3458 421.7772 477.2645 422.52313 478.13348 423.26279 C 478.51422 423.58502 478.90454 423.90503 479.2866 424.2348 C 479.43698 424.3642 480.07416 424.93887 479.85065 424.71786 C 480.93756 425.92355 482.08554 426.77869 483.47226 427.56122 C 484.7882 428.3025 486.45273 428.72794 487.93158 428.9884 C 490.94772 429.5218 494.0755 429.32962 497.0675 428.9024 C 499.36826 428.5763 501.6564 428.12918 503.95248 427.61517 C 505.93896 427.1734 507.889 426.6939 509.84332 426.21216 C 511.5575 425.79016 513.31824 425.3433 515.0404 425.15628 C 515.78577 425.07538 516.4734 425.00342 517.1902 425.02194 L 518.11017 425.17706 L 518.92975 426.12527 C 519.1574 426.55344 519.33264 427.03125 519.47327 427.41867 C 520.10858 429.1554 520.25812 430.92477 520.14325 432.68228 C 519.83954 437.44958 516.8954 441.41855 513.12177 444.083 C 510.91116 445.64725 508.19293 447.18768 505.6106 448.06317 C 507.07513 447.70865 508.48352 447.17181 509.94543 446.58221 C 511.87827 445.8046 513.80725 444.65112 515.3888 443.43765 Z" fill="black"/><path d="M 506.25293 473.5787 C 508.8535 469.61313 510.30685 464.44116 510.56366 459.72882 C 510.596 459.17596 510.5855 458.62955 510.5608 458.07169 C 510.4873 456.25116 510.11853 453.92136 508.72733 452.35818 C 508.02225 451.564 507.27094 451.2403 506.2353 450.92358 C 506.79074 451.2318 507.3497 451.3832 507.80432 451.82394 C 509.62582 453.58792 509.81293 456.42484 509.6522 458.62836 C 509.58957 459.51257 509.48672 460.4237 509.31723 461.33218 C 509.0737 462.66888 508.7298 464.0318 508.2878 465.38416 C 507.59198 467.52698 506.70285 469.54672 505.5674 471.37933 C 504.67062 472.83228 503.65628 474.22263 502.39746 475.3786 C 502.02905 475.71854 501.5988 476.07523 501.15814 476.36108 C 499.44434 477.48447 497.79596 477.78995 495.9889 477.20374 L 495.7976 477.11505 L 496.89807 472.3837 C 497.53995 469.11148 497.89682 465.73798 497.67563 462.484 C 497.45987 459.27084 496.88168 456.25583 495.5612 453.051 C 494.27228 449.91623 492.14496 447.35236 489.9294 445.29233 C 485.5158 441.1844 479.30838 438.8215 473.134 437.48242 C 464.10144 435.52316 455.09164 435.53955 446.16891 435.30548 C 444.54523 435.26352 442.94772 435.19934 441.34015 435.07529 C 440.62357 435.02124 439.92178 434.91318 439.21246 434.76566 C 438.90372 434.70132 438.5926 434.71454 438.27774 434.7053 C 437.53952 434.68723 436.79572 434.66397 436.0514 434.66006 C 431.8829 434.6388 427.6738 434.75076 423.50912 435.18152 C 421.5639 435.3838 419.58755 435.4559 417.6453 435.90402 C 411.68729 437.28296 405.68307 439.26007 399.69882 441.04993 C 397.65652 441.6628 395.6023 442.22754 393.54587 442.74728 L 387.39691 444.17609 L 383.2949 444.10587 C 384.62155 444.42276 386.14203 444.79712 387.45505 444.65363 C 390.11862 444.3656 392.7835 443.952 395.43896 443.42368 C 399.01031 442.71564 402.52585 441.79523 406.09457 440.89825 C 408.91104 440.19199 411.72403 439.4331 414.5386 438.7848 C 415.4239 438.5833 416.28992 438.38654 417.16599 438.2035 C 417.51431 438.13248 417.8583 438.06375 418.20563 437.9959 C 418.33392 437.97134 419.11847 437.82065 418.83377 437.86316 C 423.5798 437.48758 428.30453 437.21027 433.05765 437.20618 C 434.21005 437.20526 435.34433 437.2165 436.4891 437.2577 C 437.02441 437.2776 437.54593 437.30206 438.07693 437.32416 C 438.15222 437.3277 438.60287 437.35187 438.72525 437.352 L 441.34653 437.77182 C 442.2693 437.87103 443.19757 437.92935 444.13913 437.96167 C 446.635 438.0484 449.1145 438.12488 451.6349 438.20676 C 454.74002 438.30942 457.86343 438.45126 461.00851 438.69037 C 463.8684 438.9098 466.73285 439.2193 469.55716 439.72952 C 477.4651 441.16385 485.82462 443.7799 490.719 450.23404 C 495.4524 456.47205 495.66928 463.79837 494.7607 470.57288 C 494.5611 472.07922 494.2965 473.60657 493.94647 475.1114 C 493.7948 475.78207 493.63583 476.47006 493.45648 477.15546 C 493.44382 477.2085 493.36987 477.38632 493.38507 477.43542 C 493.52347 477.85938 493.75534 478.32605 493.96497 478.72028 C 493.98975 478.76694 494.1584 478.81323 494.20306 478.8357 C 494.51508 478.98798 494.83426 479.12817 495.15173 479.2394 C 496.98486 479.87967 498.9265 479.79352 500.71664 478.9314 C 503.2868 477.6953 504.8504 475.72202 506.25293 473.5787 Z" fill="black"/><path d="M 399.94818 426.6227 C 400.62823 429.20563 399.14575 431.92978 396.63513 432.71 C 394.12769 433.4914 391.54263 432.03006 390.86255 429.44708 C 390.1858 426.86517 391.66837 424.141 394.17566 423.35974 C 396.68634 422.57947 399.27136 424.04083 399.94818 426.6227 Z" fill="#9c2aad"/><path d="M 399.94818 426.6227 C 400.62823 429.20563 399.14575 431.92978 396.63513 432.71 C 394.12769 433.4914 391.54263 432.03006 390.86255 429.44708 C 390.1858 426.86517 391.66837 424.141 394.17566 423.35974 C 396.68634 422.57947 399.27136 424.04083 399.94818 426.6227 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 397.46832 427.46823 C 397.72217 428.42627 397.16968 429.43768 396.23828 429.7264 C 395.31018 430.01593 394.35257 429.47287 394.09875 428.51492 C 393.8482 427.55786 394.40063 426.54633 395.32877 426.25665 C 396.26013 425.96808 397.21774 426.51117 397.46832 427.46823 Z" fill="#9c2aad"/><path d="M 397.46832 427.46823 C 397.72217 428.42627 397.16968 429.43768 396.23828 429.7264 C 395.31018 430.01593 394.35257 429.47287 394.09875 428.51492 C 393.8482 427.55786 394.40063 426.54633 395.32877 426.25665 C 396.26013 425.96808 397.21774 426.51117 397.46832 427.46823 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 407.91653 422.46954 C 407.6739 422.04391 407.41565 421.6348 407.13733 421.24442 C 406.39813 420.202 405.5715 419.27103 404.67755 418.4387 C 403.31064 417.16165 401.80392 416.13297 400.23566 415.13693 C 401.7886 416.63596 403.23334 418.19241 404.55823 420.01926 C 405.25668 420.9801 405.8856 421.9943 406.47278 423.09863 C 408.72794 427.33997 409.38931 431.70285 409.33594 436.00528 C 410.3346 431.45578 410.47205 426.91284 407.91653 422.46954 Z" fill="black"/><path d="M 429.245 431.7911 C 434.51141 436.45966 436.38766 440.96506 445.60196 444.56488 C 442.3126 447.7821 439.15152 451.66516 434.06223 445.58105 C 433.6495 451.0534 429.1236 451.0809 425.35397 445.63272 C 424.17923 452.2389 420.70947 450.8728 417.9744 445.86697 C 415.5275 451.84998 411.04724 450.3985 407.56708 446.68616 C 410.60016 444.04022 422.76404 440.6748 422.24445 432.0223 L 429.245 431.7911 Z" fill="#9c2aad"/><path d="M 429.245 431.7911 C 434.51141 436.45966 436.38766 440.96506 445.60196 444.56488 C 442.3126 447.7821 439.15152 451.66516 434.06223 445.58105 C 433.6495 451.0534 429.1236 451.0809 425.35397 445.63272 C 424.17923 452.2389 420.70947 450.8728 417.9744 445.86697 C 415.5275 451.84998 411.04724 450.3985 407.56708 446.68616 C 410.60016 444.04022 422.76404 440.6748 422.24445 432.0223 L 429.245 431.7911 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 399.72672 426.68732 C 400.40674 429.27036 398.92422 431.99442 396.41364 432.77472 C 393.90622 433.55594 391.32117 432.09467 390.64108 429.51166 C 389.9643 426.92975 391.4468 424.2056 393.95413 423.42438 C 396.4649 422.6441 399.04987 424.10544 399.72672 426.68732 Z" fill="black"/><path d="M 399.72672 426.68732 C 400.40674 429.27036 398.92422 431.99442 396.41364 432.77472 C 393.90622 433.55594 391.32117 432.09467 390.64108 429.51166 C 389.9643 426.92975 391.4468 424.2056 393.95413 423.42438 C 396.4649 422.6441 399.04987 424.10544 399.72672 426.68732 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 397.25024 427.5312 C 397.5041 428.48923 396.9517 429.50082 396.02017 429.78937 C 395.09204 430.07904 394.13455 429.53592 393.88074 428.5779 C 393.63013 427.62085 394.18253 426.60925 395.11066 426.3197 C 396.04205 426.0311 396.99966 426.57416 397.25024 427.5312 Z" fill="white"/><path d="M 251.8898 438.27612 L 282.95639 426.48663 C 279.3002 427.49243 265.26852 417.42426 275.83609 409.19485 C 271.87027 407.18549 267.71954 410.2559 266.42801 414.08014 C 261.65314 410.45996 255.91321 411.75629 255.87485 419.04947 C 252.75641 417.04248 245.38171 423.17139 247.77272 428.01343 C 241.95113 427.987 234.28354 432.46906 234.25476 437.9977 C 240.26834 436.34848 250.5286 434.41833 251.8898 438.27612 Z" fill="#48adb1"/><path d="M 251.8898 438.27612 L 282.95639 426.48663 C 279.3002 427.49243 265.26852 417.42426 275.83609 409.19485 C 271.87027 407.18549 267.71954 410.2559 266.42801 414.08014 C 261.65314 410.45996 255.91321 411.75629 255.87485 419.04947 C 252.75641 417.04248 245.38171 423.17139 247.77272 428.01343 C 241.95113 427.987 234.28354 432.46906 234.25476 437.9977 C 240.26834 436.34848 250.5286 434.41833 251.8898 438.27612 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 270.55344 522.20868 C 272.5795 533.8709 274.71136 544.597 274.11359 545.96283 C 260.84763 528.81763 252.09015 516.536 242.58121 513.91443 C 226.57626 500.25726 223.72905 482.91275 231.30061 462.6899 C 236.59644 451.19806 245.95657 443.02869 258.61746 433.81989 C 264.33817 429.93335 274.21683 426.0442 280.9577 425.7634 C 301.5384 425.25201 322.14069 443.29749 326.18811 449.07104 C 334.11728 452.648 336.82773 454.40765 329.2634 458.4359 C 328.81677 459.92676 322.44073 462.19534 321.67493 461.7008 C 308.66354 462.86984 300.02835 461.66235 288.49582 462.625 C 280.8977 464.01498 273.5686 465.80347 266.63562 468.1752 C 255.25656 474.78903 242.97258 483.12402 242.43475 494.39017 C 245.35158 511.8668 257.78445 517.0666 284.64758 499.57794 C 282.12442 506.53497 265.10397 515.9646 270.55344 522.20868 Z" fill="#48adb1"/><path d="M 272.18036 546.97192 C 271.37378 545.98297 270.57672 544.9748 269.77014 544.00244 C 264.85846 538.11133 260.02121 532.0666 254.45407 526.57153 C 251.74619 523.90198 248.9903 521.3166 246.13115 518.96387 C 245.12761 518.14044 244.13623 517.33636 243.11826 516.5705 C 242.34773 515.9944 241.5795 515.44934 240.8497 514.81097 C 239.53658 513.67053 238.1898 512.44617 236.95107 511.13773 C 229.99643 503.80392 225.66574 494.97446 225.37277 484.3157 C 225.32239 482.52957 225.3656 480.73627 225.5072 479.0006 C 225.6969 476.63846 226.07619 474.38419 226.52757 472.14438 C 226.99808 469.799 227.67737 467.49207 228.40479 465.25946 C 228.93295 463.62933 229.51865 462.05698 230.2821 460.5638 C 233.26602 454.72537 237.436 449.4465 242.56848 444.67642 C 244.81314 442.59277 247.08887 440.63144 249.42714 438.7685 C 250.91312 437.58505 252.4256 436.43259 253.94035 435.2947 C 255.856 433.8568 257.75732 432.44275 259.79309 431.2738 C 262.42899 429.76135 265.2497 428.5202 268.11838 427.42078 C 270.71124 426.42932 273.46951 425.58902 276.29749 425.08252 C 277.15689 424.92877 278.02353 424.80399 278.92136 424.69836 C 280.25607 424.54474 281.72519 424.55197 283.09366 424.6312 C 286.48093 424.8352 289.69775 425.38968 292.77301 426.29715 C 299.10815 428.17215 304.91528 431.00485 310.38644 434.5938 C 314.7435 437.45538 319.0263 440.73462 322.82645 444.63797 C 324.09637 445.94397 325.17667 447.21866 326.23297 448.53424 L 326.35785 448.70715 L 331.18304 451.23502 C 332.10254 451.84222 333.29807 452.59125 333.73727 453.64746 C 333.82373 453.85883 333.90048 454.07974 333.9271 454.32944 C 334.05423 455.6665 332.986 456.66043 332.00894 457.35406 C 331.36319 457.81265 330.69092 458.19916 329.99957 458.57608 C 329.75711 458.7081 329.50497 458.83777 329.25772 458.95776 C 328.85693 459.15463 328.30716 459.121 327.8053 459.121 C 326.94116 459.121 326.12732 459.09705 325.32303 459.00333 C 323.03049 458.74173 320.83871 458.11035 319.23752 456.50677 C 321.61182 458.5665 325.50555 458.64325 328.8641 458.27838 C 328.62878 458.34555 329.565 457.80786 329.83398 457.64453 C 330.14343 457.45737 330.44357 457.25803 330.73413 457.042 C 331.46396 456.49954 332.4914 455.79865 332.73624 454.88626 C 332.96188 454.03653 331.9465 453.33072 331.34634 452.9274 C 331.13028 452.7858 330.9094 452.64172 330.68378 452.5145 C 329.66101 451.94794 328.58548 451.4029 327.4765 450.9253 C 326.99872 450.72116 326.5306 450.50516 326.06262 450.3083 C 325.84653 450.21948 325.60645 450.14273 325.41925 450.00113 C 325.10455 449.7658 324.89587 449.4417 324.6558 449.1536 C 323.29944 447.54276 321.71008 445.99188 320.06342 444.5563 C 316.59924 441.54358 312.9143 438.83813 309.09015 436.4687 C 303.87592 433.24213 298.33276 430.6616 292.33606 428.9643 C 289.71939 428.22498 286.89856 427.668 283.98901 427.51682 L 280.6593 427.45197 L 276.5423 428.05203 C 272.5021 428.85388 268.7547 430.23184 265.1753 431.95789 C 263.95578 432.54614 262.76266 433.1726 261.58875 433.82806 C 261.0343 434.1377 260.4916 434.4641 259.96118 434.80984 L 259.12811 435.35477 L 252.99208 440.01688 C 250.9635 441.62045 248.96141 443.27206 246.97855 445.003 C 244.07619 447.53796 241.19781 450.43317 238.83078 453.3931 C 237.04956 455.61847 235.44348 457.89435 234.07509 460.33575 C 233.72946 460.9503 233.41739 461.56253 233.09326 462.18185 C 232.92517 462.5012 232.77164 462.8324 232.6131 463.16132 C 232.59877 463.1876 232.52678 463.3437 232.47151 463.46133 L 232.43784 463.5214 L 230.77911 468.61545 C 229.26424 473.81284 228.28958 479.25266 228.55844 485.26862 C 228.60883 486.4162 228.73131 487.50848 228.88257 488.6056 C 229.40105 492.38412 230.51253 495.86273 232.06572 499.12756 C 233.78702 502.75473 236.15894 506.03888 238.96042 509.11893 C 239.719 509.95676 240.54001 510.74655 241.34897 511.52435 C 241.78592 511.9468 242.2373 512.34534 242.68619 512.74622 C 242.77979 512.83264 242.87589 512.91913 242.97427 513.0031 L 243.04626 513.068 C 243.18307 513.19043 243.0846 513.10406 243.04626 513.0703 C 246.70251 515.96075 250.32503 518.9568 253.73155 522.36078 C 257.60367 526.2354 261.0343 530.23248 264.42868 534.35205 C 266.57245 536.95654 268.64905 539.65735 270.67996 542.32678 C 271.40256 543.2823 272.12756 544.2473 272.84052 545.19324 L 273.13098 545.58698 L 273.39505 545.3684 C 274.5617 543.9881 274.0552 541.35693 273.67114 539.70764 C 273.5679 539.27325 273.4719 538.82672 273.35178 538.39465 C 271.92831 533.30774 269.8422 528.2951 270.16861 522.4593 C 270.28625 523.89966 270.37262 525.19824 270.66309 526.51874 C 271.53699 530.5157 273.22461 534.22943 274.47046 538.073 C 274.66495 538.68036 274.8594 539.302 275.00595 539.9311 C 275.55325 542.30762 276.03818 545.4524 273.82718 547.09686 C 273.33023 547.46655 272.64606 547.5481 272.18036 546.97192 Z" fill="black"/><path d="M 271.09467 519.16718 C 270.49698 518.14697 270.3938 516.81476 270.77063 515.59747 C 271.30359 513.87146 272.44147 512.3111 273.69467 510.93552 C 275.27179 509.20227 277.00027 507.48343 278.69513 505.7405 L 281.0621 503.07828 L 277.98694 505.0323 C 275.65112 506.38153 273.26004 507.61542 270.80664 508.69818 C 267.34973 510.2249 263.72485 511.4877 259.7518 511.94608 C 256.26117 512.35193 252.78033 511.93176 249.9667 510.52258 C 249.31621 510.19858 248.70163 509.84558 248.10147 509.40393 C 244.76459 506.96014 242.76727 503.43588 241.59094 499.6334 C 241.2044 498.38742 240.88513 497.08386 240.63306 495.75867 C 240.5347 495.24976 240.43152 494.7433 240.48187 494.18872 C 240.63077 492.4554 240.94272 490.90936 241.47568 489.3826 C 242.44801 486.5907 244.05641 484.0772 246.00565 481.76068 C 248.51672 478.77905 251.54404 476.21274 254.624 473.99216 C 257.61273 471.8364 260.7095 469.87262 263.86642 468.04816 C 264.33212 467.77927 264.8003 467.50803 265.27081 467.23444 C 265.97662 466.82385 266.84082 466.63419 267.63062 466.3821 C 269.23419 465.87317 270.84021 465.40262 272.475 464.95615 C 275.38943 464.1615 278.33743 463.46777 281.34305 462.8388 C 284.3534 462.20978 287.27261 461.59518 290.53738 461.4512 C 297.12958 461.1656 303.92575 461.41998 310.60428 461.41998 C 312.90887 461.41998 315.18707 461.38647 317.44131 461.30716 L 324.14627 460.93024 L 326.3645 460.36133 C 327.09662 460.13327 327.81448 459.87405 328.51791 459.58832 C 327.4711 460.18372 326.42691 460.77667 325.29608 461.17273 C 324.9505 461.29517 324.5711 461.45847 324.22311 461.5232 C 321.3064 462.07538 318.3079 462.45465 315.25433 462.73798 C 311.24283 463.11005 307.1282 463.24203 303.00397 463.39563 C 299.75345 463.52048 296.479 463.61182 293.267 463.78943 C 292.24911 463.8471 291.2576 463.9071 290.25894 463.98874 C 289.7909 464.0295 289.32275 464.07272 288.85696 464.11356 C 288.80179 464.1184 288.6289 464.13513 288.4849 464.1472 L 288.30966 464.1592 L 282.62494 465.37384 C 279.3313 466.13486 276.08087 466.97992 272.87836 467.91125 C 271.63239 468.2739 270.41534 468.65082 269.203 469.0516 C 268.63889 469.23886 268.07712 469.42853 267.51773 469.61823 C 267.46985 469.635 267.22726 469.72385 267.03525 469.78864 L 266.88644 469.83667 L 262.28683 472.66223 C 257.55753 475.64142 252.9603 478.89185 249.00653 483.23456 C 246.93 485.51517 245.27835 488.09583 244.35638 490.94312 C 243.99635 492.05457 243.77316 493.22842 243.68193 494.4743 L 243.6771 494.52713 L 244.42613 498.0129 C 245.41756 501.62827 247.10283 504.9868 250.23325 507.15686 C 250.74939 507.51706 251.28947 507.81467 251.83926 508.05475 C 253.83656 508.93326 256.02353 509.2359 258.48416 509.15182 C 260.25104 509.09415 261.90988 508.74612 263.55191 508.36926 C 266.41104 507.7163 269.13098 506.59515 271.7597 505.45007 C 274.98608 504.04568 278.06854 502.34363 281.10535 500.5576 C 281.78708 500.15668 282.46893 499.75095 283.15549 499.32608 C 283.22995 499.2804 283.58044 498.99237 283.66208 499.014 L 283.7269 498.9731 C 284.03891 499.15558 284.33902 499.4894 284.6175 499.72217 C 284.71347 499.8062 284.8191 499.8878 284.91516 499.97183 C 285.00879 500.05832 285.12164 500.1326 285.21283 500.2215 L 285.15286 500.36307 C 285.09283 500.50238 285.02802 500.63678 284.96555 500.77362 C 284.00534 502.87653 282.1857 504.67944 280.43314 506.30954 C 278.01096 508.56137 275.28616 510.6258 273.13052 513.1344 C 272.35025 514.04193 271.56042 515.04053 271.21475 516.1521 C 270.76825 517.57806 270.98187 519.16003 271.9277 520.18756 C 271.59161 520.0099 271.2843 519.49854 271.09467 519.16718 Z" fill="black"/><path d="M 305.11136 446.0443 C 305.19293 449.03317 307.64642 451.49377 310.5896 451.53934 C 313.5304 451.5874 315.84698 449.2011 315.76541 446.21237 C 315.6813 443.226 313.2279 440.76538 310.28711 440.71735 C 307.34393 440.67175 305.02728 443.05795 305.11136 446.0443 Z" fill="#48adb1"/><path d="M 305.11136 446.0443 C 305.19293 449.03317 307.64642 451.49377 310.5896 451.53934 C 313.5304 451.5874 315.84698 449.2011 315.76541 446.21237 C 315.6813 443.226 313.2279 440.76538 310.28711 440.71735 C 307.34393 440.67175 305.02728 443.05795 305.11136 446.0443 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 308.04364 446.1677 C 308.0748 447.27676 308.98462 448.1891 310.07693 448.20587 C 311.1668 448.2251 312.02625 447.33926 311.99506 446.23007 C 311.9614 445.12344 311.05157 444.21124 309.96164 444.19202 C 308.86942 444.17523 308.00998 445.06097 308.04364 446.1677 Z" fill="#48adb1"/><path d="M 308.04364 446.1677 C 308.0748 447.27676 308.98462 448.1891 310.07693 448.20587 C 311.1668 448.2251 312.02625 447.33926 311.99506 446.23007 C 311.9614 445.12344 311.05157 444.21124 309.96164 444.19202 C 308.86942 444.17523 308.00998 445.06097 308.04364 446.1677 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 270.20065 460.71268 C 266.0115 467.39117 265.41376 472.82623 256.64435 479.596 C 261.19107 482.01584 265.81238 485.19434 269.36765 477.05383 C 271.53543 482.80566 276.4111 481.40613 278.74213 474.365 C 282.09097 481.09402 285.38702 478.53253 286.75061 472.2909 C 291.26617 477.9516 295.62091 474.982 298.19196 469.8927 C 294.10138 468.00336 279.96884 468.2194 277.79861 458.7586 L 270.20065 460.71268 Z" fill="#48adb1"/><path d="M 270.20065 460.71268 C 266.0115 467.39117 265.41376 472.82623 256.64435 479.596 C 261.19107 482.01584 265.81238 485.19434 269.36765 477.05383 C 271.53543 482.80566 276.4111 481.40613 278.74213 474.365 C 282.09097 481.09402 285.38702 478.53253 286.75061 472.2909 C 291.26617 477.9516 295.62091 474.982 298.19196 469.8927 C 294.10138 468.00336 279.96884 468.2194 277.79861 458.7586 L 270.20065 460.71268 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 295.8769 454.5162 C 295.4591 453.3303 295.13983 452.08435 294.95502 450.78806 C 294.8182 449.85178 294.75092 448.87949 294.76297 447.8664 C 294.8229 442.12411 297.65088 437.82712 301.17978 433.79395 C 298.4047 438.69122 296.34256 443.83823 296.46017 450.15912 C 296.47458 451.0185 296.52982 451.8539 296.61865 452.67975 C 296.71707 453.60397 296.85144 454.50174 297.02673 455.38525 C 297.27637 456.65994 297.59808 457.87952 297.97495 459.08939 C 297.16354 457.60577 296.43854 456.12216 295.8769 454.5162 Z" fill="black"/><path d="M 305.51346 446.6091 C 306.12561 449.20892 308.7135 450.9182 311.29654 450.4285 C 313.8772 449.94122 315.4737 447.43732 314.86148 444.8374 C 314.24689 442.24 311.65903 440.5307 309.0784 441.018 C 306.4953 441.50778 304.89886 444.0117 305.51346 446.6091 Z" fill="black"/><path d="M 305.51346 446.6091 C 306.12561 449.20892 308.7135 450.9182 311.29654 450.4285 C 313.8772 449.94122 315.4737 447.43732 314.86148 444.8374 C 314.24689 442.24 311.65903 440.5307 309.0784 441.018 C 306.4953 441.50778 304.89886 444.0117 305.51346 446.6091 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 308.09927 446.19534 C 308.32495 447.1604 309.2876 447.79407 310.24557 447.61172 C 311.20093 447.43167 311.79144 446.5026 311.56592 445.53763 C 311.33774 444.57495 310.3751 443.9412 309.41974 444.12115 C 308.46185 444.3036 307.87125 445.23267 308.09927 446.19534 Z" fill="white"/><path d="M 355.5029 321.3985 L 330.32993 349.86526 C 332.88419 346.36276 327.78528 327.2825 314.7091 335.2598 C 314.15936 330.20407 319.12628 327.00885 323.74023 327.16959 C 321.79816 320.59912 325.50473 314.98163 333.3211 317.89114 C 332.4353 313.74286 341.97537 308.32944 346.19086 312.84262 C 348.50748 306.60815 356.4079 300.21768 362.33261 302.42145 C 358.1388 308.19028 351.92352 318.38812 355.5029 321.3985 Z" fill="#ea761a"/><path d="M 355.5029 321.3985 L 330.32993 349.86526 C 332.88419 346.36276 327.78528 327.2825 314.7091 335.2598 C 314.15936 330.20407 319.12628 327.00885 323.74023 327.16959 C 321.79816 320.59912 325.50473 314.98163 333.3211 317.89114 C 332.4353 313.74286 341.97537 308.32944 346.19086 312.84262 C 348.50748 306.60815 356.4079 300.21768 362.33261 302.42145 C 358.1388 308.19028 351.92352 318.38812 355.5029 321.3985 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 276.05157 355.58249 C 284.67935 370.4688 303.28906 367.37674 332.82648 341.54602 C 346.51248 320.00754 362.45505 311.3797 380.3614 313.93152 C 393.45197 315.7969 404.05078 320.41089 401.1245 339.90872 C 395.35818 339.98798 390.87848 341.72845 385.34027 340.40326 C 370.8381 339.35419 360.75537 345.13007 353.4263 359.12823 C 339.53867 366.64215 322.6958 370.0943 308.36407 371.9859 C 301.10214 380.85867 296.3729 394.40305 309.35309 403.54697 C 288.87808 403.38382 278.97552 396.96695 287.74268 379.51675 C 270.77014 376.54718 267.99988 368.13535 276.05157 355.58249 Z" fill="#ea761a"/><path d="M 281.59845 363.09628 C 279.56516 361.93195 277.99994 360.07388 277.30371 357.87726 C 276.93402 356.71777 276.83322 355.48865 276.81876 354.14188 C 276.9028 355.6639 277.12604 356.99146 277.67578 358.26135 C 278.46564 360.10028 279.96844 361.57904 281.72806 362.51764 C 285.43457 364.50064 290.70401 364.30377 295.0155 363.50916 C 301.18515 362.37363 306.82178 359.96103 312.08405 356.9722 C 317.31976 353.99783 322.26746 350.28406 326.68704 345.69885 C 329.28934 342.99817 331.55551 340.13425 333.47842 337.09262 C 334.165 336.00513 334.80353 334.9032 335.39655 333.76532 C 335.5958 333.38123 335.76862 332.96832 336.00153 332.5986 C 336.5296 331.75836 337.22104 330.97339 337.85959 330.19318 C 342.33673 324.72455 347.91583 320.32175 353.87659 317.27298 C 359.74133 314.27466 366.25186 312.3301 373.47055 312.04205 C 375.63345 311.958 377.83728 312.03479 379.89941 312.27487 C 381.4285 312.45496 382.92892 312.73099 384.37183 313.09103 C 390.11163 314.52661 395.72195 317.5274 399.22925 322.66483 C 399.88712 323.63223 400.47046 324.66931 400.9432 325.73044 C 402.53497 329.31693 403.00546 333.73169 402.38852 337.9952 C 402.33087 338.38171 402.26367 338.75143 402.1941 339.12833 C 402.10513 339.61087 402.0548 339.95898 401.64435 340.19424 C 400.53036 340.83276 398.84747 340.77753 397.45755 340.67917 C 395.2034 340.52307 393.06201 340.0694 391.0263 339.4692 C 388.43369 338.7106 385.86255 337.71915 383.79327 335.9163 C 385.76654 337.47433 388.1455 338.28815 390.58463 338.9147 C 392.16418 339.32281 393.8014 339.6181 395.501 339.7741 C 396.82864 339.8989 398.31232 339.97821 399.6397 339.79092 C 399.94223 339.7501 400.23993 339.6997 400.52078 339.61087 L 401.13058 339.26755 C 401.2627 337.7864 401.43787 336.28119 401.40665 334.70636 C 401.34186 331.75598 400.67206 329.0505 399.50293 326.64746 C 398.88123 325.37512 398.12256 324.19641 397.20074 323.0777 C 395.67163 321.22925 393.7654 319.69519 391.78973 318.55734 C 387.97516 316.3656 383.6132 315.18445 378.8623 314.86993 C 375.10773 314.6251 371.3363 314.94922 367.92026 315.63577 C 360.76636 317.07614 354.25116 320.06491 348.54718 324.36923 C 346.18979 326.14813 343.89954 328.19351 341.83261 330.43808 C 341.14368 331.1847 340.48343 331.95044 339.84976 332.72821 C 339.55444 333.09073 339.27597 333.44849 338.99265 333.81094 C 338.92065 333.90216 338.84863 333.99579 338.77905 334.08456 L 338.62537 334.27667 L 336.45526 338.05289 C 335.651 339.3348 334.78922 340.58795 333.85294 341.80984 C 330.94098 345.6124 327.292 349.21338 323.52777 352.159 C 316.82285 357.40674 309.33536 361.31976 301.1323 363.56201 C 295.2532 365.17038 287.05023 366.2291 281.59845 363.09628 Z" fill="black"/><path d="M 308.19708 404.67249 C 306.3366 404.06992 304.85056 402.43265 303.69598 400.81458 C 302.67322 399.38617 301.90024 397.737 301.28088 396.06616 C 300.4838 393.9248 299.9509 391.66098 299.63406 389.27237 C 299.37955 387.36627 299.35797 385.2537 299.53076 383.28043 C 299.95575 378.4143 301.8955 373.81946 306.02936 371.14032 C 306.69672 370.70825 307.3905 370.37451 308.12741 370.06967 C 308.61957 369.86801 309.19098 369.84637 309.76709 369.8056 C 310.80414 369.736 311.8172 369.66156 312.83752 369.5535 C 314.29462 369.40231 315.7615 369.21988 317.19461 369.0494 C 321.33328 368.56451 325.44565 367.67139 329.32501 366.62482 C 339.01392 364.01285 348.09549 359.88864 355.95758 353.63007 C 357.51324 352.39142 358.9751 351.12625 360.44913 349.70032 C 361.49579 348.68723 362.51126 347.55649 363.44748 346.53629 C 364.43176 345.4632 365.68732 344.56296 366.88034 343.76828 C 369.29059 342.1623 372.16425 341.01953 375.0857 340.4555 C 376.39886 340.20337 377.71445 339.9441 379.10687 339.85764 C 381.27454 339.72562 383.62231 339.67285 385.77576 339.96576 C 387.46817 340.19855 389.10303 340.4458 390.66583 340.95715 C 391.28278 341.16116 391.86853 341.39886 392.47104 341.59811 C 385.8382 340.65231 378.33621 341.17084 372.72116 343.66507 C 371.55203 344.18607 370.44296 344.73099 369.37228 345.42953 C 368.72894 345.84967 368.10474 346.30579 367.50214 346.80511 L 365.80243 348.37756 L 364.89026 349.4794 C 364.2373 350.20435 363.61069 350.98703 362.90973 351.70963 C 360.64603 354.04544 358.24054 356.25885 355.7391 358.1337 C 347.044 364.65622 337.12704 368.87897 326.2378 371.21234 C 322.39679 372.0358 318.44531 372.62158 314.36908 372.95285 L 309.3422 373.24808 L 308.00745 373.84589 C 307.50089 374.11713 307.016 374.4316 306.56943 374.8157 C 303.75589 377.22836 302.72366 380.59409 302.2171 384.21423 C 301.67935 388.0312 302.19067 392.1316 303.1077 395.54523 C 303.49182 396.98322 303.99838 398.3588 304.62018 399.62875 C 305.45319 401.33792 306.66312 403.24167 308.38666 404.18512 C 309.04211 404.5452 309.8631 404.89325 310.71054 404.8021 C 309.97357 405.1141 308.88123 404.89566 308.19708 404.67249 Z" fill="black"/><path d="M 376.59866 333.49438 C 376.04178 332.6518 375.59525 331.72034 375.30475 330.73608 C 375.0863 330.00623 374.95905 329.23563 374.92062 328.41461 C 374.68057 323.45728 378.2623 320.03406 381.85364 317.33093 C 380.96783 318.78815 380.13724 320.26453 379.42426 321.8081 C 378.20947 324.43445 377.21088 327.3872 377.53015 330.66406 C 377.73657 332.8006 378.40637 334.6995 379.28741 336.50003 C 378.2695 335.58057 377.31885 334.5915 376.59866 333.49438 Z" fill="black"/><path d="M 296.16653 403.1927 C 294.33487 402.90704 292.67358 402.42926 291.06763 401.73785 C 289.84567 401.2146 288.70538 400.4704 287.6803 399.56775 C 284.14423 396.46371 282.9559 391.78491 283.51044 386.75803 C 283.67365 385.26248 283.94977 383.8244 284.30026 382.42493 L 284.83557 380.50201 L 282.81421 380.19714 C 281.80118 380.01944 280.80011 379.8106 279.80865 379.5657 C 276.50299 378.75192 273.06528 377.5156 270.67426 374.8917 C 268.88574 372.93277 268.09363 370.35938 268.5281 367.46658 C 268.83298 365.4212 269.642 363.60635 270.58548 361.8756 C 271.74738 359.73895 273.21655 357.80167 274.94745 355.91956 C 273.99435 358.57706 272.79636 361.06897 271.9418 363.77444 C 271.49527 365.18835 271.09436 366.72476 271.15198 368.36197 C 271.18082 369.2743 271.37527 370.09769 271.68497 370.8515 C 272.09543 371.85974 272.98605 372.70001 273.8407 373.33856 C 275.12744 374.30594 276.69507 374.87256 278.29144 375.3934 C 279.29251 375.72232 280.34882 375.9696 281.3931 376.17126 C 282.73505 376.43295 284.07938 376.64178 285.47894 376.83136 C 285.95428 376.89868 286.44394 376.94904 286.93613 376.99945 C 287.01532 377.00906 287.46667 376.99945 287.51224 377.05942 C 287.85553 377.52524 288.14362 378.0557 288.4581 378.5431 C 288.69095 378.9103 288.89264 379.14325 289.09192 379.52975 L 288.98868 379.82257 C 288.92142 380.0147 288.8566 380.21393 288.79184 380.4035 C 288.26126 381.94232 287.79071 383.52435 287.46667 385.16885 C 286.93613 387.84067 286.71521 390.94705 287.47147 393.57098 C 287.67548 394.28638 287.97797 394.97778 288.35248 395.60184 C 288.66934 396.13733 289.00546 396.61737 289.41837 397.10468 C 290.14575 397.9737 291.02197 398.63153 291.91019 399.21243 C 294.15244 400.68643 296.7883 401.44504 299.4194 402.13165 C 300.8189 402.49893 302.24011 402.82538 303.66846 403.1015 C 301.36145 403.6152 298.51434 403.5624 296.16653 403.1927 Z" fill="black"/><path d="M 364.04654 347.15765 C 361.01459 355.64142 361.67963 361.86145 353.55582 371.58398 C 359.2309 373.16605 365.1749 375.57861 367.1386 365.60889 C 370.97964 371.50235 376.07858 368.74405 376.95001 360.30106 C 382.34427 366.9916 385.39789 363.31863 385.38104 356.01114 C 391.82196 361.2205 395.95584 356.82974 397.57147 350.52094 C 392.53741 349.41669 376.80356 353.1376 372.05267 343.0982 L 364.04654 347.15765 Z" fill="#ea761a"/><path d="M 364.04654 347.15765 C 361.01459 355.64142 361.67963 361.86145 353.55582 371.58398 C 359.2309 373.16605 365.1749 375.57861 367.1386 365.60889 C 370.97964 371.50235 376.07858 368.74405 376.95001 360.30106 C 382.34427 366.9916 385.39789 363.31863 385.38104 356.01114 C 391.82196 361.2205 395.95584 356.82974 397.57147 350.52094 C 392.53741 349.41669 376.80356 353.1376 372.05267 343.0982 L 364.04654 347.15765 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 394.11249 324.513 C 395.06555 326.76483 394.0813 329.4295 391.91113 330.46414 C 389.73862 331.50128 387.20596 330.5194 386.2529 328.26758 C 385.29742 326.01825 386.28165 323.35349 388.45425 322.3165 C 390.62436 321.28186 393.15707 322.26367 394.11249 324.513 Z" fill="#ea761a"/><path d="M 394.11249 324.513 C 395.06555 326.76483 394.0813 329.4295 391.91113 330.46414 C 389.73862 331.50128 387.20596 330.5194 386.2529 328.26758 C 385.29742 326.01825 386.28165 323.35349 388.45425 322.3165 C 390.62436 321.28186 393.15707 322.26367 394.11249 324.513 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 391.97302 325.60217 C 392.32593 326.43756 391.961 327.42422 391.15683 327.80835 C 390.3502 328.1948 389.4116 327.82993 389.05865 326.99448 C 388.70337 326.1615 389.0683 325.1748 389.8749 324.7884 C 390.6791 324.40424 391.6177 324.7691 391.97302 325.60217 Z" fill="#ea761a"/><path d="M 391.97302 325.60217 C 392.32593 326.43756 391.961 327.42422 391.15683 327.80835 C 390.3502 328.1948 389.4116 327.82993 389.05865 326.99448 C 388.70337 326.1615 389.0683 325.1748 389.8749 324.7884 C 390.6791 324.40424 391.6177 324.7691 391.97302 325.60217 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 393.34122 324.13898 C 394.29422 326.39087 393.31003 329.05548 391.13983 330.09021 C 388.96722 331.12726 386.43457 330.14545 385.4815 327.89365 C 384.5261 325.64423 385.51035 322.97961 387.6829 321.94247 C 389.85312 320.90784 392.3858 321.88965 393.34122 324.13898 Z" fill="black"/><path d="M 393.34122 324.13898 C 394.29422 326.39087 393.31003 329.05548 391.13983 330.09021 C 388.96722 331.12726 386.43457 330.14545 385.4815 327.89365 C 384.5261 325.64423 385.51035 322.97961 387.6829 321.94247 C 389.85312 320.90784 392.3858 321.88965 393.34122 324.13898 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 391.20554 325.22821 C 391.55844 326.06363 391.19351 327.0503 390.38934 327.43442 C 389.58276 327.82095 388.6441 327.45602 388.29123 326.6206 C 387.93588 325.78757 388.30081 324.8009 389.10742 324.41446 C 389.91162 324.03033 390.85028 324.39526 391.20554 325.22821 Z" fill="white"/><path d="M 415.78287 475.16425 L 440.7731 497.8411 C 438.176 494.99905 440.82077 477.66315 453.13977 483.4333 C 453.13208 478.91492 448.43716 476.57825 444.37906 477.16916 C 445.45706 471.17984 441.6387 466.58194 435.02066 469.9125 C 435.3988 466.16418 426.45163 462.31226 423.1708 466.70657 C 420.51797 461.42932 412.92596 456.55597 407.908 459.07904 C 412.17471 463.76093 418.65076 472.15732 415.78287 475.16425 Z" fill="#6974fb"/><path d="M 415.78287 475.16425 L 440.7731 497.8411 C 438.176 494.99905 440.82077 477.66315 453.13977 483.4333 C 453.13208 478.91492 448.43716 476.57825 444.37906 477.16916 C 445.45706 471.17984 441.6387 466.58194 435.02066 469.9125 C 435.3988 466.16418 426.45163 462.31226 423.1708 466.70657 C 420.51797 461.42932 412.92596 456.55597 407.908 459.07904 C 412.17471 463.76093 418.65076 472.15732 415.78287 475.16425 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 473.63034 555.8343 C 456.48483 558.63464 445.9123 542.2688 443.53629 527.59686 C 450.29694 501.11655 428.4753 478.4842 402.54788 467.91095 C 393.61075 464.26544 376.06073 464.88104 374.12738 466.12704 C 373.32419 471.47015 375.04141 478.32056 377.64706 485.6908 C 379.33337 490.83664 386.08997 502.12006 392.73682 506.96313 C 408.96988 518.779 428.28653 506.80334 431.53174 532.0155 C 428.25201 536.16876 427.0004 548.42395 429.39157 559.3739 C 432.32513 572.8059 444.49048 585.72302 448.221 584.2527 C 443.6488 580.1703 438.66772 560.8755 446.1792 558.0218 C 454.73883 566.8781 463.14941 567.08142 471.44174 560.726 L 473.63034 555.8343 Z" fill="#6974fb"/><path d="M 469.6531 556.2727 C 471.20618 556.27112 472.69104 556.0893 474.1527 555.81805 C 472.43112 556.0288 470.63184 556.11377 468.78348 555.90973 C 456.94958 554.6178 449.8204 543.99524 446.79868 533.87024 C 446.4818 532.80518 446.21326 531.72913 445.98074 530.64233 L 445.42453 527.63123 L 445.74564 526.39105 C 446.01886 525.24237 446.25464 524.04315 446.42645 522.8473 C 446.92361 519.4198 446.95572 516.12732 446.60382 512.95233 C 445.66104 504.44687 441.9677 496.4851 436.3218 489.50513 C 435.5755 488.58133 434.81662 487.68695 434.02524 486.81116 C 428.8343 481.0669 422.73212 476.43927 416.10278 472.60349 C 413.50339 471.1018 410.81223 469.73267 408.0185 468.4892 C 405.71292 467.4635 403.44147 466.46576 400.8982 465.79315 C 398.0655 465.0474 394.97052 464.65527 392.122 464.45526 C 387.31326 464.11923 382.51056 464.10852 377.98874 464.72992 C 376.87433 464.88443 375.65875 465.00403 374.64487 465.45908 C 374.39557 465.5736 374.09338 465.93228 374.0754 466.21426 C 374.05469 466.56653 374.25159 467.0815 374.323 467.42316 C 374.45483 468.04364 374.59195 468.66254 374.73935 469.27844 C 375.23987 471.36075 375.78036 473.49393 376.77704 475.4175 C 377.32443 476.47443 378.05942 477.5182 378.98508 478.21277 C 380.29562 479.19958 381.98141 479.60648 383.80893 479.9287 C 382.35858 479.5829 381.0357 479.19116 379.8743 478.4647 C 378.39612 477.54343 377.48318 475.86383 376.92633 474.26645 C 376.4687 472.9498 376.14355 471.5859 375.88116 470.19888 L 375.31451 466.48642 C 376.52585 466.14178 377.8891 466.09692 379.18335 466.04236 C 380.8823 465.97388 382.6016 465.9699 384.33206 466.02628 C 388.76886 466.1773 393.73175 466.621 398.25336 467.76923 L 402.55655 469.1619 L 409.08871 472.332 C 411.2194 473.45123 413.29694 474.63657 415.32504 475.90833 C 418.61078 477.96985 421.7566 480.25766 424.69705 482.7701 C 427.80234 485.4263 430.727 488.31866 433.3735 491.5716 C 436.64285 495.59253 439.38742 500.12784 441.16052 504.74048 C 443.10312 509.78775 444.04688 515.122 443.6999 520.85022 C 443.61188 522.3169 443.43527 523.81653 443.15543 525.3346 C 443.0126 526.11633 442.637 527.07153 442.73938 527.81842 C 442.90894 529.05493 443.2659 530.29285 443.589 531.48816 C 444.02676 533.11084 444.55652 534.71075 445.1832 536.2716 C 448.22144 543.84247 453.60507 551.2174 461.10214 554.48706 C 462.81793 555.23572 464.69373 555.79553 466.7094 556.073 C 467.71106 556.21307 468.6896 556.27588 469.6531 556.2727 Z" fill="black"/><path d="M 449.03986 585.63812 L 449.21088 585.58044 C 449.3168 585.2702 449.35364 584.96454 449.4273 584.64355 C 449.50287 584.32544 449.5918 584.029 449.64413 583.7043 C 449.67163 583.54834 449.74487 583.3955 449.7516 583.23328 C 449.75555 583.1828 449.4816 582.98096 449.43817 582.93677 C 449.19537 582.69653 448.98444 582.42773 448.7644 582.14026 C 447.70364 580.74658 446.99261 579.16595 446.37009 577.62274 C 445.00162 574.22717 444.1253 570.62573 443.92807 566.87848 C 443.79932 564.401 444.07846 561.0351 445.98846 559.40955 L 446.61328 559.03223 L 448.8427 561.0146 C 451.7127 563.33197 455.0685 565.20337 459.18286 565.30237 C 459.7145 565.31567 460.2312 565.30194 460.74237 565.25067 C 461.26544 565.20154 461.77917 565.12146 462.2854 565.0158 C 464.71704 564.51093 467.00192 563.40002 469.14352 561.92743 C 469.61188 561.6078 470.06958 561.27887 470.51526 560.9358 C 470.76013 560.74982 471.10025 560.549 471.2931 560.3125 C 471.39127 560.19812 472.18796 558.7492 472.2658 558.6118 C 472.74533 557.77252 473.2237 556.92572 473.70163 556.08118 C 473.18213 556.8988 472.6598 557.7184 472.13583 558.53284 C 471.96356 558.80475 471.78818 559.081 471.6139 559.35004 C 471.41443 559.6659 471.27063 559.88678 471.17056 560.0398 L 471.0973 560.15125 L 468.02908 562.1234 C 464.84924 563.91254 461.38763 564.96472 457.49377 564.11237 C 456.72852 563.94574 456.01166 563.7121 455.32666 563.4353 C 454.5596 563.12695 453.8349 562.7578 453.14258 562.34326 C 451.44894 561.3304 449.93524 560.08594 448.52783 558.69458 C 447.97144 558.14545 447.16812 556.9361 446.15744 557.34528 C 445.97876 557.41864 445.79327 557.503 445.62344 557.5949 C 442.29892 559.4171 441.68338 564.11078 441.8148 567.77588 C 441.843 568.5146 441.89255 569.24243 441.97104 569.9583 C 442.05219 570.70148 442.15771 571.44397 442.28314 572.1706 C 442.4107 572.9123 442.55978 573.64307 442.72739 574.36493 C 442.99655 575.5069 443.30914 576.63696 443.68246 577.74127 L 444.95712 580.9912 L 442.68457 578.97662 C 436.90985 572.9759 432.38889 565.14612 430.5736 557.38623 C 430.61148 557.5587 430.5416 557.2221 430.50604 557.05017 C 430.45294 556.78473 430.40173 556.52222 430.3522 556.25018 C 430.18933 555.3488 430.04797 554.4366 429.93976 553.51562 C 429.6009 550.59888 429.55154 547.5749 429.87494 544.48236 C 430.18616 541.51453 430.81598 538.4956 431.87335 535.9275 C 432.0902 535.40265 432.33289 534.89697 432.59769 534.4049 C 432.83908 533.96234 433.21265 533.5578 433.42245 533.11456 C 433.74207 532.44934 433.7927 531.71973 433.69476 531.0589 C 433.27927 528.23102 432.58432 525.4807 431.39594 522.87494 C 429.74503 519.25647 427.02478 516.49036 423.5601 514.83606 C 418.26035 512.30725 411.43134 512.25867 405.39847 510.9292 C 402.43225 510.27692 399.6731 509.39056 397.1702 508.1157 C 396.3379 507.69342 395.53809 507.23798 394.75781 506.74207 C 394.55188 506.61066 394.35098 506.47766 394.14862 506.33963 C 394.1009 506.30682 394.04584 506.27283 393.9961 506.23718 L 393.86313 506.14792 L 391.03207 503.84482 C 388.32416 501.35394 385.97891 498.34177 383.79999 495.17374 C 381.87881 492.38272 380.12344 489.46729 378.86688 486.47415 C 378.40524 485.3738 377.98422 484.1808 377.56345 483.08264 C 376.29727 479.7709 375.03018 476.46387 373.75964 473.14886 C 374.03278 473.99164 374.30737 474.83966 374.57855 475.67972 C 374.85165 476.5225 375.12665 477.3682 375.39783 478.20825 C 375.67096 479.05103 375.94608 479.89667 376.21716 480.7367 C 377.07556 483.3891 377.81879 486.11383 378.93652 488.67795 C 380.72113 492.7685 383.07547 496.76697 385.87494 500.5076 C 387.28748 502.39478 388.77716 504.19077 390.4054 505.76743 C 391.1238 506.462 391.87164 507.19843 392.68655 507.74677 C 393.42273 508.24463 394.12372 508.79 394.88525 509.26797 C 396.57248 510.33093 398.39105 511.21463 400.3259 511.9653 C 403.17062 513.07147 406.28125 513.80273 409.49496 514.40607 C 414.18262 515.29108 419.03696 515.89355 422.82892 517.97357 C 426.0137 519.72223 428.06952 522.96613 429.134 526.37152 C 429.4911 527.5119 429.7647 528.6839 429.9801 529.8676 C 430.07095 530.36145 430.14813 530.85034 430.2169 531.3451 L 430.25638 531.63245 L 429.23679 533.29553 C 426.2642 539.03864 425.66467 546.90405 426.29648 553.09503 C 426.44522 554.5326 426.65387 555.9345 426.93246 557.3269 C 427.28275 559.073 427.7577 560.77533 428.3661 562.4403 C 429.1668 564.6316 430.15198 566.77252 431.29755 568.86115 C 432.76 571.53003 434.52414 574.1884 436.44653 576.62616 C 437.99667 578.5913 439.6505 580.4236 441.45236 582.05267 C 442.6881 583.17255 443.9773 584.2116 445.46347 584.99048 C 446.47635 585.52252 447.89767 586.01935 449.03986 585.63812 Z" fill="black"/><path d="M 392.6246 495.00363 C 394.31863 494.53448 395.97913 493.81314 397.49097 492.77322 C 402.0798 489.62842 404.42114 484.6589 405.02148 478.6828 C 405.27298 476.19196 405.20782 473.79645 405.05414 471.41946 C 403.62012 479.55222 401.1415 487.29108 394.854 491.81586 C 393.69217 492.65424 392.49405 493.35226 391.25534 493.92126 C 389.41928 494.7675 387.52792 495.36035 385.578 495.84293 C 388.0449 495.82935 390.34567 495.63782 392.6246 495.00363 Z" fill="black"/><path d="M 399.80746 503.36148 C 401.47964 511.1862 400.16489 516.5829 406.17386 526.0938 C 400.99237 526.82074 395.47833 528.24463 394.92065 519.24152 C 390.8458 523.97852 386.68231 520.9505 386.90894 513.4167 C 381.3727 518.67114 379.11728 515.08014 379.99026 508.65002 C 373.70853 512.47864 370.58478 508.12988 369.90576 502.38657 C 374.46548 502.00583 387.87646 507.12753 393.23611 498.85095 L 399.80746 503.36148 Z" fill="#6974fb"/><path d="M 399.80746 503.36148 C 401.47964 511.1862 400.16489 516.5829 406.17386 526.0938 C 400.99237 526.82074 395.47833 528.24463 394.92065 519.24152 C 390.8458 523.97852 386.68231 520.9505 386.90894 513.4167 C 381.3727 518.67114 379.11728 515.08014 379.99026 508.65002 C 373.70853 512.47864 370.58478 508.12988 369.90576 502.38657 C 374.46548 502.00583 387.87646 507.12753 393.23611 498.85095 L 399.80746 503.36148 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 392.67337 475.86877 C 391.72366 478.3657 388.93045 479.71848 386.434 478.89066 C 383.93942 478.06573 382.69073 475.37375 383.64044 472.87686 C 384.5921 470.3827 387.38531 469.02997 389.87985 469.8549 C 392.37628 470.6827 393.62506 473.3747 392.67337 475.86877 Z" fill="black"/><path d="M 392.67337 475.86877 C 391.72366 478.3657 388.93045 479.71848 386.434 478.89066 C 383.93942 478.06573 382.69073 475.37375 383.64044 472.87686 C 384.5921 470.3827 387.38531 469.02997 389.87985 469.8549 C 392.37628 470.6827 393.62506 473.3747 392.67337 475.86877 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 390.16306 475.1172 C 389.81216 476.0426 388.77536 476.54477 387.84995 476.23535 C 386.92651 475.9287 386.46387 474.93057 386.81473 474.0052 C 387.16757 473.08252 388.20438 472.58044 389.12778 472.88705 C 390.0532 473.19647 390.51584 474.19464 390.16306 475.1172 Z" fill="white"/><path d="M 315.19626 503.27756 L 309.10336 543.39062 C 309.36359 538.7683 293.7388 524.60535 286.63428 539.33624 C 283.21231 535.11743 285.81378 529.37714 290.04251 526.84814 C 284.49673 522.0802 284.57062 514.89417 293.26587 512.97363 C 290.06964 509.76993 295.49216 499.38736 301.88528 500.9948 C 300.35547 494.05533 303.73672 483.75122 310.32684 482.29865 C 309.90863 489.89957 310.23828 502.64322 315.19626 503.27756 Z" fill="#6d6912"/><path d="M 315.19626 503.27756 L 309.10336 543.39062 C 309.36359 538.7683 293.7388 524.60535 286.63428 539.33624 C 283.21231 535.11743 285.81378 529.37714 290.04251 526.84814 C 284.49673 522.0802 284.57062 514.89417 293.26587 512.97363 C 290.06964 509.76993 295.49216 499.38736 301.88528 500.9948 C 300.35547 494.05533 303.73672 483.75122 310.32684 482.29865 C 309.90863 489.89957 310.23828 502.64322 315.19626 503.27756 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 360.37427 479.71823 C 343.81323 474.76978 328.20563 475.10336 315.90976 493.7116 L 299.2395 556.60596 C 289.51816 578.36505 262.26764 581.97516 253.65353 558.0036 C 247.702 561.5014 248.24934 572.40942 257.32928 587.1947 C 256.08243 596.01654 257.38123 604.59955 261.2955 612.9362 C 264.78311 602.8109 265.9404 592.95496 289.10031 580.53998 L 329.06287 558.5717 C 340.225 549.12097 348.64478 538.2262 349.14392 523.15076 C 349.89691 514.51135 349.68915 506.07697 357.03525 496.04617 C 359.5827 490.26727 362.22562 484.4647 360.37427 479.71823 Z" fill="#6d6912"/><path d="M 264.74863 603.53894 C 267.90518 596.68042 272.48422 590.6053 277.87115 585.87512 C 282.77338 581.57263 288.44537 578.1642 294.47803 575.17065 C 303.0502 570.92053 312.27103 567.35724 320.41092 562.58392 C 326.32797 559.11694 331.56653 555.0027 336.03229 549.82184 C 337.11298 548.57025 338.12402 547.24677 339.09143 545.86743 L 341.85574 541.60315 L 343.79614 537.24976 C 344.32233 535.7578 344.74841 534.24133 345.1592 532.7138 C 345.81445 530.26178 346.37958 527.8051 346.92917 525.3252 C 348.25467 519.3191 349.46603 513.25226 351.2624 507.34894 C 353.1424 501.16495 355.88617 493.26636 362.11932 490.06445 C 357.55408 492.86035 355.35837 498.3932 353.96542 503.30518 C 353.43857 505.16113 352.9949 507.0332 352.60638 508.919 C 351.9484 512.1137 351.42038 515.3454 350.91702 518.576 C 350.29507 522.57098 349.7394 526.57404 349.00381 530.54047 C 348.3905 533.8355 347.7154 537.12128 346.57327 540.29077 C 345.90771 542.13672 345.00989 543.88464 343.96613 545.65167 C 342.2543 548.55005 340.36264 551.2237 338.26434 553.65442 C 333.06882 559.67792 326.7667 564.25037 319.64127 568.021 C 309.15628 573.56958 297.02652 577.2248 286.77081 583.01794 C 280.47733 586.5738 274.90253 590.9872 270.42511 596.65582 C 266.35959 601.80383 263.22208 607.85596 261.01459 613.8369 C 262.01123 610.3623 263.19699 606.9121 264.74863 603.53894 Z" fill="black"/><path d="M 281.21643 574.5774 C 279.94254 574.76642 278.68079 574.8459 277.44586 574.84454 C 274.63553 574.8451 271.89279 574.4428 269.22467 573.8042 C 268.13379 573.54675 267.06271 573.24963 265.99216 572.91534 C 265.58224 572.78986 265.1824 572.6645 264.77655 572.52563 C 264.46634 572.42236 264.1597 572.3134 263.8505 572.2049 C 263.16074 571.96857 263.4815 572.09393 263.57352 572.1056 C 262.42712 571.80518 261.37042 570.9701 260.47653 570.2132 C 259.62747 569.4972 258.86655 568.70703 258.1514 567.87347 C 256.15585 565.55548 254.29405 562.45453 254.31589 559.01984 C 254.50966 562.99194 257.15399 566.1949 259.76492 568.50043 C 260.62277 569.26135 261.5834 570.0288 262.66086 570.57904 C 263.54095 571.0327 264.48523 571.21777 265.4259 571.45825 C 266.31259 571.68994 267.20096 571.88904 268.09741 572.07123 C 272.86539 573.04486 278.10236 573.47845 283.353 571.69434 C 285.08197 571.10742 286.63245 570.31012 288.0328 569.32758 C 290.18503 567.81866 291.9761 565.94196 293.54068 563.73352 C 296.53018 559.5193 298.3173 554.7193 299.76535 550.05823 C 301.18472 545.4909 302.24924 540.8291 303.23145 536.15558 C 305.40442 525.81866 307.13626 515.35925 310.26169 505.2401 C 312.37616 498.38922 315.35254 490.99667 320.22534 485.2466 C 323.2764 481.64563 327.00262 478.76947 331.64536 477.03793 C 334.2421 476.07126 337.1199 475.51706 339.7605 475.32132 C 345.96103 474.86646 351.94858 476.06796 357.64648 477.88345 C 358.11954 478.03516 358.59225 478.18454 359.06671 478.34082 C 359.7718 478.57822 360.50992 478.6812 360.9618 479.31317 C 361.25275 479.72562 361.2843 480.4773 361.33972 480.9781 C 361.5823 483.2705 361.0814 485.3895 360.16614 487.414 C 358.37604 491.3685 355.0484 494.45465 351.38367 496.37778 C 350.04068 497.0838 348.49158 497.658 346.87271 497.89343 C 348.1527 497.6287 349.2772 497.16766 350.33203 496.60547 C 351.27792 496.1023 352.15811 495.51422 352.98645 494.8673 C 356.71582 491.95328 360.1796 487.22006 359.89462 482.2265 L 359.53827 480.30148 L 357.85358 479.8457 C 356.4924 479.49731 355.13077 479.19601 353.7506 478.9191 C 349.9414 478.1593 346.06686 477.78183 342.04172 478.00116 C 340.39447 478.09268 338.72504 478.32324 337.01422 478.71527 C 329.86334 480.3596 324.8556 484.6761 321.2106 490.42914 C 317.49814 496.28824 315.42664 502.6461 313.694 508.97394 C 311.01355 518.76434 309.31992 528.79108 306.94626 538.65088 C 305.84592 543.21802 304.61566 547.7307 303.02557 552.1798 C 301.78964 555.6375 300.31287 559.03143 298.31534 562.31287 C 294.5047 568.5724 289.14108 573.40564 281.21643 574.5774 Z" fill="black"/><path d="M 340.41873 522.22308 C 344.22507 531.05927 349.27368 535.43164 349.99646 548.93817 C 355.58438 546.0456 361.97998 543.60486 356.26254 534.38678 C 363.5516 536.19403 365.52551 530.32812 360.0624 523.10254 C 369.14691 524.40027 368.86005 519.3108 363.53033 513.61298 C 372.34882 513.00024 372.3837 506.5613 369.0537 500.44928 C 364.31708 503.25323 354.7337 517.60754 343.71988 513.2256 L 340.41873 522.22308 Z" fill="#6d6912"/><path d="M 340.41873 522.22308 C 344.22507 531.05927 349.27368 535.43164 349.99646 548.93817 C 355.58438 546.0456 361.97998 543.60486 356.26254 534.38678 C 363.5516 536.19403 365.52551 530.32812 360.0624 523.10254 C 369.14691 524.40027 368.86005 519.3108 363.53033 513.61298 C 372.34882 513.00024 372.3837 506.5613 369.0537 500.44928 C 364.31708 503.25323 354.7337 517.60754 343.71988 513.2256 L 340.41873 522.22308 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 332.6806 501.97403 C 332.14227 501.57135 331.63303 501.14667 331.14832 500.70087 C 330.46872 500.07855 329.82281 499.42325 329.22415 498.7288 C 326.88055 496.01758 325.28027 492.79456 323.83792 489.28214 C 327.39096 494.5518 331.56271 499.21704 337.45297 502.40964 C 338.2712 502.85388 339.0867 503.25674 339.9238 503.62698 C 343.11462 505.04324 346.41837 505.90933 349.80307 506.46585 C 343.66498 506.73444 337.7768 505.8125 332.6806 501.97403 Z" fill="black"/><path d="M 347.56516 482.4999 C 349.35895 484.3957 349.36755 487.42676 347.5859 489.27133 C 345.8025 491.11877 342.90125 491.0827 341.10742 489.18692 C 339.31186 487.29413 339.30331 484.2629 341.08667 482.4154 C 342.86835 480.57086 345.76965 480.6071 347.56516 482.4999 Z" fill="#6d6912"/><path d="M 347.56516 482.4999 C 349.35895 484.3957 349.36755 487.42676 347.5859 489.27133 C 345.8025 491.11877 342.90125 491.0827 341.10742 489.18692 C 339.31186 487.29413 339.30331 484.2629 341.08667 482.4154 C 342.86835 480.57086 345.76965 480.6071 347.56516 482.4999 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 345.8332 484.38425 C 346.4988 485.08923 346.50214 486.21408 345.8415 486.8984 C 345.17914 487.58563 344.10419 487.57156 343.4386 486.8667 C 342.77124 486.16464 342.76788 485.03967 343.43024 484.35245 C 344.09094 483.66833 345.16586 483.6823 345.8332 484.38425 Z" fill="#6d6912"/><path d="M 345.8332 484.38425 C 346.4988 485.08923 346.50214 486.21408 345.8415 486.8984 C 345.17914 487.58563 344.10419 487.57156 343.4386 486.8667 C 342.77124 486.16464 342.76788 485.03967 343.43024 484.35245 C 344.09094 483.66833 345.16586 483.6823 345.8332 484.38425 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 339.10947 488.19864 C 340.3324 490.57306 343.25693 491.6055 345.64474 490.50537 C 348.03091 489.40823 348.97427 486.5925 347.75131 484.218 C 346.52655 481.8464 343.60202 480.8139 341.216 481.91107 C 338.828 483.01123 337.8848 485.82687 339.10947 488.19864 Z" fill="black"/><path d="M 339.10947 488.19864 C 340.3324 490.57306 343.25693 491.6055 345.64474 490.50537 C 348.03091 489.40823 348.97427 486.5925 347.75131 484.218 C 346.52655 481.8464 343.60202 480.8139 341.216 481.91107 C 338.828 483.01123 337.8848 485.82687 339.10947 488.19864 Z" stroke="black" stroke-linecap="butt" stroke-linejoin="bevel" stroke-width=".5"/><path d="M 341.5216 487.16687 C 341.9739 488.0486 343.06128 488.43066 343.94672 488.02197 C 344.83005 487.61615 345.17838 486.57178 344.72607 485.68994 C 344.27179 484.81107 343.18439 484.42902 342.30093 484.83487 C 341.41565 485.24362 341.06741 486.28796 341.5216 487.16687 Z" fill="white"/></g></g></svg>
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
In accordance with the [[Philosophy of Tiddlers]], documentation tiddlers are typically short and interlinked.
When a tiddler seems as if it needs to contain subheadings, this is often a sign that it should in fact be split into several tiddlers. But it is reasonable for a [[reference tiddler|Reference Tiddlers]] to consist of an untitled introductory section followed by a titled section of details.
Consistency of terminology is essential if the reader is not to become confused. Consistent typography and punctuation lend a professional quality to the documentation. Macros can improve the consistency and maintainability of the text.
Use numbered lists for step-by-step instructions, and bullet points for lists whose order is arbitrary. Use a definition list in preference to a bulleted list if each bulleted item would begin with a term and a colon. If at all possible, avoid burdening the reader with a nested list.
Use a table when information naturally falls into three or more columns, and also for lists of parameters, attributes, etc in [[reference tiddlers|Reference Tiddlers]].
The documentation describes the current reality of ~TiddlyWiki. Avoid discussing future aspirations.
Many documentation tiddlers, especially the [[reference ones|Reference Tiddlers]], are concerned with a single concept. Their titles should be succinct noun phrases like <<.tid "List Widget">> or <<.tid "Tiddler Fields">>.
Each of the main words of such a title begins with a capital letter. Minor words such as <<.word and>>, <<.word or>>, <<.word the>>, <<.word to>> and <<.word with>> do not.
Tags also follow this pattern.
Titles of this kind are plural if they denote a category of items, e.g. <<.tid "Keyboard Shortcuts">> or <<.tid "Tiddler Fields">>. Such titles are used to tag more specific tiddlers within the category.
Where a concept is an item rather than a category, its tiddler has a singular title, e.g. <<.tid "List Widget">>, <<.tid "tag Operator">>.
Start a title with its most distinctive part. For instance, the tiddlers documenting the filter operators have titles like <<.tid "addprefix Operator">>. This helps the reader scan a list of links to find a particular tiddler.
Avoid starting a title with the word <<.word the>>.
In the past, many tiddlers had CamelCase titles. This is gradually being phased out of the documentation to improve readability. ~CamelCase titles should no longer be used, even for tags, except in cases like <<.tid ~JavaScript>> where that is the standard spelling.
[[Instruction tiddlers|Instruction Tiddlers]] often have longer titles that can be more complicated than just a noun phrase, e.g. <<.tid "Ten reasons to switch to ~TiddlyWiki">>. These titles use sentence case, i.e. only the first word (and any proper names) starts with a capital letter.
How-to tiddlers have titles that begin with <<.word "How to">>, e.g. <<.tid "How to edit a tiddler">>. Avoid titles like <<.tid "Editing tiddlers">>, because a less fluent English speaker could misunderstand that as the name of a category of tiddlers.
\define lingo-base() $:/language/Docs/Fields/
TiddlerFields are name:value pairs that make up a [[tiddler|Tiddlers]]. Field names must be lowercase letters, digits or the characters `-` (dash), `_` (underscore) and `.` (period).
The standard fields are:
|!Field Name |!Reference |!Description |
|`title` |TitleField |<<lingo title>> |
|`text` |TextField |<<lingo text>> |
|`modified` |ModifiedField |<<lingo modified>> |
|`modifier` |ModifierField |<<lingo modifier>> |
|`created` |CreatedField |<<lingo created>> |
|`creator` |CreatorField |<<lingo creator>> |
|`tags` |TagsField |<<lingo tags>> |
|`type` |TypeField |<<lingo type>> |
|`list` |ListField |<<lingo list>> |
Other fields used by the core are:
|!Field Name |!Reference |!Description |
|`color` |ColorField |<<lingo color>> |
|`description` |DescriptionField |<<lingo description>> |
|`draft.of` |DraftOfField |<<lingo draft.of>> |
|`draft.title` |DraftTitleField |<<lingo draft.title>> |
|`footer` |FooterField |<<lingo footer>> |
|`library` |LibraryField |<<lingo library>> |
|`name` |NameField |<<lingo name>> |
|`plugin-priority` |PluginPriorityField |<<lingo plugin-priority>> |
|`plugin-type` |PluginTypeField |<<lingo plugin-type>> |
|`source` |SourceField |<<lingo source>> |
|`subtitle` |SubtitleField |<<lingo subtitle>> |
The TiddlyWebAdaptor uses a few more fields:
|!Field Name |!Reference |!Description |
|`bag` |BagField |<<lingo bag>> |
|`revision` |RevisionField |<<lingo revision>> |
See the ''Advanced > TiddlerFields'' tab of the [[control panel|$:/ControlPanel]] for details of the fields used in this wiki.
Tiddlers can be stored in text files in several different formats. Files containing single tiddlers can also have an auxiliary `.meta` file formatted as a sequence of name:value pairs:
```
title: TheTitle
modifier: someone
```
!! ~TiddlyWeb-style .tid files
These files consist of a sequence of lines containing name:value pairs, a blank line and then the text of the tiddler. For example:
```
title: MyTiddler
modifier: Jeremy
This is the text of my tiddler.
```
Note that many text editors require that files include a terminating newline. If you want to avoid including the terminating newline in the text of the tiddler you can use this alternative syntax:
```
title: MyTiddler
modifier: Jeremy
text: This is the text of my tiddler.
```
//The ContentType `application/x-tiddler` is used internally for these files//
!! TiddlyWiki `<DIV>` .tiddler files
In TiddlyWiki 5, `*.tiddler` files look like this:
```
<div title="AnotherExampleStyleSheet" modifier="blaine" created="201102111106" modified="201102111310" tags="examples" creator="psd">
<pre>Note that there is an embedded <pre> tag, and line feeds are not escaped.
And, weirdly, there is no HTML encoding of the body.</pre>
</div>
```
These `*.tiddler` files are not exactly the same as the tiddlers inside a TiddlyWiki HTML file where they are HTML encoded.
Older `*.tiddler` files more closely matched the store format used by TiddlyWiki at the time:
```
<div tiddler="AnotherExampleStyleSheet" modifier="JeremyRuston" modified="200508181432" created="200508181432" tags="examples">This is an old-school .tiddler file, without an embedded <pre> tag.\nNote how the body is "HTML encoded" and new lines are escaped to \\n</div>
```
//The ContentType `application/x-tiddler-html-div` is used internally for these files//
!! ~TiddlyWeb-style JSON files
These files are a straightforward array of hashmaps of `name:value` properties. All field values must be specified as strings.
For example:
```
[
{
"title": "First Tiddler",
"text": "Text of first tiddler",
"tags": "one two [[t h r e e]]"
},{
"title": "Second Tiddler",
"text": "Text of second tiddler",
"modified": "20150216171751154"
}
]
```
//The ContentType `application/json` is used internally for these files//
!! TiddlyWiki HTML files
TiddlyWiki HTML files contain a collection of tiddlers encoded in `<DIV>` format.
For TiddlyWiki to import an unencrypted HTML file, it requires a `<div id="storeArea">` containing tiddler DIVs as explained above. For example:
```
<div id="storeArea">
<div created="20130302085406905" modified="20130302084548184" tags="Examples" title="A tiddler title">
<pre>HTML encoded text of tiddler
</pre>
</div>
<div created="20140315085406905" modified="20140321084548184" tags="One Two [[Three with Space]]" title="Another title" customfield="field value">
<pre>Text of this tiddler
</pre>
</div>
</div>
```
Links are regions of a tiddler that can be clicked to cause navigation to a different tiddler. The navigation behaviour is determined by the current StoryView; the classic TiddlyWiki view displays the story as a linear sequence of tiddlers.
Holding the ''control'' or ''command'' key while clicking on a tiddler link opens the target tiddler but doesn't navigate to it. This can be a useful way of queueing up tiddlers to be read later.
Links are useful for modelling organic relationships between tiddlers, and particularly for expressing the navigational paths between tiddlers.
The InfoPanel lists incoming links to a tiddler in the tab ''References''.
[[Filters]] can include the following filter operators that work with links:
* `[links[]]` - returns the titles of the tiddlers that are linked from the currently selected tiddler(s)
* `[backlinks[]]` - returns the titles of the tiddlers that link to the currently selected tiddler(s)
TiddlyWiki5 alters the appearance of tiddler links to convey additional information about the target of the link:
|!Link description |!Link appearance |
|To a tiddler that exists |[[LikeThis|TiddlerLinks]] |
|To a tiddler that doesn't exist |[[LikeThis|ATiddlerThatDoesntExist]] |
|To a shadow tiddler that has not been overridden |[[LikeThis|$:/core/copyright.txt]] |
|To a shadow tiddler that has been overridden by an ordinary tiddler |[[LikeThis|$:/SiteTitle]] |
External links are shown like this: http://tiddlywiki.com/ or [[like this|http://tiddlywiki.com/]].
Tiddlers are the fundamental units of information in TiddlyWiki. Tiddlers work best when they are as small as possible so that they can be reused by weaving them together in different ways.
A "tiddler" is an informal British word meaning a small fish, typically a stickleback or a minnow. Other systems have analogous concepts with generic names like "items", "entries", "entities", "nodes" or "records". TiddlyWiki takes the view that it is better to be confusingly distinctive than confusingly generic.
Internally, tiddlers are a list of uniquely named values called fields. The only field that is required is the `title` field, but useful tiddlers also have a `text` field, and some or all of the standard fields listed in TiddlerFields.
Tiddlers are ubiquitous in TiddlyWiki. They are used to store everything from JavaScript code modules to the settings and state associated with the user interface.
! Introduction
The TiddlerWidget sets the [[current tiddler|Current Tiddler]] that applies for processing its content.
! Content and Attributes
|!Attribute |!Description |
|tiddler |The title of the tiddler to become the new [[current tiddler|Current Tiddler]] |
|class |CSS classes to be added to the generated elements |
! CSS Class Variables
The tiddler widget assigns several useful CSS classes to variables that it creates:
; missingTiddlerClass
: `tc-tiddler-exists` or...
: `tc-tiddler-missing` depending on whether the tiddler exists
;shadowTiddlerClass
: `tc-tiddler-shadow` if the tiddler is a shadow tiddler
;systemTiddlerClass
:` tc-tiddler-system` if the tiddler is a system tiddler
;tiddlerTagClasses
: a space separated list of CSS classes named `tc-tagged-{tagname}`,<br>e.g. `tc-tagged-introduction`<br><br>''Note:'' tag names are URI encoded which means that the tag [[$:/tags/Macro]] appears as the CSS class `tc-tagged-%24%3A%2Ftags%2FMacro`. See [[How to apply custom styles by tag]] for more details
You can use these variables like this:
```
<$tiddler tiddler="MyOtherTiddler">
<div class=<<missingTiddlerClass>>>
<$transclude/>
</div>
</$tiddler>
```
See also [[$:/core/ui/ViewTemplate]].
BuggyJay's TiddlyClip browser extension for [[Firefox]] permits clipping of text and graphics from web pages:
{{!!url}}
<<<
TiddlyClip allows parts of webpages to be clipped into a TiddlyWiki, and consists of two parts, the browser addon and the TiddlyWiki plugin. The addon is completely memoryless, any configuration is determined by the current TiddlyWiki that the user has select to work with (we say that the addon is docked to the TiddlyWiki). TiddlyClip is designed to work (in a basic mode) without configuration. Once the addon and plugin are installed, all the user has to do is select which TW to dock to.
<<<
TiddlyDesktop is an app for working with TiddlyWiki files (both TiddlyWikiClassic and TiddlyWiki version 5). It can be installed on Windows, Mac OS X or Linux. It is compatible with TiddlyWiki version 5 and the older TiddlyWikiClassic.
See the [[Introducing TiddlyDesktop Video]]
! Instructions
# Install the latest release of TiddlyDesktop from https://github.com/Jermolene/TiddlyDesktop/releases
# Run TiddlyDesktop
# Use the browse button to open TiddlyWiki files
# Save changes within TiddlyWiki in the usual way
! Source
TiddlyDesktop is based on the OpenSource project [[NW.js]]. The source is on GitHub:
https://github.com/Jermolene/TiddlyDesktop/
See [[TiddlyDesktop Releases]]
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.1" class="tc-btn-big-green" target="_blank">
{{$:/core/images/github}} Download from ~GitHub
</a>
First release - use with extreme caution
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.2" class="tc-btn-big-green" target="_blank">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.1...v0.0.2]]
This second version of TiddlyDesktop has the following fixes and improvements:
*The saving mechanism is now TiddlyFox compatible, so TiddlyWiki5 wikis don't need a special plugin to work with TiddlyDesktop
*TiddlyDesktop is now compatible with TiddlyWiki Classic
*Chromium Developer Tools now accessible via a pulldown menu
*Each TiddlyWiki document is now sandboxed, so it isn't possible for malicious or buggy JavaScript to affect other documents
*Linux 32-bit and 64-bit builds
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.3" class="tc-btn-big-green" target="_blank">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.2...v0.0.3]]
This third version of TiddlyDesktop has the following fixes and improvements:
*Access Chromium developer tools with F12
*No menu bars
*Fixed problem with paths containing spaces
*Enabled webkit experimental features
*Adjusted the main window toolbar to be position: sticky
*Fixed problem with relative inter-wiki links not working
*Add "file not found" error indication
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.4" class="tc-btn-big-green" target="_blank">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.3...v0.0.4]]
This release includes a major reworking of the internals of TiddlyDesktop.
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
http://groups.google.com/group/TiddlyWiki
!New Features
*Warning message when closing windows with unsaved changes (TWC and TW 5.1.8 and above only)
*Help window
*Toolbar for TiddlyWiki windows
*Reveal original file in Finder/Explorer
*Automatic backups
Note that there is currently no way to hide the toolbar for TiddlyWiki windows. This will be remedied soon!
!New Architecture
TiddlyDesktop itself is now an instance of the Node.js edition of TiddlyWiki. TiddlyWiki HTML files are run within embedded, sandboxed iframes with the "backstage" TiddlyWiki providing services such as saving to the file system.
The advantage of this approach is that the user interface and functionality of the desktop application can now be customised and extended with exactly the same techniques that are used in regular TiddlyWiki.
!Coming Soon
The functionality of this release barely matches that of the previous v0.0.3 version, but it lays the groundwork for a number of other features such as:
*Configurable toolbars
*Hyperbookmarklets
*Page zoom
*Creating new wikis from standard editions and custom templates
*Dragging _canonical_uri links from the file system
*Multiple languages
*One-click copying of text to the clipboard from within TiddlyWiki
*Global keyboard shortcut for clipping content etc.
Here are the details of recent releases of TiddlyDesktop
<$list filter="[tag[TiddlyDesktopReleaseNotes]!sort[created]limit[1]]">
<$macrocall $name="tabs" tabsList="[tag[TiddlyDesktopReleaseNotes]!sort[created]]"default={{!!title}} class="tc-vertical" template="ReleaseTemplate" />
</$list>
TiddlyFox is an extension for Firefox that allows standalone TiddlyWiki files to save their changes directly to the file system. TiddlyFox works on both desktop and smartphone versions of [[Firefox]]. See [[Saving with TiddlyFox]] or [[Saving with TiddlyFox on Android]] for detailed instructions.
TiddlyFox can be downloaded from the Mozilla Addons site:
https://addons.mozilla.org/en-US/firefox/addon/tiddlyfox/
<<<
You can also install the latest development version of TiddlyFox direct from GitHub:
https://github.com/TiddlyWiki/TiddlyFox/raw/master/tiddlyfox.xpi
<<<
TiddlyIE is an extension for Internet Explorer that allows standalone TiddlyWiki files to save their changes directly to the file system. TiddlyIE works with the desktop version of Internet Explorer.
See [[Saving with TiddlyIE]].
An interactive network visualisation plugin based on [[Vis.js|http://visjs.org]]. A demo that also contains installation instructions can be found here: {{!!url}}. The plugin's GitHub repository can be found [[here|https://github.com/felixhayashi/TW5-TiddlyMap]].
<<<
~TiddlyMap is a TiddlyWiki plugin that allows you to link your wiki-topics (tiddlers) in order to create clickable graphs. By creating relations between your topics you can easily do the following:
* Create concept maps and quickly manifest your ideas in tiddlers.
* Create task-dependency graphs to organize and describe your tasks.
* Visualize your topic structures to get an immediate grasp of topics and relations.
In general you may create, visualize and describe any network-structure you have in mind.
<<<
TiddlySpace is an environment for discourse on the web, built from TiddlyWeb.
TiddlySpace was originally sponsored by [[Osmosoft]] at [[BT]].
TiddlyWeb is a server application that puts [[Tiddlers]] on the web:
http://tiddlyweb.com/
TiddlyWeb can be used to host TiddlyWiki and TiddlyWiki5 wikis, making the individual tiddlers available over a flexible HTTP API.
TiddlyWeb was originally sponsored by [[Osmosoft]] at [[BT]] (along with TiddlySpace).
~TiddlyWiki is a rich, interactive tool for manipulating complex data with structure that doesn't easily fit into conventional tools like spreadsheets or wordprocessors.
~TiddlyWiki is designed to fit around your brain, helping you deal with the things that won't fit. The [[fundamental idea|Philosophy of Tiddlers]] is that information is more useful and reusable if we cut it up into the smallest semantically meaningful chunks -- [[tiddlers|Tiddlers]] -- and give them titles so that they can be [[structured|Structuring TiddlyWiki]] with [[links|TiddlerLinks]], [[tags|Tagging]], [[lists|ListField]] and [[macros|Macros]]. Tiddlers use a WikiText notation that concisely represents a wide range of text formatting and hypertext features. ~TiddlyWiki aims to provide a fluid interface for working with tiddlers, allowing them to be aggregated and composed into longer narratives.
People love using ~TiddlyWiki. Because it can be used without any complicated server infrastructure, and because it is [[open source|OpenSource]], it has bought unprecedented freedom to everyone to keep their precious information under their own control.
~TiddlyWiki was originally created by JeremyRuston and is now a thriving open source project with a busy [[Community]] of independent developers.
The first TiddlyWiki Camp Paris was held on Saturday 6th June 2015.
http://paris.twcamp.info
> Bienvenue sur le site du TiddlyWiki Camp. Un évènement pour rencontrer la communauté de ce logiciel Open Source, libre et gratuit. Découvrez ce bloc note personnel polyvalent et adoptez-le pour gérer votre quotidien !
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
The TiddlyWiki community holds regular Google Hangouts, usually every Tuesday from 4pm to 6pm (UK time). They are announced in the [[TiddlyWiki Google group|https://groups.google.com/d/forum/tiddlywiki]] and on the [[TiddlyWiki Twitter account|https://twitter.com/TiddlyWiki]].
Past Hangouts are archived in this ~YouTube playlist:
<iframe width="560" height="315" src="http://www.youtube.com/embed/videoseries?list=PLVT_2PPd-1p34gGCQ5qpwC8QdykxVAI3u" frameborder="0" allowfullscreen></iframe>
TiddlyWiki in the Sky for TiddlyWeb allows content to be synchronised between TiddlyWiki running in the browser and a TiddlyWeb (or TiddlySpace) server. Features include:
* Lazy loading
* Two way synchronisation between the browser and the server
** Synchronising from the server is accomplished by polling (currently every 60 seconds)
* Throttling so that rapidly changing tiddlers don't overwhelm the server
To try out TiddlyWiki in the Sky for TiddlyWeb:
# If necessary, create an account at http://tiddlyspace.com/
# Create a new space, eg `<myspace>`
# Include the space `tw5tiddlyweb`
# Visit `http://<myspace>.tiddlyspace.com/tw5`
A catchy jingle for TiddlyWiki.
{{!!url}}
<<<
Even if it sounds like some ol' jazz tune it ''IS'' an original composition and it should be quite obvious that the "hook of the melody" is a trill made by singing Tidd-ly Wiki :-).
My lacking skills for writing text/lyrics should be apparent in the fact that the text consists of 12 Tidd-ly Wikis and some extra "tiddly's" - just for the sake of getting the message delivered ;-)...
I've recorded every instrument on my guitar via a guitar synth on a loop machine (except for the drums - they were played live/in sync with the loop station on a "~BeatBuddy" drum pedal..) - no pc was involved..
<<<
This brief screencast shows how to setup Firefox for Android so you can save changes to TiddlyWiki:
<iframe width="560" height="315" src="http://www.youtube.com/embed/iikkv9orGGI" frameborder="0" allowfullscreen></iframe>
Running TiddlyWiki on [[Node.js]] brings several important benefits over and above the single file version:
* You can edit your content on any suitably compatible HTML5 browser, including smartphones and tablets
* Individual tiddlers are stored in separate files, which you can organise as you wish
* The ability to build multiple wikis that blend different combinations of shared and unique content
For more information see:
* [[Installing TiddlyWiki on Node.js]]
* [[Using TiddlyWiki on Node.js]]
* [[Upgrading TiddlyWiki on Node.js]]
Here are the details of recent releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named.
(BetaReleases and AlphaReleases are listed separately).
<$list filter="[tag[ReleaseNotes]!sort[created]limit[1]]">
<$macrocall $name="tabs" tabsList="[tag[ReleaseNotes]!sort[created]]" default={{!!title}} class="tc-vertical" template="ReleaseTemplate" />
</$list>
SUQzAwAAAAAEdFRBTEIAAAABAAAAVENPTgAAAAEAAABUSVQyAAAAAQAAAFRQRTEAAAABAAAAVFJDSwAAAAEAAABUWUVSAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/+5BkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYaW5nAAAADwAAAB0AAB2CABYWFiMjIyoqKio0NDQ/Pz8/R0dHUlJSUlhYWF5eXl5lZWVycnKBgYGBjY2NlpaWlqGhoaysrKy0tLS6urq6v7+/xsbGzc3NzdXV1dzc3Nzn5+fv7+/v8/Pz9/f39/z8/P///wAAAB5MQU1FMy45OXIEnAAAAAAsQAAANSAkBQFNAAGuAAAdgm4z6WIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/+7BkAAAAAAB/hQAACAAADSCgAAEPSZVJuamAAAAANIMAAACTB8TAYLBwCAMBgAAADPeHJKOBv/+miEHnq/+sDWmwgn4JrA957NA5hAWGBzz7NYA5YEqAJKAVf/wFIBg8BoYGQQCgP/yIAGAAyGAYQGFxZn/+LgEflgiBeEJBSn//5JmBoOeT7rTN////NEKG3/////3XMy+6Zu6kDRW5ZjVFQwICTTruPxEhQ4XGRDBwEvIOcpxKRxqt6cjctnzSdfpi9d+2M7fw4rhnELGYENzplV2q5KNuZoQ6BPx6wbYzzcPAW8lJOy5l7IIThcmkJgulgt5RoUhB0KBgL+zC2EkTio29jnIhCcYGRFm+aZxlsejDGUAmDhLeiBliYkWGobznE3Ui5jELVRIyLZZ2RJjjP5vcnNzLmn/lXwX0G8PMZ+j03FUlFCikvVcJYlLMrDoJUDBBkNsp5r49BLy2C2TrhDFzEXDmjTqRKBb7uEDyPHCG3IQrlPDOpQuMIZ9Q7xdzLWIJGR0foFhskFIOH0xKiA8kXiiIV5cG7539++far/bjoJf5StZ8afqZvnSqykA4w+0sOcydfHLOH//mv9NWcmpUjXYszqC0BMmWQWUr/Z86wKmwVY4KuqQa+3WJrHhrQCnLbZwJkBcmFhGbJBckaMn8W3qJhhm/syeDJPyp85G//Ze1SXh0SoQUxkZM36tp//vR6HLykOipOZWRHNLt///+/oujoacAZsUHWhRf5R+W9TWRCvguOOpRk5lXFH4yryjQ1w5ETn41sKXYUcIQSHuvGgsFIqGqg6BWudWRCZ0YDUnqUdtOvU4OtCclY//7gGTpgPcDY9d/YeAKAAANIOAAAQvU9XPkmG/AAAA0gAAABJglOsd//+sFSsOtt3KV6VU1mUctBrg0501nQySQ2UQwgQFBERIOrxiWXpdUsW9xcUDggAY8aIAMxMgqJiyW/Z1iZBzdzOmt/VSslbJ7D28aULvbe/U+4+6UZ//lC48LUgAAAPcmygSm6luSC0NgAACJpb5D4HQh0yiDQMlZbAqrKVEecJVFq78Gh9E2FqDgP1OzSHllPHA/jpBVv19BAe1MoRYH2ISvJTlJR5XFxjKjLMxumGKpW4mKGJFD1AoW2Z6/hJ3DM/iT719WamyDvVYTN4mqa99vqa9I8PrqJn4jwbbjzb36019/Gvv58PH////xb/////xYVMa9863nf/h71rXzGm9MkZUAAFCJhHNXlVckx1yJIAABXQMLLwmNWLDkQxQS8xjqqsJl4cCABCDD6eqULfCbxkxZ4C6FwDYOE0FpYncNSDKB//tQZO6A8qtWXPkjFGIAAA0gAAABCXwvbeY8wMAAADSAAAAEigIcCBEsUyKCOyTWQ4WkbRiHpirIoOEe1JIiyi4tY5AuBFRoQ4um6SZwuHS8aouQ83HAZEXdBlrYvnyitE6brLpfWgopEUJBJN0i8Qg5pFykt1rWkZGyzd7SYHoijn+n00jHX///OImxOG8vjFFKDjZ/rReYlFAy+9NDQK6hJiBRE0rm2ra7EyGKhQhGSp4RiaUHPSMUjeZohU2+0wZdt+EWtaM5d/NHQ44JiP/7YGTzgAKPKdh1aKAAAAANIKAAARUVb135h5AAAAA0gwAAAHgbDZoLCQ7wiByI4wnj6fWCp3///xrvi6pjFFWrRwbUbcANgP4MD0tPoRsSjE9rUruJJMcGAoyo3+pAXqxKuzCn2Dax3G8UyXYrn1TPM/Sh3XXt/cd/o1QgnD2R92CASV4k1Eox1QBEB+Icr5mx05r7qzGyViqRuhsRB0jKx/mTDDNumrGOfYophg3B4DssDsw8ge6DQxu79ec9zvd1bP//oiJPPzyZ+DpKBBl3mpqaVJVIblubiSAAAdJznTLMuBAI1CRKBpEOTDtNQrVgCjd4RvRgZKzl6UusYchmxBUtdP/7cGTmgAXzY1X+ZiACAAANIMAAAAi4h238wYAgAAA0g4AABJrLMInO2oZdiG5XPoQuRArQaeG4HmbeMuh6WShuVSYk/ZfZ3axn41Zlrq4Z1pbG5Hjn+ffz/nLs3V/u97x3nP1O/r9f/P1hruH593bFECyvqUwM2vLl3Zoc6c1tjrTIAAZ0gCdtYsMOO37TGrZsFuI0rHAXkNlOYqAOF0mCRNTbOchBD2ZTUQw7lEOgeZKS2OTaaJkl+VqMQptP9nVEGOyO19QKpmdqhdH2XgnLPZWFxNs1DePp4okqqaOp4kjxkfub7fe6gsLLvVNY+H6vZ1BElePIkkaHqM2PdRt/5rb+sd4P27v+UjAlZ6xmEEAoOA4URk4YIhGiBWZDoGQGlNY6LBCVAEAtAVFWD5mbNDSDrmj0kyj/+1Bk7oDyJhjYeewYagAADSAAAAEJePVZ9POACAAANIKAAAQEWCn7exGzFvWKipEKhEBfyIsLW8aRUQVqrllNR7AYBcJhQS8UNjDJ9AaLIlGhyPGHtodtEOWqDl/70JtyrlHIy+X2qOJYtn+LJWoEwESCj09oVIi9RAp7zmiPc5twEgXGBSP4RiXQ80UOQRKIz/jTgQJBcaO0PoWZ0KwliqX6aGe7urrMz///1mIUgc6eNoAp7rqchAFYe9V3rrdgAaDtQTzI3jNoR7PZDtxc//twZPwABD47Vv5jAAAAAA0gwAAAEsD/X/mHgAAAADSDAAAAyWSBwKKK11FE1+v3/+uHTjDwceG66JQx/sjKhzL//7GKa+xxElllQAd2vXZ6SlGAKCOYksoWFKzx+N7tGS0st0IWAUBW0yrqcVJ//55FAp7qHEBcqoSAIl/4uLMUbNmAAUVIiQg0hFhJTYiYUgAAFVxZLVh4zj2V6SJYzWZej/FG8YLECJ6mGUHjLyhz+LCRu5DjM3bYYzR0EhJmHbkXf6muy1mnZuH3YrX6/HxLO1944xeR77yKQc6+d/HVNPTdika/I6SN2P///DD///1qWT//92X9uVsfz5/4UsZtd/WWViVxexPu/9KP8HXfER782jAXeLnGVndoeLtxO/TQAAE904ErT7S0XhYCNKDYxZ1Vfpn8Sf/7QGT3gPIgDFl/JGAIAAANIOAAAQfUj2fEiHKgAAA0gAAABBVkiDxjjC5sG8oHiFkO+aCPA1IMTECAkw9keRMNtFzECEJROKiGDvHASZcIuQMiZPIGItQC7CfiOFbEgXzcmyUIaN0rok6JxLxDSdLpSLZOFsuGikiAm25mRpe50ulgvtqNS/TLzsXTc3QRKJq1KYlU8Zm63Ukz//R/9D//6v/5lpsQCHfIy0Vnd1X+U7CQQgAB//swZP8A8fwzW/khFDgAAA0gAAABB8DRaeYgT2gAADSAAAAErc0WlO/qyKrhIRoqNXaAuONo+KlXwXQUDL7rJgEJBMr3WfFHVTDC4AMKnVO/zZq0ohhg1DQNtLLlC/7TonE7MFvKwGFyqfsy/K/SW5DCaSfu8mp7VXVJGKWX1cp///86ff//7jOHf/9YY09nn1JfvvKvO/rGlpcq//tQZPwAAcQZWX0wYAgAAA0goAABEiTzV/mMAAAAADSDAAAAnAwPAgPev/+kab2SqALVAAalqsVBqUdmv3/daTAAAJ2ih6QAcxABInQLcFQXuopa4BeiGjuAHxLSHhA8ogMJULiAecC+AUYACsgQrQXGOAok4UCYDVJFjRQxxXMSkSA3yuxdLZRD4SZRLo9kZMDwm4UkHTEGPlo1MhBYiRDSEL6ymo4mvrTUt+WB3N9z5QOHGc+Ux7RUpTayAsmmuqggWv//+gg3/9BM6bjw///7gGTtAAUwWtl+YkCCAAANIMAAABLE8WP5jAIAAAA0gwAAAImBlWGMugNLrmA3ZHbESAAAAAAasyYyAZYefM0n0epGeJUfkKbRamEXHW0Y0iWXwZKw0smFQhGH0OolbwEcGMTlSbRYYEzse0vNOh331kSbbu2KdlErlNqPDyGCKWL8sKzohsNgmGXOjE4wyM4y2URSR09nC/qrTT3cLdXG3e/9frH//84x///44Z1nknoxY7SUGrX8vSqUtZYj2pu7fqVO3FV3/o8vzpJZXjEMWL9Lj9X60NagK3T9///P7Vh7nVdt5tvQ2lVlb/2MZb/tOyjLkvSzmHX2i0R/mX/K69SvLaaxOTegNQAVJ1WIMKYodv9YwAQAAAHHSmWodYr3MUAchMQtbsHfEhsEgV/lDkhw5YBT8LOixBjYxIwAbQBjQYYIAgBHAoaRk5BiAJCeycSPiOTN3LA8lYjimWCqTRgVmMjFAvuaJlc3//uQZPMABRVUV34+YAAAAA0gwAAAHB2PR7msAAgAADSDAAAAZluaoKXdX///9SKDqcwMP6jLZ/l+3QQl9/9v/qsb25upRcNOpZrho8mrvSAGPly3ddrLWwAAAAAAoq2ELIGMqq48WKzfpDUsEp9kwaDiiz/LYbkQxKh9AHpERoLQIUvIhwDABzDE2JIvIE8gJpF9lLNEzBB2MjcuJLJVSjd1IrdmUx5JX/9X//b0016OsyJYcX+5Lv603YuF4vfZInDmWv9DLhugetQWtBXOGo+jxkiaoLY5TxcAAxeFF0RmVUOWAAAAAAAAYBAwooUcDDbGWqvVdyib1jWCuEA7NDAMWFYLYDYAnhMlizCrAzDGJccx8kA5a0ElHC4tldS0kFpTVdKzpt///////9f9kn/rpv+mg7pfRLhIoIW/emYIIr0/50yTacTM8oKywCBm5QRuiSpOk8AAAAAAADWAuQf9U4UFh51BdKN4F/Aw6ICbsVUUF+CQnIT8coVEcaIDfTUbCTDDHw4TqOpb596zyzpjdSm1oqv///////9P//9O//twZO+ABGtY1X5igAAAAA0gwAAAEVVrT7mWgAAAADSDAAAA3sgxnX0NZ0wWly8+iaom9BndL+noIoOk37UajYcuBAies220bkgAAAAAAAKgweVmHDiMmYAODaEeXsPJjGChUdBKalIPDQcAJT7gkeHVGEHYHNDaQ6cuICOFngJ0jWdmTfR6lNUpkL0Hp////////6CD+ur+Zq6OYcnGzA+soJkXrbMkqlooJpIou9v2YrkUdJAmhZB37LLpdSuYgQMC00czfJ9B5MHAAAFIpADShBJfsHAHcBw8RARIIGFwgAYYCpSAjRMTLSLGVKmwTgcaAeBKEhBCrVFKEQQC7DPu1RcNFqGsO1a6/10F///////oN//Q1/dFJPM93TdBu6mMEXW2tE1WrWmbtrY//f//Wj1F42oABP/7YGTuAAObWtP+ZaAAAAANIMAAAA4xh1v5ppBIAAA0gwAAAFCLKrKYOJb/AAAFAEACLoax0dAESRxQDx7TwcVBTVZW5TByUNlyuWjBlgmAXgqhbhOoeqSzpl9IQMRZZlIxSCY+iQMDEJQTfe1qGLJGsOeaof/////5hu36kPTdIyHPNHUiw1lf+Zr+gxPm6RdS2QdMdQXPf/+X03bUr8UsOodykUZkXjwWAAB91NbrtJwAAACAAAy89ud0diu8y5JgbRghCl8ltEoLsWIjPaQQpDKGgQuA4AIsuLhaAwAYpQxagu5lEwKWOpEmJ1SSUuaIMgxBRCcZcLSCp///+r9X/MEe3f/7cGTsAAP5YtNuaiACAAANIMAAAA6tj235qCBAAAA0gwAAAC+Y00jagdH0RCaf00z+hoXJs4T5DiRO1sVS8Yi3LTTv2q9ROHC+f3/jIlkolIpMpRu1JBe/K/83xAGg6PoSgdEQfvZMjp5h+UKx0zGiKNRqeYJRIx1r0RVQcAQUIfqrDweVdzG5cme/f9KH//6m/rVkT/7G3RmIstK//rmVqp620Q4iOEBzCsgV61A+SaEAFwMh0RAsMgSqQlylIlmCJJroo02jRpMGVipKbX3blAqD/SL740NayinWf1KOr/8yVZv/1/1v/+tzAQCBoDjypbLItSo8p6wwsFXf1rVTKIiqUErk3bQA8uyAzwgIR4mZErdGxIPFhbUsjUtgVmDmyP8rvbdExYLg/yL1/TLmTBRFnKs/0mT/+3Bk/AAEP2PXfmYgEgAADSDAAAARoY1PuYmACAAANIMAAABKKB38lxK4qC2WNBRnihIIy6yAFKWTSX2Ii2Q8zpUKdYNq9qJ6w5nmOfo72U/mQuCyAuHZmqMD+jbhYxyizuVFhlk1HcSwBDM6Wqq3pMg4kKh8yChaHv/R/6f+4wA4iEaqmUMgiZ6AGQswg1GEysyJZstdchiy1/yyEdeT/Wr8PPY2bjbKGeHSQiPQ1O/x1XUIc0OYkCfrYbENNUA8NMgOAgVE0+sz9P+NxjWwqZNIpXyzOffU9YPJjyjlhRYARQEssAAhgUqAno7iIXh2erSvoUrO67Iw8Tb/+DJ3qdWKW7TuWeVh3WGdlcyVKWMAAgAABhpceJqYTDY0sQg7B1BnTmabCD8/6f5b8r1Hq0pwh51G6EZY//tQZPwA8qpU128w4AoAAA0g4AABCoj9VaSgT6AAADSAAAAELHYjydnW7FmgqYnURs02oeh7mdarUqIINFT0FD1GwSTk7OuO/uQqCxIdnG83r/////////////imv/9wWaWL3v///7vlZ1C6VYashzBAdFA27AjhwNgb2WphIhMiw2P8Ql04w09F46m4t4qldEtFnip0q0uJeP6/5sdc1////Mf3//P/XcvbuQn/FoOATCIAiFm/85jjgIBiJz7wQcxKUz4gE5DMZ3mth0KLjf/7QGT9APIYG9d5JhMYAAANIAAAAQp821PnsK3oAAA0gAAABDQw4IaLaZJeEacMyHrTNVMSd4/x8N183ndsxveg2UGHVJsx0FWSZSvER7qS7/+zf/bu9LK5H0RVNHHVq////NYrCIrYzkaV2dQgIiphQ7F1JspFeMulQog2MBII5iPBXCkcKhk+dcQIhqpLIOnhCReVQLBQDFAMGjpJJUNNMuwaPfEoKjd1bgaHPlg6k6GlnSNz//sgZPqB8b0aVfnsGHAAAA0gAAABBKBzT6SAaCgAADSAAAAEf//8RU0hMzzEKRCSqjA6Ycjjd3ailI7kMwfF5qTS/HB1PokNCcvOqR7GczIjlZiPNIaOj/6mAS//Vpej/q3regix3P/h2Lij//uU1MFFmD4W/CMRA1eZiERJNUQ61P/7QGT7AAE2EVJ1NEAKAAANIKAAAQ9E5VX5h4AAAAA0gwAAANtRGImC3z6xR9pEzeJ4xb7OGqR03HUCHEmEbOmqBsbopHUCkktGkiYJHk3dlKsqpkFIepmU67/+pbK/90dVklniSLp9b6X5qcWamRJP/1yoCErMr+owBUiZaVZ4dTez7QAEAAAARhRWcUrLbGgBCF7qlpoq/zv5yKx32Mkf1mOLkqCkEgZx9M0lxwsbOllVlhWX//tQZPOA8ug+2P8xAAgAAA0g4AABCxlfY+eEssAAADSAAAAEBnbVMeBeIRyOKdeqVPTuTbiLElQtHu77gzIa4nUkWf+UE+UZ/v6P///WGgBgLbtZs25LGQQAAAAKgyEQhSBL2mVA9dd7B8HG+3rDOxowE1SHugdGWPAJ+OcVhBwNBIGwTscojaYloyRJwmqSB8aAtZCHIPYSwKoUB2G4c0lScJ8OFjQeh4vsmaKJcpJakv6kNbaRt/QWXyUTT6qySNjaTzfv1l1P/0//V//9X//7UGTugPItCtf5iTEgAAANIAAAAQnI91XsjE2AAAA0gAAABP9NlN/8xMkhQ2iHd2dmiHRt83AAEAAAIkPNC3B4CLREpThugBCiOgqiXKaWxfvaUVpm8qCtDdgFMJUOUC5LQto1F8lTYlzYlSXLo+qE9OIl+dJYeJeMikOE0RLxjr+g+6zBlf////3ZySHiU2HFHH//l////rIqB02sul1tstpAAAAAAASJL5PmWpeg5yXBXVLAyjM9RZ5fzBEaFGUnB7JYlhsG8fhqIRPHCST/+1Bk+oADAD7VfWGgAAAADSCgAAENAI1X+YeAAAAANIMAAADhNh4F88mSpJDCDlL5KnhNhgi+aKMjMOe5qS5vl1v/////q1K5zW5mhpdA83Of+Y////+sxJH+gFbb3tplysAFz4BUIG2QgJSUSJ27I58Q4+ZqKv6AsCJC5qEEQJM1B8u6JRKCx6CTu0WCtbHNorcAg6AzHqooz4DShSUAADJgOh8GRYEBYUqLf/NONtFY2/kYf5us0DUqR0iMBHrtoxq1IjhmZkMO6LQSZlwI//twZOyABERjU+5hoAAAAA0gwAAADdzlVfmGgAAAADSDAAAAcHkhRoqZyQSEYtJ29+F+vBQzwYyMHwgpiqRUpfCofaufLUlZLbUFbQABRUwIgqDJCIBcl8kBhhJHKq5He0V5H1TOHsYYQkuVXwcChxT5VJsJfawjIckrQUgSIDoGRSTHWcmsBoGq2MygIlSXXzUowI5mNrsnQj3PYS6autVuV2yQCKAAAb2SwHgkIqbmrSSGsZ0XmqhRysec60BYSjrHfazSXChCGicOAaaDghLhB4wBsHNHBtRomEkxV4MgkkqVnRHPfb///+1MQU1FMy45OS41VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUxBTUUzLjk5LjVVVVVVVf/7UGT7AANkVVNuYaAAAAANIMAAAAegV028kYAAAAA0g4AABFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+yBk/AHxVBhTaSEysAAADSAAAAEFxHVN5jxgyAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//sQZP6B8Yod0ekhGwIAAA0gAAABBSB3Q6SMTQgAADSAAAAEVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+yBk8wHxERFRaQEbOAAADSAAAAEFHA87JCUgAAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//sQZN2P8AAAf4AAAAgAAA0gAAABAAABpAAAACAAADSAAAAEVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUQUcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/w==
\define tv-wikilinks() no
! Building TiddlyWikiClassic
{{Building TiddlyWikiClassic}}
TiddlyWiki5 is a reboot of TiddlyWiki for the next 25 years. It is a complete interactive wiki in JavaScript that can be run in the browser or on the server under [[Node.js]].
Each release of TiddlyWiki5 is identified by a version number that complies with the [[Semantic Versioning 2.0.0|http://semver.org/]] standard.
! TiddlyWiki Core Version
According to the standard:
```
Given a version number MAJOR.MINOR.PATCH, increment the:
MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
```
!! Alpha and Beta versions
While in alpha TiddlyWiki5 uses the pre-release label "alpha", for example:
```
5.0.1-alpha
```
Each new alpha or beta release will bump the `PATCH` version number. This breaks the strict semantics of versioning because `PATCH` increments are supposed to be reserved for compatible changes.
//Note that prior to ''5.0.1-alpha'', TiddlyWiki5 used version numbers formatted as ''5.0.0-alpha.19''. The change was made to enable the upgrade mechanism to recognise plugin updates from the version information.//
!! Interim versions
During development when a new release is being prepared, the pre-release label is set to `prerelease`.
! Plugin Versions
Version numbers
TiddlyWiki5 uses the version information attached to plugins for determining which of two plugins is more recent during an upgrade or import. The pre-release label is ignored when performing these comparisons.
"~TiddlyWiki Classic" refers to versions prior to 5.0, when TiddlyWiki was completely rewritten from the ground up. TiddlyWiki Classic is still being maintained at:
http://classic.tiddlywiki.com/
MarioPietsch has started a site comparing the syntax and other changes between TiddlyWikiClassic and TiddlyWiki version 5:
http://compare-tw2-tw5.tiddlyspace.com
As well as traditional single file wikis, [[TiddlyWiki on Node.js]] supports wikis that are stored as a folder of individual tiddler files.
! Wiki folder files and folders
Wiki folders can contain the following files and folders:
* ''tiddlywiki.info'' - JSON file containing metadata for the wiki
* ''\tiddlers'' - folder containing tiddler files comprising the wiki
* ''\plugins'' - folder containing [[plugin folders|PluginMechanism]] to be included in the wiki
Only the ''tiddlywiki.info'' file is required, the ''tiddlers'' and ''plugins'' folders are optional. Any files and folders not listed above are ignored.
!! Content of `tiddlywiki.info` file
The `tiddlywiki.info` file in a wiki folder contains a JSON object comprising the following fields:
* ''plugins'' - an array of plugin names to be included in the wiki
* ''themes'' - an array of theme names to be included in the wiki
* ''languages'' - an array of language names to be included in the wiki
* ''includeWikis'' - an array of references to external wiki folders to be included in the wiki
* ''build'' - a hashmap of named build targets, each defined by an array of command tokens (see BuildCommand)
* ''config'' - an optional hashmap of configuration options (see below)
!!! ''includeWikis''
The entries in the ''includeWikis'' array can be either a string specifying the relative path to the wiki, or an object with the following fields:
* ''path'' - relative path to wiki folder
* ''read-only'' - set //true// to prevent the tiddlers in the included wiki from being modified. The modifications will be written to the directory specified in ''default-tiddler-location'', described below
!!! ''build''
Note that the build targets of included wikis are merged if a target of that name isn't defined in the current `tiddlywiki.info` file.
!!! ''config''
Configuration options include:
* ''default-tiddler-location'' - a string path to the default location for the filesystem adaptor to save new tiddlers (resolved relative to the wiki folder)
* ''retain-original-tiddler-path'' - If true, the server will generate a tiddler [[$:/config/OriginalTiddlerPaths]] containing the original file paths of each tiddler in the wiki
!!! Example
For example:
```
{
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem"
],
"includeWikis": [
"../tw5.com"
],
"build": {
"index": [
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
"favicon": [
"--savetiddler","$:/favicon.ico","favicon.ico",
"--savetiddler","$:/green_favicon.ico","static/favicon.ico"]
},
"config": {
"retain-original-tiddler-path": true
}
}
```
!! Content of `tiddlers` folder
All the TiddlerFiles in the `tiddlers` folder are read into the wiki at startup. Sub-folders are scanned recursively for TiddlerFiles.
Sub-folders within the `tiddlers` folder can also be given a `tiddlywiki.files` JSON file that overrides the default processing for that folder. The file format is illustrated with this example from the D3 plugin:
```
{
"tiddlers": [
{
"file": "d3.min.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/d3/d3.js",
"module-type": "library"
},
"prefix": "var d3;if($tw.browser){\n",
"suffix": "}\nexports.d3 = d3;\n"
},
{
"file": "cloud/d3.layout.cloud.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/d3/d3.layout.cloud.js",
"module-type": "library"
}
}
]
}
```
The JSON data consists of an object with a `tiddlers` property that contains an array of information about each tiddler to be loaded into the wiki. That information consists of:
* `file`: the relative or absolute path to the file to include
* `fields`: an object containing fields that override any provided in the tiddler file
* `prefix` & `suffix`: (optional) specify strings to be prefixed and suffixed to the tiddler file text content
The <<.def timeline>> [[macro|Macros]] returns a list of tiddlers in reverse chronological order of modification (or some other [[date field|Date Fields]]), grouped by day.
!! Parameters
;limit
: The maximum number of tiddlers to include, defaulting to 100. But if <<.em any>> tiddlers are included for a particular day, <<.em all>> of the other tiddlers for that day will also be included -- even if this exceeds the limit
;format
: A string specifying the desired [[format|DateFormat]], defaulting to `DDth MMM YYYY`
;subfilter
: An optional extra [[filter step|Filter Step]], e.g. `tag[MyTag]`
;dateField
: The name of the date field to use, defaulting to `modified`
The tiddlers are selected by means of a [[filter expression|Filter Expression]], into which the <<.param subfilter>> and <<.param limit>> parameters are spliced as follows:
> `[!is[system]$subfilter$has[modified]!sort[modified]limit[$limit$]eachday[modified]]`
<<.macro-examples "timeline">>
<$macrocall $name=".example" n="1" eg="""<<timeline format:"DD/MM/YYYY">>"""/>
<$macrocall $name=".example" n="2" eg="""<<timeline limit:30 subfilter:"tag[Definitions]" format:"DD/MM/YYYY">>"""/>
A <<.def "title list">> is a line of text that presents one or more tiddler titles, strung together with a space between each one and the next.
If a title <<.em contains>> a space, it needs double square brackets around it:
`GettingStarted [[Discover TiddlyWiki]] Upgrading`
Title lists are used in various places, including PermaLinks and the ListField.
They are in fact the simplest case of a [[filter|Filters]], and are thus a way of expressing a [[selection of titles|Title Selection]].
`[title[An Example]]` can be shortened to `[[An Example]]`, because <<.op title>> is the default filter operator.
<<.op title>> is a [[constructor|Selection Constructors]] (except in the form `!title`), but <<.olink2 "field:title" field>> is a [[modifier|Selection Constructors]].
<<.operator-examples "title">>
<<.operator-example 1 "[title[HelloThere]]">>
<<.operator-example 2 "[[HelloThere]]">>
<<.operator-example 3 "HelloThere">>
<<.operator-example 4 "[title[HelloThere]] [title[Filter Operators]]">>
<<.operator-example 5 "[[HelloThere]] [[Filter Operators]]">>
<<.operator-example 6 "HelloThere [[Filter Operators]]">>
<<.operator-example 7 "[tag[Filters]] +[!title[Filter Operators]]">>
<<.operator-example 8 "[tag[Filters]] +[![Filter Operators]]">>
<<.operator-example 9 "[tag[Filters]] -[[Filter Operators]]">>
A <<.def "title selection">> is an ordered set of tiddler titles (or similar strings), in which no title appears more than once.
Title selections are important in [[filter|Filters]] processing.
The simplest way to write one down is as a [[title list|Title List]].
! Introduction
The TranscludeWidget dynamically imports content from another tiddler.
! Attributes
|!Attribute |!Description |
|tiddler |The title of the tiddler to transclude (defaults to the current tiddler) |
|field |The field name of the current tiddler (defaults to "text"; if present takes precedence over the index attribute) |
|index |The index of a property in a [[DataTiddler|DataTiddlers]] |
|subtiddler |Optional SubTiddler title when the target tiddler is a [[plugin|Plugins]] (see below) |
|mode |Override the default parsing mode for the transcluded text to "block" or "inline" |
The TranscludeWidget treats any contained content as a fallback if the target of the transclusion is not defined (ie a missing tiddler or a missing field).
! Parsing modes
TiddlyWiki parses text in two modes:
* ''inline'' mode recognises character formatting such as emphasis, links
* ''block'' mode recognises all the ''inline'' formatting, and adds block formatting such as tables, headings and lists
Usually, the mode is determined by whether the transclude widget itself has been parsed in block or inline mode. This can be overridden with the `mode` attribute.
For example, consider tiddler "A" with this content:
```
# Item one
#<$transclude tiddler="B"/>
# Item two
```
And a tiddler "B" with this content:
```
# Item one - a
# Item one - b
```
The result will be something like this:
# Item one
# # Item one - a # Item one - b
# Item two
This can be fixed by amending tiddler "A":
```
# Item one
#<$transclude tiddler="B" mode="block"/>
# Item two
```
! SubTiddler Access
The transclude widget allows access to the individual tiddlers stored within a [[plugin|Plugins]].
The following example will transclude the core version of the tiddler [[$:/DefaultTiddlers]] even if it has been overridden:
<<wikitext-example-without-html '
<$transclude tiddler="$:/core" subtiddler="$:/DefaultTiddlers"/>
'>>
<a href="http://en.wikipedia.org/wiki/Transclusion">Transclusion</a> is the process of referencing one tiddler "A" from another tiddler "B" such that the content of "A" appears to be a part of "B".
Copying and pasting content creates multiple copies of the same content in several different places. With transclusion, there can be a single copy and a special instruction in "B" which indicates the point at which content should be inserted from tiddler "A".
Note that if the content of "A" is modified then the modification automatically appears in "B". This makes it easier to maintain repetitive content, by allowing every piece to be written in a single place, but viewed from many.
The concept of transclusion plays an important role in the [[Philosophy of Tiddlers]] because it is the primary way in which small items of content are combined.
To learn more:
* [[Transclusion in WikiText]]
* [[Transclusion Basic Usage]]
* [[Transclusion with Templates]]
* TextReference
* TemplateTiddlers
* TranscludeWidget
The power of WikiText comes from the ability to use the content of one tiddler inside another one. This ability takes several different forms that can easily be confused.
The main distinction is between a transclusion and a textual substitution:
* A transclusion is replaced dynamically with the value of either:
** a tiddler field
** a variable
* Textual substitutions are performed on the text of macro definitions before they are used
! Tiddler Field Transclusion
[[Transclusion in WikiText]] describes the basics of transclusion. For example:
```
{{MyTiddler}}
```
As described in [[HTML in WikiText]], you can also transclude tiddler field values as attributes of HTML elements and widgets. For example:
```
<$text text={{MyTiddler}}/>
```
As described in [[Introduction to Filters]], you can also transclude tiddler field values as filter operands. For example:
```
{{{ [tag{TiddlerContainingMyTag}] }}}
```
! Variable/Macro Transclusion
Variables that were defined with parameter or variable substitution are referred to as "macros". The value of a variable/macro can be transcluded with the syntax:
```
<<myMacro param:"Value of parameter">>
```
As described in [[HTML in WikiText]], you can also transclude a variable as the value of an attribute of HTML elements and widgets. For example:
```
<$text text=<<myMacro>>/>
```
As described in [[Introduction to Filters]], you can also transclude a variable as the value of a filter operand. For example:
```
{{{ [tag<myMacro>] }}}
```
! Textual Substitution
Textual substitution occurs when the value of a macro/variable is used. It is described in [[Macros in WikiText]].
The key difference between substitution and transclusion is that substitution occurs before WikiText parsing. This means that you can use substitution to build WikiText constructions. Transclusions are processed independently, and cannot be combined with adjacent text to define WikiText constructions.
! Simple Transclusion
To include some content from [[TiddlerA]] into [[TiddlerB]], edit the latter to include the following text:
```
This is the content of TiddlerA: {{TiddlerA}}
```
The result is that the content of the ''text'' field (i.e. the main content) of [[TiddlerA]] is rendered within [[TiddlerB]].
! Usage
The notation ``{{TiddlerA}}`` is a shortcut for ``{{TiddlerA!!text}}``. This is because the default field for transclusion is ''text'', but any other [[field|TiddlerFields]] can be used explicitly. For example, you can print the last time TiddlerA was modified using:
```
TiddlerA was modified on {{TiddlerA!!modified}}
```
By omitting the tiddler title, the transclusion notation can also be used to display the content of a field from the current tiddler, for example:
```
The current tiddler was modified on {{!!modified}}
```
! Recursion Errors
Notice that using ``{{!!text}}`` or ``{{}}`` causes an error (//Recursive transclusion error in transclude widget//), because it does not make sense to include the content of the current tiddler into the content of the current tiddler (that is, into itself). Whenever you encouter this error message, it means that you are trying to include something into itself, directly or indirectly (for example if tiddler A transcludes tiddler B which transcludes tiddler C which, in turn, transcludes tiddler A).
! Learning More
In TiddlyWiki, transclusions are not limited to including raw content like the above. To learn about more advanced uses of transclusion, see [[Transclusion with Templates]].
See also:
* [[Transclusion]]
* [[Transclusion with Templates]]
* [[Transclusion in WikiText]]
* TextReference
* TiddlerFields.
! Introduction
You can incorporate the content of one tiddler within another using the [[Transclusion]] notation:
* `{{MyTiddler}}` transcludes a single tiddler
* `{{MyTiddler||TemplateTitle}}` displays the tiddler through a specified [[TemplateTiddler|TemplateTiddlers]]
* `{{||TemplateTitle}}` displays the specified template tiddler without altering the [[current tiddler|Current Tiddler]]
!! Transcluding Text References
You can also use a TextReference instead of a tiddler title:
* `{{MyTiddler!!field}}` transcludes a specified field of a tiddler
* `{{!!field}}` transcludes a specified field of the current tiddler
* `{{MyTiddler##index}}` transcludes a specified indexed property of a [[DataTiddler|DataTiddlers]]
* `{{##index}}` transcludes a specified indexed property of the current [[DataTiddler|DataTiddlers]]
!! Filtered Transclusion
A similar syntax can be used to transclude a list of tiddlers matching a specified [[filter|Filters]]:
```
{{{ [tag[mechanism]] }}}
{{{ [tag[mechanism]] ||TemplateTitle}}}
```
! Generated Widgets
The WikiText transclusion syntax generates a TiddlerWidget wrapped around a TranscludeWidget. For example, `{{MyTiddler||MyTemplate!!myField}}` generates the following pair of widgets:
```
<$tiddler tiddler="MyTiddler">
<$transclude tiddler="MyTemplate" field="myField"/>
</$tiddler>
```
See also:
* [[Transclusion Basic Usage]]
* [[Transclusion with Templates]]
* TemplateTiddlers
* TranscludeWidget
* [[Transclusion and Substitution]]
The <<.def transclusion>> [[variable|Variables]] is set by the <<.wlink TranscludeWidget>> widget to a string that identifies the position of that widget within the [[widget tree|Widgets]].
~TiddlyWiki's core uses it to detect recursive [[transclusion|Transclusion]]. It is also used to implement the <<.mlink qualify>> macro.
The string has the following syntax:
<$railroad text="""
"{" a "|" b "|" c "|" d "|" e "|" "}"
"""/>
<ol style="list-style-type: lower-alpha;">
<li>the title of the [[current tiddler|Current Tiddler]]</li>
<li>the title of the tiddler being transcluded</li>
<li>the name of the field being transcluded</li>
<li>the name of the property name or index being transcluded</li>
<li>the name of the subtiddler being transcluded from a plugin</li>
</ol>
Many of the five items are often blank.
In the sidebar, the value of <<.var transclusion>> is:
> `{|$:/core/ui/PageTemplate/sidebar|||}`
When the tiddler <<.tid HelloThere>> is displayed in the story river, <<.var transclusion>> is set to:
> `{HelloThere|HelloThere|||}`
<<.variable-examples "transclusion">>
This example shows how to distinguish between the sidebar and other environments:
<$macrocall $name=".example" n="1"
eg="""We are
<$list
filter="[<transclusion>prefix[{|$:/core/ui/PageTemplate/sidebar|||}]]"
emptyMessage="in the story river.">
in the sidebar.
</$list>"""/>
In the sidebar, this would show `We are in the sidebar` instead.
! Introduction
In [[Transclusion Basic Usage]] we have seen how to include the content of a tiddler A into a tiddler B. Now suppose that tiddler A contains:
```
@@background-color:yellow;
Hello, my title is {{!!title}}
@@
```
This makes tiddler A display its title with a yellow background (see [[Styles and Classes in WikiText]] to learn about CSS style). Imagine that you want to display the title in the same way in tiddler B. But you don't want to copy/paste the style instructions, because you might want to change the background colour later and you want to keep it consistent among tiddlers. This looks like a typical case of transclusion, so let's try to transclude tiddler A in tiddler B the usual way with ``{{A}}``. You should see the following content in tiddler B:
<<<
@@background-color:yellow;
Hello, my title is A
@@
<<<
The style is applied as expected, but the title is wrong: we want ``{{!!title}}`` to refer to the target tiddler B, and not the source tiddler A.
The solution is to use a //template//. In this case, the source tiddler A is called the [[TemplateTiddler|TemplateTiddlers]], and it is //applied// to tiddler B using the notation ``{{||A}}``. The difference is that any TextReference which does not refer explicitly to a specific tiddler is applied to the [[current tiddler|Current Tiddler]], that is, the target tiddler. As a result, tiddler B now looks as expected:
<<<
@@background-color:yellow;
Hello, my title is B
@@
<<<
! Usage
Transcluding via a template is like applying a mask: assuming that the source tiddler contains generic references (like eye holes in a mask), these will be replaced with the target tiddlers values (like the eyes of the person who wears the mask).
A template can be applied to any tiddler, not necessarily the current one. This is achieved using the full notation ``{{<target>||<template>}}``. The default ``<target>`` is the [[current tiddler|Current Tiddler]] (this is what we used in the above example).
! Examples
!! A predefined template to render tags nicely
You can apply the system template ``$:/core/ui/TagTemplate`` to a tag in order to see it as a tag pill with a drop-down menu:
```
{{Transclusion||$:/core/ui/TagTemplate}}
```
is rendered as {{Transclusion||$:/core/ui/TagTemplate}}
See also:
* [[Transclusion in WikiText]]
* [[Transclusion Basic Usage]]
* TextReference
* TemplateTiddlers
* TranscludeWidget
* [[Current Tiddler]]
There is a special edition of TiddlyWiki that simplifies creating and maintaining translations:
http://tiddlywiki.com/editions/translators/
Note that no knowledge of Node.js or GitHub is required.
See http://tiddlywiki.com/dev for technical details of creating and maintaining translations.
The translation mechanism of TiddlyWiki manages and switches between language plugins that provide translations of the TiddlyWiki user interface. The developer site at http://tiddlywiki.com/dev/ explains how translators can create and submit translations for TiddlyWiki.
The title of the current language plugin is read from the tiddler [[$:/language]]. If the selected plugin changes then any displayed translateable text automatically changes.
Translation plugins are bundles of tiddlers that each contain an indepedent translatable string. The strings are transcluded as needed.
Translatable strings are generally in the namespace `$:/language/`, for example:
* [[$:/language/EditTemplate/Shadow/OverriddenWarning]]
* [[$:/language/Docs/ModuleTypes/isfilteroperator]]
* [[$:/language/EditTemplate/Fields/Add/Value/Placeholder]]
<<.this-is-operator-example>>
Here are some webpages with tips and tutorials related to ~TiddlyWiki
<div class="tc-link-info">
<$list filter="[tag[Tutorials]!sort[modified]]">
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>
The <<.def tv-auto-open-on-import>> [[variable|Variables]] controls whether the `tm-import-tiddlers` message causes the tiddler [[$:/Import]] (which lists the pending imports) to open in the story river.
By default, the tiddler is opened. But if this variable has the value <<.value no>>, it isn't.
An example of setting this variable to <<.value no>> can be found in the upgrade plugin within the [[TiddlyWiki Upgrade Wizard|http://www.tiddlywiki.com/upgrade.html]]. People can drag their wiki files onto the wizard without triggering the normal import display.
The <<.def tv-config-toolbar-class>> [[variable|Variables]] controls the value of the [[CSS|Cascading Style Sheets]] `class` attribute on the HTML element for a toolbar button.
It can be set prior to transcluding such a button.
In most environments, it defaults to <<.value tc-btn-invisible>>, which removes the button's background colour and border.
<<.variable-examples "tv-config-toolbar-class">>
<style>
.green-background {
background-color: green;
fill: white;
}
</style>
<$macrocall $name=".example" n="1"
eg="""<$set name="tv-config-toolbar-class" value="tc-btn-invisible">
{{$:/core/ui/Buttons/new-tiddler}}
</$set>
"""/>
<$macrocall $name=".example" n="2"
eg="""<$set name="tv-config-toolbar-class" value="green-background">
{{$:/core/ui/Buttons/new-tiddler}}
</$set>
"""/>
The `green-background` [[CSS|Cascading Style Sheets]] class is declared in a stylesheet within this tiddler.
The <<.def tv-config-toolbar-icons>> [[variable|Variables]] controls whether toolbar buttons display icons.
<<.this-is-toolbar-config-variable $:/config/Toolbar/Icons>>
<<.variable-examples "tv-config-toolbar-icons">>
See also <<.vlink tv-config-toolbar-text>>.
<$macrocall $name=".example" n="1"
eg="""<$set name="tv-config-toolbar-icons" value="no">
<$set name="tv-config-toolbar-text" value="yes">
{{$:/core/ui/Buttons/new-tiddler}}
</$set>
</$set>
"""/>
<$macrocall $name=".example" n="2"
eg="""<$set name="tv-config-toolbar-icons" value="yes">
{{$:/core/ui/Buttons/new-tiddler}}
</$set>
"""/>
The <<.def tv-config-toolbar-text>> [[variable|Variables]] controls whether toolbar buttons display text.
<<.this-is-toolbar-config-variable $:/config/Toolbar/Text>>
<<.variable-examples "tv-config-toolbar-text">>
See also <<.vlink tv-config-toolbar-icons>>.
<$macrocall $name=".example" n="1"
eg="""<$set name="tv-config-toolbar-text" value="no">
{{$:/core/ui/Buttons/new-tiddler}}
</$set>
"""/>
<$macrocall $name=".example" n="2"
eg="""<$set name="tv-config-toolbar-text" value="yes">
{{$:/core/ui/Buttons/new-tiddler}}
</$set>
"""/>
The <<.def tv-get-export-image-link>> [[variable|Variables]] controls the value of the `src` attribute on the HTML `img` element generated by the <<.wlink ImageWidget>> widget when the value of its `source` attribute is not the title of a tiddler.
The variable should be a [[macro|Macros]] with the following parameter:
;src
: The value of the `source` attribute -- equivalent to the image name specified in <$link to="Images in WikiText">the shorthand syntax</$link> `[img[source]]`
The ability to override image URIs in this way can be useful when one is using the [[Node.js configuration|TiddlyWiki on Node.js]] to export a static version of a wiki.
<<.variable-examples "tv-get-export-image-link">>
This example fetches [[the TiddlyWiki icon|http://www.tiddlywiki.com/favicon.ico]]:
<$importvariables filter="$:/editions/tw5.com/macro-examples/tv-get-export-image-link">
<$codeblock code={{$:/editions/tw5.com/macro-examples/tv-get-export-image-link}}/>
<$macrocall $name=".example" n="1" eg="""[img[favicon.ico]]"""/>
</$importvariables>
The <<.def tv-get-export-link>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget.
<<.this-is-static-link-variable>>
The variable should be a [[macro|Macros]] with the following parameter:
;to
: The title of the target tiddler of the link, with no escaping
See also <<.vlink tv-wikilink-template>>. If both that variable and this one exist, this one dominates.
The <<.def tv-get-export-path>> [[variable|Variables]] specifies the full pathname to which the <<.clink rendertiddlers RenderTiddlersCommand>> [[Node.js|TiddlyWiki on Node.js]] command writes each tiddler.
The variable should be implemented as a <<.js-macro-link "JavaScript macro">> with the following parameter:
;title
: The title of the tiddler
If no such macro exists, the tiddlers are written to files whose names are [[percent-encoded|Percent Encoding]], in the command's output folder.
The <<.def tv-tiddler-preview>> [[variable|Variables]] indicates whether content is being rendered in a tiddler preview panel.
The value is ''yes'' within the preview panel, and undefined elsewhere.
The <<.def tv-wikilink-template>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget.
<<.this-is-static-link-variable>>
The variable is treated as if it was a [[macro|Macros]] with the following parameters:
;uri_encoded
: The title of the target tiddler of the link, but [[percent-encoded|Percent Encoding]]
;uri_doubleencoded
: The value of the <<.param uri_encoded>> parameter but percent-encoded again, i.e. with its `%` characters further converted to `%25`
> `\define tv-wikilink-template() ../tiddlers/$uri_encoded$.html`
The variable defaults to `#$uri_encoded$`.
See also the <<.vlink tv-get-export-link>> variable, which dominates over this one.
The <<.def tv-wikilink-tooltip>> [[variable|Variables]] specifies the default value for the <<.attr tooltip>> attribute of the <<.wlink LinkWidget>> widget.
It is often defined as a [[macro|Macros]], and its value parsed as inline WikiText.
<<.variable-examples "tv-wikilink-tooltip">>
This example shows a way of giving links a tooltip derived from the target tiddler's <<.field caption>> field:
<$importvariables filter="$:/editions/tw5.com/macro-examples/tv-wikilink-tooltip">
<$codeblock code={{$:/editions/tw5.com/macro-examples/tv-wikilink-tooltip}}/>
<$macrocall $name=".example" n="1" eg="""Here is a link to [[backlinks Operator]] with a custom tooltip."""/>
</$importvariables>
Here is [[a standard link|HelloThere]] for comparison.
The <<.def tv-wikilinks>> [[variable|Variables]] controls the behaviour of the <<.wlink LinkWidget>> widget.
The widget normally produces a link to a tiddler. But if this variable has the value <<.value no>>, the widget suppresses the link and simply displays the text that would otherwise have served as the link.
You can suppress links for a whole tiddler by placing the following line at the start of the tiddler's text:
> `\define tv-wikilinks() no`
This variable has no effect on external links, as those do not involve the <<.wid link>> widget.
<<.variable-examples "tv-wikilinks">>
<$macrocall $name=".example" n="1"
eg="""HelloThere,
[[HelloThere]],
<$link to="HelloThere">is //this// a link?</$link>"""/>
<$macrocall $name=".example" n="2"
eg="""<$set name="tv-wikilinks" value="no">
HelloThere,
[[HelloThere]],
<$link to="HelloThere">is //this// a link?</$link>
</$set>"""/>
This experimental plugin adds the ability to display WikiText written for the original Classic version of TiddlyWiki.
See http://tiddlywiki.com/plugins/tiddlywiki/tw2parser/
A collection of hints and tips, musings and proposals from long-time TiddlyWiki contributor Mat Goldman.
{{!!url}}
<<<
This is Mat's, a.k.a <:-) little man-cave in the ~TiddlyVerse.
Most TW development is, understandably, based on the premise that //"Improve code ➔ Better TW"//. ''TWaddle'' is also about developing TW but from the perspective that [[Bigger community ⇄ Better TW]]. Thus, TWaddle looks more to people issues - how to attract them, how to make them stick with TW etc.
I'm not a programmer but I //am// a TW enthusiast so I tiddlefiddle enough to make the occasional discovery of something cool. Given the amount of words I utter, it is also a mere numbers game before I say something that makes sense. TWaddle is intended to capture these eventualities.
<<<
A collection of community tips and tutorials curated by Andreas Hahn, including a handy "customiser" that simplifies creating an empty TiddlyWiki with selected plugins and enhancements.
Updated to include [[Tinka|http://twguides.org/tinka.html]], a plugin that "provides a GUI to create and modify plugins more easily, therefore saving time on the packaging process".
{{!!url}}
<<<
The intent of the project is to encourage people to use and actively tweak TiddlyWiki according to their needs. Similar to the old version, I also want to encourage people to share their knowledge and help other people get the most out of this wonderful piece of wiki software.
<<<
WikiText can include blocks of text that are rendered with an explicit ContentType like this:
```
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
```
This renders as:
$$$image/svg+xml
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="green" />
</svg>
$$$
It is also possible to abbreviate the ContentType to a file extension. For example:
```
$$$.svg
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
$$$
```
This renders as:
$$$.svg
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
$$$
Unknown types render as plain text:
```
$$$text/unknown
Some plain text, which will not be //formatted//.
$$$
```
Which renders as:
$$$text/unknown
Some plain text, which will not be //formatted//.
$$$
A render type can also be specified, causing a particular text rendering to be displayed. For example:
```
$$$text/vnd.tiddlywiki>text/html
This is ''some'' wikitext
$$$
$$$text/vnd.tiddlywiki>text/plain
This is ''some'' wikitext
$$$
```
Renders as:
$$$text/vnd.tiddlywiki>text/html
This is ''some'' wikitext
$$$
$$$text/vnd.tiddlywiki>text/plain
This is ''some'' wikitext
$$$
Use the [[documentation macros|Documentation Macros]] to keep the text maintainable in the face of change.
Be wary of arbitrarily applying raw bold or italic markup in a sentence. If there's a suitable macro, use that instead. If there isn't a suitable macro, write one or request one.
Use simple backticks (<code>`...`</code>) for fragments of WikiText, but not for the names of things like fields and widgets. These have their own macros.
To keep things clean and simple, quotation marks and apostrophes should be straight `'`, not curly `’`, and the ellipsis should be three separate dots `...` rather than `…`.
Use `"` as the primary quotation mark, reserving `'` for the rare case of a nested quotation.
Avoid using a single hyphen `-` as sentence punctuation. Instead, use a double hyphen -- which ~TiddlyWiki renders as an en-dash -- with a space on either side.
Items in lists and tables should only end with a full stop (period in US English) if they are complete sentences. They should have no trailing punctuation otherwise.
It is very rarely necessary to use an exclamation mark in professional documentation.
{{$:/language/Help/unpackplugin}}
A tiddler is deemed to have no tags if it:
* doesn't exist
* doesn't have a <<.field tags>> field
* has an empty <<.field tags>> field
<<.operator-examples "untagged">>
<<.operator-example 1 "[untagged[]]">>
<<.operator-example 2 "[all[shadows]untagged[]]">>
<<.operator-example 3 "[list[HelloThere]!untagged[]]">>
# Open upgrade.html
# Includes a data tiddler called `$:/UpgradeLibrary` that contains the latest compatible versions of all plugins in the library
# Drag in old wiki file
# Place tiddlers into a data tiddler `$:/Import` that is typed as a "pending import"
# Kick off import processing for each tiddler
## Give each "upgrader" module a chance to inspect the incoming tiddlers
## Upgrader modules can trigger actions for each tiddler:
##* Display a warning message
##* Don't import
##* Replace with another tiddler from the upgrade library
##* Disable incompatible plugins
# Display the newly created pending import tiddler through a new view template segment
## Displays the payload tiddlers as a list of titles and checkboxes, with a dropdown showing the full details of the tiddler
## Perhaps we also suppress the usual JSON display for data tiddlers behind a reveal widget
# The user can adjust the selection checkboxes
# Clicking "done" unpacks the selected tiddlers from the pending import tiddler
# The pending import tiddler and the upgrade library tiddler are excluded from the subsequent save operation
There are regular releases of TiddlyWiki with bug fixes and improvements. It's a good idea to keep up to date by regularly upgrading to the latest version.
! Introduction
The process described here is for upgrading standalone TiddlyWiki files. There is a [[different procedure|Upgrading TiddlyWiki on Node.js]] for upgrading [[TiddlyWiki on Node.js]].
<<<
When upgrading, please remember the [[The First Rule of Using TiddlyWiki]]:
//You are responsible for looking after your own data; take care to make backups, especially when upgrading the ~TiddlyWiki core//
<<<
! Online upgrading
This process will work on most desktop browsers. Note that none of your personal data leaves your browser with this process.
# Locate your TiddlyWiki file in the file system (i.e. using Windows Explorer, the Finder on Mac OS X, or your file manager on Linux)
# Visit http://tiddlywiki.com/upgrade.html in your browser
# Drag your old TiddlyWiki HTML file into the browser window
#* If the file is encrypted you will be prompted for the password
# Review the list of tiddlers that will be upgraded
# Click ''Upgrade''
# Save changes to save the new version
This will download a file called ''upgrade.html'' to your computer. This file is the upgrade of your old file. You may need to open the location where ''upgrade.html'' was downloaded, rename ''upgrade.html'' with the name of the old file you are upgrading, and replace the old file by moving the new file in its place.
! Offline upgrading
You can also download http://tiddlywiki.com/upgrade.html locally and perform the same drag-and-drop procedure to upgrade your files.
! Problems with Upgrades
!! Firefox Security Restrictions
The following error occurs when trying to perform the online upgrade procedure using Firefox:
<<<
Error while saving:
Error:NS_ERROR_DOM_BAD_URI: Access to restricted URI denied
<<<
The upgrade operation falls foul of a security restriction in Firefox. Until this can be resolved, we suggest either using the offline upgrader, or using Chrome to perform the upgrade:
# Use Chrome to open http://tiddlywiki.com/upgrade.html, then drag the TiddlyWiki HTML file to be upgraded into the upgrader window, as described above in ''Online upgrading''
# After you've saved your upgraded file, you should be able to open it in Firefox and [[save using TiddlyFox|Saving with TiddlyFox]] again
!! Incompatible Customisations
It is possible for a customisation applied in a previous version to break when upgraded to the latest version. There are two techniques you can use to help track down issues:
* Try repeating the upgrade having selectively unchecked any tiddlers that may be applying customisations to TiddlyWiki
* Use SafeMode to disable all customisations of shadow tiddlers
You can see which shadow tiddlers have been overridden in the ''Filter'' tab of [[advanced search|$:/AdvancedSearch]]. Select "Overridden shadow tiddlers" from the dropdown.
If you've installed [[TiddlyWiki on Node.js]] on the usual way, when a new version is released you can upgrade it with this command:
```
npm update -g tiddlywiki
```
On Mac or Linux you'll need to add ''sudo'' like this:
```
sudo npm update -g tiddlywiki
```
A <<.dlink-ex "URI" "http://en.wikipedia.org/wiki/Uniform_resource_identifier">> (also often known as a <<.def URL>>) is a string of characters used to specify the location of a resource such as a web page.
By default, when running [[TiddlyWiki on Node.js]], the server exposes the wiki at the URI formed from the protocol, host and port - for example, `http://127.0.0.1:8080/`.
There are two steps to running the wiki at a custom path like `http://127.0.0.1:8080/path/to/my/wiki/`:
# Configure the server by passing `/path/to/my/wiki` as the ''pathprefix'' argument of the ServerCommand
# Configure the client by creating a tiddler called `$:/config/tiddlyweb/host` that contains `$protocol$//$host$/path/to/my/wiki/`
You can use links (normally displayed as blue text) to navigate from one tiddler to another. Clicking on a link to any tiddler will take you to that tiddler. If the tiddler is closed, it will be opened. The wonderful thing about ~TiddlyWiki is that it makes links to tiddlers as accessible as possible. There are links everywhere! Here are the key places where you can find links to tiddlers in ~TiddlyWiki:
* You can ''create a link'' to a tiddler, whether it exists yet or not, in the body of any tiddler. See [[Linking in WikiText]] to see the various easy ways to create links between tiddlers.
* Each ''tag pill'' in your tiddler (such as the ''Working with ~TiddlyWiki'' tag pill below the title of this tiddler) contains a link to that tag's tiddler, as well as lists of all the tiddlers that carry that tag. This lets you go to any of those tiddlers.
* The ''InfoPanel'' of each tiddler gives you access to four tabs containing additional lists of related tiddlers:
** The ''References'' tab lists all the tiddlers that link //to// the current tiddler.
** The ''Tagging'' tab lists all the tiddlers that have been tagged with the current tiddler's title.
** The ''List'' tab lists all the tiddlers (or potential tiddlers) mentioned in the [[list field|ListField]] of the current tiddler.
** The ''Listed'' tab lists all the tiddlers that mention the current tiddler in //their// list fields.
* The ''sidebar tabs'' contain numerous lists of links to tiddlers:
** The ''Open'' tab lists all the tiddlers that are currently open, i.e. visible somewhere on the page.
** The ''Recent'' tab lists the 100 most recently modified tiddlers, beginning with the most recently modified.
** The ''More'' tab offers eight additional lists of tiddlers:
*** ''All'' lists all tiddlers in alphabetical order.
*** ''Tags'' lists all the tags. You can click on the pill for any tag to access a list of the tiddlers tagged with that tag.
*** ''Missing'' lists any tiddlers that don't yet exist, but have been linked to from other tiddlers. This is helpful for finding tiddlers you planned to create, but never got around to.
*** ''Drafts'' lists any tiddlers that are currently in draft mode. ~TiddlyWiki considers a tiddler's draft to be a separate tiddler for as long as you are editing it, so while you're editing a tiddler entitled ''Australia'', there will be two tiddlers, ''Australia'' and ''Draft of 'Australia'''. When you close the draft by saving your changes to it, those changes will be applied to the ''Australia'' tiddler. So treat the ''Drafts'' tab as a way of finding any unfinished drafts you started.
*** ''Orphans'' lists all the tiddlers that are not connected to any other tiddler by links, tags or lists. This is a helpful aid to editing your file - it shows you which tiddlers need to be integrated more carefully with the others.
*** ''Types'' lists any tiddlers with special content, such as images or audio.
*** ''System'' lists all of the SystemTiddlers.
*** ''Shadows'' lists all of the ShadowTiddlers.
* ''Search results'' are a list of the tiddlers that contain the text you type in the search box.
* Finally, you can create your own custom lists of tiddlers by various methods:
** You can transclude a [[filter|Filters]] (see [[Transclusion in WikiText]]). For example, adding `{{{ [tag[mountain]] }}}` to a tiddler will insert a list of all tiddlers tagged with ''mountain''.
** You can use the ListWidget. This is more complicated than transcluding a [[filter|Filters]], but in return it allows you more flexibility in designing and displaying the list exactly as you want it to appear.
The first steps to changing the appearance of TiddlyWiki are to choose and apply one of the available themes, or to modify the [[colour palette|ColourPalettes]].
In addition, custom [[CSS stylesheets|http://www.w3schools.com/css]] can be defined by tagging a tiddler `$:/tags/Stylesheet`. Try creating a custom stylesheet now with the following content in order to change the page background colour to red:
```
html body.tc-body {
background: red;
}
```
! Overriding Theme Settings
Custom stylesheets are applied independently from theme stylesheets. Therefore, it is often necessary for the css rules in your custom stylesheet to be more specific than those of the theme you want to override. For example, `html body.tc-body` is more specific than `body.tc-body`.
! Stylesheet Types
Usually it is best to use the type `text/css` for stylesheets. This treats them as plain stylesheets, and ensures that TiddlyWiki doesn't apply any wiki processing to them.
If you wish to use macros and transclusions in your stylesheets you should instead use the default WikiText type `text/vnd.tiddlywiki`. This allows full WikiText processing to be performed. Here is an example:
```
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html
body.tc-body pre {
<<box-shadow "inset 0 1px 0 #fff">>
}
```
The `\rules` pragma at the top of the tiddler restricts the WikiText to just allow macros and transclusion. This avoids mistakenly triggering unwanted WikiText processing.
A stylesheet tiddler is processed such that it is first wikified and then the text portion of the ouput is extracted to apply as the CSS. Any HTML tags you will use in your stylesheet are thus ignored. For example, HTML elements generated by the RevealWidget will not affect the output. As in the following example, you can wrap CSS rules in `<pre>` tags to display them as a codeblock without affecting processing, including handling the inner macro.
```
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html
<pre>body.tc-body pre {
<<box-shadow "inset 0 1px 0 #fff">>
}
</pre>
```
!! Stylesheet Macros
The ~TiddlyWiki core provides several [[global macros that are helpful in constructing stylesheets|Stylesheet Macros]].
TiddlyWiki5 can be used to produce documentation for GitHub projects. It lets you maintain a single set of documentation as a [[TiddlyWikiFolder|TiddlyWikiFolders]] containing separate tiddler files under source code control, and then use it to produce `readme.md` files for inclusion in project folders, or HTML files for storage in [[GitHub Pages|http://pages.github.com/]]. Both features are demonstrated by TiddlyWiki5 itself.
! Generating `readme.md` files
When displaying the contents of a folder GitHub will look for a `readme.md` file and display it. Note that it will not display full HTML files in this way, just static MarkDown files (this is a security measure). Happily MarkDown permits a safe subset of HTML, and thus to generate a `readme.md` file that is suitable for GitHub it is just necessary for TiddlyWiki5 to generate the content of the `<body>` element of an HTML document, and give it the appropriate filename.
This is done with this command:
```
--rendertiddler ReadMe ./readme.md text/html
```
It saves the tiddler ReadMe to the file `./readme.md` in the `text/html` format.
By default, tiddler links will be rendered as `<a>` links to a relative URI consisting of the title of the tiddler. This behaviour can be overridden by defining the macro `tv-wikilink-template`, as is done at the top of the tiddler ReadMe:
```
\define tv-wikilink-template() http://tiddlywiki.com/static/$uri_doubleencoded$.html
```
See the LinkWidget for more details.
In this example, tiddler links are rendered as links to the static rendering of tw5.com.
TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles.
For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in static HTML:
```
tiddlywiki --verbose --load mywiki.html --rendertiddler ReadMe ./readme.html
```
Running `tiddlywiki` from the command line boots the TiddlyWiki kernel, loads the core plugins and establishes an empty wiki store. It then sequentially processes the command line arguments from left to right. The arguments are separated with spaces.
The first argument is the optional path to the [[TiddlyWikiFolder|TiddlyWikiFolders]] to be loaded. If not present, then the current directory is used.
The commands and their individual arguments follow, each command being identified by the prefix `--`.
```
tiddlywiki [<wikipath>] [--<command> [<arg>[,<arg>]]]
```
The available commands are:
<<list-links "[tag[Commands]]">>
TiddlyWiki5 allows you to use SVG to display vector graphics in two ways:
* Tiddlers with the type `image/svg+xml` are interpreted as SVG images, and displayed and transcluded as self-contained `<img>` elements with the SVG embedded as a data URI in the `src` attribute.
** For examples of SVG images see [[Motovun Jack.svg]] and [[Tiddler Fishes.svg]]
* WikiText can also include inline SVG elements directly. See below for an example.
! Embedding SVG tiddlers
You can embed an SVG image tiddler using the ordinary transclusion syntax:
```
{{Motovun Jack.jpg}}
```
You can also use TypedBlockWikiText to embed an inline SVG tiddler.
The implications of the image being rendered within an `<img>` element are that it is sandboxed; it can't use CSS styles from the parent document, for example. Neither can the image use WikiText features like transclusion.
! Embedding SVG elements
The other way to use SVG is to embed the `<svg>` element directly. For example:
<svg width="150" height="100">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>
Note that inline SVG elements don't need an `<?xml version="1.0"?>` directive.
! Including HTML or WikiText content in SVG images
You can include simple text strings in SVG images using the `<text>` element:
<svg width="100px" height="30px" viewBox="0 0 1000 300"><text x="250" y="150" font-family="Verdana" font-size="55">Hello, out there</text><rect x="1" y="1" width="998" height="298" fill="none" stroke-width="2" /></svg>
HTML or WikiText content can be included within inline SVG images using the `<foreignObject>` element. For example:
<svg width="260px" height="260px"><circle cx="150" cy="150" r="100" fill="blue" stoke="red"/><foreignObject x="70" y="110" width="150" height="180"><body>Here is some text that requires a word wrap, and includes a [[link to a tiddler|HelloThere]].</body></foreignObject></svg>
! Transcluding SVG elements
When embedding SVG elements you can also use WikiText features like transclusion. For example, here is an SVG circle with the radius set to the value in the tiddler [[$:/SVGExampleRadius]]:
<svg width="150" height="150"><circle cx="75" cy="75" r={{$:/SVGExampleRadius}} stroke="black" stroke-width="2" fill="green"/></svg>
You can edit the value of the radius here: <$edit-text tiddler="$:/SVGExampleRadius" tag="input"/>
! Making curved text with SVG
{{Making curved text with SVG}}
A <<.def variable>> is a snippet of text that can be accessed by name within a particular branch of the [[widget tree|Widgets]]. The snippet is known as the variable's <<.def value>>.
A new variable is defined using a <<.wlink SetWidget>> widget, and is then available to any of the children of that widget, including transcluded content. A <<.wid set>> widget can reuse an existing name, thus binding a different snippet to that name for the duration of the widget's children.
The <<.wlink ListWidget>> widget also sets a particular variable (<<.var currentTiddler>> by default) to each listed title in turn.
For an overview of how to use variables, see [[Variables in WikiText]].
Despite the term <<.word variable>>, each snippet is a constant string. The apparent variability is actually the result of the presence of multiple variables with the same name in different parts of the widget tree.
[[Macros]] are a special form of variable whose value can contain placeholders that get filled in with parameters whenever the macro is used.
By themselves, the snippets are <<.em not>> parsed as WikiText. However, a variable reference will transclude a snippet into a context where ~WikiText parsing <<.em may>> be occurring. Within a snippet, the only markup detected is `$name$` for a macro parameter transclusion and `$(name)$` for a variable transclusion.
The <<.mlink dumpvariables>> macro lists all variables (including macros) that are available at that position in the widget tree.
~TiddlyWiki's core has [[several variables|Core Variables]] built in.
See also the [[introduction to the concept of variables|Variables]].
To transclude the value of a variable, use the [[macro call syntax|Macro Calls in WikiText]] with no parameters. You can also use a <<.wlink MacroCallWidget>> widget.
A [[macro|Macros]] snippet can contain `$(name)$` as a [[placeholder|Macro Definitions in WikiText]] for which the value of the variable of that name will be substituted.
A variable's value can be used as a [[filter parameter|Filter Parameter]], or as a [[widget attribute|Widgets in WikiText]]. The latter supports macro parameters.
!! Example: defining a variable
<$macrocall $name=".example" n="1"
eg="""<$set name=animal value=zebra>
<<animal>>
</$set>"""/>
!! Example: defining a macro
The `\define` pragma below [[defines a macro|Macros in WikiText]] called <<.var tags-of-current-tiddler>>. The macro returns the value of the tiddler's <<.field tags>> field, and can be accessed from anywhere else in the same tiddler (or in any tiddler that [[imports|ImportVariablesWidget]] it).
<$importvariables filter="$:/editions/tw5.com/macro-examples/tags-of-current-tiddler">
<$codeblock code={{$:/editions/tw5.com/macro-examples/tags-of-current-tiddler}}/>
<$macrocall $name=".example" n="2" eg="""The tags are: <<tags-of-current-tiddler>>"""/>
</$importvariables>
!! Example: using a variable as a filter parameter
This example uses the <<.olink backlinks>> [[operator|Filter Operators]] to list all tiddlers that link to this one.
<$macrocall $name=".example" n="3" eg="""<<list-links filter:"[<currentTiddler>backlinks[]]">>"""/>
! Introduction
The ''vars'' widget allows multiple variables to be set in one operation. In some situations it can result in simpler code than using the more flexible SetWidget.
! Content and Attributes
The content of the `<$vars>` widget is the scope for the value assigned to the variable.
|!Attribute |!Description |
|//{attributes not starting with $}// |Each attribute name specifies a variable name. The attribute value is assigned to the variable |
! Examples
Consider a case where you need to set multiple variables.
Using the `<$vars>` widget, this situation may be handled in the following way:
```
\define helloworld() Hello world!
<$vars greeting="Hi" me={{!!title}} sentence=<<helloworld>>>
<<greeting>>! I am <<me>> and I say: <<sentence>>
</$vars>
```
In contrast, here is the same example using the `<$set>` widget:
```
<$set name="greeting" value="Hi" />
<$set name="me" value={{!!title}} />
<$set name="sentence" value=<<helloworld>> />
<<greeting>>! I am <<me>> and I say: <<sentence>>
</$set>
</$set>
</$set>
```
! Remarks
It should be noted that this widget differs from the set widget in the following ways:
* A fallback (also known as "emptyValue") cannot be specified
* Filters cannot be used to produce a conditional variable assignement
* Variable names must be literal strings
{{$:/language/Help/verbose}}
The <<.def version>> [[macro|Macros]] returns the current version number of ~TiddlyWiki.
!! Parameters
(none)
<<.macro-examples "version">>
<$macrocall $name=".example" n="1" eg="""Version number: <<version>>"""/>
{{$:/language/Help/version}}
The following TiddlyWiki videos are available.
<<list-links "[tag[Videos]]">>
The aim is to curate a series of videos to guide people through getting up and running with TiddlyWiki. [[Contributions|Contributing]] are welcome.
! Introduction
The view widget displays the contents of a tiddler field in a specified format.
! Content and Attributes
The content of the `<$view>` widget is displayed if the field or property is missing or empty.
|!Attribute |!Description |
|tiddler |The title of the tiddler (defaults to the [[current tiddler|Current Tiddler]]) |
|field |The name of the field to view (defaults to "text") |
|index |The name of the index to view |
|format |The format for displaying the field (see below) |
|template |Optional template string used with certain formats such as dates |
|subtiddler |Optional SubTiddler title when the target tiddler is a [[plugin|Plugins]] (see below) |
!! Formats
The following formats can be specified in the `format` attribute:
|!Format |!Description |
|''text'' |Plain text |
|''htmlwikified'' |The field is wikified and the resulting HTML returned as plain text |
|''htmlencoded'' |The field is displayed with HTML encoding issues |
|''date'' |The field is interpreted as a UTC date and displayed according to the DateFormat specified in the `template` attribute |
|''relativedate'' |The field is interpreted as a UTC date and displayed as the interval from the present instant |
|''stripcomments'' |The field is interpreted as JavaScript source code and any lines beginning `\\#` are stripped |
|''jsencoded'' |The field is displayed as a JavaScript encoded string |
! SubTiddler Access
The view widget allows access to the individual tiddlers stored within a [[plugin|Plugins]].
The following example will view the core version of the tiddler [[$:/DefaultTiddlers]] even if it has been overridden:
<<wikitext-example-without-html '
<$view tiddler="$:/core" subtiddler="$:/DefaultTiddlers"/>
'>>
An interactive timeline visualisation plugin based on [[Vis.js|http://visjs.org]]. A demo can be found here: {{!!url}}.
<<<
vis.js Timeline is a TiddlyWiki plugin that allows you to link your wiki-topics (tiddlers) in order to create clickable timelines. This project is a direct continuation of [[emkay's plugin|https://github.com/emkayonline/tw5visjs]].
<<<
<<.this-is-operator-example>>
<a class="tc-float-right tc-bordered-image" href="http://classic.tiddlywiki.com/" target="_blank">[img width="200" [TiddlyWiki Classic.png]]</a>
The original [[Classic|TiddlyWikiClassic]] version of TiddlyWiki is still available at:
http://classic.tiddlywiki.com.
Note that the [[current version|TiddlyWiki5]] of TiddlyWiki is not fully backwards compatible with TiddlyWikiClassic. Content can be imported but will need massaging to adapt to the new WikiText format. A ''tw2parser'' plugin is under development that will allow faithful display of most content created for TiddlyWikiClassic:
http://tiddlywiki.com/plugins/tiddlywiki/tw2parser/
The `tm-add-field` message is handled by the FieldManglerWidget. It adds the specified field with a blank value if the field doesn't already exist.
|!Name |!Description |
|param |Name of field to add |
The add field message is usually generated with the ButtonWidget, and is handled by the FieldManglerWidget.
The `tm-add-tag` message is handled by the FieldManglerWidget. It adds the specified tag.
|!Name |!Description |
|param |Name of tag to add |
The add tag message is usually generated with the ButtonWidget, and is handled by the FieldManglerWidget.
The autosave wiki message causes the current saver module to perform a background save if it is required.
The autosave wiki message should be generated whenever changes are made to the store. For example, the navigator widget generates the autosave wiki message as part of its handling of the [[WidgetMessage: tm-save-tiddler]], [[WidgetMessage: tm-delete-tiddler]] and [[WidgetMessage: tm-perform-import]].
The autosave wiki message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SaverModule|SaverModules]]. Not all SaverModules can handle autosaving.
The `tm-browser-refresh` message refreshes the page, causing the re-initialisation of any plugin tiddlers. It does not require any properties on the `event` object.
The refresh message is usually generated with the ButtonWidget and is handled by the core.
The `tm-cancel-tiddler` message abandons the changes in a draft tiddler. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler that is being cancelled out of edit mode |
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
The cancel tiddler message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
The `tm-clear-password` message clears the current password from the password vault, clearing the [[$:/isEncrypted]] tiddler. See EncryptionMechanism for details.
This message is typically generated with the ButtonWidget, and is handled by the core itself.
The close all tiddlers message empties the story list.
The close all tiddlers message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
The `tm-close-other-tiddlers` message removes all but a specified tiddler from the story list. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler that is not to be closed |
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
The close other tiddlers message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
The `tm-close-tiddler` message removes a specified tiddler from the story list. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler that is to be closed |
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
The close tiddler message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
The `tm-delete-tiddler` message deletes the specified tiddler and removes it from the current story. If the tiddler is a draft then it also deletes the tiddler specified in the `draft.of` field. The delete tiddler message requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler that is to be deleted |
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
The delete tiddler message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
The download file message causes the current saver module to prompt the user to download the result of parsing a specified template tiddler as a file. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of a tiddler to use as a template for the new tiddler |
|paramObject |Optional hashmap of variable values to use for the rendering |
The download file message is usually generated with the ButtonWidget.
The download file message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SaverModule|SaverModules]].
The `tm-edit-tiddler` message replaces the specified tiddler in the current story with a draft version of itself. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler that is being switched to edit mode |
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
The edit tiddler message is usually generated with the ButtonWidget or the ActionSendMessageWidget and is handled by the NavigatorWidget.
The fullscreen message toggles the "fullscreen" mode of the browser, if it supports it.
The fullscreen message is handled by the TiddlyWiki core.
The `tm-home` message closes any open tiddlers and re-opens the default tiddlers set in [[$:/DefaultTiddlers]]. It also remove any [[permalink|PermaLinks]] from the browser address bar. It does not require any properties on the `event` object.
The home message is usually generated with the ButtonWidget and is handled by the core.
The `tm-import-tiddlers` message inserts a list of tiddlers into the pending import tiddler [[$:/Import]]. It also applies any active ''upgrader'' modules to each tiddler as it arrives (see the UpgradeMechanism for more details).
|!Name |!Description |
|param |JSON text of the array of tiddlers to be imported |
The import tiddlers message is usually generated with the DropzoneWidget or the BrowseWidget, and is handled by the NavigatorWidget.
! Configuration Variables
* <<.vlink tv-auto-open-on-import>>
The login message prompts the user for a username and password and attempts to login to the current serverside host. The tiddler [[$:/status/IsLoggedIn]] reflects the current login status with the values "yes" or "no", and [[$:/status/UserName]] reflects the current username.
The login message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SyncAdaptorModule|SyncAdaptorModules]] (typically the ''tiddlywiki/tiddlywebadaptor'' plugin).
The logout message attempts to log the user out of the current serverside host. The tiddler [[$:/status/IsLoggedIn]] reflects the current login status with the values "yes" or "no", and [[$:/status/UserName]] reflects the current username.
The logout message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SyncAdaptorModule|SyncAdaptorModules]] (typically the ''tiddlywiki/tiddlywebadaptor'' plugin).
The modal message displays a specified tiddler in a modal overlay that dims the main page. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler to be displayed |
|paramObject |Hashmap of variables to be provided to the modal |
The "currentTiddler" variable is set to the title of the modal tiddler, but can be overridden by specifying a different value in `paramObject`.
The modal message is usually generated with the ButtonWidget. The modal message is handled by the TiddlyWiki core.
! Example
Here is an example of displaying a modal and passing parameters to it:
<$macrocall $name='wikitext-example-without-html'
src='Your name: <$edit-text tiddler="$:/temp/yourName" tag="input" default="Your name"/>
Your message:
<$edit-text tiddler="$:/temp/yourMessage" default="Your message"/>
<$button>
<$action-sendmessage $message="tm-modal" $param="SampleModal" yourName={{$:/temp/yourName}} yourMessage={{$:/temp/yourMessage}}/>
Click me!
</$button>'/>
The `tm-navigate` message inserts the specified tiddler into the story and puts it at the top of the history stack. If the tiddler is not already present in the story then it will be positioned immediately after the tiddler specified in `event.navigateFromTitle`.
The navigate message requires the following properties on the `event` object:
|!Name |!Description |
|navigateTo |Title of the tiddler that is being navigated |
|navigateFromTitle |Title of the tiddler from which the navigation was initiated |
|navigateFromClientRect |Bounding rectangle in client page coordinates of the element initiating the navigation |
|navigateSuppressNavigation |''true'' causes the new tiddler to only be added to the story, and not the history stack. This suppresses the scrolling associated with navigating to a tiddler |
The navigate message can be generated by the LinkWidget, the ActionNavigateWidget and the ButtonWidget, and is handled by the NavigatorWidget.
The new tiddler message creates a new draft tiddler and adds it to the current story. It requires the following properties on the `event` object:
|!Name |!Description |
|param |The optional title of a tiddler to use as a template for the new tiddler |
|paramObject |Optional hashmap of additional tiddler fields |
|navigateFromTitle |Title of the tiddler from which the navigation to the new tiddler was initiated |
The title for the draft tiddler is chosen according to these rules:
* If a hashmap was used and a title field was specified, use that title
* If a template tiddler was used, use the title of the template tiddler, making it unique with a numeric suffix
* Otherwise, generate a new title based on the default new tiddler title with a numeric suffix to make it unique
The new tiddler message is usually generated with the ButtonWidget or ActionSendMessageWidget and is handled by the NavigatorWidget.
! Example
To make a button that creates new tiddlers tagged "task", create a tiddler called "TaskTemplate" with that tag, and then make your button like this:
```
<$button message="tm-new-tiddler" param="TaskTemplate">New Task</$button>
```
The notify message briefly displays a specified tiddler as a small alert in the upper right corner of the page. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler to be displayed |
The notify message is handled by the TiddlyWiki core.
The perform import message copies tiddlers from a specified plugin into the main store. See the UpgradeMechanism for an overview of how it is used by the core.
|!Name |!Description |
|param |Title of the pending import tiddler. Defaults to ''$:/Import'' |
To select which tiddlers are to be imported, fields with names formed from `selection-` plus the title of the tiddler are used. The value ''unchecked'' causes the tiddler to be skipped from the import.
The perform import message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
The `tm-permalink` message changes the browser address bar to form a [[permalink|PermaLinks]] to a specified tiddler, defaulting to the current tiddler.
The permalink message supports the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler to be permalinked |
|tiddlerTitle |The current tiddler (used by default if the tiddler title isn't specified in the `param`) |
The permalink message can be generated by the ButtonWidget, and is handled by the story mechanism.
The `tm-permaview` message changes the browser address bar to form a [[permaview|PermaLinks]] that specifies all the open tiddlers in the main story river, and the tiddler to be navigated, defaulting to the current tiddler.
The permaview message supports the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler to be navigated within the permaview |
|tiddlerTitle |The current tiddler (used by default if the tiddler title isn't specified in the `param`) |
The permaview message can be generated by the ButtonWidget, and is handled by the story mechanism.
The `tm-remove-field` message is handled by the FieldManglerWidget. It removes the specified field.
|!Name |!Description |
|param |Name of field to remove |
The remove field message is usually generated with the ButtonWidget, and is handled by the FieldManglerWidget.
The `tm-remove-tag` message is handled by the FieldManglerWidget. It removes the specified tag.
|!Name |!Description |
|param |Name of tag to remove |
The remove tag message is usually generated with the ButtonWidget, and is handled by the FieldManglerWidget.
The `tm-save-tiddler` message is applied to draft tiddlers. It saves the draft over the tiddler identified in the `draft.of` field and then deletes the draft. The save tiddler message requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler that is being switched out of edit mode |
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
The save tiddler message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
The save wiki message causes the current saver module to perform a full save operation. The save operation can involve user interaction. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of a tiddler to use as a template for rendering the wiki (defaults to `$:/core/save/all`) |
|paramObject |Optional hashmap of variable values to use for the rendering |
The save wiki message is usually generated by the ButtonWidget.
The save wiki message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SaverModule|SaverModules]].
The server refresh message attempts to synchronise the latest changes to the current serverside host.
The server refresh message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SyncAdaptorModule|SyncAdaptorModules]] (typically the ''tiddlywiki/tiddlywebadaptor'' plugin).
The `tm-set-password` message prompts the user for a new password and stores it in the password vault, replacing any existing password. It also sets the [[$:/isEncrypted]] tiddler. See EncryptionMechanism for details.
This message is typically generated with the ButtonWidget, and is handled by the core itself.
~TiddlyWiki's display is driven by an underlying collection of <<.def widgets>>. These are organised into a tree structure: each widget has a parent widget and zero or more child widgets.
~TiddlyWiki generates this <<.def "widget tree">> by parsing the WikiText of tiddlers. Each component of the WikiText syntax, including even the trivial case of ordinary text, generates a corresponding widget. The widget tree is an intermediate representation that is subsequently rendered into the actual display.
Widgets are analogous to elements in an HTML document. Indeed, HTML tags in WikiText generate dedicated <<.def "element widgets">>.
Each class of widget contributes a specific ability to the overall functionality, such as the ability to <<.wlink2 "display an image" ImageWidget>> or <<.wlink2 "a button" ButtonWidget>>, to <<.wlink2 "call a macro" MacroCallWidget>> or <<.wlink2 "transclude text from elsewhere" TranscludeWidget>>, or to [[mark a piece of text as a heading|HTML in WikiText]].
The more specialised widgets use a general-purpose [[widget syntax|Widgets in WikiText]] as their only possible WikiText representation.
The following classes of widget are built into the core:
<<list-links "[tag[Widgets]]">>
Widgets provide rich functionality within WikiText. They have the same syntax as [[HTML elements|HTML in WikiText]], but the tag name always starts with `$`. For example:
```
<$button message="tm-close-tiddler">Close Me!</$button>
```
Note that widgets inherit all the features of [[HTML in WikiText]]:
* Widget attributes can be specified as:
** Unquoted strings (that cannot contain spaces)
** Strings quoted with single or double quotes
** Strings quoted with triple-double quotes
** Macro invocations (eg `attr=<<myMacro>>`)
** Transclusions (eg, `attr={{MyTiddler!!field}}`)
* The content of a widget is parsed in inline mode unless the opening tag is followed by two linebreaks, which forces block mode
** 'Inline mode' means that 'block mode' parse rules like headings, tables and lists are not recognised
See [[HTML in WikiText]] for more details.
The available widgets include:
<<list-links "[tag[Widgets]]">>
Groups of uniquely titled tiddlers are contained in WikiStore objects.
The WikiStore also manages the plugin modules used for widgets, and operations like serializing, deserializing, parsing and rendering tiddlers.
~WikiText is a concise, expressive way of typing a wide range of text formatting, hypertext and interactive features. It allows you to focus on writing without a complex user interface getting in the way. It is designed to be familiar for users of [[MarkDown|http://daringfireball.net/projects/markdown/]], but with more of a focus on linking and the interactive features.
See [[Formatting text in TiddlyWiki]] for an introduction to WikiText.
The following elements of WikiText syntax are built into the core:
<<list-links "[tag[WikiText]]">>
Under Windows it is possible to convert TiddlyWiki into a true local application by renaming the HTML file to have the extension `*.hta`. The ''fsosaver'' module can then use the ~ActiveX ~FileSystemObject to save changes.
Note that one disadvantage of this approach is that the TiddlyWiki file is saved in UTF-16 format, making it up to twice as large as it would be with the usual UTF-8 encoding. However, opening and saving the file via another saving method will re-encode the file to UTF-8.
See Wikipedia for more details: http://en.wikipedia.org/wiki/HTML_Application
! Introduction
If you want to [[contribute|Contributing]] to TiddlyWiki's development, rather than [[installing TiddlyWiki in the usual way|Installing TiddlyWiki on Node.js]], you can work directly with the GitHub repository.
Mario Pietsch has created a [[short video introduction|Working with the TiddlyWiki5 repository video]].
! Setting Up
# Create an account on GitHub if you don't already have one
# Fork the TiddlyWiki5 GitHub repository from https://github.com/Jermolene/TiddlyWiki5
# Clone a local copy of your fork
# Open a command line terminal and change the current working directory to the root of the repo
# Type `npm link` (Windows) or `sudo npm link` (Mac/Linux) to tell [[npm]] to use this copy of the repo as the globally installed one
After this procedure you can work with TiddlyWiki5 via [[npm]] as though it were installed in the usual way with `npm install -g tiddlywiki`.
See also [[Scripts for TiddlyWiki on Node.js]].
Mario Pietsch has created a short video tutorial on [[working with the TiddlyWiki5 GitHub repository|Working with the TiddlyWiki5 repository]].
<iframe width="560" height="315" src="http://www.youtube.com/embed/6ElUruH92tc" frameborder="0" allowfullscreen></iframe>
Information to help you get started using TiddlyWiki:
<<list-links "[tag[Working with TiddlyWiki]]">>
La traduction en Français (France) de TiddlyWiki démarre ici :
* ''documentation'' : http://tiddlywiki.com/languages/fr-FR/index.html
* ''empty'' : http://tiddlywiki.com/languages/fr-FR/empty.html
A toc of tiddler headings, based on the works of [[Danielo Rodríguez|http://braintest.tiddlyspot.com/]], Stephen Kimmel and [[EucalyJ|http://eucaly-tw5.tiddlyspot.com]] in [[this discussion|https://groups.google.com/forum/#!topic/tiddlywiki/6zBxrj4nV34]].
{{||toc}}
!Get ~MatchFilter
Install [[MatchFilter from EucalyJ|http://eucaly-tw5.tiddlyspot.com/#MatchFilter]], e.g. [[$:/core/modules/filters/match.js]], providing a plugin to extract tiddler contents via regular expressions.
!Create Template
Create a template tiddler for your tiddler-toc, dragging [[toc]] to your wiki.
!Use It
Render the tiddler-toc by [[transcluding the template tiddler|http://tiddlywiki.com/#Transclusion%20in%20WikiText]] [[toc]] via either of...
* `{{||toc}}`
* `<$transclude tiddler="toc"/>`
!Styles
The default styles are provided using an [[inline <style/> tag|http://tb5.tiddlyspot.com/#Core%20Images%20And%20Inline%20Stylesheets]] in [[toc]] tiddler. To override them, create a tidder tagged [[$:/tags/Stylesheet]] to define your desired toc styles.
<br>
Some more headings, just for fun...
!!Level 2
!!!Level 3
!!!!Level 4
!!!!!Level 5
!!!!!!Level 6
See TiddlyWiki for another example.
Example contents from Wikipedia, the free encyclopedia...
TiddlyWiki is an open-source single page application wiki. A single HTML file contains CSS, JavaScript, and the content. The content is divided into a series of components, or Tiddlers. A user is encouraged to read a TiddlyWiki by following links rather than sequentially scrolling down the page.
{{||toc}}
!Tiddlers
TiddlyWiki content is divided into a series of components called tiddlers. Each tiddler is stored inside an HTML division that contains the source text and meta data in wiki markup. For example, the following could be the HTML source code for the beginning of this section written as a tiddler:
```
<div title="Tiddlers"
modifier="John Smith"
created="200811132220"
modified="200811132225"
changecount="3"
tags="wikipedia section example code">
<pre>TiddlyWiki content is divided into a ...
```
!Plugins
In addition to containing text, a tiddler can be a plugin with additional JavaScript and CSS to extend TiddlyWiki. As a result, TiddlyWiki is used in a wide variety of adaptations and uses beyond that of a personal wiki.
!File saving
A TiddlyWiki opened from a file URI may save changes made back to the original file using one of the following techniques:
* formerly the Mozilla File I/O [2] under the control of the UniversalXPConnect per-file preferences [3] for Mozilla Firefox. That functionality was removed from Firefox, and is now replaced with a plugin called TiddlyFox.
* the Microsoft ActiveX FileSystemObject [4] for Internet Explorer
* TiddlySaver Java applet to extend Safari, Opera, Chrome/Chromium, and other browsers. Requires the Java runtime.
!Applications
Although there are many TiddlyWiki documents on the Web, the majority of TiddlyWikis reside on personal computers and are exchanged on USB flash drives and over email, in a manner similar to word processing documents and spreadsheets. It has been suggested that, as a single HTML file, or saved as an HTA file in Microsoft Windows (allowing corporate IE lockdown to be bypassed), TiddlyWiki is useful in corporate environments where red tape or IT resources might prevent the use of a wiki that requires a more complicated installation.[5]
TiddlyWiki has been used as a Software framework to build specialisations. SocialText uses TiddlyWiki as a part of their unplugged feature.[6]
!History
* The first version of TiddlyWiki was released by Jeremy Ruston in September 2004.
* BT Group bought Osmosoft in 2007[7][8] appointing Ruston as BT's "Head of Open Source Innovation".[9]
* TiddlyWiki was selected as one of the Top 100 Tools for 2007 and 2008 by the Centre for Learning & Performance Technologies.[10]
* In November 2011, Jeremy Ruston announced his departure from Osmosoft and commitment to continue development on TiddlyWiki.[11][12] He is currently building a new TiddlyWiki called TiddlyWiki 5 from the ground up based on lessons learned from the first versions. A beta version was released mid December 2013.[13]
!License
TiddlyWiki is free and open source software and is distributed under the terms of the BSD license.[14] The copyright of TiddlyWiki is held in trust by UnaMesa, a Non-profit organization.[15]
!See also
* Single page application
* Personal wiki
* List of wiki software
* Comparison of wiki software
* Comparison of notetaking software
!References
# "TiddlyWiki Translations". TiddlyWiki Trac Wiki. TiddlyWiki Development team. 2004–2011. Retrieved 20 January 2011.
# "File I/O - MDN". Developer.mozilla.org. 2012-03-31. Retrieved 2012-05-23.
# Stoltz, Mitch. "Per-File Permissions". Mozilla.org. Retrieved 2012-05-23.
# "FileSystemObject Basics". MSDN. Microsoft. Retrieved 2012-05-23.
# "Guerilla wiki". Tech Writer Wiki. Retrieved 11 February 2012.
# "TiddlyWiki - a reusable non-linear personal web notebook". W3.org. 2008-01-01. Retrieved 2012-05-23.
# jermolene (May 29, 2007). "I For One Welcome My New BT Overlords". Treat with Jermolene. Archived from the original on 2011-08-18.
# "Telco 2.0: BT Tries To Fix Global Services with Open Source". Telco2.net. Retrieved 2012-05-23.
# "Open Source Will Change Enterprises, Says BT Guru". TechWeekEurope UK. Eweekeurope.co.uk. 2009-10-16. Retrieved 2012-05-23.
# Hart, Jane (13 August 2011). "Top Tools: Tiddlywiki". Centre for Learning & Performance Technologies. Retrieved 2012-05-23.
# "On Leaving BT and Osmosoft - TiddlyWiki | Google Groups". Groups.google.com. Retrieved 2012-05-23.
# Rejali, Cameron. "Jeremy Ruston to leave BT". Osmosoft.
# "TiddlyWiki release history".
# "TiddlyWiki License". 1 August 2009. Archived from the original on 2010-12-22.
# "tiddlywiki - home". Tiddlywiki.projects.unamesa.org. Retrieved 2012-05-23.
!External links
* Wikimedia Commons has media related to TiddlyWiki.
* Official website
* TiddlyWiki Community documentation wiki
* TiddlyWiki source code repository
* Workaround to use TiddlyWiki remote for iPhone
* local Workaround for WebOS
* Runtime environment for TiddlyWiki on Android
* https://sourceforge.net/projects/woas/ - Woas (my wiki-on-a-stick fork)
Retrieved from "http://en.wikipedia.org/w/index.php?title=TiddlyWiki&oldid=627648501"
* This page was last modified on 30 September 2014 at 07:06.
* Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.
\define regexp-headings() (^!+.*)(?gmi)
<div class="tidtoc tc-tiddler-frame">
<$list filter="[all[current]match:text<regexp-headings>]">
{{!!title}}
</$list>
<style>
.tidtoc {
display:inline-block;
width:auto;
padding:10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
}
.tidtoc h1,
.tidtoc h2,
.tidtoc h3,
.tidtoc h4,
.tidtoc h5,
.tidtoc h6 {
font-size:100%;
margin:0;
}
.tidtoc h1 {
font-weight: bold;
}
.tidtoc h2 {
text-indent: 15px;
}
.tidtoc h3 {
text-indent: 30px;
}
.tidtoc h4 {
text-indent: 45px;
}
.tidtoc h5 {
text-indent: 60px;
}
.tidtoc h6 {
text-indent: 75px;
}
.float-right{
float:right;
text-align:right;
}
</style>
$:/plugins/ahahn/tinka/search-default
$:/plugins/ahahn/tinka/search-default
$:/plugins/ahahn/tinka/search-default
$:/plugins/ahahn/tinka/search-default
$:/plugins/ahahn/tinka/search-default
This is an example for a very simple Control Panel extension that helps with creating and modifying plugins in the browser.
You can get the extension by dragging the following link into your own wiki: $:/plugins/ahahn/tinka
<a target="blank" href="http://twguides.org/tinka.html">Project Homepage on TWGuides.org</a>
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
@@.sliderBG
<div>
For an introduction to '~TiddlyWiki 5' see:
* Jeremy Ruston's video [[Getting started with TiddlyWiki|http://youtu.be/1g66s7UbyuU]]
The TW5 documentation can be found at:
* http://tiddlywiki.com/
Further information:
* [[How to tweak a TW5 theme (video by Mario Pietsch)|http://www.youtube.com/watch?v=Jva7Azqu0hs&feature=youtu.be]]
* [[A lot of useful information (by Tobias Beer)|http://tb5.tiddlyspot.com/]]
<hr>
</div>
@@
!!!Bluish theme v<<tversion "bluish">>
[[$:/themes/tongerner/bluish]].
A theme with mainly bluish colors (as used here).
@@.BROWN How to make/modify bookmarklets@@
{{Under construction_}}
{{Upgraded}}
This guide describes how to make (modify existing) bookmarklets without ~JavaScript knowledge, just using templates.<br>
It is based upon the work of Stephan Hadrek, so all credits to him, see:
* http://tw5magick.tiddlyspot.com/
* [[Google groups|https://groups.google.com/d/msg/tiddlywiki/cUUXichiwdU/8gTL3lsO0MUJ]]
''Guide at ~TiddlySpot:''<br>[[How to make TW5 bookmarklets|http://tw5bookmarklets.tiddlyspot.com/]]
@@.BROWN How to add breadcrumbs@@
{{Under construction_}}
{{Upgraded}}
''Note:'' @@.RED Available as plugin.@@
This guide describes how to add a top menu with <<slider "breadcrumbs" "{{Breadcrumbs info}}">> to a TW5.
''Guide at ~TiddlySpot:''<br>[[How to add breadcrumbs|http://tw5breadcrumbs.tiddlyspot.com/]]
@@.sliderBG
<div>
Breadcrumbs are a list of links to tiddlers opened during a session, creating a 'trail of breadcrumbs' from one tiddler to the next.<br>
The number of breadcrumbs will be limited to the last ''x'' opened tiddlers (''x'' to be set in `$:/_breadcrumbsmenu`).
<<<
''Note:''<br>
The term breadcrumbs comes from the trail of breadcrumbs left by Hansel and Gretel in the popular fairytale by the Brothers Grimm.
<<<
---
</div>
@@
!!Breadcrumbs plugin v<<pversion "breadcrumbs">>
[[$:/plugins/tongerner/breadcrumbs]]
A plugin to create breadcrumbs of open tiddlers. It works best in Zoomin view.<br>
A button can be added to the Page Toolbar and/or View Toolbar to toggle the breadcrumbs on/off.
@@.BROWN How to customize TW5@@
{{Under construction_}}
{{Upgraded}}
This guide describes how to customize TW5 (in general) and gives customization examples.
* Standard customization via Control panel (tabs 'Basics', 'Appearance', 'Theme Tweaks', and 'Advanced' > 'Settings')
* Advanced customization by overwriting shadow tiddlers and/or adding certain tags (adding e.g. tabs and buttons to the wiki)
* Exploring the source code (UI shadow tiddlers, code snippets, macros, and themes).
''Guide at ~TiddlySpot:''<br>[[How to customize TW5|http://tw5custom.tiddlyspot.com/]]
@@.BROWN How to explore TW5@@
{{Under construction_}}
{{Upgraded}}
This guide let you explore the ~WikiText core tiddlers like the UI shadow tiddlers, code snippets, macros, themes and so on.
''Guide at ~TiddlySpot:''<br>[[How to explore TW5|http://tw5exploration.tiddlyspot.com/]]
@@.BROWN Introduction@@
I am a longtime user of ~TiddlyWiki Classic and still use it daily since you can't do everything in ~TiddlyWiki 5 (yet) ;-)
I started experimenting with TW5 at the end of September 2013 (alpha10).<br>
Since I missed a few things in the layout I got used to in ~TiddlyWiki Classic ^^1^^, I started with modifying the layout of TW5.<br>
To share my knowledge, I made a few guides about these 'modifications'.<br>
The guides started as a non-linear personal web notebook (yeah, the subtitle of ~TiddlyWiki!). I started experimenting with layout things and used TW5 to document my experiments.
<<<
''Note:''
* Be aware I am just an end user, no developer or programmer.
* This TW uses:
** My Bluish theme
** My Searchtab plugin which changes 'Search' from above the tabs to a tab and adds a 'System tags' tab below the 'Tags' tab.
<<<
|borderless|k
|^^^1^^ | |As an example see [[my site|http://www.tongerner.tk/]] about the history of the western part of Amsterdam (my birthplace)|
<<<
''Note:''
* Written in Dutch.<br>
* Contains more than 2700 photographs.<br>
See for example:<br>
`Diversen` > `Kunstenaars` > `Jacob Olie` > `Foto's van Jacob Olie`
`Diversen` > `Fotoalbum` > `Nostalgie`
<<<
---
;Thanks to
:[[Jeremy Ruston|http://tiddlywiki.com/]]
:[[David Gifford |http://www.giffmex.org/tw5mall.htm]]
:[[Stephan Hradek|http://tw5magick.tiddlyspot.com/]]
:[[Danielo Rodríguez|http://braintest.tiddlyspot.com]]
:[[Matabele|http://wills.tiddlyspot.com/]]
:[[Tobias Beer|http://tobibeer.github.io/tb5/#Welcome]]
:and all others who helped me to achieve this.
@@.BROWN Latest news@@
{{$:/_images/construction.gif}}My personal 'playground', always under construction.
---
<br>
!!!6 August 2015
* Bugfix in 'Customization of TW5'
!!!19 July 2015
* Upgraded 'TW5 tristate Sidebar' to TW v5.1.9.
!!!18 July 2015
* Upgraded 'Top + left menu' to TW v5.1.9 and made a 'topleft' plugin.
* New guide 'Top menu'; also available as plugin.
!!!15 July 2015
* Upgraded 'Customization of TW5' to TW v5.1.9.
!!!9 July 2015
* Upgraded 'TW5 - breadcrumbs' to TW v5.1.9 and made a 'breadcrumbs' plugin.
* Upgraded 'TW5 top menu toolbar' to TW v5.1.9.
!!!8 July 2015
* Upgraded this wiki to TW v5.1.9.
* Added Plugins tiddler.
* Made 'searchtab' plugin
* Upgraded 'TW5 bookmarklets' to TW v5.1.9.
* Upgraded 'TW5 Exploration' to TW v5.1.9.
* Upgraded 'TW5 read-only' to TW v5.1.9.
!!!18 May 2015
* Repackaged 'TW5 read-only' plugin with the Tinka plugin v0.1.0.
!!!15 May 2015
* Repackaged 'TW5 read-only' plugin with help of Andreas Hahn's Tinka plugin v0.0.2.
* Small bug fixes in 'TW5 read-only'.
!!!5 May 2015
* Upgraded 'Customization of TW5' to TW v5.1.8.
!!!25 April 2015
* Upgraded this wiki to TW v5.1.8.
* Upgraded 'TW5 bookmarklets' to TW v5.1.8.
* Upgraded 'TW5 Exploration' to TW v5.1.8.
* Upgraded 'TW5 tristate Sidebar' to TW v5.1.8.
* Upgraded 'TW5 - breadcrumbs' to TW v5.1.8.
* Upgraded 'Top + left menu' to TW v5.1.8.
* Upgraded 'TW5 top menu toolbar' to TW v5.1.8.
* Upgraded 'TW5 read-only' to TW v5.1.8.
!!!24 December 2014
* Upgraded this wiki and all guides to TW v5.1.7.
!!!9 December 2014
* Updated 'Customization of TW5'.
!!!6 December 2014
* Upgraded 'TW5 top menu toolbar' to TW v5.1.5.
* Upgraded 'Customization of TW5' to TW v5.1.5.
!!!5 December 2014
* Upgraded 'TW5 - breadcrumbs' to TW v5.1.5.
* Upgraded 'Top + left menu' to TW v5.1.5.
!!!4 December 2014
* Reworked Bluish theme, now at v0.7.8.
* Upgraded 'TW5 tristate Sidebar' to TW v5.1.5.
* Upgraded 'TW5 bookmarklets' to TW v5.1.5.
* Upgraded 'TW5 read-only' to TW v5.1.5.
!!!27 November 2014
* Upgraded this wiki (NOT all guides) to TW v5.1.5.
* Upgraded 'TW5 Exploration' to TW v5.1.5.
!!!14 November 2014
* Added new guide: 'TW5 Exploration'.
!!!10 November 2014
* Added 'Newline' (`<br>`) to 'TW5 bookmarklets'.
!!!30 October 2014
* Reworked Bluish theme, now at v0.7.4.
!!!24 October 2014
* Upgraded this wiki and all guides to TW v5.1.4.
!!!21 October 2014
* Upgraded 'TW5 - breadcrumbs' to TW v5.1.3.
* Upgraded 'TW5 top menu toolbar' to TW v5.1.3.
* Upgraded 'TW5 read-only' to TW v5.1.3.
!!!20 October 2014
* Upgraded this wiki to TW v5.1.3.
* Upgraded 'TW5 tristate Sidebar' to TW v5.1.3.
* Upgraded 'TW5 bookmarklets' to TW v5.1.3.
!!!28 September 2014
* Upgraded this wiki and all guides to TW v5.1.2.
!!!22 September 2014
* Upgraded this wiki and all guides to TW v5.1.1.
!!!21 September 2014
* Upgraded this wiki and guides - except 'Customization of TW5' - to TW v5.1.0.
!!!18 September 2014
* Upgraded this wiki AND all guides to TW5.0.18-beta.
!!!13 September 2014
* Upgraded 'TW5 tristate Sidebar' to TW5.0.17-beta.
* Upgraded 'TW5 - breadcrumbs' to TW5.0.17-beta.
* Upgraded 'Top + left menu' to TW5.0.17-beta.
!!!12 September 2014
* Upgraded this wiki to TW5.0.17-beta.
* Upgraded 'TW5 bookmarklets' to TW5.0.17-beta.
* Upgraded 'TW5 read-only' to TW5.0.17-beta.
!!!7 September 2014
* Upgraded 'Customization of TW5' to TW5.0.16-beta.
!!!6 September 2014
* Upgraded 'TW5 top menu toolbar' to TW5.0.16-beta.
* Upgraded 'TW5 tristate Sidebar' to TW5.0.16-beta.
!!!5 September 2014
* Upgraded 'TW5 read-only' to TW5.0.16-beta.
* Upgraded 'TW5 bookmarklets' to TW5.0.16-beta.
* Upgraded 'TW5 - breadcrumbs' to TW5.0.16-beta.
* Upgraded 'Top + left menu' to TW5.0.16-beta.
!!!4 September 2014
* Upgraded this wiki to TW5.0.16-beta.
!!!28 August 2014
* Upgraded 'Customization of TW5' to TW5.0.15-beta.
!!!24 August 2014
* Upgraded 'TW5 read-only' to TW5.0.15-beta.
!!!21 August 2014
* Upgraded this wiki to TW5.0.15-beta.
* Upgraded 'TW5 - breadcrumbs' to TW5.0.15-beta.
* Upgraded 'Top + left menu' to TW5.0.15-beta.
* Upgraded 'TW5 top menu toolbar' to TW5.0.15-beta.
* Upgraded 'TW5 tristate Sidebar' to TW5.0.15-beta.
* Upgraded 'TW5 bookmarklets' to TW5.0.15-beta.
!!!18 August 2014
* Upgraded 'TW5 - breadcrumbs' to TW5.0.14-beta.
* Upgraded 'Top + left menu' to TW5.0.14-beta.
* Upgraded 'TW5 top menu toolbar' to TW5.0.14-beta.
!!!15 August 2014
* Upgraded 'TW5 tristate Sidebar' to TW5.0.14-beta.
* Upgraded 'TW5 bookmarklets' to TW5.0.14-beta.
!!!14 August 2014
* Upgraded this wiki to TW5.0.14-beta.<br>Guides have to be upgraded to v5.0.14-beta!
!!!13 August 2014
* 'TW5 tristate Sidebar' v1.1.
* Monospace bookmarklet added to 'TW5 bookmarklets'.
!!!11 August 2014
* New guide 'TW5 tristate Sidebar', a 'tristate' toggle Sidebar.
!!!3 August 2014
* Added 'Exploration' to 'Customization of TW5'.
!!!1 August 2014
* Some changes/additions to 'TW5 bookmarklets'.
!!!29 July 2014
* 'TW5 bookmarklets':
** bug fixes.
** 'How to add a favicon to a bookmarklet'.
!!!8 July 2014
* 'How to make TW5 readonly': improved documentation.
!!!16 July 2014
* 'How to make TW5 readonly': Made a read-only plugin .
!!!9 July 2014
* Added drag & drop bookmarklets to 'TW5 bookmarklets'.
!!!6 July 2014
* Updated 'Customization of TW5'. Added description for:
** $:/tags/~ControlPanel/Advanced/Settings.
** $:/tags/~TiddlerInfo/Advanced.
!!!5 July 2014
* Created a new guide: 'TW5 bookmarklets'.
!!!28 June 2014
* Upgraded 'Top + left menu' to TW5.0.13-beta.
* Upgraded 'TW5 - breadcrumbs' to TW5.0.13-beta.
!!!27 June 2014
* Upgraded 'Customization of TW5' to TW5.0.13-beta.
!!!24 June 2014
* Upgraded this wiki to v5.0.13-beta.
* Upgraded 'TW5 top menu + toolbars' to TW5.0.13-beta.
* Upgraded 'How to make TW5 readonly' to TW5.0.13-beta. Other guides will follow.
!!!10 June 2014
* Added 'Dirtree slider' left menu to 'Top + left menu'.
!!!7 June 2014
* Updated 'Top + left menu' to Bluish theme v0.2.0. Changed 'Left menu'/Sidebar button behavior.
!!!5 June 2014
* Updated 'TW5 top menu + toolbars' to Bluish theme v0.2.0.
!!!3 June 2014
* Updated 'How to make TW5 readonly' and 'TW5 - breadcrumbs' to Bluish theme v0.2.0.
!!!2 June 2014
* 'Customization of TW5':
** added commented styles used in Bluish theme.
** new icon for 'Add tagging in view mode'.
!!!30 May 2014
* Small changes in Bluish theme (now v.0.2.0).
!!!23 May 2014
* 'Customization of TW5', added 'Add tagging in view mode' + small corrections/additions.
* Small corrections/additions to 'TW5 top menu + toolbars'.
!!!20 May 2014
* 'Customization of TW5', added 'prefix' filter to standard search.
!!!18 May 2014
* Upgraded 'TW5 top menu + toolbars' to TW5.0.12-beta.
* Upgraded 'Customization of TW5' to TW5.0.12-beta.
!!!17 May 2014
* Upgraded ''this'' wiki to TW5.0.12-beta.
* Upgraded 'TW5 - breadcrumbs' to TW5.0.12-beta.
* Upgraded 'How to make TW5 readonly' to TW5.0.12-beta.
* Upgraded 'Top + left menu' to TW5.0.12-beta.
> ''Note:'' Not all guides are yet upgraded to TW5.0.12-beta!
!!!9 May 2014
* Some corrections and additions to 'Customization of TW5'.
!!!8 May 2014
* Added documentation to 'Customization of TW5'.
!!!7 May 2014
* Upgraded 'Customization of TW5' to TW5.0.10-beta.
* A complete rewrite.
!!!3 May 2014
* Some corrections in 'TW5 top menu + toolbars'.
!!!2 May 2014
* Upgraded 'TW5 - breadcrumbs' to TW5.0.10-beta.
!!!1 May 2014
* Upgraded 'TW5 top menu + toolbars' to TW5.0.10-beta.
!!!28 april 2014
* 'How to make TW5 readonly': Added possibility to hide the 'Hamburger' menu icon.
!!!27 april 2014
* 'How to make TW5 readonly': Added possibility to hide the tabs in the Sidebar (checkbox per tab).
!!!24 april 2014
* Upgraded 'How to make TW5 readonly' to TW5.0.10-beta.<br>This is a new simplified version of it.
!!!21 April 2014
* Upgraded this wiki to TW5.0.10-beta.
> ''Note:'' Guides are not yet upgraded to TW5.0.10-beta!
!!!29 March 2014
* Added 'How to simplify the toggle button?' to [[How to create a top menu + toolbars|http://tw5toolbar.tiddlyspot.com/]].
!!!11 March 2014
* Added Stephan Hadrek's 'new journal' button to [[How to create a top menu + toolbars|http://tw5toolbar.tiddlyspot.com/]].
* Added tag pill based entries in top menu to [[How to create a left menu|http://tw5topleft.tiddlyspot.com/]].
!!!6 March 2014
* [[Problems with tag pills in combination with 3-column mode and Chrome|Problems with tag pills]].
!!!1 March 2014
* Made separate guide for [[Breadcrumbs|http:/tw5breadcrumbs.tiddlyspot.com/]].
* Upgraded all guides to TW5.0.8-beta.
!!!16 February 2014
* Updated [[How to make a left menu that can be toggled on/off + tiddlersbar (breadcrumbs)|http://tw5topleft.tiddlyspot.com/]].
!!!11 February 2014<
* Added a 'tiddlersbar' to a top menu, see:<br>
[[How to make a left menu that can be toggled on/off + tiddlersbar (breadcrumbs)|http://tw5topleft.tiddlyspot.com/]].
@@.BROWN How to create a left menu + top menu@@
{{Under construction_}}
{{Upgraded}}
This guide describes how to add a top menu and a left menu to a TW5.
Steps involved:
* add a top menu
* add tag pill based entries in a top menu
* add a left menu (with different kinds of entries)
* add a button in a top menu to toggle the left menu on/off.
It shows the relevant code and styles involved.
''Guide at ~TiddlySpot:''<br>[[How to make a top menu, and a left menu that can be toggled on/off|http://tw5topleft.tiddlyspot.com/]]
{{$:/_images_dordrecht.gif}}<br>
Dordrecht, the Netherlands, my home town.
{{Under construction general_}}
{{Upgraded}}
<<tabs "Introduction [[My guides]] Plugins [[Latest news]]" "Introduction" "$:/state/tab/playground" "tabsstyle">>
,,Comments and questions are welcome. Post them in the [[TW Google group|https://groups.google.com/forum/#!forum/tiddlywiki]],,
@@.BROWN My guides@@
A <<slider "basic knowledge" "{{Basic knowledge}}">>of '~TiddlyWiki 5' is assumed.
<<tabs "[tag[guide]sort[title]]" "Customization" "$:/state/tab/guides" "tc-vertical">>
<<tabs "[tag[plugin]]" "" "" "tc-vertical">>
Since TW5.0.8-beta there are problems with the 'List all tags' button, the 3-column layout, and Chrome as browser, see [[Google groups|https://groups.google.com/d/msg/tiddlywiki/DOlliTOEyCQ/lQxXhzXyzPAJ]].<br>
In short: the tag pills - except 'Untagged' - are not clickable anymore.
!!!The longer story.
To investigate it further, I tested with different devices, OSes, and browsers at my disposal. The results are given in the table below.
|Device|OS|Browser|5.0.7|5.0.8|h
|PC1|Win7|Firefox v27| √ | √ |
|~|~|Chrome v33| √ | x ^^1^^|
|~|~|Interner Explorer v10| √ | √/x ^^2^^|
|~|~|Opera v18| √ | x ^^1^^|
|PC2|Debian 7.4|Iceweasel (=Firefox) v17| √ | √ |
|~|~|Chrome v33| √ | x ^^1^^|
|iPad 2|iOS 7.0.6|Safari| √ | x ^^1^^|
|Nexus 7 ^^3^^|Android 4.4.2|Chrome v33| √ | x ^^1^^|
|^^^1^^ |All tags except 'Untagged' are not clickable. 'Click area' is shifted|
|^^^2^^ |Although 'clickable', strange behaviour: when clicked sometimes going to 1 or 2 column mode or the dropdown list is broken in 2 or 3 parts|
|^^^3^^ |First (2012) version|
''Summary of results:''
# The problem started with TW5.0.8-beta; TW5.0.7-beta did behave in all cases as expected.
# Webkit based browsers (Chrome, Opera, Safari) do show this strange behaviour in combination with TW5.0.8-beta.
# Although the tag pills are 'clickable' with Internet Explorer, there is no 'normal' behaviour in combination with TW5.0.8-beta:<br>a) Dependent on the (place of) the clicked tag, going to 1 or 2 column mode<br>b) Dependent on the (place of) the tag clicked, the dropdown list is broken in 2 or 3 parts.
@@.BROWN How to make a TW read-only@@
{{Under construction_}}
{{Upgraded}}
''Note:'' @@.RED Available as plugin@@.
This guide describes how to make a TW5 read-only.
Making TW5 read only can be done with the ~ReadOnly theme available at http://tiddlywiki.com/
Unfortunately to persist in this 'read-only' state you have to save the TW and that is not possible anymore!
So there must be a - hidden - save possibility.<br>One way to go is based on creating a tiddler - with a 'non-suspicious' name - wherein the possibility to switch to read-only mode (decoupled from the ~ReadOnly theme) ''and'' saving this situation.
Besides saving the read-only mode it is also possible to hide:
* the Sidebar
* the 'double chevron' Sidebar icon(s) ({{$:/core/images/chevron-left}}/{{$:/core/images/chevron-right}}) and Advanced search icon ({{$:/core/images/advanced-search-button}}).
* the tabs in the Sidebar (the 4 'standard' tabs and all added Sidebar tabs).
''Guide at ~TiddlySpot:''<br>[[How to make TW5 read-only|http://tw5readonly.tiddlyspot.com/]]
!!Readonly plugin v<<pversion "ro">>
[[$:/plugins/tongerner/ro]]
A plugin to make ~TiddlyWiki read-only.
You can hide (at a minimum):
* View Toolbar
** Edit button
* Page Toolbar
** New tiddler button
** Control panel button
** Save button
so the TW will be read-only.
But you can hide as well:
* ''all'' other buttons per button
** 'Menu' button (to switch Sidebar) and 'Advanced search' button (next to Search) included
* ''all'' Sidebar tabs per tab.
!!Searchtab plugin v<<pversion "searchtab">>
[[$:/plugins/tongerner/searchtab]]
This plugin add a 'System tag' tab just below the standard 'Tags' tab and changes 'Search' from above the tabs to a tab (as used here).
For a description, see [[Customization of TW5|http://tw5custom.tiddlyspot.com/]] > Examples: Add a 'System tags' tab & Change search box position.
<<toc-tabbed-external-nav tag:"guide" selectedTiddler:"$:/temp/toc/selectedTiddler" unselectedText:"Select a topic in the table of contents. Click the arrow to expand a topic.">>
@@.sliderBG
<div>
Older versions of 'TW5 top menu + toolbars [1] (before TW5.0.9-beta) contained the possibility of hiding the Sidebar and using fluid tiddler width (the so-called 'toggle sidebar' functionality).<br>Since the introduction of the 'Hamburger' icon in TW 5.0.9 (in TW 5.0.11 changed to 'double chevron' icon) for dismissing the Sidebar and expanding the story river to fill the space, I left my 'toggle sidebar' functionality out.
But after some time I felt I missed something of my 'toggle sidebar' functionality, especially when using a widescreen monitor. Therefore I changed the 'standard 'hide Sidebar' functionality to a 'tristate' functionality by adding an intermediate state: smaller Sidebar with fluid tiddler width. The Sidebar width is configurable.
[1] http://tw5toolbar.tiddlyspot.com/
---
</div>
@@
!!Top menu + left menu plugin v<<pversion "topleftmenu">>
[[$:/plugins/tongerner/topleftmenu]]
A plugin to create a - tag pill based - top menu and a left menu that can be toggled on/off.<br>Different kinds of left menu entries (links, tags, tag pills, sliders, Table of Contents, ...) are possible.
@@.BROWN How to create a top menu@@
{{Under construction_}}
{{Upgraded}}
''Note:'' @@.RED Available as plugin.@@
This guide describes how to make a - tag pill based - top menu:
It shows the relevant code and styles involved.
''Guide at ~TiddlySpot:''<br>[[How to make a top menu|http://tw5topmenu.tiddlyspot.com/]]
!!Top menu plugin v<<pversion "topmenu">>
[[$:/plugins/tongerner/topmenu]]
A plugin to create a - tag pill based - top menu.
@@.BROWN How to create a top menu toolbar@@
{{Under construction_}}
{{Upgraded}}
This guide describes how to:
* define buttons
* add a top menu toolbar
* add buttons to the top menu toolbar
It shows the relevant code and styles involved.
As a demo it shows ''all'' described toolbar buttons added to the top menu.
''Guide at ~TiddlySpot:''<br>[[How to make a top menu toolbar|http://tw5toolbar.tiddlyspot.com/]]
!!Tristate plugin v<<pversion "tristate">>
[[$:/plugins/tongerner/tristate]]
This plugin is meant for widescreen monitors. It changes the standard 'twostate' functionality of the Sidebar to a 'tristate' functionality:
# normal tiddler width (default 686px) with a broad Sidebar (showing {{$:/core/images/right-arrow}}).
# small Sidebar (with programmable width; default 30em) and fluid tiddler width (showing {{$:/core/images/chevron-right}}).
# fluid tiddler width without Sidebar (showing {{$:/core/images/chevron-left}}).
<<<
''Note:''<br>
Sidebar layout (~ControlPanel > Appearance > Theme Tweaks: Options) ''must'' be set at 'Fixed story, fluid sidebar' (default) since 'Fluid story, fixed sidebar' interferes with the Tristate plugin!
<<<
@@.BROWN How to create a 'tristate' Sidebar@@
{{Under construction_}}
{{Upgraded}}
''Note:'' @@.RED Available as plugin.@@
This guide describes how to change the standard twostate ({{$:/core/images/chevron-right}} / {{$:/core/images/chevron-left}}) to tristate ({{$:/core/images/right-arrow}} / {{$:/core/images/chevron-right}} / {{$:/core/images/chevron-left}}) functionality of the Sidebar:
# standard tiddler width (default 686px) with a broad Sidebar (showing {{$:/core/images/right-arrow}}).
# small Sidebar (with programmable width; default 30em) and fluid tiddler width (showing {{$:/core/images/chevron-right}}).
# fluid tiddler width without Sidebar (showing {{$:/core/images/chevron-left}}).
<<slider "Toggle Sidebar history" "{{Toggle Sidebar history}}">>
''Guide at ~TiddlySpot:''<br>[[How to make a tristate toggle Sidebar|http://tw5tristate.tiddlyspot.com/]]
|{{Under_construction.gif}}|^''This guide is under construction.''<br>@@.RED This guide has to be upgraded from TW v5.1.9 to TW v<<version>>@@.<br>Check this page or the tab 'Latest news' for news about the upgrade process.|
|{{Under_construction.gif}}|^''This site is under construction.''<br>@@.RED Although this site is already upgraded to TW v<<version>> not all the guides are (yet) upgraded!@@<br>Check the guides under the tab 'My guides' or check the tab 'Latest news' for news about the upgrade process.|
R0lGODlhZABkAPcAAAQCBISCBISChERCBMTCBCQiBERCRMTCxKSiBGRiBOTiBOTi5BQSBCQiJKSmpJSSBFRSBNTSBDQyBGRiZLSyBHRyBPTyBPTy9BQSFAwKBNTS1JyanFRSVIyKBExKBMzKBCwqBKyqBGxqBOzqBOzq7BwaBDw+PLy6vJyaBFxaBNzaBDw6BLy6BHx6BPz6BPz6/AwKDIyOjExKTMzKzCwqLHx6fBwaHNza3AQGBISGBISGhERGBMTGBCQmBKSmBGRmBOTmBOTm5BQWBCQmJKyqrJSWBFRWBNTWBDQ2BGRmZLS2BHR2BPT2BPT29BQWFAwOBNTW1JyenFxeXIyOBExOBMzOBCwuBKyuBGxuBOzuBOzu7BweBLy+vJyeBFxeBNzeBDw+BLy+BHx+BPz+BPz+/AwODExOTMzOzP8NaP8A6P8AEv8AAP8AIP/wQP/99f9/dwAmhQAAAgAAAQAAAACkBgDmAAASAAAAAAC7IAC4QBVC9QB+d7Di8OUinhIBgABOfLpYAObqAIESAHwAAJAGAGIAABUAAAAAADMgB+MIAIEAAHwAAGAAANoAAFAAAAAAAJBEAGLoMAESHgAAAG//AAD/AAD/AAD/AOzRAOTHABIAAAAAAADIAADmAAASAAAAAECdAPorABKDAAB8AAAA+OkAnpAAgHwAfEAA/wAA/5EA/3wA//8A8P8Anv8AgP8AfD05JgA8AJGTAHx8ANoYJvQAAIAAAHwAAABMvABk7BWDEgB8AAAA/wAA/wAA/wAA/5AAAGIAABUAAAAAAACs9AHm5wASEgAAAABMBgBknQCDTAB8AOdA1PT654ASEnwAANgAd+bpcBKQTwB8AJAQCGI86BWTEgB8AAD/TAD/ZAD/gwD/fCAYrkAA6fUAEncAAABM2ABk/wCD/wB8fwDwiADn6QASEgAAAAD/AABkAACDAAB8AACgTABkZACDgwB8fBwBAOYAABIAAAAAAIEx0XUAx/EAAHcAAAAg0AAIPAAAHgAAAPBEgQHoRQASSAAAACH5BAEAAGQALAAAAABkAGQABwj/AMkIHEiwoMGDCBNCiWEGgEMYUjZoSUixosWLGDMS5GLCocePOJLc0EiypEmMJBp+XOkRR40XJ2PKLHnGBsubHk1cmMmz50EuZVb2+JEDRRExKUqs1OmzKc8DMFp6iTCmqtUxLsIM+MjUqVeSXKI6RFLlqlmrV4Tk3Pm1bcUDQR2msHC27pgvEta63WswrEcsdgMrKKCXL1+ofwMrBtKjsOGvM8QCAKxY8WDHj33OiDu5smfGmDPL3JzY82fCDruKjknaIWXTnxunZru6ZOvOsGFfnl2b5O3XuU2D5t374u/gyHcDUF0c4XHkyIcvp9284HPoyWVPr26dM3DswaUz/29+HTx0IKi3Vy9v/rz28aLZtz+fHr7h2y3m6xdP/T7n/Prpp5x9X52BgUdLBKggf4ad4Z2CECrwXn9OaXCgay4o6EIOSBQABgrtMVjggwoysdVHIrQ3IIUzWfhXhgp2cBOI5onYk4OlQagUSwPMJ2FoJ7nokAgwlohTAftNOBOODiUA4VUM3LRCgCvGJCQACRT5ZAU35bCgkjRx5mRwHwyAxJlopgnBCFVZAMJKA2jpI5gZGehRlsilhxMAPbZZQZRb5CBnkkAmdOWYwRGw50oPmMXEk2b9SFxFGjhx56CeybhoS0dAuhidCNkpF3hUeGQFEhJEeZMEmHpalaTqHf9UqUcptOqZWg6pMMYHT+wJoKt12UgQFBcCUCt4KnjEwK69LvoBsHYJS0YQNjlEha2BWYBFFT545AGvmwLAKrTBvpkaTAPJ4FEPdEGXRQlPIOFts+F2Su5ZEeDgUQwDEdFSGOaNcGK4LAFxb105tDQSGUN41Gd75hLsUYoHn2WBqgAkQcYJH4Wg3xX0EpyBwRWfhUVLWkjhUQZZ6KeEvnviELIYJdfFwkcbNOyQBPqxkMGeDCwBrkNCtFvzVVn8nNpHRujnAU4goPDoDx8VcXRdO7IEgX7y3rRFWRF81AO2FWe9UtPzdX1TBgiA8dEVV2ON0w5cSwzAlHGb5ULI1QL/wADZnqkNQAuL8pC3WVV8RINKDrGQ9kdKFIGTB4ebJcZHMWzwEaLgCa7EGAmsjUDlVbkQMQBQXMDZE1+05zlWgt+dFxaAQ3sFVwIJ8BEVrn/k+BhA4OoRAl7wyWbcWWzx0QECvdA3AI12DrlVPMDsEA5APIBDAWVdncJHHBB0AEijY/e6VZp6ZDgBQjzhcc0ne2QDCQVFsRKNyCnvkQJXUe3REy0Dnrx+da/4OaQMZziI/T6CP9gka11XAYL1AEAzqzAhdB4wmlVqlxsDAqAMzEPIAj3SQM904SM/uAqXPFK0sxQBBz2wFxC8IIQMIOFz+vEgDEKYEM19pAu5KZ5H/3xglREozSEdsAsBSsAACnzBbAAon3k8CMKLjNAhJQyMnkg2hgB8hAEaNAsQ5KU/kFSBgyb7yA4z4kOPALEyX/gICKyShZAlMTAh0NNKnoADK+gqOFTkIUauCIAsmgUBKELfR7bwKLt0i2Bz7OBHqliSNjrkjXYJnUfgNgYmCA8AVqsLEyjwyU0ZzjQexMAMYkJIQ1ZFT8d7gBwxlQU9hiuUlaHiKmVCSEwi7SNWsIp2omiXKdjtI17I5UdU2ZNWniULH6lAVZgATDmFwQggOOIxAYADJDwrjR5hpk96eZanAUAIXHQbN7tnFcltEycMsJdVUrnLpjjzKhZAQQf4Z/8VC4hBBOwsHRawIAKCGrSgCD2oQhNaUCLOc5IJ/Mo9SQdOh4izLROlaFVWaNF6usWShdRoVQgXTo/uJaOHI+kBI5oZkLqyYi7gKAAuKhqUwm+SJhUNSH1ZMnpyx6bkoiJLq7PTni4zp80BKqR8yp36rYSnT3KB/yyqgaYq8H7AmupMh2pVgpATUpqkalcTolTwhHWrY6XIV/VzVgxUNa1qxep82spVuF6VgeZxQVvfateKlFUxLvheOOvaV4S4FDmBXSZfC2sRQkrRMy6AwEecQFjG9nAlYgBcFkrlEScs1rJWXIkVQtCqLDzgk54FbSVZIoQEIOAIIwDCB4oAAW02AiC1qi0JIUGyJ9zmVrfbtMHCfmuSAzRAYiZYAHFl0gQdFOsmNCDCcntygQ2Y4XlDkMIJuBMQADs=
@@.RED Upgraded to TW <<version>>@@
You can create a simple tiddler that has fields, code, tags, anything you want to use over again. See StandardNoteTemplate as an example.
Then, use the code below to make a button to easily make tiddlers from your new templage.
```
<$button message="tw-new-tiddler" param="StandardNoteTemplate">New standard note</$button>
```
NOTE: As of [[5.0.16|http://tiddlywiki.com/#Release%205.0.16-beta]] the syntax changed.
```
<$button message="tm-new-tiddler" param="StandardNoteTemplate">New standard note</$button>
```
I put a couple buttons in the sidebar by editing: [[$:/core/ui/SideBarLists]]
Make a new tiddler. The title of it will be the name on the tab.
Tag your new tiddler: $:/tags/SideBar
Anything you put in your tiddler will show up in the tab.
See [[MyTab]] as an example.
Lots of details about Book A
Lots of details about Book B
\define MyFilter()
[tag[$(MyTag)$]subtopic{!!subtopic}sort[title]]
\end
<$set name="MyTag" value={{!!title}}>
<$list filter="[is[current]tagging[]has[subtopic]each[subtopic]sort[subtopic]]">
<div class="tc-menu-list-item">
<$view field="subtopic"/>
</div>
<$list filter=<<MyFilter>>>
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link>
</div></$list></$list></$set>
-----
This shows the solution to the question posed in the [[Problems]] tiddler. Solution provided to me Stephan Hradek on the Google Group
https://groups.google.com/d/msg/tiddlywiki/XxLT8zJqHYM/XPHUH0AJvt0J
<<tabs "[[Creating Tabs From Static Tiddlers]] [[Creating Tabs From Dynamic Tiddlers]]">>
By dynamic tiddlers I mean something like the [[Books]] tiddler which has content that changes as other tiddlers are created and tagged.
Tabs from dynamic tiddlers take a little bit more setup. I'll use the [[Books]] tiddler again. Just linking to the tiddler won't show your content in the tab. You need to first create another tiddler that calls the one you want. I created mine as a system tiddler like [[$:/TabBooks]]. In that tiddler I call the tiddler I want (in this case Examples) with this syntax:
```
{{Books}}
```
Also, importantly, I createe a field at the bottom called caption and the text that goes in there will be the text that shows up in the tab.
Now you can create the tabs using this syntax, calling the system tiddler. Note that I've also mixed in some static tiddlers to show they can work together as tabs.
```
<<tabs "[[$:/TabBooks]] [[Book Title A]] [[Book Title B]]" "[[$:/TabBooks]]">>
```
<<tabs "[[$:/TabBooks]] [[Book Title A]] [[Book Title B]]" "[[$:/TabBooks]]">>
Creating tabs to static tiddlers is easy. Just the syntax is:
```
<<tabs "[[GettingStarted]] [[Book Title A]] [[Book Title B]]" "[[GettingStarted]]">>
```
Which makes these there tabs:
<<tabs "[[GettingStarted]] [[Book Title A]] [[Book Title B]]" "[[GettingStarted]]">>
Use an iframe to embed one of your [[Remember The Milk|https://www.rememberthemilk.com/]] lists.
```
<html><iframe src="https://www.rememberthemilk.com/services/modules/googleig/" width="420" height="315" style="border: none;"></iframe></html>
```
<html><iframe src="https://www.rememberthemilk.com/services/modules/googleig/" width="420" height="315" style="border: none;"></iframe></html>
You can use the code below for most videos on YouTube. Go to YouTube, look at the URL of the video you want to embed in your wiki. Copy the unique numbers at the end of the URL (in this example, ~Qo7vUdKTlhk) and replace the ones in this sample link..
<html><iframe src="https://www.youtube.com/v/Qo7vUdKTlhk" width="420" height="315" style="border: none;"></iframe></html>
\define MyFilter()
[tag[$(MyTag)$]subtopic{!!subtopic}sort[title]]
\end
<$set name="MyTag" value={{!!title}}>
<$list filter="[is[current]tagging[]has[subtopic]each[subtopic]sort[subtopic]]">
<div class="tw-menu-list-item">
<strong><$view field="subtopic"/></strong>
</div>
<$list filter=<<MyFilter>>>
<div class="tw-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link><br>
<div class="tw-menu-list-subitem">
<$transclude field="blurb"/>
</div></div></$list></$list></$set>
I never used node.js until a couple weeks ago when I started using ~TiddlyWiki again and wanted to see how it worked. I thought other newbies might need some help so here are the steps I used.
This how-to will describe how to download and install node.js on your Windows machine.
This build will be portable. That is, you will install it into a folder that you can easily copy and move to another machine or keep in sync via Dropbox, Google Drive or any similar service.
<strong>Installing Node.js Portable</strong>
You'll first need to download nodejs-portable from https://github.com/crazy-max/nodejs-portable
I'll assume you are connected to the internet for the rest of the instructions.
# Unzip the files to the directory you want to install Node. For this example, I am going to install to D:\NodePortable which I will call the Install Directory in this how-to.
# Open a command window by running cmd
# cd to the Install Directory
# type: `nodejs-portable` and hit enter to run the batch file
# Enter 2 to install
# When it is done, enter 1 and you'll get a reply that all is done.
You now have a copy of Node!
Ok, now let's get ~TiddlyWiki installed.
<strong>Installing ~TiddlyWiki</strong>
(The following is a bit of a modification of the [[official tiddlywiki node.js how-to|http://tiddlywiki.com/static/Installing%2520TiddlyWiki%2520on%2520Node.js.html]] put here for convenience.)
# cd back to the Install Directory (you must do this because the batch file above leaves the cursor in the work directory)
# In the command window type:
#> `npm install -g tiddlywiki`
#> If it fails with an error you may need to re-run the command as an administrator
# Check ~TiddlyWiki is installed by typing:
#> `tiddlywiki --version`
# In response, you should see ~TiddlyWiki report its current version (eg `5.0.8-beta`; you may also see other debugging information reported)
# Try it out:
## `tiddlywiki mynewwiki --init server` to create a folder for a new wiki that includes server-related components
## `tiddlywiki mynewwiki --server` to start TiddlyWiki
## Visit http://127.0.0.1:8080/ in your browser
## Try editing and creating tiddlers
Many more details about running TW5 on Node can be found [[here|http://tiddlywiki.com/static/TiddlyWiki%2520on%2520Node.js.html]]. Including how to update your ~TiddlyWiki when a new version comes out.
<strong>Importing from a stand alone HTML file</strong>
If you have a traditional TW5 wiki and you now want to run it on Node.js, you can import it.
* Go to a terminal window again and get to your Install Directory
* Assuming your wiki is in the mynewwiki folder, type:
*>`tiddlywiki ./mynewwiki --load path/to/my-tw5-wiki-file.html`
* If your wiki was password protected the command would be:
*> `tiddlywiki ./mynewwiki --password pa55w0rd --load path/to/my-tw5-wiki-file.html`
<strong>Things to note:</strong>
* If you want another ~TiddlyWiki installed you would just go back to the command line and type
*>`tiddlywiki myotherwiki --init server`
* You would start your other wiki by typing:
*>`tiddlywiki myotherwiki --server`
* __Each wiki must be run on a different port__
** The default port is 8080. If you wanted to use 8081 for example, you would start the wiki by typing:
*>`tiddlywiki mynewwiki --server 8081`
Welcome to [[TiddlyWiki|http://tiddlywiki.com/]], the non-linear personal web notebook.
To get started, first verify that you can save changes successfully - see http://tiddlywiki.com/ for detailed instructions.
Then you can:
* Create new tiddlers using the 'plus' button in the sidebar
* Visit the [[control panel|$:/ControlPanel]] using the 'cog' button in the sidebar to customise your wiki
** Stop this message appearing by changing the default tiddlers under the ''Basics'' tab
* Save changes using the 'download' button in the sidebar
* Learn more about [[WikiText|http://tiddlywiki.com/static/WikiText.html]]
Upgrade: http://tiddlywiki.com/upgrade.html (be sure to backup first!)
https://groups.google.com/forum/#!forum/tiddlywiki
I created a Style Sheet in this ~TiddlyWiki that you can drag and drop into your own tiddly wiki to make it a little like Google Now cards.
Mostly it just changes the fonts and line spacing a bit. Looks good in Chrome and Firefox.
My style sheet is here: [[$:/StyleSheet]]
-----
You make your own style sheet by:
*creating a new tiddler,
*naming it $:/~StyleSheet,
*and tagging it $:/tags/stylesheet.
https://plus.google.com/communities/117285869700890736959
Jeremy Ruston explains here:
https://groups.google.com/d/msg/tiddlywiki/qxfH1fBqACA/AYhwI8qdPosJ
\define MyFilter()
[tag[$(MyTag)$]subtopic{!!subtopic}sort[title]]
\end
<$set name="MyTag" value={{!!title}}>
<$list filter="[is[current]tagging[]has[subtopic]each[subtopic]sort[subtopic]]">
<div class="tc-menu-list-item">
<strong><$view field="subtopic"/></strong>
</div>
<$list filter=<<MyFilter>>>
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link><br>
<div class="tc-menu-list-subitem">
<$transclude field="blurb"/>
</div></div></$list></$list></$set>
Note: This tiddler is NOT tagged but does have a subtopic of Comedy
Note: This tiddler is NOT tagged but does have a subtopic of Travel
http://tiddlywiki.com/markdowndemo.html
Notes from the Group about modifying the View Template
https://groups.google.com/d/msg/tiddlywiki/f2qjeiwn37U/8VUJcIZu5agJ
Note: Tiddler is tagged Movies but has NO subtopic
<$list filter="[is[current]tagging[]has[subtopic]each[subtopic]sort[subtopic]]">
<div class="tc-menu-list-item">
<$view field="subtopic"/>
</div>
<$list filter="[subtopic{!!subtopic}sort[title]]">
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/> </$link>
</div></$list></$list>
[[Knowledge Base]]
GettingStarted
* [[Dave Gifford's tiddlywiki notes|http://www.giffmex.org/tw5mall.htm]]
* [[Skeeve's TiddlyStuff|http://tiddlystuff.tiddlyspot.com/]]
* [[TW5 Magick|http://tw5magick.tiddlyspot.com/]]
** More tricks and snippets for ~TiddlyWiki 5 from Skeeve.
* [[Top menu + toolbar and other toolbars]]
This tool could be helpful if you have a document and need to convert it to a format that ~TiddlyWiki understands.
http://johnmacfarlane.net/pandoc/index.html
If you want to convert to Markdown, you'll need the Markdown plugin and take a look at the [[Markdown Demo|http://tiddlywiki.com/markdowndemo.html]].
Trying to get generic code to list all Tiddlers that are tagged with the title of a Tiddler then creating a a list with the titles by subtopic. See [[Movies]] example.
Issues:
<div class="tw-menu-list-subitem">
* In the Movies example you'll see Book Title B because even though it is tagged Books it does have a subtopic that matches a subtopic in the list of movies<br>
* Similar, Magazine Title A shows up in under Comedy in Movies because of its subtopic and it isn't tagged at all<br>
</div>
Filtering is working because Magazine Title B is not showing up in lists because it has a Subtopic of Travel which no other list has. Also, Movie Title E has no subtopic so it isn't showing up in Movies.
-----
Update: See the [[Books]] Tiddler for the solution
A ~TextReference identifies a chunk of text from a tiddler that can be retrieved or modified depending on the context.
http://tiddlywiki.com/static/TextReference.html
This guide describes how to:
* define buttons
* add a top menu
* add buttons to the top menu
* add buttons to other toolbars.
http://tw5toolbar.tiddlyspot.com/
\define MyFilter()
[tag[$(MyTag)$]subtopic{!!subtopic}sort[title]]
\end
<$set name="MyTag" value={{!!title}}>
<$list filter="[is[current]tagging[]has[subtopic]each[subtopic]sort[subtopic]]">
<div class="tc-menu-list-item">
<strong><$view field="subtopic"/></strong>
</div>
<$list filter=<<MyFilter>>>
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link><br>
<div class="tc-menu-list-subitem">
<$transclude field="blurb"/>
</div></div></$list></$list></$set>
An alternative to running inside a browser is to use [[TiddlyDesktop|http://tiddlywiki.com/static/Using%2520TiddlyWiki%2520on%2520TiddlyDesktop.html]]. It is lightweight, simply unzip and run. Details here:
http://tiddlywiki.com/static/Using%2520TiddlyWiki%2520on%2520TiddlyDesktop.html
http://tiddlywiki.com/static/WikiText.html
<$list filter='[is[current]]'>
<hr>
</$list>
<$list filter='[tag[Icon Menus]]'>
</$list>
<$checkbox tiddler='Black Line' tag='$:/tags/ViewTemplate'>Show Horizontal Rule Under Tiddler Titles</$checkbox><br>
<$checkbox tiddler='$:/core/ui/PageTemplate/sidebar' tag='$:/tags/PageTemplate'>Toggle Old Sidebar</$checkbox> (This only hides the menu, it doesn't change the size of the tiddlers)
\define thisSelectTag()
Tag to replace: <$select field='selected_tag'>
<$set name=TagSearch value={{$:/temp/changetags!!search_tags}}>
<$list filter='[tags[]regexp[(?i)$(TagSearch)$]]'>
<option><<currentTiddler>></option>
</$list>
</$set>
</$select> <$edit-text tiddler='$:/temp/changetags' field='search_tags' class='tc-exit-textexitor' placeholder='Narrow Tags List'/>
\end
This lets you search for all tiddlers with a specific tag and selectivly replace that tag with another one. Or if the 'Replace With' field is empty just remove the tag from the tiddler(s).
<<thisSelectTag>>
Replace With: <$edit-text tiddler='$:/temp/changetags' field='replace_tag' class='tc-edit-texteditor'/>
<$list filter='[tag{!!selected_tag}]'>
<$fieldmangler tiddler=<<currentTiddler>>>
<<currentTiddler>> <$button>Change Tag<$action-sendmessage $message='tm-add-tag' $param={{$:/temp/changetags!!replace_tag}}/><$action-sendmessage $message='tm-remove-tag' $param={{Search and Replace Tags!!selected_tag}}/></$button><br>
</$fieldmangler>
</$list>
This is a demo of the icon menus I have made for TiddlyWiki5 based on the example at http://tw5topleft.tiddlyspot.com, and several good suggestions from this discussion https://groups.google.com/forum/#!topic/tiddlywiki/UO9y7LWy0Lc
!!There are 5 new menu positions as well as the top bar:
*The Top Bar - The bar at the top of the screen, it contains the three top menus
*The Left Menu - On the left side of the screen between the left edge of the screen and the right edge of the tiddlers
*The Right Menu - On the right side of the screen
*The Top Left Menu - in the upper left corner
*The Top Middle Menu - in the middle of the top of the screen
*The Top Right Menu - in the upper right corner
Each of these things can be configured in the [[$:/ControlPanel]] in the new `Icon Menu Settings` tab. Things that can be changed include what is displayed in each menu, the width and position of each menu, the text size, background and text colors and the css class that determines the menus appearance. The left and right menus can be set to be mostly transparent until the mouse hovers over them, or they can be mostly hidden off screen and pop out when the mouse hovers over them.
!!Changing the content of the menus
In the `Icon Menu Settings` tab of the [[$:/ControlPanel]] there are 6 smaller tabs, one for each menu and one for the top bar. In each of the menu tabs there is a list of available menu items which can be toggled. The order in which the items appear in the menus is controlled by the order column in the list.
!!Adding things to the menus
Any tiddler with the tag `Menu Item` will appear in the list of possible menu items. The size of the SVG icons is controlled by the font size parameter for each menu (which can be changed for each menu in the tab on the control panel), but if you wish to have items on the menu that won't fit with the current sizes the menu widths can be changed as well.<br>
For the left and right menus using the pop out on hover classes and making the menus wide allows you to have text entries in each menu that only are fully shown when hovered over. Or you could just make the menus wide using the other classes.
!!Other tweaks
While not actually related to the icon menus there is another new tab in the control panel called `Other Tweaks`. Currently it has an option to display a horizontal black line below each tiddlers title, I find this makes things a bit easier to follow. There is also an option to hide the normal menu. This option doesn't change the width of the tiddlers the way the {{$:/core/images/chevron-right}} button does, it just removes the menu. The normal {{$:/core/images/chevron-right}} button is available as an item in the icon menus.
!!Some Things to be aware of:
The three top menus are partly controlled by the top bar, and if the top bar is turned off than the three top menus are also hidden. If the top menu is set to pop out on hover than the three menus follow it.
For the left and right menus, the `Position of Hidden Menu` parameter in the control panel controls how much of the menu can be seen when it is hidden (not hovered over) using the pop out on hover menu types. This is given in terms of how far the menu edge is from the opposite side of the screen. Unless you are only going to be using a single screen with a set resolution using a percentage may work better for this.
If you have the old menu visible, and it is big enough that it would have a scroll bar of its own, the right menu will partially or fully cover it if the right menu is visible.
!!How to use this in your own wiki
If you click on the {{$:/core/images/advanced-search-button}} icon next to the search in the menu, or on the icon in the upper right menu, you can use the `filter` tab and enter `[tag[Icon Menus]]` as the filter. This will give a list of all the tiddlers used for the icon menus, then click on the {{$:/core/images/export-button}} button to export these tiddlers. Select `JSON Tiddlers File` form the menu that appears and save the file somewhere. Then in the wiki you want to use the icon menus in import that file.
Added “[all[current]listed[source]listed[source]]” to the list filter of the tabs and captions for notes, comments and ideas.
Changed tiddlers:
* [[$:/_tw-scholars/macros/tabs/tabContents]]
* [[$:/_tw-scholars/macros/tabs/tabCaption]]
When creating a new chapter, the fields “description“ and “about“ were not working properly. Changed tiddlers:
* [[$:/_tw-scholars/newHere/chapter/table]]
* [[$:/_tw-scholars/newHere/chapter/button]]
The new concept and new theory buttons in the sidebar did not passed the content of the text box to the new created tiddler.
Changed tiddlers:
* [[$:/_tw-scholars/macros/SideBar/newConcept/button]]
* [[$:/_tw-scholars/macros/SideBar/newTheory/button]]
<div class="cit">
{{!!text}}
<cite>
<$link>{{!!title}}</$link>
</cite>
</div>
Around 230 years after Shakespeare's death, doubts began to be expressed about the authorship of the works attributed to him.[189] Proposed alternative candidates include Francis Bacon, Christopher Marlowe, and Edward de Vere, 17th Earl of Oxford.[190] Several “group theories” have also been proposed. Only a small minority of academics believe there is reason to question the traditional attribution, but interest in the subject, particularly the Oxfordian theory of Shakespeare authorship, continues into the 21st century.
William Shakespeare was the son of John Shakespeare, an alderman and a successful glover originally from Snitterfield, and Mary Arden, the daughter of an affluent landowning farmer. He was born in ~Stratford-upon-Avon and baptised there on 26 April 1564. His actual date of birth remains unknown, but is traditionally observed on 23 April, Saint George's Day. This date, which can be traced back to an 18th-century scholar's mistake, has proved appealing to biographers, since Shakespeare died 23 April 1616. He was the third child of eight and the eldest surviving son.
Although no attendance records for the period survive, most biographers agree that Shakespeare was probably educated at the King's New School in Stratford, a free school chartered in 1553, about a quarter-mile from his home. Grammar schools varied in quality during the Elizabethan era, but grammar school curricula were largely similar, the basic Latin text was standardised by royal decree, and the school would have provided an intensive education in grammar based upon Latin classical authors.
At the age of 18, Shakespeare married the 26-year-old Anne Hathaway. The consistory court of the Diocese of Worcester issued a marriage licence on 27 November 1582. The next day, two of Hathaway's neighbours posted bonds guaranteeing that no lawful claims impeded the marriage. The ceremony may have been arranged in some haste, since the Worcester chancellor allowed the marriage banns to be read once instead of the usual three times, and six months after the marriage Anne gave birth to a daughter, Susanna, baptised 26 May 1583. Twins, son Hamnet and daughter Judith, followed almost two years later and were baptised 2 February 1585. Hamnet died of unknown causes at the age of 11 and was buried 11 August 1596.
<h1><span title="Éditer cette section"><$link>{{!!title}}</$link></span></h1>
<$transclude/>
\define slider-h1s(caption,state,text)
<h1><span title="Éditer cette section"><$button message="tw-edit-tiddler" class="btn-invisible">@@color:green;$caption$@@</$button></span> <$button popup="$:/state/$state$" class="btn-invisible"><span title="Montrer"><small><small><small><small><$reveal type="match" text="" default="" state="$:/state/$state$">[voir] </$reveal></small></small></small></small></span><span title="Cacher"><small><small><small><small><$reveal type="nomatch" text="" default="" state="$:/state/$state$">[cacher] </$reveal></small></small></small></small></span></$button></h1>
<$reveal type="nomatch" state="$:/state/$state$" text="">
$text$
</$reveal>
\end
<<slider-h1s "{{!!title}}" "" "{{!!text}}">>
<h2><span title="Éditer cette section"><$link>{{!!title}}</$link></span></h2>
<$transclude/>
\define slider-h2s(caption,state,text)
<h2><span title="Éditer cette section"><$button message="tw-edit-tiddler" class="btn-invisible">@@color:green;$caption$@@</$button></span> <$button popup="$:/state/$state$" class="btn-invisible"><span title="Montrer"><small><small><small><small><$reveal type="match" text="" default="" state="$:/state/$state$">[voir] </$reveal></small></small></small></small></span><span title="Cacher"><small><small><small><small><$reveal type="nomatch" text="" default="" state="$:/state/$state$">[cacher] </$reveal></small></small></small></small></span></$button></h2>
<$reveal type="nomatch" state="$:/state/$state$" text="">
$text$
</$reveal>
\end
<<slider-h2s "{{!!title}}" "" "{{!!text}}">>
!!<span title="Éditer cette section"><$link>{{!!title}}</$link></span>
<$transclude/>
To be, or not to be, that is the question:
Whether 'tis nobler in the mind to suffer
The slings and arrows of outrageous fortune,
Or to take arms against a sea of troubles
And by opposing end them. To die—to sleep,
No more; and by a sleep to say we end
The heart-ache and the thousand natural shocks
That flesh is heir to: 'tis a consummation
Devoutly to be wish'd. To die, to sleep;
To sleep, perchance to dream—ay, there's the rub:
For in that sleep of death what dreams may come,
When we have shuffled off this mortal coil,
Must give us pause—there's the respect
That makes calamity of so long life.
For who would bear the whips and scorns of time,
Th'oppressor's wrong, the proud man's contumely,
The pangs of dispriz'd love, the law's delay,
The insolence of office, and the spurns
That patient merit of th'unworthy takes,
When he himself might his quietus make
With a bare bodkin? Who would fardels bear,
To grunt and sweat under a weary life,
But that the dread of something after death,
The undiscovere'd country, from whose bourn
No traveller returns, puzzles the will,
And makes us rather bear those ills we have
Than fly to others that we know not of?
Thus conscience does make cowards of us all,
And thus the native hue of resolution
Is sicklied o'er with the pale cast of thought,
And enterprises of great pitch and moment
With this regard their currents turn awry
And lose the name of action.
This note has nothing to do here.
What's in a name? That which we call a rose
By any other name would smell as sweet.
The Tragedy of Hamlet, Prince of Denmark, often shortened to Hamlet, is a tragedy written by William Shakespeare at an uncertain date between 1599 and 1602. Set in the Kingdom of Denmark, the play dramatizes the revenge Prince Hamlet is instructed to enact on his uncle Claudius. Claudius had murdered his own brother, Hamlet's father King Hamlet and then taken the throne, marrying his deceased brother's widow, Hamlet's mother Gertrude.
Macbeth is Shakespeare's shortest tragedy, and tells the story of a brave Scottish general named Macbeth who receives a prophecy from a trio of witches that one day he will become King of Scotland. Consumed by ambition and spurred to action by his wife, Macbeth murders King Duncan and takes the throne for himself. He is then wracked with guilt and paranoia, and he soon becomes a tyrannical ruler as he is forced to commit more and more murders to protect himself from enmity and suspicion. The bloodbath and consequent civil war swiftly take Macbeth and Lady Macbeth into the realms of arrogance, madness, and death.
Some scholars claim that members of Shakespeare's family were Catholics, at a time when Catholic practice was against the law.[194] Shakespeare's mother, Mary Arden, certainly came from a pious Catholic family. The strongest evidence might be a Catholic statement of faith signed by John Shakespeare, found in 1757 in the rafters of his former house in Henley Street. The document is now lost, however, and scholars differ as to its authenticity.[195] In 1591 the personities reported that John Shakespeare had missed church “for fear of process for debt”, a common Catholic excuse.[196] In 1606 the name of William's daughter Susanna appears on a list of those who failed to attend Easter communion in Stratford.[196] As several scholars have noted, whatever his private views, Shakespeare “conformed to the official state religion”, as Park Honan put it.[197][198] Shakespeare's will uses a Protestant formula and he was a confirmed member of the Church of England, where he got married, his children were baptized, and where he was buried. Other authors argue that there is a lack of evidence about Shakespeare's religious beliefs. Scholars find evidence both for and against Shakespeare's Catholicism, Protestantism, or lack of belief in his plays, but the truth may be impossible to prove.[199]
Stratford-upon-Avon (/ˌstrætfəd əpɒn ˈeɪvən/, known locally as Stratford) is a market town and civil parish in south Warwickshire, England. It lies on the River Avon, 22 miles (35 km) south east of Birmingham and 8 miles (13 km) south west of Warwick. It is the largest and most populous town of the non-metropolitan district Stratford-on-Avon, which uses the term "on" rather than "upon" to distinguish it from the town itself.[1] Four electoral wards make up the urban town of Stratford; Alveston, Avenue and New Town, Mount Pleasant and Guild and Hathaway. The estimated total population for those wards in 2007 was 25,505.[2]
The town is a popular tourist destination owing to its status as birthplace of the playwright and poet William Shakespeare, often regarded as the world's greatest playwright of all time, receiving about 4.9 million visitors a year from all over the world.[3] The Royal Shakespeare Company resides in Stratford's Royal Shakespeare Theatre, one of Britain's most important cultural venues.
{{!!title||$:/core/ui/TagTemplate}}
|! Version | ''<$button set="$:/state/tab-{-1076863771}" setTo="$:/_tw-scholars/tab/journal" class="btn-invisible">{{!!version}}</$button>'' |
!What is this?
[[TiddlyWiki|http://tiddlywiki.com/static/TiddlyWiki.html]] is a great piece of software created by [ext[Jeremy Ruston|https://github.com/Jermolene]]. It allows you, among other things, to take notes, organize ideas, store information, and display all your stuff the way you want. It is an incredibly flexible tool you can adapt to fit almost all your needs.
//''~TiddlyWiki for Scholars''// is a personal customization of ~TiddlyWiki <<version>> I made for note-taking from readings, but it can be useful for other purposes. The idea behind this adaptation is to show and to allow creating relevant data related to the current tiddler without leaving the tiddler.
<div class="box">
{{$:/_tw-scholars/doc/TabsBar}}
</div>
The current tiddler is an example of how //~TiddlyWiki for Scholars//, with its bottom tabs bar, can be used for. A more academic example is the tiddler [[William Shakespeare]].
This adaptation have been created with help and support from other community members who provide plugins, guides, tutorials and help through the [[discussion group|http://groups.google.com/group/TiddlyWiki]] and their own TWs ([[links here|http://tiddlywiki.com/static/Community.html]]). I am very grateful to the community and to Jeremy Ruston.
<div class="important">
{{$:/_images/arrow-right}} //~TiddlyWiki for Scholars// is a work in progress and a moving target. <br>
{{$:/_images/arrow-right}} I'm not a developper but only an end user.<br>
{{$:/_images/arrow-right}} ~TiddlyWiki itself is still in beta phase.<br>
<br>
Thus, <b>use it with extreme caution and create regular backups of your data.</b>
</div>
For more information about //~TiddlyWiki for Scholars//, see the tabs below…
\define toc-heading(caption)
<$reveal type="nomatch" state=<<qualify "$:/state/tac/$caption$">> text="show">
<$link>$caption$</$link>
<$list filter=" [all[current]listed[about]] [all[current]listed[source]] [all[current]listed[parent]] +[limit[1]]">
<$button set=<<qualify "$:/state/tac/$caption$">> setTo="show" class="btn-invisible">
{{$:/core/images/right-arrow}}
</$button>
</$list>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/tac/$caption$">> text="show">
<$link>$caption$</$link>
<$button set=<<qualify "$:/state/tac/$caption$">> setTo="hide" class="btn-invisible">
{{$:/core/images/down-arrow}}
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/tac/$caption$">> text="show" retain="yes" animate="yes">
<$list filter="[all[current]listed[about]] [all[current]listed[source]] [all[current]listed[parent]]">
# <$macrocall $name="toc-heading" caption={{!!title}}/>
</$list>
</$reveal>
\end
<div class="tw-table-of-contents">
{{ToC - authors}}
<$list filter="[tag[@ToC]]">
# <$macrocall $name="toc-heading" caption={{!!title}}/>
</$list>
</div>
\define normal(body) $body$
\define filter(body)
<$list filter="$body$">
## <$link><$view field="title"/></$link>
</$list>
\end
\define authors(body)
<$list filter="$body$">
## {{$:/_images/person}} <$link to={{!!title}}>
@@text-transform:uppercase;<$view field="person_surname"/>@@<$reveal type="nomatch" state="!!person_name" text="">, <$view field="person_name"/></$reveal></$link>
<$list filter="[all[current]listed[authors]tag[$:/_type/publication]]">
### — <$link to={{!!title}}>
<$reveal type="match" state="!!publication_type" text="article">“</$reveal><$view field="publication_title"/><$reveal type="match" state="!!publication_type" text="article">”</$reveal>, <$view field="publication_date"/></$link>
</$list>
</$list>
\end
\define toc-heading(caption,body,type:"normal")
<$reveal type="nomatch" state=<<qualify "$:/state/toc/$caption$">> text="show">
<$button set=<<qualify "$:/state/toc/$caption$">> setTo="show" class="btn-invisible">$caption$ {{$:/core/images/right-arrow}}
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/toc/$caption$">> text="show">
<$button set=<<qualify "$:/state/toc/$caption$">> setTo="hide" class="btn-invisible">$caption$ {{$:/core/images/down-arrow}}
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/toc/$caption$">> text="show" retain="yes" animate="yes">
<<$type$ "$body$">>
</$reveal>
\end
<div class="tw-table-of-contents">
# <<toc-heading "Authors / texts" "[tag[$:/_type/person]person_type[author]!is[system]has[person_surname]sort[person_surname]]" "authors">>
</div>
\define increment(item)
#$item$
\end
\define level6()
<$list filter="[all[current]listed[about]] [all[current]listed[parent]] [all[current]listed[source]]">
###### 6. - {{!!title}}
</$list>
\end
\define level5()
<$list filter="[all[current]listed[about]] [all[current]listed[parent]] [all[current]listed[source]]">
##### 5. - {{!!title}}
<<level6>>
</$list>
\end
\define level4()
<$list filter="[all[current]listed[about]] [all[current]listed[parent]] [all[current]listed[source]]">
#### 4. - {{!!title}}
<<level5>>
</$list>
\end
---
<div class="tw-table-of-contents">
<$list filter="[tag[MainTopic]]">
<$macrocall $name="increment" item={{!!title}}/>
<$set name="level1" value=<<increment {{!!title}}>> >
<$list filter="[all[current]listed[about]] [all[current]listed[parent]] [all[current]listed[source]]">
<$macrocall $name="increment" item=<<level1>>/>
<$macrocall $name="increment" item=<<level1>>/>
<$list filter="[all[current]listed[about]] [all[current]listed[parent]] [all[current]listed[source]]">
### 3. - {{!!title}}
<<level4>>
</$list>
</$list>
</$set>
</$list>
---
</div>
This is the first empty version of ~TiddlyWiki for Scholars. It is based on TW 5.0.14 beta.
Upgrade to TW 5.0.15 and bug fixes (see journal)
''William Shakespeare'' (/ˈʃeɪkspɪər/; 26 April 1564 (baptised) – 23 April 1616) was an English poet, playwright and actor, widely regarded as the greatest writer in the English language and the world's pre-eminent dramatist. He is often called England's national poet and the "Bard of Avon". His extant works, including some collaborations, consist of about 38 plays, 154 sonnets, two long narrative poems, and a few other verses, the [[authorship of some of which is uncertain|Doubts about authorship]]. His plays have been translated into every major living language and are performed more often than those of any other playwright.
Shakespeare was born and brought up in [[Stratford-upon-Avon]]. At the age of 18, he married Anne Hathaway, with whom he had three children: Susanna, and twins Hamnet and Judith. Between 1585 and 1592, he began a successful career in London as an actor, writer, and part-owner of a playing company called the Lord Chamberlain's Men, later known as the King's Men. He appears to have retired to Stratford around 1613 at age 49, where he died three years later. Few records of Shakespeare's private life survive, and there has been considerable speculation about such matters as his physical appearance, sexuality, [[religious beliefs|Shakespeare's religious beliefs]], and whether the works attributed to him were written by others.
<div class="text-grey">
(source: [ext[Wikipedia|https://en.wikipedia.org/wiki/William_Shakespeare]])
</div>
I like this guy very much!
I have an idea concerning William Shakespeare, but I can't tell here.
Shakespeare's works include the 36 plays printed in the First Folio of 1623, listed according to their folio classification as comedies, histories and tragedies. Two plays not included in the First Folio, The Two Noble Kinsmen and Pericles, Prince of Tyre, are now accepted as part of the canon, with scholars agreed that Shakespeare made a major contribution to their composition. No Shakespearean poems were included in the First Folio.
In the late 19th century, Edward Dowden classified four of the late comedies as romances, and though many scholars prefer to call them tragicomedies, his term is often used. These plays and the associated Two Noble Kinsmen are marked with an asterisk (*) below. In 1896, Frederick S. Boas coined the term “problem plays” to describe four plays: All's Well That Ends Well, Measure for Measure, Troilus and Cressida and Hamlet. “Dramas as singular in theme and temper cannot be strictly called comedies or tragedies”, he wrote. “We may therefore borrow a convenient phrase from the theatre of today and class them together as Shakespeare's problem plays.” The term, much debated and sometimes applied to other plays, remains in use, though Hamlet is definitively classed as a tragedy.
!!!The plan
We start with one.
Pick one from the [[applications|ApplicationCategory]] or come up with a better. Maybe we look at which are the most popular software types? Or just maybe we do look at the applications and decide which one is the easiest to emulate.
Whichever one we go for, we take a look at some of the commercial versions of that.
We tweak so it looks a bit like those, including adding a logo and some graphics.
We write a [[mini pitch|The TWelevator Pitch]] for that target group.
There. A new frickin' pro-duct! Just like that!
It's FREE.
We check out five industry magazines or similar.
We post a press-release.
They get happy.
We get community.
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[@JeremyRuston]!tag[Unfinished]] [all[shadows+tiddlers]!has[draft.of]tag[@Jeremy]!tag[Unfinished]] [all[shadows+tiddlers]!has[draft.of]tag[@Jermolene]!tag[Unfinished]]">>
<<list-links "[tag<currentTiddler>]">>
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[@TobiasBeer]!tag[Unfinished]] [all[shadows+tiddlers]!has[draft.of]tag[@TobiBeer]!tag[Unfinished]] [all[shadows+tiddlers]!has[draft.of]tag[@Tobias]!tag[Unfinished]] [all[shadows+tiddlers]!has[draft.of]tag[@tb5]!tag[Unfinished]]">>
\define revatt(who)
<$reveal type="nomatch" state="$:/state/attention/$who$" text="show">
<$button set="$:/state/attention/$who$" setTo="show"><$view tiddler=$who$ field="title" format="text">$title$</$view></$button>
</$reveal>
<$reveal type="match" state="$:/state/attention/$who$" text="show">
<$button set="$:/state/attention/$who$" setTo="hide"><$view tiddler=$who$ field="title" format="text">$title$</$view></$button><br>
//@@color:gray; Hi [[$who$]] - here's some stuff that made me think of you specifically.<br>{{$who$!!note}}@@ //
<$list filter="[tag[$who$]] +[!sort[recent]]">
<li><<linkify {{!!title}}>></li><dd>@@font-size:95%;color:gray; {{!!summary}}@@</dd>
</$list>
<$list filter="[{!!title}backlinks[]first[]]">//@@color:gray; BTW, you're mentioned in these articles:@@ //<br></$list><$list filter="[{!!title}backlinks[]sort[title]]">@@font-size:90%;color:crimson; ∘ @@<<linkify {{!!title}}>></$list>
</$reveal>
\end
<$list filter="[all[tiddlers]tags[]prefix[@]] -[[@TWaddle]]">
<$macrocall $name=revatt who={{!!title}}/>
</$list>
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[@tw.com]!tag[Unfinished]]">>
.tc-sidebar-lists .tc-table-of-contents { white-space: nowrap; }
.tc-table-of-contents button { color: crimson; /* <<colour sidebar-foreground>>; */ }
.tc-table-of-contents svg { width: 0.7em; height: 0.7em; vertical-align: middle; fill: <<colour sidebar-foreground>>; }
.tc-table-of-contents ol { list-style-type: none; padding-left: 0;}
.tc-table-of-contents ol ol { padding-left: 1em; }
.tc-table-of-contents li { font-size: 1.0em; font-weight: bold; }
.tc-table-of-contents li a { font-weight: bold; }
.tc-table-of-contents li li { font-size: 0.95em; font-weight: normal; line-height: 1.4; }
.tc-table-of-contents li li a { font-weight: normal; }
.tc-table-of-contents li li li { font-size: 0.95em; font-weight: 200; line-height: 1.5; }
.tc-table-of-contents li li li a { font-weight: bold; }
.tc-table-of-contents li li li li { font-size: 0.95em; font-weight: 200; }
.tc-tabbed-table-of-contents { display: -webkit-flex; display: flex; }
.tc-tabbed-table-of-contents .tc-table-of-contents {
z-index: 100;
display: inline-block;
margin-left: -1.2em; /* pull menu left */
max-width: 50%;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
background: transparent; /* <<colour tab-background>>; */
border: 0px; /* previously left/top/botttom 1px; solid <<colour tab-border>>; */
background: -webkit-linear-gradient(left, red , blue); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, red, blue); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, red, blue); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, lightgrey, transparent); /* Strd syntax (must be last) */
background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(80%,#ffffff), color-stop(90%,<<color page-background>>),color-stop(100%, rgba(240,67,239,0)));
}
.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a,
.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {
display: block; padding: 0.12em 1em 0.12em 0.25em;
}
.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a {
border-left: 0px;
border-top: 1px solid transparent; /*<<colour tab-background>>; */
border-bottom: 1px solid transparent;
*/
}
.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a:hover {
text-decoration: none;
border-top: 1px solid green /* <<colour tab-border>>; */
border-left: 1px solid green;
border-bottom: 1px solid green;
background: green; /* <<colour tab-border>>; */
}
_TWaddle/CSS/ToCMacroC
.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a:hover { text-decoration: none; }
.tc-tabbed-table-of-contents .tc-tabbed-table-of-contents-content {
display: inline-block;
vertical-align: top;
padding: 0px;
padding-left: 1.5em;
padding-right: 0px; /* 1.5em; */
border: 0px; /* 1px solid <<colour tab-border>>; */
-webkit-flex: 1 0 50%;
flex: 1 0 50%;
}
.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {
background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(100%,<<color background>>));
-moz-border-image: -moz-linear-gradient(left, <<color tab-border>> 0%, rgba(240,67,239,0) 100%);
-webkit-border-image: -webkit-linear-gradient(left, <<color tab-border>> 0%, rgba(240,67,239,0) 100%);
border-image: linear-gradient(to right, <<color tab-border>> 0%, rgba(240,67,239,0) 100%);
border-image-slice: 1;
border-right: 0px;
border-left: 7px solid <<color tab-border-selected>>; /* color is set in border-image */
margin-left:-7px; /* make up for border-left disloc. */
margin-right:0px; /*move shade to right*/
}
@@.tc-tiddler-frame
@@width:400px;
A text frame defined in some core stylesheet. Easy to use for quotes, info-boxes etc. See code.
@@
This is [[Mat|Mat]]'s, a.k.a [[<:-)|Mat]] little man-cave in the [[TiddlyVerse]].
Most TW development is, understandably, based on the premise that //"Improve code ➔ Better TW"//. ''TWaddle'' is also about developing TW but from the perspective that [[Bigger community ⇄ Better TW]]. Thus, TWaddle looks more to people issues - how to attract them, how to make them stick with TW etc.
I'm not a programmer but I //am// a TW enthusiast so I tiddlefiddle enough to make the occasional discovery of something cool. Given the amount of words I utter, it is also a mere numbers game before I say something that makes sense. TWaddle is intended to capture these eventualities.
<br>
<br>
<br>
{{img/hat}}
Academic disciplines in //''Humanities''// and //''Social sciences''// are particularly centered on text material and text notes, compared to e.g texts in //Natural sciences// or //Formal sciences// that often contain special characters. TW would need little modification to be useful as a note taking tool fort hose former academic areas.
As proposed [[here|https://groups.google.com/d/msg/tiddlywiki/eZqoogwCrZ0/imK4qf34mY0J]], one alternative to begin building [[Content Communities|Content Community]] could perhaps be done with a tiddler aggregator engine somewhat like what fellow Erwan has created for his [[Community Search Engine|https://rawgit.com/erwanm/tw-aggregator/master/tw-community-search.html]].
Might it be an idea to start thinking about how sites are best designed for this? Maybe it's possible to set up arbitrary sites that aggregate content and where anyone can contribute. A bit like e.g google groups. So they (at least a few) get a life of their own, serving the group //and// working as a marketing tool for TW.
The optimum(?) would be to aggregate individual tiddlers, rather than full TWs, for instance every tiddler tagged with "Harry Potter".... to make up a "Harry Potter TW aggregation". A bit like I believe hashtagging works in Twitter? Maybe not, I'm not a Twitter user. But we could use a filter instead of a mere hashtag, i.e `[tag[Harry Potter]] [tag[Daniel Radcliffe]]` to get both Harry Potter stuff and things on Radcliffe as an actor.
Assume tw.com featured such a service. Maybe it could allow for a filter as part of the url;
`tiddlywiki.com/#:[tag[Harry Potter]] [tag[Daniel Radcliffe]]`
...i.e it roams the net for TW's, or like with Erwans creation pre-reported TWs, that write on Potter or Radcliffe and aggregates a list of those (external) tiddlers. Either as //links// to those tiddlers or - who knows - even a (temporary) full display of readable tiddlers.
And if you're not jumping up and down in excitement right now, just exchange //Harry Potter// for whichever interest //you// might have. Maybe even niche questions within TW.
If it was on tw.com, it would definitely make that site an even more valuable. Like there are (...to be) official //TW editions// on tw.com (or as I call them, //applications//), there could perhaps be community endorsed content wikis. "TW for education", "Javascripting for TW",...
Quite often do I find myself thinking "Hm, did I change anything here? ...ah, dang, I'd better just press cancel so I know I have what worked before I possibly botched it... but what if it was a new tiddler that I've edited but never saved? Don't want to loose all this..."
It's late, please forgive me...
I read some stuff about //Electro Magnetic Pluses//, EMP's. Apparently some natural and not-totally-unlikely phenomenon from the sun related to solar storms. It's basically an extremely powerful magnetic pulse that, among other things, would erase all magneto-dependent devices including hard drives.
Once we're past the chock and societies are being built up again... hm, surely must be within a week, right? ...except you're probably killed by then from some neighbor who wanted your can of Ravioli because the whole societal infrastructure is knocked out. But anyway.) ...then I figure TW is one candidate for the "primitive" technologies to use because of it's general applicability and because it is easy to spread.
Of course, you must store a copy of it so it cannot be erased from the EMP to begin with. Along with a browser. And, I guess, an OS.
Come to think of it, would a computer even start after an EMP? Better throw in a Raspberry Pi computer also actually. And what about the electric grid? Ah, throw in some batteries too.
Hm, maybe it's easier to store an extra can of ravioli.
<$macrocall
$name="toc-tabbed-internal-nav"
tag="Appetizer"
selectedTiddler="$:/temp/dontpublish/appetizertw"
unselectedText="{{Intro to Appetizer TiddlyWikis}}"
missingText="<p>Missing tiddler.</p>"
/>
For more reasoning on ''Appetizer TW''s, see: [[Under the radar gateways into TW]]
<$macrocall
$name="toc-tabbed-internal-nav"
tag="ApplicationCategory"
selectedTiddler="$:/temp/dontpublish/applicationcategory"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
/>
If specific [[applications|Application Categories]] are implemented (and officially endorsed), such as a GTD application or a tool for authors based on TW (as contrasted to "a TW tweaked a bit so it can also be used to author things"), then there could be //Application Communities// bringing in people and centered around specific needs. For instance, a community for teachers or medical doctors or GTD'ers or Flower lovers that collectively develop their particular TW in it's own direction.
Applications centered on a //database//, i.e one or a few types of "units" instantiated many times.
I include this as an application category because there's probably many applications of this kind and because it should be easy to set up in TW using templates.
See [[Application Categories]] for actual display
I found a really [[interesting layout|https://matt.life/writings/computer-geeks]] for an article. Basically the text is split into "small columns" of fixed-width //and// fixed height; about some 5cm/2" wide and high as the view port. The longer the article, the more of these bite sized columns stacking up to the right, eventually causing a need for horizontal scroll.
I never thought I would say this about horizontal scrolling... but it works really good in this context and it triggers an idea for a new storyview!
<center>{{img/storyview_article}}</center>
That's a full tiddler river, but your browser window only (like always) shows the viewport, here in red. The river has five open tiddlers. The third one is, just for illustration, showing two imaginable variants for how to display a tiddler. In reality only one would show. More on this later.
The viewport thus only shows one tiddler. This can make sense for longer tiddlers such as articles. The reader scrolls right only if he or she is interested. What is now displayed depends on...
''...the sidebar''<br>
As noted in the illustrations, the sidebar is to the left. I prefer the standard TW sidebar with it's "administration tabs" to be on the right (close to the scrollbars). But I imagine this "Article Storyview" is for best for "longer tiddlers"... as in public articles and not "notes"... and for this I think a left menu is just perfect. This is why I created the [[leftbar|http://leftbar.tiddlyspot.com/]] theme and the left bar here on TWaddle is a case in point (...but because you, dear reader, can handle a right sidebar it's included too ;-)
Still, I see some possible options including a right sidebar in this storyview. I will return to these thoughts later but, for now, let's say the sidebar is on the left. So;
In scrolling right, this left sidebar could
*scroll out of view to the left
*float in front of the tiddler on left screen side as you scroll right.
The "scroll out of view" should be particularly good for smaller screens as the display gets fully dedicated to the content.
The right scroll should be limited to the width of the tiddler currently in focus! You should only see a //relevant// scroll bar. In other words, if the viewport is currently focussed on a tiddler that does //not// extend beyond the right edge, then it should not show any horizontal scrollbar!
Switching focus from one article to another automatically scrolls left.
But scrolling doesn't have to be via the traditional browser scrollbar- There can be nice right- and left buttons to scroll horizontally or the whole last column can be a scroll-right trigger
''Vertical scroll''<br>
In the illustration, if you //click// downscroll, the viewport jumps down a full step to that second very long tiddler. This is a main point; vertical //click// scroll (as opposed to drag-scroll) presents a new article in a seemingly static place. Multiple scroll clicks along the river shows the tiddlers with the titles in a nice seemingly fixed position at top, instead of the blurry drag-scroll experience.
Scrolling thus ''differs from classic story view'' in an interesting way; In classic storyview you scroll down to see the content //or you scroll down to pass the tiddler// to reach another tiddler. The system cannot know which. And if it is a long tiddler, you are exposed to a lot of uninteresting content as it whizzes by.
In contrast, with the proposed storyview, vertical scrolling is only done to reach another tiddler. And horizontal scrolling is pretty much only to take part of the content. The scroll directions are used for very distinct and different purposes.
''The sidebar'' could in vertical scroll be affixed to viewport left (like my left menu) or like the standard sidebar tabs in TW. If it is a longer than viewport sidebar, I guess it could scroll along with the tiddler river (less good as it would break the on the "one tiddler per view" idea or you'd need a second scrollbar... like for the standard sidebar... but I guess on the left side then, hm. If the menu buttons are there maybe this makes some sense and is for non-tiddlywikians probably more intuitive than our current //double// right hand side scrollbars.
But, also for vertical there could be a "click bottom or top of viewport to jump one full viewport height.
...on screen scroll triggers like this that jump a full viewport verticaly or horizontally could probably severely lessen the quirky experience of the double scrollbars.
So, about ''those two parallel tiddlers'' in the illustration;<br>
Again, they are just for illustration. My point is to show that one could imagine a small tiddler (a "short article") to either stick with the fixed height or, possibly, to fill out the viewport width. In the illustration three text columns apparently fit. This spread out latter would probably look nicer on the screen but it has the probable drawback of breaking the "one view = one tiddler" idea and thereby also "one scrollclick = one tiddler"...
...unless the ''on-screen scrolls are set to jump to the next tiddler'', instead of a view port. IMO this is a pretty neat idea in itself, independent of this Article Storyview proposal. Even or Classic storyview.
But apropos tiddler height; Just maybe the tiddler height should be set so //two//, or multiple, tiddlers fit in vertically:
<center>{{img/storyview_article2}}</center>
It is obviously a screen size matter, but I think it would also be extra nice with a "scroll down one tiddler at a time" feature so one tiddler is visible in two views as you go down the river (...or up). This may also be suitable for very small tiddlers ("notes").
''Right sidebar''<br>
As touched on above, there could be a right sidebar instead of a left or complimenting a left. Not sure it's a great idea, but here are my thoughts.
For (only) a right sidebar, the wide and right-spreading tiddler could simply go in under it. Horizontal scroll simply moves the viewport with the sidebar affixed to the right side. No problem actually and you'd see as much of the article as before because now there is no left sidebar taking up space.
Actually, if the leftmost text column is dedicated to the tiddler title, as in the [[referenced article|https://matt.life/writings/computer-geeks]], you might get an interesting framing of the content between the title and the sidebar.
With both a right and a left sidebar, it would again have to go under the right one. What is seen originally is very similar to e.g how this tiddler appears at first, residing between the two sidebars and filling the viewport vertically. But instead of scrolling down, you scroll right.
''Finishing thoughts''<br>
IMO this takes the best from zoomin storyview in putting full focus on the current tiddler - but at the same time it makes the other tiddlers more accessible (which is a problematic aspect in zoomin, IMO)
There could be a //tiddler specific// option to choose this "rightward" spread or the normal "downward" spread (classic storyview). For code this might be preferable?
Maybe edit view should display like normal?
@@color:crimson; Note@@: The listing is incomplete because it only lists articles that have a summary(-field).
<table class="tableFormatter">
<$list filter="[all[shadows+tiddlers]has[summary]!prefix[$:/]!tag[Unfinished]] +[sort[title]]">
<tr>
<td valign="top"><$link to=<<currentTiddler>>><$view field='title'/></$link></td>
<td>{{!!summary}}</td>
</tr>
</$list>
</table>
Like in google search, autosuggest ''inside the field ''when filling in
*search field
*tagpill field
*new field names
I don't refer to the dropwdown feture we get when editing pills or creating field names.
Have the most matching suggestion automatically fill in as you type instead of forcing you to move down the list to select one. If you press keyboard right arrow, you accept the suggestion.
Admit it - with that title you were expecting your name to show up here, eh!? ;-)
No, this is about the visual aspects of TW. The whole concept of TW is the big beauty of course but here I look at the tidbits. There are a number of details I find beautiful in TW. For once, a purely positive and confirming post.
Just take a look `at this` for example. I mean... the color combination is just really, really nice. Is that [[crimson|http://en.wikipedia.org/wiki/Crimson]]?
And the whole Snow White theme. Beautiful! So clean. Each tiddler like a clean cut piece of paper on a background that is relaxing to the eye.
Most icons look good too. To the point, clean cut.
In a way there isn't that much visually left to comment on. And //that// is beauty in itself.
<<boxref "Benchmarking is the process of comparing one's business processes and performance metrics to industry bests or best practices from other companies." "https://en.wikipedia.org/wiki/Benchmarking">>
<<twistify "[tag<currentTiddler>]">>
I can only speak about FF, Chrome and IE. And IE can be dismissed right away since there is so much that doesn't work with it. The future will tell if their coming replacement, [[Microsoft Edge|https://en.wikipedia.org/wiki/Microsoft_Edge]], will be better.
So, Chrome and FF, for me on a Windows 8.1 machine. Obviously, my //general// use of browsers, i.e for surfing, plays in as a "starting point" for which browser I prefer... which is Firefox. Still, there are at least two critical reasons why I //also// bother with Chrome, particularly when using TW;
*FF crashes easily. At least for me. Now, I should mention that having, over he years, seen peoples reactions when they see me use the internet, I've realized that my way of using browsers may not be typical; I regularly have some 3-5 FF windows open in parallel and often with well over a 100 tabs in total. So crashes, it turns out, are just a matter of time. And when FF crashes, it all crashes. Chrome, on the other hand, runs each tab as a separate process meaning it also crashes only the single tab.<br>Crashing can be disastrous because it can erase your TW. Even if it doesn't, you likely loose your unsaved changes. (The FF plugin "Form History Control" has saved me a few times.)
*The second downer with FF is that after you create a //new tiddlyspot//, you cannot use FF the first(!) time you save/upload a TW5 to it. This //forced// me to use another browser than FF... and it has simply shown to be the case that I create new tiddlyspots with enough frequency (One per month? For testing stuff.) to simply leave Chrome open... and then I might just as well use it for other stuff too, if FF freezes etc. The result is that I have both browsers open in parallel most of the time.<br><br>
*Chrome has it's own drawbacks when it comes to TW. For me, the major one is that Chrome can't handle "CSS sticky" as in the standard Theme Tweak //Sticky titles//. It may seem like a detail but it affects the workflow //all the time//, forcing you to scroll a lot to access the toolbar.
So, not the deepest of analysis but... well, that's it.
An index over the users personal library
<<boxref "An ''enumerative bibliography'' is a systematic list of books and other works such as journal articles. [...] An entry for a book in a bibliography usually contains the following elements:<br> ● creator(s)<br> ● title<br> ● publisher and place of publication<br> ● date of publication" "https://en.wikipedia.org/wiki/Bibliography">>
<center>
What if ''you did not know'' about TW?<br>
<br>
Would you be grateful if someone told you about it?<br>
<br>
''Who'' will you tell? ...<br>
<br>
[[today?|http://tiddlywiki.com/prerelease/static/HelpingTiddlyWiki.html]]
<br><br>
{{WordOfMouth.png}}
</center>
<style>
#fishclick {
visibility: hidden;
}
</style>
Authoring of books and papers.
If you ask for help, in any way related to your TW or TW in general, but for a question that is not directly related to TW - say a question on CSS or javascript or website hosting etc - then just provide a link to TW to illustrate your problem.
Or even just mention it - //"I'm setting up a webshop (using TiddlyWiki)... and have a question regarding payment systems: ..."//
There are many occasions where it is desirable to increase or decrease a value or a position (i.e a value in a sequence) with //one//. Examples include "likes" ("+1"), sorting a list of tiddler titles (maybe even in the tiddler river?), sorting of (generated) table rows and/or columns, (...any more?)
How about a simple button widget or macro that on click increases or decreases the value in a field with //one//. Maybe it could render like a "button pair" ⊕ ⊝ or ▵ ▿ - i.e you press either of the two to increase/decrease the value.
The value could be stored in a default field (e.g "plusminus") and if it is a macro can be called like so;
:`<<+->>`
...or the macro (and the default field) could be called "inc" (increment/increase) and allow specification of context appropriate symbols;
:`<<inc +>>` or just `<<inc>>` gives `⊕ ⊝`
:`<<inc ->>` (etc) gives `⊝ ⊕`
:`<<inc up>>` or perhaps `<<inc ^>>` or `<<inc A>>` gives `▵ ▿`
:`<<inc down>>` (etc) gives `▿ ▵`
:...left/right, yin/yang,
Use `<<inc +2>>` or `<<inc up2>>` to increase with two or take two steps up respectively.
Going all the way `<<inc +2 imgA imgB>>`
In a github [[issue|https://github.com/Jermolene/TiddlyWiki5/issues/1284#issuecomment-82086340]] there was a link to a [[site|http://sheep.art.pl/Textarea%20Scrolling#72]] describing a supposedly very simple idea so you can;
//"click anywhere on a [wiki-] page, and the editor will come up scrolled to that spot. "//
The text refers to the problem with editing in wikis smoothly when the "double-click to edit" is active, as for TWc. The problem is that if you found, say, a misspelling in a long document and double click then focus is lost as the top of the tex is scrolled into view.
The proposed (and demonstrated!) solution appearently calculates where on the page you are //physically// clicking and then resets the cursor at that point. Something along those lines.
Very interesting.
First proposal:
In list widgets, is the attribute name //filter// really necessary?
`<$list filter="[tag[foo]]"/>`
...couldn't it just say
`<$list "[tag[foo]]"/>`
...? Not only is the (actual) filter the mandatory attribute in a list (right?) but doesn't a filter always enclose with `"[ ... ]"`?... if so, these biths would be enough to confirm it is a filter, even without the explicit `filter=`.
Frankly, I even confuse the concepts //list// and //filter// sometimes. Of course a list is filtered, what else could it be? But, equally as obvious; if I take a bunch of things and filter them... of course I get a list! There is no other way to present a bunch of output on the screen other than as a list!!!
Is my point even limited to the //list// widget? Is the attribute name //filter// perhaps redundant also in other widgets?
In other words, ''can we make an unspecified parameter be assumed to be a filter for widgets?''<br><br>
''Second proposal, pushing it further'':
The //list widget// is possibly the ''most common widget''. Many a times must the little tiddlywikians type the string `<$list filter=...`
Could we simplify even futher by omitting also `list` ? I.e instead of;
`<$list filter="[tag[foo]]"/>`
...we just need
`<$ "[tag[foo]]"/>`
//...or even...//
`<$[tag[foo]]/>`
//...or ''even''...//
`<$tag[foo]/>`
...!!!!?
//Gimme the foo!//
Apparently, there are some good reasons why changing a tiddler title cannot automatically change the places where you've typed this title elsewhere e.g in another tiddlers text or in transclusions.
I propose we should at least get an alert when we change a title that appears elsewhere. This //must// be doable because we already have the //References// list (under //Info//).
See also:<br>
[[Missing transclusion should give indication]]
I hesitated to include "Check lists" as a "potential application" for TW because it is just so non-specific and it felt so //basic// in TW that it seemed ridiculous to single it out as a special application. But... it //is// a specific application, it's a tool that just happens to be so generic that it is applied to different contexts. And it is actually //not// as TW-basic; While we do make lists all the time, we don't actually have any ready tool for check lists, e.g like the `list-links`but instead of bullets it has checkboxes that toggle e.g a tag ("Done").
Clicking a title in e.g sidebar should, if there is a draft open for it, lead to that draft instead of opening a new instance of that tiddler. This is probably the more likely wish for someone clicking the title.
http://robertnyman.com/css3/
http://css3clickchart.com/
When I came up with the [[SideEditor|http://sideeditor.tiddlyspot.com/]] concept, fellow Andreas Hahn showed his [[Unibar|http://twguides.org/wiki/unibar.html]] concept which has many similiarties. But it also includes my [[FastNewTiddler|http://fastnewtiddler.tiddlyspot.com/]] idea - brilliant! It really makes sense.
[Note: To understand the following you'll probably have to be somewhat familiar with my two concepts mentioned above.]
Here are some thoughts for a combined variant;
Clicking the "chevron arrow symbol" from the sidebar (or wherever it is supposed to reside, and whatever symbol it's supposed to be) opens an (empty) FNT editor. If you instead clicked the same from within a tiddler, the toggled thingy is now a side editor. You can, using some button somewhere (e.g at side editor top), toggle between the two, i.e between an empty FNT and the last there displayed tiddler. Or, like in Andreas version, there could be two //tabs// instead of a toggle.
Not sure there is much more to say. If you're familiar with the
I will give a detailed explanation for how to can set up a commenting system like I have but for now this overview is all there is (but do feel free to snoop around):
*The thing is based on Google Drive //Forms//. You need a common Google account to use this (if you have a gmail address, then you have a google account). The commenter (//commenteur//?) does //not// have to have any account or register for anything.
*Google Drive features //forms// which are "questionnaires" that you can put up on the web and set access rights to. The killer is that the answers people fill in for one such public form are all automatically collected into a standard Excel-type spreadsheet in your Google Drive. Really a fantastic service from Google.
*So, in the commenting system here, what you see is an //iframed// such form. But the iframe is cut down to only display the "answer field" for a single question. This can be found in [[$:/_TWaddle/Buttons/Comment]], which is a remade "more" toolbar button.
*The iframe takes the current tiddler title as part of its src, so the comment really is tiddler specific and I get this info in that spreadsheet summary.
The following would be an easier way to access documentation information.
Digital documentation, generally, is spread out almost as if we were dealing with physical paper and books. A pdf doc is the obvious example. In TW we use tiddler philosophy but we still mostly stay with the "you must //go there// to see the contents". I think the tiddler philosophy idea enables us to make things more accessible than this because the small chunks are perfect to display as e.g popups.
Thus, we can have compact tables to show //everything// on a topic or for some category by using selected parts of the data as mere popup markers. You get the full overview //and// immediate access to the details without leaving the full overview. Example illustration (no working links):
<br><center>
| widget | attributes |h
|@@color:blue; action-deletefield@@|@@color:blue; $tiddler $field {any attributes not starting with $}@@|
|@@color:blue; action-deletetiddler@@|@@color:blue; $tiddler $filter@@|
| ... | ... |
</center>
<br>Hovering or clicking on any item shows popup with appropriate documentation. [[@JedCarty]] has a potentially relevant [[component|http://inmysocks.tiddlyspot.com/#Make%20data%20from%20a%20dictionary%20tiddler%20appear%20when%20you%20hover%20over%20something]] for this.
That's the basic idea. The items should perhaps not be blue as if they are links. And there //should// be links to the actual widgets, of course.
Maybe include a third table column with popup containing either examples or links to examples.
Compare this to the current naked listing of widgets in tiddler [[Widgets in WikiText|http://tiddlywiki.com/prerelease/#Widgets%20in%20WikiText]].
<<box "One may think that //competition// is not of concern for open source software. This is a serious mistake to believe. While it's true that //money//, the typical "commercial" thing to compete for, is not an issue for open source (at least not directly), there are a number of other things that also open source projects //need// to thrive, not least competent [[people|Bigger community ⇄ Better TW]] and their attention. Competition is whatever takes away //resources// from your project.">>
...and a //competitor//, in our context, is whatever our target group sees as an alternative to what it is they think TW can do.
It is fair to question //why// one should bother with competition though. That's a personal decision but one immediate reason might be to get ideas for features or other bits that are simply good or better than what we have.
Because TW is extremely //general//, the competition is somewhat difficult to define. Still, as long as we don't have any official [[applications|Application Categories]] or special [[user groups|Different worlds]], one way to limit the scope to include note-taking software, wiki software and personal information managers.
At the time of writing, this makes for a very short list. I welcome further suggestions.
<<list-links "[tag[Competitor]]">>
''
reference management software according to [[Wikipedia|http://en.wikipedia.org/wiki/Comparison_of_reference_management_software]]
*Operating system support
*Export file formats
*Import file formats
*Citation styles
*Reference list file formats
*Word processor integration
*Database connectivity
*Password "protection" and network versions
Here is a contact form via Google Docs ([[how?|Twoogle Docs contact form]])<br>
Do please post a message to me. State ''which tiddler'' it concerns, if any.
Wait a few seconds for this to laod.
<style>
#ocontact {position: relative; width: 200%; }
#icontact {position: absolute; left: -30px; top: -230px; clip:rect(213px 490px 405px 30px); display:block; overflow:hidden; }
</style>
<div id="ocontact"><div id="icontact" >
<iframe src="https://docs.google.com/forms/d/1e5Bu0aHjQjqCuouPokwVdy1Qa1BXY8dCk_rLSUafgiM/viewform?usp=send_form" scrolling="no" frameborder="0" overflow="hidden" width="700px" height="460px" ></iframe>
</div></div>
<br><br><br><br><br><br><br>
If sharing tiddlers becomes a viable feature, there can be "Content communities", centered around specific topics that attract people. For instance, a community about "Bob Dylan" or "Soccer" or any other subject. People share their relevant content and //aggregators// or similar can (automatically?) create nodes around which the community exists. I.e the aggregator roams the [[TWederation|The Federation]] and accumulates, say, tiddlers tagged "Soccer" into a collective "Soccer TW". Some further thoughts [[here|Aggregator to create content wikis]]
http://ianlunn.github.io/Hover/
Simon and Daniel Baird's fantastic ''Tiddlyspot'' service is a cornerstone for the TW community and the //de facto// go-to place for many people that want a free and great server alternative for their TWs or to just throw up a quickie for something. With TW5 there is even some integration, or at least cooperation, for smooth uploading to tiddlyspot and Jeremy even welcomes pull requests to be posted there. The following picks up on this with a proposal to extend the integration for making things even easier.
Note: See also the follow up article [[Pull Requests Galore!]] after reading this.
Thus; We have the excellent save/upload to tiddlyspot.com mechanism built into core. It would be even better if you could ''create tiddlyspots from within the TW'' to begin with!
In the Crlpanel > Saving tab, there is currently;
:the //tiddlyspot name// field
:...and a //password// field
My proposal here is to have the //tiddlyspot name// field be automatically filled by default(!) with the //title// of the TW, i.e fetching it from Ctrlpanel>Info>Basics. You can obviously change the tiddlyspot name from this default.
And you fill in the //password// field (if not already there from previous session) and click save. If there is an existing tiddlyspot and everything is correct this causes saving/uploading as usual.
''...and if the tiddlyspot does not exist, it instead works as a //registration// for a new one! Plus the upload!''
''The fact that you filled in a password is a clear confirmation that you, in deed, do want to save or create to tiddlyspot'' when you click {{$:/core/images/save-button}} Save changes
Newcomers can get an online TW in a snap! It can even be done //directly// from http://tiddlywiki.com/empty. And we should probably also have a "get a tiddlyspot" in the tw.com GettingStarted tiddler (where the Download for dit different browsers are.
AND, if the user has some issue, you could make a demo //right away in tw.com/empty// and just zap it up. (I extend on this idea in [[Pull Requests Galore!]])
To get the default tiddlyspot title from the TW title, there should be some (local) converter to deal with capital letters, spaces, forbidden characters, etc... so that the TW title "Foo bar" becomes "foobar" or "foo-bar" in the tiddlyspot name field. (BTW, I've noticed that in naming tiddler //fields//, in tiddler edit view, there is already such conversion mechanism to convert upper case letters into lower case.)
Obviously, if a spot is already taken you get informed. Perhaps offered to use `alreadtakenname#2` etc.
<br>''addendum - Single tiddler export''<br>
Whaddyaknow - I just realized I have touched on this idea before!<br>See; [[The Single Tiddler Webpage]]
<$list filter="[tag[Creation]]">
<dd><li><<linkify {{!!title}}>> - {{!!summary}}</li></dd>
</$list>
\define star() <br>@@color:crimson;line-height:200%; ★ @@
<<note "''I try to give credit'' where it is due. If you see something that //ought// to be credited to someone, //please tell me//. And if you feel //your// name is missing, then you're //likely right// - it's not on purpose and I hope my various attempted contributions can be accepted as a sign of my gratitude to you and our wonderful [[TW project|The TW Project]]. Two people not listed but that I still wish to particularly thank are [[@JeremyRuston]] and [[@MarioPietsch]] for continuous overall help. ">>
<table id="noborders">
<<star>> ''Individuals''
<col width="260">
<$list filter="[each[cred]!cred[]] +[sort[cred]]">
<tr><td><<linkify {{!!cred}}>><br> <$transclude tiddler={{!!cred}} field="crednote"/></td>
<td nowrap><$list filter="[has[cred]cred{!!cred}]"><li><<linkify {{!!title}}>> <$list filter="[{!!title}!credurl[]]"><a href={{!!credurl}} target="_blank">@@color:lightgray; (url)@@</a></$list> </li></$list><$list filter="[{!!cred}backlinks[]first[]]">@@color:gray;font-size:90%; Mentions@@<br></$list><$list filter="[{!!cred}backlinks[]sort[title]]">@@font-size:90%; <li><<linkify {{!!title}}>></li>@@</$list></td>
</tr>
</$list>
<<star>> ''Sites or discussions''
<$list filter="[each[credurl]!credurl[]!has[cred]] +[sort[]]">
<tr> <td><div id="urlcutter">{{!!credurl}}</div> </td>
<td><$list filter="[credurl{!!credurl}]"><li><<linkify {{!!title}}>></li></$list> </td>
</tr>
</$list>
<<star>> ''Creators of imported tiddlers''
<$list filter="[each[creator]!creator[]!creator[Mat]!creator[M]] +[sort[]]">
<tr><td><<linkify {{!!creator}}>></td>
<td><$list filter="[creator{!!creator}]"><li><<linkify {{!!title}}>></li></$list> </td>
</tr>
</$list>
</table>
<style>
#urlcutter { width: 170px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#noborders, #noborders th, #noborders tr, #noborders td {border:0; }
#noborders td {vertical-align:top; border-bottom:1px solid lightgray; }
</style>
[[Declaration on Contributions to the TW Project]]
[[Found|http://stackoverflow.com/questions/7729566/separators-between-elements-without-hacks/7729610#7729610]] cool, pure CSS, way to insert separators:
<style>
#sepmen span + span { border-left: solid red 1px; }
</style>
<div id="sepmen">
<span>things</span>
<span> stuff</span>
<span>items</span>
</div>
Not sure what to make of it. It's really just a left-side border inserted for the last two items.
It would be neat if you, instead of drag'n drop titles, you could drag'n drop icons to import e.g plugins.
Same thing with some of the TW settings - pretty much the ones we already use icons for, such as toolbars. Instead of checkboxes in Ctrlpanel, you drag the icon into place.
...and, the thing that makes me most excited: "Packaged commands", say ready made filters or other components that you can slice and dice into lists from which you pluck stuff. Imagine these being various "commands" and you just dragged whatever you wanted into the tiddler you're working with:
<style>.my-gallery svg {width:3em; height:3em; margin:7px;}</style>
<div class="thumbs">
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Image]]">
<$link><$transclude/></$link>
</$list>
</div>@@float:right; [[cred|http://tobibeer.github.io/tb5/#Core%20Images%20And%20Inline%20Stylesheets]]@@
<br>I guess we'll get there... ;-)
Work on ~TiddlyWiki is voluntary.
Nobody is getting paid to do develop things for the ~TiddlyWiki project. I do express many wishes and suggestions and I implement very few of them (due to, well, incompetence) and while I do //hope// people find my ideas good enough that they //want// to implement them, I don't "demand" anything from anybody.
It feels banal, almost embarrassing, to express the above because it should be obvious. But because of the //amount// of "opinions" that I express, also on other peoples work and how this or that "ought to be", I fear my thoughts may sometimes be confused with ungratefulness. In fact, more than anything it is //engagement// which, again in fact, is more uncommon than common if you look at all the users of TW.
But, let me state it clearly: THANK YOU. Thank you, everyone who is contributing to making TW better in any way. I am absolutely fascinated by TW and this is thanks to the efforts of the community and the coders. And, obviously, most of all thanks to Jeremy whose work for obvious reasons is the prime subject for my thoughts. (See also [[Cred]])
''My ideas and opinions are actually my way primary of contributing.'' Sorry if it offends, it is not intended to. I see evidence that it does also bring good. My crazy world view on stuff is what I've got. That's what I'm made of. But you're more than welcome to argue with me (I like it!)
Sincerely,
Mat
There is the TW community. You and I. Fun.
I believe at least two other //types// of communities could come to play key roles for the spreading and development of TW - if we create the infrastructure for them;
''Content communities''<br>
{{Content Community}}
''Application communities''<br>
{{Application Community}}
Both of these can be attractive for non-TW users. From what I understand, one bit of criticism coming up against TW is that it doesn't solve any specific problem. Content and Applications could attract people who feel this way.
IMO it would be clever to take advantage of this and offer to host these on tw.com, or some other official server, not unlike google discussion groups where each group pulls traffic to google and, not least, spreads the google name.
Brief description of a thing I intend to build:
Drag'n Drop visual elements (images) that are using the [[hooker method|The Tiddler Hooker Method]] by setting it's positions from sensing where the mouse clicks. Initiate by on-hover.
This means things get called into existence by opening the tiddler. Note that you can have several such elements in one tiddle and their individual positions-values can be read from fields (that can be remotely manipulated as usual and as is done in e.g [[Theme Tweak Size Settings]] (sorry, that's a complex example but it's the only one I have to show right now. Better examples are to come in [[The Tiddler Hooker Method, part 2]]).
One application could be a tiddler showing images of TW graphical elements like buttons, toolbars etc. If their positions and visibility can be manipulated individually (which I thing is not too difficult whith CSS) we have a mockup maker to illustrate things! //"I want a button here and where the arrow is there should be a dropdown opening when I click..."//
If a tiddler is permanently open (e.g transcluded into sidebar or using a [[Permanent Placeholder]]) then they are premanently on screen, as move around objects.
It's definitely ironical, but I believe the documentation is both too little and too much. (And I'll mention it already here: I also think the documentation has become really //good//!) There is quite a lot for a newcomer to read up on, because there is quite a lot to learn about. And yet, at the sensitive //evaluation stage// ("is this for software for //me//?"), chances are the user will feel there is no simple "Get started with TW in 1-2-3 steps!"
Let me be clear: the documentation authors have done one amazing job. I //enjoy// reading the stuff. Still, it //is// a bit tough to navigate through. I think part of the reason is the non-linearity of it - you don't know which knowledge builds on which.
tw.com has the //Contents// tab clearly dealing with this. And Jeremy has officially asked for help to restructure and improve this, so the difficulty is recognized.
Now, the great part is that we //have// the documentation, or at least a lot of it, by now, thanks to the laborious and meticulous work of many (not least Jeremy!) So I see the task to be about //packaging// it. Presenting it in a way that is, or at least seems, targeted to whoever we identify as the audience.
...but this is really an opportunity for using the //forte// of TW! We can create //multiple entrences// to the documentation. And we can use, what I believe has been referred to as "multiple tiers", to present it. User groups; newcomer, experienced and expert... or whatever the division was.
Now, I've tagged this article with "deal breaker" because I believe that some people, i.e some of the newcomers, may decide against TW if they find the documentation unsatisfactory. IMO this is the most important group to target. The rest of us struggle on and ask and experiment. So will those newcomers, if they just pass the sensitive evaluation stage.
How do we satisfy this group (assuming they exist)? What are the stumble blocks?
Well... I think the kickstart documentation should not be text at all, but video. On that note, I'm ending this article, hoping to have planted a seed. I'll get back on the subject, but for now; Video.
It is (very) often annoying to have to click Done/Store and then Close. There should be a ~DoneClose to do both in one step.
I typically work with quite a few ideas simultaneously. This means there are a lot of drafts open at the same time, including "Draft of 'New Tiddler #'".
I would like it if tag//Open// could list the title I've preliminarily applied to drafts. Instead of "Draft of 'New Tiddler #'" it could say perhaps
:Draft "//yourtitle//"
and in the case of editing existing existing (non-new) tiddlers
:Draft "//yourtitle//" (was "the existing title")
<html><head><title>Email</title></head>
<body>
<table style="max-width: 600px" width="100%" >
<tr><td><img src="" width="100%"></td></tr>
<tr><td style="font-family: Arial;">{{Lorem}}</td></tr>
<tr><td><a href="http://www.tiddlywiki.com"><img src="" width="100%"></a></td></tr>
</table>
</body>
</html>
*To get an empty row
*like this<br><br>
*in the middle of a bullted list,
*use double breaks
<br>
```
*To get an empty row
*like this<br><br>
*in the middle of a bullted list,
*use double breaks
```
Evernote [...] for notetaking and archiving. A "note" can be a piece of formatted text, a full webpage or webpage excerpt, a photograph, a voice memo, or a handwritten "ink" note. Notes can also have file attachments. Notes can be sorted into folders, then tagged, annotated, edited, given comments, searched, and exported as part of a notebook.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Evernote]]@@
Maybe this is already possible now?
Person A uses the //Export tiddler// feature to shoot off a tiddler... into person Bs //public nodejs TW tiddler folder//.
That folder is public because it resides in some cloud storage service where you can share folders. (Dropbox, GDrive...)
I'm still not very familiar with node.js TW, but //Export tiddler// can produce the right file format for this, right?
This is, on TWaddle, using the tiddler<br>
[[External editor for TW Glass]] to make it<br>
easy to edit this annotation.
<$edit tiddler="external editor for TW Glass" field="text" class="tc-edit-texteditor" />
In setting up a new tiddlyspot you can't use FF for the //first// upload of TW5. So I have set up my ''Chromes startpage'' to show the url:
//tw.com/empty > tiddler Ctrlpanel > tab Saving//, i.e [[this direct link|http://tiddlywiki.com/empty#%24%3A%2Fcore%2Fui%2FControlPanel%2FSaving]]
This way, to create a new tiddlyspot fast:
*In FF I go to tiddlyspot and create register a new name. Leave it at the confirmation page, i.e that shows the link to your new tiddlyspot.
*Open Chrome (to the directlink), fill in the name and password, click upload. Wait for save then close.
*Back in FF, click that confirmation page link.
http://tools.dynamicdrive.com/favicon/
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[Features]!tag[Unfinished]] [all[shadows+tiddlers]!has[draft.of]tag[Feature]!tag[Unfinished]]">>
Why didn't I think of this sooner? It's always been a pain to mess around with system tiddlers and close them only to realize there was "just one more detail I must check". It's difficult to find them again because after closing them they don't appear in //Recent// and I never remember their weird names. Plus the system lists are so long that even if I would remember the names...
Anyway, now solved. I just included this in my //Recent// list:
```
<$list filter="[prefix[$:]] -[[$:/HistoryList]] -[prefix[$:/state]] -[prefix[$:/temp]] +[!sort[modified]limit[15]]">
<li><<linkifytitle "{{!!title}}">></li>
</$list>
```
(The linkifytitle macro is just to... ah, I guess it's obvious.)
This is not in the public //Recent// list that you see here because that public one sorts by the articles publication date as I define them, not by "last modified" like normal //recent// lists.
My full (administrators-) //Recent// list is
```
<$reveal type="nomatch" state="$:/state/oRecentsystemtids" text="show">
<$button set="$:/state/oRecentsystemtids" setTo="show" style="border:0px; background-color:transparent; color:gray;">Systemtids ▷</$button>
</$reveal>
<$reveal type="match" state="$:/state/oRecentsystemtids" text="show">
<$button set="$:/state/oRecentsystemtids" setTo="hide" style="border:0px; background-color:transparent; color:black;">Systemtids showing ◁</$button>
<$list filter="[prefix[$:]] -[[$:/HistoryList]] -[prefix[$:/state]] -[prefix[$:/temp]] +[!sort[modified]limit[10]]">
<li><<linkifytitle "{{!!title}}">></li>
</$list>
<hr>
</$reveal>
<$macrocall $name="timeline" format={{$:/language/RecentChanges/DateFormat}}/>
```
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
Remember the moratorium and how Jeremy proposed focussing on //documentation//... and then how things //really// kicked off! I'm not aware of any other time period with such a community focus on a specific area. Fantastic!
The concerted effort would, obviously, not have //initiated// without Jeremys proposal. While the authors, who did the //actual writing// undeniably are the heroes in this (hooray for you!!!), I believe Jeremys announcement was a catalyst to engage the whole community (or at least the board folks) and this general activity and discussion and //awareness// of the issue was, I believe, part of a "creative climate" that //contributed// to the actual writing by the authors. A lively discussion and a creative climate encourages actual production of stuff.
So...
''What if there was an announced //"focus of the month"// !''
It could be a "sticky post" on the boards. "...For the month of X, let's focus on Y".
* ...themes
* ...everything "math"
* ...author tools
* ...CSS
* ...the toolbar
* ...federation (yeah, you know I had to use that as an example)
...even...
*..."emulate software Z"
*...Christmas
*...let's collectively design a set of reusable press releases
*...contest: who can make the most //useless// TW
(Speaking of contests; my poster contest was another event that triggered discussion and joint efforts that resulted in something really good, i.e the [[poster|http://tiddlywiki.com/poster/]].)
I even think a monthly "focus theme" like this would be //fun// - something to look forward to with curiosity.
I say it's worth a try.
Now, who should announce this?
It would not be appropriate of me, or anyone, to publicly like this tell anyone "what they should do" - and I'm not but, obviously, Jeremy is the first name that comes to mind (not only my mind, I'm sure) so I //am// "thinking out loudly" on this. It would be fantastic if he likes this idea and he is probably the only one who has the authority to announce "let's focus on X" without having to "set an example" by participating himself. We kind of all know he is doing incredible stuff anyway.
But the most valuable point if Jeremy as the announcer is that he, as lead developer, likely knows what particular areas that really need more attention. Maybe community focus areas can even support his own areas of concern d'jour?
An optional, or complementary, approach could be to let people //send in suggestions// for focus areas. Over all, I guess it shoudl be a balance between [[bottle necks|Bottlenecks]], catching trends, direction steering and perhaps simply fun and good for community morale.
Yet another approach would be if Jeremy officially gave his blessing for someone to be the official spokes person for this. I'd be interested in that role for sure. At least for some time. But maybe he considers others more suitable in which case they should get the role, of course... if anyone is even interested in it.
In summary; As evidenced from when Jeremy announced "let's focus on the documentation" I believe that having someone with enough authority to explicitly encourage a focus area can be very productive and I propose this as a recurring activity for the community.
Wait a few seconds for this to laod.
<style>
#outerdive2 {position: relative; width: 220%; }
#innerdive2 {position: absolute; left: -60px; top: -190px; clip:rect(160px 305px 705px 60px); display:block; }
</style>
<div id="outerdive2"><div id="innerdive2" >
<iframe src="http://joeshmoe.tiddlyspace.com/#toMat" scrolling="no" frameborder="0" overflow="hidden" width="700px" height="450px" ></iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br>
<$edit tiddler="fromJoe" field="text" class="tc-edit-texteditor" />
I have the best selling book [[Get Clients Now|http://www.amazon.com/dp/081443245X/ref=rdr_ext_sb_ti_hist_1]] (GCN), Hayden. It is details a very structured and packaged flowchart type sales process (not all unlike GTD). TW would be the //perfect// tool for this.
While I've dabbled with this GCN concept, I'm not qualified or authoritative in sales to be a proponent of it. However, if we have any professional sales people in the group then maybe he or we (who?) can make a GCN-TW that could attract people.
<style>
#o_doc {position: relative; width: 100%; }
#i_doc {position: absolute; left: -100px; top: -100px; clip:rect(100px 1205px 705px 60px); display:block; }
</style>
<div id="o_doc"><div id="i_doc" >
<iframe src="https://docs.google.com/document/d/1UqUuHk_LpHO-26b7-K-PrO5e6-VVd3FXxaKhNdJOvU0/pub?embedded=true" scrolling="no" frameborder="1" overflow="hidden" width="800px" height="300px" ></iframe>
</div></div><br><br><br><br><br><br><br><br>
<$edit tiddler="GDrive embedded uneditable" field="text" class="tc-edit-texteditor" />
<style>
#o_doc_editable {position: relative; width: 100%; }
#i_doc_editable {position: absolute; left: -110px; top: -210px; clip:rect(215px 605px 705px 90px); display:block; }
</style>
<div id="o_doc_editable"><div id="i_doc_editable" >
<iframe src="https://docs.google.com/document/d/1UqUuHk_LpHO-26b7-K-PrO5e6-VVd3FXxaKhNdJOvU0/edit?usp=sharing" scrolling="no" frameborder="1" overflow="hidden" width="700px" height="400px" ></iframe>
</div></div><br><br><br><br><br><br><br><br>
<$edit tiddler="GDrive iframe editable" field="text" class="tc-edit-texteditor" />
This makes sense... or at least //more// sense... in Firefox than in Chrome.
| `🐟` = 🐟 = 🐟 | 〚🐟🐟〛 | [[🐟🐟]] | ⟦🐟🐟⟧ ...huh, black? |
| `🐠` = 🐠 = 🐠 | 〚🐠〛 | [[🐠]] | ⟦🐠⟧ ...double huh? |
| [[img/fish_bright]] = [img width="20%" [img/fish_bright]] | 〚[img width="20%" [img/fish_bright]]〛 | [[[img width="20%" [img/fish_bright]]]] | ⟦[img width="20%" [img/fish_bright]]⟧ |
| [[img/fish_micro]] = {{img/fish_micro}} | ⟦{{img/fish_micro}}⟧ | [[{{img/fish_micro}}]] ..hover! | 〚{{img/fish_micro}}〛..it's magic! |
...what's with those last ones? Bugs or tids?
<<boxref "''Genealogy'', also known as family history, is the study of families and the tracing of their lineages and history. [...] The results are often displayed in charts or written as narratives.<br><br>The pursuit of family history and origins tends to be shaped by several motivations, including the desire to carve out a place for one's family in the larger historical picture, a sense of responsibility to preserve the past for future generations, and a sense of self-satisfaction in accurate storytelling." "http://en.wikipedia.org/wiki/Genealogy">>
I think a good aim in ~WikiText is to make the syntax resemble the outcome. At the same time one goal with ~WikiText is to have it easy to write (and remember) so to minimize the distractions in the writing process. Successful enough examples include `__underline__`, `//italic//` and some others.
For example, in experimenting with a proposal for introducing ~WikiText for sliders, I noted the following:
//Visually// a slider looks, in my experience, somewhat like a button but typically with a " ▸ " symbol. This suggests a markup to be something like
`[label ▸]`
where the brackets symbolize the outer edges of a button. (I said "something //like//". Obviously that can't be the actual markup.)
//Functionally// a slider is a bit like a link. You click it to get access to some text (or whatever the content). The markup for a link is of course `[[label]]` which bears a lot of resemblance with the look of a slider button. I think the introduction of new ~WikiText markup should take advantage of this coincidence.
Also, there is much resemblance between sliders and //tabs//, both visually and functionally. In an implementation, one may wish to consider harmonizing the appearance of these. I cannot think of any good reason why a reader needs to know the difference as he is intended to do the exact same thing in both situations.
In general, for TW, we should IMO harmonize the appearance of visual elements as well as minimize the variation in syntax by sticking to some general "rules" for the form for the syntax. Ideally a writer (you and I!) should be able to //guess// how to format something!
All deviations, in editing or reading, distracts the brain and this takes away from the writing / reading experience.
Because of the lengthy original first part here, compared to the second part, I reverse their order. Thus:
!!!Second part
...or we could use a macro `<<applytoparagraph: X>>` or simply `<<apply X>>` or perhaps `<<wikitext X>>` meaning "apply the standard wikitext parserule for X to format each individual line in the paragraph".
!!!First part
I propose "wikitext triplets" as head of a paragraph should mean it is applied to the paragraph
```
***
foo
bar
frotz
gronk
```
The paragraph end, i.e an empty line, should have a weaker prio than if the triplet is repeated at paragraph end (again, before empty line). Thus you could write a triplet, followed by multiple paragraphs, and end with a triplet (...before the empty line) and this would apply to all paragraphs between the triplets.
The triplets should be possible to break, and break+restart, in-paragraph. For instance, I may wish a section mid-paragraph, where the formatting should not apply.
<$edit tiddler="GenericEditorTitle" field="titletoedit" class="tc-edit-texteditor" /><br>
<$edit field="text" class="tc-edit-texteditor" tiddler={{GenericEditorTitle!!titletoedit}} />
To enhance dev infrastructure, I propose a //plugin//... or perhaps you'd call it a //hack//... so that typing `#1066` autolinks to that issue on GH.
Maybe it could be made so that it only autoformats it if "1000<number<3000" or some such.
Maybe the tiddler should be conditionally tagged for it to be active.
And a deluxe version could fetch and display the actual title (in this case [[Search results in a tab of the Sidebar #1066|https://github.com/Jermolene/TiddlyWiki5/issues/1066]]).
A closely related idea is discussed [[here|https://groups.google.com/d/msg/tiddlywiki/DlI6pC1L_ek/kkDIESzRcPgJ]]
[[Here|https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient]]'s a nice theoretical elaboration on gradients.
I found a cool CSS [[Gradient Generator|http://www.colorzilla.com/gradient-editor/]]. I didn't know these generators existed.
Gradients are cool and definitely add finesse to potentially boring areas. One example is my attempto to spice up the visuals for the menu in the Table of Contents macro. [[Here|Software Categories]]'s an example of the result.
<table class="tableFormatter">
<$list filter="[all[shadows+tiddlers]has[summary]!prefix[$:/]!tag[Unfinished]tag[Graphics]]">
<tr>
<td valign="top"><$link to=<<currentTiddler>>><$view field='title'/></$link></td>
<td>{{!!summary}}</td>
</tr>
</$list>
</table>
<table class="tableFormatter">
<$list filter="[all[shadows+tiddlers]!prefix[$:/]!tag[Unfinished]tag[Graphics]]">
<tr>
<td valign="top"><$link to=<<currentTiddler>>><$view field='title'/></$link></td>
<td>{{!!summary}}</td>
</tr>
</$list>
</table>
I haven't done any research but I'm guessing there are a few grocery list services out there with print outs or possibly even digital ones with checkboxes. But I think TW features would bring value in a way that few others can, i.e not only checkboxes but also easy add of new items, add notes, etc.
TW would be the ideal bookmarks manager if we only had a way to easily add bookmarks. Your bookmarks would be in a file that survives change of computers (to the same extent that your TW does) and, more importantly, your ~~bookmarks~~ //your valuable website findings// (!) can be a more integral part of your notes or other TW applications, so you can slice and dice and relate the info to multiple tiddlers. It could really be perfect.
Note, the built in browser based bookmark managers are good - but they are isolated and independent of //you//. But the things you use it for is //all// about you and your interests.
What can be done about this?
...your love for TW!
I'm sure we all would love more developers to get fascinated by our little pet here. Well... it's all about attracting them.
As I've mentioned, I try to [[Bring up TW in other contexts]] - but I'm not a developer so I'm not very convincing when I talk to developers about "how great TW is" . What is needed is really for some of our dev guys to just record a quick youtube clip about why he (she?) loves TW, from a developers point of view.
"Hi, I'm XXX and I have been developing X projects for X time. I love the free open source project TW because..."
Something like that. And a link to tw.com.
I'm using this trick to make you guys not get a clone button on this tiddler;
In Controlpanel you can checkbox hide/show for the tool buttons for e.g viewmode. This sets the word "hide" or "show" in the //state tiddler// for the button. For example, the clone button has the state tiddler:
[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone]]
I have instead manually edited this to instead of //show//, read `{{$:/.state/CloneButton}}` which in turns has the text //show//... but it is also tagged //DontPublish// which ensures this tiddler is not published (that's another matter I'll explain elsewhere).
Hovering the highlighter icon displays a //perfectly aligned copy// of the text (using the [[tiddler hooker|The Tiddler Hooker Method]] method), but with selected parts highlighted and colored. The rest of the text is transparent but could instead overlay e.g fainter letters so to make the highlights stick out even more.
This is presented mostly as a proof-of-concept. The obvious main downer is the need for the manually repeated text. You can't transclude the text and present it in the tiddler itself (due to infinite self-recursion of course). For compactness in the example, I put both copies in separate fields in [[Highlighter, base case]].
An idea would be that you format (highlight etc) the text and then a macro (?) takes a copy of it and //scrubs// away the formatting and then places the unformatted result //under// the formatted text, and sets background of formatted text to transparent.
You could either call on this macro in the tiddler or it could perhaps be made to be activated if you click on something (e.g the highlighting icon). I guess this would mean either that the highlighted text is what appears by default and activating the macro makes instead the scrubbed version appear to be the original. Ironically, the highlighted text is actually the passive view and the supposedly original text is what is activated by calling the macro.
To use the idea of a "perfectly aligned copy", the visual manipulation must not alter the alignment of the letters - e.g bold or italics will not work well as they move pixels." This means that any styling that //does// "move pixels" would have to be repeated in the highlighting. Thus only //some// specific styling should be scrubbed.
This should all be simplified(?) by the introduction of my proposed [[highlighting markup|WikiText format: Highlight]] (..if "markup" is the correct word). I'm referring to that this would let the user use a very simple markup instead more iffy html or css commands. Thus, "the macro" would deal with commands that are not specified by the user which might risk interfering with the segregation process deciding if a command is "pixel moving" or not. The scrubbing removes all predefined things to be removed and then simply replaces the highlighting markup with the predefined html/css that is really is. ("Yes, foolproof!"...ok, maybe not...)
<style>
#ohighlighter { position: relative; }
#ihighlighter { position: absolute; width:100%; }
#marker { position: absolute; left: 40%; top: -50px; }
#highlight {display: none;}
#marker:hover + #highlight {display: block; position:absolute; color:transparent; }
</style>
<div id="ohighlighter"><div id="ihighlighter">
<a id="marker" href="#">{{img/highlighter}}</a>
<div id="highlight">{{!!highlighted}}</div>
</div></div>
{{!!original}}
Hover on the marker to see the text highlighted.<br><br>
It uses [[$:/_Highlight]] to //overlay// the text with a formatted (e.g "highlighted and annotated") copy of itself - i.e you have ''two'' texts; one without formatting (maybe a report you pasted into TW, or text clipped from the web) and a second copy with your formatting.<br><br>
These two texts can be separate tiddlers... but in //this// demo I've cheated; I put the formatted text in a field to keep things in one place... and to avoid work, I used a simple //transclusion// of the text and added formatting to this whole transclusion. Real life highlighting is of course more laborious.<br><br>
To get around this, maybe the [[anti-highlighter|Anti-highlighter concept]] idea can be used.<br><br>
It is however not practical to keep a What is less practical is that <br><br>
[[conditional template<br>
For some reason, the letters in the highlighted overlay is compressed.<br><br>
(see [[notes|Highlighter - comments]])
<br>
<br>
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[Highlighting]] ">>
In my experience, people are prepared to put a lot of heart and passion into //hobbies// and some of these make use of [[lists or databases|Lists vs Databases]]. "Heart and passion", fiddling, hacking and tweaking things to perfection, are great ingredients if we hope for people to //bother// to take the step beyond any ready made TW application and explore what TW //is// and has to offer.
There exist, of course, an [[unlimited number of hobbies|https://www.google.se/search?hl=en&q=list+of+hobbies&gws_rd=cr,ssl&ei=VNaDVaSECcnXyQP1-YBg]] and I would think that particularly [[collection hobbies|http://www.artofmanliness.com/2014/07/09/how-to-start-a-collection-50-manly-collection-ideas/]] are prone for lists and databases.
Concrete hobby ''lists'' might be; //equipment// lists ("The 100 most important electric power tools if you wake up naked on a deserted island") or //parts// lists (eg. the lists in my [[Arduino workshop|http://arduinoworkshop.tiddlyspace.com/]] space). Hobby ''databases'', i.e where each item is described in a standardized form, might be a //wine// databases (classifying each bottle into grade of floweriness etc), a ([[bibliography|Bibliography]])... ad infinitum.
Closely related to the SideEditor, I hope to make something that simply shows the //current// tiddler in edit, i.e simultaneously at is is shown in view mode. It's a bit like "pinning" the ~SideEditor to... no, the opposite; the current ~SideEditor behaves as if its contents are "pinned" to a tiddler of choice, and what I'm after is to be able to "unpin" it so that it switches to show the tiddler in focus.
It should also show tags and possibly more. The //title// is a bit difficult because it is the identifier for the tiddler. (Changing it means the previous text field content is not what is to be shown anymore.)
One situation where I need this is in reviewing TWaddle for publication. I find myself doing quite a bit of retagging and other minor editing. It is frustratingly slow to have to //"open-makeTinyTweak-close"// for this and the above could solve this.
To be implemented...
See for example [[My Household TW]] (unfinished) for what this category might include. There, I've implemented it as a "full" Household TW that includes, among muuuch else, the shopping lists, several almanacks, equipment references, house "make" projects, etc but one could well split up many of these areas into separate TW applications.
A TW to "manage the household" is an interesting application because it is very generic and could be designed as a "frame" to support a //suite// of "TW sub-applications" (including [[appetizers|Appetizer TiddlyWikis]]) such as:
<<twistify "[tag<currentTiddler>]">>
(For a //"how-tiddly-can-you-get?"//-example, see [[my own|My Household TW]] Household TW.)
This should be particularly powerful from an [[appetizer|Appetizer TiddlyWikis]] perspective and should probably motivate mere "appetizer users" into start tiddlyfiddling and discover TW for real.
It is also appealing from a development point; many people can participate and create their own "sub-application of interest" and it is possible to these at different times.
In a [[discussion|https://github.com/Jermolene/TiddlyWiki5/issues/1629]] Mario documents three ways to turn off autolink for CamelCase:
a) use ~CamelCase so the tilde sign will prevent automatic wiki links.
b) use \rules except wikilink at the very top of the tiddler text. This will disable wikilinks for the whole tiddler. Only this one tiddler will be affected.
c) disable the wikilink rule in the code
open the system tiddler $:/core/modules/parsers/wikiparser/rules/wikilink.js
edit the tiddler. (There will be a warning, but that's ok)
at the bottom of the code is a field named module-type value: wikirule
either delete the field or change the value from wikirule to eg: wikirule_disabled
the value text isn't important, it can be anything different to wikirule. .. I choose wikirule_disabled because it makes sense, if someone opens it.
You can see all the core elements if you open the ControlPanel: Plugins: Core plugin or the tiddler named $:/core
IMPORTANT: If you want to enable the wikilink rule again, delete your modified tiddler, so the core can take over again. If you don't delete your tiddler, an eventual core update will not take effect, because the core still uses your modified tiddler.
Turns out it's not so obvious how to install things from Github, e.g plugins.
[[Here|https://groups.google.com/forum/#!msg/tiddlywiki/7X5nZR5-w8M/qhnNgrjan58J]] is explanation for a specific case.
Here's Jeremys [[general comment|https://groups.google.com/d/msg/tiddlywiki/I5d14GBG7JM/3AbdWAA2RjUJ]] on the isse:
<<<
There's no simple answer [for how to install from Github] because it actually depends how the developer has arranged their repository (which is just a folder full of files).
In many cases, developers will publish the Node.js "exploded" plugin folder, where the tiddlers making up the plugin are separate files. That form is easiest for other Node.js developers to consume.
[The specific example of [[EncryptTiddlerPlugin|https://github.com/danielo515/TW5-EncryptTiddlerPlugin]] includes] an HTML file that includes the built plugin, so you can download the ZIP of the repo, open that file and then install the plugin with drag and drop.
Still other developers might use the ~GitHub "Releases" feature which allows you to upload arbitrary ZIPs of stuff.
All of which complexity is why we now have a plugin library :)
<<<
Due to my lack of coding skills, but still with a need to express my ideas, I've resided to creating mockups using the drawing software [[paint.net|http://www.getpaint.net/index.html]]. This is a raster graphics editor. BTW, notice that "paint.net" is not its url.
If I were to start from the beginning I would probably have gone with [[Inkscape|https://inkscape.org/en/]] instead because it is a vector graphics editor, meaning, among other things, that there is no "size" to an image. You can scale it to any size.
But there are [[pros and cons|http://bgis.sanbi.org/GIS-primer/page_19.htm]] to both approaches.
Anyway for a mockup, using //paint.net//, I often start off by taking a screen dump of a section in TW that can be used. For instance a tiddler. I use the native Screen clip tool that comes with Windows. This stores the clip in memory (as if it was Ctrl+C'ed). In //paint.net//, click to create a "new drawing", then it automatically proposes a canvas with the //size// of the clip in memory so that you can Ctrl+v it directly.
It is ~~recommended~~ necessary to work with //layers//. You can toggle each layer to hide/show which is very effective for trying out different ideas. For instance, you can have one common background (e.g a tiddler) and then one layer per detail-variant and then you toggle on/off to compare things. But using layers are just over all very useful.
Note that you can name the layers by double clicking on them in the layer list. Name them "button", "arrow" etc so it's easy to know what to hide/show.
To select a section of an image, you use the select tool. But I mention this to recommend the //Invert selection// option found in the Edit menu. This can, for instance be useful to emphasize something in your illustration, i.e by selecting it, then inverting the selection (effectively selecting everything else around it, in that layer only of course) and then use the blurring tool.
To //blur// something, I prefer to use Effects>Blurs>Unfocus and radius perhaps 3.
Another trick for blurring is to make a duplicate layer by simply clicking the tool at bottom of the layers list - then make the top layer blurry and simply cut out parts so the focussed lower layer is seen through the holes.
...or try to increase the transparency of the individual layers, again found by clicking on a layer in the layer list.
To make something "fade out into the background", you set the two colors to your desired color and the other to invisible (as found in the Color box More> and Opacity set to 0). Then use the gradient tool. This will take some experimenting before you get the hang of it.
To create, say, a button, I use the screen clip tool as mentioned above to copy a button into the program. Buttons in TW typically have a gradient background and text on top (gradient = you can just erase what's on it). To remove the text, //select// an area where the button has no text and then copy-paste this slice onto the text and repeat a few times.
If you want perfection you might have to zoom in /out with the standard Ctrl+, Ctrl- and Ctrl 0.
The default file format that //paint.net// saves in is .pdn. This keeps the layering etc and you can get back to work just where you last left off. But, for publishing in a TW (embedded or via link), use .png because this keeps transparency. Unfortunately this flattens the layers into one. From experience I've found I very often need to go back and just fix something so I typically save //both// a .pdn and a .png copy. What you //can// do is save it as .png and then undo, i.e step backwards, and it will revert back to the status it had before saving but there is still the saved copy.
Before I embed an image, I use the wonderful online service [[TinyPNG|https://tinypng.com/]].
<<box "The fine print: Yes, true, you //can// use this knowledge also for non-TW things... but //by merely reading this guide// you've given your consent to dedicate you life to making TW mockups! Yeah, I know, can that even be legal? Well, you should have thought of that before you started reading this. Now go mock up your ideas and show us!">>
https://groups.google.com/forum/?fromgroups=#!topic/tiddlywiki/1XkfnzYcPWo
{{Wikimatrix.org for comparing wikis}}
For some time now I stand as the "moderator" or whatever you'd call it, for TW on that site. I had noted the entry on TW had not been updated for a long time so I contacted the previous moderator (FND) and asked if I could take over moderation for it to which he agreed. And I changed the moderator user name to //~TiddlyWiki// (yes, how creative of me, I know).
''However'', I'm not fully qualified to moderate that page. I've updated much of the information but I suspect a lot of it is incorrect. Particularly in the feature lists, I may have been a bit... um... "optimistic". I'd appreciate help in correcting any (...ok, all) errors.
Actually, anyone is more than welcome to take over my account there - which is actually why I chose the generic user name. It involves next to zero work - you do //not at all have to// update the digit for each new version release. I'd say it's good to just take a peek once a year. Pretty fun service anyway.
[[http://www.nacodes.com/category/design/icons]]
Not a huuuge deal, but sometimes I paste in ready made lists e.g that I found on the internet, in this format
aaa<br>
bbb<br>
ccc
etc. They can be long. The problem is that then I must manually add asterisks to them to make it into bullet lists or colons for indentation. It would be nice with some macro or something that would let you do this;
```
<<listify "*" "
aaa
bbb
ccc
">>
```
...in other words it takes as first argument the bullet type (asterisk for bullets, hashtag for number, colon for indentation, ...more?) and as second argument the raw list. Maybe it could even accept a horizontal set as second argument (i.e words like in a sentence).
This has a benefit of still clearly showing the list in edit mode.
Maybe some way to specify a class for styling? Or that should perhaps be a surrounding div.
<style>
.wrapper {width:80%;height:100%;margin:0 auto;background:#CCC}
.h_iframe {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}
</style>
<div class="wrapper">
<div class="h_iframe">
<!-- a transparent image is preferable -->
<img class="ratio" src="http://placehold.it/16x9"/>
<iframe src="https://www.youtube.com/embed/tCc5JMNtYiI" frameborder="0" allowfullscreen></iframe>
</div>
<p>Please scale the "result" window to notice the effect.</p>
</div>
<table class="tableFormatter">
<$list filter="[all[shadows+tiddlers]!prefix[$:/]tag[Iframes]]">
<tr>
<td valign="top"><<linkify {{!!title}}>></td>
<td>{{!!summary}}</td>
</tr>
</$list>
</table>
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="http://www.zoo.com/search/images?q=tiddler%20fish&fcoid=408&fcop=left&fpid=2"
style="width: 100%; height: 350px;
margin-top: -5px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<style>
#example_outer {position: relative; width: 100%; }
#example_inner {position: absolute; left: 70%; top: -60px; clip:rect(90px 350px 140px 10px); width: 100%; height: 100%; }
</style>
<div id="example_outer"><div id="example_inner" >
<iframe src="http://en.wikipedia.org/wiki/Tiddlywiki" width="1200px" height="600px" >
</iframe>
</div></div>
You can snip out a rectangle on an external webpage to show up in your TW, anywhere on the viewport.
You use
* an iframe to display the external webpage in your TW
* the tiddler [[hooker method|The Tiddler Hooker Method]] to position the iframe in or outside of your tiddler but so that it is still "hooked" to move along with the tiddler
* ...but first you style the inner div of the hook to
**only show the relevant slice of the external webpage. This uses the CSS `clip` attribute.
**Then you position this slice on your TW using CSS `top/bottom/left/right`
Check out the code for the Wikipedia example shown.
Just some notes on the clip attribute. It works like this
`clip:rect(distancefromtop distancefromright distancefrombottom distancefromleft)`
The greater the number, the further from that edge on the external(!) page. I think they must be specified in px. It's iffy to get the exact distance right if you must save the tiddler after each try to see the result. This, just like much else, is a lot easier if you use the SideEditor.
To position the clip-out, you use the tiddler [[hooker method|The Tiddler Hooker Method]]. Imagine the external webpage to be on your screen and your clip to be a toilet paper roll held to your eye for peeking. If you want to see the the middle of the screen, you must move your head down. The clip works the same way. This means that if you, in your TW, want that clipped bit to appear at some other position, say, the very beginning of your tiddler (in this tiddler where the words "You can snip" appears) - then you must "pull up" that clip to there.
For the example here, the inner part of the hook is set to `left:70%; top:-60px;` to pull it into place.
Note that difficulties can occur because you rely on the external webpage to not change. I have not found a way to only iframe e.g a specific `<div>` on an external webpage.
I have also not done any testing on different screen sizes...
Super smooth online tool to reduce image quality without noticeable difference in resolution or color. Great for when you intend to embed an image in your TW. Transparency is kept.
https://tinypng.com/
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+DP3KI+Vg39r8SFtJ23KntnI/6Myn/MuyH5b1il9R9/OumKP0VhF3Eyv59f92fvBmnDCluqVYdSDuaT7N+fy0TcYz/fnRnn1MNpA34tMGxM/856Vufe1S2hpvUA9vvS/UkoppZRSSimllFJKXU07EREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREZE75B+Hl45q2TuOnAAAAVNta0JU+s7K/gB/pYUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHic7dbhaYNgFIZRB3ERB3EQF3EQB3ERB7G8gQu3piH/ignngUObT/vrTWzOU5IkSZIkSZIkSZIkSZIkSZIkSR/RcRznvu9P5znLtXf3v7pP929d13Mcx3OapsfP7Bj9LPfUvXUWy7I8XscwDH++h3TvsmOVfbNhdq3N+z21f9U3v/6N7l+263tWOeuf5XqdffvG2b+6XtP9y3O+71//1+d5fto/1+z/fWXbeu7X79u2/frM9+e//b+v+h7X96v3QK7Vd/ucRdWfHddrkiRJkiRJkiRJ+vcGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4QD8K+ay4UtoqZgAAEXJta0JU+s7K/gB/q9EAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHic7Vyts6y4037/NiQSGYuMjMQikZGxkcjIyNhIJBKLHMmb/ghwbm0Vkplf9bO1u/ceZk7xdDqd/sxgtBmM6buuW47jiEYBxvLnrUG4A7AYowv6Oc150q2Z3dh1bUEoDyd82APKd+kLBZ8wDMP/fTlinstbml518N7rQByUXo5A/PUGXGKREZOEx531kyoia7tUHiZ4VOmreJzY4vI2vyeUtyzLZLRyn/JHSzwKi+k4ehLAhEzG8iFzkRyWgHJQsP6zuQTTdf64421+T4B3XGfdjfCHrC89Xo5cBQAbI4MALv5qSEVnVD8suP7wLaaPGlGwJ599+rzN7wkZ3tU2DazjETQB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OkNyZWF0b3JUb29sPkFkb2JlIEZpcmV3b3JrcyBDUzUgMTEuMC4wLjQ4NCBXaW5kb3dzPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDEyLTA1LTA5VDIxOjUzOjUzWjwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDEyLTA1LTA5VDIxOjUzOjUzWjwveG1wOk1vZGlmeURhdGU+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjMxODJFMDhFMjREQTExRTFBMEIwQzExMENDNEVFQ0E5PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjMxODJFMDhGMjREQTExRTFBMEIwQzExMENDNEVFQ0E5PC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOjE3NDlBQjc1MjREQTExRTFBMEIwQzExMENDNEVFQ0E5PC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjE3NDlBQjc2MjREQTExRTFBMEIwQzExMENDNEVFQ0E5PC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz5Q0z12AAABeklEQVQ4jbXUPWsVQRQG4GcvFyxSCkZQtDCFoGCxBxHsLAIWNjb6AwQbP8BCzU9QQRDtbbVJwCgWomWKcEQkYJNK0CKdIBgxylrsBjfh6u7lXl/Y4swsD2dnZ6aoqsr/SFGWJZzHAxyc0PuE61gcNugTbOLdhPCRxrpYlGW5jllcyMyXk6gRcRZPsTHAHNYmRaEx1jA3aMam+QcrGDbFoD0TEfdxsie0mpk3WvWgDe/OcZzuCX8bNTgSzsz5PmJEFCh6wxFRYm+H+wsrmbnZG8Zz7O+A4Rg+jANfxqEO9If6pI3MNrxju2Xmsw70X6n4s81mJoB2Z4a642Wci4g7eNR64WtmfomIPdjXE72CE1geYkG9njebZzuvMI9ruDtGx++xUFRVJSJmcRUHmslT6u12CbdxFC/wswP9jIeZuVGMuugj4gxe42PzNfcy89YYXe+8I1pZwToOYwtL46B/hTPzOx435Ru8nQrcZEl9CBYzc2tceOQaTyO/AUVGabc2GF+F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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="138.13853mm"
height="48.796478mm"
viewBox="0 0 489.46725 172.90091"
id="svg7745"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="fish2.svg">
<defs
id="defs7747">
<filter
x="-0.031500001"
y="-0.1008"
width="1.063"
height="1.2016"
style="color-interpolation-filters:sRGB"
id="d">
<feGaussianBlur
id="feGaussianBlur4622"
stdDeviation="1.7056137" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="254.58217"
inkscape:cy="182.66428"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="715"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata7750">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-49.552096,-640.19747)">
<g
id="g9545"
clip-path="none">
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
transform="matrix(3.5433071,0,0,3.5433068,-163.73956,348.96758)"
style="fill-rule:evenodd;stroke:#cccccc;stroke-width:0.04061;filter:url(#d)"
inkscape:connector-curvature="0"
d="m 125.42,86.285 -7.4696,6.8809 -4.9e-4,0 0,4.88e-4 -3.9338,2.617 -3.1158,0.29528 -3.2606,0.56094 4.9381,-2.3284 5.2506,-2.0297 -7.0008,1.1343 -5.501,1.97 -2.1879,0.11945 -5.1254,1.6116 -2.6055,0.18587 -3.2706,1.0082 -12.597,4.268702 -3.3738,1.4626 -3.3752,1.9404 -3.3131,1.6116 -3.0212,0.81084 -1.2375,-0.67562 -0.22123,1.0555 0.04444,2.0684 5.8785,4.5172 -4.1106,0.84427 -2.5214,1.6035 1.0187,1.6045 1.6107,-0.64742 6.4337,0.60538 4.6586,0.36265 4.3715,1.2643 5.5674,0.63977 3.7455,-0.24033 5.1273,0.042 8.0668,1.1295 6.7848,1.0235 4.2429,0.12662 5.8183,-1.1797 9.7845,-1.691 3.0059,-1.013 7.956,-2.111 3.315,7.6411 4.0666,1.5194 2.6518,-1.3508 1.3259,-2.8707 1.4143,-2.8707 1.8916,-1.0741 2.4378,-3.4627 0.43768,-3.5224 9.9518,-1.0168 5.3486,3.3351 6.0113,6.1632 8.0444,4.8966 3.9778,-3.8836 0.88441,-9.8782 -0.40089,-5.049 0.0626,-5.791 -2.3752,-4.477502 -4.1254,-4.5368 -6.4385,4.3581 -4.1259,5.611402 -2.5625,2.0302 -4.1885,2.6265 -10.689,-2.3284 1.5605,-2.4903 -2.873,-2.490302 -2.0331,-1.0134 -2.5639,-1.8152 -2.2543,-1.646 -2.2543,-1.562 -2.7842,-1.7731 -2.9175,-1.604 -2.917,-1.4353 -2.873,-0.549 -2.5639,0.12662 -4.2429,7.7677 -1.4148,1.7306 -2.3427,-0.12662 -2.961,0.04203 -1.9891,0.04247 -2.2232,-0.14716 -1.7956,0.43576 -1.6881,0.11945 1.6862,-2.1845 3.6227,-2.9094 z"
id="path4677" />
<g
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
style="stroke-width:0.048412"
transform="matrix(3.0691772,0,0,2.8773423,-136.85486,419.78748)"
id="g4679">
<g
style="fill-rule:evenodd"
id="g4681">
<path
style="fill:#cccccc;stroke:#cccccc"
inkscape:connector-curvature="0"
d="m 78.535,106.46 -1.1544,1.4333 2.3089,0.84529 z"
id="path4683" />
<path
style="fill:#575757;stroke:#575757"
inkscape:connector-curvature="0"
d="m 77.38,107.89 0.28861,2.0581 2.0203,-1.2128 z"
id="path4685" />
<path
style="fill:#2c2c2c;stroke:#2c2c2c"
inkscape:connector-curvature="0"
d="m 79.689,108.74 0.10823,2.7196 -2.1285,-1.5068 z"
id="path4687" />
</g>
<path
style="stroke:#000000"
inkscape:connector-curvature="0"
d="m 79.689,108.74 2.0924,1.2128 -1.9842,1.5068 z"
id="path4689" />
<path
style="fill:#202020;stroke:#202020"
inkscape:connector-curvature="0"
d="m 79.689,108.74 2.0924,-0.69828 0,1.9111 z"
id="path4691" />
<path
style="fill:#272727;stroke:#272727"
inkscape:connector-curvature="0"
d="m 79.689,108.74 0.65,-2.54 1.4431,1.8376 -2.0924,0.69828"
id="path4693" />
<path
style="fill:#575757;stroke:#575757"
inkscape:connector-curvature="0"
d="m 78.535,106.46 1.804,-0.26 -0.64938,2.5359 -1.1544,-2.2786"
id="path4695" />
<path
style="fill:#009edd;stroke:#009edd"
inkscape:connector-curvature="0"
d="m 77.38,107.89 -1.424,1.6572 1.7126,0.40087 z"
id="path4697" />
<path
style="fill:#0084cf;stroke:#0084cf"
inkscape:connector-curvature="0"
d="m 75.956,109.55 -0.43367,-2.131 1.8576,0.47375 z"
id="path4699" />
<path
style="fill:#0aa7ff;stroke:#0aa7ff"
inkscape:connector-curvature="0"
d="m 75.523,107.42 0.86733,-2.2349 0.06148,2.4718 -0.92882,-0.23688"
id="path4701" />
<path
style="fill:#00d5f1;stroke:#00d5f1"
inkscape:connector-curvature="0"
d="m 76.451,107.65 2.0833,-1.1965 -1.1544,1.4333 z"
id="path4703" />
<path
style="fill:#0ac4ff;stroke:#0ac4ff"
inkscape:connector-curvature="0"
d="m 76.39,105.18 2.1448,1.2753 -2.0833,1.1965 z"
id="path4705" />
<path
style="fill:#00badd;stroke:#00badd"
inkscape:connector-curvature="0"
d="m 76.39,105.18 1.7092,-2.2089 0.99488,1.6372 z"
id="path4707" />
<path
style="fill:#07b0ff;stroke:#07b0ff"
inkscape:connector-curvature="0"
d="m 79.094,104.61 -0.55929,1.8471 -2.1448,-1.2753 z"
id="path4709" />
<path
style="fill:#0ad8ff;stroke:#0ad8ff"
inkscape:connector-curvature="0"
d="m 79.094,104.61 1.245,1.59 -1.804,0.26 z"
id="path4711" />
<path
style="fill:#00e7b0;stroke:#00e7b0"
inkscape:connector-curvature="0"
d="m 78.099,102.97 2.1938,-0.75364 -1.199,2.3908 z"
id="path4713" />
<path
style="fill:#69ffc9;stroke:#69ffc9"
inkscape:connector-curvature="0"
d="m 80.293,102.22 2.1683,0.51975 -1.1735,1.8451 z"
id="path4715" />
<path
style="fill:#0affd8;stroke:#0affd8"
inkscape:connector-curvature="0"
d="m 79.094,104.61 2.1938,-0.026 -0.99488,-2.3649 z"
id="path4717" />
<path
style="fill:#00e7fc;stroke:#00e7fc"
inkscape:connector-curvature="0"
d="m 81.288,104.58 -0.949,1.62 -1.245,-1.59 z"
id="path4719" />
<path
style="fill:#0affeb;stroke:#0affeb"
inkscape:connector-curvature="0"
d="m 81.288,104.58 1.7347,1.3514 -2.684,0.26445 0.94931,-1.6158"
id="path4721" />
<path
style="fill:#0a62ff;stroke:#0a62ff"
inkscape:connector-curvature="0"
d="m 77.669,109.95 -0.9728,1.4962 -0.73978,-1.8971"
id="path4723" />
<path
style="fill:#0a9dff;stroke:#0a9dff"
inkscape:connector-curvature="0"
d="m 77.669,109.95 -0.9728,1.4962 3.1013,0.0106"
id="path4725" />
<path
style="fill:#0a93ff;stroke:#0a93ff"
inkscape:connector-curvature="0"
d="m 76.696,111.44 1.7347,1.8971 1.3666,-1.8865"
id="path4727" />
<path
style="fill:#0ab1ff;stroke:#0ab1ff"
inkscape:connector-curvature="0"
d="m 79.797,111.46 -1.3666,1.8865 1.6192,1.0904 z"
id="path4729" />
<path
style="fill:#0aceff;stroke:#0aceff"
inkscape:connector-curvature="0"
d="m 79.797,111.46 2.6696,2.9769 -2.4171,0"
id="path4731" />
<path
style="fill:#0a89ff;stroke:#0a89ff"
inkscape:connector-curvature="0"
d="m 81.132,112.94 3.2469,0.42264 -1.912,1.0658"
id="path4733" />
<path
style="fill:#00d6d6;stroke:#00d6d6"
inkscape:connector-curvature="0"
d="m 81.132,112.94 0.64937,-2.9953 -1.9842,1.5068"
id="path4735" />
<path
style="fill:#a7ffff;stroke:#a7ffff"
inkscape:connector-curvature="0"
d="m 81.782,109.95 2.0924,1.0291 -2.7418,1.9662"
id="path4737" />
<path
style="fill:#b8ebff;stroke:#b8ebff"
inkscape:connector-curvature="0"
d="m 83.874,110.98 0.50507,2.3889 -3.2469,-0.42264"
id="path4739" />
<path
style="fill:#0affff;stroke:#0affff"
inkscape:connector-curvature="0"
d="m 83.874,110.98 1.9481,0.29402 -1.4431,2.0948"
id="path4741" />
<path
style="fill:#52bb00;stroke:#52bb00"
inkscape:connector-curvature="0"
d="m 85.822,111.27 -0.07215,-3.0872 -1.876,2.7932"
id="path4743" />
<path
style="fill:#b8ffff;stroke:#b8ffff"
inkscape:connector-curvature="0"
d="m 81.782,109.95 1.8399,-2.3705 0.25254,3.3996"
id="path4745" />
<path
style="fill:#88ffb3;stroke:#88ffb3"
inkscape:connector-curvature="0"
d="m 83.622,107.58 2.1285,0.60641 -1.876,2.7932 -0.25254,-3.3996"
id="path4747" />
<path
style="fill:#5cffff;stroke:#5cffff"
inkscape:connector-curvature="0"
d="m 81.782,108.04 1.8399,-0.45941 -1.8399,2.3705 z"
id="path4749" />
<path
style="fill:#0affff;stroke:#0affff"
inkscape:connector-curvature="0"
d="m 80.339,106.2 1.4431,1.8376 1.2409,-2.102 z"
id="path4751" />
<path
style="fill:#8bffc7;stroke:#8bffc7"
inkscape:connector-curvature="0"
d="m 83.622,107.58 -0.59896,-1.6426 -1.2409,2.102 z"
id="path4753" />
<path
style="fill:#0affd8;stroke:#0affd8"
inkscape:connector-curvature="0"
d="m 83.023,105.94 1.9338,-0.0847 -1.3348,1.7273 z"
id="path4755" />
<path
style="fill:#0affba;stroke:#0affba"
inkscape:connector-curvature="0"
d="m 83.622,107.58 2.1285,0.60641 -0.79368,-2.3338 z"
id="path4757" />
<path
style="fill:#c1ff63;stroke:#c1ff63"
inkscape:connector-curvature="0"
d="m 81.288,104.58 1.7347,1.3514 -0.56122,-3.1965 z"
id="path4759" />
<path
style="fill:#87ff44;stroke:#87ff44"
inkscape:connector-curvature="0"
d="m 82.461,102.74 1.9899,1.752 -1.4287,1.4445 z"
id="path4761" />
<path
style="fill:#baff0a;stroke:#baff0a"
inkscape:connector-curvature="0"
d="m 84.451,104.49 0.50507,1.3598 -1.9338,0.0847 z"
id="path4763" />
<path
style="fill:#337fa3;stroke:#337fa3"
inkscape:connector-curvature="0"
d="m 92.027,104.14 6.4216,-1.6906 -5.4836,6.6888 z"
id="path4765" />
<path
style="fill:#3c5a9a;stroke:#3c5a9a"
inkscape:connector-curvature="0"
d="m 98.449,102.45 2.5253,4.4102 -8.0089,2.2786 z"
id="path4767" />
<path
style="fill:#543e98;stroke:#543e98"
inkscape:connector-curvature="0"
d="m 92.965,109.14 5.9887,3.6017 2.0203,-5.8803 z"
id="path4769" />
<path
style="fill:#344ba9;stroke:#344ba9"
inkscape:connector-curvature="0"
d="m 98.954,112.74 2.5975,1.4701 0.86583,-4.8513 z"
id="path4771" />
<path
style="fill:#485a95;stroke:#485a95"
inkscape:connector-curvature="0"
d="m 102.42,109.36 -1.443,-2.4991 -2.0203,5.8803 z"
id="path4773" />
<path
style="fill:#753549;stroke:#753549"
inkscape:connector-curvature="0"
d="m 92.965,109.14 -1.5874,8.0119 4.0405,1.1761 z"
id="path4775" />
<path
style="fill:#4b1f5c;stroke:#4b1f5c"
inkscape:connector-curvature="0"
d="m 95.418,118.33 3.5355,-5.5863 -5.9887,-3.6017 z"
id="path4777" />
<path
style="fill:#6864d1;stroke:#6864d1"
inkscape:connector-curvature="0"
d="m 95.418,118.33 3.8241,0.66153 -0.28861,-6.2478 z"
id="path4779" />
<path
style="fill:#485195;stroke:#485195"
inkscape:connector-curvature="0"
d="m 99.243,118.99 -0.28861,-6.2478 2.5975,1.4701 z"
id="path4781" />
<path
style="fill:#db684a;stroke:#db684a"
inkscape:connector-curvature="0"
d="m 91.378,117.15 3.0304,4.2632 1.0101,-3.0872 z"
id="path4783" />
<path
style="fill:#ffc7a7;stroke:#ffc7a7"
inkscape:connector-curvature="0"
d="m 91.378,117.15 0.43292,6.3874 2.5975,-2.1242 z"
id="path4785" />
<path
style="fill:#d77089;stroke:#d77089"
inkscape:connector-curvature="0"
d="m 94.408,121.42 4.8342,-2.4256 -3.8241,-0.66153 z"
id="path4787" />
<path
style="fill:#c38a98;stroke:#c38a98"
inkscape:connector-curvature="0"
d="m 85.822,111.27 5.5558,5.8803 -6.9988,-3.7854 z"
id="path4789" />
<path
style="fill:#645a83;stroke:#645a83"
inkscape:connector-curvature="0"
d="m 85.822,111.27 7.1431,-2.1316 -1.5874,8.0119 z"
id="path4791" />
<path
style="fill:#3c4400;stroke:#3c4400"
inkscape:connector-curvature="0"
d="m 85.75,108.18 7.2153,0.95555 -7.1431,2.1316 z"
id="path4793" />
<path
style="fill:#34671a;stroke:#34671a"
inkscape:connector-curvature="0"
d="m 84.956,105.85 7.071,-1.709 -6.2773,4.0427 z"
id="path4795" />
<path
style="fill:#003f44;stroke:#003f44"
inkscape:connector-curvature="0"
d="m 85.75,108.18 7.2153,0.95555 -0.93799,-4.9983 z"
id="path4797" />
<path
style="fill:#d2b590;stroke:#d2b590"
inkscape:connector-curvature="0"
d="m 80.05,114.43 0.28861,6.7624 2.1285,-6.7624 z"
id="path4799" />
<path
style="fill:#ffd5a7;stroke:#ffd5a7"
inkscape:connector-curvature="0"
d="m 82.467,114.43 2.9178,8.3193 -1.0058,-9.3851 z"
id="path4801" />
<path
style="fill:#ffe3a7;stroke:#ffe3a7"
inkscape:connector-curvature="0"
d="m 80.339,121.19 5.0463,1.557 -2.9178,-8.3193 z"
id="path4803" />
<path
style="fill:#ffaa8f;stroke:#ffaa8f"
inkscape:connector-curvature="0"
d="m 84.379,113.37 6.9988,3.7854 -5.993,5.5997 z"
id="path4805" />
<path
style="fill:#ffbc8f;stroke:#ffbc8f"
inkscape:connector-curvature="0"
d="m 85.385,122.75 6.426,0.78777 -0.43292,-6.3874 z"
id="path4807" />
<path
style="fill:#aa8100;stroke:#aa8100"
inkscape:connector-curvature="0"
d="m 72.513,106.61 -1.2245,1.1434 1.8877,1.4033 z"
id="path4809" />
<path
style="fill:#7d670e;stroke:#7d670e"
inkscape:connector-curvature="0"
d="m 72.513,106.61 1.2245,0.6237 -0.56122,1.9231 z"
id="path4811" />
<path
style="fill:#aea92f;stroke:#aea92f"
inkscape:connector-curvature="0"
d="m 71.288,107.75 0.45918,1.8191 1.4285,-0.4158 z"
id="path4813" />
<path
style="fill:#cfc174;stroke:#cfc174"
inkscape:connector-curvature="0"
d="m 71.747,109.57 0.40816,6.237 -5.255,-6.4449 z"
id="path4815" />
<path
style="fill:#bbbb00;stroke:#bbbb00"
inkscape:connector-curvature="0"
d="m 66.9,109.37 0.10204,-2.131 4.2856,0.51975 z"
id="path4817" />
<path
style="fill:#cbc034;stroke:#cbc034"
inkscape:connector-curvature="0"
d="m 66.9,109.37 4.3877,-1.6112 0.45918,1.8191 z"
id="path4819" />
<path
style="fill:#9c9434;stroke:#9c9434"
inkscape:connector-curvature="0"
d="m 66.9,109.37 -1.5816,-1.6632 1.6836,-0.46778 z"
id="path4821" />
<path
style="fill:#775b00;stroke:#775b00"
inkscape:connector-curvature="0"
d="m 65.319,107.7 0.05102,2.5468 1.5306,-0.88358 z"
id="path4823" />
<path
style="fill:#b59f33;stroke:#b59f33"
inkscape:connector-curvature="0"
d="m 65.37,110.25 6.7856,5.5613 -5.255,-6.4449 z"
id="path4825" />
<path
style="fill:#69731f;stroke:#69731f"
inkscape:connector-curvature="0"
d="m 73.176,109.16 2.7806,0.38981 -2.2194,-2.3129 z"
id="path4827" />
<path
style="fill:#69731f;stroke:#69731f"
inkscape:connector-curvature="0"
d="m 73.737,107.23 1.7857,0.18191 0.43367,2.131 z"
id="path4829" />
<path
style="fill:#849600;stroke:#849600"
inkscape:connector-curvature="0"
d="m 72.513,106.61 3.8775,-1.4293 -2.653,2.053 z"
id="path4831" />
<path
style="fill:#69731f;stroke:#69731f"
inkscape:connector-curvature="0"
d="m 75.523,107.42 0.86733,-2.2349 -2.653,2.053 z"
id="path4833" />
<path
style="fill:#b09e3e;stroke:#b09e3e"
inkscape:connector-curvature="0"
d="m 67.002,107.23 3.4873,-0.99817 0.7983,1.5179 z"
id="path4835" />
<path
style="fill:#868224;stroke:#868224"
inkscape:connector-curvature="0"
d="m 70.49,106.24 2.0228,0.37447 -1.2245,1.1434 z"
id="path4837" />
<path
style="fill:#69731f;stroke:#69731f"
inkscape:connector-curvature="0"
d="m 70.49,106.24 3.8241,-1.9846 -1.8013,2.3591 z"
id="path4839" />
<path
style="fill:#969a2b;stroke:#969a2b"
inkscape:connector-curvature="0"
d="m 74.314,104.25 2.0762,0.92977 -3.8775,1.4293 z"
id="path4841" />
<path
style="fill:#828e26;stroke:#828e26"
inkscape:connector-curvature="0"
d="m 78.099,102.97 -3.7853,1.2792 2.0762,0.92977 z"
id="path4843" />
<path
style="fill:#565e19;stroke:#565e19"
inkscape:connector-curvature="0"
d="m 78.099,102.97 0.11091,-1.1097 -3.8962,2.3889 z"
id="path4845" />
<path
style="fill:#c2b84e;stroke:#c2b84e"
inkscape:connector-curvature="0"
d="m 76.696,111.44 -4.5407,4.3659 3.801,-6.263 z"
id="path4847" />
<path
style="fill:#acb87a;stroke:#acb87a"
inkscape:connector-curvature="0"
d="m 73.176,109.16 -1.0204,6.6528 -0.40816,-6.237 z"
id="path4849" />
<path
style="fill:#a8b246;stroke:#a8b246"
inkscape:connector-curvature="0"
d="m 73.176,109.16 2.7806,0.38981 -3.801,6.263 z"
id="path4851" />
<path
style="fill:#ffd270;stroke:#ffd270"
inkscape:connector-curvature="0"
d="m 67.411,116.85 7.5509,3.8981 -2.8061,-4.9376 z"
id="path4853" />
<path
style="fill:#ffe3a7;stroke:#ffe3a7"
inkscape:connector-curvature="0"
d="m 78.431,113.34 -3.4693,7.4064 5.3771,0.44634 z"
id="path4855" />
<path
style="fill:#e0d555;stroke:#e0d555"
inkscape:connector-curvature="0"
d="m 72.155,115.81 6.2754,-2.4688 -1.7347,-1.8971 z"
id="path4857" />
<path
style="fill:#e0d193;stroke:#e0d193"
inkscape:connector-curvature="0"
d="m 74.961,120.75 3.4693,-7.4064 -6.2754,2.4688 z"
id="path4859" />
<path
style="fill:#dfc389;stroke:#dfc389"
inkscape:connector-curvature="0"
d="m 78.431,113.34 1.6192,1.0904 0.28861,6.7624 z"
id="path4861" />
<path
style="fill:#6f8e20;stroke:#6f8e20"
inkscape:connector-curvature="0"
d="m 80.293,102.22 1.8112,-2.157 -3.8941,1.8009 z"
id="path4863" />
<path
style="fill:#ffe3a7;stroke:#ffe3a7"
inkscape:connector-curvature="0"
d="m 67.411,116.85 0.12437,3.1527 7.4265,0.74539 z"
id="path4865" />
<path
style="fill:#ffaf58;stroke:#ffaf58"
inkscape:connector-curvature="0"
d="m 67.535,120 -3.0349,-1.1782 2.9105,-1.9745 z"
id="path4867" />
<path
style="fill:#56863f;stroke:#56863f"
inkscape:connector-curvature="0"
d="m 124.5,93.704 2.3089,7.5709 -4.1127,-0.2205 z"
id="path4869" />
<path
style="fill:#385a3e;stroke:#385a3e"
inkscape:connector-curvature="0"
d="m 124.5,93.704 1.9481,-0.14701 0.36077,7.7179 z"
id="path4871" />
<path
style="fill:#276eaf;stroke:#276eaf"
inkscape:connector-curvature="0"
d="m 122.69,101.05 1.2988,9.8495 2.814,-9.629 z"
id="path4873" />
<path
style="fill:#6a751a;stroke:#6a751a"
inkscape:connector-curvature="0"
d="m 103.43,93.337 5.9165,-1.9846 1.0101,2.5726 z"
id="path4875" />
<path
style="fill:#719621;stroke:#719621"
inkscape:connector-curvature="0"
d="m 109.34,91.352 2.5253,-0.14701 -1.5152,2.7196 z"
id="path4877" />
<path
style="fill:#94af27;stroke:#94af27"
inkscape:connector-curvature="0"
d="m 111.87,91.205 2.6696,1.5436 -4.1849,1.1761 z"
id="path4879" />
<path
style="fill:#6a751a;stroke:#6a751a"
inkscape:connector-curvature="0"
d="m 111.87,91.205 6.3494,-2.4256 -3.6798,3.9692 z"
id="path4881" />
<path
style="fill:#a9af27;stroke:#a9af27"
inkscape:connector-curvature="0"
d="m 118.22,88.78 2.0203,1.1026 -5.7,2.8666 z"
id="path4883" />
<path
style="fill:#d9de69;stroke:#d9de69"
inkscape:connector-curvature="0"
d="m 118.22,88.78 8.0811,-1.3966 -6.0608,2.4991 z"
id="path4885" />
<path
style="fill:#347d4b;stroke:#347d4b"
inkscape:connector-curvature="0"
d="m 114.54,92.749 -0.43292,7.5709 -3.7519,-6.3948 z"
id="path4887" />
<path
style="fill:#5c7821;stroke:#5c7821"
inkscape:connector-curvature="0"
d="m 82.461,102.74 -2.1683,-0.51975 1.8112,-2.157 z"
id="path4889" />
<path
style="fill:#69731f;stroke:#69731f"
inkscape:connector-curvature="0"
d="m 82.461,102.74 5.309,-2.9339 -3.319,4.6859 z"
id="path4891" />
<path
style="fill:#458048;stroke:#458048"
inkscape:connector-curvature="0"
d="m 84.451,104.49 7.576,-0.34915 -4.257,-4.3367 z"
id="path4893" />
<path
style="fill:#304216;stroke:#304216"
inkscape:connector-curvature="0"
d="m 84.451,104.49 0.50507,1.3598 7.071,-1.709 z"
id="path4895" />
<path
style="fill:#5b731f;stroke:#5b731f"
inkscape:connector-curvature="0"
d="m 82.104,100.06 5.6661,-0.2572 -5.309,2.9339 z"
id="path4897" />
<path
style="fill:#51632c;stroke:#51632c"
inkscape:connector-curvature="0"
d="m 87.77,99.805 8.8748,-4.9983 -14.541,5.2555 z"
id="path4899" />
<path
style="fill:#548280;stroke:#548280"
inkscape:connector-curvature="0"
d="M 92.027,104.14 96.6448,94.805 87.77,99.8033 Z"
id="path4901" />
<path
style="fill:#42947d;stroke:#42947d"
inkscape:connector-curvature="0"
d="m 96.645,94.807 1.8038,7.6444 -6.4216,1.6906 z"
id="path4903" />
<path
style="fill:#447d4b;stroke:#447d4b"
inkscape:connector-curvature="0"
d="m 96.645,94.807 4.6178,3.5282 -2.814,4.1162 z"
id="path4905" />
<path
style="fill:#427a94;stroke:#427a94"
inkscape:connector-curvature="0"
d="m 101.26,98.335 -0.28862,8.5264 -2.5253,-4.4102 z"
id="path4907" />
<path
style="fill:#41745e;stroke:#41745e"
inkscape:connector-curvature="0"
d="m 101.26,98.335 3.9684,4.0427 -4.257,4.4837 z"
id="path4909" />
<path
style="fill:#276458;stroke:#276458"
inkscape:connector-curvature="0"
d="m 105.23,102.38 2.3825,4.6827 -6.6395,-0.19897 z"
id="path4911" />
<path
style="fill:#366f85;stroke:#366f85"
inkscape:connector-curvature="0"
d="m 102.42,109.36 5.1965,-2.3002 -6.6395,-0.19897 z"
id="path4913" />
<path
style="fill:#368da7;stroke:#368da7"
inkscape:connector-curvature="0"
d="m 107.76,121.86 -7.576,-1.1026 3.1747,-4.9983 z"
id="path4915" />
<path
style="fill:#488395;stroke:#488395"
inkscape:connector-curvature="0"
d="m 100.18,120.75 -0.93798,-1.7641 4.1127,-3.2342 z"
id="path4917" />
<path
style="fill:#3971a4;stroke:#3971a4"
inkscape:connector-curvature="0"
d="m 103.36,115.76 1.6595,-4.9248 -3.4633,3.3812 z"
id="path4919" />
<path
style="fill:#486a95;stroke:#486a95"
inkscape:connector-curvature="0"
d="m 99.243,118.99 4.1127,-3.2342 -1.8038,-1.5436 z"
id="path4921" />
<path
style="fill:#488395;stroke:#488395"
inkscape:connector-curvature="0"
d="m 105.01,110.83 -2.5975,-1.4701 5.1965,-2.3002 z"
id="path4923" />
<path
style="fill:#485e95;stroke:#485e95"
inkscape:connector-curvature="0"
d="m 102.42,109.36 -0.86583,4.8513 3.4633,-3.3812 z"
id="path4925" />
<path
style="fill:#ffe3a7;stroke:#ffe3a7"
inkscape:connector-curvature="0"
d="m 64.5,118.82 1.1759,1.9756 1.859,-0.79737 z"
id="path4927" />
<path
style="fill:#967d00;stroke:#967d00"
inkscape:connector-curvature="0"
d="m 65.319,107.7 0.2551,-1.2994 1.4285,0.8316 z"
id="path4929" />
<path
style="fill:#ffc0a7;stroke:#ffc0a7"
inkscape:connector-curvature="0"
d="m 94.408,121.42 1.7263,1.828 -4.3237,0.29626 z"
id="path4931" />
<path
style="fill:#dc9778;stroke:#dc9778"
inkscape:connector-curvature="0"
d="m 96.135,123.24 3.108,-4.2536 -4.8342,2.4256 z"
id="path4933" />
<path
style="fill:#b987b7;stroke:#b987b7"
inkscape:connector-curvature="0"
d="m 100.18,120.75 -4.0459,2.4895 3.108,-4.2536 z"
id="path4935" />
<path
style="fill:#e9ab97;stroke:#e9ab97"
inkscape:connector-curvature="0"
d="m 96.135,123.24 5.9183,0.052 -1.8723,-2.5415 z"
id="path4937" />
<path
style="fill:#bfb18e;stroke:#bfb18e"
inkscape:connector-curvature="0"
d="m 102.05,123.3 5.7037,-1.4389 -7.576,-1.1026 z"
id="path4939" />
<path
style="fill:#488395;stroke:#488395"
inkscape:connector-curvature="0"
d="m 107.61,107.06 0.1533,4.1765 -2.7523,-0.40627 z"
id="path4941" />
<path
style="fill:#307bad;stroke:#307bad"
inkscape:connector-curvature="0"
d="m 105.01,110.83 -1.6595,4.9248 4.4118,-4.5185 z"
id="path4943" />
<path
style="fill:#ead2bc;stroke:#ead2bc"
inkscape:connector-curvature="0"
d="m 107.76,121.86 3.6076,2.8299 -9.3113,-1.391 z"
id="path4945" />
<path
style="fill:#acbba0;stroke:#acbba0"
inkscape:connector-curvature="0"
d="m 111.7,120.75 -0.33137,3.9378 -3.6076,-2.8299 z"
id="path4947" />
<path
style="fill:#4b6a87;stroke:#4b6a87"
inkscape:connector-curvature="0"
d="m 113.74,121.81 -2.3722,2.8723 0.33137,-3.9378 z"
id="path4949" />
<path
style="fill:#2758af;stroke:#2758af"
inkscape:connector-curvature="0"
d="m 123.99,110.9 2.7554,0.64462 0.0585,-10.274 z"
id="path4951" />
<path
style="fill:#2677ad;stroke:#2677ad"
inkscape:connector-curvature="0"
d="m 123.99,110.9 -2.3089,-0.44102 1.0101,-9.4085 z"
id="path4953" />
<path
style="fill:#3e6c3e;stroke:#3e6c3e"
inkscape:connector-curvature="0"
d="m 110.35,93.925 -2.7403,13.136 6.4922,-6.7408 z"
id="path4955" />
<path
style="fill:#2e6958;stroke:#2e6958"
inkscape:connector-curvature="0"
d="m 105.23,102.38 5.1228,-8.4529 -2.7403,13.136 z"
id="path4957" />
<path
style="fill:#42632c;stroke:#42632c"
inkscape:connector-curvature="0"
d="m 101.26,98.335 9.0912,-4.4102 -5.1228,8.4529 z"
id="path4959" />
<path
style="fill:#495613;stroke:#495613"
inkscape:connector-curvature="0"
d="m 101.26,98.335 2.1646,-4.9983 6.9266,0.58803 z"
id="path4961" />
<path
style="fill:#3e751a;stroke:#3e751a"
inkscape:connector-curvature="0"
d="m 96.645,94.807 3.7752,-1.2414 0.8426,4.7696 z"
id="path4963" />
<path
style="fill:#62881e;stroke:#62881e"
inkscape:connector-curvature="0"
d="m 100.42,93.565 3.0072,-0.22866 -2.1646,4.9983 z"
id="path4965" />
<path
style="fill:#dcc6b2;stroke:#dcc6b2"
inkscape:connector-curvature="0"
d="m 113.74,121.81 5.4591,4.132 -7.8313,-1.2597 z"
id="path4967" />
<path
style="fill:#ccb39c;stroke:#ccb39c"
inkscape:connector-curvature="0"
d="m 119.2,125.95 1.4796,-2.8066 -6.9387,-1.3254 z"
id="path4969" />
<path
style="fill:#ddb692;stroke:#ddb692"
inkscape:connector-curvature="0"
d="m 120.67,123.14 3.4183,2.9626 -1.0714,-5.0936 z"
id="path4971" />
<path
style="fill:#034859;stroke:#034859"
inkscape:connector-curvature="0"
d="m 123.02,121.01 5.7142,1.4553 -5.6122,-3.9501 z"
id="path4973" />
<path
style="fill:#6a751a;stroke:#6a751a"
inkscape:connector-curvature="0"
d="m 124.5,93.704 -2.5965,-2.01 4.5408,-3.2225 z"
id="path4975" />
<path
style="fill:#dfe382;stroke:#dfe382"
inkscape:connector-curvature="0"
d="m 126.44,88.472 8.6223,-8.4719 -4.4387,7.4324 z"
id="path4977" />
<path
style="fill:#c5c562;stroke:#c5c562"
inkscape:connector-curvature="0"
d="m 130.62,87.432 -4.1817,3.5822 -0.002,-2.5427 z"
id="path4979" />
<path
style="fill:#1a755f;stroke:#1a755f"
inkscape:connector-curvature="0"
d="m 114.54,92.749 3.7637,-0.69058 -4.1966,8.2615 z"
id="path4981" />
<path
style="fill:#448f5c;stroke:#448f5c"
inkscape:connector-curvature="0"
d="m 118.3,92.058 3.5969,-0.36383 0.79267,9.3603 z"
id="path4983" />
<path
style="fill:#556e36;stroke:#556e36"
inkscape:connector-curvature="0"
d="m 122.69,101.05 1.8038,-7.3504 -2.5965,-2.01 z"
id="path4985" />
<path
style="fill:#1c7080;stroke:#1c7080"
inkscape:connector-curvature="0"
d="m 121.68,110.46 1.4419,8.0503 0.86695,-7.6093 z"
id="path4987" />
<path
style="fill:#086572;stroke:#086572"
inkscape:connector-curvature="0"
d="m 126.75,111.55 1.9898,10.915 -4.7452,-11.559 z"
id="path4989" />
<path
style="fill:#096385;stroke:#096385"
inkscape:connector-curvature="0"
d="m 123.99,110.9 -0.86695,7.6093 5.6122,3.9501 z"
id="path4991" />
<path
style="fill:#e8ceb7;stroke:#e8ceb7"
inkscape:connector-curvature="0"
d="m 119.2,125.95 4.8979,0.15592 -3.4183,-2.9626 z"
id="path4993" />
<path
style="fill:#1e6282;stroke:#1e6282"
inkscape:connector-curvature="0"
d="m 130.73,111.91 1.5306,-9.7713 0.5102,9.9272 z"
id="path4995" />
<path
style="fill:#3d6299;stroke:#3d6299"
inkscape:connector-curvature="0"
d="m 132.77,112.07 2.653,0.36383 -0.5102,-9.7713 z"
id="path4997" />
<path
style="fill:#38659e;stroke:#38659e"
inkscape:connector-curvature="0"
d="m 135.42,112.43 2.9591,0.10394 -0.71428,-9.1996 z"
id="path4999" />
<path
style="fill:#276eaf;stroke:#276eaf"
inkscape:connector-curvature="0"
d="m 138.38,112.54 2.5,0 -0.40816,-8.0561 z"
id="path5001" />
<path
style="fill:#3541a1;stroke:#3541a1"
inkscape:connector-curvature="0"
d="m 130.73,111.91 -0.96937,-10.499 -3.0102,10.135 z"
id="path5003" />
<path
style="fill:#1d8356;stroke:#1d8356"
inkscape:connector-curvature="0"
d="m 126.8,101.28 2.9516,0.13849 -1.2394,-8.3932 z"
id="path5005" />
<path
style="fill:#209458;stroke:#209458"
inkscape:connector-curvature="0"
d="m 129.76,101.41 2.5,0.72764 -1.1734,-8.9397 z"
id="path5007" />
<path
style="fill:#1d7c65;stroke:#1d7c65"
inkscape:connector-curvature="0"
d="m 132.26,102.14 2.653,0.51976 -1.5306,-9.5114 z"
id="path5009" />
<path
style="fill:#1c7d52;stroke:#1c7d52"
inkscape:connector-curvature="0"
d="m 134.91,102.66 2.7551,0.67567 -0.86733,-10.239 z"
id="path5011" />
<path
style="fill:#1d8a6f;stroke:#1d8a6f"
inkscape:connector-curvature="0"
d="m 137.66,103.34 2.8061,1.1434 -0.96937,-11.227 z"
id="path5013" />
<path
style="fill:#208e62;stroke:#208e62"
inkscape:connector-curvature="0"
d="m 133.38,93.15 3.4183,-0.052 -1.8877,9.5634 z"
id="path5015" />
<path
style="fill:#44995f;stroke:#44995f"
inkscape:connector-curvature="0"
d="m 131.08,93.202 2.2959,-0.052 -1.1224,8.9917 z"
id="path5017" />
<path
style="fill:#1a7563;stroke:#1a7563"
inkscape:connector-curvature="0"
d="m 128.52,93.021 1.2394,8.3932 1.3265,-8.2121 z"
id="path5019" />
<path
style="fill:#208e51;stroke:#208e51"
inkscape:connector-curvature="0"
d="m 126.44,93.557 2.073,-0.53682 -1.7122,8.2547 z"
id="path5021" />
<path
style="fill:#095b7c;stroke:#095b7c"
inkscape:connector-curvature="0"
d="m 128.74,122.46 1.9898,-10.551 -3.9795,-0.36383 z"
id="path5023" />
<path
style="fill:#313b84;stroke:#313b84"
inkscape:connector-curvature="0"
d="m 128.74,122.46 4.0305,-10.395 -2.0408,-0.15592 z"
id="path5025" />
<path
style="fill:#94689a;stroke:#94689a"
inkscape:connector-curvature="0"
d="m 135.42,118.51 5.306,1.6112 -2.1428,-3.0146 z"
id="path5027" />
<path
style="fill:#9d8da5;stroke:#9d8da5"
inkscape:connector-curvature="0"
d="m 138.58,117.11 6.2754,1.3514 -4.1326,1.6632 z"
id="path5029" />
<path
style="fill:#3f4e97;stroke:#3f4e97"
inkscape:connector-curvature="0"
d="m 138.58,117.11 -0.20408,-4.5738 -2.9591,-0.10394 z"
id="path5031" />
<path
style="fill:#515985;stroke:#515985"
inkscape:connector-curvature="0"
d="m 135.42,118.51 0,-6.0811 3.1632,4.6778 z"
id="path5033" />
<path
style="fill:#49518d;stroke:#49518d"
inkscape:connector-curvature="0"
d="m 132.77,112.07 2.653,6.4449 0,-6.0811 z"
id="path5035" />
<path
style="fill:#2c467b;stroke:#2c467b"
inkscape:connector-curvature="0"
d="m 128.74,122.46 6.6836,-3.9501 -2.653,-6.4449 z"
id="path5037" />
<path
style="fill:#1c4c5e;stroke:#1c4c5e"
inkscape:connector-curvature="0"
d="m 135.42,118.51 6.6836,4.054 -13.367,-0.10395 z"
id="path5039" />
<path
style="fill:#4b5a8b;stroke:#4b5a8b"
inkscape:connector-curvature="0"
d="m 140.73,120.12 1.3775,2.4428 -6.6836,-4.054 z"
id="path5041" />
<path
style="fill:#bba6ae;stroke:#bba6ae"
inkscape:connector-curvature="0"
d="m 140.73,120.12 4.8469,1.1954 -0.71427,-2.8586 z"
id="path5043" />
<path
style="fill:#635581;stroke:#635581"
inkscape:connector-curvature="0"
d="m 142.1,122.57 3.4693,-1.2474 -4.8469,-1.1954 z"
id="path5045" />
<path
style="fill:#ac9783;stroke:#ac9783"
inkscape:connector-curvature="0"
d="m 144.86,118.46 6.0455,-1.971 -5.3312,4.8296 z"
id="path5047" />
<path
style="fill:#444792;stroke:#444792"
inkscape:connector-curvature="0"
d="m 138.58,117.11 2.2959,-4.5738 -2.5,0 z"
id="path5049" />
<path
style="fill:#5c5581;stroke:#5c5581"
inkscape:connector-curvature="0"
d="m 140.88,112.54 3.9795,5.9252 -6.2754,-1.3514 z"
id="path5051" />
<path
style="fill:#2a5eba;stroke:#2a5eba"
inkscape:connector-curvature="0"
d="m 140.47,104.48 2.704,0.41581 -2.2959,7.6403 z"
id="path5053" />
<path
style="fill:#208a8e;stroke:#208a8e"
inkscape:connector-curvature="0"
d="m 143.17,104.9 -1.5306,-11.331 -1.1734,10.915 z"
id="path5055" />
<path
style="fill:#208e73;stroke:#208e73"
inkscape:connector-curvature="0"
d="m 143.17,104.9 2.4489,0.77962 -1.3775,-11.642 z"
id="path5057" />
<path
style="fill:#1e8251;stroke:#1e8251"
inkscape:connector-curvature="0"
d="m 145.62,105.68 2.704,0.46777 -1.1734,-11.902 z"
id="path5059" />
<path
style="fill:#327c4e;stroke:#327c4e"
inkscape:connector-curvature="0"
d="m 148.33,106.14 2.9591,0.25988 -1.3775,-11.59 z"
id="path5061" />
<path
style="fill:#347a56;stroke:#347a56"
inkscape:connector-curvature="0"
d="m 151.29,106.4 2.704,0.25987 -1.5306,-11.486 z"
id="path5063" />
<path
style="fill:#4f8738;stroke:#4f8738"
inkscape:connector-curvature="0"
d="m 153.99,106.66 2.3469,0.25988 -1.3265,-11.071 z"
id="path5065" />
<path
style="fill:#688437;stroke:#688437"
inkscape:connector-curvature="0"
d="m 156.34,106.92 3.0612,0.2079 -2.0918,-10.655 z"
id="path5067" />
<path
style="fill:#688635;stroke:#688635"
inkscape:connector-curvature="0"
d="m 159.4,107.13 3.3673,0 -2.7551,-10.135 z"
id="path5069" />
<path
style="fill:#506a86;stroke:#506a86"
inkscape:connector-curvature="0"
d="m 145.62,105.68 0,5.9252 2.704,-5.4574 z"
id="path5071" />
<path
style="fill:#4a538c;stroke:#4a538c"
inkscape:connector-curvature="0"
d="m 145.62,111.6 3.0102,0.98752 -0.30611,-6.4449 z"
id="path5073" />
<path
style="fill:#3460a2;stroke:#3460a2"
inkscape:connector-curvature="0"
d="m 140.88,112.54 3.1632,-0.36382 -0.86733,-7.2765 z"
id="path5075" />
<path
style="fill:#426394;stroke:#426394"
inkscape:connector-curvature="0"
d="m 144.04,112.17 1.5816,-0.57172 0,-5.9252 z"
id="path5077" />
<path
style="fill:#347aa2;stroke:#347aa2"
inkscape:connector-curvature="0"
d="m 143.17,104.9 0.86733,7.2765 1.5816,-6.4969 z"
id="path5079" />
<path
style="fill:#a9af27;stroke:#a9af27"
inkscape:connector-curvature="0"
d="m 124.5,93.704 1.9462,-2.6897 -0.002,-2.5427 z"
id="path5081" />
<path
style="fill:#cbb993;stroke:#cbb993"
inkscape:connector-curvature="0"
d="m 145.57,121.32 9.1835,-2.5988 -3.8523,-2.2309 z"
id="path5083" />
<path
style="fill:#4d6389;stroke:#4d6389"
inkscape:connector-curvature="0"
d="m 144.86,118.46 -0.81632,-6.289 -3.1632,0.36382 z"
id="path5085" />
<path
style="fill:#49578d;stroke:#49578d"
inkscape:connector-curvature="0"
d="m 145.62,111.6 -0.76529,6.8607 -0.81632,-6.289 z"
id="path5087" />
<path
style="fill:#635581;stroke:#635581"
inkscape:connector-curvature="0"
d="m 150.9,116.49 -2.2701,-3.9022 -3.7754,5.8732 z"
id="path5089" />
<path
style="fill:#575383;stroke:#575383"
inkscape:connector-curvature="0"
d="m 144.86,118.46 3.7754,-5.8732 -3.0102,-0.98752 z"
id="path5091" />
<path
style="fill:#475e8f;stroke:#475e8f"
inkscape:connector-curvature="0"
d="m 148.63,112.59 2.653,-6.185 -2.9591,-0.25988 z"
id="path5093" />
<path
style="fill:#81557c;stroke:#81557c"
inkscape:connector-curvature="0"
d="m 148.63,112.59 2.653,-6.185 -0.38295,10.087 z"
id="path5095" />
<path
style="fill:#ab698e;stroke:#ab698e"
inkscape:connector-curvature="0"
d="m 150.9,116.49 4.5155,-2.9666 -4.1326,-7.1206 z"
id="path5097" />
<path
style="fill:#b98a6c;stroke:#b98a6c"
inkscape:connector-curvature="0"
d="m 154.76,118.72 -3.8523,-2.2309 4.5155,-2.9666 z"
id="path5099" />
<path
style="fill:#d8ad86;stroke:#d8ad86"
inkscape:connector-curvature="0"
d="m 155.42,113.52 3.3673,3.0146 -4.0305,2.183 z"
id="path5101" />
<path
style="fill:#d5b842;stroke:#d5b842"
inkscape:connector-curvature="0"
d="m 186.62,104.44 7.3596,-1.3231 1.5765,1.8458 z"
id="path5103" />
<path
style="fill:#eddb12;stroke:#eddb12"
inkscape:connector-curvature="0"
d="m 186.62,104.44 -1.1544,3.0872 11.229,-0.2428 z"
id="path5105" />
<path
style="fill:#d5c342;stroke:#d5c342"
inkscape:connector-curvature="0"
d="m 196.69,107.28 -1.1384,-2.3217 -8.936,-0.52268 z"
id="path5107" />
<path
style="fill:#daca0d;stroke:#daca0d"
inkscape:connector-curvature="0"
d="m 185.46,107.52 0.036,1.1761 11.193,-1.4189 z"
id="path5109" />
<path
style="fill:#d9be52;stroke:#d9be52"
inkscape:connector-curvature="0"
d="m 185.5,108.7 10.643,1.98 0.54977,-3.3989 z"
id="path5111" />
<path
style="fill:#bcb02b;stroke:#bcb02b"
inkscape:connector-curvature="0"
d="m 185.46,107.52 -11.184,-5.9538 12.338,2.8666 z"
id="path5113" />
<path
style="fill:#eacf0e;stroke:#eacf0e"
inkscape:connector-curvature="0"
d="m 185.46,107.52 -13.427,0.0489 13.463,1.1271 z"
id="path5115" />
<path
style="fill:#a0a025;stroke:#a0a025"
inkscape:connector-curvature="0"
d="m 172.04,107.57 2.2435,-6.0027 11.184,5.9538 z"
id="path5117" />
<path
style="fill:#516417;stroke:#516417"
inkscape:connector-curvature="0"
d="m 162.77,107.13 2.965,0.0246 -1.443,-8.6734 z"
id="path5119" />
<path
style="fill:#839021;stroke:#839021"
inkscape:connector-curvature="0"
d="m 165.73,107.16 3.788,0.25727 -1.4431,-7.6444 z"
id="path5121" />
<path
style="fill:#888d20;stroke:#888d20"
inkscape:connector-curvature="0"
d="m 169.52,107.41 2.5186,0.15918 2.2435,-6.0027 z"
id="path5123" />
<path
style="fill:#8e9922;stroke:#8e9922"
inkscape:connector-curvature="0"
d="m 168.08,99.768 6.2051,1.8008 -4.7621,5.8436 z"
id="path5125" />
<path
style="fill:#6b851f;stroke:#6b851f"
inkscape:connector-curvature="0"
d="m 164.29,98.482 3.788,1.2863 -2.345,7.3871 z"
id="path5127" />
<path
style="fill:#76821e;stroke:#76821e"
inkscape:connector-curvature="0"
d="m 160.01,96.996 2.7551,10.135 1.522,-8.6489 -4.277,-1.4863 z"
id="path5129" />
<path
style="fill:#858829;stroke:#858829"
inkscape:connector-curvature="0"
d="m 157.31,96.476 2.0918,10.655 0.61224,-10.135 z"
id="path5131" />
<path
style="fill:#6b851f;stroke:#6b851f"
inkscape:connector-curvature="0"
d="m 155.01,95.852 1.3265,11.071 0.96937,-10.447 z"
id="path5133" />
<path
style="fill:#5f9149;stroke:#5f9149"
inkscape:connector-curvature="0"
d="m 152.46,95.177 1.5306,11.486 1.0204,-10.811 z"
id="path5135" />
<path
style="fill:#2a8455;stroke:#2a8455"
inkscape:connector-curvature="0"
d="m 149.91,94.813 2.551,0.36383 -1.1735,11.227 -1.3775,-11.59 z"
id="path5137" />
<path
style="fill:#208e5e;stroke:#208e5e"
inkscape:connector-curvature="0"
d="m 147.15,94.241 1.1734,11.902 1.5816,-11.331 z"
id="path5139" />
<path
style="fill:#249e80;stroke:#249e80"
inkscape:connector-curvature="0"
d="m 144.25,94.033 2.9081,0.20791 -1.5306,11.435 z"
id="path5141" />
<path
style="fill:#208e85;stroke:#208e85"
inkscape:connector-curvature="0"
d="m 141.64,93.565 2.602,0.46777 -1.0714,10.863 z"
id="path5143" />
<path
style="fill:#1b7774;stroke:#1b7774"
inkscape:connector-curvature="0"
d="m 139.5,93.254 2.1428,0.31185 -1.1734,10.915 z"
id="path5145" />
<path
style="fill:#208e74;stroke:#208e74"
inkscape:connector-curvature="0"
d="m 137.66,103.34 -0.86733,-10.239 2.704,0.15593 z"
id="path5147" />
<path
style="fill:#274daf;stroke:#274daf"
inkscape:connector-curvature="0"
d="m 126.8,101.28 -0.0585,10.274 3.0102,-10.135 z"
id="path5149" />
<path
style="fill:#4b508b;stroke:#4b508b"
inkscape:connector-curvature="0"
d="m 129.76,101.41 0.96937,10.499 1.5306,-9.7713 z"
id="path5151" />
<path
style="fill:#1d6a83;stroke:#1d6a83"
inkscape:connector-curvature="0"
d="m 132.26,102.14 0.5102,9.9272 2.1428,-9.4075 z"
id="path5153" />
<path
style="fill:#207591;stroke:#207591"
inkscape:connector-curvature="0"
d="m 134.91,102.66 0.5102,9.7713 2.2449,-9.0956 z"
id="path5155" />
<path
style="fill:#3b709e;stroke:#3b709e"
inkscape:connector-curvature="0"
d="m 137.66,103.34 0.71428,9.1996 2.0918,-8.0561 z"
id="path5157" />
<path
style="fill:#bf91a3;stroke:#bf91a3"
inkscape:connector-curvature="0"
d="m 151.29,106.4 4.1326,7.1206 -1.4285,-6.8607 z"
id="path5159" />
<path
style="fill:#c68d73;stroke:#c68d73"
inkscape:connector-curvature="0"
d="m 156.34,106.92 -0.91836,6.6008 -1.4285,-6.8607 z"
id="path5161" />
<path
style="fill:#d0a06d;stroke:#d0a06d"
inkscape:connector-curvature="0"
d="m 159.4,107.13 -3.9795,6.3929 0.91836,-6.6008 z"
id="path5163" />
<path
style="fill:#d5af7f;stroke:#d5af7f"
inkscape:connector-curvature="0"
d="m 159.4,107.13 -0.61223,9.4075 -3.3673,-3.0146 z"
id="path5165" />
<path
style="fill:#d8ad86;stroke:#d8ad86"
inkscape:connector-curvature="0"
d="m 159.4,107.13 2.4,7.5955 0.96732,-7.5955 z"
id="path5167" />
<path
style="fill:#c89d67;stroke:#c89d67"
inkscape:connector-curvature="0"
d="m 162.77,107.13 1.9188,6.7869 1.0462,-6.7624 z"
id="path5169" />
<path
style="fill:#cbac5d;stroke:#cbac5d"
inkscape:connector-curvature="0"
d="m 165.73,107.16 1.912,5.9538 1.876,-5.6965 z"
id="path5171" />
<path
style="fill:#dcb460;stroke:#dcb460"
inkscape:connector-curvature="0"
d="m 169.52,107.41 1.7317,4.888 0.78693,-4.7288 z"
id="path5173" />
<path
style="fill:#e2c17c;stroke:#e2c17c"
inkscape:connector-curvature="0"
d="m 167.64,113.11 3.6076,-0.80854 -1.7317,-4.888 z"
id="path5175" />
<path
style="fill:#d2ab71;stroke:#d2ab71"
inkscape:connector-curvature="0"
d="m 164.68,113.92 2.9583,-0.80854 -1.912,-5.9538 z"
id="path5177" />
<path
style="fill:#c99e55;stroke:#c99e55"
inkscape:connector-curvature="0"
d="m 161.8,114.73 2.8861,-0.80855 -1.9188,-6.7869 z"
id="path5179" />
<path
style="fill:#d4b079;stroke:#d4b079"
inkscape:connector-curvature="0"
d="m 158.79,116.54 3.0122,-1.812 -2.4,-7.5955 z"
id="path5181" />
<path
style="fill:#d5b242;stroke:#d5b242"
inkscape:connector-curvature="0"
d="m 172.04,107.57 -0.78693,4.7288 3.7519,-0.95555 z"
id="path5183" />
<path
style="fill:#dac658;stroke:#dac658"
inkscape:connector-curvature="0"
d="m 175,111.35 10.498,-2.6461 -13.463,-1.1271 z"
id="path5185" />
<path
style="fill:#e2c17c;stroke:#e2c17c"
inkscape:connector-curvature="0"
d="m 185.5,108.7 0.98929,1.3944 -11.488,1.2517 z"
id="path5187" />
<path
style="fill:#ddb766;stroke:#ddb766"
inkscape:connector-curvature="0"
d="m 186.49,110.09 9.6538,0.58558 -10.643,-1.98 z"
id="path5189" />
<path
style="fill:#e2c17c;stroke:#e2c17c"
inkscape:connector-curvature="0"
d="m 186.49,110.09 6.1734,4.106 3.4804,-3.5204 z"
id="path5191" />
<path
style="fill:#d5b242;stroke:#d5b242"
inkscape:connector-curvature="0"
d="m 186.62,104.44 4.8342,-3.2342 2.5254,1.9111 z"
id="path5193" />
<path
style="fill:#69731f;stroke:#69731f"
inkscape:connector-curvature="0"
d="m 78.21,101.86 2.0829,0.35606 -2.1938,0.75364 z"
id="path5195" />
<g
style="fill:#034859;stroke:#034859;stroke-linecap:round;stroke-linejoin:round"
id="g5197">
<path
inkscape:connector-curvature="0"
d="m 110.17,106.94 1.7317,-1.2496 -0.10823,2.9402 z"
id="path5199" />
<path
inkscape:connector-curvature="0"
d="m 111.91,105.69 3.6798,2.5359 -3.788,0.40428 z"
id="path5201" />
<path
inkscape:connector-curvature="0"
d="m 111.8,108.63 1.876,5.2555 1.912,-5.6598 z"
id="path5203" />
<path
inkscape:connector-curvature="0"
d="m 113.67,113.88 4.6899,0.25727 -2.7779,-5.9171 z"
id="path5205" />
</g>
<g
style="stroke-linecap:round;stroke-linejoin:round"
id="g5207">
<path
style="fill:#033a59;stroke:#033a59"
inkscape:connector-curvature="0"
d="m 113.67,113.88 0.72152,3.7854 3.9684,-3.5282 z"
id="path5209" />
<path
style="fill:#034859;stroke:#034859"
inkscape:connector-curvature="0"
d="m 114.39,117.67 4.7621,3.0136 -0.79368,-6.5418 z"
id="path5211" />
<path
style="fill:#5e98af;stroke:#5e98af"
inkscape:connector-curvature="0"
d="m 114.39,117.67 -0.65825,4.1473 5.4203,-1.1337 z"
id="path5213" />
<path
style="fill:#83a4ac;stroke:#83a4ac"
inkscape:connector-curvature="0"
d="m 119.16,120.68 1.5183,2.459 -6.9387,-1.3254 z"
id="path5215" />
<path
style="fill:#005070;stroke:#005070"
inkscape:connector-curvature="0"
d="m 123.02,121.01 -3.8652,-0.32807 1.5183,2.459 2.3469,-2.131 z"
id="path5217" />
<path
style="fill:#034859;stroke:#034859"
inkscape:connector-curvature="0"
d="m 119.16,120.68 3.8652,0.32807 -4.6589,-6.8699 z"
id="path5219" />
<path
style="fill:#3f7d97;stroke:#3f7d97"
inkscape:connector-curvature="0"
d="m 121.68,110.46 -2.5253,-10.548 -3.5716,8.3059 z"
id="path5221" />
<path
style="fill:#2789af;stroke:#2789af"
inkscape:connector-curvature="0"
d="m 119.16,99.915 3.5355,1.1393 -1.0101,9.4085 z"
id="path5223" />
<path
style="fill:#176442;stroke:#176442"
inkscape:connector-curvature="0"
d="m 114.11,100.32 5.0507,-0.40427 -0.85407,-7.8572 z"
id="path5225" />
<path
style="fill:#1a7566;stroke:#1a7566"
inkscape:connector-curvature="0"
d="m 119.16,99.915 3.5355,1.1393 -4.3896,-8.9965 z"
id="path5227" />
<path
style="fill:#538366;stroke:#538366"
inkscape:connector-curvature="0"
d="m 111.91,105.69 c 0,0 2.2007,-5.3658 2.2007,-5.3658 l 1.4791,7.9017 z"
id="path5229" />
<path
style="fill:#4a897f;stroke:#4a897f"
inkscape:connector-curvature="0"
d="m 114.11,100.32 1.4791,7.9017 3.5716,-8.3059 z"
id="path5231" />
<path
style="fill:#3c4400;stroke:#3c4400"
inkscape:connector-curvature="0"
d="m 110.17,106.94 -2.5599,0.12547 4.2916,-1.375 z"
id="path5233" />
<path
style="fill:#3d6a44;stroke:#3d6a44"
inkscape:connector-curvature="0"
d="m 107.61,107.06 4.2916,-1.375 2.2007,-5.3658 z"
id="path5235" />
<path
style="fill:#3a81a3;stroke:#3a81a3"
inkscape:connector-curvature="0"
d="m 107.77,111.24 -0.0105,10.619 -4.4013,-6.1008 z"
id="path5237" />
<path
style="fill:#1a2638;stroke:#1a2638"
inkscape:connector-curvature="0"
d="m 113.67,113.88 -2.345,2.7196 3.0665,1.0658 z"
id="path5239" />
<path
style="fill:#23344c;stroke:#23344c"
inkscape:connector-curvature="0"
d="m 111.33,116.6 -1.6234,-7.4239 3.9684,4.7042 z"
id="path5241" />
<path
style="fill:#14253e;stroke:#14253e"
inkscape:connector-curvature="0"
d="m 109.7,109.18 2.0924,-0.55127 1.876,5.2555 z"
id="path5243" />
<path
style="fill:#334d69;stroke:#334d69"
inkscape:connector-curvature="0"
d="m 109.7,109.18 0.46899,-2.2419 1.6234,1.6906 z"
id="path5245" />
<path
style="fill:#487095;stroke:#487095"
inkscape:connector-curvature="0"
d="m 107.61,107.06 2.0909,2.1164 0.46899,-2.2419 z"
id="path5247" />
<path
style="fill:#487c95;stroke:#487c95"
inkscape:connector-curvature="0"
d="m 107.77,111.24 1.9376,-2.0601 -2.0909,-2.1164 z"
id="path5249" />
<path
style="fill:#23344c;stroke:#23344c"
inkscape:connector-curvature="0"
d="m 111.7,120.75 2.699,-3.0818 -0.65825,4.1473 z"
id="path5251" />
<path
style="fill:#10315f;stroke:#10315f"
inkscape:connector-curvature="0"
d="m 111.33,116.6 0.36745,4.1476 2.699,-3.0818 z"
id="path5253" />
<path
style="fill:#487995;stroke:#487995"
inkscape:connector-curvature="0"
d="m 111.33,116.6 -3.5715,5.2555 3.939,-1.1079 z"
id="path5255" />
<path
style="fill:#3479a9;stroke:#3479a9"
inkscape:connector-curvature="0"
d="m 107.77,111.24 3.561,5.3638 -3.5716,5.2555 z"
id="path5257" />
<path
style="fill:#3c60a1;stroke:#3c60a1"
inkscape:connector-curvature="0"
d="m 107.77,111.24 1.9376,-2.0601 1.6234,7.4239 z"
id="path5259" />
<path
style="fill:#d9a474;stroke:#d9a474"
inkscape:connector-curvature="0"
d="m 123.02,121.01 1.0714,5.0936 4.6428,-3.6383 z"
id="path5261" />
<path
style="fill:#e4c4a7;stroke:#e4c4a7"
inkscape:connector-curvature="0"
d="m 128.74,122.46 2.0732,2.1858 -6.716,1.4524 z"
id="path5263" />
<path
style="fill:#ca8c54;stroke:#ca8c54"
inkscape:connector-curvature="0"
d="m 130.81,124.65 11.294,-2.0819 -13.367,-0.10396 z"
id="path5265" />
<path
style="fill:#044a79;stroke:#044a79"
inkscape:connector-curvature="0"
d="m 118.36,114.14 3.319,-3.6752 -6.0969,-2.2419 z"
id="path5267" />
<path
style="fill:#005070;stroke:#005070"
inkscape:connector-curvature="0"
d="m 118.36,114.14 4.761,4.3751 -0.10204,2.4948 z"
id="path5269" />
<path
style="fill:#04657d;stroke:#04657d"
inkscape:connector-curvature="0"
d="m 118.36,114.14 3.319,-3.6752 1.4419,8.0503 z"
id="path5271" />
</g>
<path
style="fill:#7b6f2b;stroke:#7b6f2b"
inkscape:connector-curvature="0"
d="m 154.76,118.72 3.8265,9.4075 0.20408,-11.59 z"
id="path5273" />
<path
style="fill:#b29a51;stroke:#b29a51"
inkscape:connector-curvature="0"
d="m 158.58,128.13 4.7,1.87 -4.49,-13.46 z"
id="path5275" />
<path
style="fill:#e0c97e;stroke:#e0c97e"
inkscape:connector-curvature="0"
d="m 163.28,130 3.0612,-1.6632 -7.5509,-11.798 z"
id="path5277" />
<path
style="fill:#e9d79e;stroke:#e9d79e"
inkscape:connector-curvature="0"
d="m 166.34,128.34 1.5306,-3.5343 -9.0815,-8.264 z"
id="path5279" />
<path
style="fill:#c5b171;stroke:#c5b171"
inkscape:connector-curvature="0"
d="m 167.87,124.8 1.6326,-3.5343 -7.7019,-6.5418 6.0693,10.076 z"
id="path5281" />
<path
style="fill:#827632;stroke:#827632"
inkscape:connector-curvature="0"
d="m 158.79,116.54 3.0122,-1.812 6.0693,10.076 z"
id="path5283" />
<path
style="fill:#a08e2c;stroke:#a08e2c"
inkscape:connector-curvature="0"
d="m 161.8,114.73 2.8861,-0.80855 4.8158,7.3503 z"
id="path5285" />
<path
style="fill:#c4aa56;stroke:#c4aa56"
inkscape:connector-curvature="0"
d="m 169.5,121.27 2.183,-1.323 -6.9988,-6.0273 z"
id="path5287" />
<path
style="fill:#d7c17d;stroke:#d7c17d"
inkscape:connector-curvature="0"
d="m 171.68,119.95 2.814,-4.2632 -9.8128,-1.7641 z"
id="path5289" />
<path
style="fill:#7a682d;stroke:#7a682d"
inkscape:connector-curvature="0"
d="m 167.64,113.11 6.8545,2.5726 -9.8128,-1.7641 2.9583,-0.80854 z"
id="path5291" />
<path
style="fill:#ad9d3a;stroke:#ad9d3a"
inkscape:connector-curvature="0"
d="m 174.5,115.68 -3.2469,-3.3812 -3.6076,0.80854 z"
id="path5293" />
<path
style="fill:#e0c87b;stroke:#e0c87b"
inkscape:connector-curvature="0"
d="m 171.25,112.3 3.7519,-0.95555 -0.50506,4.3367 z"
id="path5295" />
<path
style="fill:#726f2a;stroke:#726f2a"
inkscape:connector-curvature="0"
d="m 141.64,93.565 4.3877,-12.006 -1.7857,12.474 z"
id="path5297" />
<path
style="fill:#7c792e;stroke:#7c792e"
inkscape:connector-curvature="0"
d="m 144.25,94.033 4.7448,-12.63 -1.8367,12.838 z"
id="path5299" />
<path
style="fill:#726f2a;stroke:#726f2a"
inkscape:connector-curvature="0"
d="m 147.15,94.241 5.153,-12.162 -2.3979,12.734 z"
id="path5301" />
<path
style="fill:#636239;stroke:#636239"
inkscape:connector-curvature="0"
d="m 149.91,94.813 5.7652,-10.967 -3.2142,11.331 z"
id="path5303" />
<path
style="fill:#726f2a;stroke:#726f2a"
inkscape:connector-curvature="0"
d="m 152.46,95.177 2.551,0.67568 4.0306,-10.031 z"
id="path5305" />
<path
style="fill:#888544;stroke:#888544"
inkscape:connector-curvature="0"
d="m 155.01,95.852 c 0,0 2.2959,0.62369 2.2959,0.62369 l 4.9489,-8.4719 z"
id="path5307" />
<path
style="fill:#726f2a;stroke:#726f2a"
inkscape:connector-curvature="0"
d="m 157.31,96.476 2.704,0.51975 4.8469,-7.0686 z"
id="path5309" />
<path
style="fill:#6b693b;stroke:#6b693b"
inkscape:connector-curvature="0"
d="m 160.01,96.996 4.277,1.4863 3.1718,-6.5278 z"
id="path5311" />
<path
style="fill:#504d1d;stroke:#504d1d"
inkscape:connector-curvature="0"
d="m 164.29,98.482 3.788,1.2863 2.343,-5.5792 z"
id="path5313" />
<path
style="fill:#886b11;stroke:#886b11"
inkscape:connector-curvature="0"
d="m 168.08,99.768 6.2051,1.8008 -1.5152,-6.1327 z"
id="path5315" />
<path
style="fill:#d6c693;stroke:#d6c693"
inkscape:connector-curvature="0"
d="m 172.77,95.437 3.3163,3.0665 -1.801,3.0661 z"
id="path5317" />
<path
style="fill:#c1b078;stroke:#c1b078"
inkscape:connector-curvature="0"
d="m 170.42,94.189 2.3469,1.2474 -4.6899,4.3318 z"
id="path5319" />
<path
style="fill:#baa663;stroke:#baa663"
inkscape:connector-curvature="0"
d="m 164.29,98.482 6.131,-4.2929 -2.9591,-2.2349 z"
id="path5321" />
<path
style="fill:#cdb157;stroke:#cdb157"
inkscape:connector-curvature="0"
d="m 160.01,96.996 4.8469,-7.0686 2.602,2.027 z"
id="path5323" />
<path
style="fill:#e4cf8b;stroke:#e4cf8b"
inkscape:connector-curvature="0"
d="m 157.31,96.476 c 0,0 4.9489,-8.4719 4.9489,-8.4719 l 2.602,1.9231 z"
id="path5325" />
<path
style="fill:#d1c535;stroke:#d1c535"
inkscape:connector-curvature="0"
d="m 155.01,95.852 4.0306,-10.031 3.2142,2.183 z"
id="path5327" />
<path
style="fill:#d7cd54;stroke:#d7cd54"
inkscape:connector-curvature="0"
d="m 152.46,95.177 3.2142,-11.331 3.3673,1.9751 z"
id="path5329" />
<path
style="fill:#b9aa6c;stroke:#b9aa6c"
inkscape:connector-curvature="0"
d="m 149.91,94.813 2.3979,-12.734 3.3673,1.7672 z"
id="path5331" />
<path
style="fill:#d5bc6a;stroke:#d5bc6a"
inkscape:connector-curvature="0"
d="m 148.99,81.403 3.3163,0.67567 -5.153,12.162 1.8367,-12.838 z"
id="path5333" />
<path
style="fill:#d5bf4c;stroke:#d5bf4c"
inkscape:connector-curvature="0"
d="m 146.03,81.559 2.9591,-0.15593 -4.7448,12.63 1.7857,-12.474 z"
id="path5335" />
<path
style="fill:#927722;stroke:#927722"
inkscape:connector-curvature="0"
d="m 139.5,93.254 1.6326,-2.131 0.51019,2.4428 z"
id="path5337" />
<path
style="fill:#b9972b;stroke:#b9972b"
inkscape:connector-curvature="0"
d="m 141.13,91.123 4.8979,-9.5634 -4.3877,12.006 z"
id="path5339" />
<path
style="fill:#8b712d;stroke:#8b712d"
inkscape:connector-curvature="0"
d="m 191.45,101.2 2.9583,-2.4991 -0.43291,4.4102 z"
id="path5341" />
<path
style="fill:#c7a22e;stroke:#c7a22e"
inkscape:connector-curvature="0"
d="m 194.41,98.703 4.7621,-6.9094 -5.195,11.32 z"
id="path5343" />
<path
style="fill:#e5d191;stroke:#e5d191"
inkscape:connector-curvature="0"
d="m 199.17,91.793 10.029,7.8649 c 0,0 -15.224,3.4547 -15.224,3.4547 z"
id="path5345" />
<path
style="fill:#ecdeaf;stroke:#ecdeaf"
inkscape:connector-curvature="0"
d="m 199.17,91.793 7.4317,-5.3658 2.5975,13.231 z"
id="path5347" />
<path
style="fill:#f1e7c5;stroke:#f1e7c5"
inkscape:connector-curvature="0"
d="m 206.61,86.427 4.7621,5.5863 -2.1646,7.6444 -2.5975,-13.231 z"
id="path5349" />
<path
style="fill:#b29028;stroke:#b29028"
inkscape:connector-curvature="0"
d="m 195.56,104.96 13.648,-5.3004 -15.224,3.4547 z"
id="path5351" />
<path
style="fill:#caa42e;stroke:#caa42e"
inkscape:connector-curvature="0"
d="m 196.69,107.28 17.344,-2.6238 -18.482,0.30217 z"
id="path5353" />
<path
style="fill:#ddc26d;stroke:#ddc26d"
inkscape:connector-curvature="0"
d="m 214.04,104.66 -4.8342,-4.9983 -13.648,5.3004 z"
id="path5355" />
<path
style="fill:#efe2ba;stroke:#efe2ba"
inkscape:connector-curvature="0"
d="m 214.04,104.66 0.0722,-7.1299 -4.9064,2.1316 z"
id="path5357" />
<path
style="fill:#edeab2;stroke:#edeab2"
inkscape:connector-curvature="0"
d="m 214.11,97.527 -2.7418,-5.5128 -2.1646,7.6444 z"
id="path5359" />
<path
style="fill:#877641;stroke:#877641"
inkscape:connector-curvature="0"
d="m 192.66,114.2 6.9387,7.5884 -3.4582,-11.109 z"
id="path5361" />
<path
style="fill:#dbcea1;stroke:#dbcea1"
inkscape:connector-curvature="0"
d="m 199.6,121.79 9.2856,6.0291 4.5918,-4.7817 z"
id="path5363" />
<path
style="fill:#d9c485;stroke:#d9c485"
inkscape:connector-curvature="0"
d="m 199.6,121.79 3.8775,-6.9647 9.9998,8.2121 z"
id="path5365" />
<path
style="fill:#c2ad65;stroke:#c2ad65"
inkscape:connector-curvature="0"
d="m 199.6,121.79 3.8775,-6.9647 -7.3357,-4.1442 z"
id="path5367" />
<path
style="fill:#8d7220;stroke:#8d7220"
inkscape:connector-curvature="0"
d="m 196.14,110.68 13.152,-1.0534 -12.602,-2.3455 z"
id="path5369" />
<path
style="fill:#baac7f;stroke:#baac7f"
inkscape:connector-curvature="0"
d="m 196.14,110.68 7.3357,4.1442 5.8162,-5.1975 z"
id="path5371" />
<path
style="fill:#e3d486;stroke:#e3d486"
inkscape:connector-curvature="0"
d="m 209.3,109.63 4.7413,-4.9694 -17.344,2.6238 z"
id="path5373" />
<path
style="fill:#f3e9ca;stroke:#f3e9ca"
inkscape:connector-curvature="0"
d="m 209.3,109.63 5.204,1.2474 -0.46271,-6.2168 z"
id="path5375" />
<path
style="fill:#d8cba1;stroke:#d8cba1"
inkscape:connector-curvature="0"
d="m 203.48,114.82 9.9998,8.2121 -4.1836,-13.41 z"
id="path5377" />
<path
style="fill:#dfc675;stroke:#dfc675"
inkscape:connector-curvature="0"
d="m 209.3,109.63 4.1836,13.41 1.0204,-12.162 z"
id="path5379" />
</g>
</g>
</g>
</svg>
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="46.133968mm"
height="16.296503mm"
viewBox="0 0 163.46682 57.743515"
id="svg4480"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="fish_click2.svg">
<defs
id="defs4482">
<filter
x="-0.031500001"
y="-0.1008"
width="1.063"
height="1.2016"
style="color-interpolation-filters:sRGB"
id="d">
<feGaussianBlur
id="feGaussianBlur4622"
stdDeviation="1.7056137" />
</filter>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5567">
<rect
style="fill:#666666"
id="rect5569"
width="170"
height="64.285713"
x="227.14285"
y="100.93363" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="127.67218"
inkscape:cy="19.952341"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="715"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata4485">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-229.69517,-103.49045)">
<g
id="g5206"
clip-path="url(#clipPath5567)">
<g
transform="matrix(0.33396884,0,0,0.33396884,213.14631,-110.31556)"
clip-path="none"
id="g9545">
<path
id="path4677"
d="m 125.42,86.285 -7.4696,6.8809 -4.9e-4,0 0,4.88e-4 -3.9338,2.617 -3.1158,0.29528 -3.2606,0.56094 4.9381,-2.3284 5.2506,-2.0297 -7.0008,1.1343 -5.501,1.97 -2.1879,0.11945 -5.1254,1.6116 -2.6055,0.18587 -3.2706,1.0082 -12.597,4.268702 -3.3738,1.4626 -3.3752,1.9404 -3.3131,1.6116 -3.0212,0.81084 -1.2375,-0.67562 -0.22123,1.0555 0.04444,2.0684 5.8785,4.5172 -4.1106,0.84427 -2.5214,1.6035 1.0187,1.6045 1.6107,-0.64742 6.4337,0.60538 4.6586,0.36265 4.3715,1.2643 5.5674,0.63977 3.7455,-0.24033 5.1273,0.042 8.0668,1.1295 6.7848,1.0235 4.2429,0.12662 5.8183,-1.1797 9.7845,-1.691 3.0059,-1.013 7.956,-2.111 3.315,7.6411 4.0666,1.5194 2.6518,-1.3508 1.3259,-2.8707 1.4143,-2.8707 1.8916,-1.0741 2.4378,-3.4627 0.43768,-3.5224 9.9518,-1.0168 5.3486,3.3351 6.0113,6.1632 8.0444,4.8966 3.9778,-3.8836 0.88441,-9.8782 -0.40089,-5.049 0.0626,-5.791 -2.3752,-4.477502 -4.1254,-4.5368 -6.4385,4.3581 -4.1259,5.611402 -2.5625,2.0302 -4.1885,2.6265 -10.689,-2.3284 1.5605,-2.4903 -2.873,-2.490302 -2.0331,-1.0134 -2.5639,-1.8152 -2.2543,-1.646 -2.2543,-1.562 -2.7842,-1.7731 -2.9175,-1.604 -2.917,-1.4353 -2.873,-0.549 -2.5639,0.12662 -4.2429,7.7677 -1.4148,1.7306 -2.3427,-0.12662 -2.961,0.04203 -1.9891,0.04247 -2.2232,-0.14716 -1.7956,0.43576 -1.6881,0.11945 1.6862,-2.1845 3.6227,-2.9094 z"
inkscape:connector-curvature="0"
style="fill-rule:evenodd;stroke:#cccccc;stroke-width:0.04061;filter:url(#d)"
transform="matrix(3.5433071,0,0,3.5433068,-163.73956,348.96758)"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<g
id="g4679"
transform="matrix(3.0691772,0,0,2.8773423,-136.85486,419.78748)"
style="stroke-width:0.048412"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<g
id="g4681"
style="fill-rule:evenodd">
<path
id="path4683"
d="m 78.535,106.46 -1.1544,1.4333 2.3089,0.84529 z"
inkscape:connector-curvature="0"
style="fill:#cccccc;stroke:#cccccc" />
<path
id="path4685"
d="m 77.38,107.89 0.28861,2.0581 2.0203,-1.2128 z"
inkscape:connector-curvature="0"
style="fill:#575757;stroke:#575757" />
<path
id="path4687"
d="m 79.689,108.74 0.10823,2.7196 -2.1285,-1.5068 z"
inkscape:connector-curvature="0"
style="fill:#2c2c2c;stroke:#2c2c2c" />
</g>
<path
id="path4689"
d="m 79.689,108.74 2.0924,1.2128 -1.9842,1.5068 z"
inkscape:connector-curvature="0"
style="stroke:#000000" />
<path
id="path4691"
d="m 79.689,108.74 2.0924,-0.69828 0,1.9111 z"
inkscape:connector-curvature="0"
style="fill:#202020;stroke:#202020" />
<path
id="path4693"
d="m 79.689,108.74 0.65,-2.54 1.4431,1.8376 -2.0924,0.69828"
inkscape:connector-curvature="0"
style="fill:#272727;stroke:#272727" />
<path
id="path4695"
d="m 78.535,106.46 1.804,-0.26 -0.64938,2.5359 -1.1544,-2.2786"
inkscape:connector-curvature="0"
style="fill:#575757;stroke:#575757" />
<path
id="path4697"
d="m 77.38,107.89 -1.424,1.6572 1.7126,0.40087 z"
inkscape:connector-curvature="0"
style="fill:#009edd;stroke:#009edd" />
<path
id="path4699"
d="m 75.956,109.55 -0.43367,-2.131 1.8576,0.47375 z"
inkscape:connector-curvature="0"
style="fill:#0084cf;stroke:#0084cf" />
<path
id="path4701"
d="m 75.523,107.42 0.86733,-2.2349 0.06148,2.4718 -0.92882,-0.23688"
inkscape:connector-curvature="0"
style="fill:#0aa7ff;stroke:#0aa7ff" />
<path
id="path4703"
d="m 76.451,107.65 2.0833,-1.1965 -1.1544,1.4333 z"
inkscape:connector-curvature="0"
style="fill:#00d5f1;stroke:#00d5f1" />
<path
id="path4705"
d="m 76.39,105.18 2.1448,1.2753 -2.0833,1.1965 z"
inkscape:connector-curvature="0"
style="fill:#0ac4ff;stroke:#0ac4ff" />
<path
id="path4707"
d="m 76.39,105.18 1.7092,-2.2089 0.99488,1.6372 z"
inkscape:connector-curvature="0"
style="fill:#00badd;stroke:#00badd" />
<path
id="path4709"
d="m 79.094,104.61 -0.55929,1.8471 -2.1448,-1.2753 z"
inkscape:connector-curvature="0"
style="fill:#07b0ff;stroke:#07b0ff" />
<path
id="path4711"
d="m 79.094,104.61 1.245,1.59 -1.804,0.26 z"
inkscape:connector-curvature="0"
style="fill:#0ad8ff;stroke:#0ad8ff" />
<path
id="path4713"
d="m 78.099,102.97 2.1938,-0.75364 -1.199,2.3908 z"
inkscape:connector-curvature="0"
style="fill:#00e7b0;stroke:#00e7b0" />
<path
id="path4715"
d="m 80.293,102.22 2.1683,0.51975 -1.1735,1.8451 z"
inkscape:connector-curvature="0"
style="fill:#69ffc9;stroke:#69ffc9" />
<path
id="path4717"
d="m 79.094,104.61 2.1938,-0.026 -0.99488,-2.3649 z"
inkscape:connector-curvature="0"
style="fill:#0affd8;stroke:#0affd8" />
<path
id="path4719"
d="m 81.288,104.58 -0.949,1.62 -1.245,-1.59 z"
inkscape:connector-curvature="0"
style="fill:#00e7fc;stroke:#00e7fc" />
<path
id="path4721"
d="m 81.288,104.58 1.7347,1.3514 -2.684,0.26445 0.94931,-1.6158"
inkscape:connector-curvature="0"
style="fill:#0affeb;stroke:#0affeb" />
<path
id="path4723"
d="m 77.669,109.95 -0.9728,1.4962 -0.73978,-1.8971"
inkscape:connector-curvature="0"
style="fill:#0a62ff;stroke:#0a62ff" />
<path
id="path4725"
d="m 77.669,109.95 -0.9728,1.4962 3.1013,0.0106"
inkscape:connector-curvature="0"
style="fill:#0a9dff;stroke:#0a9dff" />
<path
id="path4727"
d="m 76.696,111.44 1.7347,1.8971 1.3666,-1.8865"
inkscape:connector-curvature="0"
style="fill:#0a93ff;stroke:#0a93ff" />
<path
id="path4729"
d="m 79.797,111.46 -1.3666,1.8865 1.6192,1.0904 z"
inkscape:connector-curvature="0"
style="fill:#0ab1ff;stroke:#0ab1ff" />
<path
id="path4731"
d="m 79.797,111.46 2.6696,2.9769 -2.4171,0"
inkscape:connector-curvature="0"
style="fill:#0aceff;stroke:#0aceff" />
<path
id="path4733"
d="m 81.132,112.94 3.2469,0.42264 -1.912,1.0658"
inkscape:connector-curvature="0"
style="fill:#0a89ff;stroke:#0a89ff" />
<path
id="path4735"
d="m 81.132,112.94 0.64937,-2.9953 -1.9842,1.5068"
inkscape:connector-curvature="0"
style="fill:#00d6d6;stroke:#00d6d6" />
<path
id="path4737"
d="m 81.782,109.95 2.0924,1.0291 -2.7418,1.9662"
inkscape:connector-curvature="0"
style="fill:#a7ffff;stroke:#a7ffff" />
<path
id="path4739"
d="m 83.874,110.98 0.50507,2.3889 -3.2469,-0.42264"
inkscape:connector-curvature="0"
style="fill:#b8ebff;stroke:#b8ebff" />
<path
id="path4741"
d="m 83.874,110.98 1.9481,0.29402 -1.4431,2.0948"
inkscape:connector-curvature="0"
style="fill:#0affff;stroke:#0affff" />
<path
id="path4743"
d="m 85.822,111.27 -0.07215,-3.0872 -1.876,2.7932"
inkscape:connector-curvature="0"
style="fill:#52bb00;stroke:#52bb00" />
<path
id="path4745"
d="m 81.782,109.95 1.8399,-2.3705 0.25254,3.3996"
inkscape:connector-curvature="0"
style="fill:#b8ffff;stroke:#b8ffff" />
<path
id="path4747"
d="m 83.622,107.58 2.1285,0.60641 -1.876,2.7932 -0.25254,-3.3996"
inkscape:connector-curvature="0"
style="fill:#88ffb3;stroke:#88ffb3" />
<path
id="path4749"
d="m 81.782,108.04 1.8399,-0.45941 -1.8399,2.3705 z"
inkscape:connector-curvature="0"
style="fill:#5cffff;stroke:#5cffff" />
<path
id="path4751"
d="m 80.339,106.2 1.4431,1.8376 1.2409,-2.102 z"
inkscape:connector-curvature="0"
style="fill:#0affff;stroke:#0affff" />
<path
id="path4753"
d="m 83.622,107.58 -0.59896,-1.6426 -1.2409,2.102 z"
inkscape:connector-curvature="0"
style="fill:#8bffc7;stroke:#8bffc7" />
<path
id="path4755"
d="m 83.023,105.94 1.9338,-0.0847 -1.3348,1.7273 z"
inkscape:connector-curvature="0"
style="fill:#0affd8;stroke:#0affd8" />
<path
id="path4757"
d="m 83.622,107.58 2.1285,0.60641 -0.79368,-2.3338 z"
inkscape:connector-curvature="0"
style="fill:#0affba;stroke:#0affba" />
<path
id="path4759"
d="m 81.288,104.58 1.7347,1.3514 -0.56122,-3.1965 z"
inkscape:connector-curvature="0"
style="fill:#c1ff63;stroke:#c1ff63" />
<path
id="path4761"
d="m 82.461,102.74 1.9899,1.752 -1.4287,1.4445 z"
inkscape:connector-curvature="0"
style="fill:#87ff44;stroke:#87ff44" />
<path
id="path4763"
d="m 84.451,104.49 0.50507,1.3598 -1.9338,0.0847 z"
inkscape:connector-curvature="0"
style="fill:#baff0a;stroke:#baff0a" />
<path
id="path4765"
d="m 92.027,104.14 6.4216,-1.6906 -5.4836,6.6888 z"
inkscape:connector-curvature="0"
style="fill:#337fa3;stroke:#337fa3" />
<path
id="path4767"
d="m 98.449,102.45 2.5253,4.4102 -8.0089,2.2786 z"
inkscape:connector-curvature="0"
style="fill:#3c5a9a;stroke:#3c5a9a" />
<path
id="path4769"
d="m 92.965,109.14 5.9887,3.6017 2.0203,-5.8803 z"
inkscape:connector-curvature="0"
style="fill:#543e98;stroke:#543e98" />
<path
id="path4771"
d="m 98.954,112.74 2.5975,1.4701 0.86583,-4.8513 z"
inkscape:connector-curvature="0"
style="fill:#344ba9;stroke:#344ba9" />
<path
id="path4773"
d="m 102.42,109.36 -1.443,-2.4991 -2.0203,5.8803 z"
inkscape:connector-curvature="0"
style="fill:#485a95;stroke:#485a95" />
<path
id="path4775"
d="m 92.965,109.14 -1.5874,8.0119 4.0405,1.1761 z"
inkscape:connector-curvature="0"
style="fill:#753549;stroke:#753549" />
<path
id="path4777"
d="m 95.418,118.33 3.5355,-5.5863 -5.9887,-3.6017 z"
inkscape:connector-curvature="0"
style="fill:#4b1f5c;stroke:#4b1f5c" />
<path
id="path4779"
d="m 95.418,118.33 3.8241,0.66153 -0.28861,-6.2478 z"
inkscape:connector-curvature="0"
style="fill:#6864d1;stroke:#6864d1" />
<path
id="path4781"
d="m 99.243,118.99 -0.28861,-6.2478 2.5975,1.4701 z"
inkscape:connector-curvature="0"
style="fill:#485195;stroke:#485195" />
<path
id="path4783"
d="m 91.378,117.15 3.0304,4.2632 1.0101,-3.0872 z"
inkscape:connector-curvature="0"
style="fill:#db684a;stroke:#db684a" />
<path
id="path4785"
d="m 91.378,117.15 0.43292,6.3874 2.5975,-2.1242 z"
inkscape:connector-curvature="0"
style="fill:#ffc7a7;stroke:#ffc7a7" />
<path
id="path4787"
d="m 94.408,121.42 4.8342,-2.4256 -3.8241,-0.66153 z"
inkscape:connector-curvature="0"
style="fill:#d77089;stroke:#d77089" />
<path
id="path4789"
d="m 85.822,111.27 5.5558,5.8803 -6.9988,-3.7854 z"
inkscape:connector-curvature="0"
style="fill:#c38a98;stroke:#c38a98" />
<path
id="path4791"
d="m 85.822,111.27 7.1431,-2.1316 -1.5874,8.0119 z"
inkscape:connector-curvature="0"
style="fill:#645a83;stroke:#645a83" />
<path
id="path4793"
d="m 85.75,108.18 7.2153,0.95555 -7.1431,2.1316 z"
inkscape:connector-curvature="0"
style="fill:#3c4400;stroke:#3c4400" />
<path
id="path4795"
d="m 84.956,105.85 7.071,-1.709 -6.2773,4.0427 z"
inkscape:connector-curvature="0"
style="fill:#34671a;stroke:#34671a" />
<path
id="path4797"
d="m 85.75,108.18 7.2153,0.95555 -0.93799,-4.9983 z"
inkscape:connector-curvature="0"
style="fill:#003f44;stroke:#003f44" />
<path
id="path4799"
d="m 80.05,114.43 0.28861,6.7624 2.1285,-6.7624 z"
inkscape:connector-curvature="0"
style="fill:#d2b590;stroke:#d2b590" />
<path
id="path4801"
d="m 82.467,114.43 2.9178,8.3193 -1.0058,-9.3851 z"
inkscape:connector-curvature="0"
style="fill:#ffd5a7;stroke:#ffd5a7" />
<path
id="path4803"
d="m 80.339,121.19 5.0463,1.557 -2.9178,-8.3193 z"
inkscape:connector-curvature="0"
style="fill:#ffe3a7;stroke:#ffe3a7" />
<path
id="path4805"
d="m 84.379,113.37 6.9988,3.7854 -5.993,5.5997 z"
inkscape:connector-curvature="0"
style="fill:#ffaa8f;stroke:#ffaa8f" />
<path
id="path4807"
d="m 85.385,122.75 6.426,0.78777 -0.43292,-6.3874 z"
inkscape:connector-curvature="0"
style="fill:#ffbc8f;stroke:#ffbc8f" />
<path
id="path4809"
d="m 72.513,106.61 -1.2245,1.1434 1.8877,1.4033 z"
inkscape:connector-curvature="0"
style="fill:#aa8100;stroke:#aa8100" />
<path
id="path4811"
d="m 72.513,106.61 1.2245,0.6237 -0.56122,1.9231 z"
inkscape:connector-curvature="0"
style="fill:#7d670e;stroke:#7d670e" />
<path
id="path4813"
d="m 71.288,107.75 0.45918,1.8191 1.4285,-0.4158 z"
inkscape:connector-curvature="0"
style="fill:#aea92f;stroke:#aea92f" />
<path
id="path4815"
d="m 71.747,109.57 0.40816,6.237 -5.255,-6.4449 z"
inkscape:connector-curvature="0"
style="fill:#cfc174;stroke:#cfc174" />
<path
id="path4817"
d="m 66.9,109.37 0.10204,-2.131 4.2856,0.51975 z"
inkscape:connector-curvature="0"
style="fill:#bbbb00;stroke:#bbbb00" />
<path
id="path4819"
d="m 66.9,109.37 4.3877,-1.6112 0.45918,1.8191 z"
inkscape:connector-curvature="0"
style="fill:#cbc034;stroke:#cbc034" />
<path
id="path4821"
d="m 66.9,109.37 -1.5816,-1.6632 1.6836,-0.46778 z"
inkscape:connector-curvature="0"
style="fill:#9c9434;stroke:#9c9434" />
<path
id="path4823"
d="m 65.319,107.7 0.05102,2.5468 1.5306,-0.88358 z"
inkscape:connector-curvature="0"
style="fill:#775b00;stroke:#775b00" />
<path
id="path4825"
d="m 65.37,110.25 6.7856,5.5613 -5.255,-6.4449 z"
inkscape:connector-curvature="0"
style="fill:#b59f33;stroke:#b59f33" />
<path
id="path4827"
d="m 73.176,109.16 2.7806,0.38981 -2.2194,-2.3129 z"
inkscape:connector-curvature="0"
style="fill:#69731f;stroke:#69731f" />
<path
id="path4829"
d="m 73.737,107.23 1.7857,0.18191 0.43367,2.131 z"
inkscape:connector-curvature="0"
style="fill:#69731f;stroke:#69731f" />
<path
id="path4831"
d="m 72.513,106.61 3.8775,-1.4293 -2.653,2.053 z"
inkscape:connector-curvature="0"
style="fill:#849600;stroke:#849600" />
<path
id="path4833"
d="m 75.523,107.42 0.86733,-2.2349 -2.653,2.053 z"
inkscape:connector-curvature="0"
style="fill:#69731f;stroke:#69731f" />
<path
id="path4835"
d="m 67.002,107.23 3.4873,-0.99817 0.7983,1.5179 z"
inkscape:connector-curvature="0"
style="fill:#b09e3e;stroke:#b09e3e" />
<path
id="path4837"
d="m 70.49,106.24 2.0228,0.37447 -1.2245,1.1434 z"
inkscape:connector-curvature="0"
style="fill:#868224;stroke:#868224" />
<path
id="path4839"
d="m 70.49,106.24 3.8241,-1.9846 -1.8013,2.3591 z"
inkscape:connector-curvature="0"
style="fill:#69731f;stroke:#69731f" />
<path
id="path4841"
d="m 74.314,104.25 2.0762,0.92977 -3.8775,1.4293 z"
inkscape:connector-curvature="0"
style="fill:#969a2b;stroke:#969a2b" />
<path
id="path4843"
d="m 78.099,102.97 -3.7853,1.2792 2.0762,0.92977 z"
inkscape:connector-curvature="0"
style="fill:#828e26;stroke:#828e26" />
<path
id="path4845"
d="m 78.099,102.97 0.11091,-1.1097 -3.8962,2.3889 z"
inkscape:connector-curvature="0"
style="fill:#565e19;stroke:#565e19" />
<path
id="path4847"
d="m 76.696,111.44 -4.5407,4.3659 3.801,-6.263 z"
inkscape:connector-curvature="0"
style="fill:#c2b84e;stroke:#c2b84e" />
<path
id="path4849"
d="m 73.176,109.16 -1.0204,6.6528 -0.40816,-6.237 z"
inkscape:connector-curvature="0"
style="fill:#acb87a;stroke:#acb87a" />
<path
id="path4851"
d="m 73.176,109.16 2.7806,0.38981 -3.801,6.263 z"
inkscape:connector-curvature="0"
style="fill:#a8b246;stroke:#a8b246" />
<path
id="path4853"
d="m 67.411,116.85 7.5509,3.8981 -2.8061,-4.9376 z"
inkscape:connector-curvature="0"
style="fill:#ffd270;stroke:#ffd270" />
<path
id="path4855"
d="m 78.431,113.34 -3.4693,7.4064 5.3771,0.44634 z"
inkscape:connector-curvature="0"
style="fill:#ffe3a7;stroke:#ffe3a7" />
<path
id="path4857"
d="m 72.155,115.81 6.2754,-2.4688 -1.7347,-1.8971 z"
inkscape:connector-curvature="0"
style="fill:#e0d555;stroke:#e0d555" />
<path
id="path4859"
d="m 74.961,120.75 3.4693,-7.4064 -6.2754,2.4688 z"
inkscape:connector-curvature="0"
style="fill:#e0d193;stroke:#e0d193" />
<path
id="path4861"
d="m 78.431,113.34 1.6192,1.0904 0.28861,6.7624 z"
inkscape:connector-curvature="0"
style="fill:#dfc389;stroke:#dfc389" />
<path
id="path4863"
d="m 80.293,102.22 1.8112,-2.157 -3.8941,1.8009 z"
inkscape:connector-curvature="0"
style="fill:#6f8e20;stroke:#6f8e20" />
<path
id="path4865"
d="m 67.411,116.85 0.12437,3.1527 7.4265,0.74539 z"
inkscape:connector-curvature="0"
style="fill:#ffe3a7;stroke:#ffe3a7" />
<path
id="path4867"
d="m 67.535,120 -3.0349,-1.1782 2.9105,-1.9745 z"
inkscape:connector-curvature="0"
style="fill:#ffaf58;stroke:#ffaf58" />
<path
id="path4869"
d="m 124.5,93.704 2.3089,7.5709 -4.1127,-0.2205 z"
inkscape:connector-curvature="0"
style="fill:#56863f;stroke:#56863f" />
<path
id="path4871"
d="m 124.5,93.704 1.9481,-0.14701 0.36077,7.7179 z"
inkscape:connector-curvature="0"
style="fill:#385a3e;stroke:#385a3e" />
<path
id="path4873"
d="m 122.69,101.05 1.2988,9.8495 2.814,-9.629 z"
inkscape:connector-curvature="0"
style="fill:#276eaf;stroke:#276eaf" />
<path
id="path4875"
d="m 103.43,93.337 5.9165,-1.9846 1.0101,2.5726 z"
inkscape:connector-curvature="0"
style="fill:#6a751a;stroke:#6a751a" />
<path
id="path4877"
d="m 109.34,91.352 2.5253,-0.14701 -1.5152,2.7196 z"
inkscape:connector-curvature="0"
style="fill:#719621;stroke:#719621" />
<path
id="path4879"
d="m 111.87,91.205 2.6696,1.5436 -4.1849,1.1761 z"
inkscape:connector-curvature="0"
style="fill:#94af27;stroke:#94af27" />
<path
id="path4881"
d="m 111.87,91.205 6.3494,-2.4256 -3.6798,3.9692 z"
inkscape:connector-curvature="0"
style="fill:#6a751a;stroke:#6a751a" />
<path
id="path4883"
d="m 118.22,88.78 2.0203,1.1026 -5.7,2.8666 z"
inkscape:connector-curvature="0"
style="fill:#a9af27;stroke:#a9af27" />
<path
id="path4885"
d="m 118.22,88.78 8.0811,-1.3966 -6.0608,2.4991 z"
inkscape:connector-curvature="0"
style="fill:#d9de69;stroke:#d9de69" />
<path
id="path4887"
d="m 114.54,92.749 -0.43292,7.5709 -3.7519,-6.3948 z"
inkscape:connector-curvature="0"
style="fill:#347d4b;stroke:#347d4b" />
<path
id="path4889"
d="m 82.461,102.74 -2.1683,-0.51975 1.8112,-2.157 z"
inkscape:connector-curvature="0"
style="fill:#5c7821;stroke:#5c7821" />
<path
id="path4891"
d="m 82.461,102.74 5.309,-2.9339 -3.319,4.6859 z"
inkscape:connector-curvature="0"
style="fill:#69731f;stroke:#69731f" />
<path
id="path4893"
d="m 84.451,104.49 7.576,-0.34915 -4.257,-4.3367 z"
inkscape:connector-curvature="0"
style="fill:#458048;stroke:#458048" />
<path
id="path4895"
d="m 84.451,104.49 0.50507,1.3598 7.071,-1.709 z"
inkscape:connector-curvature="0"
style="fill:#304216;stroke:#304216" />
<path
id="path4897"
d="m 82.104,100.06 5.6661,-0.2572 -5.309,2.9339 z"
inkscape:connector-curvature="0"
style="fill:#5b731f;stroke:#5b731f" />
<path
id="path4899"
d="m 87.77,99.805 8.8748,-4.9983 -14.541,5.2555 z"
inkscape:connector-curvature="0"
style="fill:#51632c;stroke:#51632c" />
<path
id="path4901"
d="M 92.027,104.14 96.6448,94.805 87.77,99.8033 Z"
inkscape:connector-curvature="0"
style="fill:#548280;stroke:#548280" />
<path
id="path4903"
d="m 96.645,94.807 1.8038,7.6444 -6.4216,1.6906 z"
inkscape:connector-curvature="0"
style="fill:#42947d;stroke:#42947d" />
<path
id="path4905"
d="m 96.645,94.807 4.6178,3.5282 -2.814,4.1162 z"
inkscape:connector-curvature="0"
style="fill:#447d4b;stroke:#447d4b" />
<path
id="path4907"
d="m 101.26,98.335 -0.28862,8.5264 -2.5253,-4.4102 z"
inkscape:connector-curvature="0"
style="fill:#427a94;stroke:#427a94" />
<path
id="path4909"
d="m 101.26,98.335 3.9684,4.0427 -4.257,4.4837 z"
inkscape:connector-curvature="0"
style="fill:#41745e;stroke:#41745e" />
<path
id="path4911"
d="m 105.23,102.38 2.3825,4.6827 -6.6395,-0.19897 z"
inkscape:connector-curvature="0"
style="fill:#276458;stroke:#276458" />
<path
id="path4913"
d="m 102.42,109.36 5.1965,-2.3002 -6.6395,-0.19897 z"
inkscape:connector-curvature="0"
style="fill:#366f85;stroke:#366f85" />
<path
id="path4915"
d="m 107.76,121.86 -7.576,-1.1026 3.1747,-4.9983 z"
inkscape:connector-curvature="0"
style="fill:#368da7;stroke:#368da7" />
<path
id="path4917"
d="m 100.18,120.75 -0.93798,-1.7641 4.1127,-3.2342 z"
inkscape:connector-curvature="0"
style="fill:#488395;stroke:#488395" />
<path
id="path4919"
d="m 103.36,115.76 1.6595,-4.9248 -3.4633,3.3812 z"
inkscape:connector-curvature="0"
style="fill:#3971a4;stroke:#3971a4" />
<path
id="path4921"
d="m 99.243,118.99 4.1127,-3.2342 -1.8038,-1.5436 z"
inkscape:connector-curvature="0"
style="fill:#486a95;stroke:#486a95" />
<path
id="path4923"
d="m 105.01,110.83 -2.5975,-1.4701 5.1965,-2.3002 z"
inkscape:connector-curvature="0"
style="fill:#488395;stroke:#488395" />
<path
id="path4925"
d="m 102.42,109.36 -0.86583,4.8513 3.4633,-3.3812 z"
inkscape:connector-curvature="0"
style="fill:#485e95;stroke:#485e95" />
<path
id="path4927"
d="m 64.5,118.82 1.1759,1.9756 1.859,-0.79737 z"
inkscape:connector-curvature="0"
style="fill:#ffe3a7;stroke:#ffe3a7" />
<path
id="path4929"
d="m 65.319,107.7 0.2551,-1.2994 1.4285,0.8316 z"
inkscape:connector-curvature="0"
style="fill:#967d00;stroke:#967d00" />
<path
id="path4931"
d="m 94.408,121.42 1.7263,1.828 -4.3237,0.29626 z"
inkscape:connector-curvature="0"
style="fill:#ffc0a7;stroke:#ffc0a7" />
<path
id="path4933"
d="m 96.135,123.24 3.108,-4.2536 -4.8342,2.4256 z"
inkscape:connector-curvature="0"
style="fill:#dc9778;stroke:#dc9778" />
<path
id="path4935"
d="m 100.18,120.75 -4.0459,2.4895 3.108,-4.2536 z"
inkscape:connector-curvature="0"
style="fill:#b987b7;stroke:#b987b7" />
<path
id="path4937"
d="m 96.135,123.24 5.9183,0.052 -1.8723,-2.5415 z"
inkscape:connector-curvature="0"
style="fill:#e9ab97;stroke:#e9ab97" />
<path
id="path4939"
d="m 102.05,123.3 5.7037,-1.4389 -7.576,-1.1026 z"
inkscape:connector-curvature="0"
style="fill:#bfb18e;stroke:#bfb18e" />
<path
id="path4941"
d="m 107.61,107.06 0.1533,4.1765 -2.7523,-0.40627 z"
inkscape:connector-curvature="0"
style="fill:#488395;stroke:#488395" />
<path
id="path4943"
d="m 105.01,110.83 -1.6595,4.9248 4.4118,-4.5185 z"
inkscape:connector-curvature="0"
style="fill:#307bad;stroke:#307bad" />
<path
id="path4945"
d="m 107.76,121.86 3.6076,2.8299 -9.3113,-1.391 z"
inkscape:connector-curvature="0"
style="fill:#ead2bc;stroke:#ead2bc" />
<path
id="path4947"
d="m 111.7,120.75 -0.33137,3.9378 -3.6076,-2.8299 z"
inkscape:connector-curvature="0"
style="fill:#acbba0;stroke:#acbba0" />
<path
id="path4949"
d="m 113.74,121.81 -2.3722,2.8723 0.33137,-3.9378 z"
inkscape:connector-curvature="0"
style="fill:#4b6a87;stroke:#4b6a87" />
<path
id="path4951"
d="m 123.99,110.9 2.7554,0.64462 0.0585,-10.274 z"
inkscape:connector-curvature="0"
style="fill:#2758af;stroke:#2758af" />
<path
id="path4953"
d="m 123.99,110.9 -2.3089,-0.44102 1.0101,-9.4085 z"
inkscape:connector-curvature="0"
style="fill:#2677ad;stroke:#2677ad" />
<path
id="path4955"
d="m 110.35,93.925 -2.7403,13.136 6.4922,-6.7408 z"
inkscape:connector-curvature="0"
style="fill:#3e6c3e;stroke:#3e6c3e" />
<path
id="path4957"
d="m 105.23,102.38 5.1228,-8.4529 -2.7403,13.136 z"
inkscape:connector-curvature="0"
style="fill:#2e6958;stroke:#2e6958" />
<path
id="path4959"
d="m 101.26,98.335 9.0912,-4.4102 -5.1228,8.4529 z"
inkscape:connector-curvature="0"
style="fill:#42632c;stroke:#42632c" />
<path
id="path4961"
d="m 101.26,98.335 2.1646,-4.9983 6.9266,0.58803 z"
inkscape:connector-curvature="0"
style="fill:#495613;stroke:#495613" />
<path
id="path4963"
d="m 96.645,94.807 3.7752,-1.2414 0.8426,4.7696 z"
inkscape:connector-curvature="0"
style="fill:#3e751a;stroke:#3e751a" />
<path
id="path4965"
d="m 100.42,93.565 3.0072,-0.22866 -2.1646,4.9983 z"
inkscape:connector-curvature="0"
style="fill:#62881e;stroke:#62881e" />
<path
id="path4967"
d="m 113.74,121.81 5.4591,4.132 -7.8313,-1.2597 z"
inkscape:connector-curvature="0"
style="fill:#dcc6b2;stroke:#dcc6b2" />
<path
id="path4969"
d="m 119.2,125.95 1.4796,-2.8066 -6.9387,-1.3254 z"
inkscape:connector-curvature="0"
style="fill:#ccb39c;stroke:#ccb39c" />
<path
id="path4971"
d="m 120.67,123.14 3.4183,2.9626 -1.0714,-5.0936 z"
inkscape:connector-curvature="0"
style="fill:#ddb692;stroke:#ddb692" />
<path
id="path4973"
d="m 123.02,121.01 5.7142,1.4553 -5.6122,-3.9501 z"
inkscape:connector-curvature="0"
style="fill:#034859;stroke:#034859" />
<path
id="path4975"
d="m 124.5,93.704 -2.5965,-2.01 4.5408,-3.2225 z"
inkscape:connector-curvature="0"
style="fill:#6a751a;stroke:#6a751a" />
<path
id="path4977"
d="m 126.44,88.472 8.6223,-8.4719 -4.4387,7.4324 z"
inkscape:connector-curvature="0"
style="fill:#dfe382;stroke:#dfe382" />
<path
id="path4979"
d="m 130.62,87.432 -4.1817,3.5822 -0.002,-2.5427 z"
inkscape:connector-curvature="0"
style="fill:#c5c562;stroke:#c5c562" />
<path
id="path4981"
d="m 114.54,92.749 3.7637,-0.69058 -4.1966,8.2615 z"
inkscape:connector-curvature="0"
style="fill:#1a755f;stroke:#1a755f" />
<path
id="path4983"
d="m 118.3,92.058 3.5969,-0.36383 0.79267,9.3603 z"
inkscape:connector-curvature="0"
style="fill:#448f5c;stroke:#448f5c" />
<path
id="path4985"
d="m 122.69,101.05 1.8038,-7.3504 -2.5965,-2.01 z"
inkscape:connector-curvature="0"
style="fill:#556e36;stroke:#556e36" />
<path
id="path4987"
d="m 121.68,110.46 1.4419,8.0503 0.86695,-7.6093 z"
inkscape:connector-curvature="0"
style="fill:#1c7080;stroke:#1c7080" />
<path
id="path4989"
d="m 126.75,111.55 1.9898,10.915 -4.7452,-11.559 z"
inkscape:connector-curvature="0"
style="fill:#086572;stroke:#086572" />
<path
id="path4991"
d="m 123.99,110.9 -0.86695,7.6093 5.6122,3.9501 z"
inkscape:connector-curvature="0"
style="fill:#096385;stroke:#096385" />
<path
id="path4993"
d="m 119.2,125.95 4.8979,0.15592 -3.4183,-2.9626 z"
inkscape:connector-curvature="0"
style="fill:#e8ceb7;stroke:#e8ceb7" />
<path
id="path4995"
d="m 130.73,111.91 1.5306,-9.7713 0.5102,9.9272 z"
inkscape:connector-curvature="0"
style="fill:#1e6282;stroke:#1e6282" />
<path
id="path4997"
d="m 132.77,112.07 2.653,0.36383 -0.5102,-9.7713 z"
inkscape:connector-curvature="0"
style="fill:#3d6299;stroke:#3d6299" />
<path
id="path4999"
d="m 135.42,112.43 2.9591,0.10394 -0.71428,-9.1996 z"
inkscape:connector-curvature="0"
style="fill:#38659e;stroke:#38659e" />
<path
id="path5001"
d="m 138.38,112.54 2.5,0 -0.40816,-8.0561 z"
inkscape:connector-curvature="0"
style="fill:#276eaf;stroke:#276eaf" />
<path
id="path5003"
d="m 130.73,111.91 -0.96937,-10.499 -3.0102,10.135 z"
inkscape:connector-curvature="0"
style="fill:#3541a1;stroke:#3541a1" />
<path
id="path5005"
d="m 126.8,101.28 2.9516,0.13849 -1.2394,-8.3932 z"
inkscape:connector-curvature="0"
style="fill:#1d8356;stroke:#1d8356" />
<path
id="path5007"
d="m 129.76,101.41 2.5,0.72764 -1.1734,-8.9397 z"
inkscape:connector-curvature="0"
style="fill:#209458;stroke:#209458" />
<path
id="path5009"
d="m 132.26,102.14 2.653,0.51976 -1.5306,-9.5114 z"
inkscape:connector-curvature="0"
style="fill:#1d7c65;stroke:#1d7c65" />
<path
id="path5011"
d="m 134.91,102.66 2.7551,0.67567 -0.86733,-10.239 z"
inkscape:connector-curvature="0"
style="fill:#1c7d52;stroke:#1c7d52" />
<path
id="path5013"
d="m 137.66,103.34 2.8061,1.1434 -0.96937,-11.227 z"
inkscape:connector-curvature="0"
style="fill:#1d8a6f;stroke:#1d8a6f" />
<path
id="path5015"
d="m 133.38,93.15 3.4183,-0.052 -1.8877,9.5634 z"
inkscape:connector-curvature="0"
style="fill:#208e62;stroke:#208e62" />
<path
id="path5017"
d="m 131.08,93.202 2.2959,-0.052 -1.1224,8.9917 z"
inkscape:connector-curvature="0"
style="fill:#44995f;stroke:#44995f" />
<path
id="path5019"
d="m 128.52,93.021 1.2394,8.3932 1.3265,-8.2121 z"
inkscape:connector-curvature="0"
style="fill:#1a7563;stroke:#1a7563" />
<path
id="path5021"
d="m 126.44,93.557 2.073,-0.53682 -1.7122,8.2547 z"
inkscape:connector-curvature="0"
style="fill:#208e51;stroke:#208e51" />
<path
id="path5023"
d="m 128.74,122.46 1.9898,-10.551 -3.9795,-0.36383 z"
inkscape:connector-curvature="0"
style="fill:#095b7c;stroke:#095b7c" />
<path
id="path5025"
d="m 128.74,122.46 4.0305,-10.395 -2.0408,-0.15592 z"
inkscape:connector-curvature="0"
style="fill:#313b84;stroke:#313b84" />
<path
id="path5027"
d="m 135.42,118.51 5.306,1.6112 -2.1428,-3.0146 z"
inkscape:connector-curvature="0"
style="fill:#94689a;stroke:#94689a" />
<path
id="path5029"
d="m 138.58,117.11 6.2754,1.3514 -4.1326,1.6632 z"
inkscape:connector-curvature="0"
style="fill:#9d8da5;stroke:#9d8da5" />
<path
id="path5031"
d="m 138.58,117.11 -0.20408,-4.5738 -2.9591,-0.10394 z"
inkscape:connector-curvature="0"
style="fill:#3f4e97;stroke:#3f4e97" />
<path
id="path5033"
d="m 135.42,118.51 0,-6.0811 3.1632,4.6778 z"
inkscape:connector-curvature="0"
style="fill:#515985;stroke:#515985" />
<path
id="path5035"
d="m 132.77,112.07 2.653,6.4449 0,-6.0811 z"
inkscape:connector-curvature="0"
style="fill:#49518d;stroke:#49518d" />
<path
id="path5037"
d="m 128.74,122.46 6.6836,-3.9501 -2.653,-6.4449 z"
inkscape:connector-curvature="0"
style="fill:#2c467b;stroke:#2c467b" />
<path
id="path5039"
d="m 135.42,118.51 6.6836,4.054 -13.367,-0.10395 z"
inkscape:connector-curvature="0"
style="fill:#1c4c5e;stroke:#1c4c5e" />
<path
id="path5041"
d="m 140.73,120.12 1.3775,2.4428 -6.6836,-4.054 z"
inkscape:connector-curvature="0"
style="fill:#4b5a8b;stroke:#4b5a8b" />
<path
id="path5043"
d="m 140.73,120.12 4.8469,1.1954 -0.71427,-2.8586 z"
inkscape:connector-curvature="0"
style="fill:#bba6ae;stroke:#bba6ae" />
<path
id="path5045"
d="m 142.1,122.57 3.4693,-1.2474 -4.8469,-1.1954 z"
inkscape:connector-curvature="0"
style="fill:#635581;stroke:#635581" />
<path
id="path5047"
d="m 144.86,118.46 6.0455,-1.971 -5.3312,4.8296 z"
inkscape:connector-curvature="0"
style="fill:#ac9783;stroke:#ac9783" />
<path
id="path5049"
d="m 138.58,117.11 2.2959,-4.5738 -2.5,0 z"
inkscape:connector-curvature="0"
style="fill:#444792;stroke:#444792" />
<path
id="path5051"
d="m 140.88,112.54 3.9795,5.9252 -6.2754,-1.3514 z"
inkscape:connector-curvature="0"
style="fill:#5c5581;stroke:#5c5581" />
<path
id="path5053"
d="m 140.47,104.48 2.704,0.41581 -2.2959,7.6403 z"
inkscape:connector-curvature="0"
style="fill:#2a5eba;stroke:#2a5eba" />
<path
id="path5055"
d="m 143.17,104.9 -1.5306,-11.331 -1.1734,10.915 z"
inkscape:connector-curvature="0"
style="fill:#208a8e;stroke:#208a8e" />
<path
id="path5057"
d="m 143.17,104.9 2.4489,0.77962 -1.3775,-11.642 z"
inkscape:connector-curvature="0"
style="fill:#208e73;stroke:#208e73" />
<path
id="path5059"
d="m 145.62,105.68 2.704,0.46777 -1.1734,-11.902 z"
inkscape:connector-curvature="0"
style="fill:#1e8251;stroke:#1e8251" />
<path
id="path5061"
d="m 148.33,106.14 2.9591,0.25988 -1.3775,-11.59 z"
inkscape:connector-curvature="0"
style="fill:#327c4e;stroke:#327c4e" />
<path
id="path5063"
d="m 151.29,106.4 2.704,0.25987 -1.5306,-11.486 z"
inkscape:connector-curvature="0"
style="fill:#347a56;stroke:#347a56" />
<path
id="path5065"
d="m 153.99,106.66 2.3469,0.25988 -1.3265,-11.071 z"
inkscape:connector-curvature="0"
style="fill:#4f8738;stroke:#4f8738" />
<path
id="path5067"
d="m 156.34,106.92 3.0612,0.2079 -2.0918,-10.655 z"
inkscape:connector-curvature="0"
style="fill:#688437;stroke:#688437" />
<path
id="path5069"
d="m 159.4,107.13 3.3673,0 -2.7551,-10.135 z"
inkscape:connector-curvature="0"
style="fill:#688635;stroke:#688635" />
<path
id="path5071"
d="m 145.62,105.68 0,5.9252 2.704,-5.4574 z"
inkscape:connector-curvature="0"
style="fill:#506a86;stroke:#506a86" />
<path
id="path5073"
d="m 145.62,111.6 3.0102,0.98752 -0.30611,-6.4449 z"
inkscape:connector-curvature="0"
style="fill:#4a538c;stroke:#4a538c" />
<path
id="path5075"
d="m 140.88,112.54 3.1632,-0.36382 -0.86733,-7.2765 z"
inkscape:connector-curvature="0"
style="fill:#3460a2;stroke:#3460a2" />
<path
id="path5077"
d="m 144.04,112.17 1.5816,-0.57172 0,-5.9252 z"
inkscape:connector-curvature="0"
style="fill:#426394;stroke:#426394" />
<path
id="path5079"
d="m 143.17,104.9 0.86733,7.2765 1.5816,-6.4969 z"
inkscape:connector-curvature="0"
style="fill:#347aa2;stroke:#347aa2" />
<path
id="path5081"
d="m 124.5,93.704 1.9462,-2.6897 -0.002,-2.5427 z"
inkscape:connector-curvature="0"
style="fill:#a9af27;stroke:#a9af27" />
<path
id="path5083"
d="m 145.57,121.32 9.1835,-2.5988 -3.8523,-2.2309 z"
inkscape:connector-curvature="0"
style="fill:#cbb993;stroke:#cbb993" />
<path
id="path5085"
d="m 144.86,118.46 -0.81632,-6.289 -3.1632,0.36382 z"
inkscape:connector-curvature="0"
style="fill:#4d6389;stroke:#4d6389" />
<path
id="path5087"
d="m 145.62,111.6 -0.76529,6.8607 -0.81632,-6.289 z"
inkscape:connector-curvature="0"
style="fill:#49578d;stroke:#49578d" />
<path
id="path5089"
d="m 150.9,116.49 -2.2701,-3.9022 -3.7754,5.8732 z"
inkscape:connector-curvature="0"
style="fill:#635581;stroke:#635581" />
<path
id="path5091"
d="m 144.86,118.46 3.7754,-5.8732 -3.0102,-0.98752 z"
inkscape:connector-curvature="0"
style="fill:#575383;stroke:#575383" />
<path
id="path5093"
d="m 148.63,112.59 2.653,-6.185 -2.9591,-0.25988 z"
inkscape:connector-curvature="0"
style="fill:#475e8f;stroke:#475e8f" />
<path
id="path5095"
d="m 148.63,112.59 2.653,-6.185 -0.38295,10.087 z"
inkscape:connector-curvature="0"
style="fill:#81557c;stroke:#81557c" />
<path
id="path5097"
d="m 150.9,116.49 4.5155,-2.9666 -4.1326,-7.1206 z"
inkscape:connector-curvature="0"
style="fill:#ab698e;stroke:#ab698e" />
<path
id="path5099"
d="m 154.76,118.72 -3.8523,-2.2309 4.5155,-2.9666 z"
inkscape:connector-curvature="0"
style="fill:#b98a6c;stroke:#b98a6c" />
<path
id="path5101"
d="m 155.42,113.52 3.3673,3.0146 -4.0305,2.183 z"
inkscape:connector-curvature="0"
style="fill:#d8ad86;stroke:#d8ad86" />
<path
id="path5103"
d="m 186.62,104.44 7.3596,-1.3231 1.5765,1.8458 z"
inkscape:connector-curvature="0"
style="fill:#d5b842;stroke:#d5b842" />
<path
id="path5105"
d="m 186.62,104.44 -1.1544,3.0872 11.229,-0.2428 z"
inkscape:connector-curvature="0"
style="fill:#eddb12;stroke:#eddb12" />
<path
id="path5107"
d="m 196.69,107.28 -1.1384,-2.3217 -8.936,-0.52268 z"
inkscape:connector-curvature="0"
style="fill:#d5c342;stroke:#d5c342" />
<path
id="path5109"
d="m 185.46,107.52 0.036,1.1761 11.193,-1.4189 z"
inkscape:connector-curvature="0"
style="fill:#daca0d;stroke:#daca0d" />
<path
id="path5111"
d="m 185.5,108.7 10.643,1.98 0.54977,-3.3989 z"
inkscape:connector-curvature="0"
style="fill:#d9be52;stroke:#d9be52" />
<path
id="path5113"
d="m 185.46,107.52 -11.184,-5.9538 12.338,2.8666 z"
inkscape:connector-curvature="0"
style="fill:#bcb02b;stroke:#bcb02b" />
<path
id="path5115"
d="m 185.46,107.52 -13.427,0.0489 13.463,1.1271 z"
inkscape:connector-curvature="0"
style="fill:#eacf0e;stroke:#eacf0e" />
<path
id="path5117"
d="m 172.04,107.57 2.2435,-6.0027 11.184,5.9538 z"
inkscape:connector-curvature="0"
style="fill:#a0a025;stroke:#a0a025" />
<path
id="path5119"
d="m 162.77,107.13 2.965,0.0246 -1.443,-8.6734 z"
inkscape:connector-curvature="0"
style="fill:#516417;stroke:#516417" />
<path
id="path5121"
d="m 165.73,107.16 3.788,0.25727 -1.4431,-7.6444 z"
inkscape:connector-curvature="0"
style="fill:#839021;stroke:#839021" />
<path
id="path5123"
d="m 169.52,107.41 2.5186,0.15918 2.2435,-6.0027 z"
inkscape:connector-curvature="0"
style="fill:#888d20;stroke:#888d20" />
<path
id="path5125"
d="m 168.08,99.768 6.2051,1.8008 -4.7621,5.8436 z"
inkscape:connector-curvature="0"
style="fill:#8e9922;stroke:#8e9922" />
<path
id="path5127"
d="m 164.29,98.482 3.788,1.2863 -2.345,7.3871 z"
inkscape:connector-curvature="0"
style="fill:#6b851f;stroke:#6b851f" />
<path
id="path5129"
d="m 160.01,96.996 2.7551,10.135 1.522,-8.6489 -4.277,-1.4863 z"
inkscape:connector-curvature="0"
style="fill:#76821e;stroke:#76821e" />
<path
id="path5131"
d="m 157.31,96.476 2.0918,10.655 0.61224,-10.135 z"
inkscape:connector-curvature="0"
style="fill:#858829;stroke:#858829" />
<path
id="path5133"
d="m 155.01,95.852 1.3265,11.071 0.96937,-10.447 z"
inkscape:connector-curvature="0"
style="fill:#6b851f;stroke:#6b851f" />
<path
id="path5135"
d="m 152.46,95.177 1.5306,11.486 1.0204,-10.811 z"
inkscape:connector-curvature="0"
style="fill:#5f9149;stroke:#5f9149" />
<path
id="path5137"
d="m 149.91,94.813 2.551,0.36383 -1.1735,11.227 -1.3775,-11.59 z"
inkscape:connector-curvature="0"
style="fill:#2a8455;stroke:#2a8455" />
<path
id="path5139"
d="m 147.15,94.241 1.1734,11.902 1.5816,-11.331 z"
inkscape:connector-curvature="0"
style="fill:#208e5e;stroke:#208e5e" />
<path
id="path5141"
d="m 144.25,94.033 2.9081,0.20791 -1.5306,11.435 z"
inkscape:connector-curvature="0"
style="fill:#249e80;stroke:#249e80" />
<path
id="path5143"
d="m 141.64,93.565 2.602,0.46777 -1.0714,10.863 z"
inkscape:connector-curvature="0"
style="fill:#208e85;stroke:#208e85" />
<path
id="path5145"
d="m 139.5,93.254 2.1428,0.31185 -1.1734,10.915 z"
inkscape:connector-curvature="0"
style="fill:#1b7774;stroke:#1b7774" />
<path
id="path5147"
d="m 137.66,103.34 -0.86733,-10.239 2.704,0.15593 z"
inkscape:connector-curvature="0"
style="fill:#208e74;stroke:#208e74" />
<path
id="path5149"
d="m 126.8,101.28 -0.0585,10.274 3.0102,-10.135 z"
inkscape:connector-curvature="0"
style="fill:#274daf;stroke:#274daf" />
<path
id="path5151"
d="m 129.76,101.41 0.96937,10.499 1.5306,-9.7713 z"
inkscape:connector-curvature="0"
style="fill:#4b508b;stroke:#4b508b" />
<path
id="path5153"
d="m 132.26,102.14 0.5102,9.9272 2.1428,-9.4075 z"
inkscape:connector-curvature="0"
style="fill:#1d6a83;stroke:#1d6a83" />
<path
id="path5155"
d="m 134.91,102.66 0.5102,9.7713 2.2449,-9.0956 z"
inkscape:connector-curvature="0"
style="fill:#207591;stroke:#207591" />
<path
id="path5157"
d="m 137.66,103.34 0.71428,9.1996 2.0918,-8.0561 z"
inkscape:connector-curvature="0"
style="fill:#3b709e;stroke:#3b709e" />
<path
id="path5159"
d="m 151.29,106.4 4.1326,7.1206 -1.4285,-6.8607 z"
inkscape:connector-curvature="0"
style="fill:#bf91a3;stroke:#bf91a3" />
<path
id="path5161"
d="m 156.34,106.92 -0.91836,6.6008 -1.4285,-6.8607 z"
inkscape:connector-curvature="0"
style="fill:#c68d73;stroke:#c68d73" />
<path
id="path5163"
d="m 159.4,107.13 -3.9795,6.3929 0.91836,-6.6008 z"
inkscape:connector-curvature="0"
style="fill:#d0a06d;stroke:#d0a06d" />
<path
id="path5165"
d="m 159.4,107.13 -0.61223,9.4075 -3.3673,-3.0146 z"
inkscape:connector-curvature="0"
style="fill:#d5af7f;stroke:#d5af7f" />
<path
id="path5167"
d="m 159.4,107.13 2.4,7.5955 0.96732,-7.5955 z"
inkscape:connector-curvature="0"
style="fill:#d8ad86;stroke:#d8ad86" />
<path
id="path5169"
d="m 162.77,107.13 1.9188,6.7869 1.0462,-6.7624 z"
inkscape:connector-curvature="0"
style="fill:#c89d67;stroke:#c89d67" />
<path
id="path5171"
d="m 165.73,107.16 1.912,5.9538 1.876,-5.6965 z"
inkscape:connector-curvature="0"
style="fill:#cbac5d;stroke:#cbac5d" />
<path
id="path5173"
d="m 169.52,107.41 1.7317,4.888 0.78693,-4.7288 z"
inkscape:connector-curvature="0"
style="fill:#dcb460;stroke:#dcb460" />
<path
id="path5175"
d="m 167.64,113.11 3.6076,-0.80854 -1.7317,-4.888 z"
inkscape:connector-curvature="0"
style="fill:#e2c17c;stroke:#e2c17c" />
<path
id="path5177"
d="m 164.68,113.92 2.9583,-0.80854 -1.912,-5.9538 z"
inkscape:connector-curvature="0"
style="fill:#d2ab71;stroke:#d2ab71" />
<path
id="path5179"
d="m 161.8,114.73 2.8861,-0.80855 -1.9188,-6.7869 z"
inkscape:connector-curvature="0"
style="fill:#c99e55;stroke:#c99e55" />
<path
id="path5181"
d="m 158.79,116.54 3.0122,-1.812 -2.4,-7.5955 z"
inkscape:connector-curvature="0"
style="fill:#d4b079;stroke:#d4b079" />
<path
id="path5183"
d="m 172.04,107.57 -0.78693,4.7288 3.7519,-0.95555 z"
inkscape:connector-curvature="0"
style="fill:#d5b242;stroke:#d5b242" />
<path
id="path5185"
d="m 175,111.35 10.498,-2.6461 -13.463,-1.1271 z"
inkscape:connector-curvature="0"
style="fill:#dac658;stroke:#dac658" />
<path
id="path5187"
d="m 185.5,108.7 0.98929,1.3944 -11.488,1.2517 z"
inkscape:connector-curvature="0"
style="fill:#e2c17c;stroke:#e2c17c" />
<path
id="path5189"
d="m 186.49,110.09 9.6538,0.58558 -10.643,-1.98 z"
inkscape:connector-curvature="0"
style="fill:#ddb766;stroke:#ddb766" />
<path
id="path5191"
d="m 186.49,110.09 6.1734,4.106 3.4804,-3.5204 z"
inkscape:connector-curvature="0"
style="fill:#e2c17c;stroke:#e2c17c" />
<path
id="path5193"
d="m 186.62,104.44 4.8342,-3.2342 2.5254,1.9111 z"
inkscape:connector-curvature="0"
style="fill:#d5b242;stroke:#d5b242" />
<path
id="path5195"
d="m 78.21,101.86 2.0829,0.35606 -2.1938,0.75364 z"
inkscape:connector-curvature="0"
style="fill:#69731f;stroke:#69731f" />
<g
id="g5197"
style="fill:#034859;stroke:#034859;stroke-linecap:round;stroke-linejoin:round">
<path
id="path5199"
d="m 110.17,106.94 1.7317,-1.2496 -0.10823,2.9402 z"
inkscape:connector-curvature="0" />
<path
id="path5201"
d="m 111.91,105.69 3.6798,2.5359 -3.788,0.40428 z"
inkscape:connector-curvature="0" />
<path
id="path5203"
d="m 111.8,108.63 1.876,5.2555 1.912,-5.6598 z"
inkscape:connector-curvature="0" />
<path
id="path5205"
d="m 113.67,113.88 4.6899,0.25727 -2.7779,-5.9171 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g5207"
style="stroke-linecap:round;stroke-linejoin:round">
<path
id="path5209"
d="m 113.67,113.88 0.72152,3.7854 3.9684,-3.5282 z"
inkscape:connector-curvature="0"
style="fill:#033a59;stroke:#033a59" />
<path
id="path5211"
d="m 114.39,117.67 4.7621,3.0136 -0.79368,-6.5418 z"
inkscape:connector-curvature="0"
style="fill:#034859;stroke:#034859" />
<path
id="path5213"
d="m 114.39,117.67 -0.65825,4.1473 5.4203,-1.1337 z"
inkscape:connector-curvature="0"
style="fill:#5e98af;stroke:#5e98af" />
<path
id="path5215"
d="m 119.16,120.68 1.5183,2.459 -6.9387,-1.3254 z"
inkscape:connector-curvature="0"
style="fill:#83a4ac;stroke:#83a4ac" />
<path
id="path5217"
d="m 123.02,121.01 -3.8652,-0.32807 1.5183,2.459 2.3469,-2.131 z"
inkscape:connector-curvature="0"
style="fill:#005070;stroke:#005070" />
<path
id="path5219"
d="m 119.16,120.68 3.8652,0.32807 -4.6589,-6.8699 z"
inkscape:connector-curvature="0"
style="fill:#034859;stroke:#034859" />
<path
id="path5221"
d="m 121.68,110.46 -2.5253,-10.548 -3.5716,8.3059 z"
inkscape:connector-curvature="0"
style="fill:#3f7d97;stroke:#3f7d97" />
<path
id="path5223"
d="m 119.16,99.915 3.5355,1.1393 -1.0101,9.4085 z"
inkscape:connector-curvature="0"
style="fill:#2789af;stroke:#2789af" />
<path
id="path5225"
d="m 114.11,100.32 5.0507,-0.40427 -0.85407,-7.8572 z"
inkscape:connector-curvature="0"
style="fill:#176442;stroke:#176442" />
<path
id="path5227"
d="m 119.16,99.915 3.5355,1.1393 -4.3896,-8.9965 z"
inkscape:connector-curvature="0"
style="fill:#1a7566;stroke:#1a7566" />
<path
id="path5229"
d="m 111.91,105.69 c 0,0 2.2007,-5.3658 2.2007,-5.3658 l 1.4791,7.9017 z"
inkscape:connector-curvature="0"
style="fill:#538366;stroke:#538366" />
<path
id="path5231"
d="m 114.11,100.32 1.4791,7.9017 3.5716,-8.3059 z"
inkscape:connector-curvature="0"
style="fill:#4a897f;stroke:#4a897f" />
<path
id="path5233"
d="m 110.17,106.94 -2.5599,0.12547 4.2916,-1.375 z"
inkscape:connector-curvature="0"
style="fill:#3c4400;stroke:#3c4400" />
<path
id="path5235"
d="m 107.61,107.06 4.2916,-1.375 2.2007,-5.3658 z"
inkscape:connector-curvature="0"
style="fill:#3d6a44;stroke:#3d6a44" />
<path
id="path5237"
d="m 107.77,111.24 -0.0105,10.619 -4.4013,-6.1008 z"
inkscape:connector-curvature="0"
style="fill:#3a81a3;stroke:#3a81a3" />
<path
id="path5239"
d="m 113.67,113.88 -2.345,2.7196 3.0665,1.0658 z"
inkscape:connector-curvature="0"
style="fill:#1a2638;stroke:#1a2638" />
<path
id="path5241"
d="m 111.33,116.6 -1.6234,-7.4239 3.9684,4.7042 z"
inkscape:connector-curvature="0"
style="fill:#23344c;stroke:#23344c" />
<path
id="path5243"
d="m 109.7,109.18 2.0924,-0.55127 1.876,5.2555 z"
inkscape:connector-curvature="0"
style="fill:#14253e;stroke:#14253e" />
<path
id="path5245"
d="m 109.7,109.18 0.46899,-2.2419 1.6234,1.6906 z"
inkscape:connector-curvature="0"
style="fill:#334d69;stroke:#334d69" />
<path
id="path5247"
d="m 107.61,107.06 2.0909,2.1164 0.46899,-2.2419 z"
inkscape:connector-curvature="0"
style="fill:#487095;stroke:#487095" />
<path
id="path5249"
d="m 107.77,111.24 1.9376,-2.0601 -2.0909,-2.1164 z"
inkscape:connector-curvature="0"
style="fill:#487c95;stroke:#487c95" />
<path
id="path5251"
d="m 111.7,120.75 2.699,-3.0818 -0.65825,4.1473 z"
inkscape:connector-curvature="0"
style="fill:#23344c;stroke:#23344c" />
<path
id="path5253"
d="m 111.33,116.6 0.36745,4.1476 2.699,-3.0818 z"
inkscape:connector-curvature="0"
style="fill:#10315f;stroke:#10315f" />
<path
id="path5255"
d="m 111.33,116.6 -3.5715,5.2555 3.939,-1.1079 z"
inkscape:connector-curvature="0"
style="fill:#487995;stroke:#487995" />
<path
id="path5257"
d="m 107.77,111.24 3.561,5.3638 -3.5716,5.2555 z"
inkscape:connector-curvature="0"
style="fill:#3479a9;stroke:#3479a9" />
<path
id="path5259"
d="m 107.77,111.24 1.9376,-2.0601 1.6234,7.4239 z"
inkscape:connector-curvature="0"
style="fill:#3c60a1;stroke:#3c60a1" />
<path
id="path5261"
d="m 123.02,121.01 1.0714,5.0936 4.6428,-3.6383 z"
inkscape:connector-curvature="0"
style="fill:#d9a474;stroke:#d9a474" />
<path
id="path5263"
d="m 128.74,122.46 2.0732,2.1858 -6.716,1.4524 z"
inkscape:connector-curvature="0"
style="fill:#e4c4a7;stroke:#e4c4a7" />
<path
id="path5265"
d="m 130.81,124.65 11.294,-2.0819 -13.367,-0.10396 z"
inkscape:connector-curvature="0"
style="fill:#ca8c54;stroke:#ca8c54" />
<path
id="path5267"
d="m 118.36,114.14 3.319,-3.6752 -6.0969,-2.2419 z"
inkscape:connector-curvature="0"
style="fill:#044a79;stroke:#044a79" />
<path
id="path5269"
d="m 118.36,114.14 4.761,4.3751 -0.10204,2.4948 z"
inkscape:connector-curvature="0"
style="fill:#005070;stroke:#005070" />
<path
id="path5271"
d="m 118.36,114.14 3.319,-3.6752 1.4419,8.0503 z"
inkscape:connector-curvature="0"
style="fill:#04657d;stroke:#04657d" />
</g>
<path
id="path5273"
d="m 154.76,118.72 3.8265,9.4075 0.20408,-11.59 z"
inkscape:connector-curvature="0"
style="fill:#7b6f2b;stroke:#7b6f2b" />
<path
id="path5275"
d="m 158.58,128.13 4.7,1.87 -4.49,-13.46 z"
inkscape:connector-curvature="0"
style="fill:#b29a51;stroke:#b29a51" />
<path
id="path5277"
d="m 163.28,130 3.0612,-1.6632 -7.5509,-11.798 z"
inkscape:connector-curvature="0"
style="fill:#e0c97e;stroke:#e0c97e" />
<path
id="path5279"
d="m 166.34,128.34 1.5306,-3.5343 -9.0815,-8.264 z"
inkscape:connector-curvature="0"
style="fill:#e9d79e;stroke:#e9d79e" />
<path
id="path5281"
d="m 167.87,124.8 1.6326,-3.5343 -7.7019,-6.5418 6.0693,10.076 z"
inkscape:connector-curvature="0"
style="fill:#c5b171;stroke:#c5b171" />
<path
id="path5283"
d="m 158.79,116.54 3.0122,-1.812 6.0693,10.076 z"
inkscape:connector-curvature="0"
style="fill:#827632;stroke:#827632" />
<path
id="path5285"
d="m 161.8,114.73 2.8861,-0.80855 4.8158,7.3503 z"
inkscape:connector-curvature="0"
style="fill:#a08e2c;stroke:#a08e2c" />
<path
id="path5287"
d="m 169.5,121.27 2.183,-1.323 -6.9988,-6.0273 z"
inkscape:connector-curvature="0"
style="fill:#c4aa56;stroke:#c4aa56" />
<path
id="path5289"
d="m 171.68,119.95 2.814,-4.2632 -9.8128,-1.7641 z"
inkscape:connector-curvature="0"
style="fill:#d7c17d;stroke:#d7c17d" />
<path
id="path5291"
d="m 167.64,113.11 6.8545,2.5726 -9.8128,-1.7641 2.9583,-0.80854 z"
inkscape:connector-curvature="0"
style="fill:#7a682d;stroke:#7a682d" />
<path
id="path5293"
d="m 174.5,115.68 -3.2469,-3.3812 -3.6076,0.80854 z"
inkscape:connector-curvature="0"
style="fill:#ad9d3a;stroke:#ad9d3a" />
<path
id="path5295"
d="m 171.25,112.3 3.7519,-0.95555 -0.50506,4.3367 z"
inkscape:connector-curvature="0"
style="fill:#e0c87b;stroke:#e0c87b" />
<path
id="path5297"
d="m 141.64,93.565 4.3877,-12.006 -1.7857,12.474 z"
inkscape:connector-curvature="0"
style="fill:#726f2a;stroke:#726f2a" />
<path
id="path5299"
d="m 144.25,94.033 4.7448,-12.63 -1.8367,12.838 z"
inkscape:connector-curvature="0"
style="fill:#7c792e;stroke:#7c792e" />
<path
id="path5301"
d="m 147.15,94.241 5.153,-12.162 -2.3979,12.734 z"
inkscape:connector-curvature="0"
style="fill:#726f2a;stroke:#726f2a" />
<path
id="path5303"
d="m 149.91,94.813 5.7652,-10.967 -3.2142,11.331 z"
inkscape:connector-curvature="0"
style="fill:#636239;stroke:#636239" />
<path
id="path5305"
d="m 152.46,95.177 2.551,0.67568 4.0306,-10.031 z"
inkscape:connector-curvature="0"
style="fill:#726f2a;stroke:#726f2a" />
<path
id="path5307"
d="m 155.01,95.852 c 0,0 2.2959,0.62369 2.2959,0.62369 l 4.9489,-8.4719 z"
inkscape:connector-curvature="0"
style="fill:#888544;stroke:#888544" />
<path
id="path5309"
d="m 157.31,96.476 2.704,0.51975 4.8469,-7.0686 z"
inkscape:connector-curvature="0"
style="fill:#726f2a;stroke:#726f2a" />
<path
id="path5311"
d="m 160.01,96.996 4.277,1.4863 3.1718,-6.5278 z"
inkscape:connector-curvature="0"
style="fill:#6b693b;stroke:#6b693b" />
<path
id="path5313"
d="m 164.29,98.482 3.788,1.2863 2.343,-5.5792 z"
inkscape:connector-curvature="0"
style="fill:#504d1d;stroke:#504d1d" />
<path
id="path5315"
d="m 168.08,99.768 6.2051,1.8008 -1.5152,-6.1327 z"
inkscape:connector-curvature="0"
style="fill:#886b11;stroke:#886b11" />
<path
id="path5317"
d="m 172.77,95.437 3.3163,3.0665 -1.801,3.0661 z"
inkscape:connector-curvature="0"
style="fill:#d6c693;stroke:#d6c693" />
<path
id="path5319"
d="m 170.42,94.189 2.3469,1.2474 -4.6899,4.3318 z"
inkscape:connector-curvature="0"
style="fill:#c1b078;stroke:#c1b078" />
<path
id="path5321"
d="m 164.29,98.482 6.131,-4.2929 -2.9591,-2.2349 z"
inkscape:connector-curvature="0"
style="fill:#baa663;stroke:#baa663" />
<path
id="path5323"
d="m 160.01,96.996 4.8469,-7.0686 2.602,2.027 z"
inkscape:connector-curvature="0"
style="fill:#cdb157;stroke:#cdb157" />
<path
id="path5325"
d="m 157.31,96.476 c 0,0 4.9489,-8.4719 4.9489,-8.4719 l 2.602,1.9231 z"
inkscape:connector-curvature="0"
style="fill:#e4cf8b;stroke:#e4cf8b" />
<path
id="path5327"
d="m 155.01,95.852 4.0306,-10.031 3.2142,2.183 z"
inkscape:connector-curvature="0"
style="fill:#d1c535;stroke:#d1c535" />
<path
id="path5329"
d="m 152.46,95.177 3.2142,-11.331 3.3673,1.9751 z"
inkscape:connector-curvature="0"
style="fill:#d7cd54;stroke:#d7cd54" />
<path
id="path5331"
d="m 149.91,94.813 2.3979,-12.734 3.3673,1.7672 z"
inkscape:connector-curvature="0"
style="fill:#b9aa6c;stroke:#b9aa6c" />
<path
id="path5333"
d="m 148.99,81.403 3.3163,0.67567 -5.153,12.162 1.8367,-12.838 z"
inkscape:connector-curvature="0"
style="fill:#d5bc6a;stroke:#d5bc6a" />
<path
id="path5335"
d="m 146.03,81.559 2.9591,-0.15593 -4.7448,12.63 1.7857,-12.474 z"
inkscape:connector-curvature="0"
style="fill:#d5bf4c;stroke:#d5bf4c" />
<path
id="path5337"
d="m 139.5,93.254 1.6326,-2.131 0.51019,2.4428 z"
inkscape:connector-curvature="0"
style="fill:#927722;stroke:#927722" />
<path
id="path5339"
d="m 141.13,91.123 4.8979,-9.5634 -4.3877,12.006 z"
inkscape:connector-curvature="0"
style="fill:#b9972b;stroke:#b9972b" />
<path
id="path5341"
d="m 191.45,101.2 2.9583,-2.4991 -0.43291,4.4102 z"
inkscape:connector-curvature="0"
style="fill:#8b712d;stroke:#8b712d" />
<path
id="path5343"
d="m 194.41,98.703 4.7621,-6.9094 -5.195,11.32 z"
inkscape:connector-curvature="0"
style="fill:#c7a22e;stroke:#c7a22e" />
<path
id="path5345"
d="m 199.17,91.793 10.029,7.8649 c 0,0 -15.224,3.4547 -15.224,3.4547 z"
inkscape:connector-curvature="0"
style="fill:#e5d191;stroke:#e5d191" />
<path
id="path5347"
d="m 199.17,91.793 7.4317,-5.3658 2.5975,13.231 z"
inkscape:connector-curvature="0"
style="fill:#ecdeaf;stroke:#ecdeaf" />
<path
id="path5349"
d="m 206.61,86.427 4.7621,5.5863 -2.1646,7.6444 -2.5975,-13.231 z"
inkscape:connector-curvature="0"
style="fill:#f1e7c5;stroke:#f1e7c5" />
<path
id="path5351"
d="m 195.56,104.96 13.648,-5.3004 -15.224,3.4547 z"
inkscape:connector-curvature="0"
style="fill:#b29028;stroke:#b29028" />
<path
id="path5353"
d="m 196.69,107.28 17.344,-2.6238 -18.482,0.30217 z"
inkscape:connector-curvature="0"
style="fill:#caa42e;stroke:#caa42e" />
<path
id="path5355"
d="m 214.04,104.66 -4.8342,-4.9983 -13.648,5.3004 z"
inkscape:connector-curvature="0"
style="fill:#ddc26d;stroke:#ddc26d" />
<path
id="path5357"
d="m 214.04,104.66 0.0722,-7.1299 -4.9064,2.1316 z"
inkscape:connector-curvature="0"
style="fill:#efe2ba;stroke:#efe2ba" />
<path
id="path5359"
d="m 214.11,97.527 -2.7418,-5.5128 -2.1646,7.6444 z"
inkscape:connector-curvature="0"
style="fill:#edeab2;stroke:#edeab2" />
<path
id="path5361"
d="m 192.66,114.2 6.9387,7.5884 -3.4582,-11.109 z"
inkscape:connector-curvature="0"
style="fill:#877641;stroke:#877641" />
<path
id="path5363"
d="m 199.6,121.79 9.2856,6.0291 4.5918,-4.7817 z"
inkscape:connector-curvature="0"
style="fill:#dbcea1;stroke:#dbcea1" />
<path
id="path5365"
d="m 199.6,121.79 3.8775,-6.9647 9.9998,8.2121 z"
inkscape:connector-curvature="0"
style="fill:#d9c485;stroke:#d9c485" />
<path
id="path5367"
d="m 199.6,121.79 3.8775,-6.9647 -7.3357,-4.1442 z"
inkscape:connector-curvature="0"
style="fill:#c2ad65;stroke:#c2ad65" />
<path
id="path5369"
d="m 196.14,110.68 13.152,-1.0534 -12.602,-2.3455 z"
inkscape:connector-curvature="0"
style="fill:#8d7220;stroke:#8d7220" />
<path
id="path5371"
d="m 196.14,110.68 7.3357,4.1442 5.8162,-5.1975 z"
inkscape:connector-curvature="0"
style="fill:#baac7f;stroke:#baac7f" />
<path
id="path5373"
d="m 209.3,109.63 4.7413,-4.9694 -17.344,2.6238 z"
inkscape:connector-curvature="0"
style="fill:#e3d486;stroke:#e3d486" />
<path
id="path5375"
d="m 209.3,109.63 5.204,1.2474 -0.46271,-6.2168 z"
inkscape:connector-curvature="0"
style="fill:#f3e9ca;stroke:#f3e9ca" />
<path
id="path5377"
d="m 203.48,114.82 9.9998,8.2121 -4.1836,-13.41 z"
inkscape:connector-curvature="0"
style="fill:#d8cba1;stroke:#d8cba1" />
<path
id="path5379"
d="m 209.3,109.63 4.1836,13.41 1.0204,-12.162 z"
inkscape:connector-curvature="0"
style="fill:#dfc675;stroke:#dfc675" />
</g>
</g>
<text
sodipodi:linespacing="125%"
id="text4090"
y="137.28145"
x="259.04544"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.02859783px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"><tspan
y="137.28145"
x="259.04544"
id="tspan4092"
sodipodi:role="line">CLICK ME</tspan></text>
</g>
</g>
</svg>
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scQSSyyxxBJLLLHE+tk1b97/B1Y6nDUzkNnbAAAAAElFTkSuQmCC
iVBORw0KGgoAAAANSUhEUgAAAKYAAAC9CAMAAAAOR/YdAAAC+lBMVEUAAAD//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6goKDLy8ttbW3///+ysrLp6enPz8/AwMD/5sQjHyD/5F7+58ggHh8dGxwmJCUkIiIaGBgNCwwWFBUpJicIBwcRDxD//v7/5WTm1sL65cjIyMg8OzssKioAAAB7enpZVlFRUVFLSkowLy+OhXpqamk2NTR0c3NDQkK3trWpqKmGhYSBgIBKR0Xs7Ozr28bi0r2/vr2JiYl4cWfQ0NDEw8Ovr66qoJJvbm5mZWX96tDPzMn14cazs7OcnJuVlJT+5WvW1dX35s7z4svw38e6ubnMwK/IvKtbWlpjXVbZ2dndzrvYyrefn5//5nNqY1tEPzrv7u/d3d2Yj4OFfnT+9/Dj4uLRxLPEuKixp5mYl5eupJaOjo6jmY1gYF/n5+dxa2JTTkjBtaW8sKF+d22jo6OnnZCVkpC4rJ2elYj/54D39/fu3MIFBATa0sj/5bWuqaKloZ2Pi4b88uXs5Nr/56f+6Zn95o7Ft6W8gAuEAAAAjnRSTlMALSIeU08aMzgKJQUSMCcqFztFTEk2AhFmDXBuVXdgQmNoXXV7WH1reXKFW16CZIdAD39pYXMyKYkcPUtsRBVRIUhDLCQ/PjWTV5cZBxYgHY6RRwk6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CwHed8OeXcDxAAAAAElFTkSuQmCC
iVBORw0KGgoAAAANSUhEUgAAAKYAAAC9CAMAAAAOR/YdAAAC+lBMVEUAAAD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5sQjHyD/5F7+58gkIiIgHh8eHB0cGhsnJCUNDAwpJycXFRUSEBEIBwdLSUj/5WQAAADr2sT+5sZramrt7e315Mzl1sG2tbWCgYFWVVRDQDyWlZSOhnswLy796tCGhoUaGBj75sju3sjCtqY8PDwsKir34seysbBvb280MzPU1NTJycl0c3NmZWVFRETMwK/Iu6ubmpr+5WtbW1tOTk3+9u7Z2dnQz8/i0r26ubmqqaeenp6pn5GKioljXVb8/Pzdz7vZyrh9fHx5eXn/5nNTUE06ODbx8fDd3d3BwMCtra2xp5mSkZGYj4OHf3RqY1q+vLuflol6c2lbVk7FxMXx38SioqKupJalm46OjY1gYGDn5+fHxse8sKF/eG52b2ZwamHLy8vRw7GmpqasoZP/54Hk4+PSzMa4rJ3/5a0FBAT39/fa0sj+5r3MxLmloZ3955Lj4uDs5Nr96p7h3+Db19Pi18upxqhrAAAAhnRSTlMAYVWJS8kYv7T8dxok+nTHPp8MQkA2gYvvTW1rvapqbPkhkl+zYOZU0qguK1fb1cswqRGb8bIOSA/TlH05enZKkJ6O4bwtAoDjwH846RbdgzLWp5Xe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////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AFP3ByUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAACPYSURBVHhe3V39fxzHWV8pe7Ej2Y5NcnEdqYort+5rEhsrqdsCPriIirvEbuo47QWaSC1KwUjlwoUSFarWQLlgHFAT5FDjolpVqaR/0jxvMzu7OzM7e7dn68P3B/tOt7f7fO95med5ZnY2uv//CkPS6ff78upgYGA6/dXmdMSYbsvfHj4Go9Nt1oSKoCEfPGwMQGetKRxM1Nbk04eL0nQWDb3UCPJGPn+4KCdFvyWyR4dq9ZMKTz2GfzkQ9laGTr9BTKJo4rPXrn1auBCewr8eBHMrQUfIjJ299jrgqjBh1OGDuhz3MBFMZ5HJTFxBLogvChMGetCiHPoQEUqHx5iZbwgXxGeECYHMTY59iAgTYZXC18SrQoTxmjBhYDiYlsMfHoLosNecFRoaV4QJAw9pyRceGgLo9Ek1j14VEgY+J0wIByK6FdPhGFCzsHn9mjBhoLnV5EsPC4V0OKOpn3yGwnMG3xQmDNTiQ3afIjoc0Z4CYT8nFFL4AhMR4KFN+eLDQQEdcpsaC6tHHAOW5OChjj5eOl1i85gIe9LmPvnkIOrKt63oLq6OsuDz0emicOA2Cp+2uU86OfCHA0n66qMj5KGzStdGt1H4vFBIIZUcUDhw8WnTCREji+duOlQLiNso2NwnnRxQOLCHN1WLA0YWz510bGxOnnxNOJhIJwcUDmzhjaPKY+xfo0ofXHRo8MyxOflpoZBCKjlwiUtsyA9Hma06zktRIM/m5MkvCAUT6eTAzocsTaIKxosRRQM7HSebkyfTWTXjVflMQLV2OlwTGxVVkO8DpYMXt7Oxu086OaDwluJDjqhj5IOmQ+LItXOwuc+1Z+RDkPUx+jYg4UNskvHr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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg5579"
version="1.1"
inkscape:version="0.91 r13725"
width="470.625"
height="295.3125"
viewBox="0 0 470.625 295.3125"
sodipodi:docname="TWglass.svg">
<metadata
id="metadata5585">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs5583" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="715"
id="namedview5581"
showgrid="false"
inkscape:zoom="1.8556614"
inkscape:cx="235.3125"
inkscape:cy="147.65625"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg5579" />
<image
width="470.625"
height="295.3125"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,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
piIPiDcpf+fWs1s3H21dvbO0uDGnX1paXFtYWDIYDHLxuHSao57mSNlECRUpo4wIhtoobeXUFuB7
0yyqF1rsmzg8ieoVjHTJqQgNE6VhIDSMERUNrqAMiXC9M+gucBkQDLXMoqEZ6ApCv9C4wIgAGiop
ozcXAOWpzQWU5gJycz65pYDaXszpqxqD1fL7qng9lYK+avDh0Z4qXmflLLx1FtUuJfYpaTA1fVhF
H1ZQYXIKTEaBLfLwF6YZBjZKR4draENa+vA0ohUazOksJ9bl0lqKRch2FbFfRRrQUGASTJegvw5Z
noapzhrtb6C1lrG7arl9jb0FyY0JQdVR3nVRPo2x/lVhbhUhLtVhbuVBTmX+DlWBTnUhbh1xft0J
/l2xvkOpoaDFIzPC8bkxxPw4anESaPHjjUUS43yY2c4qYU+NbLBRi+wAhX0B37dEHDjHQFxkoTZo
8DXKEOjpm2zMFp94Q0AG/f0qF3eFi7vKA8TjNllooDw4XmZhLtNRl2nIi5SRDQIM5BIFAX64SUVu
sXGbdPQmHQN8vzfJujVGu8albPEoN9j4SxTweeQVBvYSFQVOrjIJW1zqFpd2jUW6RMFsEAD9g1Bw
A6uY3kVE18LI6yA6F41ZGOkAWUJ0riK7VxBdRuWbFO3Vwvri2boiaXO5vLVS1Fg6WZ3PLUkH0FNy
47FZMfCUsO5I3wY/5woP+wJnmwy7M0m25gk2ZjFWJ0JPHfI5vNt1/w773R9a73z/zI53z376geuR
vQGWJ/0sjtsf+NRi5/sWn75/9L2/HP3grTN7PrI/ssfx6F7bQ7ts939if/BTtxMHfM2PRNpbxLva
ZAe4FYZ6p3s7xTlYpnk6lkf5lgR7xNuYFXg79WcndKRFIsrThLiO1UnsFSl9ZQyjow/OcxBX5Jyn
QPm7qz/eWvr+9sr3jy799OLOL6+e/uPVs5+/evD1/c1H6+pNKW+ZT9CSYDOwJkFn5VhX9WR//UR/
A6ujlt7dKiDhxUKh0rCgXdlQLq5Naww8uYYhUUKbTCigDeNIYi1pVkmblbMBNbNy0oSQNDkLWjxm
dALO4g9SeQMUHnQkc/tIzE4spX4QVdEJK2zqL2zoza9rr2rtbmrvra5pzkjPj41KiY1JCQ6KCvAP
9/IMdHH2dHJ0t7F2hGJhZwtyxtbhjI2TlY2TpZW7rbWHrbWXnbWPo62fs32Am2OQl2uYn2dUsG9c
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
wUPiMcwxHLIfGVT+E/Ezc/DWp/nFCUD84iqL+JnV7dn1nfnNnUVA/PbuMszeClwxeXd9/97mPhzE
w2ut9x7fuf9k//7T/QcAejh/f/Dgq3v3njx88BXA/TEo9Q++ghdXHzzY2dmdnpodY4xNjU3Oz8xs
rq9uri+vTNKwXU2tJbk9lYXj/Z1Tw93jA63LhMG74/gHk4QNYt8GsXeD0DPaWUNrr6S0lJObS4gN
hajyDHR5Br4qG12c2hgfVH3Try/vFqY8vTs7tiEhqCEhoDEhoC3lRn9+7HB54khl8khp0lB+/EB2
DDjiK9KItTngN6G2VTC7a0FtXyP1b9FRoLkv4LrHUe3MoZYxVOsssWeZNjhP6J5Gt4311lMbi6n1
BbSGQkpdLqUuh1qXTaxKJ1Sm4IoT0Xmx3cnBnQnXW2N9KoOdq4Kcq0Ncs/zM033M0n0tU3ysAsyU
XdVEXVTErGQFfI1Vb12xDXcw9jPR9NFX9TdQjbDUTfO0SfGwSHY3T3Yzi7XRibfWznA1zb9iXeRr
Vx3q0Rbn13XrendCACotHJ8bg8uOIuZEk3Kiidk3KbnRtLwYRkEsNSeKlBFGzQxn5t6cLk5cqswA
/X27qQj6XlewUV+w3VQCfH/QU/e4v+nxQDNrMvMVqvNrTM93+P4fScBxADr6JSjOyFIZOHlHwprV
AN9/nSL/Nk35OAXz+zTt92n671O0j5NUOE+fG/9tbvwjIHt+Gk7bF2b+CTP7z4W5X+enP84hyoMA
2WeQzM78Dgo+ovw/58EbA5JZ8EPA6D+nGeCd45cx0nsm4S0NwyL+ZzoWiP8zFfuGhHpFGHyJHwAB
1v+I6fke3fUtqvNJf8uD7oaHPY2PepvAyb3Ouv32mt22qu2Wyo2mstWG4qX6wvm6gtnqvLHiDHLW
rZHb4f2xAR3hV5uDPOuvu1X7uhR52aY7mcZY6QWbaHjrKjkoyZhJihgI82sJ8upLipkqyenKSSiI
8KhKCCqL8fOdO85z/qQwJzvnpfOnvjx6/MiXZ7748uyRz9iOHRG78KWzpkyMk2lxiFeev6u9rLDi
pVOa/JzK7JdU2c4b818O0JYuD3LozwgilMcQK2KZ9Skz7UV7pMHX97Z+ffXNhzdPf3398OOrB7++
ePj6670XD7Z+vLf9zd3Np/sbD7eW7ixN7K1M7K5O3dtafHp36+m93Qf7m3s7K2trc4tLM/MLM9Oz
UzQGHYvDj4xgUSjs4NBId99Qd//wwAiua2ikpqWztL6lqLaporF1cBhTUdOUkF4YkZAbdDPdL+RW
5M2U5NvZwUHhTg6uNlb2wYGhUREx6qpa9lYOuhp6qspqKgoqxrr69mbmGrJyOoB4GRktaSktCTFN
CTF1FvFiQsoI9CoSIiqS4mrSklqysrqK8gYqSibqquaaGlbaWta62rb6OiB2BrqfYquvba2nYa2r
bqWrYamjYa6taaqpaayhYaimZqCqqq+ioqespKOooCUvpykroy4trSolqSQhpiAqLCMkAH6ukuTn
k+DjleAF4RH/DxH/+PsfhqeXEOLHmukAX9YU/tOU5i/Ew8C1kn8hvhoSP/YH8fByKxJEeUB8A4X+
KSziEevBOR38cfBIpTXTaM0UKkgrfCQ3QjwVEs8q8oB4FJMJt5Ifhcp/erAfIJ610+Q4sqLmgPil
zdmVnbm13T9vQLa8c2d5987qHUg8crkVEr97/zFQfu8+gP7xvQdPHz78+gEA/e5jIPvjR8D3p3f3
H969++D+gwdbW9tTEzMz47OrC8tb62t7e5srS5O0oc620rzW4jxKT8cSETeDGVjA9++N4+4w0CB7
dNQqrnsB1Qbn763lIIS6fGJdPqk2D2hLrM7ClKa2J4dVRl7tzLqJrUwfKEwYAuaWJGHLU0ZKb4+U
JRHq0sn1mfiKFGxpMrY0BVuZQWktZvRVT4y0zBG65nCd89iOeUz7PLptur+R1FQ6UJHdU5Y5VJ2H
risYqc8ntZaSW0sJdQW4smxCaSa+JJ1Qlsqoz51sLRxvzqNUpaLzo3tTg5tuetaEOFUG2pX421bf
cKsKdc+6ah5jr3XTXjfYSttRVcJSVtBKRtBWQcTHWO26uXa4rZG3tryfvnKMg3HaVfvCYA+4W841
uxtGitdURSMMFJJtdLMcjVKttTIddUquWtQFO3fF+o6kR1ALE5ilqdSCREpuDCU3lpEPmnssNSOS
nBJKSwsfy745XRi/WJ66UZe301iy01CyVV+8VV+001Ryt73yUU/9k/7mp4OtICzfvwW+4/qeEQd/
oqBeAc3pmLd0RFXayFs69h0DB/JhjAjb+gQZZhLmN6D8NO0w9N9nR/85P/FxfgK2cngpFQYO3Odh
c/8IHYegQ+jnpj/C0TzkHp7DXzqo/P93HhyB8hP/nIGjedbE5h0dB/4yoMsD4n+mYX5GRjdvyMOv
STAvCQPPcX0gP2J7gfKP+5rhcv7+Fqh8T+O97nq4Bw7c8qxmu716s7VytalspaF0qbZ4qiSLkZNE
TItBxYd0hfs2B3rV+7tXXnMs8LJKdzGNszUIMlL3Upe3lRYxEuTW4eNU52ZX4WHXEOXVlBRQFedT
lxCUE2CXE+bhvnjmzLEvjn3++dHPPz9x5ItTR46c/eLIpWOfSV4+7aAskeZpVRflWxt93U5RVF+E
W5WTXeniWU32sxbCl69rS+b5WQzmBGOLQ2nl0TNNWRMNhQ8nKe+/f/D+9ZP3rx7+8urhb2+f/Pry
yYvHu9/d3Xi4vfRwZ/nZo91n97ce7Sze25zbX5u7u774YGvlyf7mvb3Vrc2FJWSH1vHJMTqTQaMz
yGQqDkccwRAH0Pj2PlRzz1BNR19edVN6aW1aSU1+RX1ba2dTY3tKZklgRIqXf4zb1VA3zwAfn6Dg
4PCA6yFAeVDhgwJu3AgOd7B2NNYzVlVUUVdSNdEzMNXRVZWS1pWX15KW1pSS1BQX0RQX1RAXUQO4
iwgqf4qoiJqEmJaUlK6sjL68vJGSkpmqqqW6uqUWjJU2iIa1jiaMrpa1joalloqFlrK5loqZpqqp
uqqxmqqRKhJlFUMlZQNFJT15eW1ZWU1paXVJSVUJCWVxSLyckICMAJ8UP58kH58kQjzIAcp/7+Pv
Ev/VD6DFzzfRJloYkPhmQPAfLf7fEQ+V/zSlOSC++hPxtP9GPBzX/EE8S3nWST2FBkOmNlKoTSBk
CkgzmdJBJneSyXAuT6X2Umj9VPognTFMh+N4hPjDBz8dPLt19s971CDEbxwSv7u4tbu0jewhvHNn
BXmq3zq83HqwnOZT7tx7fPf+k/v3oe939h6wlH8AXrkHTp48uPdwbXVjehL8NLm4vb59/86drfWV
UQpuqKW2p6YM19k6hccs04krFOwmHbvLGNkk9+/Rh3eog7OD8OGr1JZSWmvZeFc1pbEAV5lJayxk
NBUO5MXjy1IJ5UD5Gz2g1dZmE2uz6I15+IpUcm0WszkfnBArU6h1GZD48mRcdQaxIY/SWjLaVzON
bZtEN9N7qmmdlYzOSnxdQXdeYm1iaEmkf1l0YH1SRGd2wkBxKqYyE1uVhS3PGM5P6kqN6suMJlem
MxtymA1ZjPoMRl06pjCu7ZZfZbBjkY8FzDWbYn+HHG/rKCsNPz1ZX31FNy1ZUyl+HYHL5tICV/RV
gm0Mg630ox3NYh1Ng001Yp2MS8K9q2P8ioNcEhz0osxV4yzVEyw1U21181xMC91NS6+al161aAhx
GbodhM+OxqRHYjJuwiepFieCjBclMnNiqenh9IzIqby4uaLElaq0tdqs9dr8tZqCzbri7cbSO60V
9zuq7nfWPOiqe9zX9NVgG9wtANUFdw1DdYEW/yN56DUD83YU9/MoMB3zhoZ6S0ND4uk4EEAtaybD
gv6XCdIvE0B56scZOsw0CPPj7Bgo8nDqAr1m5WBQA49IoPKsoQ1yPDiHvwSHNv+cn4LfCwf0o79N
0n8dp4IiD+fyTNwHJu7XMcJ7BvYDA/czHQPEfwtHN+jX4CcPwsBL8P6E7/8B0/MN+EcNtj0daAV5
MtD6aLDtXl/zfk8jK3e663c6ardaq9bry5YqC2ZKsibyU+mZt3CJEYM3AzvDfOoDXUu8rbNcTVIc
DOKtdUON1a9qyDrJiVmKC+kL8qrysMtxX5bhuSzLz6EgxCvNxynMfpHzzMlzR784eeQfxz77P8eO
/NfxLz87cezLsydPcp06ocrLBn4+y/Gxz/WxLg52uWGpaS0jos5+VvXiaX2eyw4yAmGmSlU37DG5
QYTcYEZZ7FRT9lxP5Y/b0x9ePHjz4v77d0/f/fTg95+/+/n5wx8fQ9Z3V2f2t9aePrgDud9eurM8
uzU3tTDOpBPx89MTK0tzKyvzSyvzM7OTJDIBg0Hj8TgCgYDFEgbR+M4BTH33YFFTR3JJdVxeWVxO
eUZJfWVDV2VdR0Z+VVRCrm9wvLN3iL2bv42Dl7OTl+/V634+gXB5uqV96PWQAG8/GxMLLSUVbWVV
Ux19A1UNTVkFTVlZDRkpdUlxTQlAvLC6mJCaqKCqiICKML+KEJ+KED9cVCoqpCUppiMtoScjZagg
a6QkZ6qqaKaqaK6qZKGmZKmmbKWuAgJP1JQtVBXMVRXAr5qpKJioKBrDKMEoyxsryRmBHwXk5XRl
ZLWkpDUlpTQkJNXExcG7iIIQeLvlk+Hnk+bllebhkUJygPLf+/jbs/hXb9porFk8Qvwfg5q/tHjk
iusoSB3xrxX+kPhq8ng1JH68ljp2mFHWOP5fiGcF4F5HodaSqXUkSj2J0kCmNJDIjSRyE4ncSiR1
kIDylC4ypZsMle+jMoboTDSyTxkgHm4sPDZBnpj61OLH5heQQc1fiF/chIP45W2kwgPid+6sIovi
tz5dbr0Ls3f3gPgHkHXQ3B+B4+NHXz96CKc0D0HH3767urg2N7OwtLCyt727t7E5SaOOdHeg25rJ
/b0TBMwcjbg6Rt4YJW7TsTvU4U1S7za5dx3fOdNfN9VbC5+t01012VPNbC3BV2eR63IZTQXEqgxq
TRatNnukKBFVlECty55B7j8iVqRSazLmusvGmnIn6rNH6zIptRnE2gx6e/EcqmEZ1z7RV8vsrkLX
ZrfnxjWmRTYkh1XFBZZG+BSHehff8GlLvokuTMWWpGNL0kgVWeTqHHpt3nhj4VRL0VRrEbM+m1yZ
jC2OHc6PQBVEEctvD+dENd68UhZgVxZgXxrgmOJm4q8v56QgaCcvAGq7mbSgoSS/sbSAvarkdQu9
aFebeHe7KHvTACO1MAut/ECX1tTQpqSgPH/7aGuNm+aqSXa6t220b1trZTsZlnpb1QY5tUR49icG
4DIjcRlRg4nBQ0kh1Pz4seKE8eKE0cJ4WlYUJSN8Ij9usTxluTJtvS57oz53o65gs754t7liv63q
QXfNo566x72NT/qang60fDPcDncLGOkBxD8Z6vgW1/cTFQV8Zy2YeQOXRQ6/pY+8o2Pf0mCQlZFE
1vD94yT1NziLJ/82Cc8/TtFgJqHyyDx9Aq6TOcgUCDJzn/m/87MgkHu4aPIwSMdnvQcgQ3nw9XAu
/3EaEv/bBA2+o8DLucTfxom/T5A/jpN+HSV8YODfQ+ixIO9omLfUkZfE4RcEoPzAD5je79DdoM5/
h+4CJ+Ct6/Fwx8PBNlYeDLTe7W2C1rfXbTZWLFcXzpXlTBamMbITiCnR6FuhXVG+jcFupT522a5m
KfZGt6z0w4w0/DQV3ZRkrKREDUT4VPk5ZXkuS/GwSXKzCVw6x3nmBMfZk+xnTp4//uXJz/8LKH/8
yD9Ofnnk/PHj7CdPiJw/qSXI5mugmBvgVBbuVRjiHu1gZCsjqMVxXpvjgqUIl4+6eJK9RstNl+EU
X3TGdWb1bVAaNsldLx4sfnj14PWPd35/+/XHN08/vvn67ff3vn+wsbM8NU4hTo8xNpendpZn1ucm
5kepC+P0tblpUNxHGZTpmXHQntbXV1ZXl0dHGUQinkwmodEjfQPorn5U2wC6sr03ubg6OrMoKr0o
KbeytKalqLIxKbM4KbM09nb+1YCbNk7elrZuFhYOttZO3h6+AT6B9hZ2dmbWgd5+Xo6uhuqaBmrq
5jr6hqqaWnIKGjIy6nAtjZiGhIiGmJC6qKC6iIC6ML+aML8qeEcU5IUnQnwaooJaEiK60uIGclJG
irKmyvImCrKmCrJminIWSvJWSgqWIIrylopy5opy4HVT5GiiCN4PZMHXA9xNFKVBjBVlDeVl9WRl
daRltCWlNSWkNMTFVUVElAQFFfj55fn45Hh5P+UA5b/38XeJ//mXX6qwyIoaJkI8/b+vmGQp/2+I
rwIhIiGNVQHiKRPVVNDlD4mnjNbCRTWM/4n4WoT4WhKllkiugyHVEUgNBGIzgdhKJLaTSAd1HihP
pQ/QGXBdDYOJZe0dj4zjD3Yim52H6+L/uNy6MbMKiN9Z2NiBt7YiU3hW1vbuwinNPtxmkpXduw+B
7/ugsD/86umT7548/vb+vSePHn791dPvAPF39x/ubN3ZXN5aW1xbW14F/0+4trg0SaWOdHVhOjrH
sdjlMeba9NjSOGVtnLQ1itumovYoQ7uU/l1K7zapexXTujjcCDI/1DDbXzvdXTnZUTbdVTnfWz3X
VTHVVjzZUjjWmD/amD/dXrzQWznbWQoUHmvMme0oHm/Inq7Lhso35072lM2j62eH62mtRYMlyV15
txpTI6riA4ojfUrCr9bEBdbfCm5NiRjIS6LVFc111020lNFq86bbymY7K6faSuc6SuY6ikfrs4hl
CSMF0UO5YX1Zwd1pAa2JAf0ZEf3pYTXhHqWBTgmOBh6qomZiHEYi7JaygtYK4ibSwiYyIpZKEi46
ioD4YCsjbz1VKykBKwmeCCvtqiifxqTAsnCP3Gu2ae6mifa6yQ56aY76GU4GhZ4WdUEu3XHXUGk3
sJkRI+lhqOQbqORQPHIXKyUnip53k5EfTc+9ycyLni1NWqnOWKvNXq/P22ws2mws2W4qv9NWfb+7
7lFf/eP+hm+H275DdXzHEhB03pHer+Eev70/kIZ+Ao2YCYfvr6io1xTUC9LAWzps8cB31l2sLOhB
rUaUP7jcCj6F7sNF8QB6JpykA+JnxuE6mWmY36ZAJoHy/3cOEv9/F2b/7+LcP5EgxMOOD5dRwhk9
KO/ICnr4vaMfpxi/w8BBP/jjfoehfByn/DpK+oVJZOUDA/R6/Hs6/g155DUJ/YqIeklE/UQYgpvn
YPuf4we/Jwx8g+0F0LPyFN31aKgdQP+gr+VOR91mc+VqfclCVd5EURotO4GUHotKDB6IC2gLv1rt
71rq45DjapVgZRBhpHFNU8lOWlRPkEuR65IUx3kJzosibOe5zpy4dOoo27mTnOfPXD594uzRI0D5
k5+B/OPMkS8uHz/GdfqY0IVjKvznPfXlsgNcauL8SyOvxDgZOytJGAtwGfOyOUpwB2mLZblqtUQ4
DCR543NCqZUJU51FD2cwb79e/fnZ9s/P9n/98f7Hnx7+9vzRm6/3H20vzY/RaHjMzBRzcXZ8cXp0
ikEap+BmRinjDCKDhmcwKFNTE0tLC8vLi3NzM5OT40wmA4/Hd3X2NTZ3dA+iu1GEkvr2tKKaW5nF
sSn5uYXlReV1ien5GXmVheVNWfmViSm5Hp5+VpaOZqa2Vma23m7e/lf8bE0sPe1dgrx9Hc0tTbV1
jTW0teWVNGTkNGVkNOFaGlHgu4aogIYIv4Ywn7ownxrwnZ9bhY9LBRz5eVQF+TREBLXFhXUkRPVl
JIzkpY1lJU1gpExlpczkpMzAUVbKXFYaBLwCf0lGEnyNEYicpLGclDE8SoJvNJKVMZCR0ZOS1pWU
0paQ1BQTVRcWVhYQUOLjU+TjVYTHgxyg/Pc+/i7xz1+/aaFMtNAnWxnjSIs/8P3Pi+KRdZMA90+z
Gkg86O9/EE8eq6LAFv//Qjy9FihPptaQKDUEcg2BVIuknkBsIhBbiMRWEqmNRAZ1HnT5Hiqtn0Yf
Ru6B+jfEzwHiFyHxy6tTy+vTK/DWJzioQYhnFflPFZ5FPNxpEubh7j4k/h4o7I/g+hkQUOEB8aDF
3wMdf+fu+to28H17dePOxubq7AwNM9LX1DDY3DRFIK5PzewuLGzPT62OEbfG8dsM1Baxd586+GgM
dZ85+GB08C69f4vQsYlv3yV3r6Kb53qrlgZq11FNq4P1C90Vc51lcx1lM+0ls+0l811lc12lM+2F
443ZY/VZY/WZ1PIkWlnSZEP2fE/Z3EA1va2wOy+2MtavMuZaXWJIfeKNhtuhzcnhIG2pkQP5ifjK
LGpjEaOlZLyjfKa3emmoYWmobra3itmUD363icas0foMQDw6P3Iw+0ZXqn9TvFfBdYeSYJfGGN+8
a3YpbqauikKanKeMhDnNpQWc1OWctZTs1OUtlCQtFMWumWv7W+i4aymYSfAaClz2UpPO9nUoDnG7
5WoUZKIQYaacd9W6PNC5xM++9JpduZ9dTaBzS8SVvqQg1lpJdGoYJi2MkBVJyrpJBs09O4KWGzVa
GDdZkjhTnrxYlbFWl7vZBO9i3W2v3Ouo2euovdvd8BAum2n5ahiU97ZvQX9HwX3EvsP0fovp+xY7
APKMOPicgnpJR7+gDIO8JA8D4pFZDSQeXnf9k/LvmYRfRvEgvwLfxxBwR8EJ9eMEHcEdWec+DY7j
v00dBN7Xitz3BIlnrYtn3f0EhzNAeWSNPII7CHifgItzppn/hKH/PgWJ/zhBggHvJWNkoDwrkHg6
JB5ZXol9S8G8oYy8IqOB8sD354ShZ4Sh7wmD3wPr8YPf4Qe/wfY9RXU9Gmx/2N96v7f5bnfjXkfd
VkvFUk3BZHE6IzeJkBaFS4nsuekPr776uxR72abZGcebagfpqnqqSFvJCGsKcMpyXpDkvCB08QzX
qeMXTn559viRi6eOAeIvHD969shnZz///NyRI2c++/z8l19cPnn04vHP+M5/qSbE5qwpc8vDoiTS
szjcK9bJzE1Z2lqU10aEw02GM1xfrOiKXnecGyrND5cXSq1OXBqu+nqZ8O7pyvtvd379fu/js/2P
z+5++P7e88e7O0szTBKOySDNTo8C5VfmxhcmaUwyepSGmRgljo7Sp+EYdGZxcWEUfMKg0+h05ugo
Dkvo7urv6x9GYckdvSPVzb3FVa1ZhTUV1Q3F5bW3knNSs0ryiqpLKxrSUnM83L1NTW3NzewNdE1M
9M2ue/tHBIZa6RsHeFyJDAh0NLMwUFHTllPSlpHXgddaJTUlRLRE+LWE+DQFeVnREOBRA77zcKjw
cKry8ajx82gI8mkJCWiLCOmJiRpKiBlLiZtKi5uCI4ikmKmEqKmEmKmkuBnyiomkGIwUCOhG4shR
wkQGRMpEWspYWtpQSkpfQlJPXFxbVFhTSFCNn0+FlweGD4QXhvc/Q/zTH573js3BDQwOiEc2IKMC
4kdZgcqT/0I8XBdPRIhn+f4H8SCHvv+J+H/BnRWkxdNq/kQ8S3lQ5BuJxGYiqYVEbiVR2kmUTjK1
m0KHsxoaA00HxMPVk0B54vgkIJ4xOwcq/NjC0sTSJ+K3Ztd25td3Fzd2lpANala291a376ztIM97
QjaL/3fEfw1kZykPijzAfWtzDxw3N3Y3Njb3d3f3V1emiLjemsqOihIGemhncW51bnZjdnptjLpG
HX4whd+j9q1jW+/S+r6axjxg9t+j9+2SO7cJ7VuEtj1y1+Jg7WR7yUxn2epg3XJf9Uxb8VxH6WJ3
+Wxb0UxrwWxb4VRz3kRDFrMmFeBOLr1FKI5j1qUt9ZYt9JbTGrJ6sqNqYq/Vxwe0pYZ3ZER158QN
FCYOFiYNFSUTqrIZTcWjraUMkLaSia6K2YHa2YHqqZ7ysY4iemM2+G2nwBG8bVTcRuWEt93yqYt0
rbjhmH/dIcHJ4Ka1Zoq7aayDgaeGtIeWgqumopO6vKe+uoOGorGMiKGUoJehaqq/q6+xqoUsv6kE
V5iVblnY1aoI30hrbXcVEXcVYX9N8XhrzRxP81J/+9oQt+bIK11xfkMpIaiMiKG0sKGUUEA8NiOc
kBFBzrpJz41h5MdA30uTZivT5qsyl2pzN5qKAe773bXwbqaBFtBYQW99iu74GtPxzUj7N6gOZIjR
/T2293vcAIAPIb6fRfwLKuon8tBz0uAL0tBr6vA7xsH+BPBeJDqOxT1L/He0kfcM7K+jxE+d+jeE
+N+mmIjvY78jyv8OoQdqw60LWMojA3e4hwE4/j439XH2j8E98q4whrxJgCPIKLK0BiF+AvygAP4I
EDIIgJ4V8OcC3wH0rEaP3DCFAcSz9keD2xoTh38gop4RhkG+xw+Bf+xX6N4nw12PB9tBAPT3ehp3
26vXGkrmKnLGC1PpuQnkzNihWyGtN7yB8uVX7DLtjW+ZaIRoK15VlXZXkTKXEdYQ5lbgYxdjO899
+hjb2eOA+PPHvrh48tiFY3A5zal//NfJ//o/Zz/7x+nPPwMvnvryH+ePfSbOeVZHnNtOWTTCTrs4
3DM/2CPMUtdbXeaKkqinHK+fCn+8uUxzhD0mwx+V7ofNu8GsS97CNvy0zvjlyeqvX2/89s3mL99s
/fr9nffPHjx7uL2zMjs/Oz43M7Y4M7a+MLmxOLkA/uvLxE+NU2ZmJmZmp8cmRkfHR8cnxilUKoFI
pDMY4xMTRCK5r2+wp2ewo2ugobmnrrmnrQsFin1hSXVsQsbNuNT4pKykpMz8vGI3Fw8TEzsQA10z
XQ09Mz3j5JtxV+ydXMwtM27d8nJwUAa8KijryiroSstoS4nrSInqCPNrC/FpCfBo8SPh49bg5VLn
4VTjBeFS5eHU5OPWFRIwFBM2EhMxFhM1kRA1kxAzlxA3lxAzA+fioubi4FMYM3EgPngR+VRSHMRC
SsJCGsZcSspMStJUUsJYXNxITMxAVFRfRFhXUECLn1eDl+fPUf8PXW59+N0PQ1OLyOXW8RYGXDSJ
+P5X4v/a4oHvrFtb/4V4qDxlvIYy+im1ZAYknsoy/SAs30Gg7yDEv7T4OiK5ERT5Q+LbSJQOErXr
gHi4mQHcO/6QeMoh8eOLgPiVyeW1qZWNmVVA/O7C+t7SBlwRv7K1hyyKv7O2fWdjF3mk3537iO8P
gO97dx/tA+LhcpqvHiHKP3zw1d7u/bXVLYD73u69za3d9a3N7c3VeQaF1NE8WF1K6m5Zm2JsLM3M
jDMXx5jb45SHk4Svxke2sS2r6IZtUvseuXML37qOaRpvL1ocrFkeql0YqB5tLaQ35DAbc+e7KxZ7
Khe6yxe6ypZ7Kubbi+bbCqabcihliUB2csktfEE0vuAmsTR+qrNgtreEWps2nBfdlhjYEOvflhza
nRU9WJSIq8qgNhWMtpWMtpWOd5bP9NXM9tfODdQtDzeCLAzUzHSXT3aUTHbAPQJnWvIB8WO1GYSi
uPZb1yqCHcsC7UuDHFI9TUNMFENNlTO8rVOv2IZa63vpqgLfvQ21PPXULRUkTWVFQxzMsoK9bnlZ
u6iL2SjyeevJJrqbFwV5pLhZOsjw2cvwXzdQCtKWummqlOKoV3DVqibYpS36al9SQF9S4EBq2GBa
OCo9HJMRic+KBMSTMiOY+bGTxYmTRUkzZakL1dlLtflrjSXb7dX7PQ0A94dDbQ8G2h8MtD1GdXyD
6/6O0PUdvusHXO+PuL4f8f0/EAZ/IAz9gMAHoP+RNPwTFfWcPPQDsf8HfN9zQj8g/mcm8J21BQ0B
hHXdFSF+BBJPx/7CwP+C8Pork/RxjPr7JP3jFOMjcgMUknG4U82/+P5JeSSQeNbIfmYSuccV5vep
UTjW/zPxk5D4X8fAOwogHhR54Dv19wkqOP46SgEvgvzCJP1Mw7+hYF+TMS9JIy+IqJ9AyCM/UTA/
ktAs6A+Vh1cgHg91PBxovdvTuNNevd5YulidP1OeNVmSxsxPIqTHDCfc6Iq8VufvWuBqnmKlG22o
6qcu7SQnZCbFryPKoyzAKcfDLsJ2nv3M8Usnvrx0HLT1o+ePfnHu6JEzRz4/8Y//c+bzf5z6/B/n
jx89d/zohWNHLh/9h6oIl5YIp40sf6SdXvZ1x3Rfm1gHnRtGChFGiiFaUsFaQpnOmoPJ3qg0n6FU
X0Jh5ERD5kN674cHc79/u/bb06X3jxd/+Wbjl+/vvPv2zncPN3fX55ZnRxcn6ctTjO2l6d1V+Onc
9OjC4uz84hydyaDQqDNzsxNTk4B4PIFApVGZTCaVQsWM4Hq6B+vq20BhL6tqKq1qzMwvT0jLj4hN
jYi+HR+fmpGeEx0VZ2PrbmBora9npqmqo6Go6u3okhQe6ePoFOR95bqnp6Gqupa0nLa0nK6klJ6U
hK6EiJ4Qn44grw4fj/ZBuLV5uLR4OTV5udS42dW42LV4uPQF+UGMhAQsJcQtxMXA0VJSAkZCzEpC
HMRaAp5bgl9CYiUOXhG3kZCwkZC0lpQAv2olIWEhLg7eDExFRYxFhI1FhIyFhQwFBfT4eHV5eXRA
eLhBtHm4tXj+MztNPvruh8HJhSYqIH4SKk+DOwn/t3E8IB7uYYBsYwCsh7tLHkAP96hBrrUixFdR
xqo/EU9mAuJryfQ66mEon8Ia0cBBPIt4lu+sFt+AJwDimyHxIKTDIk/tp9KH6KzNaqDvCPHT1BnW
3U9/EA9a/Nxhi18+JB74vg6I39nf2r27s3d/D+CO+H4HWTG5/+AJ3L3g8TcP7j/d33uwvXVnY317
Y2Nne3tve2t7dXlhmkkh93fiW+voPa0LZMzmNHN5ir40Qd2ZYXy9MvbNHOk+uWdtoGaxr3K2r2K6
u3Sut3y6s5hWmznanDfVUTzamEuvy6LVZTIasqdBbW8vXu2r2hisWeutnGrIQfxNR+VEjuTdROdG
9qUFYwujxxoyZvrLCNUp/blRPRnhnck3hrJjKNVZ2PI0TGU6raVoqrdqAWg+3ASyjGlbxbZv4Do2
sR1rqKaF3qrZrvK57rKFnvKF7tL5tsLpxlxC0a3W2GtlgU6FfrbF1+2zrliEmamEmCjHOxmmeFnH
uZj7m2q5aSm7aql46mnYKsvAJ0ErSoa7WMS4W/gYKXpqSwVbayR5W+YFORcHu1/VkLYU4XBVFA80
VAk3Ukyy0850My7ysWER35sUAI5dScHDGVH43Fhibhw5L4aSEw3K+3TZ7bnytLnyjIXqnLXG4q2W
it3Ouru9zfdBcx/ufITqvD/YcX+w/Qm66zti3zNy3/fE7h8JfS+IsKQ/JwHNQYZ/IKF/JI+ACv+c
MvwjaRDuNYbv+5HQ/xMRKv+WjmEpz5rVwP4O70XCvqdhPkDiCb+NkkA+jpI/jtF+n6DD6Qqkeeyf
03AnsoPjofIH+RPxyMVYOH+HFR7IPjn6cYIJ8htyI9U/4d41NJB/ToH3D8pv8For0ByYDgN+bgB/
4sdxGhD/FyYgnvyeTnxHxb+mYF+RQZfHvAShYl/ScCAA+ufkEWA9UP4bTN9XI91PUZ0PB9vu9jbu
dtZutVWuNZUu1hXMVOVMlKbTgfIZ0QO3gtvCrtZccyp0s0iz1Y80Vr2qLm2nIGogwa8qyKnAxyHJ
eYn//BmOk8cuHz8KlIct/uiRU198dvzz/zp9BLT4f5w/epTtxKnzR45cOPIPoQunFHgvGwpyW0vz
+xvL5wXZFgRZ3XLQum2vf9vaIMpMPlBLoOK62VCKd3+S53DadWpJ/Ep3+fcrhN+ezv3yaObtvYmf
H82/+2r1/fe7b7+/8+TOytIkZY6BX2CQlsZp20uzG8uzC3OTU9OTk9NTUzPTcwvzs/Nz07OzdAYT
TyRi8JgRDBqPwxPxpBE0rqOjr6S8NjWrKDmr+FZaQVxKflxKXtzt7OjY2zej4m9G3fLwvG5kbAeI
N9A2sjQy83VxTwgNu+F9xdkCnDt7WNvqySlqS0rrSUnrS0nqiAoB4nUFeHT5YHT4uHV4uXS4ObW5
OTV5uDS4OLR4ubW4OAz4eY34+Qx4eewA2RLitpISdtKSdtJSdhLiILYSEnaSkjaSEuB1W/CpuLid
uLi9uIQDEvAtNmLi1qJiVqKiliIi5iLCZiJCpsKCJkICRgL8hnw8+rxIeLj1kOj+h4j/5vmLLuZ0
C32qhYHsNAl3Ivs3xCMZBUEuuo7Vk8ZrkT0mD1bEgxwS/6nC11AOiQemHyoP5++skGl1gHgiBeZP
xNcSiPV4wmGRJyHEk+DqGgq1j8YYZIyOIBUe3uA6OUWZnqHMAuIXmJ9m8ZD4zbnV7fm17U+XW+HW
BcD37f3NnbvbO3f37jzYB7gjC2kA7rv3H+09fHL/ybePkRHN3s693Z27O9t7mxtbW5tbG8tLs1Qi
baCH3N3OHOyZI6DWmKStSdrOFOX+LOnbNfp3q9SHY0PbqMblrorJ5kJ6fQ6jMWeiNX+sMYdWmQpg
JZUkEosTCCUJlOq0qbaC5f7K5d6Klb7KzcHaBaB/TQajOh0EUxgPtwDLjuxKCyFWJi8NVBNrs7AV
qejSJFRxEqooEVOeQqjKwFWmMTtLZwbrFkeakYc09a7he5cxXSvYLgD9bH/dVE/VVHf5fF/l2lDd
2lDNcnfpRHXyUEpgXahr6XWHXG/rHG/rFDeTMDM1P13FQCO1MGu9YEsdTx0Fa3kRS2lhJzUFB3UF
Iylhc3mx61aGMe42QdZ610zVbtjoJF6xygp0SfGx89VXtBTjspPi99aQDdRTijBUijNTy3IxKfd3
rA91b77p3R7n1xHv358ShsmJJRXcIucnkAsSKIWJzJKUqcqM+brclcaijZay7dbK/a66+wPNDwbb
7w+2PRzueoTqZh2/xvQ+Iw3+SBn6kTz0jDL8jDr8AwXIPvSMMPAjaeglBf2KgobDd/LwT6TB54SB
5/h+kJ+IA68ow29pI29pGFZ+ZsCJDQwd94GB+4WJTEgYhF+h8uTfRkGzBhyDFg/z+/QB9HBXgynW
Xa9wYsOath9uHw+vyv4TvjL2cRLuKvwRkA2P1N9AQ58E7xm03yepHycov09Q4KxmjPSBQQRtnRVE
eRhw/oFBAifgDeBnOuE1BbwbwYeTvKJiXzMIb5hEkFd0/AsqltXov8MNIpdeIfH3epvudNVut1Vt
NJetNhYv1hbAO2BL02kFSbj0m31xga1h3jX+zkUeVkng/7h6Sp6q0pYyIroivCr8nFIclwTOnWI/
/sXFo0dAi79w/OiZo5+f/PKzE1/+4+SR/zpz5LMLR4+xHT95+eixS18c4Tp9XOzyWS0+Tn0hdnNJ
tkh71ZJQuzx/6ww3syxXi5wrprGWCllumu3RTgNJV/oTr5IKbo7VpN4d7Xh/h/Hx0dTbfebb/fH3
Xy29+3rt95f3Xn+9tzVPn6ZiFkbJ01T83BhtdXFmfmZidIzJGGUSQYkaHBjB4sYmJscnpwhkMplO
xhOxaDRqBI3BYvAoFLanb7iyruV2ZnHkrcyQ6JTwuPTbGUXpWUU3b94KC4sOCIpycvaxs3F1d/J0
t3d2MDW/5uQS5OnpaGbmYGrqamFlpKSqLSGlJympLyGuJyKkL8inx88Dw8etxwvCpcfNCZXn4QKd
GlRsbS4Oc2FhZ1k5K2EREGtxUXtJCUdpKRAHKUkHSUlHSUknKWkHaUnwqb3EAe6OSJzEJezFJW3F
xG1ERK3htwtbCAuZiwiZCwuaCvCZ8PMa8/IYHYTbkIfbAIT3P0P863c/1+LprYxpEEA8sl/8H8Sz
BjWI8tD3vxDP8v0P4idAkYeDmj9m8UwYOKv5b74fEn+g/F9a/J+IJ5JaiQfEgxbfR2cM/Zn4CUD8
NGVmBhD/1xa/ObsKivz2AnJ3K4v49e39A+L37t/ZfwiIh4GP534M102CFv/k20cPv7uz93Bra3/v
zr3t7Z2NlZX1hflJMoHQ1ULoamWi+meI2GU6cW+a8WRl8tu1iW+WaF8vEB5ODu/gW1Z7yhdbC8fr
sonlyeTqFEZdGrEkfjgjbDD1xlB66FBGGK4wdrQha6m3YgNVt4mu30LXrw5UzXQUTbbkT7cWjTXC
jQQwJYm48mRidfpUZ+lsTyW9uXCyq2KmtwbAvTDUsDjcuDTcuI5rX8G2rsJj2zKmfQXXsTTSPjPQ
NNXXONVfO9FVOd1TudBfszZcv4ttWR2oZlanDiT5lvtZ1gQ71YZ6pDgbRVmoR1mqR1ioX9WQ89ZS
uG6sed1c201H0VFd1lVLyUlDwURGxFRO9Kqpzk1320gXixBbg2AbvTB7gxgX00h7Q3d1CWOhSxYi
7B5K4gG6SiH6SlFGyil2eoVXrKuDXOvCPBojr7TG+HYlBA5nROLzbpELk6hFt+klKaNlaeMVGTO1
uSstJVudVQCp/e66e70NDwZbgO93B9vuD3c8Qnc/xfSBfIPr/544+AyYThr6joyENPgdcfB7fN9z
0uAr8jDIS7hjwRDr/DUFrqiBGwbQRt7BFs8KvNDKGsoD4pFrrXBEA6c08Mon8JcKiEdWslNAPk7S
kToPcB8F3B8O2eG0/bepUbiP/ATj13EGqO2w6YP3AER2APo/pwDoZGj64cCdNX9nXWU9/OMA6Acv
fgr4yl/Hye+ZBNYPHC+pI6/AOxOT+G6U9HaUBKwHyrPq/A9E1LfYvqforsdDbQ/6m5HHgleBn4G2
W8rXGksWa+DEZrw4jZKTgLod3hV9vfmGV62/Y6G7eaKVboCWopOcuKm4kKYgtwzHBcELJzlOfHHh
y89Bhb9w4tjZ41+cPPpfJ774P4B40Ogvnjh26eRx1gwH1Hz+c6cUuC5qCbHrCrNZywtGOejlXLMF
LSHb0yzbyzjdVSfHTa8m0Lo71mMw2ReXE8ysjFvtLno23v/LNu3DLvPdNv39/sSvj2Z/+2rp12d7
Pzxe31yZWFyYmFuaGRunz0yNwW0LRkcZzFE0ltDQ2tnc2UtmjI1PzQwMo/oGh+mM8REMfnAIPTKC
GxhEDQyhhtG4mvqu1MzSiJi0gND4G1GJyam5mZl5cbGJ0dGJQUFRXp7+DrauhjomuiraNgYmge5e
7tZ25tq67pY2TobG+tIyumJieqKi+sJCBgL8+ny8SI+GuOvzcBrycBpwc+pxc+lyc+uCIycHaN/+
2jrXdXSdpGVsREXsxcUB6y5S0q7SMi4SUi6SUm7Ssi7S0uAVZ0kpJyC+hKSzuAQIQryEnZiYjYiI
lZCwlZCQlaCQhaCgBb+ABR+fOS+vGQ+vGTfryANiys1j8h9aF//i7bt6EvPPxB/6DvJpHA/zL8TX
/Rvi//2Kmv9v4onkw3WT5D8T3/xn4qk0FvGYw0E8Cbb4aSrS4g+JP2jx8NncoMizNjBAVtSsAuXh
lObeDqvC7z+EQYiH4/gHT+8/+ubuna/W1va2du/u3r27vr6yvjgzRyNj2hpHGqsYg92ThJEpEm59
gv7V+uyPmzPPlunfzOCfTKH2KO1rg5ULrXkT1WmU0kRccRylMhFXFN0ef7Ux3LXtpmdH3NXB9BBG
dcpCZ/Fqf9XaYM3qYM3yYPXiQOVcX/l8f+XKYN3yQN1cT+VcT9XiYN0Grv0OtX+L2L2CaV/DdW2S
erfIfRtE1o437UsjrUvo5lVs2wqmbX6oabqvbqK7eqyzeryrenagbnmkeRPXug2CaVrpr6RXp3Ul
Xa8Psa3wt2wIdQHNOtFO11ddLMhA1lWB35Sf3VNd7pqRpq+pToCtcaC9mau+uqm8mKG0kK+FXvJ1
z5vuNoFWeiG2hkFWuoGW2n6Gqk6KIno85wx5z7vICQbqKN4wULmhpxhnrlHgZVUV4FwT7FoXColv
j/cfTAvH5cWTi25Ti5JpxSmj5RlT1bnzDYXLLaUbnZXwWds9DfeQ3O9vvjfQehdkqOMhuvsJgAzX
/xWu72t8/9f4vq9xfd8Q+r8lDADfnxEH4F5jpEEgOxzdwD17B8D5GwR3eKSg3lLRPzOwwHeW9UBP
FvEg8BYkJijyEFwWr3BKMwFvVvowSgbEw13JWEtiWNAfzG3gNOa3SeZHViaYv0+O/j7J/H2C8XEc
Dtb/CYmn/g4C5+x/4M4KC/c/B7z46W0AfPoB2fYS/PXgzyXUkTcMHCSeSXrLJIEiD47g01c0/HPy
yPeEga/hPQHwmeAP+pqA8nsd1XfaIfQrdUUL1fmTpRnk7PiR1Kj+WyFt4VebQtwqfeyyHE0iDNQ9
lKRtpEUNRAWUedhFL57mPnUUEH8OroX/EhB/5vhnp4/91+kv/nHu2JFLJ49dPnWc7dTxSyeOXjj2
BeepoxKXzyjzXNLgv6zNd8FOlj/SSivrinXuVavcq2ZpLjpx5vLpjhp1wbYs4mnFUbN1aXdRNS9n
UT9vUN5uUF5v0D7cGf/1wSycy/9w99nTneWlidFx2ugYbYxJG2XQwAeeQBrBkzv6h5s6+4ZwJDJz
bBiLK6qoaW7rxpNpfYNoFBrXP4BqaGwZHh6prG6tqG7NK6yJTcj08gmxt3e/ERKZm12YmZEbERFn
a+NiamytoqChoahhqKod4O59zcVDT1nN3tD4qo2tubKKrpiojpCQrqCAAT8f8B2ADnzX5eLQ5WLX
5WLT5+bQ4+IC0efk1OPgMObhdZaWCdTVC9DR8ZSXB4I7iIo5S0i6S8mAeEjKeEjJukrJAOJdpKD4
LhKSLuJQeUC8g5i4vaiYrYiIjZAQjKCQNb+ANZ+ALQivgA0PnzU3nxU372H4LLn/Mytqvv7xJ9ag
5t+1+APiWcof+g6JB74ftHiW73+D+L/4Domn1n4a1ADi/zqoaUCUPyQe3gb1iXhWiyeOTSCDGkD8
HCAeWVHzpxYPx/GQeNY2ZAjxe5+I30XCGteAIn8X7kLzFDb6vUcbG3d29u5t7eysrywsTzJo/V3Y
5lp6d+siBTdPJ84xiE+2Fl/fX/92nrJP6vp2Ev3V5NAaqmahI3+yOgWXFTacHjycG04uj+9LCSj1
s6oOtGuP9upJ9MMXRk83Zc225M+0FEy3Fkx3FE13Fc/0ls0PVa2M1K+iG1eGG5aHG+cH6paGm7ZI
PXcY8ObYNXz3/HAryCKqbeEwU331k11V0701k93V9NZSanPRaEf5dG/t/GDDOrZth9gJfN/Btsx3
lRJLE3pTgxoi3Ut9zXLd9WtDXECzLvJ3gjsNaElc05ZyVZTw1JB30VDQFeGzUJbxszO311ExkBUK
djQrjQ8tTwhP9XcPsNIFxEc6md2wMXBRljAWvGwmxOapIhFqpBZhrH5DVzHSQCnT1agywLEiwLEy
0Kkh4kpH/PX+1DBMbiyp+Da1JIVaDIkfq8icrS9YbS3f7Kze7q7Z662729dwvxd5pscAaPGtoMXf
Q4h/jO0FeYLtfYrr/QrX+zWu91s83KjgR9LQT6C5U4ZfU9GgsAPZWZuzv2IRD1o86PLkYaj8py3A
oPIQdxgalrWihrWUheUs8P2fcDNhOG9BRi7IzVBI4PQGUA6vo44B01nTdta28r9PMH8bo/3ChNdL
kd8HLn7/K/HA8U/5Q3nWDxDgL/BHkJ2NWZeF4YMG6di3DPxbBiCeCI7ICQnkNQ3/EyAeP/DNSPfT
4Y4nQ22PBloe9DbeAz8JdVRvt1Ss1Rcv1xZOl2eRs+Kx6dFDSWEdkdeaQ9yrfO0K3C1vWxsGaCs5
wiIvqCXALcV2nv/MiQtffAYn78dBkT96/gQo75+fO/rZ+WNH2M8A34+ynT7GfurYhaNHLh87InLh
tAz7eVWey/pCnIaCbK5KonH2BjlXbXKuWuRdNU9z0k60Uirw1O+IdhvJ8CdkB9PyIldbcr+ld75e
wr5eJbxawb9dJf2yO/7rw6Vfv9l5//29p/c352bGxkYZ4H9HmUwqjYYjkIYwxH4MqXsY14PCDRPI
KCKlvrOnqKq+ob2rub2nq3cQhyO3tXVVVtZWVjdk55WUVzfnFlaFhic6O3sHBUbcir1dVlqVlJim
q2Psf+2GsYGFiqyKjqK6j6NbmO91VQkZXVnF6w5Ojjq6WkJC2gL8Ovx8cDjDAwo7pw70nQNAD8PF
YcDFCcMBY8TFZcLNYysi6q2kfF1d3VdZ2R1UeHFJNwkpEA9JaQ8JGVdJaVeAu6SUq4SUqzgIVN4F
KC8q5iAiYi8sbCckZC8IImgnIGDHL2DPL+jAJ2jHKwBiy8Nvw80HAk94BQ5Q/nsff5f4B98+G5xc
QIifaoHPbh1vpo7+y6IahPixv9Hi4brJA+Kh76P/o+8ggHjEd+Ra65+Ix/834okkuP0kldZPZ7KI
xyHEH7Z4SPy/Dmr+TDyyB9nqDmzxm7v3tvbub+/dh9Aj4xrWpsH37j0G5/fvP7lz5/725jZ8fsEo
nYkZpPS2M/o75gkjqwzy2gT1wfrMT/fWvlsbvUPp3cG0fDeBvk/pnO8pnmxIx2WHdcdc6U8OGMwK
Hcq60ZngW3Hdpv/2dXR6CCYnYrY1Z7I5a7Ihe6IhZ7wxZ6Ilb6I1f7Qld7Q1b7StgNGUhylPHipK
GC65TajNYXZU0NsqyE0lhPoCfF0+pamY2V7BhDsSl1GaSsgNRaTaPGJtLrEmB1eVSazNnuwqXx1p
3iF27VN67pC61obrxxpyMfkx3bcD2uKuNoS75nkZ3bJUue2gVxbkVhV+Nc3Lykdbyl1F5LqR2jVD
dTslaQWOC4o8bAYyYtIc5xx0FAtjAssTwlKuu0e5Wtx0tbjlZZfm53rD2sBNTcZZUfyajkKoiSbw
PUhLDvxXJ1xXPtvdKNfLHC6nCXXvSgxGZUdD3MvSCAWJFOB7SQqzLH26Nm+xqWS9vXKrq3qnp+ZO
b939vkZQRWEQ4u8Ntd1HdT7C9DzBI7jj+74h9n9L6v+eNPAcudb6CiBORb2hod/RR+D9TeAEUH4o
+7+G1egpoNqPwDuMYNBvyKi3MCM/U7Ef6HhgLlxRA4o8fCQIA14FBcSPwwuwkPhJOnD84zg4Abgz
foMXSJFF9JPAd/ovDMoHOpywIwN9uDISDmrgQniW78hCGiTgU/AHfYKeRTxrXTw4+QVU+MNlP+9A
f2fgYItnEFh5wwod/4qK/YmEfgaJ74FPox1qh/scgDfI7jpA/E5zxXp9yVJNwUxZFiMviZgZi0qO
6I0LbAu7UulrV+RpmeloHG6g6qEgYSUmYCDAo8h1WeT8qUtHj5z67P+cO/YFqO0XT3zBfvKLSyeO
XDj+Odf5k5dPfHH5xJecp4+znfjiwhf/EDx/RprjkhzbeQNhXkMBThNBdh8tuRR3i9xr1okO2rme
JlkueplOWjWBVv1J3qScEEJqwHhp3F109Y/Tg2+Wce9WiR9WyL9tMj/enfn14fKHr7Zff7P/YG9t
dgoKPzY2xmQwiSRKPwrThyYM4ChdKFzXMLYXQ2xHYWo6e2rauqob22ob21AoHB5H6e0ebGxqq6yu
Ly6ryS0oLy1vLCutvxEU5eHinZyYmpOVb2Jk4Wjn5ul8BRCvIaPsYm4THRCiISmjJCTqaWruaWyq
wsWlK8Cvy8drwMcDiNdkvwx8NxMSsBAVNhbg0+Fg02djN2AH4TDi4DTh4jbn5gGxFRTylpUL1tAI
UFNzl5B0FRF3F5OEEZdyAwG4I767iUkeRFTCVUTURVjESUgIxFlQyFlAyElA0JEfRMiBX9CeDwZC
z8MPwwvpP0D57338feK/H5xaYD3YrxU+u3W8hQaJR/JHhUcClf9fZ/H/vcUzkPyr76zl8CzfDxbF
44mHIfxBPIHYQiAeEE+j9zM+EQ8f/0RCZvF/HdT8W+L3PhHPWjS5tQe7/N7dR3fvPb5378n+/qO9
3fv7+w/u3Xuwu7OzOj83SSaR+3sp/d2j6P5JPGqJTlkfpz9YmXrxYOWH7cn90cENTMsevv0usXNt
uHaqvYBcFt8d79N+0xOVGTqUE9GbEtiZ4Nd1y28kM5xYGDvVnL0yUD7enD3dnD/VnDfWkE2rTMUU
xqELYofzoluTAuoT/MojPRpvB3ZmRgyXJlMai0YqswaKUwdLkvuLbqPL0/C1ObiabEwVsudMZSaq
JBVdmkaoyma2FM/3120ROu7S++7R+3YI7Qs9FbTaDHRedE9yYHu8T8tNz+YojwJfixsGsv5akjeM
VW+7W1VE+lXFBKT7OkQ5GoVY6XvoqloryVgpy14x0Unydy+IDsgOuxruYuZlqOKhpxjtZplwxR74
7mes4WesGWCi6aenck1L3ltZ/Iq8UKCaZIyxSqqzbv5Vi9pQ957bwaisaHRODCorpi8lHJ+XQClJ
Bb6PV2bNNRQut5YB4je7Dlo8JB55ZtPDwdYHQ20PhtsfjXQB2b8lDX5HGnxGHvqBOvScNvyCCkft
oKof2j2M7EKDfkODiAO14cM3iIOgzh8E2fuF1e5fkYZfEYdfEoZf4IdgcAM/Yftf4AZf4ofekNA/
U7DvaYRfGABlOJFnhXUOlR+nsdbAsF4Hnf0DAwANr9D+CnynkX6hk34H7xDjlF9BN2fgfmXiWTc6
IQslP91mRUCWxsOy/2flQT6dfBolvQVFnoF7TceCIOMaPDiCvKJhXlJHfiKjEOK7AfFfDbc/HWx9
1NcEiL/bUbPXWrXVVL6KzGqmyjJpeUn4jBj07fCem9cbAt3KvK2zHQ1jjFX9wTu0tIipIK8qN5vE
xbOcJ4+dOfKPs0c/v3zyS45TX/KC8n7yCxCeC6fYThxhB6+cO8F1+ujlY59xnzkhxcEmce6MKscl
YyEuY0EOa0m+QBP1TB/r+ptXI40VctwMCz2Nyn3NGm7Y4rMCSRlBxKzgxebMR8SmV3OodwvYn+ex
v6yQf90Z+/Xe7C+Plt893XoJfmzeWp2fnhhnMhg0KoVCHcGTBjCEfiypcwjTPoDuGMa0DWMaegfr
O3vrWjtrG1ra2nv6+4b7+4Z6e/u7evoamtpKy+sKiyrLSmvysor8r16/ERiSejvNzcXT2MDcwcZZ
T11fXUbZ2dwmwjfARFldTVjMUlnVy8hIm59fh48Xro9kv6TJdlGXi91SRMhRRtpaVFSPg0Ofg8OE
k8vgMpsRG4cJIJ6D04Kb14ZPwIqXz4Gf/6q0dKSubrCqOhDcRUjUVVjMQ1zqQHlwIgYi6SEK4y4q
4SYi6iYs4ioEIuwqKOwqACLkwi/ohMSRD8aBV+Ag4FMB4QOU/97H3yX+ybMfe8ZmYYuHz26dbGVM
/C/EI8oD38fq/g3xcAODmj9a/MGg5i/Eg+aOHP9CPB74jhCPY4VQj/sT8URiB5HcTaX10hkDzNGh
g53IkBYPiJ+ZYbV4JtxM+I9Z/Nzq9h/E7yC3th4SDwKKPKzwwPf7T+7uP9rZ3t/evLN/597e/u76
6uIck8YYHqT2do+PDE1RsDN08uLo6J2FmR/3V17enX00O7JD7tjGt+/i2rdQzfPd5bTa9KHssI64
q71J/kOZYd2pwR1JAe23/NrirnUmXGdUp2+hGxZ6yyfbCph1maTy26jc6P600LZ4v/pIr7pwj4pg
p5IbjhUR7t3Z4YOF8fjqzPGOClx1dk9eQlf2zaGiRExF6khZCqoU1PzE4eIkVMntkdI0Uk3uRHvF
8lDjLrH7IXPwPqN/E9syC/8ymeDNoy89tDvpelusd02IfXmATVmwU7SNlou8gKOckIe6bLiNcXag
V/FNv/QAp3AHIz9zvVAHq9vXrpTGhNYkRqRddw201fUwULxqrBruaBpkre+iIeOsJu2trxpgrhtk
oeulJe8oK+gsze8pJxiiLXvbVqfAx7wqxKk11qc/NXQoM6o/LWIoIxqbl0AuSmGUZ45X5kxW5843
Fi+3VmzAKU3dTm/tfn/Dw8EWqBW68wmq4xHo7+iur7C93xEGfiQPP6egfqKiXtJRL2koOJkhD79B
gqg9+AYoTwXlHcr+GiI+9IowCPIanBCHAPE/4ftZY/oX+MGfcIPPsQPg+BMO7uL7igC+eBgEEP+W
jPmZgn9PA84CfKHm4OQv5wzSBzqkHDkhgvcD8MXglQ80MiD+Vwb5I3gDAHAzwfsEDio/RmAF4P4B
2YPsAPo/jWhYuLPEB+c/0+B1YJbyLOKh7HTsO4A+E3/Q6+lYoPxPpOHvcf3foru/Hu74eqj9KWzx
TQ+66+511u63HRT55drCucrc0cIUcvYtbEpUf2xQe+iV2mv2Ba5GyZaakfrKPsrSNqKCmtwcMmzn
+c6ePH/087NHP2M/dZT//Emhi6e4zhzlPnuM78JJIDvP2eMCF0/znj3OceoLjtPHBM6fFj17UoXt
ggE/h4kIl5Ewu52CkL++XLqnebqrcaq9dom3WaW/RXWAeV+CJ60gDJcZyCy5udVd8D217cXEwE+T
/e8Wse/WqB/3p397MP/h8fKzO/Nf3VneXZmbnxxlUghMGpk5ysSRKH1oXPfQSPcwTBcK0z44XNva
UdfS1gy6fE1DdVVdbU19VWV1Q2NzW3t3a3tPXV1L6u305ITklITbKbcSkxNue7h4GemZOlg7WRhY
aCloOJvZBLl52WjqaoiIm8jKe+rrW0hLafNwa3Jc1uO8bCbAaysmYicmZiUoZMzJbcDGacDGYXSZ
3egSmykbhzkHlyUnjw1SsW15+Bx4eJz5BALkFOIMjAKVVADQQHk3EXEPpMuDgBOW70gk3EXEPJC4
C4u6C4m4C4q4CwiDuCHWu8EIu/ELubICXhQSPUD57338XeJ/fPW6kTQKL7cy4VNBWujwCd2I8qPN
FJhD4hHfyWP1ZDiFryWNH/j+iXgQeA4f1Q18Rx4JArch+1fiSQepQRbS1ODJNTjSIe4HqccRG/Gk
JgK5hUBuI5I7iHDFZC/cb5I+xGAgO5EdEE+dmaUdDmqmFldnl9Znl4HvW/NwXfwOXFGzCVs8IH59
9y4gHiq/s7+ze2937/79h0/vPXiyA8Tf2tvbvfsA/M/O1vLU+DgezRzqnxxBzVOIS2O0xQn6+uzE
N7urr++vfLdEukfr2iO2beNaN0daVgZqJppysAU3e5L9B1MCsTmRfWkhDTFXm2J8WmJ8mm56A8rn
2go3h2tnO4vodem40njQ8TsT/NtjfRrDPcqu2Zb62lQEOpaHu7YkB6CKb+EqUkg1mdS6HGxZamdG
VG9ODKEqc7goabAwAVOWii653ZcbCz4lVudOdVVt4ToeMAe/nsI8nUAD38dbC2l1WbiSRHzxLQxo
8bev14U6FVwxSrbXvOWgl+pl5awkZiMjbCTKpyfIaS0n6memccNOO8BSM8rVKifUvz4lviQqKMBM
y0VD2stQOcTBMMbT2t9C21pBxEZRzEVDzkVTwU5F2lxGyFSM21KM20maz1dV7KaJcparcVmAbU2o
c1OUV1dCQF9K6GB6FDY3gVScSitNH6vMnqrJn6krXGgqXW2r2uqq3ett2B9ovD/U8gTV/s1I19cj
nU/RnY/RXU8w3d/h4Q2rPyLr33+iDL2iol5R4LKZNwRQuoffkkFnB8qDej4IfAeUA9YPXkSIZ30N
OIH79GLhVr3Pcf2HvoN2D1gHgYOadxSAO+Y9FfeeCtQm/AzsBoIfBmoOQSf+TCWA9wBW4FdSCR8A
8TTSeyoI8fAV/Ac64jsTas4KwP09A3sY3MHYHQnLehb67+n4n0FYazqRAN/fHT53kDWjP9Cfhn1B
Gv4O28farQzuTDnQ+riv6WFPw8Pu+nsdtYD4jfqSpeqC2fLsieI0el4SLvXmQFxwR9jVxgCniivm
2Q568SbqwRoKrtLi+nw88uwXBc6dvHj8yIXjR3jPnxJnvyDOdo7//An+CzA8Z48KXDgpdOm0wPkT
XGe+ZDv9Jc+ZY5IXT2vyshsIcBgLcxiKsFlI87goCwcYyCc7GeR5mOS5G1T4mTeE2LRGOWJzAwm5
wdTcG6sNaU/QNT+NdT+b6Hm9hH0xjwdF/vf7M788mP747dr3d+Yfby/src7MjpLHacRxBpVMpfQN
j/SjMcM4ApzbDI+0dHa1dXXXNTX39PVX19QWFBXW10PoCwpKC4vKM7PyS4orerp66qury/Lzq0tK
KopKQq6H6GroW5pYO1o6GqrrOxhbXbNzttPW1xaTNJGW89DRdVBU1OfnM+TldpQQdZeRchAVNePm
MQS1/TKHCRu38SUOk0tsZmzsFuwcVhxc1lzctlw8tly8dlw8jlzcjlw8bnyC/jJyIcqqPlIybsJi
sMiLSLBY9zyMFzyCF8U8xcS9xMERfI2Ih7Cwh6Cwh5Cwl7CYp5AoOF4REQfHg4BzUYkDlP/ex98l
/uXbd9U4GrIN2ST0HQ5qxgDxMJB41kOgwPFPxCOO/3vigf6AeDLrqU9QeWRpPPQdae4HvsOFNARK
7YHvn4hnnZPqcaRGPKWZQGklUtuJ1E4StZtM7aPQBmnw2SCQ+LFxwvjhHjWzc3BR/MLSzOLq3NL6
/NLm/MrWwur2wuE2ZPCpT0iF/0T83u79O3v37957tHPn7trm1u7unQcA/P2727NzUwQMdbhrFDMw
RcQvMugrk6NLk9Q7a+OvHq+92Jl6xBh4SO68S2hdHapZHqyZB3BXJg6kBHQn+OJyI/AF0a0J1+qj
vTtuXe+45d+XEkwrv73UVbLYWUyvScUWxwznhvekXG+96dl4w7ku2Knqun25v23VDbeW5BDQzfGV
abjyFGJlGqE8GV+WSKxMJVZl9ecltKbAXWh6suN6c2+NlKXjq7LGOyu2Sd1Pp0aeLZC+mhxZH2me
7CgmV6eDb8GB94niOHROeGuMZ7m/VaqDZriepLuymKuKRKiNkZumkjoPu/T5UyoclwMtjT11ZQOt
tPLCfYpjg9KDvdx0FR1UpJzVZYPsjcNcLf2sDKxVpY2khHREefXE+LREeBR52eQ4LqhxXTIR4nST
EwrRlU2w1sxxNwbvVXXBrs0RVzpi/HoSgoaSw/FZccScW8S8BGZZ+kxt/kJD8UpL2WZH9V5Pw93+
5rtDLfeHWx+h25+MdD7BdH6F6foa2/M9oe85aeAFefAlefAFaRCcvAZVHU5phl7i+18RBuAYnYIC
Vf01aQgwDbGmoN8d7M0LujyczIBfAiegsLMCiAdHOJkhDL8mogDx76mYn8mYdyT0ewrmFwruF2A3
Gf+WhIWOUwnv4BGPOH7g+zsyDuQNCfOaiLR++K4AvwY54sBbxTv4IuuOWdx7uIsk5s95R4O31L6j
wd0l38OF+XDnyw9/Hce/ZxDeUuH+CnCjBaS2fxgj/jJO+jBOfD9KgAG9nor5iTD4DNv//Qjck/I7
dBd8YlR/y+Pexsc9jQ+66vdaKrebkVlNZd5sWdZ4YSolMx6dGNoV4dMS6FrnY1vgZJRkphmupeQt
L2UmxK/IdlHozEm2Y1+wnzomyn5RnpdDlvuS6KXTwpdOCVw4wXv2GCj1omxnhS+e4j5zlP3Ml6Da
y7CfV+e5rC/AbizCYSrOaSnF7SAv6K0uEWGmmuVhku9lUuxtXO1v3hbtPJITQMwPIecEz1beejxc
CYr89+Ndz+cGn8+OvFkh/Xpn7MP++M/3p948XHiyMXF3ZWx7YXyKhh+jU2g0KhqDQ2FxI3gCnkTG
gZ/sa+uH0ai+wf7+wf72zo6snMzaupq+nqGSksqsrPwbNyL9/YPCb9wozM4qy8upLi5ur2+sKqmI
Cr3pYuca6B1gZ2ztZGp9zc7JWl1bU1jMSELaXUvbTV3dWkrKRV7WQ1baVoDPlIPD8OIlw/OXjC+y
m1zkNLnIbnrxsvllNkt2DmtOLltOboC7PTevAyCek8uZi9uJi8eVT9BPWi5AQckL9HdhcRCovIiE
l4jEFVFJb1EpEHDiKS7mJS7uLSF+RVzcU1QUEO8pJOwpLHxFRMxbRNxbVMJHTPKqmCTrCE8kpA9Q
/nsff5f4b56/aKVNHLR4hPhmKrzBtYXK/NTikSIPiQe+s4j/N77/N+JrycD3A+IP9io49P2/Ef+X
1OHIgPgmAqWFQGkjUDpJyKJ4Gg20eLjZ5OjYX4mfR4hf/kT8wn8jnrWi5tMNULtw8v5wG3C/tb0N
Kv3+/oO7d7eWl2cJePpQN3Okdxw7NEkirk1Ork5PLE3Rvt1f+PnpxlczuHuEjqeU7l1U3URL3mRb
wURjFqU0viPWuzfx2kh2aFeiX1WYW3tSYH96WG9qCLH01kxL7lJ3yVhDJrYoZiArpCPpWl24S4mv
ReEV0zJ/68pgx8obzvWxV3tyooeLkwYL4tHFicSqNEJFCqowris9vD4ebiHZlBTakRE9WJA0UpoG
iGe2lm4Ru7+axX87R7jP6F9DN011lIL+TqpMpVSmUStTCCXxnQk+DeHOJT5m8WbygRrC/noKNtL8
1020PXVVdQS5lTgvaPKy2ShIZAa4Zga6ZgZ7BtkbehgoG0vzW8uLg69xN9YykBZW5L0sw35Gmv2s
xKXTkpdOiV0EOSN96awq5wUzYS4fVcmbpirJdtrZLoYFnubl1+zqQ9xbIq52RPv1JQQD5UfSbxJy
4hmlqdM1uYsNRastZRvtlbtddfv9TYD4e8OtDwHxmM6nmK5vsN3A9x9JAy/JQ68pw68oQ0B5IPsb
eHEV9YY6/Bo0d8IAxB2ZyQCpoa3InjMgkPiDGc5B4PaNJNQL/BDiO0I8fug1VH7oZ8rIOyL6NW4I
HH8hYwHxHw6JB5WcVdiB73A4QwdVHfZ05HUc8B3+oRTMGxIaHN/TcCDIO83hp3CL4IPt4EEOcR9B
7sOCeQfQB28DrGKO7KnwjoqFgxrWZmTIRjqwyzNBl8eynioOnzrLAC+CNwD0C/DzDW7gGabv2Qjy
uCgW8T2Nj7sbHnbW7bdW7jaXbzeWrtcVL1bkTBenj+cnE9Mjh6L9u4K9mnydi53N0ix0buop+ylJ
2IkKq1++KHr6JNexo7ynTyryc+lICCjzX5ZkPyvOdlbowgnB8yckOc5Lc4JqfxYUeY4zX3KfOyZ2
6bQKD5ueIJeJCJeFOJeNBJ+thJCDjKi3hlS8vW6ut3mep1GBh36Vn9lAghc5L4SUG0zOD13ryP6G
0vQtpfmH0a4XM0OvF0beLRPeb9J/3Z/6+d7sNxuM/QXy3aXx9SnGBJUwMzlKZ9BweBwGiyGTiXQy
obervb+vG0fA9A30jmAxtXUNjQ2teDx5YABVUVGbmZlXVFhanFdYlpNfX1KWl5JcC5Svqa0tKq7I
zStMzfB1dHM0MvW3t7fV0NEQFNcTkQTEXzcxclZUtJGQMObgNLx0Gfp+8bLRhUsmFy6ZX2a3uMxh
dumy+aXLVuwcsLlz8zlw8Tpy8jhx8rhy8rhx87hy8bpy83kJivhJylyTlAWseyId3FsUYVpUyldU
6hqImJSvuCQrPuLglyS8xcDXiF8VlUC+QPqaGIiMn7iMv7isv4Scv6Scv7T8Acp/7+P/4XJr3/hc
K32qDS6ngVMaRHZmC8y/Ev+pxf9B/KHyrF5/6Ds4Qt9ryMwaMqOGRTzpD+Jrichymj8RX40lsgKJ
x5Mb8JRGAizybQRyB4t46gHxcBYPiT98JMgMaPELEwctfm1+eeOA+PUD3yHxW3sHO9Vs7QHikUHN
va3tO8D3fYD93bt762szNCpzsIc53DWFH5giYRbHxzbn51emJjbmRl/dX367P3+P2nef0PEQ17bY
Vkguvz3emM2sSsHl3uy+5YvODOm77V8V4lgZ4tqXHt6fGYbKi5pszpltL1jsLiaVJwznhfemB1Xf
cCr0MS/ytSi5ZlUSYFt2w7k6xqs5JbAjI7wxMRB0+a7MyP6cm13pYfVx14pD3MoirrakRHRnxw0U
JKFKUnFVWZNdVbuU/qfT+K9n8HfpfYuDdePtJcymfEA8oy5rvD6bWpbUlxLQdNO9Osgu01knQlci
WEs8yEDZTkbAWITLRkHMQVXGRknMTUcuxc+5MOxqmp9ziK2hg6asvbqMr5luZqBvgKWxkiAn/5lj
IhdOSrGfl+G6JH7prMj5k0JnjwudOSZ2+qgm9yVnOZEgbfkYM7UEK/UUW81sF6OSq9Y1gS6NoV5t
Ub79CSGolEhsZgylMGm0LG2qKmexsXi9rWILtPiu+v3exrsDzfeGWh4A5VFtT0c6v8EhFZ44AFkH
xIMiTxpgTWPApyCgm7Oeh4cM0wHxcNjyFmCNkAovuv51XQ3yKeoVCe7GjhAPvnHwNQEOfN4Sh97g
h19hB4HyP5MwH2CLhz2dFRbx4ASwDohnfQrOIfrIPbGgsIOfBsCRFeA78sMBVB685bBq+6e/EjiB
ryAr9D8RzxrIwIurcBEnVB4GKA9yuK7mHRM+TPzdKA4+ygr53lfkYdDif8T1/4jt+wHT8z2q85uh
dkD8k94mQPyDjtp77dV3EOU364uXKvNmijMmClKoWbGYhJC+cJ8WP7dyN8ssW4NYQxV/JXEHCREt
jsviZ0/znjjGf/aUhriQkZyYPNdZaa6L0PSzx0DkeNkUeNlkOC6IXT7DdfYo19kvBc8ek750RkeQ
00SU20KU01qcBxBvKynopSYVZqaW4mKQ52Wc72FQ6KHbEGSJSbtGKQgl5IWMV8ffRZV/Q2p4Rmt7
NT3wbnHk9QLm5QL23Rbj/b2Zn/bGHy1T7y+N3V+d3VqcXpqdmBhjkEgEIhFHIeEmGbQJJg2PQ2Nx
aBR6CIVG1dbW5WTntra2DaNG6uqa8/NLK8pqetp6uhqb22tqKnKy85KSyjMzq3Jz06KjG4uK8xMS
A1xcAp3tLJRV5dn5jSVkfY0MQ63NjAX59bg4jS6za589Z3iJzegSm8nFyyYXLppevGR64ZLFZTYr
NnbY3DlBc+dx4eYDprty8rlx8bpz8Xpw83vwCHjwCvqKSARIyfuISV0RhpXcV0zKT1zaXwzmOivi
B/EXlwa/BALcB6ZfF5cLEJcHCZRQCJBQCJRUDJJSCpZRDpRTPkD57338XeLvfv0dXDRJm4TE0yZa
qP8j8cB3kLr/YVDDwv3fEE8CoX0KgjsSAuVfcP8UQHw9ARLfRCC3AuKJlC64ZTx8Tvcn4okI8fCR
ILNzzAW4Ddk0i/il9YWVTRbxrP4OAneaRHwHLX5zF+5hgPi+Bz7293aB7wtjo8yR4XFU7yxhaIGG
XR6nbc7Pbi3Mr06P7y+Nv9qb+XGZ+oDScw/bttlbOV6dSi69NV6fQSyKG84IxedHDaYHtcZ41YS5
tsReG8qK6s24gS+Jn27Nm+8snGrOGs4NH8mP7E8Pagp3L/axKvCxqIDl3bsx0a8+ya8zO7w1OaQ2
zq88wqsyyrs5Kag+3q/65tWamGstKeFdWbHtaVHtGdHDoA731T2cwH67QHk6hdsl9ywM1jKbC2gN
uaPNBWMgjbmUsqTe5MCmKHdQ4Yuumt6yULyhKRqiLXlVVdyI/6Iu3yUXDZlIF7MUf6f8SK8kH5tA
c+0Qa4PrlnpeRhruhurXLI0CrE0dNVXE2M7znD4ucP4U7+ljvKeO8p86Jnj2hPDZk+LnTqiwn3eQ
E/dRl70O/outIxtrrJRkpZ7rZlLma1sX7M4ifiDpBi4zlpSbQC9JmajMnKmGLR5W+M4aSHxP493B
5vuHxH+F6foe3/uM0P8jvv8FUJ40+JI4wAoydofXV0GFf4nvh74DoGGFR0PiybAsszD9c1jEH5yT
Dsb0oL/DQTxQHliPGwLEg7wljbBABy3+NWHkDREDz8nwHLyClPdPg3j8BzqedXUUmM6q8yDgnEU8
a77/R3P/U5cHyh8QD4/IbjmsfPIdVHhkUHMQGuYtaO4I8aDCg298TUH9RICPDQH5Edv7bKT726H2
r/pbnvY1Pz0gvu5+B3LRtal8o65oqTJ3tiRjPP82OSMam3hjIMqvLdCz5op9Ifg/vYVWqJasq6yY
Ph+HzIWz/KeOi1w+rysnYSgvIst5Vo6PXfTSab7TX/Kf+VKJn0OZn0OB+xL4MQ74znPmS6Fzx4XP
HtPiZzcX5zUT4bCR4HaWE3VREHeWF7quLx9sIFtw1aLAy7jQ07DCx6gvzp1WHE4vjRqtiFluy7w/
DJRvfDnV+35x5P0y7sX8yPMF7Nudsbd3p7/bHH24yHi0NrO/MrM4xRxnUMgkHA6HphBxEwzq1Cio
8ljsCIpIwBOwuM629oLcnJKi/Pa2NtDi42NTggMiQgNuJMfG1hTmd9VWV+Xm5MTHV2ZmlKTcrsxI
ayrMr0hPKUmO8zQ11ROTsVVS9dLV8tJW1WC7oMV2WffiJWN2DsPLlw0uXDRjYwflXe/kaRtO7uty
ihYXLjnzCjhz8zlx8rpx87tw8Lhx8Lpz8npw8QHi3QD3nHw+QuKhcsrXJWRhMReT9BOXApRD0xHf
A8RlAkEkZJGAE5kACVmQQAm5IEnFYGA6K9LKIDdkVW/Iq4UoqB2g/Pc+/naL/+b7vrHZVvoB8a3U
cSA74juzmTzahORgxeT/H8RD3xk1JPpBiID4wxCo/5b4mkPiGwhkeMWVSG5nXW6l0SHxTEg89pB4
UOEZs/MI8YsziytzS6sI8RsLq1sL69ufpjSAeNaUZn0H7mGwtbO/vbMPeL9zZ29nY21hfJSBHh5F
Dy5SsKujxNVJ6vrMxOb83PbC3O7i1NO18efr9G+n0Y/I3TuD9dP12eTieErZLXplEjorApUdTiiJ
7U4NaIq70pHkP5ARPpgZ2ZcZSq5InG7NXeoqwhdG96YEoLJC2+O860NcQeoiPOqivXuzwntzgd03
+gqiQXOvjfHJvmZTG+vbnhZWHnklN8CxKtq3IyumJTWiPim0Nz9xrLNynzn8zQL1MfS9d66/ZrKr
bKK9ZKKteLK9eKwpn1qVhsqO6Ljl23nLpyHCJctNN95CMVxXMlBLwldT8qq2TJC55k1n03gvm3Bn
I0d1YTMpLjdNuWum2oG2JkEO5m5GWlpi8NkIWuLCIuwXOU+f4D59QuD8af6zJ3hOfAmUFzt3UoXz
gpkEv6uihIe8iI+C8A1NqThjpTQ73aIrltUBTsD31kif7rgAdFokMecWteA2syxtuiZ3ob5wualk
u7P6bm/D3Z6mu71NwHeA+yM03C74O2zPj8QBUOEPNplBFsMguLN8R4hHuAdevyEPI3TCCv+GjAZV
nUU5y3rW8dMrMBQ0cokVXob9mYx+Rxx+SwBBvQZFHg9eB+8T2DdkzFsyBpy/IY7AIxJkLIN9R8GB
HHwNBXMwVEFwR95j4JSG5TsryNJ74Dv86yEBf4GRd8gOl4f0g2AA6Mh9WHCneBCE+APf4bgG3v2E
hUX+8B5d1pSG9aBXUOG/Q3V+PdD6VV8zyJOexkddDQ87Gx501t1tr2ERv1yVN1+WOVGYTMuKI6RE
DMcFdoZ6N/g5l3taZ9vqxxgoX1WSNBPmUbx8Drxty/Cw6cqIaonzKfJdluVlE7l4iv/MUdELJ1UF
udQEuVT52GQ5zvGdOcp39pgE21mx8ydUuMH/D/BainM5SPM7yYr46yqbC7N7a0h6KAmmuRiWXbMu
9zWrvmbcGGRJyguZqI6brksar4pfa8t+NFL1jNHydnbglxXc2wXsDzOoFyvkd3cmXu9PP11i7E1T
nmwt3ttYWpwep1MIaNQAZniATsCSMOjB3p7ezi7cCHaMTidjMM21lVWlBc31dWUllXHRydd9Q4L8
Am9FReWmJDUUF3ZVV9Xl5+bGxxQmxFWk3a7LSm/Kz+woy+8pLyu7lXTTzSPE2tzPSNtUhE/j0nn1
s6e1zp3VPX9O79xZk0uXjM6fs+XmyrC1TTA0sTx/CfR3Nx4BF3YeoLkLGzckHvjOxX+FV+gKr7An
t9A1IcloZa1gSYVrYpKgnkPfJUBDh2H5HiIhGyIhFyIpFywJjvIhUqwohADTZVRYCQFHWdUwefVw
Rc0wZa0DlP/ex98l/usff2qhjEPi6ROttPED4lmz+L8QPwqnNKTROtIoXFHzPxNfR5n4NIj/78R/
Ur7mf27xtaxZDWjxxAPiO8nw1qdB5DndyOVWZMUk3El4njm3MLq4yCJ+fmltYRn4Dlr85sL6FiD+
4HIrIP5PV1w3t/e39+7e2b93Z3d3bWGWiUVT+rpn8ZjNccbmNHNrYXJraX57cXFvce7h6vT3G6PP
5rFfjfbfJ3YsdZSSixMxeVHksnhcYXR3cmB/ZhiuNG6oILIrI6g/J2IoL7o7JWQwK4xRnTzdlDVa
ndyfEtAec6Ut2rMqwDbTUT8RdN4rFo2xvi2JAU2J19tTQnqyIvqyI+tjfcvDPerjrjUlBRXdcCuL
8GpMCmpJj2pKjUCVp88ONNxlop7OkR7PEDZJPXP9tYyWInpjHujv4y2Fk61FtJrMkYI4dE4EOju0
Pd67LsI538c028Mw2V4nzlIj95pdXoBzmo89IN7fTMPXVM3fXN3PTN3XROuKkeYVU10vCwNTVVmR
S2ckOS8pCvIJXrrAduIo27EvuE8e4z35Jc/xI0Jnj8tzXDAQ5raVFnKQFnSXEQxUk4w2VEq10cl3
Nyvzsa0NcmmNvNoTH4hKjSDl3aIXpTBKUkGFX2goXGkp3WiruNNd93Cg5eFAK8xw22NUG/D9m5Gu
73G9oKL+hDzFlBVY1ZF1MvDaKYt4ZKHkpzkMePElARzhivhPnZ1l+p+JR0gF/sLbnd5RUD9T0O/J
6J9J6J+BwtBxePn0DeWAeJban8hGPgUBFRv/loJ7Q4YcA4sB8e8B9ADlQ9Y/iQ9wZ4UFN+sElnR4
rfVwhgPdZ7148DAQ1pH1SJDXlJGfGfj3o4S3DAzo78D3gyEPcrEBvPPBEQ266xukwh8S3/Coq/5R
V+PDrgZA/G5zxUZd8WpN/mJl9kxJKjM3gZgejUoI6YnybQ3xqPO1L3Yyvm2iHqgmbSvOr8ZxQerS
WSUBLk1wLsSpzM8mzXVJ6PxJwbPHJNnOqgpwaAhyavCzKXKdFzl/Uvj8SSnOC1KXz8iznzUU5rCR
5HWS4XeW5b+iLmklxuUkJ+StKh6sK1PkY1XhZ9kYYFF33Wwg6cp4VexSS/pERfxqc8ZeT+H9kbIX
E53vF4bfzA4D5X9awL1ap364N/tyZ/ruNHFnigKK/M7K3MwEg07BU4kYBgGPHRrq7exuqm/qbO0g
YbFMEmGkr6unpb63vbWmrCox9nbEjejM5IyS/Pz0hFvpcbFlmemNxYVlaclJwdezo8Kq025XpiaU
3Y6rTU9rzytszcquSYgtDL2e5OEUbKzvJCVhxsttysVhzHbJ4PxZs8sXg9VUsuztQ1XU7Nm54PCd
i8+ZnRt2dg5ecHTn4gfx4hXy5hfxFZAIEJWNklcPEpPzE5X2B7LDki4XIC4LEigJqrrcDUmFMCnF
UCnFG+AorYREGUZGFUb2IOHy6hGKmpHK2pGqOgco/72Pv0v889dvqrHUVvoU8L2F+m+IR7Yh+2OD
mv+deOA7cvIX4qtJ9IMgxNcQqTB4SjXwHQdNr8IQPgV8CtwHyiMtntJCRLaMR7YhG6DS4IOfkBU1
rGutgPjR+cXRhcXxhcMWv4y0+LXNhY2tTxvUrCAVfu1wHA+I39rd397e3Vxbm6SRsV3to4N9O+PM
7enJrbnJOxtLe+uru8tLewvTD5aYz9Zo30wOPKC076AbxuqyR/Jj0HlRxLLYwewbzfG+XWkhmLJ4
fE3iSEX8cHFsd2Z4b3o4pTxpqiGDUZGIyQrtT/RrjXSv9LMqcDdKd9BNttMGxJeFuBYEOBaCqh7m
WR7iWhriXBHhXhTsXBLqVhN7rel28EBhQlt6ZE1CMPB9eaQNyP79CgMQv4LrmO6vozUVUuvzKHXZ
zOaCyTZY4Rl12YSy2wOZIf0ZQfm+ptXhjtXhTqWB9nlXLbPBO0qcX8ZV6+vGyp668j5GquGOJlHO
5gEWOq46KuZKUvqyoopCXLICnFL8nIJs5yV4OPgunIN7VB35L45jn/Od+lLk/AnwA7uWIKeRMJe5
MKejJP81ZYlIPcUkC80cJ6MSb+uq646NoR6dMf5DyWGEnDhaUTKzJG28HO44ttRUvNZattletddV
e7+v6dFA2+PBtseA+OG2p6iObzHdz3C9sLzDNeyH03YiXAoJgiyPQZa6EwfgKvgD8YfghB0PTiDx
rFucgIAs4llvAOCLWfS/RQJ8Z+UDBf0LBfMeovzHBPwtFQeQBWoDqVnEs5SHdR7QT8X/TCOA4zsq
RPlTkWd9GThhfSOL+Nck9Ke8IoK/P2jxoPuD74LEQ+VhwUeIR/KJePCVL8E/B/wQgOx7DKc6iO+s
7g/+IeCfCVr8s5Hu71Gd3w62gXyNKA+If9xV/7Cz8X5H/X5r9W5z+VZD8Vpt/lJV9mxp+mheEikj
Fp0U1h97vSvyamugS42nZY6NboS2vIukoA7XJSWOC+rCvOqC3Cq8l5T52CQ5LgieOyF87oQM+zlV
vstaghzaAmygtktfPit+8Yw0xwVp9nNybKd1+C9ZS/AA313k+VzkBewkecG7vqeSuKeiULy1Ztk1
y4YAi4ZAi44oR1pRxFxjylhZ7FxN0kpT2mZX1neU+vezg78sYt4tYF7MjbxYwr/dYr7bm3pzZ+7e
DHV9nLK3MrsyNznBpIzRSHPTYwwKBYPG9vUMNtQ1DPT00Agj2IGuke4O/GB/d3NLdlpGWlJqaUFJ
bkZmeFBwZGBgUmRESlRkRWZ6dVZ6SWJccUJMZkRwpJerk46Oh55RordPZczN+lvR7ckJmMK8kbys
mrDgOCvz6+oqPgqygWrK4ToaIWoq3uKSrnyCLjz8QHkndm6gvCus8PzuvILuPIIevMJXBcUDxGRD
JAHcytdFZK6LygSIyQHfAyXkAyVBFIKkFYOlAe5KYdLKIKEyymGgqsshAabLqrESJgcToaBxU1k7
WlUnWl3vAOW/9/F3if/2p5dwXTwkHg7iWcS3UpggcBAPcT98QjcZhAmCKM+yHiAOuYeBuE/UkVnE
HyhfA7/gL8RXE6nV8I4nSg2eDIivwhGrsIRKDMxfiMeTGvCQ+FYCpZ1A7SLR+pB18axZPJ71bO6p
GebM/Ojswtj84gRcF78ys7w2u7I+v7oxv7Y5t7E1u701v729tL0DN6jZ3FtZ315a317fubO793Bj
Y2d9dXVuYow42EPoblulk+7OTi3NjG+vLtzdWd9eWdhZmN6epD6cI/2wRv5qtGsPW7/UVUwphRWe
UBJHLIvrSr3eHO/TnxVBqk4lN2Tia1L7CmLa00NxpYnTLdmTDWmE/KjB29cHEq41hjjmuuim22lm
OennupsU+ljl+VglOeslOunlX7NFiHcpCnIqCHSqiPBuSwkfyE/oyoppvB06UHR7pr/+8TTh2Srz
/gRmcaR1sr8Obm/QVEhvLKA15I2CCt9ePNlWBHcsKIirCnVK99CLtVHK8zErDbLPvmoRY6sZZaWe
4mGc7GF2VU/OS0/xqrHmFUP1YBtDOxVpE3kJJQFOwQsn2U98znH2mAD7ef7L50W52IU52c589g+2
Lz/jPfGlxKXTGkLc+mJ8uoIcRoJsdhL81zXlw/WUog2Vb1tq5bua1Pg7tkRc6YzzH7gdis2Cl1iZ
Janj5ZkzNbmwwjeXrLeVb3dW7/c2POhvfjTY+mS4/QkK5mtQ4bG9P+D6fsT1seYzLOXh6Jy1/BEZ
oyN3rkLiWXADx99QoKHIoAaulQT8gRNWTQYn8O5WeIPrwQXbT76D/EIZ+ZWK/cC6WIqsSX8HwiCy
lsew6jmLbHCEHf8P4oHvkHhWkF+Flf/gKxHxgemssHyHP2cQwc8iI8jKH+g7XCNPB9wf/Cbw9zns
8q/JaOA7K6/Bv44Cd80EYf1EwvIdVHhA/DNUJytA+a96m77qaXja0/Cgvelea92dFkB8xU5T2Xpd
wXJ19kJFxmRRKi3nFiY5YjAhqC/mWkeIe4O3dYmjYbyB8hUZIX2ui+pcl7SF+dT5OVW5L6rzs0my
A+JPgs4uz3VRg59DV5hLV4hdneeiLNs5qcvnZLkuyfNcluM4q8lz3kqc201R0E2Rz1VBAFR4O0kB
BykBFxn+YD2ZbFe9Kl9j0OLbIuyxmdeZpdGM4qix4puz1QnLzcl3+vOfM1p/WUC/m0O9nh95MY95
sUT4eWf87d7M0+XRtVHCygRtfX5yYWp0nE7u6mxFo1E4HJFGG21uamuqb6AR0YShLkxH11Bb20hv
T0dLfWtT3VBvb25GToh/SKh/YG5KWnlObmZcXHdVZWd5SUKAb4CDTYCDrY2Kuomkoo+B6e0rXkke
LoGG+gF6OmHGBon21smOtlnuzk3hIYScjOHkhAJ310ht7SAl5UB5patikm68Au48AlcFxfwlpP2l
5XwlZL1FJP3EZYOkFEKkFIMkFALF5ECRD5ZQCJZUCJYCsisFyyiFyCqHIqCHsyKvFq5wkAgF9Uh5
DVYiQBQ0opS0YlR149T14zUND1D+ex9/exb/7TNkG7KD5TR/If6wxR8QD6xHiK8nQeVZYTV6OJwh
TyK+/5l4lvLMapby0HeEeAKlmkCuxiO+44iV/554cj2ejKyooXYQqN2QeMYQnYFmMLGjY3A5zcQ0
bWqWOT0/NrswPrc4Mb88tbg6jRA/t7Y5v7Y1u7E5s705t729vL27tnVnbX13aXVrZWN7E/b3u+vg
nWBinI4ZJvZ1TBPQ29Nj23NTSwvTezvrd7bXt+ZnNqfom6O4J3PEr+cxDykt28OVs81ZpMLokaww
WnkCvjimOsKlKcYbUxg33loICvVg0a2GpMCenKjx1typlgxqeexI1o3BRL/+eJ8yb9N0O/XbVqpp
9jo5rgY5HoY5V4zTPQwyvEwKAx3KQt1KQ93Lwz1roq91pEYO5t/uy0nqzkxAlWROdNfs0QafzpL2
R1HzqOax7ipmZ8VYR8UkTPl4Z9lEd/lMT8V4cwGmIL4pyjvP3SjVViPDUTfT1SjNzRjg7qsn7aom
4qwkFONsEm5v5G2sbqEkpSrILc/HpSzCryjEL8Zxme3El+e++MeFo1+c/eIzrnOnRbg4ZIT4L3x5
hPf0cUVedh1hXgsZEQsJfhMhTmc5gSAduTA9JVDhb5mqZ9gbFHtZ1t9wa4nx7U4MGk6PJOTdYpSm
jlVkTNfkztcXLjUWr7aUbrRXbHdV3+mpu9/f8Gio+TGq9TG6/elI59eY7u+wPc8wPT9ie59jofI/
EQdfkIdesHaR/GMTgsNKfnD1EplrU0GAsKh35GF4RNaugLL8FuoPl8a/IQ29o6J+Bq+zvowCzkfg
snT4XGzYxJFlLfCGUhCWvx8YuPcwEGLkayC+7+kEkJ9psMWzRAZHeMsSqP/IQAaO0VlP2SbBp2yD
/GE9EfwMAf9Why0e3gb16Sor/Dsgvwn4dhjWIJ71yFnw4wjytHHkPQyuJvoJ2/cc0/sj+M8K3QXy
A6rz+6G2b/ubvult+Lqn8WFnw722uv3Wmv226r2Wyq36otWa3OWqrNmSdGZ+IiHjJir5xkDc9e5Q
zyZf20pXk1QTDX8FURPeS1rcl7QFuVR5LqtxX9DgvyTGdo7/7HHBs8fBD21qvJeNxLj1hTnUuC9K
Xzojx3FBAXyZEKcy93k1zjMWopzuCkJeyoLuioLuymI2knzW4twusgI+qqKJlqqFbnrV18w6o5yH
bvuQ80InyuMmSmOmKmLma+OXG5P2+wt+Gu34sIj5eQn7Yg79fBb9Zo36YX/mxe7snRnqEpOwPEHb
XJheXZjG4VAdne1o9Mgoc7y7q7eupho91E1E9w23tLVXVw51NpNxA33dzZnpqQU5hZkp2bei4/LS
s7sam28GBiVHhNMH+pNDAn2szALsbbxMLIKsXewV1SPt7eMc7bXZ2DTOX9C9fN6Uh8NdVvKWlVnR
VY9MJ7tMR9vbVmbRevoJxqb5zq6l7l4Vnt6NfgGV7lfybB0LnN3KvXwKnT0S9E3ClTTgGhhE+RsS
CqGw0SuBth4qqxIqrxqmqB6OJAJGI0IJBnwLSKSSZpSi1s1PUdJGfDe4pWWcoGV6gPLf+/i7xO9/
9W3/xHwLqPAwfyKeDIhnHs7iofJ/1HnkOX9/HtogxLMq/B/EIxWe5fsB8VUEKgyeUo0nV+FIlSzf
IfF4Vv6sfD2e1EygIsTTEOLpn4gnjk1QQIufnGFOzwHiJ+YWJ+eXpxdXZ5fX5lY25lc3F9a2Fja2
5re2F7d2V4Dvm3dX1veW13ZWtwD326ugv09OUNHDuO7OsZHhlTHGxuz0+uLc5trS/s7G/sba5uzk
CoOwyRh5PI17PDG4j29Y7SmaqE0h5EWiMm4QCqP70gLz/SzaE/yoNWmjTXlDhbfa0sKakgLRJbdm
Ooto1bdQ2cH9t/36bvm2R7hl2mum22sm26jFGislWKhkOuuW+FmWXLcu8LMpCXaujPCqjPQuC/ds
vBU4kJdYf+tG2lWnishAamPpFqX//iR2hzY4M9jA7Cint5Qw28tm++qWBhsXBuoXBupm+6qZzQXY
kqSu5JDqEJeCK6ZA+UJvi2x305sWatd0pb11Zdw1Ja/qK4TY6PmaalqpSKoKcUlyXpDkvizBw853
4Szv+bNcZ0+d/eLz4//4r7NffnHx+DG+SxfkhAT4z50Su3gW/AhvJMZvISlgIyngLCfiqy55Q0/h
ppFKnIlaup1+kadVzXWnlsgrrXHXepND0FnR5ILE0bK0icrM6WpQ4Ys+Eb/TVb3fU3evr+HhUOOj
4eZHqLYn6I6vRjrhLH6kG/RTQPwLUOSB7+Shl+DIIh7B/V98ZwWcv6ePfKCN/AJCx7BuLoX3lzKB
4BiW6Yeyo9+DL4ZfDxw/uIn0HRAcOWGtUmdtNvDXW1KRILcmIbcp/XF7KuuWJRb3f7lMSsO+RJT/
VOEh8XDLMzifgW9LcKr+1zE9Fct6ewAtHnz7wd8N3v2EfUvHgH81y/eX2P6XmL6X4D8ibO9PQHnQ
4ofavh9s+X6g+bs+oHzj4+66Bx0199pg9luqthtK1qrzViqzFspTJ4sSKTmxmNTwwVuBveFXWvzs
q1xMss21Q5Ql7YQ59XgvqnGfU+U+B47KXGfF2M5wnz7Ge+6UHM9lVZ7z5lL8BiJcKtyXRM+fkOc4
r8R5QYufTYv/ksrlEyZCbG4KIv6qYp4KAl5qYg4KAhZi7J6qYh7ywkEaUmk2muVXzbuiPQYSruDS
/abKo6crYiZLo2Yqbi7Uxq21pT3CV7+c6X+7OPJidviHyf6XiyO/7DJ+uT/7w/bU3gx1kYZfYpDv
Li/urSzRCDgCBk0lEUeGhwZ7uskjIyQUqr+lpaO2qq+llozqwQ90dzTUlRYWZaZl3Yy8GRp4Iyc1
PSU6OvFGCLmnq60wLzviRkpgQILvNSsFJV0+AW9t7WR3d3NBAY0zZw3OnTG+dMFLWjJIXdVLQsKR
n/+Gmrq7qKiPhEyYikaSkVmcjmGMpl6qsUWejWOerRPwvc4/qDMypjfmVmPAjRw7l1g9k1BlzUCk
0YdLK0fKqEbJqUcqqIcpqEcoaUeCKGtFqoBoRihrRChr3lTRvqnMihZItAriuwbw3SRR2zxRx+IA
5b/38f9AfN/43CfiWw6JbwHEk5hNIAfjeNaDQf534mGRh0Em8sikHhDPCqOaSK8i0CrxFBBIPJ5U
gSNUYPCfwlKe5TskHi6nobUTaJ2HxA8zEOJZy2kOiJ8fn1mYnFuamoe3Ps0urc3D5TSbi2tbS+vb
S5s7K5t3VqHv+8treysbe2tbu8ura3PT4ww8BvhO7u2dJZNWp6fXlpc21ld2NlfvbKztLi+tTYwu
UTBbdNTDcfRDevfmUOVEfSq5OBqTHYrOvIHKCq2Pdi8MsO4Hjb42A12U0JYa2pMVNVwYTwHiN2Zg
CsK6E692xnp13PQs9TJNsVTJdNROtlG/qS+XYKaS42ZYdNU854ppqqthvL1OjJ1OyhWLLD+78sir
LclhN+0NY5zM+vOT79BQj+fJd8bQ8+iWid6a8c7K8Y6K2e6alaHmxYH6mZ7qyc7yifYSal32UE50
S7xfVbBL8VWLXHfjbDfjZAf9IH15VxURRxURM2keMxk+Zy1ZKxUJHQk+RQEOCa6LfBdPs508dv7o
kQvHj3KePc1x5tT5o18C4s98cYTv4nllEUFZLjZptvOa/Jym4vxWkvyI79KB2tJh+goJFpqpNro5
ziYVvvZNNzy64/0HUkPRWVH4vHhq0W2kwufM1RUsNhYvN5WstZZvdsDd4YHv9/sbEeKbHg23PRlu
/wrV8Q36gHhQ4UFnB7i/pAy/RJ718QrIzloVA2s4GigJujBkmo7gzsD+ysT+xgRHgDvut1H8xzHi
7+Ok3yfgLo/gV4HsrIE+LO/wPYBV0g9M/+T7L2OkX8dBiL+MET6MgldwMAB3IP7h3jIs2VkbD7Bw
Z0HPquHI6Bz6ziIedHlINhLA9ztIOcSa9Rb1Bl5gOPgl+BMAMoWHbwYk8M/EfCKedbsT+JYXhAFQ
3l9gehHi+1/ioPLP0V3PhtpZxH/f3/xNX+OTnvoHnX8Qv9NQCohfqsiYK00eL0yg5sbh0qPQicED
UT4dAc71Hhb5VrpRGrIu4jwGfBfVEdyVOc8ocJwRuXSK8/RR/otnZLguqPFcMJPk0xfhUuK6KHTm
KCjyypwXtPnZDEQ41ThOGwpeclMUBcSD2u6hLOyhKW4mdslDWeSaurSbJO9tS43iK+ZtUW79id49
sa70wtC52vjZqtipssiFmritruw7g8VfU5tfzQ29WUA/nxp4OTf0yzbtt/uz7x8ufbs1sz5KmCNi
1saZ+ytLK9MTY2Q8GQdc7+5oqkP3djNwWGx/71BH63BHE6qzCdvXie3va6qtTUpIDA4MDvILiIuI
SouNyYy52VFa3F9Z2pKbXRgbmx0W4aatYyom5qOtleDo4K4gp37qhDUnR4CSYqCysoeYmA0Hl5+s
vLeklCMPnxuvsAe/KCteguK+IlLXJeQCpBRuAKbVdaK0DW+bWZd7X2sMDq+5fqPaLzjL1jFCTTtE
RiVSXuOmguZNJa1oJZ1oVf1YNaNoNf0oNd0ode2bGtox6rqxaroxKjo3QVS1QKLVtGPV9eI1jRK0
zZN0rG7rWh+g/Pc+/i7xj77/oZ0+2UL710ENIB76jhD/Sfl/Ib72/4N4VotHQmRUEQ6Jx4EKT67E
kcpxhHIsoRyDLx/BgVSM4FhF/rDFA+Kp7URaJ5FFPAPFZB5cax2fpExO06dmR2cWJmYXge/TCyvA
97nl9T98X99e3dhd27izunF3aXVvaWVnY3NvbX1rbm5mjIIlDHRRB/tmiMSV8YmN5eXt3Z3tvZ2d
9dWtxYX1mellJm2RhN4kD96l9+0Tmpc786mlsaiMoKHUAED8QHpQZZhjeajTcO5NXGlSV3p4S3II
IH6kOAGUempl0lBGYFe8V1esV/MN5wJXgww7rQwH3dvWGvGmqqm2OpnOBskO2gl2mgkOOnF2OvGO
+qXhnkU33GrjA8pv+qRfc+zJTVjDdH4zT703g1vCd471VI93V012VE62V2yi2xd76qa7KyfaS2e7
K2c7y0CFb00IqApzL7xmk+1qmOGkl+lqHGOh6aMlYyXNq8l/QY3/grEsv52mjImimI60kKIIN/+l
U2ynvjx/7MjpI5+fPvLZxRPHuC+cYz996twXR0CdF7p8QUNMSFWAW5nrkoEwj52ssJui2DUNmTBD
5Vgz9SRr7TR7/Rwn42JPy2o/J0B8R8y1gZQb2OxoUn4CvTh5vDxjtjZvsaEI+t5SvtFeudNVcwep
8A8GEOKHmh4jxH+N7vx2pPsZpucHbC+wDI5lyMimkkiA7+8OL1Eiz1xlPXYVBpj+cQyYjv84ige4
H2SM8HGC9PsksqPvOOkX4DWct2BYD/MDv/rrGHAcaE7+bYIC8isr42RAPPD9MEQW9yC/jZM+jsOd
wv7sO6t6s9CH0DPguwXAHRT516xVMci6SXBETuBl27eUkTdw37SDq8HwxcOrrPCXyCOAeCg+DT5s
FhJPB+8WI3DFJG3kJWEQEP8T7O99APqfQIv/U5H/bqAZzmr6m572NTzqrrvfXguIv9tavdtYtl6T
v1yROV8KWnwSPe8WMTMGmxw2HOvfE+LW5G1dbG8Yp6voIclnxHtRnfOsEgf0XYb9tOC549xnjgld
PifFcU6V56KRKJeOILs8+zmRs8dkLp1R472sK8QJXtTmOW/Af8FZTshbQdBXVdRFnt9bW8paksNG
nCNQR8FOmD3GRDnX06QhzAmV5tcYbo3J8J1vSACZrYqeKI1Ya03d7sl7Smx4NQPvhHq7MPLjdN+z
maE3W4wPDxdf31++O8sABWuZRtiYZNxZnl2dHh2j4HBDvX1tjb3NDfj+Xmx/D6a3E9PT3lJZ0lRR
MtDR1lBdlZp0+2ZYRGJMbG5KanZCQtHtpPy4mPKkW0VxsbE+vqkhoXFeV66bmERaWyY62F5Vkrfk
4fKRk/FXkHcRErTi4HARELwqKe3EJ+DCJ+jOJwJ95xPxBMQLiF0VkvARlgTxFZX2k5C9JiF3XVop
VFkr09qpyiew5cbNgaSUnrjEMm//W0aWURr6Uap68WpGsSqGUYq6MeoGkHg17RgN0Nb1YlX04lT0
QHOHF1fVdGLUdeI09W9pGSfqmCfpWt3W+88Q/+zlqxo8vY0x/T8S/0l5+PhW1qzmfyMefMrKJ+Kr
QP4gnlqJo1RiyRVYIiC+DIsvw+DLRnAgn5T/86AGEN8Biaf3U5lw9wKEeNDiD4mfB8RPHxIPKjz0
fW17eR1kZ21jd3VjD1T4pZXtlZWt7c3dteXlMfBT32Anoa99moRfn5reWFi8s7N77+HDnTt7G4uL
K1PTS+PjSwzaPAG1jOveJLRtoKrnmjMIeWG9iT69CT5D6UGdib6FAZaV4S6o/NjhvLjuzKiuzKjO
tDB0YRytJo1cGjeY6t8V69kW4VLpa5EDzHXUS3PQu22tddtaO9lON95K/ZatRra3eXmoW2XElaIQ
t5Jwz7qEgMbbwfWJwejytG1y71ezpPvjmDlMK7O7itJSTG4qojcVz/bUrgw0TbdXLA7UTXdVTLQW
YQoTGmJ8K264FQc6wOczeJgUeFsW+doH6iq4KovpCbErcp3TkxKwVJVyNdaw1VE2UZXVUZDgOX8S
EH/xBOzsoLmfP/oFx9nToLyznzpx8dgRkcvntEX5tQS4dPnZHeRE/LQVbugrR5uq37LQTLDSSLHV
znE2KgG+X3NoDHLriPLtTQgaTgvD5cSQCyDxY2Xp01XZ87X5Sw1Fa81lW+2Ve101d3vrYYUfaHo0
2PR4qPnpcNvXoMJ/utwKp/ADL/5EPKi9ADhkfg0H2YjvsInDMDG/jWF/H8d/BAGsA4sR4lnb9gLf
/zlF+ec09fcpysdJMtzIFwlL/4+TVBD44Oxp+j9nGOAEEI9s+MXCHXwB8mSPKeTLwBcfPpjp08aQ
QHmQD8hECASc/MwALR7zhjoCiIePAoc71APK4e21COiAb3DCupxwOHEChR0us8GBEwg963osvPGV
9TMBeAW+H8BBDXJb7wtcPyD+J4R4IP5z8KYIivxwByjy3w20fDvQ/FV/49NeuED+QUcdi/jNuoK1
6hyg/Gxp6mhhEiUnHp8aNRIf2B/q0eZrV+liettI9aqMoAnPBTW20/KXT8mxn5a4dJL39Be8506I
sl+QYj+nwnNBX5hDi++yzOXTYueOy14+o857WU+Yy0iMW0/gkoHAJQcZPi9FQU9FQVdAvIaEnRSX
hdBFLyUxNxl+f3WxJHutujBnVLp/R6zTcLr3RNXN6drYuZo4ZlEoo+DGckPyY0zly8meF1N971cw
zyZ7njA6ny1g3t2Z+vn+0g87czsTpGUadho7uDs7endlZnWaycAN00YGSUN9mO4OdHf7QHsTrr9r
sL25u6mhuboyK+V2QnQ08D0xOjovJaWusKg+L+92UGCcr3dWeFioq4e3uaWPsek1A4N4R/s8H69M
V4dIfe0r0hI23FzmbJcd+fiuSkpdlZCGOz7yCrrxCLqDIo8Qf4Vf9KqghK+w5DXQ5UVlAiXlQ2SU
Q+XUgqSVQ+TVI9X1EwwtMhxcS3yu14ZGVgSE5bpdTTS1i1DRj1DUj1IyuKlqEAmJ14nTMohV04tW
0r2lZhirbhCjph+jrheroRevZZCgbZwEibdM1v/PEP/di5d1BAZcUfMH8XAQ30KCg5qDWc1hEOXh
5VYW8X8Z1EDl/4X4g0FNFXGURXwlnlaBo1ZgKRUs4rGQ+FIMrhQhnqV85WGLr4PEw8utoMX3kOn9
tD+IBy2eekj8JEL8DCB+ES6KX1zZXFrdWl7bXlnfWd3YWd6A3C+tbq4sr60tLs2PMijD/cTe1lHM
0MrE2PrCwvrq6v0H9x88erCxubY4Mz0/PrEwNrY6MTqF6Z8ZbllC1y/0lUzVJg+l+HfEeHTHew+l
BbbGXwHE19x0RxXE92dHD+XfGsiN60oLI5YljdWl4/Ij+hKvtke51Fy3ynfRy3LQTbfTTbLSijFR
jTJWjjZXS3TULQl2qo/1qY/zq465VnjDIw8oH+ldFeffnRc33Vdzfxx9bxQ13V9HbS0lNxeRGgvI
DYXM1rK5vvqF/obFgYaFgdqx1iJ8WXLbrYCKYJfSQMfC63aA+CIfqxI/+ywPCx8NaQsJXjXei2rC
XJYaCiZKEm4mOtbaSsYqMnZG2hoy4vIiAkKcl7nPw/J+6fjRy8e+5DlzguvUl5wnv5Dlvmwoxq8n
wGEsyOGtLnPLxiDRSjfJQivZShP8LFLsZV7lY1Pn79gS4tEZ6dN3K2gkPRIPfM+/BX0vTZsELb4q
e6Emb6mucLWxZLO1Yrez5l5v/YMD4hsfDzZ/NdT2LboT9ndc3w/4/h8J/c//RPxr4OAn3+Fk5s/E
YwDxv45C5T+OgS5P+B2wPgEEP6AcEg99p/5zmvb7IfQs35HXaX8oP8MAAeefej38pSka8gaAvAeA
L/7Ts1hBgPVwdDP6p9k9coMS+NuCnzn+CHKZlJU3SF4d3LLL2gYZ8s269Mr6Bx78bsiY6GAtPBUN
VwoR4PrRV3APhn4Y/MBzbO+PmN4fR3qewcut7d8PtoIA5Z/01j/pbXjc3QiKPBzUNJZt1Rdu1uWv
1+QulGdOFKfS8xJJGTG4xJDhCO9uf8c6T8tMC63rCqJmPBdVL5yQPX8cOn7hBNeJz3nPnxTjuChx
+Ywq93lDEU4tfjbwS6Jnj0ldPKXCfVFXiMNYnMdQmMNYmN1Rlv+KioiHooCbgoCnioizHJ+NGLuz
DL+bnKC7LG+UmWJViH13oldPghsq/SqtOGS8PGK6Mnqq/CYj/8Z4UcR6a/rXhLrn451vFoefzw2/
WEB/Nz38fIX88/7sh4erP+zOz2C7ZzA9M7iBnVnm3tLkJBkzQcTM08jj+JExAhrV1Yof6Olvb2ms
LAfJTrkdFRKUdutWckz0dXf3vISEnqqqzPAwf1urlKDApOuBXiZmzhqalpKSQUYGOd6elYHXSny9
ogx1XUQFbXm4PMREfKQknXnhXjSuPHAJjQevoBe/yFUBUR9BMR9B8WvCEv4i0gcrZyQUQmXgYvZQ
GM0wRa0wZZ1ILcNEK/sSv+D68Jj6sJgq/7AUc+dIVaMIVYNwVd1I0N+1jW5pGSWoGyeom8SrG8ep
GyJLaPQTwDfqmNzWMb+tY3lbz+oA5b/38XeJf/jdszbaxL+uqAHEkxktREYzkfFn3w+Jh7gjvo+y
NP9ThT8gHllMybriCnxnVhEA8Yw/E1/+J+JLRrClI9iyESxC/J9aPP4T8YwBhHgMJH6CODFFmZyh
T8+NzixA4ueWZxdW5v6F+I2dlc3txXXQ68GLawtzczMMOh01SOppH0f3LzAoG4vz62urG1ub+/fu
7O/vrCzPz05MzoyNL01Nrk2NM4a6xgca5lE1E+3Zo+XxnbGezeFO7TfduhN8WuOulIfaNyX4wAqf
ETGYG9+VFtGZGjrWkDVRn47KDO5LuNIW5VzmbZLjqJ3rZJBirRVrohJjqnbb0aA4wKkpzq8u1qcw
2On2FfNwOx1fI8UwO52CMM+2zCh6a9EOtW+L0jPZV01pLqI2wVAaCkCFH2+vmOuvXx1pm+uvozUX
YMqSu1PD6sEbww23ihCXkiCH8hDnhgiv8gDnW7Z6nqqSBkIcqrxscjyXpbgvqQhxGytIqQjzKIET
VQVNaQkZAV4pfm4RTjbe82e4Edy5TnzGe+oLsUun1YS4zCWFTER4LES5/bXkC7ztU2314w2Vk83V
shy0i9yMav3sWkPceqOvoZJuoFMjAPHE3FhqQcJYWdpUZdZsdc5ibf5KffFaY+k6aPFtlbud1Xd7
6u73NSDKNz5hEQ+Q+v/R9hdQba1rv7gNdcHaUqE4xUqhFC8tlEJxd3d3d3d3d3cnxElCcHepu7tT
fP2fmdDutd/9nu+s842xM+4x9yRJw15rdF3zl3s+0t3wHqR4ePN7RMsHQDxpDTJyfv99t3PP9w1c
zyYetkXo3YL67z2gtvt79ogfQu2OgOgN9WfI+R3CHSRxMtNQka0no48jaw6K/Ooe+tBLUJHcBwF/
r3YGsbtDfaDIxJMT/WY/krxc8B/iIZR/K09O33+U/3fioaGf4CXwnj//jOBD9tYf/hvxPzFdQHbo
RitpACg0nJRUe4skQ8pDoyeB8m9aq141VzxpKIIGyJOIv1uRB4hfKU1fLkldLEqezksYzoohpIZj
4wNREV49fnYtTkYVVppp2nKeVwU02M6JnzzOTwcJzkNPw3B0P9spGu5z9OCvgRjTSSU+VmmOc4Jn
ablPHLt0ilqUkR78CIhX4mVW5GLQBcRL8JiLcpoIXzAT5TIT49IVYNHlZzEQYDO4xOQuJ5hpr1bl
Z9AQbNQRaY5KsseluRCzvSaKgibzA4kpHoPp3iv1CW9w5Z9Hmz6OtX2a6Hw31vF+AvZ9hbjxdPbb
s7kFfEd/S9VgV8PiAGZ1fGAcj+rrbu+orcZ2ts0N4fCwTlhLY2NlRX5mRlZKUk1JUUxwYHxoSKSf
b1xggIWGRkNeTklCvLOejpuBXoqPj4HUdVsFBTkOdvubN0J0tRyuS1qLCoVqKIeoKnpISdoJCxpy
cOizsBiysBozs5mycJgB4tm4LIDy7NxAeTvuS468Ai68V1z5hF0viboLiHtcueojKhUgectf/Kav
sJSniJS7xA0fWeUoXeMcR/e6oKiGwKh8a/coNQNfGSXPa7I+1+WCpBRCrimFSCoFX1MOuqYQdO1W
8PVbodLyYTeUSMSr/reIv/v8VSNxrKKPtMxkH7TMZCUGVD+Z+EoE6QjF+f4y0uynv02AIhO/N/Xp
9+wniHhSfod8L0CCgnzPg5MjPBl3EOFR2TAk1KXZI74HVBZUsOye3nwYoqgXWdqLqoSTBsUj+xpA
isfiO3F4QDycOPj3FD84Njk6MTUxNTM5PT85vTA9szgztzwLiJ9fnppdnJqZm5mZnZoYGyb04Xra
US11fR1NYxjE/Ojw6uL8yu3lxdXlldury8tLE+NjQ0Ti2NDA1MjQOBFH6G0hdlYMt+TiSyIRie4V
bjrFLpoVvoYV/iblviZZzlqlQVatCX6Nsd61Ee6VIU7tSb5jVcm43JC2aMf2CNsaH6NUE9kojavJ
RrcidKRDdaQTrTWy3I2L/axz3U2ijBUCNKU8la56qFzzULsea6dTFe2JLk1aRNau9DUB37FVaX0V
adiyNHRJCqYkBVeWPliXN9NZMdlaiq9M68mJbIz3qQiyL/W1LvOzzvcwyXE3KvGzLPezTrfV9lW7
biLOp3iR9ToPKx/jaY5T1JK8HDKXL/KcO8l2klqAlZGb4czJg/vPHT9ynvo4A9XR8zRHmWgOMx6j
5DxxRITp9HWO8xoCXFr8FwwEuTxuSaRZasfq3gpRFI/TlEo2lMkyV6xyM2zys+4Kc0El+KOSgxGJ
gdi0EHxG2FBe3HhREvB9piRtsTx7uTJ3tSYfRPi79aCKyMo/bit71l4JiH/VUQsp39P4trdpb8dt
qJWx5/s6AQ7dHcXB1nGwTTyQvXeb0LvTD98hgiMoGHRChG8P7BFPKuxfwPfRvh1Qe2Ec6sb8NUbY
HevfhY4EqDlDZp38Kll54P5I3zZ4aQy/O04ABU6gGsX9NQzegN8hEQ/tyzqIJSkPfVcg7+4EgCYT
D3CHhrED4kkjZ0DtWY/u+LE3vB2IDw3tJxP/R3ky8cD3v9/sXQN/HA0tfQytsUOa3kUuoDw0tLS3
5ROsGSj/Fvw7bK162Vz+tLGYlOL3GjV3K/PuVGStlmUA5WcKkkZy4ohpEbjEYGyUDzzQscPNrMZW
O0dfMVBGVJ+L5epJ6ks0R/lO0/Kcpjl3eB87PQ3rSZqLZ2mFGWjVLl+4ynyKn56a68QxPoj4U1Ls
0EhKVX42ec6zmpdYLCV5LMS5TEU4zcW4ra9dMhK6oC8ITXnV42N0kuJLMJUr99RpDDZsDzPujbbA
JjsC4scKA6cKgsYyfQZS3McKAh90Zrzpr3412PBqsOn9WOfHCdjnOfSPe8M/n0w+m+mb6G2eQLQv
DGDmBnGjfShEW0ttUVFPQ+0kHjmA7OlpaSwvLIiNjEhLiGuqKi/Py0qNinA0MU4JC43398uJiiyO
i03y9QmwNA8yMzaUFPfS1jCTlPDV0vRQUrrFxCx77qwOF6uXnHSysX64mpIhB7sqPb0JG7sRI4sp
M4cZywVzVk4LNi5LUtlyXnTkEXDiEXS+KEQm3v2yeNA1uTQtk2RVvZCrsr7C171Bid/wviYbIKcc
qWWYY+tW4xte4RmcaekYqaHvJXXLS0I2QFIh+JoKqRSDr8kHX5cPlVYIlwHEK0PK3/zvjKi5/exl
0wAgHtqYe494LLECEI8CuOPIvlei+393aUi+IwlFSPL6Yv9J/F6Rlf9NPOR7HhwLEd8LiCf7/q8I
TyYeUr4Hlg3rze+F1jAog6NBhIeIR+Ag4jH4Liwehu9H9P/rdisBIn5ibHJycmpmanphanppCgT5
maUZkOVnFyem5qanZucmJ8eJfXhYG66rqb+ndQDRPUkkLM9O3729snp7dXFleWllZW5ufmhwGBA/
MTI4NkgY6ccO9cEGe2oJtenonKDWMOsSe5UiJ9VyP4OqINMSd/0EU/l8H7PWRL/6aI/yIPvGKFdU
ZlB/QURvind9iHVrmF2Ji26CgUyYmliC0a0Ua9UUR60kJ21/fekgvRsRBnJ+yhK+CuJesqJBStdi
9BRKA+0RedHT3WX3+lvHO0vQ5UmYsiRUUTyiMB5TkowvT8OXp4/U5443FfRXpKEL4mCZYQ0xnhXB
DrURrhUhDrmepvk+FuAk39Ms0ljRVUHMSOyiiiCXBBcr1/kz7GfpJS5dlOTnYz194tSxQ1yMZ0GE
ZzlBTX/4wKlDB08cPEB3eP+pYwfOUx3mo6eVYDwjx85oIMhtIXbJTU4iXEchWlc+0VAxXk8uxehW
toVSsYNWvY95Z7gzMt6nLzW4LyMUmx5CyAwbzI4cy4+bLE6aLU1dqMhYrspdrc67U1twt67oXkPJ
3YbiOw3F9xqLH7WWPe2oeN5Z+aKr6hWs5g2s/m1v40dk8xdM21dMO4APyE66kwkNYF/HQbWJR2wT
4IB4SHnSLVby7dadAcQ21KVBgfAO4U4uMvEggI+TvJ7o/2uCuDsxsDNB3BnvJwsOFSQ+Hiog+yh+
awS/PQJkBy8Rd8cHwHGHBD3w/S+Q60lXhZ0hDNSph5o54EsDBhC/8XsQDlD+W1/3178TT+rAkIiH
mk7gGdJAT8B61y881JkBr4J/2D3if9/sJUMPFfQvAdpmBHyJIW0/S/pOAE0Hg6Z6AeJJQR5q17xp
r3nVWvmiGerFP20sfVxX9LCm4EF13r2qnLuVQPn0+aLkiby4wfQIfEIQJsobHujU4WFRZ6+fb6Qc
oSBpfonz+ilafuqjF09RcZw4ynBsPxs9NSPN0YtnaEQYaJUvsQmfpeWhO8ZJd+ziSSrR8/TS7Axy
3IzqAhzynOeUeRhspS8B4i3FuS1EOZ1lBA2F2M3Eec3EeECKt7vKHaAinGOnWOmp0RSgC4sy60tx
HMr3H80PnMj1nysMmcjzH8z0mqmIeI4u+TDW+m609d1w27vRrjfjPR/m0WuPR9eezj0cx02hOyex
sLE++BAaPoBC4mAwbEc7oae9r7sN3t5aV1ER7OcX6OVZnJ1RVZCTkxDramFmraudExOVHhIU5eaS
GRKUGeQfY2/hoqoQbmYUZmLkpa6ud1lQ6iyDDAODPMMpK5HL4eoq0ZpqcVoaTpevqJ+kN2FmM2GC
1iqAFioAvoMjK6cNB48j9yUn3isuF4Xc+MVc+EXdBMXDZZXLbVxTNAyi5FT8RaX8hK4FiEoHSsj4
Ssh4S970l1ON0bcocvGr9gut8Q2u9PBLNbAMllELvKYSBBUU5EOkQIRXBMSDIB8mo/zfIv7+y9e1
+KGKvgGQ4kkbtw5UQvs94StQwHdc1V6E/1cjHvgOqhCJhwpS/n8h/neKJyv/h3hSiicRDynfg8zu
ITXi/6b834hHlvWiquCYWnhfAxLXiMGDFN8NoAbEk6a2QqsXjIz3k+Y9jU9MA9+nZ1amZ29Pzq5M
zC5NzC1NzC5MTMzNjE9NDfQP9LYTOhtHUd0TePQYoW9+cuLO6tLdu7eXV5bmF+aXlpZmp2aGiEMj
g8Pjw0MjRPzYIH6ciBmCNfZVpsEz/BoCTIpsFAsdFMt8dCoDjDKtlaINbxT5mTfHe1eGOgFqW+O8
4GkBqIyA1minCm+jSi+jLCvlWD2pOP0bGTbqmU46iXYaYSa3/HWvR5rcSrBQidKXC9GUDtaQijKQ
L/WzgedGTrUXr2DqJzqKMRXJPbmRLUn+rckBvfmx+Mp0QDyyIH6oNotYlU4oS8YUxnUkB9RHuYPf
C6ok0DbH07Q8xKE6zCnLxSBI96ajnIi+GJ+SII8A0xmmkzTnT9BeuXBBhIfHzew8J+NhtnOnBbg4
WAD3Rw+dOHyI9tABuiMHzlIfYaU9dome9ur5M2rcrDZil3zkxOP1lRL1FWM0ZdJNVHLN1fMt1Ept
tes9zDqDHZEx3rjk4IHMqKHs2BFQWTHjuXGTBYkzRakLJRkr5dm3K/PuVuffq8l/UFf4sL7wQX3e
vbrc+/X5j5qLnraXvWivfNlZ9ban/j2s6UNv82dUG7Q0PBaKt4A8aHYSMA4HJ+2zgdgkIHaICCA7
iXjo/ip5lORWPzhHbQ+gAL67UB8GKuD7NiAe6DxB2J3s350c+GtycGevBoD14BnSk+Ac0E/Sf3xg
e4y4PUrcGYN+/GtiEHrbBOl6MEYgfQmArgc7IyTcSVcR8IvIxO8p3w8t7A6UB5qTCyKetMg7iPZk
7slFsh6aZgURD85JozP/k3hy6wYaBUSA/+qD+jbkUE+uL3BoJCUg/n0XKci3VUG3W5tLnzYWPa4v
eFSX97A29351zt2qrNWK9MWS5Jn8uJGMCEJCICbKpzfErd3HtsHJqMhUJU5NylGET+4sPf/xY8Bx
VpqDjDSHAPEsJ45x0R0RZaC9eYFB8DQtFx01G81xTjoqcaZzN9gZ5TgZVfnYFbjOy7LRW1zlspTg
tJXgshRmdZG+pMd/3ur6RRNxboNLzHZXeRyvc6Va3qr20yv3UIPHWWFSHAdyfQbz/AjZXqNFgdMl
ISM5vsNZ3vdbU79MNH0bbf0w0PpqsPPpcOfT0Y5vy5jtJxMfV8aW+3vH0R0jmO4hVA8R1jOMQPZ3
daNamtAdrZjuDkxPV315aWZifEl2Zl5yYlZsZHJIQLS3W0lSbFZ4UKCNRZSLY7qvV7KzA6iioIAU
Z2crqRu3mNnlzrLKn2PS5eawFxexvMxvfZk/UlU1SVvXVUjUkJnFiJHRmJHFgoXTjPGCOeMFC2YO
Ww5ORy5eZ94rbheFvfjF3PiFnS6LRCqpFlra+khcT9TVSdLSCZGWDb0uG3b9VqjkLT/hG/5iNz1B
opdVidM2yrN2bvQNaQ+OLnf1jdM0Cb6pGXBdJfC6UoiUUpi0Uri0IoAeKB9xU2UP5X/2+KfEv3j/
sRiJqwC47xFP2riVRHwVCleNwleh8OVIXBkSX0YaTlOMwBUhcIWIf0Q8SPH5iL8TD4L8v4jP6v6T
4v8V5HMA8aRGDZn4Gjg5xf8fiR8cnx4fn5meWZ6duzM5e3t8ZmVifnV8YWlkZm5ibGZyYLC/uw3b
VDmO7Jjtx4wTcHMTEysrS/fu3129vbKwMD8zPT0/Mzs7MTU+ODI+PD4xPDI+NDA5Mjg5iB/obkSV
Jncledb5GBRZ38qzli12Vy9y00gwlEowka0Mtq2P8agIdWqIcu9M8oWl+HXFu1f5mZa46RY4aiUY
ykRoSCQay6VZqsQYywXpSIUY3Mhw1i71NSv0MIwzVQjVk0my1SwPdejOChtpzltC1Y61FfYWxbZn
hgLf25ICutND0SVJyKIEWE40siCuvzINED9QmQbLDK0OcwZfHUr8bQDxed7mIMLXRLoC5ZNsNHzU
rzneEjO8elnuEifHKeoTR/bTUx27coGruUj56TivsyktAz0NPy8XJwsjzZFDNEcO0h07fJrm6Dma
wyw0hwRO095gYTAS4vWQEwlSlYzRuRmvezNJVzbfUqPcXq/CQa/WzaTV364n3B0V70dICxvOiR3P
T5wsTJkqSJkuTJktSlsoyVwqy10pz1utzL9TXXAPJEoS8STlCx42FDxpLnjZnv22Pe9tW9WHzsaP
PdCuTN9QIN6SZo1CCRe20Q81K6AWDQFEddQ2EbndD5RHQoNnSLVJGj+zCZ6EWuTonUFSqx0EbRDe
R/s2gb/gBFIeEE/cnRzcnRrcmQLHod3Jod2pYaimSUfoZAQcdyaHdiYGdwD3e28GJ/0gyJOJ/wvE
fyjvQ7KTj3uNGpLyUAMdDwPEf8dDav9d+T3i/8767049OAFFJh4y/e8RngDtAUtWfgO8ioORlYfW
y4SWruz6imz/DO1m1fwR1gSUf9NR87y57FlTydPG4icNhY/BdbQu70FNzv2a7DtVmUulKRDx6eH9
CUHYaF94qHunn0OTq2mZpUaypoyrOL8S49krtNQ8tEdZqQ8y0x5mPnGMhfYoNyD+PJ0kC/3lMye4
T9Kx01Jxn6QRZTwrzcZ4i5NJmZcVEK/AedZImM1S/IKtBKeVMKutOKcu3zkjkQsGQhyGAqxWopz2
V7kidSVr/Y3K3NQ6I8wR8ba4NLfBfD9Qo8VB02VhMyWhw5leE/kBT1H5X0eaP492vh+DvxrvfTTQ
+nyw9fsidu3B1LvFoUVi7wiqk9jbge8C1Ylpa+uur0V3daB7OmrKiiqLCxory9tra0oy0tIiQioz
UpD11a1FuQXRYUk+Htkh/iVRobn+XvkB3k0pCaWhQR5qqmpcXFIn6VWYmM35+SwE+LRZmDXOM5hy
cgXeuBmnquEhImbOxmrEyGTOzGHFym3BdMGKhcOO/YIDJ7cT92VXbkE3bkEXPkEPsatphkbZxibB
N2SS9XQKra2TtLQj5ZVj5dUTlbTj5NQDxWR9xKW9RKV8oMVn5CKVtLPM7BoCw2t9Q9NMHYIVdDyv
yvtfUwiWUgyXVoqA2vGKYTf/O7NbX3/6XIjAkvbzG4D2ayX7DgoNfMdVo/FVaDLxuH9I/N99/038
n148NgeGyYHa8aisbgREfHdvZldvRhcso6sHFEjxOTD4v4jvRdcC4kkpvrWP0I0j/GnUYIdG/hA/
Nj47ObU8BSL8zOr49Mr43PLo3PzQ5MTE0Eg/HIZsrB7qbloawMwN4KeHh5cXl6GFhO/fXVxeXFpc
XJiZAaxPDY3Mjk6MD0+OEoeWZqaX56ZH+/sIHXXwosTOBPdGP6N8c5kcyxv5Lsr5ziqJBlJZdqot
8R610e6V4c7tyX7dKf6wFJ/mcPsiV51iF50cG9UYneuxetIJxrdCNa95Kwp7yAt5KQoFaUnEmckl
WiiG6kmFGshkeBjWxHsgyxImOkuA7+iyxI6ssM6M0PaUIFhGGBbq0iR1ZUV0ZYbhy1NAih+szoDn
RDTEQi2a0gDbAm8LcMz1MqsMcwIFTiKNbwXoyLgoXzeUEhFmPnue6gjNIcrT1MeMVMR/PTPfecaz
2s8qInCcg5VJ+DL/0UMHaI4dPEl9hOEkFcspKh56GnGmMwrcbE6yV31VxUN1wTeMm4nG8pnmqqUO
+rUe5vXelg3+Nm2hTrBoD3SCf39G+Fh+/ERx4kQxNHhmtiR9vixzqSJnpTr/dm3BHVA1hXdriu/X
ljyoK3tQX/qoKf5dj+5X1K2vCM1vGP0vKLdPsMxP3Y2fYS2AeGg+EQEAB46wjYHOXwNtvwDx/XvE
A+u3iEhQ26Thj9AgGahVgiaPa9wdIjXfR3DbY1AB4rdGcUD57XH89jhhZ5wI7N6eHADKb0+N7EyN
ggIn25Mj21Oju9NjuzPgmeGdqSHwBvKVAHrnJBH8WXInZ69RQ24EkXyHiB9C/534nwTYj9/EA9zJ
KR6ckxv0ZOXBca/lgu6AngGXMRLu/6M2wT/jEJqsPHQxg0ZnQtAD5cmXCvAhf7rzkPI9Da/bq161
Vb5sLX/WBJSHgvz96uy7VZlk4qdyY4bTwvoTg/pi/JDhnt0BTi3uFpU22pl6t3ylRTTZmUVP0nHT
kIinOQyu/EzUR3hOHhNnOinBdIr/NB3nCRo2uuNcJ6mFz5+RZicRz8OixMOodvG8kQi7jSSP/VVu
WzEOa1EOw8vMeoKsBkIXDC9zmItwgSDvpyBU7KpT4a7VGGDQHWmBTXEZzvebLA+brYqcr4paqoqe
KgjsT3GdLg95N1DzdRr2dRbzYRz5egh2D10Pja65PbB2f/zRWN8ovKOvoxUHfO9sB/m9uaYci+wB
VZibGeLvk52c1F5bW5qZmRcXkx8b1VVR0l1RnB0amOrrWRYbWRgeFGxm6GOgmRvoVRMXnuZmF26s
4yQraS122ewSjzYrk+Z5Bi0GBu2zDIZMLAGS0nFKKt6iQHl2E0YWMyZ2c0Z2a9YLgHhbdk67Cxdd
uAV8L4sHiF+PVVbPs7CKV9MIvCYVJCWdqK6RrqMfKacUKaucqKKTrmkUK6/hKybtLXzND5rLesNH
XMbrqixI9FUeAc0B0cVOPpEahp7X5f2kFcJvKkfJKEdIK4XI/ndS/JO378oA6KT9WoHv5Rg8qD/E
gwgP4jxEPAqqUhSuBMgOfAdF6sX/8f2P8v9JfB4cEI/P7cXl9vaRiIeUJ6V4SPn/hfjePeIre0GK
7wPEN2EIbSTiewnEvRQ/tJfihyZmRidmR8fnJqaXp+duT82tTMwujk5NDw0PEFE96LYGQlfzbD9q
YYgwM0wEUX919fbqg3srd+4sLCysLkGrGQzh8WNE4vzk1Ojg+BC+/8Hqyu3FOTz4O9RahSqBUnxT
gEmWoVSe5c0CV5UCN/UEA6kCZ53erKDSEIfycMeWRO/2BA9wJagPtsq1Vytw1EgxlovUlIzRuxGq
KekhJ+Aszed2Q8BTTtBPRSRE62qE/o1QXek4K5WSUDt4ScwUrGy8s7ivKhWWHw00784I7ckIQ+XF
YEB+z43qzo7oK00ab8ofbciB50W1JPk1xHhWhToV+VoV+liWBdlXhTnXRrkVB9ik2GuHG8iGGSu5
qsuqCF26cIL65KF9p47tV5Vh+HTX4q83Bn+94F17wN1ewsjBRHv5IjfI77RH9p+hPnKe9gjXGVpR
NoZrLGfV+LmCdFV9FUVjDeUTjZUSDBRzrHVLnMwafBxbA11AfodHe6Pi/PsSgwbSIyby4+eKk6Eq
Sp8vBppkr1bkQsm9Fqr7NSDFFz2oK3hUn/yqVel9N+Malmp3gGKHcGh38sBfyxQ/8A6feuo/9zZ9
Q0JdeODXGh6qdWLXr4n8X0M1AP1NaCdr5CYRRa69cevAXGA3aWA7UB4imGT6FiB+HL852geIh2qM
dBwlbI31b433A+WB6VBNjmyRCpzvTI/tTJOIB0GedBnYnR7anQbWgwsDdHsW1PYQdmsQMv3vxIP6
Q/waUB4qaBM+su/k2hP/d/2J8OD8TxcegA4+BxQ4gc5JV6+dYcwW+BG8SirSdxfkBvi3QfqRrDyo
r9Cim9BIyj8deZDlQZB/WJt3ryr7bmUmuVEzkR01mBJCTAzGxfqjI717g93aPK2r7XXyDBUjFCSN
eC+InaDjpD4MiGeiOshIDRHPd5pakuW0BDP9xVM07HTULLTQnjCCDKekORhvcYEUz6LKx6rBx2Qo
xGZ77aLDtYu2YpzWokB2Fh0BFgMhTgPBCxZivNZiPK5S/BkWylWeerXeum3BxqgER2K2NyB+sT5u
qS5uuSZ2oSxiNMt7LNf3ISz302TH12nkx+HeN4Tuxe6qe/imrwuItduD7+YGVgiocWTPKBqObGtA
tNe3NFSiEV2I3s7K8uKwQD9vJ+e85NRIH//ilKSChNjkQP/K1KTskIAwG4u8YL80L3cdcVE1ocue
epr5Qd6+eqpx1oaN0QG5TpbOEiKGF9iNONjMOTmtubjtuHm9hMVS1bUytHX8Ja5asLIbnDlvdPa8
OSOzDSu7PSePK9+VQJFr4ZI3w6XkMvSMMvSN/a/dcBcQcue/EnxVKllVM1ZBLfDaTZ+r0uG3VNJ1
jGJvqfsIXfMTvh4gCvVt/CRk/a7LR6noFtl5tofFN4fFJpla+8kpB8koghQfKaUUJvvf6cXfef6y
ljBY3kfYa9HspXhcBbqvCgVVBVTA9z5SAeV/t+NRBGiVsX+/3fp33P/T9z/EZ/cA4lGZXcB3qDI6
YRmdEPGZ3f8iHhpR04uu6d1L8f8r8cTxqaHJmeHxmeGxmYmphbn51fmFlZmZubHRUSIGjm2rxXXU
j2Bg00OE6ZHBmfHRpbnZ28D4e/eWoams88tz80D2YWL/2PDA9OTEyODIKJF4b2VhYXoM1d2Cairt
q0iFpfo0+JsWWCrkWsplOSim2ytF60iWehi3p/gVh9hXx7jVRbk0x7o2RzlW+Znk2avm2qlGqktE
aEgEqYq5yvA5SV0EMcf52kVvOaEAVTFfZZEANYlYE6VCb/Oe7PCJ9qJZWAWuOq23IBqWEwnLDO/J
CEXkRiELY7uywlpSA3vzoofrsidbCwdrM1CFMbDs8NYkv4oQR+A7SPEgzoNQXxPpmuNpmmKvlWil
FmSgYCwlLMLKcP74EbpD+5WlGdDNCuvPLdceKwHiQX1a5sqJZGShP3nqyMFTh/afpzrMRnv0MsMp
EYZTMhznbeWvR5vrRWjdSjBQjdVRSTHRLXa1r/TxaAsP6QAVBHwPJ2YmDuemjuWnjuenjmUmjGcl
zpfkL1UUr1SVrFYV36ksvFuZf7e68E5t4f3m5Nd9tq8RDB9hlJ9gFE/ajm8Q9gHld2cpd5cofsFu
fYYVAaS+oTp+YKFUS973bp2A2FgJXJ9JgU4IqI1+9OYAZoOI3hhAbQ6iNwYxmyC8k26TksfGQPl9
z3QotkOyj5CUByfgmTGI+M3x/i0oy4/sTI6C2p4Y2ZoAQR7gPrYLsvwEuVED9eJ3J6Esv9eoAb8C
fPgQ5t+IBwT/btQAlEES/9VP2qGJZD05vIPkDoV3UpYH1wByl4Zc4JzsO5l48CFQZif5Dgr4DvWC
oEFBe1O3IOKhu8poqEj6g2fA54DrBPg2QCb+931XqCkPlH9UV3C/OvduVdbtygxA/GRONEjxg8mh
QHkQ5FHhXp2+jrUOevlG8rHK18z5eURpaTiOHWKjPcJ4dD8zzVEW6mO8p6glmE8B4rnojrPR0Zyn
OQJeFThLJ01aUFqZh0lLgF2Dj0VXgNn2Op/T9Us2opzWIheMLrNo8zMZinAZCXFZSVyyFrtoI8IV
pydb5WFQ7aHV5KcHj7bpS3EZyvebq45aqoeIX6qMni8KGcv2nq2Oftlf82Wy+/Nwzzti9xN8+wNc
08vhlq8L2O8rI6+mB+4O4++ME8f6epAd9Z3NtYjutt7utuL8nLSEhMiAoDBvf2czq7TIiLqC/Oyo
qEBb69zw4Jwgv5xA3zRvD3legetsFyzkZHMCfJR4OYxF+As9HOuDfQrtrIPl5ZyEBB34+Z0FBB0v
8nsICgdfl87S0yswMUlUUQmUuOrAxW3NyubExeN9Rdhf7Kq/sITHRUGvy6LJ6jrxKpoegmKuvIKe
fFe8BUSiZOTTtfSjFVTdRCU8JaWyDM2ytI0DRaV9BSX9ha4HCEsHStwMuCrnKykXLKeWYWbXEBLV
EhmXY+8SpqQRIq0YeUMlUua/Q/zyk2cNxOFyLET8vxrxaFwlFOH7KpHYCiSZeIB7H0jxZb9XmiSv
CP/3ETVQ/S3Ck1o0EPEk38kRHguK7HtWN/K3771QkXzP6u7N6UX8G/FwzG/i+3tw/f+jUUMifnp4
YnpkYnp8am56emF+ZmF2YnIQh8W0N/S1lA32No/gkeMjg9NTk3Oz0wtzU0sL88srK0tLywuzcwtT
07Pj45NjI+PjwyMjQ6NDQ9NjI0uzE1PQGgfNyMYibEVST6p3nb9ZiZ16spFUlNG1BItbqRZKdSEO
dbEe5RHOtbEedVHOrfHudSE2xe56RU6a6Wa3/G5eClUT85S7bC/JCYi3FbvgKMHjKyfsryLuryIR
pH4t18mwLc5nsrFgrrMcU5bUmR3ekx3RnR6KyIpA5UUjC2I6ge9pge0ZIaii+KG67P6qtL6yxL7S
hN7s8PoYj2I/a0B8eZA9SPSA+LJg+2wPk2xXw2RbTWdFcTleFq6TNOeOH70uRNdaeuOvd7ZvV3Q+
rYqTiQf1eJTTUZee8dgRdhqqi/R04Ms4/wlq8XP0VrKSya7WhYHuRb4upf4eNeFB8Nys/qqKwYb6
6a7ueTh8GYG824d9QOh7BAqPBfUYh3mKwzzD4Z4R8E/xfY+xyAeIrtXOlvuI5lfD3h/mpHY/UHxe
pvvcSwGqI/vwNpHir0GKH6PHAfGTRbSvYJUfEJ1fUD3fMfCfWMQaHrmGR60D1mdyNlb9N4e6t4i4
rUHc1hBuc6hvfQADao2I/gVOhvo2h/u2wHEQC17aGgbEQ75vjhM2RnCbw9gtkOWhUE/YAfl9vH8T
KA+y/NjAzvjQ7sTwzjgowDoI78O7kyN/gSfHB0ljK/9tRA24ioBLCCCe9O0ButcKFWk4DSggMjCa
RHwviXgowpMuVHtZHsKdVBukDvse6387h14iKU/2HeL+b3d0yd8YgO/gd4ETaNQ/oH8EC54BFwnw
+eSODbQbFGmYPKR8WyVQ/mljMVD+QU3u3eqs5bLUmfy48ayokbSIoZSwfmhcjW9PoEu9k36BsXyc
8lUrAW4xOhqO44c5TlIxHd3PSnMcFNeJY0LnaEQY6Dhoj7GfpDsLpfuDfGdopTjO3+JiVORi0ORn
0xXk0LrIYC/F7yzFbyvGZXGFzUyEU437HCDeWJTLQvyihQivqQBbiLJEtYd+lZtanYc6LMISm+RM
yPSYKA0BxK/Uxy9XxyyXR0zm+I7l+z/oyv400vxlvPPDSNfroa4nhOan/S3vJnq/L/V/WRp8Ooa5
PYRaHEQOITswXS3oztbWuuqywvyywsLkmHhPB1cHU8tIP/+8xMT8hPh4P++0QL/alISKuMgsfx99
iRvXWThs5BXTPT10BPn1BS56y8s6iIskG+nmWJuHKSlY8HDpnDtnwsJiysJmwc7hJnglXVu71sE+
UVkxSEI89Nr1KGmZYIlrThcvOXPzOV3gdeEVTFTRCr0h78gj6MYr5M0n5HlRyPuyWJyiapq2fuCN
m27i4hkGJjl6pn5Ckt4C4gFXIOJBlg8AykvK+V2T87+pGK1tUOru2xgckW/jHK2iE3FTNeq/tAzZ
6tPndVCKB75DwyWhggbFE6pQBGg4DRJX/vtGawkaX0SqYlIVoaEU/z+I/3uQ/xvx5But/2rEk2+3
ZnbDyZXVDc8B1QPNbs3pghWQNn4ijYtHkxaLxzdhCW24/h7831L88Cg0Ln5scnBiamR8YnRicnpm
fnZ2cW5qdpxIRHe0IhqriN2NI5ieUSJucnx8fn5hcXFpfm52bm52aXlpHpxNT81OTk5PjM1NT0xP
jg4PEkYGCdPjw3OTY6P9fX3dzdiGQlRJXGeSZ7WvSYbZrXB1kQjdq2nWyhW+Fp1Jvk2J3lXRrjXR
LrWRjk3RjpX+JgWumvmOanF6171u8PkrCNlJXLAR53CWAhnngvM1Pr9bIj4KwhG6NxNNVWpDnYYr
0ubbSjAF8W3JQb3ZEb1Z4bDMMOgkO7IlJbAu0ac7LxJZHIerSBmuyxqoTuvKCGmI86oMdSr0tSz2
t64KdWqM9WxL9KuNcC32t8nzMs92NQozkDMU45ZkPQOIZz9F19nI8eO5HiB+48n1zSd8f4gHNd7J
ZafJo3FV2Ez+hrOWSqiFUYa3S01ieG9xOqa6YKijfomIerY49fbe6ofHDz88e/b13btf33/sbG1v
/Pi59unz2ocPvz683/jycXvt+9b3r7/evvn+/NnXp4+/v3yy8fH55ufpn89tNl4y736kALX++ADw
/U33/qHaU7sDlOsEyoVO2rUZiqo06i9D2E+DuK+DhB/E/p99fWs41BoRuzaE3xgZ2Fg/uzlet9VP
2B4ibg7jN4bx6wN960Ts+iB2Yxj3axD7i4heJ2LW+tFrRJL4I/jNUfz6CG5tEP2TiFwH0Xi0b3sv
xeM3wEvDgH781ggBGjxDrjFQAHSAO6iB3dH+nVGQ3Pt3RwlQeCfNivo98ZVcUJYH9b+n+H4owu/F
dlKcB3yDAucgd0Ntd/JdYlKTHYKeNOASeh48Seq/Q59Myulk36EifWMgFwQ9OcUD4n9/XfiG6QRB
fm8mVEctWXnSkjVFj+oL7tfmrJSnzRclTubEjGZEDqdCN10B8bAgl0YXw2IThTilqzaXuSXp6bho
j3GcOM587CDT8SOMxw9foDl8+QzV5dPU7NRHWehoTlPtP0u1/+Jpmmts5+QuMNziOKvGy2QoxKHJ
e85GEkrxDhI8hrwM4FzpwmndKxwm4pzGIpx6fCwm/Kw+NwVrPQ2qXFUqnRV6wiwIKa79WV5DBf5L
DfH3WlJW6+KXKiJnC4PHs30XKqNeYcs+T7Z9nOx4N9r+nNj2mND+fKjrwzTixzL+w3zfw1HEvTHs
8iBmEovo7+5oKS9rqapqqa1Ljk5wsnRwt3MCcd7T3t7V0iIh0C8rPLg4LqImJa4qISba3l5fQsJR
WSnOztpDWd7sioDpRW5zPh5zAZ5QVYU0E4MIFUUDFibVE3SGjIz6587rn2VwvXy53skhR1/LU5A/
SkYm4voNZx4+M1ZWW3ZOJw4eH0HxTB0jZ35he04BDx5hVy4Bj4tXoDgvJBanpJqmqxcmr5Brap6g
pOnOL+olIO5/5VqAkJS/iLS/uEzgVdlASdmA63IBN+TDlDXz7Vwa/cOKHT3iNQzD/kvEP3r9thSN
J99u/U08sRLdX4Xqr0ISyBNc94ZLQqbvEf+be/AMsQizh/uf+nfiQX6HfP9N/O/hNID4HgSJeERO
D7RwPLQJ1O8doIpgyDI4uhKBqUXiIOIx+FYsoet/HVEDiB8bHZ8EgXx+ZmZuZmKC0AvrqakgdDSO
YmATBMz0yNDc9MzS4vLy8urCwuIcwH5hbnpqYmpyfHZ6chrq3kwvAOmHCGNDOKD82PDgML6vr6MR
W5uPKIhuT3Cv8DZMMJAKUxNJMpbNttMo97PoSvFvS/arinQpD7WtCLKoCjQt8dTJdVTJsJYP1xTz
kxfyvClgJcxqJ8bpcJXHRuSC03U+XwXRULWr8cYK+e7GyOyw6eY8fHFCS7wPJjcKnR3ZnRbcmR7c
mhrYkOhbFe3elh6MKo7vr00fqsvElyZ2pQTWhDkXelvkeppluBoW+Fm1JPnBssJaE3wrgh1L/W2L
fKySrLQ8lK7pXuG6xnJG4NxJWeHzb54z7b4zA8TvPL+8+5znj+/g/PMiS32iTGqAXVF8UEthMqI2
D9NYNNBRPQFvmsJ0zg5i7i1Mvnn64OvHN2vfv6z/Wlvf2Pi1ubW+tbO5tbO1ub21sbH56+fW2ved
X9+3vn388fbFp+eP3j+5/+Hx1JcnOZtvhHY/0H66v+/tnQN/faJ4u3x0uY3+A+zQyx76H7gjL+AU
iBqKz2MHRmtZ1okhX+/Pf78//+vp6q/Xd9de3V57tPTr7tzG3ZHNr7rrPy/8GBv9PjzwY7jvxwjh
G7HvWx/mGwrxGd79Cd71Ad75prf9Lbz9C6b7R1/vF1TXJ2TXF3TPF3TXV0znTzxsHWAKgvYgamMI
vT6KWhtG/xjA/AJfCEjQ74ACpo/gd4ZxIK3vsT5CHpYDfMduDWFAkU7Qm4MgZYO4TaohwDGpuzKI
WgfEA8SJiDUifK2ftAgBqdYIkPXgx78XWXxQ5HMQxsk/Qr7/nfXf9RepY0M+h746kC8w4NIC/hRp
atgaaYgOUP4rsu1zb/NHaM+Q+redNS/bKp42FUPE1+SsQEPjk6ZyYkfTI0GKJ8QHYiIh4ptcTUrM
lBNUrtlf4ZE6exIQz053nOX4kXOHD5w7sh8i/jT1pZNUbFRHGGmOAuLPHd/Pc5paEhDPef7WhbOq
vIx6guyaF8+bi3PbX+OzEePSv8jgKC2oznNeW4DV/CqXwRVWdY7TJvwsXtL8pU6a1W6qxbYynSGm
+BTX4VxfQpbnXHXUg46M241Ji1XR82VhSyVho5let5uTPk00fppufz/a8qq/9RG++0l/x6uR9s9z
8J93CO8WcE8mcQ/HiYsEzCQKjmltqS8pqSuryEnJCPbyjwwMiQgMMtHVUb8lG+jikB0VWhwfWZYY
WRgZWBDiG+tgGWllnO5iG29h6Kso4yYpYs7Hpcp4xoCLzU9WOtvCtNDGykVYSOvsWe2z57RPn3Hm
v1RqaVZhZRp6XcKBi9OKhc2Ugcmcjc2ahd2ejStKWj5bz8SK/aIj52U37isuXAKuvJfd+K44XRTw
FBJJVNdo9vIqtrZxugiNo/cSEIOCPKkjHyhx01dUKkDsRrAktHRB0A2FCGWtfHvXusCwMne/eA3j
PZT/2eOfEv/i/ccCOAYQX4El7k1tJfu+RzyhArk3Ih7a7+lvxP8ryGPIWz79E+Khu6zkygK+gyL1
arK74XkwZAEc2gkEKtIyk4B4aBkyBPl2KyAe34XF/WejZnB8anhsYmJ6dmJqemJ8YgiPhzc3oJqq
p/t6R3GIqUHC3OT44twC8B3ayW9pZXYGPDE6Pjq8PD+7ODM9Mz6yMju1NDM5MzY0MzmEBwEBix7r
x+Ha6jHVuYj8qOYYp3Ivg0SjG3F6Utk2qlm26pkO2rXhjk3xnhWhDiV+5iU+RmVeegVOajm2iimm
MsGqwv4KwoB4h6tc9hJctqIXrIQ5nKQuhWheTzRTyrDXaohyJVYk4ctAfvfrSg1E50Z1JQc2xXrV
RrtVRrrWxXsD32F5UdjSxIHaDJDfQbovD7QDvpf4WUP7h3gYl4U7wXIjEHmRDbGe5cEO5UH2Wc5G
/hrSTrLCxqIXb3EzK11haihj/muTDfj+11urv/u+84zn113W7dWDTxAsLXkRHaXpiNp8TGMxvq1y
GAb5PoHtGcOjl6fGnj24++71y48f3n/9+vXbj7VvP399+77++cuP9+8+vX71+tWzZy8eP3zx8N7T
uysPlmbvzE48mmt9P+/0dYF74+mxvz5QPJs79HTuEEjxuB4KWC7Fp17KxYZD9zoOrnZQjLRRvh08
9KDp1Bek+fPVyZd3Zt4+mP/wdOnLm9tfX93+/vL2zxer6x8qN7cZNr9mb7x6+PPR8o97i99W5r/O
z3waH3uJxTyGdT/q7lhpbZirrRwpzJkqylsoLbpTVf6ovuZJY82rzsY3HQ3vuxo/w9ugRXqBuUT4
dyLi22Dfz2H8rxHCxigoEO1x6yN9G3t9mD6Q1qE7uoPgHAue2QQF9fTxm0NYEuXwrUGAOxl6qKkC
3F8n1cYQ6tcAgB4OrCcdScr/LnAOTP8T2MnHP7Gd3IuHHP+t+d+L3BoivwSdD6J3BlC7A+gdImqT
NPsXateQ7uJ+QbZ+7G360Nv0HtbwprvmWWvZo4bC+zV5K2UZC0XJUzlxYxlRgHioHR/tDw9xb3a3
LLXUSFKXchLmkT1/iovuOMdJanba48D3M4cpOWiO8J+kuUh3nI3mMBPN4fNUh88fP8B98vhVtrO3
eJgUeRi1BFh1L7Nr87OaiHJZSfIaC7PpCTCZiHBqcp/XucRsLsGlL8isynFSg+OEgzhHtqVChbNK
nqVUS5AhMsF+KNeHmO09Whh4ty11tSkRxPmpyvCV6ujhDI/RXJ/XmJKvY60fRjreDnc9xXc+6299
OtD4eR62dpfwcYHwYgL/ZHxgkYCeRPcO9XaXZ6XnJyc1lBQVp6cVpaVlRCc6G1uZqGh4WVkm+Hll
RQSWJESmB3sk+9gVhHjk+7oUeDpm2JjG6avH66v5yFw14mJVZzhtyM7qKiqSpq+bZqjvIHRF+zyD
ITNjyE2pXBODbEPdMJnrFqxMhmfOmDMyWbOwWjOxePFdzlTVTpBTtWXldeYQcLnA78zJ68LN58J7
yYmXz/OKcLKaeru3d5W9g4eQuPMlQTf+K95XRL0ERXyvSASL3SDNkJIKEr8RLHEz9Lp8sLRikJxK
mplNQ1B4g3/YHsr/7PFPiX/y9l0REho0+R/EQyuRlSOhSU/Ad9J+T3uy//YdFKkd/38j/s+g+L8N
pIEqo3uvEZ/ZCa1BlktaSRgQX4rEliEw5QhMBRxTBcfUIfua0Pg2QHwfvhffjyQvYDA4gh8eI45O
AuJHJmbGp2ZHR8cGCHh0dweiuW4I1jqF6x3vx86MDi3Mggi/tLp6B9Ti4vLM1PTk0PD44ODq7Ozi
1OTi1MTy9OTt+ZmlqfGJkX5iH2oIhxlC9WIbK/uqc5H5kS2xztW+xmnmt1JMbhU4aqWYK0Tpy+S7
GzXFepQFWBd7m5R5GZa66eTZKuVaK6aZ3AxQEHSXvuQsyWstzGYjwmElxGYnzuWtIBJrrJDlqFMe
aNWbFYwpimlL9WtJ9oFlhnQl+9dHuEKI+1mVhTm1pgX15EQiC+P6SpP6ShOReVGNMZ5FPpYFXuag
8rzMykIcWlIDYHmRnZkhdbHgMuNU6GsVba7iKi/spSjuqiihL8YXYH3h51em3V+Xdt5Y//XG8E94
337CtXmf6a/bFLurFD+maDrzwjuKUnsrc1H1pejGKmxrPb6zBdfVhunpHCcS7iwtPn7w4PGjx8+e
vnj5+t2rNx8ePnq+uHh7Zhr8G52bn56dHhsf6OsbJRKmx4buDBW/GlHeXKTeXaLYfn5g9z3lt8cH
Hk0f+vWKEtl6YKxy3ycYBaKQYqmFYq5l/2zX0dfEozO1R2cbTKbR7dM41PIQ4e4k8e4M4eHcwJPF
UeD++5fJ69vH19b0v3+8/ePr2/VvHza/ftr69nXr69dfb958uX/v3eL8i6nx5+OjT4cGHmIxKx0d
C41NczU1Y0WFg1lpozkZC6WFj5vq3na3f0T0fMb0fsL0vscivhCxP4bxayOEnyO470OYL0Tkt36Q
prHbg7itgb4tImAUtzOE2xmEuvw/h/p+jeDXR/AbQ9CalFtEaDF6qEhdGpLyKNK3BBSAHigPZfk/
9S/i95Yl2FOeVNBNVNInAN//dGYgxEmtmH898zu8Q0+CH6GODWZ3CPyfxGwTEOvkjnwftEYxmfiP
8KYP8Ka3PfUvOyqfNpc+qM1fLc9aLE6dzk0Yz4weSYsYTA7DxwWiwr3bfewrbXXTNG+4ifPJs5yG
bquepOE9c5KZ5iggnvX4wYt0VNy0xwDxLHTQ4nTnjx3gPHFUgvXMLR5mJV5G7ctsOgJs2vxsBkLQ
GmRGwuyGQuyGV9i1eJn0+FnNxDmNhdm1ec8B4m1EWMF/FEU2t/IspRv8dDojzAkZ7sN5vkO5vot1
scsN8Yv1cTOVEct1sZPFQYQUl9t1CZ8HGt8Pt70cbH1JbH/e3/SU2PB2smv93uCX5YF3swNPRnFL
RNQsDtnf3dZUUlibn9NZXdFSWlCTm1WTW+xmZm2upultZRXkaBfiZJcS6F2VHledFl4Y5pXsaBGh
pxGjp+EhJW4nzGcnxGfGe0GL4awe43l9JkYzzguJOtqpRoae1yQ8xYVTtdVzjfVB5RnrR8recOXj
tWVjszh/3oqRKVRMMlFWyV9AzIn1ohMrnwsHnxMHt+MFLreLlwJExWLlbsUpKEbJymVo66Zr6wdc
vebCz+8ucNlXSMRfSCLwiqT/FclA0evA+kBR6SAQ56/KBV67FSKrmqxnVuMbvIfyP3v8U+LvPH9Z
1Uf8PS7+N/HofnD8M6mVnOJLAe6o/yAeAzVq/s++/2tE/P8gHrrR+pv4jE5YZmdPVmdPdicsvxte
DK1egKlEYKtJKwnXI/saUThAfDeOACdt+YSGiB/GD48OjE4A38emZscnpgaIRGRPJ6K9qR/WNorq
GuuDTw8TF6YnF+ehPvz8whJU8wvzMzPzY+Ozw8PzY6OLE2Ors1PL0xN352fBxaAfh5oaGZwZIuI6
m1G1xZiKdFhuaEeSe6W3YYaVIiA+3UIxUkvSX0kkxUq9JdajxNe8yN2g0tuo3E0nx+JWvpVihskt
7xt8tsIXHMS5TS4xWl5htRFl95S9HKErk2yhUuRl0pXqiyqIaEvza0jw7M4M7kwLqA1zqgy0y/c0
zfU2q4vz7M6JgOdHo4ri0IVxiNzI1gRvoH+Rt0WOi2Guu3FZkG1jvHdHRnBrWmBDok9tjEd5iGO6
i2GYkbyHspi7vIi3mpSX7pWWUra/tpk2vwmsPTPYfqkG+f6MZ/sx+9bdEwB3QDyoXxNHx4tVatJj
m/LSWopyWkqLumpq4M0tyI5ODKy3H9M3Pzlz//a9B/cfPbj/+O69x8sr92bnVhcXobq9evfJwyev
nr54/fzF8ydPXq12fMeLf8XSbc0f2F2mmIQfX39JufueoqPy4KdHlD8e0bfl0z1p3deQSfGwa990
0xFcNdUbPDWs+MBiGd9MT+EgHEGE9fY1NxPbm8aRXTN45Gw/ZnG0+d1b2fUd6jcvUp/eu/3m6ZMv
b99ufP+5u7W1tfHr1/fPPz+///np/fq3T5s/vvz6+P7rsydvl5eeTo4/HCI+IeKe4DEP4LB73V33
ujput7XM19cu1NXcb2l6Dut6j0F8xqG/ETA/8OgfeNR3HOorAb020Lc+CBI9bmuYNIpmELvej/6G
R/wkoNaJmK0B7BYRs0lAbECrz0P3SMlhHFJ+CCJ+cwSzOQw+BLE2QPKdfEIu0kyuP8Np/txrBdD/
IZ5cZM3/mA4RT4r5fyL/Nnj/IArK8uBiQ4CDT/uB6/6K7fxC2grxE7wZuvXa2/i2u+5le/WzlrJH
9cV3KnOXSzPmClIms+PHMmKGUyOJCaHoCN/uQKcaR4N0LRkPCX5l1nOcNMcYqI/yMdBznKI+d4SS
5dgBHjoqTpojLFQHmGgPk4nnoD0sxnxKHhDPw6gtwAZSvCYfs74gm6kYl7EIu74gqwFw/yKzvgCr
hQS35VUeo8usGhwnLa8wJxveyLeUy7O8Ue2p0RxkiE5yJGZ5DWR7T5eFLdXH3WlKArXanLRQHzuY
7T1VEPyqt+T9YMvr4dY3Q60v+pueERpfDLZ9XcB9Wx74tEB8MYFdJSLujODHUT3wxlqgfGt5cXdN
eUtJYWVWlpuFhYOBASA+xMnJzdjY1dAwytW5ozCjMMwvyFDLUfpquLa6ARe7KgO9JtM5Ey52XWYG
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
8XT7TvpXGPvTNsbvPQe/9lCO1B3ZWTr8aXLfEPzgxqsD0xhaEOQ/PqSICaZ81H6kKPVgTeah91j6
mnyKjXnK3HiKrbqTm68mNzY2N9Y31ze2fv5a//bt++ePnz++/fDhzYdPbz6/e8fy9v2R0enYl6+i
798LQ8OKKvPzCzPTS3Oz64qLOioq4XX1+Pb2iT7s6vTkk7srb54/+vr53frWz83tX5ubPzd/ftv8
/mXz++fNH5/XwWXgw+tvzx5/urPyYXHu09zM5+nJj6MjHwaJHwdwH/sxH/sQn1A939CwNSxsHdv7
CwvbwPZsYXu2CfAdInIL0Izr+oXrWO/v+tNsIftL7q1DcX4YDbI8qVDrfyMevHnvqkA6Id8mBce9
DyEV+TPJBX6E0jppxCT5VXBCJn4d3wtNc8WCiw34ZgCI7/4KlMeSoEe1f0K0foA1ve2se9W2R/yD
2kIQ5JdKMmbzk6dyEsYzY4dSIrAxAV1BTrXOhln68n7XhTQuMPHSHT979CDbKWruM3QgwjMd2c9B
e5Sd9ggb7WE2uiOAeEZwAaA9Is5Mr8DLrHqRGRCvK8Cmyn3e8tolW2l+Hf7zmhfPWV+7ZCLErc3L
bCbObXONX4+PRZ3tlBYbHfiPothWKUlHuMJVuSvCtCPMBJVgD4gnZnqMFwXOFIfOl0csNife6829
15YxWxgxXRi+2p75cqDq/XD9u4HGN8S2l/0dzwkdL4c6P84gPs1jHw31PhhC3h3CjiE6Wktyy9Pi
20rzOyqLKrJTkkMDAPEJAYHuZpb6skpG8uoaEjdctHXzgoOqYyIKfD2CtFSVz59TPnPWmIvb/aqY
5UUuW76LTgL8mqdOaZ05bcrOkaihWW5lGXL9ujY1jSn9GZOT9M7snHmaWtkamsZnz0bdkMlW1/K7
LOTJc8mFjTuIXzhDXiVXTSte6qY//xUHZnYbBmZbRlZ7JnYHlguO7Ny+AlcS5eRLjUxKjU3iZBX8
rkj4Xhb1uywaKCgeKnwtTEQqVFQ6TEI2/Lp8uLRimLTiHsr/7PH/0KiB1i34e6OGNGiy4vd+rX+g
h0L9H+JR+CKo9kbU/J144Pvfgvwe8Tlk4n83ajK7AfFwQPzvIL/XqIGI7/k34msRfU0oQhu2HxBP
9p3cpekbgogfnZqZmJwcI+AI8G5UW8NAb9sIBjbUhxwbJI6PDs9OTywtLiwtrywsrS6t3l29fWcJ
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
d9uyH8KLnqKLH3RnzldFLFSE321MfoMp+zjY8H6o6Rm+7u1w6/uxzs/Tvd/mcE/6exZQbXdHsIsE
+EIfbKC1tjInPcDJwd3SMiUkIsE/xMXIzEJJ4zoHtwQzm46YSLyTtZeWQrqzZaGHY4KxvulFXuVT
dFoMZ41ZmTVPnTJlZrFm5zA4fdaakzNORTlDWydeQTFJXjFBRi72xs0UZZUaW+tWN8cUZXnnC+xm
p+jNT9IH8guGiYg7MbLanmKwO3XenlQOJxmd6Jmdz7A6nYHivDMjmwszhxsbpxsHtxsnrwfPJV9+
IRDhk28p5ahr52nqpatoxMspxcoqRt1QCLv+30nxC4+e1OAGykGE/3fiy/834iHlySNq9hrxQHly
l+bfiCf5Tr7XShoOT/YdBnxHkWc8ZXT1pnXCUn4XifgeEvG9EPF7KR5TBTVqMPVoXBOW0NnXjyIM
YgeGsUPDuOFhwtBAPx6LR8CIiO4RbO8wthdE+JF+3Mz42AK0OsH8NKT89PzszPL8zO25qXtz4w/m
Ru9NDa4MoZfx3auE7tvgiO1YQjYt9NYtIRoWEY2T3TVTXZVTrUWTDVnE4ihYomuVj26ho3KBo2qm
lWK4uliQsrC33KU4A+kKL8NiN51iT4McB/VYQ+lEU9lsW7V0SyWfW/x2oqzWwhxuMgKxpopVIXbt
KSCeu1aH2TTGONeHOdQF25V5m2baamQ7aFb7W7RHObdGOVcH25UHWpcH21SE2pWH2NSE2VcGWeW7
6mfYaOY465f4W1aE2JGJbyH1asBJQ5R7gqWmu4JYsK5cpotxeZhTfZJ/d0nK3UH/X/cUdhYZd8cp
ycRDyo8d2MEd3mk6tNNOvTPxr3E1uzMHv1YcfJjM92kR/nfi//PmKiT82u3d5ctbRIo3MUcA8W9i
Dr9t2+9sThHmdGgw+2hcKGVMyL6YiH2ovFM15WyYHur49n0xPUdYFvadvENBfY+L6sHFA2vXKXbl
KP7KpfirkvoDat/XyROr4/uniBRfyig2cqh3nM7tWl/Z9bm5bWq9HmT1sl7/WV3dL9yH3Y9j90JD
W09olh08N36KbVVQvl8nEGXVTJDK66Hxq6aIbjqd0C2V0WreUBrZlZfVmJlakhhbGB9dmhRfkZpS
mZ5WmZFRnZVTn1fQXFzcWlrWVlbeXVODamnprq1tq6yszS+ozs5pLCzqrqxC1jdiWlrQba19PZ0D
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
DFtQzIGT/ZQNlEdq+ajKhU/l0JzJOMQbSXvDlkXGgUvC76KgK7+wmdB1leuyajd0NZUtdDXtDLSd
jfQ8TY38rCziPdxS3B3sZa+aCPOZiQloXuJQ4mLU5GM3F7rkIinqJSXuIS0cqiSVoqeSoqucYqia
ZqVVHujQFOPd4OfS4ufU6euI8HdGBbj2+Dp3eDm2uNu1uFg3OlnWO1pWO1hW2FsW21rkW5rmWZrn
WNtk29pmO9pnuzvnBXoVx4SUJEWUJcVUJafUZ2Q15+c35Rc05RW0FZX0lFcjahpQDc3Yto4BFGpy
aGB2YnhubHBhYvjO/NTT24svH6y+frz6YnX69fLE2+Xx5zPEO3jYfGfjZGPlUHl+X3YKLD6iKyyw
PdC73supwtW6yN60zMmy0delLdCrJ9QPnxRJSIuFRQc3uNska8tZivPynKY+tI9y/759Bygoj1BQ
0B7cx0x7+MKJQ1wnDl88RcVNd5yX7pjw6eNi52hk2AHxTJLnaGWY6eXYTssyn9TkPWcgxA4iPLBe
k/e8Hj+TsSCz+RUOK0EOOyGW0Ft8uSYyWQZSsSqC6fpi1e6q1R5qla6K1W5KNW7KFc4KnWEmI3m+
U+XBo0W++Azn/nRXYpbXWHHYUmPmUkveTFPmQlvW3Z6C1ZasxZrkldqk5er4Ow3JT3tLXxGan/c3
3EMVrvbkPO6rejHcOYeob85OTPbyKIgKay3KK01N9Le38bOzq87MqUxJTXRzirG3yPd3zfW0b48L
aY8KcpUUNWRncRe+4i8hrnfmtAkrY7SaYpymcraxXuStm2bnGBzZLjgxshkfpdU/cMz4MA0gXnvf
UZ0jR4MvX8lTVbc/z2xDfy744mXXc8xmh6lMDh01P0bteua8BwOLPd1p6+MnrKlO2VCftqM963CC
wekkozM9k8tZFncGdi9mLl82Xv8LfAGclwK4+AO4BAJ5LgfzCYXwi4IgH3blv0P87IPHlX2Dfye+
DER4iHhQ/yfiCUWgyMNpyMRD4yb/x+oFf4bG/wfxPRDxkPJd8Mz2ntxOWAkcXY7uK0Gg87thBV2w
coh4ZG0PsgaOrEWimjEYGBaPQeMQXV3tjbWwtvpBdOdkX/cMun0e3rLYU3+np/xOd8l8U9ZMXfJM
TeJYSRQxJ5iYHUjM9sNl+mLSfXqTPVtjXRqjnOtBxbg3J/q1Jvu3JPq2Jfh0JQfA04O7k30bo13q
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
wephQCNwoPAAdwC3tIWGqgbV7r9A1zRQ0bDUUDXXBZ9RM1FRtddUdtJXdDRRNjdU09Lcf81fh666
urWmqruavJ+CeKiCWIyyVJSSRKyadJqxRoG9CcHRvMLbvirQOcfZpCjIuTM5pj89fiQ9biIjbioT
MZ2bMJ2fOInFjOYhR7Pho5nw0bT40eS44YToQXj4QExwf6RfV7BHW5B7S6Brnbd9hZtVqbM53s4k
x9Ysw8oszdIi3tAo2twiwMIiwNExLyWppbqyApdXnpNVh8dW5+WU52RW4fPK87IKk9H5GER+EhKf
hiGkYwgpCVhUfB4mLjcppiADWZGf0lqaN9JWdWWw4+pYzxVi01x75WxzyVQ9frQ8sysP3pAcXJ8Q
0IIJbY4PLPOzRxqr6PIwMzHSgrLDoLQQKPhfmgO0tMyHGPlOHJJiORjgyBDkdlDs3Alp5uNyLCfV
uZhVWE9psJ/RYj+jfPaIqQCroxSXmeB5fc7T5oLU8z3f2T2lOcNUhRONpbKtpNONRZP1hOCaPBV+
Om3xlnVhJhW+WtX+2rV78ya7EQ57S58ipgtCpnEhIPFzRTFzxYjF6rQbTdilhrzlpvybrQXPSFV3
W3HXqlPuNKTcrcc8ast+Rix+Qip9RCx91Ff2qK/82WjDq7muW0MtpDI8AR1fkpLQVV5SlZMdaOdg
qaoR7+6Ji47MDvHLDvTM9nWuiPTHezvH6WmgjXVTzAzi1RT9RQT8JYTTrU074JFlni4BQvwuTGcs
DxywpGOwpT9gR3/QhpbRhvaAGYzO+tDhZHmFejuHGH6hKC4Bz+NnHRmPONIf8j5+KoyFPeAMs9uh
Y66HjnkcOelx5JTn0TPeJ35fbvU/y+Z/7kLgeY4QNu5wdt594kHf4wXEwMDBFg8SLyKDEP3fEP/o
zTuwZZePTZeNToLZJ778N/G/ff+/xJdSb+U6WToyVbo3Y/L/hXg8kTop/q+xeOqMyV4SSHxed18e
SDyY7r787j58L7GY2F8xMFw5MFzVP1RPGmrqH2wdHOoYHu4dHurv7+9ra+uur9rfLnhuqHOhv/l6
X92NzrJrjdirdZmL1amXKzCzxcjJwvhxXPxIXhwxI6IzNaQzLaw7J7YjK7YTixooz7rYVHSxqWS8
oXisrvBiHX6wJL0lPboS7lsZ51UT71Uf694Q794Q51wdYVMebFboY5DrrIkykUAYi2XYq+Y462Q5
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
9wfpp+hIUm4yJjOZUpLTmByJyYxrTgwr8XUpcHcs8XTLtrWL1NAqsHMosrNP1tfPMDFJNjRMMNAr
dnNGRoTVB/pX+/nWhATkujlG6GknGRmmGBpHqWrFaegmauolgq2abryyVpyyJhwVzQRVzQRl9YRj
aglKKvFHj8UcPhJ58FDE/oPh+w6E790ftnd/+J4D4XsORuw9GLn/cNRBpc8o/7vXv27xF0GL7/nv
xCPEf+Vv4v+q8P9JPMg/iP9T+eUFajpAYOKFkqVrrfAoTSNP2MTlN7G5aA6PzGESCS341hoasZXF
YTD4XIaATeWzqQIOp7Nd2Nsn6RvsHh4bPDF+8vSZkyODnWwCoz6PXhpPzQ3GJrnVBRoXOynn2x3L
s1PNt9eoD7Cq8DKK0NoZovJ7wLHf87wsyDUFbEJrh5DTLuByKEQBhUhvqmlIiygOtM/2tMj0tMzx
tin0syvysyv0scvzsUl3M4231U2y1890Nkm3N4gxUY00UooyPhZheDTcUBEQH6B9ACRIVyFQR8Ff
66C/5sFAbYVQPUVf1b0+qntDQIvX3u+vstt6z286v/948Psvd3+/bteG9Qrfr/Pat63BShftoNPq
ZYAKtsZHuzEyAgnJ3tgED3SCOyMvhJ0f0hxuXe6sWemgXmimCIp8nZt+lqECID5efXes6o44tV0x
ytsydffX2qrjPI0pgdZYXzMMIN7DkOBpTPA1I/iYYT2NkS76zc56La6GIAh3w2Y3w2Zn/VYXQ6yP
JSHEgRbtzk3wEaeHdOVF9xcnjlTAxI835J9tKryALL2ELAe53FL5eYgGBFR4VPU1EHT1DQxMPCjy
IHfgNNzD1T/A1y/7/mcaH+AQYHsfV38PW3sH1HxU9e2W5VSBAPRh4lEw8f8MUB4QfwtTexsH+nLD
NVTtdXTddWzDFUztJVTNxdaai6ia86jqs61VIKeQlWPNFWPNYFt1HFE13FA5BJpyQzXYgozUV4w2
lI/Uly0pDxM/WAPcLxyoKR6oKemvKR2oKx+orxxsqBpurDgOjhwtVePo2nOYunOY+nPourOo2rMt
1ReWBmduYBpuoZtuoZpuoppuYRG38C13iPDl1mccQLx4rq9XOnZcdm5cduWS7MZ12e2bsjs3ZXdv
yW5dl127sHju5Ouhnlsc+mVM+aMG+9nab2dHvpq7vA6etDMOLZxZDXAHyi9cWSW7A82Nr5mlf7PA
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
e/RQ+mhSOnlfdv+W7NY12ZXzi2fGFo73zQ12zA+0SQckIOAvAqx/3yN428V73cl7BdID53U3nFfd
3FedHJCXHezXHdyZTv6bDu7rdvj+r6UZRKxXEsYLIe05j/yCS3zBxoOfM1B+ioF6TG+ZpMAXRe7i
G29iaq+1Vl5oKjlVmz9Uki5Mi8qyN93983dfrlzx1arVX69a+d3aVRvWrv5u9ap1KwHxcivl5VbI
y63/Ys3P33/zw1dffr1K/ucv18DEb1iv8vN6+32/RWofAsRHqW1HBK0BLV6Gg+bwkOwMJL0OfboN
tZdBH/hwkT9buZ0eqU2Nsqjz1EnS31/hadQUYpNofCjbRrnG27DR3yjP+nCdl3atk3KDkzI5wlyY
68XJcqcm2/My3dgpTrgwY17sz1er5T+w5KRCOVnv5yu3srGVstO/ys4st/jt0tPfLpz6YXrI+7KY
dJaPuygh3+zn3T8uudrDOsnDneLhz0koYxz0cTbqcicTfGqij3W9h3arn35vkHGjHX2OVnqemHeT
XTbVg3o5xrgibOU3FeHKcmsz4uqyEiSE5hMSZhulhdlaXVuQnpUQkZccU5WfWZKdDHCvLcnOS42N
CfULD/QJD/QLC/APDQwMDw6KCA4M8fcJ9Pf29nJzc7V3crSwsjQwNtI20NfU1dHQ1lTX1tTQ1lLX
09Y00tM21NHS01TTVlXWVVe1MTX+jPK/e/1b4iWnzv9zxuTf+Qfx/+E7CCD+n8r/PxJfK4JbfJNA
iOTxsTw+icensNhUEo7cWMqqze7Dlg3hSnrqU/ur4vrKIsR5vpw0F2qcDSXBgZHtx61MELcUSigI
CRvfJWEP9nX29vd0dnf39vePjo0NDA52dHYMDPQPDfT39XQP9vcO9nb3d3X0ithcVH1zRlyBn1Ou
t015mHN1qFOlr22pO7DbuAoQ7wsEN672N2oIMUdGWCPCbEGFB6bX+FuAVPqYgi2o8xXephnWahHa
e2P0DyYYH0k0OZrnqFPqYZJjrxOisd9baWeUsWqg7jHTXZv1tv6i+usGld9+AsTv2bD+0Kbv1Lb/
orf3D/1dv2lt+VHrt+9tD2yNt9JuiHTlFEW31aT0txR0NuYIS+KEeWG0eDduipc4M0CcFcRPDxRk
hkgK44UFcfQUf0K0Cy7CHuVvjvIxIwTaEAItCYEW5BArSqAFJcCcHmBO8zOl+ZiQA0ypodag1IMi
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
XroPLd4VH2FPS/Rip/jQE9xRQZbNviaYYCtGggcryYMS7cQAlAfbEX0tCwwPA+K5sR7iBC9+tDMn
wo4TYcuOsGVF2jEj7VkxjpwEV3YCKPJerAR/VlIgKzmAA44cqQH81ABRWpA4K1ScG9GeHwUq/FBF
CshoVdrSQ7qXngrSUnyptfQisvQz8c0w8dcRxUD5ZeiB77dRFXfQoL/DAzh30CDVd1A1gNQ7qHoQ
AP3SCvLw0/6WfG+ZIjU/JTTBz/BbCrD+GaHpGb4BZApXP4UDO+DDJvDmNLH5JRn1koIG2+cU1Es6
Fh6s55BeswivmIQZLgX0+rdc2gyHNsOFb5h6ySK9YMJ5RsM/IqMfEFvu4hA3Ae7N1VfqS89V5Z0s
zRwryRwrzj5RkguIv97ScJeAmaSRnrGZb4SCj+3t8z09i0MD0hOjsvGTsnOnZRfGF4Hyo4Nve7ve
dLa/64aH4OeHBxaPD0vHRmTgy06ekJ4+tTg+vnjuvBQQf+Wa9Nr1ZeWld27J7t+GZ9HA8ybvSSfv
L07eW3x8X/b0vmzytuzONdnV8+AQ8r6/86WY/ZhNmOLgZyTUj13s+X7+woBomXjZ8U7ZWJd0rGvx
+J8BRX6oHWRxqB2++Wtp8uiy8rNdgtlO/jsJa0ZA+wfx4Pja+BAH/jkqwYnXxbr88crM0aKktrTw
DFvD/T9v+G71ml/Wr//tuy9//e7/ou2uw9rKFjbQn5m6u7dUcC1uBUpxd3d3CRI0EEI8EIgbGpwA
SUggwd2hpS11n8q0M3PGfdrOuWtDZ45833fv3D9OnvfZz4ammU6H+e13r7322jtO7dulsH/Pid3b
d2/+GMj+0d8+/vhv0M72j/+2b/Pm49t3gBJjcOqwhcJBW4X9QVoKMfqKIWrHo/XOJRqfrfbeN4vY
+WXfR1+Nf7TI2xN7STNI+0TuFQ1GiDUryKI+yo6f6EINtiQFWKG9zZGepsx4T5yfVaGdFsHbFO9h
iPe8yIm2ooWbs2KvtMG9O/J9W7O8GpJd2NE2DYmODYl2NXGXO3Lc7naYv7tx/h+3zn3I2tnfbyq8
u37u69mUr2Z6vl+UfD7V/nqi+fOptlcjfFDJ7/Uw73TS1tqqb7dVPepmPOphPehhPe2r/2y848vZ
rq/mu/4+0/n3qU7Q3L+Z7fp6pvPVYN3jXsYLOffLqZav5wU/XJd/c23ozqBgsqtBwueIm7miRiav
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
xjpwKAWkpqKjrqapck1L7ZqulpoeTB1aRgnTMAJjO011Iw01c7jWTW0tKz04GAfYXezu7WQA9zPT
SXG8gfN3IAQ54gLsMzysYm1N4x0sMtyhemQlYe7FYW5kYFDA0NPHOtfDEg8QH2BTDhAf5VoV7lAX
49Kb5j+UHTyGDRsnRYupCBktW0ZD8ykpvRkhvajQPlTIGDZcSEkUUJKGseF8wOtOympX0XpPqaQq
tycroj7OqyLYPt/ZmORiyghz7U0N7s/wHckK5GSHjKQFiPLjBYWJax3ktZ7ClTbCLrN0j1m2P1Rx
zmt8JGj/cKrn6dzgk5ne41HGSlvhZAmyFxXcnRowhomeLstYaMIvNOFmarPn63MXG7BLDbjlepy8
Jnu2Mk1By1qhoRcrMwSkOGlF+lZv8cZAibw1T96AkZQhx7HhnNw7k8QYcUnSdHmKoiFnp7fgYLDk
ZKRstQUjoSbOUZNX6nN3h6vel3Q/XRj6ZGHwgaD1hFX7iNv8bGbgC/nwc8Xo2w3+N5v8t5u8Z3Lm
F4tDr1fHX69OfrUhfrbCf7w4/mxd9Eg2+kA6/GSR+7GS/3Rd8PJg7uWB9JtT+Zebwudbom9PZF9v
8O5z6PdHyh5zq1/NtL2c73m+MPink7lfnuz84Z7iHZR/W/xWxP+3//Fv//3f/v3HX/7yhx9/fvun
H7//+Z9++eu//tu//8+f//Iv3/7489d//NMf/vTTT//8F3DZP/+Xv373E3QG6Puf/vyXv/7rv/z1
v/7w85/f/vGHt9//8Mcff/zll1/++te//vnnH//4zdffvn7+7asvf/zmq7/8+P0/f/f1Dy+efvP0
vbcfP/zu849+/ubVT9+8/ubZxy/ev//84dnrjx5+//zZj29e/fDyy6+fPvnivYefPTz/8qP3v/78
0zfPPnnx+L3P3zt7/v7Z26cPv3v+8dtnH37x8Oijg5UPdxVPT9ZffXj35fvnT092H6zJTxenjxel
n9w9+P7lsx/ePH/y3r3TnZXz/dUnD8+++vLZ6y+fvX/35P7B1sePTh8/PHv8/oPPPnn8yQfvP3l4
fr6zcbQ0B+7wwc7Ko82lo3nxpnBsW8w+mBOcKKTgnofzUztT3M1J1hp/ZFM8vibkLnBZAmb3WHvj
aFuDcKh/foIzx2Nz+7r6Gmg9ddWD7Q384b4ZPmdBPAmOorFhPmtQJprcWJxXTIvG+7uH2hpHOppY
XS2c3nZefwezqZZRRConYKopREYllV5dQS0twuTmJiYmxsfH5+XllVFLSyiFBGxuBRGrHKw/nhp6
qBA8WOQfiZkbrAZZK0XSTAG94Aa7/VQ8uD/eruyrXBuoOeD3nElYJ9OsXW7PUjdtsb1im91xJBwC
2uF2L/cx5ptLN4eajgXMs+nRU/HwPqdzpat6g9lwyO8/m2adTrEOeH2rfYyljqqd0XZw2Ylo6HCi
b3OwUdFM3R5qPhUw70vZ59PsY27/Rk/dNrPpdIIJXt6fZp/wB7YG6te6anZHWo54PYcTvdus1sXW
clE5dqauaKmLruyrX+6myxpL+EXZwhL0bC1Z0VK21FI+X1sgKEDx8hCiouw5GnmeUTRTQ+KTM1no
eA4uZaoMN0svAGeEReiR3AQWJnGiMFNcgRdXEvhF6GF03BA6lo1NEBRni8ux4MjGJYxkQ/OuAgpq
qhL0hXhhSRYnL4mTlzhRgJwqz5VW46eoaF5+Mg9K1KROl+XM1uRJKjAT5NRxYsooPoFNTOYUIEdJ
qX3ZUQ3xPkXBrlmeTjGOdh4W5uZ6enoamgYwLR014K/h5qbGpkbAZ6sZwTWNYOq3DLS9bC1D3eyC
bhsH3jIMuWUcamUaaW8Z7WbrY2ViZwhzNTV2NjG0M9CzMdQHmDZUV7HQ07mpr6OvpWmkDTM3NDCA
w+DqqnB1NR1NdTBQMNSDG+hqGeho6cM19TTVLvI2MKgngGmawbVuwLVsjQzsjQ0cjQ2gzI8hPMbK
KAeMI30dCX7OoJFodzPO1gLhZIX1sS+J9CGHuOV62WC87cBL0MB6WZH8b5eE2FVHu9CiXWpjnZuT
3Lsz/PvRQYO40DFSNL84SVyRISzLGM2P7wF2KjNknBTPL07hFaUIyjMk9NylDspyZ9Fqb+l6b4m0
Ft2PDaPFuJC9zfEuRiX+Vo0JHm0Iz8HsoBF0SB/SdxQTMUFJWu4okLcS5urQm72U3QHqdj/1eIxx
n9/yYLLtoaD9o9neuxNNyu5iQTlqEBfVmRE4gA6drsiUNeDEwKdXZy425Sma8pStxOXGvCkqEioX
XJ0pr8iYL0ubwEdJqWmHzIqFVoKgKkNWj5FWpnNwkRxcBDc/mk2MGi+IkdVl7w9Rz7i0s/Gard6C
OVr6FDVRRs/aYpa/N931VDH8kazvgbDtnNf0aKLlI3H30znmUxnz+dLoV2vcN+u8F8ujn8mZzxaH
v1jlPt8SfqIc/2Rt/ImS8/4i6/7c0AcKzpNV4dMN8ZvTxZeHsu8frn59uvjF9jRg/R92hfd5dffH
Kt/jVH0iqP9Kwfx0tvfrbcG/fLzzxwfL76D82+K3Iv4qruIqruIq/r+LK8RfxVVcxVX8buMK8Vdx
FVdxFb/buEL8VVzFVVzF7zauEH8VV3EVV/G7jSvEX8VVXMVV/G7jCvFXcRVXcRW/27hC/FVcxVVc
xe80/tf/+t/bkCyF/Qzc7AAAAABJRU5ErkJggg==
"
id="image5587"
x="0"
y="0" />
</svg>
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
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="http://www.behold.cc/"
style="width: 100%; height: 350px;
margin-top: -5px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="http://www.bing.com/?scope=images&FORM=HDRSC2"
style="width: 100%; height: 350px;
margin-top: -25px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="http://www.dogpile.com/?qc=images"
style="width: 100%; height: 350px;
margin-top: -5px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="http://www.everystockphoto.com/"
style="width: 100%; height: 350px;
margin-top: -5px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="https://ixquick.com/#"
style="width: 100%; height: 350px;
margin-top: -5px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="position:relative;">
<div style="position: absolute; border: 0px; width: 100%; top:0px;">
<div style="overflow:hidden;">
<iframe src="https://www.startpage.com/do/metasearch.pl" scrolling="no" style="width: 100%; height: 350px; margin-top: -5px; border: 0px; ">
</iframe>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="http://www.veezzle.com/"
style="width: 100%; height: 350px;
margin-top: -5px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="https://se.images.search.yahoo.com/"
style="width: 100%; height: 350px;
margin-top: -25px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="https://www.yandex.com/images/?uinfo=sw-1366-sh-768-ww-1366-wh-653-pd-1-wp-16x9_1366x768"
style="width: 100%; height: 350px;
margin-top: -5px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="position:relative;"><div style="position: absolute; width: 100%; top:0px;">
<iframe src="http://www.zoo.com/search/images?q="
style="width: 100%; height: 350px;
margin-top: -5px;
border: 0px;
overflow-x:hidden;
overflow-y:auto; ">
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
In edit view, the Type field has a small dustbin next to it. E.g the search field has an X next to it.
The X is itself also used inconsistently; for View mode it has yet another meaning.
Yeah... nitpicks.
With [[Infrastructure]], in the TW project context, I refer to implementations or social constructs that //enable// or //simplify// the development or propagation of the [[TW project|The TW Project]], both the software and the technological and social context in which exists. This includes systems, tools, setups, 3d part software "integration adaptors", workflows, organizational structures, communication channels and even community practices and group behaviours, etc.
<<box "{{Infrastructure}}">>
''Community''<br>
@@color:grey;font-style:italic; matters on facilitating community formation@@<br>
<<twistify "[all[shadows+tiddlers]tag[Community]] -[has[draft.of]] +[!sort[recent]]">>
''TW dev''<br>
@@color:grey;font-style:italic; infrastructure matters for dev of the software@@<br>
<<twistify "[all[shadows+tiddlers]tag[TWdev]] -[has[draft.of]] +[!sort[recent]]">>
''tw.com''<br>
@@color:grey;font-style:italic; in its role as the shopfront and resource site@@<br>
<<twistify "[all[shadows+tiddlers]tag[tw.com]] -[has[draft.of]] +[!sort[recent]]">>
''User Help''<br>
@@color:grey;font-style:italic; Infra' for docs and user help@@<br>
<<twistify "[all[shadows+tiddlers]tag[Documentation]] [all[shadows+tiddlers]tag[UserHelp]] -[has[draft.of]] +[!sort[recent]]">>
''General'' infra' issues<br>
@@color:grey;font-style:italic; (there are currently no published articles for this)@@<br>
<<twistify "[all[shadows+tiddlers]tag[Infrastructure]] -[has[draft.of]] +[!sort[recent]]">>
<p>''Appetizer ~TiddlyWikis'' are TW applications intended to function as entrance points to TW in cases where //users are not intrested in TW per se//. Instead, the user is looking to solve a specific need and the appetizer TW is designed to address this. This could be a [[Grocery list]] or a tool for [[Geneaology]]. From "our" view, Appetizer TWs serve as a //marketing tool// to attract people to the [[TW project|The TW Project]].<br><br>''See also'': [[Designing effective Appetizer TiddlyWikis]]</p>
[[FOSWiki|http://www.foswiki.org]] (another "Free and Open Source Wiki") has a website containing containing, among other things, the following [[list|http://www.foswiki.org/System/WebHome]] :
''Presentations and tutorials''
*1 minute introduction - what is it?
*15 minute presentation - how do I use it?
*20 minute walkthrough - please hold my hand.
*Frequently Asked Questions
Pretty good IMO. They are text but/and we could use the same idea with videos.
[[Product|http://en.wikipedia.org/wiki/Product_%28business%29]]
In marketing, a product is anything that can be offered to a market that might satisfy a want or need. In retailing, products are called merchandise. [...]
In economics and commerce, products belong to a broader category of ''goods''.[...]
A related concept is that of a ''subproduct'', a secondary but useful result of a production process.
This is a generic ApplicationCategory where it should be easy to identify and create [[Appetizer TiddlyWikis]].
''Note: Lists as opposed to Databases:''<br>
{{Lists vs Databases}}
''Thanks go to'' //Lifehack.org// and their article [[12 Lists That Help You Get Things Done|http://www.lifehack.org/articles/productivity/12-lists-that-help-you-get-things-done.html]] that identified a few of the list applications I didn't think of myself. BTW, as a software tool for lists, that that page even suggests... TW !
Lists are a biggie in TW. We need some way to set the number of columns the result should show in. Perhaps also some conditional "for every new n-tuple, begin new column"
Maybe as paramter in the list command? Or as some kind of styling?
Long lists look bad and are distracting.
A [[list|List Applications]] is, in the context of applications for TW, an entity in itself. I.e you need the whole list for it to make full sense. Examples include //parts lists// or //grocery lists// or //reference lists//.<br><br>A [[database|Application DB]] can of course list things, but here the individual item is the entity of value. An example could be a database over your books.<br><br>There is reason to differentiate between these when discussing development of //applications// for TW, particularly [[Appetizer TiddlyWikis]], because a list is about //content// whereas a database is (probably) more concerned with //structure//. If the purpose is to "make" people into actual TW users and community members, it is important to consider that the way lists and databases are used is substantially different.
In a [[discussion|https://groups.google.com/d/msg/tiddlywiki/S8ieFgmorkw/hK3dj_J91OEJ]], [[@EricShulman]] explains how to ....
```
[...] do *both* embedded and local images... without any need for setting "_canonical_uri":
1) place your image files in a local sub-folder called "images/"
2) drag and drop the files into your TiddlyWiki to make base64-encoded binary tiddlers (the image filenames will be the tiddler titles)
3) rename each binary tiddler to add "images/" to the beginning of each title
4) use "[img[images/filename.ext]]" syntax to embed the images in your content
Because the images are stored as tiddlers, the [img[images/...]] syntax will display the internal base64-encoded images. However, if the document starts to get too big, you can always just *delete* some or all of the images tiddlers... the embedded [img[images/...]] will then simply use the external, local image files instead, without having to change your content.
Note that the "images/" prefix on the tiddler names is simply to allow you to keep the images in a subfolder. If you keep your images in the same folder as your TiddlyWiki document, then you can drag and drop the images, skip the renaming, and just use "[img[filename.ext]]" to embed them in your content.
enjoy,
-e
```
''Unclear (because I haven't tried yet):''<br>
For a TW on ~TiddlySpot, where there is no accessible folder, could you still use the technique by hosting your images in some other storage service e.g Google Drive?
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
_canonical_uri is a quirk. The field name looks weird and it is a one trick pony that the user must just learn.
In [[#1594|https://github.com/Jermolene/TiddlyWiki5/issues/1594]] there was a good idea to "sniff file extension from the URI to infer the type" . If this is implemented, then we could marginalize the quirkiness of _canonical_uri by making it a selectable as if a type itself! Because a tiddler with a _canonical_uri only accepts that one field+value, we could let the user instead add the value into the //text// field and choose //type// for the tiddler to be _canonical_uri. I don't know if the term "type" has a strict definition, but from a usability perspective it would harmonize with how you add other stuff into the //text// field and then choose a type to have it parsed correctly.
We should have much more direct ways or options to see the children of a tiddler. It is a bit backwards that it's easier to see a tiddlers siblings than its children, i.e you can click a tagpill to see what other tiddlers are also tagged with that tag but for you to know what tiddlers are tagged with the current tiddler title you must go into //more>info>tagging//... or is it //..>listed//, or perhaps //..>list//? Hm. This article will detail some alternatives for this.
''Toggler''<br>
Most of them include some sort of //toggler//, e.g a button, to display the child list. Alternatives include;
*show toggle permanent or only if children exist
*show on hover. E.g either hover over the //toggler// itself or hover over the tiddler, or some section of it.
''Including //New Here//''<br>
One semi-justification to show the //toggler// permanently, for a consistent appearance, could be to include the "child maker" tool (//New Here//), perhaps as a first element in the list. It would mean a two step process to reach the //New Here//, which is same as default toolbar setting where you must click the //More// tool to access it.
''Popout vs embedded slider''<br>
A detail is if the list should appear as a popout or slider, as detailed in [[Revealwidget|http://tiddlywiki.com/#RevealWidget]]. The latter "pushes" away the other content to make room, so you must also consider more carefully //where// it should appear. I think the child list is important and spontaneously favor the slider approach because:
*a slider creates a more robust impression than a popup
*a slider makes more sense if you want to "stick it"
''Plain titles or pills''<br>
In TWC, and particularly when Simon Baird introduced the [[TagglyTagging|http://mptw.tiddlyspot.com/#TagglyTagging]] concept, tags and tiddler titles were two sides of the same coin. With the intro of //tag pills// there's now a clear(er) separation between the two and a tag is more like a button but with a parameter value (the title).
As a parent of two, I can say that the kids always seem to be around even when I'm trying to get some peace and just tiddle fiddle. //Decartes// explains: "Children think, therefore they //are//. Tags don't think so they don't have to exist."
!!Ok, possible manifestations for the child list
''Child pill''<br>
Include a Child pill as the first item in the //tag pills// row. Obviously colored baby blue or pink. Or icon showing diaper. The tags row becomes place for family reunion and the children meet their grand parents. This should weight up for any concerns conservative people have with child pills.
Pop the pill just like the tag pills to get the dropdown but listing the children.
Or get the type of //slider// that you see from //More>Info// in the tool bar. That one opens between the title and the tagpills. A child pill button could e.g open a similar slider //under// the tag pill row.
''Tool button''<br>
Same as //Child pill// but as tool in tiddler toolbar.
''Bairds minitag''<br>
Simon Bairds superb MPTW (a theme for TW Classic) has the [[QuickOpenTagPlugin|http://mptw.tiddlyspot.com/#systemConfig%20QuickOpenTagPlugin%20MptwTheme]] (search for "minitag"). This creates a small arrow next to the tiddler title like so;
{{img/childdropdown}}
(...yeah, I know, eight years!)
Clicking the arrow pops up a small dropdown listing the children as well as a an "Open all" button and a "New here". It makes sense to treat tiddler titles and tags in the same way as they often are the sme thing.
By the way, in MPTW such a mini-dropdown is displayed next to all tags so it functions a bit like our tagpills when you click on them.
''Childs field''<br>
Like the tags field (the "parents field"), there could be a //childs field//. I.e no //toggler// but a permanent horizontal row of pills or just titles. Could be displayed just below the (parent-) tag pill row.
''Childs field with toggle''<br>
...or such a //childs field// could be the resulting display from clicking a //toggler// after all, like detailed in ''Child pill'' or ''Tool button''. I actually like this idea a lot. Just like you now click the //More>Info// and get a slider to show a field (a bit out of nowhere), you could get the same field but it is dedicated to showing the children.
''~TiddlerSidebar''<br>
Perhaps seemingly nullifying everything I've written above, I personally intend to use my [[TiddlerSidebar|Presenting the TiddlerSidebar]] plugin, a "tiddler specific mini-sidebar" that appears when you hover over the tiddlers blank left side. This can feature a child list under one of the tabs. This could omit the earlier proposals for pills 'n buttons.
However, the ~TiddlerSidebar is obviously not for core, but IMO a better child access //is// a standard distro isse. Also, the ~TiddlerSidebar concept is less suited for public wikis ... ok, TWaddle is an exception. Third, as touched on, I want the option to //stick// the child list to show permanently - for some tiddlers. I'm proud of my kids. The whole world should see them! But it's hard work. I do generally advocate the pill.
If the title caught your attention, that's an indication there's interest in the issue. No surprise there.
This article isn't about how to make money though, but just to point out that this should perhaps be a topic we treat more consciously in the community.
I know of only two discussions dealing with how to make money; One is commented on in [[Online shop built in TW]] and the other is Jeremys [[Invitation to TiddlyPip: an Apple App Store experiment|https://groups.google.com/d/msg/tiddlywiki/h95Z77kkwPs/vlUgCMi5lJ8J]]
What applications can be built in TW that can be used to produce sellable stuff? (Perhaps then even selling it via such an online TW based shop?)
Selling TW configurations is one way I guess (taking care not to breach any licenses obviously). Another would be to use TW to produce and perhaps package content. TW for authoring books comes to mind. //Harry TWaddler and the Sorcerers Stone//. Guaranteed hit.
More examples?
Further discussion is welcome, IMO.
Nothing original, but I didn't think of it before... so maybe you didn't either:
A simple way to make a "wizard", i.e a process that //guides// the user for e.g installing something, can be to use tabs. Pundits might object and say this is not a wizard, I don't know. Anyway, just do this:
`<<tabs "Step1 Step2 Step3">>`
or more explicit
`<<tabs "[[1.Getting the thing]] [[2.Installing it]] [[3.Running it]]">>`
<<tabs "[[1.Getting the thing]] [[2.Installing it]] [[3.Running it]]">>
(there's no content in these demo tabs so clicking them does nothing)
If you have many such wizards, you could have a vertical tabs list, like in the [[tw.com GettingStarted|http://tiddlywiki.com/#GettingStarted]] to list all the wizards, and then inside those individual tabs you have the horizontal layout.
Not sure it would be a better idea, or even good one, but maybe it's possible with "2-dimensional tabs" so that you select things by both marking a (permanently visible) vertical tabs bar //and// a (permanently visible) horizontal tabs bar.
@@.no-border
| Aliases|﹕|Matias, twMat |
| Signature|﹕|<:-) |
| Location|﹕|Stockholm, Sweden |
| TW experience|﹕|Experienced |
| Primary TW use|﹕|Household mgmt, Idea notebook |
| Super power|﹕|Idea / concept generation |
| Weakness|﹕|Lack of coding skills |
| Result|﹕|Frustration |
| Mission|﹕|[[BC⇄BTW|Bigger community ⇄ Better TW]]|
@@
{{Creations}}
You must neither be a hypochondriac nor a M.D to have a bunch of different medication at home. If you also include vaccinations you've had and possible food supplements the list gets even longer. Regardless, it's simply an area that is good to keep track of.
<div id="leftbar2">
{{img/logo}}
<$list filter="[all[shadows+tiddlers]!has[draft.of]tag[menu]]">
<br> @@color:grey; ⚬@@ <$link to={{!!title}}><$view field="title" format="text">{{!!title}}</$view></$link>
</$list>
<div id="lowmenu">[[@you|@ttention]]<br>[[Cred]]<br>[[Index|Reference & Index]]<br>[[About|About this webpage]]<br><<linkimg "Bigger community ⇄ Better TW" "img/fish_small" "click me!" clickme 40px>>
</div>
</div>
{{FastNewInMenu}}
<style>
#leftbar2 {position: fixed !important; left:5px; top: 5px; bottom:0px; font-size:large; line-height: 150%; }
#newtid {position:fixed; background-color:white; width: 250px; height:20px; left:0px; top: -20px; }
#lowmenu {font-size:90%; position: absolute; bottom:20px; text-align:center; width:{{$:/themes/tiddlywiki/vanilla/metrics/storyleft}}; }
</style>
"TW is different". No doubt about it. It really takes time before you understand many of the things that you and I probably take for granted by now when we're used to it.
I think it makes sense if we, "the community", try to ''be aware of the waywardness'' - the conceptual characteristics and quirks - that newcomers face because these are all //thresholds// they must pass. This goes for any software of course, but the more so the more it breaks the norm.
To name just one thing; the default classic story view is most definitely a new experience for everyone. It is of course a result from the micro-content / tiddler philosophy and still wanting to display things in a narrative story. Thinking back to my own reactions, [[TiddlyWiki Classic|http://classic.tiddlywiki.com/]] back in around 2007(?), I remember it caused a definite WOW reaction. Pretty darn cool. But I think much of it was because of the (TWC) animation. I mean, check it out in the link - that rectangle shooting out from the link you click, growing and landing in the story column - exactly framing in the content you were looking for //as if it was already there//, as if the system had precognitive powers and knew already! WOW! Yes... silly if you analyze it, but that is the //feeling// it created, at least for me, and actually still does. (With more experience you get tired of animations though).
Now, my point is that, as cool as this effect may be... it ain't no //Microsoft Word// feature. The users brain must process this new oddity. //Learn// it.
Add to that learning (accepting) the value of tiddler philosophy, understanding that you're modifying the tool itself (other editors create output files), when you visit a public TW (e.g tw.com) you can modify it because you're actually just seeing a local //copy// in your computer. And it is just temporary. And you can "never" click the browser back button in TW.
Then we of course have the actual //features// of TW to master.
...it stacks up.
I'm not talking about if these quirks are good or bad. I'm stating the //fact// that ''some of these oddities are so fundamental that the user //can// only choose between adopting them or leave.''
...and my point is that it makes sense for us - the community or at least the //boundary pushers// in the community - to have a clear understanding of the gap between what we take for granted and what a newcomer must assimilate into.
I might try to assemble [[a list|Quirks]] on these things, mostly for my own reference, but at least I hope this has created some awareness on the matter.
David Allen, in explaining how GTD (Getting Things Done) works, talks about a Ubiquitous Capturing Device (I may not remember the exact name). What it refers to is an immediate access device so to capture what's on your mind so that it can go into the GTD implementation you're using. It can be a pen+pad, a voice recorder or... well, can't think of any more right now. Just google it.
For [TW] note taking and some specific application ([[ex|Life book]]), even outside of GTD, I find this is a good idea. I have for some years used a [[voice recorder|https://play.google.com/store/apps/details?id=com.tokasiki.android.voicerecorder]] on my Android phone that works pretty well... but, I wish it was even simpler and more direct. I do believe voice recording is the most direct way, more so than paper and pen. For one thing, I can do it while driving but, more importantly, it is just closer to my thoughts than having to first convert it into text. With a recording that I am to listen to only once or twice for transferring it to TW, I can accept myself going //"and... uuuummmm... I should do, no, I mean, I should take..."// whereas converting my thoughts to text takes more "pre-editing" before I type, which prevents a free flow of thoughts.
But, the android app forces me to bring out the phone, turn it on, locate the app ok, it's on my front page but it is an app so I have to actively //look// where to click which is not he case for a phyiscal button, same thing to actually start to record, to stop, to click save, to exit, etc. Again, it kind of prevents what I really want to be thinking of. Touch screens unfortunately are not "invisible technology" by their very nature, they //demand// your attention.
So I'm looking for a mini voice recorder.
There are [[pens|http://www.amazon.com/Megafeis-F12-Interviews-Collecting-Replaceable/dp/B00LLW2F40/ref=sr_1_24?s=electronics&ie=UTF8&qid=1435624363&sr=1-24]] for this, but I fear it wouldn't be ubiquitous enough. I can't keep it in my pant pockets for instance. This "fake" [[USB type stick|http://www.amazon.com/Etekcity-8GB-Portable-Rechargeable-Dictaphone/dp/B00CH5U24A/ref=pd_sim_229_2?ie=UTF8&refRID=1XHB9E9Z6WDW6QSDPEQM]] looks more like something I'm imagining. The deal breaker is the 7 (or even 15) second delay before it starts to record. Unacceptable. I would also have to attach a key chain or something to it.
Ideally, it would be something that automatically is //always// with me. Might have to surgically implant it. Proximity to the voice can be achieved by putting it into a nostril. While at it, maybe replace an eye ball with a camera and have half my head as a robot from the future. Then I can film myself in the mirror and call it //Terminator - the Reality Show//. Will be a big hit, I'm sure. Then I could afford a personal secretary and she could keep track of everything instead, so I can take out that stupid thing from the nostril. I didn't like it there from the beginning anyway.
So, I'm thinking of giving you one of these. Which one do you want?:
:An old shoe
:A dead cockroach
:A used band aid
:{{A 2 kg bar of gold}}
Chances are you didn't notice ''#4'' because there's no indication of it in view mode.
IMO, pretty serious.
I notice that an //empty// transclusion shows; {{}} , which is good though.
Of course, "invisible missing transclusions" can be very useful too. (Maybe this is even why they are invisible by default?) For instance, if you look in the [[Ctrlpanel>Info|$:/ControlPanel]] here, where the Site title is declared, it also contains a transclusion. In my "admin version" of this TW it shows some stuff from a tiddler - but this tiddler is deleted before I publish the TW it for public view - and you, thankfully, don't get any indication of it missing.
''What to do?''<br>Maybe we could have a sidebar tab "Missing transclusions"? Could be combined with the current "Missing" (tiddlers)?
And/or a local indication in the tiddler; perhaps a red dot or a small exclamation mark in the tiddler gutter? Perhaps some option to toggle this globally or per specific transclusion?
See also:<br>
[[Changing referred to titles should give alert]]
I brought [[it up|https://groups.google.com/d/msg/tiddlywiki/hReAZYepG5U/8G9Bqb-sPo4J]] but let it go... but... it really //is// confusing:
In Chrome when you click to edit, or cancel, or save, the animation makes the tiddler slide out left before the editor shows. It is very confusing as it makes it look like the thing is going away ("did I click close or something?").
It turns out it's the same in all browsers but in e.g FF the animation is apparently slower so you don't experience it! It really is confusing and most likely particularly confusing for newcomers. And it happens //every time, all the time//!
IMO, for delete it would be ok with sliding left, kind of indicating it's getting out of the whole TW. But/and for close then better sliding towards the sidebarlists ("the tiddler is going back in there"). But it makes no sense to have edit go sideways at all.
Update: The story view //Pop// solves the problem by featuring a zoom type effect instead of a side swipe. ...but it has problems in its own [[#1757|https://github.com/Jermolene/TiddlyWiki5/issues/1757]].
<style>
.animation-container {
height: 60px;
padding: 10px;
/* Shorthand syntax */
-webkit-animation: movearound 4s ease 1 normal;
}
@-webkit-keyframes movearound {
0% {
width: 200px;
background: #f00;
opacity: 0.5;
-webkit-transform: scale(0.5) rotate(15deg);
}
30% {
width: 300px;
background: #f00;
opacity: 1;
-webkit-transform: scale(1.3) rotate(15deg);
}
60% {
width: 100px;
background: #00f;
opacity: 0.3;
-webkit-transform: scale(0.3) rotate(15deg);
}
100% {
width: 400px;
background: #ffffa2;
opacity: 0.5;
-webkit-transform: scale(1) rotate(0deg);
}
}
</style>
<div class="animation-container">
Found this [[here|http://robertnyman.com/css3/css-animations/css-animations-percentage.html]].
Maybe useful for a logo?
</div>
''Profound ponderings''
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Musing]tag[Major]] [all[shadows+tiddlers]!has[draft.of]tag[Musings]tag[Major]] +[!sort[recent]]">>
''Shallow shpeculations''
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Musing]!tag[Major]] [all[shadows+tiddlers]!has[draft.of]tag[Musings]!tag[Major]] +[!sort[recent]]">>
<style>
#omusings { position: relative; }
#imusings { position: absolute; right: -12px; bottom: -30px;}
</style>
<div id="omusings"><div id="imusings">
<$image source="img/musings" width="90%">
</div></div>
<<note "this article is not finished yet but because it is referenced in a few places, I figure it is better to include unfinished than not at all. Plus, of course, you really should learn Swedish anyway.">>
---
My own [[Household TW]] serves as a main TW application for me and is the definite "cornerstone for information" in the family.
Here is a run-through of its //menu// which should give a fair description of what it's about. Note that it is one of those things that have grown gradually over //many// years, and that it is not a public TW. This means it is most definitely "wild" and not how you would do it. Or I for that matter, if I started from scratch. Thus;
The (left) menu has three tabs; //Areas, ~ToDo// and //Reference//. I will only detail //Areas// as this is the most important one. I rarely look at the other two. So, //Areas// has an accordion menu with:
*Overview<br>shows
**0.GeneralToDo
**0.Projektkedjor
**0.Projektkedjor_excel
**0.WikiStruktur
**Almanackor
**Bultis_excel
**DriveMapp
**EnDag
**HusPärmar
**Kartor
**Kronologi
**MProjekt
**PrioList
**StorKostnad
**StorProjekt
*0.Tillfälligt
**Borrowed/Lent stuff
**Forumfrågor
**SkickaPrint
**TillfKöp
*Almanackor
**Allmän trädgårdsskötsel
**Bilalmanacka
**Byggnader
**Energialmanackan
**Gårdsbruk
**Huskalendern
**Infrastruktur
**InfrastrukturAlmanacka
**SäsongsAlmanackan
* Arbete
**0.Starred Items
**Anlita
**Arbete_frågor
**FixaRegn
**HusBygg
**Konstruera
**LågKompetens
**LöpSysslor
**Make
**MProjekt
**Projects Dashboard by Area
**Robert
**Tjänster
**Vårda
*Bilar
**Bil 1AXY684
**Bil WBJ752
**Bil, gårdsbil
**Biladmin
**BilarÅtgärda
**BilKontakt
**BilUtrustning
**Hästtrailer REGNR
**Macken
**Rekond
**xBilar
*Byggnader
*Djur
Gårdsdjur
Insekter
Nyttoinsekter
Skadedjur
Skadeinsekter
Vilda djur
*Ekonomi
DriftsKostnader
Fixa hushållsbudget
Hushållsbudget
Olika kostnader
Sätt upp reparationsfond
KapitalKostnader
LöpandeKostnader
Subventioner
UnderhållsKostnader
*Energi
Belysning
BränsleFörbrukning
ElFörbrukning
Energieffektivisering
EnergiIdeer
EnergiInfo
Energiproduktion
Isolering
NödvändigEnergi
Platser med energibehov
Värme
*Grannskap
0.Kontaktlista
Barnkompisar
Grannar
Gårdar
Kullavägen
Långväga
Skoklosterkarta
Slottet
Tjänster
*Gården
Arealer
Byggnader
Fastighetsgräns
Fastighetskartor
Gårdsaktiviteter
GårdsFunktioner
Ornament
Plantera granhäck på åsen
Plantera tujahäck längs södra gränsen
Regler
Växtornament
*Hortikultur
Allmän trädgårdsskötsel
Nyttoväxter
Odlingsbehov
Odlingsmetoder
Odlingsmoment
Odlingsplatser
Prydnadsväxter
Skadegörare
Trädgårdar
Vildväxter
Växtmiljöer
Växtornament
Växtskydd
*HusBygg
0.Frågor
0.HusByggIde_
0.Projektkedjor
0.Projektkedjor_excel
1.ByggSök
1.HusByggEv_
Byggprocessen
Entretrappa
Golvvärme, vattenburen
InneFörråd
Källartrappa
KökBygg
Mysifiering
Rustikifiering
Värmetank
Växthuset, hem
*Infrastruktur
Automation
Avfallshantering
Avlopp
Belysning
BevattningsSystem
Diken
Dricksvatten
Dränering
Elsystem
Förvaringsbehov
Förvaringsplats
GårdsFunktioner
IT
Kommunikation
LagerSystem
Mätning
Pumpar
Specialsystem
Säkerhet
Värme
*Konstruktion
Arduino
Konstruera
Material
*Materiel
Aktivitetsutrustning
HemUtrustning
Husgeråd
Inredning
*Redskap
Maskin
TrädgårdsUtrustning
Verktyg
Unfortunately, I still have it in TW Classic because it is too complex to convert after years of honing it. It contains several [[almanacs|Household almanac]] for different areas, it has the shopping lists (the "things to buy" and the grocery lists are the most used parts in the whole TW), it has reference material on things in the house like what wall paint is used and the exact model of the vacuum cleaner etc so that I, if standing in a shop with a zillion spare parts, can quickly reference it.
This may very well be what others, e.g TobiasBeer and Jeremy have discussed previosly as it feels very familiar... but then again, maybe not, so I'll write it up as it seems a good idea:
Tiddlers using a path-name structure are clearly named so for hierarchical reasons among tiddlers. It would be nice to be able to navigate //from within the tiddler// like you do in e.g Windows.
E.g `$:/core/ui/ControlPanel/Basics` could look like
:⇧core ▸ ui ▸ ~ControlPanel ▸ Basics
<br>The leftmost arrow leads "up" one step, in this case it would give
:⇧core ▸ ui ▸ ~ControlPanel ▸
<br>The "▸" symbol indicates there are sub-levels (children). Clicking a "▸" symbol shows a dropdown at the respective level, i.e
:⇧core ▸ ui ▸ ~ControlPanel ▾ [-----------]
<br>...i.e where the [------------] is a dropdownlist. In the upper case it, among other things, includes //Basics// (which as you can see a few steps up is a sub-item to ~ControlPanel.
Or if you click e.g the "ui" arrow
:⇧core ▸ ui ▾ [~ControlPanel] ▸
...you see ~ControlPanel among other sub-ui items listed. (Maybe better if the list appears just below instead, i.e here just below the ~ControlPanel part?)
<br><br>Finally, you can also click the section inself to go to that tiddler. Clicking e.g "ui" would give
:⇧core ▸ ui
<br>A related feature is a //back// button to go to whichever title you were last at, including titles not in the current path-name structure at all.
When you edit and overwrite a shadow tiddler, a copy is created of the original. On upgrading, this copy is updated so that if you delete your edited copy, you're reverted back to the now upgraded original.
Good - but it is not certain that the upgrade affected that particular tiddler. And you don't know. So your tampering //might// mean you're missing out on an upgrade... or not.
This is not a desirable situation because you might prefer the upgraded version before your tweaked version ''if you only knew'' that it (a) is updated and (b) what the specific change is.
I propose that some kind of message to appear on overwritten tiddlers stating e.g<br> `This is an overwritten shadow tiddler. After overwriting, the original tiddler has been updated from 5.1.7 in upgrades: 5.1.8, 5.1.9`
...or, even better, some kind of //before and after// comparison.
And maybe not only //shadows// but any core tiddler and perhaps also plugins etc. I'm guessing that plugins that are not part of core will eventually have some kind of flag that "There is a new version avaialble" or such. but that's [[another question|Update Alerter Plugin]].
As highlighted in [[Missing transclusion should give indication]], there is a problem that a transclusion with a non-existing tiddler title is simply invisible without any indication.
//Missing links// is a related problem. I particularly experience this when working with articles here. Typically, one article spurs ideas for other articles or an article becomes too complex and needs splitting up - so I need to link the texts. This, however, means I must finish the articles so they can all be published at once or there are dead links.
I was first thinking the wikitext `[[...]]` and `{{...}}` commands themselves should be extended to give an option for visible / invisible, but this would not be very practical. If [[this missing link]] in mid sentence were invisible... well, not good.
Instead it is the whole sentence or more that should be invisible. `<hideifmissing>`This whole part should be invisible if there's a [[dead link]] or `{{`missing transclusion`}}` inside it `</hideifmissing>`. But with some more elegant markup. It would be natural to, at the end of a paragraph, include a "See also [[foobar]]" conditionally hidden like this.
Ironically we can use transclusions to hide dead links, exactly because it becomes invisible if the tiddler title is missing. Here is the result from `{{[[foo]]}}`: {{[[foo]]}} <---I promise, it's there //after// the colon.
...however, the transclusion interprets the square brackets to be part of the title so writing the title of this current; `{{[[Need control output for missing in links and transclusions]]}}` does hide the link... just not the link to this tiddler. (And we can of course not skip the brackets because then it //reallly// transcludes if the title exists.)
Interestingly, I note that
`{{[[foo|bar]]}}` gives: {{[[foo|bar]]}}
I don't understand what's happening here. The link //is// prettified but then it is //not// interpreted as a non-existing link and/or the whole transclusion seems to loose its power and just become bracket characters. (Have I just invented a trasnclusion nullifier? The implications are staggering! Ok, maybe not..)
Regardless if this worked, it would still just concern a tiddler title and not hide a sentence or a section as described. More control is simply needed when dealing with missing titles both for links and transclusions. No great solution comes to mind. Need to think more about it...
<table class="tableFormatter">
<$list filter="[all[shadows+tiddlers]has[summary]!prefix[$:/]!tag[Unfinished]tag[NeededTool]] +[sort[title]]">
<tr>
<td valign="top"><$link to=<<currentTiddler>>><$view field='title'/></$link></td>
<td>{{!!summary}}</td>
</tr>
</$list>
</table>
//Existing// manually crated fields have a dustbin for reset/delete
...but the time when you probably most need one is when you create (i.e edit) it.
<<.preamble """ On tw.com I found Jeremy had added some neat text boxes like this one. """>>
*$:/editions/tw5.com/doc-macros ([[original|http://tiddlywiki.com/prerelease/#%24%3A%2Feditions%2Ftw5.com%2Fdoc-macros]])
*$:/editions/tw5.com/doc-styles ([[original|http://tiddlywiki.com/prerelease/#%24%3A%2Feditions%2Ftw5.com%2Fdoc-styles]])
[[This site|http://arduino.org/]] has a cool zoom-in effect giving much life to the page. Note also that it is limited in size so that you scroll down for further info.
This would be a nice feature for tw.com. I belive Jeremy has expressed that the front of tw.com does not have to appear like standard TW. I don't have any specific thoughts on details like what the image should be or so.
If it is a simple setup then maybe it could be part of a plugin (or core?) in the same gist as the 5.1.8 additions of background images. I believe adding graphic tools is a valuable aspect for popularizing TW.
(BTW, if you're into the subject of that site then you may wonder if the original site shouldn't be on another domain? Apparently, there's some internal [[conflict|http://makezine.com/2015/03/06/arduino-vs-arduino/]]...)
''There's no public UI'' or even public theme. The standard UI is not suitable for a non-TW audience because it has too many special features that are at best distracting but more likely confusing. Examples include the tiddler toolbar buttons, the sidebar tabs and their lists, and more.
While e.g the toolbar buttons can be made to not show, this hides them also for the TW owner. In other words, what is needed is a way to permanently set //different UI's depending on who// is using the TW.
While a //public theme// would be welcome, I think the issue is too fundamental to be a separate theme and would instead prefer 'settings', e.g in the Controlpanel.
''Likewise, there is no standard Mobile or small screen / touch screen interface''. This is missing //per se// but if you //also// intend for the TW to turn to the general public or non-TW people, it is one severe drawback.
Just guessing, but I would think these are immediate dealbreakers for some, possibly even before trying out TW properly...
!yo' is one badass clicker!!!
Update: Fellow [[@Rustem]] kindly gave [[a suggestion|https://groups.google.com/d/msg/tiddlywiki/cDx5B8KAKpg/EM6-GhnjMQwJ]] that I will look into. Who knows, maybe it's the answer :-)
<hr>
This is one of my "end goals" with TW;
To be able to have one central TW from where I produce tiddlers and make them appear in niche TW's spread wherever I want them. I create a tiddler //Funny bunny// and e.g tag it with the TW titles "TW of Fun" and "The Farm" and it appears in both places.
How do I know it actually appears there? Because I can 'transform' the central TW into whichever other TW of mine that I want. A bit like changing themes, perhaps via a dropdown menu sitting in an upper corner.
Among other uses, my family members can switch to their individual TW's (again, as if choosing theme).
After Jeremy [[showed|https://groups.google.com/forum/?fromgroups=#!topic/tiddlywiki/1S348N3rsAc]] me how to publish (i.e save a copy) of a TW that //filters// tiddlers, I think this might just be very doable. Imagine this combined with the ~TiddlySpot saving; In your main TW, you have a "publish" button for each target TW that uploads to that specific one.
Microsoft ~OneNote [...] for free-form information gathering and multi-user collaboration. It gathers users' notes (handwritten or typed), drawings, screen clippings and audio commentaries. Notes can be shared with other ~OneNote users over the Internet or a network. @@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Microsoft_OneNote]]@@
As highlighted on tw.com, fellow member sini-kit has created a TW shop; [[demo|https://translate.google.com/translate?sl=auto&tl=en&js=y&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fheeg.ru%2F&edit-text=&act=url]] and [[finished setup|http://magast.ru/magazin/heeg.html]]
<<<
A guide in Russian to creating an online shop with ~TiddlyWiki. No serverside code is needed, instead orders are handled by Disqus.
<<<
<<ref "http://tiddlywiki.com/#%22Heeg.ru%22%20by%20sini-Kit">>
That's pretty darn amazing!
With [[Optimal Information]] I refer to the minimum information required to convey a message. This is //relative// to the receivers previous level of information (a.k.a pre-knowledge). "An understanding" or "a piece of knowledge" or using the more technical term; "information", is more easily received and completed the less //additional// information you need beyond the information you already have. (Re-) feeding of redundant information may even distract the message and the transferral.
Imagine [[this|http://experiments.wemakesites.net/pages/css3-parallax-effect-no-javascript/example/]] being tiddlers instead of "sections". Notice the [[parallax|http://en.wikipedia.org/wiki/Parallax]] effect, i.e that they're not static images. Perhaps not very useful (or?), but definitely cool :-)
Some links on how to creat it using CSS3: [[1|http://martinivanov.net/2014/09/16/parallax-page-scroll-effect-with-pure-css3-no-javascript-no-hassle/]], [[2|http://experiments.wemakesites.net/css3-parallax-effect-no-javascript.html]], [[3|http://experiments.wemakesites.net/pages/css3-parallax-effect-no-javascript/example/]], [[4|http://experiments.wemakesites.net/x-parallax-html5-web-component.html]]
//addendum:// [[@JedCarty]] has a [[solution|http://inmysocks.tiddlyspot.com/#Make%20data%20from%20a%20dictionary%20tiddler%20appear%20when%20you%20hover%20over%20something]]. To be applied.
<hr>
I sheer amount of articles on sites like this one can be a factor actually preventing people from reading articles. It is natural to scan a list of titles and only click on the titles that sound interesting. A bit like judging a book from its cover.
We could have a "peeker" so that e.g hovering over a title opens a popup showing the tiddlers first paragraph or some such.
Maybe SHIFT+hover. And the popup is of a predefined size, to minimize visual distraction, showing X number of rows. Or maybe showing the summary field content if it exists.
There is a type of //scanners// called pen scanners.
They are about the size of an oversized marker pen and lets you combine the concept of scanning with that of //highlighting//! In other words, you scan by dragging the scanner across the text - and it immediately shows on your computer screen (at least using the penscanner I have)!
As touched on in other write ups here, highlighting is (IMO) very closedly related to the whole philosophy of tiddlers; "to split up texts in to their smallest, semantically meaningful, chunks".
Using these type of scanners you can effectively tiddlify physical text into summaries. At first thougth the ideal might seem to be to tiddlify every individual scanned snip, but there are two practical reasons why this is not the case; to be a "semantically meaningful" tiddler, you might need to combine a few such snips. The other reason may be a limitation with the hardware; the scanner, or at least mine, is toggled to scan by pressing it's tip to the page. This means that when you reach the end of the line and jump down to continue on the next, this starts a second scanning - i.e likely not desirable to be a new tiddler.
In other words, the scanned text will require some manual editing afterwards - but this is not least also becaue it doesn not always mirror the text 100% correct, like all OCR scanning. Because of the manual handling of the scanner, this error frequency increases but I have found it to be surprisingly accurate.
The model I acquired is ~WorldPenScan BT. BT stands for Bluetooth. This product gets decent reviews on Amazon.com but lousy reviews on Amazon.co.uk (by a lot fewer people though). A recurring complaint is the BT aspect. I got mine recently so I can't really give a review yet.
5.1.8 has a tiddler commenting the [[performance|http://tiddlywiki.com/prerelease/#Performance]] issues for TW. (Good!)
What further things could be done?
*Do we know //what// it is that causes speed and performance issues?
*Have we had "an absolute top expert" take a peek at the fundamental algos? I can ask because I(!) am not qualified to tell if we have these people on board. (I'm just super impressed by what our local wizards to create!)
*Speaking of wizards - maybe we could have a "wizard" plugin that guides the user through various optimization steps in some suitable order if they see need?
*Are there perhaps particularly resource consuming parts in core that could be segregated and really included only if asked for? (I guess that means 'Turned into a plugin' -?)
**Maybe there could be some kind of "core aggregation sequence" that starts out with the //absolute// minimum and gradually adds features so that an unhappy user could step backwards in this list, one step at a time, to see increase in some aspects and decrease in other.
*Actually - plugins - maybe people get frustrated and blame TW when it's really some plugin leeching memory? Could we have a plugin that shows memory consumption per plugin?
**FF has the neat [[about:addons-memory|https://addons.mozilla.org/en-us/firefox/addon/about-addons-memory/]] plugin to show mem consumption per addon.
*Could we perhaps provide a set of "environment" guidelines for TW to perform optimally, i.e choice of browser, OS, hardware, (any more?) ?
*Browser plugins, other than TiddlyFox? Maybe there are browser plugins to enhance javascript performance, or particular javascripts of some kind that TW relies heavily upon?
I'm not going into mobile in this article other than to ponder that just maybe there are //different// memory rules in mobile browsers that TW should accommodate to. I'm not saying there is, but it seems reasonable to me.
Sometimes there is a need to make something exist from startup, for instance a logo. A logo happens to be a visual example, but a more typical example is probably calling some macro or such. As far as I know, there's no elegant way to do this so the solution is to place these things in something that does always open up, like the sidebar. (Or?)
I propose a designated place for this instead. A "~LoadOnStart" tiddler (Load''At''Start? ~AutoStart?...). If something is put into this, or transcluded into it, or tagged with ~$:/tags/LoadOnStart, it shows up or executes on start.
This tiddler would, I guess, be tagged $:/tags/PageTemplate but I think it could be CSS'ed to not show in iself, but only eventual visual content.
This would make a "permanent placeholder" on the screen, i.e anything put in/tagged will be there all the time.
Ever since I moved out to the country side I've wanted a big touch screen on the wall, e.g in the kitchen, showing the [[household TW|My Household TW]] that it fetches from some storage in the sky.
It would also work as a bulletin board to communicate with the the family, e.g todo-lists etc. I've got two kids half of the time and a confused fiancee which, coupled with my a constant flow of crazy ideas, means constant need for TW structured assistance.
With //surf tablets//, e.g iPads, this is basically doable... but what I really want is a //e-ink// tablet or similar, for a much more subtle thingy. It should be permanently on, and in a prominent location, so it shouldn't //attract// attention like a glowing screen would and it should eat only a minimum of electricity.
Unfortunately I don't think they're good enough yet, for my TW needs. Web-browsing would of course be crucial, but still it seems they're mostly made for e-book reading. For instance, I believe the Amazon Kindle [[cannot|http://gomakethings.com/building-websites-that-work-on-an-e-ink-kindle/]] deal with any javascript or even CSS. So... no TW. And the demos I've seen for these things flicker strangely and are typically somewhat slow. I fear a 4 or 5 MB TW on these "for productivity" would come out as an ironic practical joke.
I think [[Sonys Digital Paper|http://goodereader.com/blog/electronic-readers/sony-digital-paper-price-reduced-to-799]] is probably as good as it gets so far. I'm uncertain how it would perform but becasue it is, again, a //reader// I just suspect it's not enough. And, the recently lowered price (now $800) is still too much for taking the chance.
[[Here|http://www.pcmag.com/article2/0,2817,2400310,00.asp]]'s a recent comparison list but incomplete both in products and my needed information about them.
If you have information on the matter I'd love to hear it.
A ''personal organizer'', day planner, personal analog assistant, personal planner, year planner, or agenda (from Latin agenda - things to do), is a small book or binder that is designed to be portable. It usually contains a diary, calendar, address book, blank paper, and other sections.
A personal organizer may also include pages with useful information, such as maps and telephone codes. It is related to the separate desktop stationery items that have one or more of the same functions, such as appointment calendars, rolodexes, notebooks, and almanacs.
By the end of the 20th century, paper-and-binder personal organizers started to be replaced by electronic devices like personal digital assistants (PDAs), personal information manager software, and online organizers.
<<box "//"O'boy, I got this super idea that will revolutionize TW and... no, really, this is IT and... hey guys, are you listening? Hel.. Hellooo..?"//">>
<br><<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Pie]] [all[shadows+tiddlers]!has[draft.of]tag[Pies]] [all[shadows+tiddlers]!has[draft.of]tag[Pies-in-the-Sky]] +[!sort[recent]]">>
<style>
#opie { position: relative; width="100%"}
#ipie { position: absolute; right: -70px; bottom: -70px;}
</style>
<div id="opie"><div id="ipie">
<$image source="img/inventorsmall" width="250px">
</div></div>
If I understand right, Jeremy is positive to a central plugin repository on tw.com but one difficulty is that if they are hosted on this (most) official place, the users assume the plugins work, are safe, are maintained, etc. Let's sum it up as a matter of //trust//. There are more aspects holding such a repository back at the moment but I just want to mention that //Firefox// seems to handle the //trust// aspect with the following approach:
*On browser updates, there is a message of the type "this plugin has not yet been approved / use at your own risk" (my wording)
*On browser updates, plugins discovered to be incompatible are simply deactivated (maybe even removed from the users own plugin listing? Can't remember)
Further, there is a bunch of //meta data// that adds trust
*The users //rate// and //review// the plugins
**and it says how many such reviews
*Number of users is displayed
*Release date is visible
*Link to creators profile with info on his/her other plugins, official web page link, ...
I see issues with each of these points but the result is that it works very well.
The first list should not be difficult and are really a result from what users report.
The difficulty with second list is more about where to store this meta data and, as a consequence, how it is created (i.e what the user needs to do to create the data). Currently tw.com is not capable of receiving user input or meta data and while this would be very desirable, ''even a setup with //embedded// (iframed) such input would be very valuable'' because a plugin depository is such a fundamental issue. [[Comments via 3d part]] looks on some alternatives for this.
There should be user settings for where to position the scrollbars, and possibly even what type of scrollbars. Here's an outline of some identified positions
<center>{{img/scrollbarpositions}}</center><br>
*''A'' is, in standard TW, where both scrollbars appear (when both are visible)
*In ''B'', one could imagine a scrollbar for (only) the sidebar but which doesn't scroll the sidebar head (see [[#1203|https://github.com/Jermolene/TiddlyWiki5/issues/1203]]). If a feature is introduced to choose location for the //whole// sidebar, presumably to the right or left, then a ''B'' type scrollbar should/could probably "move along" with the sidebar.
*''C'' and ''E'' could, respectively, hold a scroll of the type where you hover over the area and it scrolls down. A //click// on the area could work as a full screen jump down. My main point for this optional type would here be to deal with the current problem of having two vertical scrollbars, i.e we could have //one// common side scrollbar and //one// such "bottom scroll".
*''D'' could be an alternative location for one scroll, i.e keeping the other in A.
*...//or// just maybe ''D'' could hold both scrolls like A does - but it might work //better// in position D because it is obvious that the left scrollbar is for the tiddler column part and the right is for the sidebar.
*''F'' or ''G''; I have introduced an empty "left side" as a potential position for the regular sidebar //or// as an alternative for another menu (like here on TWaddle). Again, the issue touched on in B is relevant.
Referring to the last bullet, the introduction of another side menu actually strengthens the proposition to include user settings for the positioning of the sidebars; there are frequent requests for user defined sidebars/menus and unless it is short or static (like mine) then there may arise a need for //three// scrollbars (ugh!) As TW becomes more popular, particularly if people start making more //public// TWs, I think user designed side menus will become more common.
If you haven't noticed, [[Google Groups|https://groups.google.com/forum/?fromgroups=#!forum/tiddlywiki]] uses a (second) scrollbar in position ''F''. But it is only visible when you hover over it, and if you have enough "stuff" in the sidebar to begin with ("favourites, recently viewed, recently posted to" etc - try expanding them so they scroll below viewport). This sidebar setup works pretty //good// actually, at least as long as it's not something you must use all the time.
A disadvantage with scrollbars (and menus) on the left is that most people are right handed.
This concept is, according to tw.com;
[Loading...]
<div style="position:relative;">
<div style="position: absolute; border: 0px; width: 100%; top:-20px;">
<div style="overflow:hidden;">
<iframe src="http://tiddlywiki.com/prerelease/#Pragma" scrolling="no" style="width: 100%; height: 392px; margin-top: -120px; border: 0px; ">
</iframe>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br>
The [[LeftBar plugin|http://leftbar.tiddlyspot.com]], or theme, gives you a "left sidebar", a ~LeftBar.
[[@JedCarty]] helped me to put together a "See also:" viewtemplate, kind of like on Wikipedia, to automatically list other tiddlers using the same tags as the current - but only for tags that are included in a whitelist.
The [[SideEditor plugin|http://sideeditor.tiddlyspot.com/]], gives you a floating editor next to your tiddler river column. This enables you to see the changes "real time" in a tiddler as you edit it.
This is overall useful, but I have found it //particularly// useful when you experiment with e.g CSS values or situations where you fiddle to tweak the tiddler content.
Ok, it's not ready as a plugin yet, but it's pretty close:
My intention is to make a plugin from the [[Cred]] table.
To encourage engagement in the TW project and contributions, we should make it very easy to give people cred for their engagement.
Still at prototype stage, the [[TiddlerSidebar plugin|http://tiddlersidebar.tiddlyspot.com]] is for sure one of the creations I'm most proud of.
It is a "mini-sidebar" that pops up when you hover the tiddler side. It can show anything you want but by default it contains a few items specific for the tiddler you're triggering it in such as related tiddlers and meta data.
Currently at prototype stage.
[[Project Management Software|sw:ProjectMgmt]] is, I assume, mostly for a professional corporate context where TW would not be sufficient. However, for personal use TW is definitely useful for project lists, as evidenced over the years. In this context it should also be suitable as an [[appetizer|Appetizer TiddlyWikis]].
A big brother of sorts, to //personal// project lists/mgmt, is perhaps a [[GTD]] application.
<div style="position:relative; top:130px; left:450px;"><div style="position: absolute; width:120px;">
{{img/proposals}}
</div></div>
<<box "Issues of a more "internal" or technical nature in TW. But my ''most important'' proposals are really in the tiddler [[Infrastructuring]]. Please also note [[this|Declaration on Contributions to the TW Project]] about me //"expecting others to do things"//. ">>
''Major''<br>
@@color:gray;font-style:italic; What I consider my most important prop's@@<br>
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Proposal]tag[Major]] [all[shadows+tiddlers]!has[draft.of]tag[Proposals]tag[Major]] +[!sort[recent]]">>
''Deal breakers''<br>
@@color:gray;font-style:italic; Why do some dismiss TW? Particular attention to the sensitive evaluation phase@@<br>
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[DealBreaker]] +[!sort[recent]]">>
''Minor''
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Proposal]] [all[shadows+tiddlers]!has[draft.of]tag[Proposals]] -[tag[Major]] -[tag[DealBreaker]] +[!sort[recent]]">>
''Nitpicks''<br>
@@color:gray;font-style:italic; Brave a man he was, our Mat. Dared bring up totally unimportant things, wasting peoples time. But did he get respect and recognition for it - no! Oh, a life so unfair, so unfair...@@<br>
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Nitpick]] [all[shadows+tiddlers]!has[draft.of]tag[Nitpicks]] +[!sort[recent]]">>
It quite often happens that I write an article and realize it must be split into two and I instead put a link in the text to that article-to-come. However, this means I must finish both articles or there will be dead links. As a compromise I hope to instead create a plugin so that clicking a dead article links doesn't give the usual;
// "Missing tiddler "~FooBar" - click {{$:/core/images/edit-button}} to create //
but instead something like;
//Aha! An article not yet finished! Come back soon..//
...or, better yet; Clearly the reader does //want// to read about the missing topic. If we had a //search// feature that could take the missing title and process it to come up with alternatives and present them //in// the "missing tiddler" template. That'd be good ;-)
The point is to make something of the missing tiddler. For public wikis it would really be better with //nothing// showing up or some popup message informing that it's missing. I develop this idea in [[Tiddlify or Tildefy... or Poppify?]].
An alternative approach is investigated in [[Need control output for missing in links and transclusions]]
It's staring us in the face. We should, of course, have an [[Application]] for simply letting people use TW as a common public website, but that takes advantage of TW's particular strengths. The standard TW setup is [[not suitable|UI for the Public]] for public websites.
I don't know if this is //really// "bot safe" so you decide. See this:
!{{!!myname}}@{{!!domain}}
This is the real email address of mine that I use for boards etc. Ok, it wouldn't be a disaster to ditch it but still, I've used it for many years and I don't want spam to it. Even if this site was #1 on google I think that just maybe it still would trick the hostile droid tentacles.
Check out the code...
In [[Create tiddlyspot directly via TW]] I propose an extended integration, or at least cooperation, between TW and tiddlyspot. The proposal to be described elaborates on another application for this idea so I recommend that you read [[Create tiddlyspot directly via TW]] first.
Briefly, this is a proposal to make it //super easy// to make //spontaneous pull requests// with the stuff on tw.com. For example, if someone reads some instructions and has a better formulation for something or wants to add a code snippet example or some tiddler on a topic, or perhaps fix a dead link, this would be very easy with the proposal here.
I believe the concept should also work as a "entry" to engage people in the development process more generally. Should be welcome, right .. :-)
Thus;
As noted, Jeremy welcomes pull requests in the form of tiddlyspots. I.e you can come with concrete suggested additions or improvements on core code or tw.com documentation by putting it up as a tiddlyspot and simply alerting Jeremy about it. No need for e.g github.
Further, you've probably seen in the tiddler edit view on tw.com, the pink ribbon stating
@@background-color:pink; Can you help us improve this documentation? Find out [[how|http://tiddlywiki.com/#Improving%20TiddlyWiki%20Documentation]] to edit [[this tiddler on GitHub|https://github.com/Jermolene/TiddlyWiki5/edit/master/editions/tw5.com/tiddlers/hellothere/HelloThere.tid]] @@
The links basically gives some steps, based on that you set up a github account. I suspect this is a bit "too much" for many, particularly people who just want to come with an improved formulation or correct a dead link or something. It is one thing to make a quick contribution, it is another thing to go through a lot of hassle to even be able to make it.
''So, the proposal is this'': A saver mechanism that takes the current tiddler on tiddlywiki.com [...i.e the users local browser copy of tw.com] and exports it into a //new// tiddlyspot. The feature can be displayed/manifested as a button in the tiddler edit view on tw.com. Perhaps like a common [Send] button at bottom right in tiddler edit view.
More specifically, the export/upload contains the user-edited tiddler along with a //filtered// tw.com-copy... i.e an //empty// TW + the edited tiddler(s), as specified in the saver. Jeremy has provided a solution for a user filters tiddleryspot saver in [[this|https://groups.google.com/forum/#!msg/tiddlywiki/1S348N3rsAc/b3rDMyCSsZsJ]] discussion. The full tiddlyspot is overwritten, as usual. The mechanism can set a special name for the tiddler ("pull2015july02-originaltiddlertitle") and perhaps even set it to be a default tiddler.
This would also be great as a //plugin//; people can sit with their own TWs and do the same thing, i.e export a specific tiddler + the core to create a new tiddlyspot. (Then Jeremy can run around all day and search for new tiddlyspots. //"Is this a pull request? No, next one. This? No. This? - yes!"//. O'boy, the things we do to keep him entertained ;-)
I really hope the value of this [[Infrastructure]] proposal is obvious to everyone.
[[ref|http://everythingfrontend.com/posts/star-rating-input-pure-css.html]]<br>
<style>
.rating { overflow: hidden; display: inline-block; font-size: 0; position: relative;
}
.rating-input { float: right; width: 16px; height: 16px; padding: 0; margin: 0 0 0 -16px; opacity: 0;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star { background-position: 0 0;background-color:red;
}
.rating-star,
.rating:hover .rating-star { background: url("http://kubyshkin.ru/samples/star-rating/star.png") 0 -16px;
position: relative; float: right; display: block; width: 16px; height: 16px;
}
</style>
<span class="rating">
<input type="radio" class="rating-input" id="rating-input-1-5" name="rating-input-1"/>
<label for="rating-input-1-5" class="rating-star"></label>
<input type="radio" class="rating-input" id="rating-input-1-4" name="rating-input-1"/>
<label for="rating-input-1-4" class="rating-star"></label>
<input type="radio" class="rating-input" id="rating-input-1-3" name="rating-input-1"/>
<label for="rating-input-1-3" class="rating-star"></label>
<input type="radio" class="rating-input" id="rating-input-1-2" name="rating-input-1"/>
<label for="rating-input-1-2" class="rating-star"></label>
<input type="radio" class="rating-input" id="rating-input-1-1" name="rating-input-1"/>
<label for="rating-input-1-1" class="rating-star"></label>
</span>
<-- there ARE stars there but I only get them to show up in Safari. Why?
Ok, I made a temporary fix using background-color instead; try hovering over the seemingly empty space and click to make it stick. Re-click elsewhere to change number of ~~stars~~ red.
<h2>Without Default Selection</h2>
<div class="acidjs-rating-stars">
<form>
<input type="radio" name="group-1" id="group-1-0" value="5" /><label for="group-1-0"></label><!--
--><input type="radio" name="group-1" id="group-1-1" value="4" /><label for="group-1-1"></label><!--
--><input type="radio" name="group-1" id="group-1-2" value="3" /><label for="group-1-2"></label><!--
--><input type="radio" name="group-1" id="group-1-3" value="2" /><label for="group-1-3"></label><!--
--><input type="radio" name="group-1" id="group-1-4" value="1" /><label for="group-1-4"></label>
</form>
</div>
<h2>With Default Selection</h2>
<div class="acidjs-rating-stars">
<form>
<input type="radio" name="group-2" id="group-2-0" value="5" /><label for="group-2-0"></label><!--
--><input type="radio" name="group-2" id="group-2-1" value="4" /><label for="group-2-1"></label><!--
--><input type="radio" checked="checked" name="group-2" id="group-2-2" value="3" /><label for="group-2-2"></label><!--
--><input type="radio" name="group-2" id="group-2-3" value="2" /><label for="group-2-3"></label><!--
--><input type="radio" name="group-2" id="group-2-4" value="1" /><label for="group-2-4"></label>
</form>
</div>
<h2>Disabled</h2>
<div class="acidjs-rating-stars acidjs-rating-disabled">
<form>
<input disabled="disabled" type="radio" name="group-3" id="group-3-0" value="5" /><label for="group-3-0"></label><!--
--><input disabled="disabled" type="radio" checked="checked" name="group-3" id="group-3-1" value="4" /><label for="group-3-1"></label><!--
--><input disabled="disabled" type="radio" name="group-3" id="group-3-2" value="3" /><label for="group-3-2"></label><!--
--><input disabled="disabled" type="radio" name="group-3" id="group-3-3" value="2" /><label for="group-3-3"></label><!--
--><input disabled="disabled" type="radio" name="group-3" id="group-3-4" value="1" /><label for="group-3-4"></label>
</form>
</div>
<p> </p>
<p>If you are looking for a feature-complete
rating system, you may want to check <a href="http://wemakesites.net/?pageid=details&component=rating" target="_blank">AcidJs.Rating</a>.</p>
HOW OBVIOUS!!!!
[[Instructables|http://www.instructables.com/]], the extremely popular DIY site, is the perfect target group to present TW to.
Really, this must be absolutely spot on as a marketing channel for TW.
Post a //how-to// on how to create an [[application|Application Categories]] with TW.
How can we have almost completely missed out on this? Only fellow [[@RichShumaker]] has thought of it; [[TiddlyWiki 5 on Raspberry Pi Server in 15 minutes|http://www.instructables.com/tag/type-id/category-technology/keyword-tiddlywiki/]] - currently the //only// project there involving TW!!!!!
Rich's instructable looks like a superb write up (I'm no ~RasPi user so I can't tell) but it is clearly a //complex// project. It is definitely enough with pure TW projects to justify an instructable. The objective with the site is not general "how to code" instructions but rather how to create a final "product" (an application) for use or joy.
*"Make a beautiful..."
*"Set up a public ... in 3 minutes" (tiddlyspot)
*"Organize all your ... by making a ...."
<br>''Make sure to clearly state that TW is //Free and open source// and perfect for DIY'ers!'' Like Rich does, it is probably also wise to mention that TW is a mature and robust product, given the "prototype nature" of the context there.
<<note "This is a //draft// not ready for publication but I include it because it is linked to from the article [[Mind the gap]]. Please read that article to understand the context.">>
----
*you modify the tool itself (other editors create output files)
*you modify a local copy of the stored TW (regardless of if stored on your own computer or on someone elses server)
*the TW you see is a temporary copy of the stored version (no clickety-click on browser back button)
*tiddler philosophy - what and why
*entering edit creates a new individual unit existing in parallel
*~Wikitext, no WYSIWYG
Understanding what something is, accepting it, using it
*difference between `[[...]], {{...}}, <<...>>, {{{...}}}, {{!!...}}, <$...>, `
*animated side swiping from clicking edit or store
Slides like the old analog volume controls;
See [[html input type range|http://www.w3schools.com/html/tryit.asp?filename=tryhtml_input_range]]
An example is my use of them in TWaddle for ctrlpanel > Appearance > Size Settings.
Some experiments have been made, from @EricShulman, @JedCarty and myself. Nothing fully official yet. More to come.
I'm still not fond of the inability to linebreak (without using `<br>`) and the resulting forced double break instead. You know what I mean.
Now, I propose we make at least //some// soft newlining accepted. It should be obvious that if I type;
```
For example
*like so
*and so
```
(i.e the first asterisk line right after the previous line) ...then I really mean a bulleted list. And if I write the triple backticks on a new line followed with some text and then three more backticks, it should be obvious I wish to block-quote and not whatever it is that happens currently.
```
And what might I possibly mean here?
----
```
I've even respected the demand to leave the rest of the row empty; four hyphens alone on a row. This should be recognized IMO.
Likewise when manually inserting `<br>`. As you know, if I type something and then create two empty lines using Enter, this is disregarded in viewmode (resulting in only one empty line). So, if I do explicitly write:
```
aaa<br>
bbb
```
...then, c'mon Mr.Parser, at least that should give me two empty lines. I shouldn't have to keep in mind that I must write:
```
aaa
<br>bbb
```
It is in fact even comical that this:
```
aaa
<br>
bbb
```
...produces this:
aaa
<br>
bbb
If not resulting double empty lines then at least gimme //one//, Mr. Parser.
These types of things are really unnecessary quirks IMO.
<<tabs "[[Articles index]] [[Tags index]] [[Reference articles]]">>
''Specific articles with content that can be used as more general reference''<br>
<<twistify "[[Terminology]] [all[shadows+tiddlers]!has[draft.of]tag[Reference]] [all[shadows+tiddlers]!has[draft.of]tag[Ref]]">>
add: This is now implemented in the //Public// section on [[TiddlerSidebar|http://tiddlersidebar.tiddlyspot.com]] and it works in //that// context.
<hr>
Could a TW on a remote server be used as a "shell" to encapsulate things into a TW?
The thing is, you an put a filter directly into a permalink to make a TW display filtered stuff. If you in this way filter a title that doesn't exist, you get the "missing tiddler"... but this means the TW //did// read the title (right?)
...so, could it instead of showing "missing tiddler" use this as an //argument// for something?
Then you could iframe this into your own tw but by providing the url to the iframe, you give the url to the shell //and// to some other content site that the shell uses!
If you somehow mess up access to the tiddler toolbar so you can't reach the //edit// button, you can use this trick to get a direct display of that tiddlers editor in another tiddlers view mode!
Just create a new tiddler and enter the following there:
`<$edit tiddler="YourMessedUpTiddler" field="text" class="tc-edit-texteditor" />`
For example, see GenericEditor
Proposing a keyboard shortcut equivalent to Ctrl+Z (windows) but to undo last closed tiddler, i.e to reopen it. Quite often I close a tiddler only to a second later realize that... <br>We have the Recent list of course but the urge from that "second later realization" is something more immediate.
Seems very easy... had I just known how to make that tiny javascript work in TW...
http://demosthenes.info/blog/852/A-Fresh-Approach-to-Responsive-HTML5-Tables
@@display:block;transform: rotate(-180deg);float:left; As tipped by Eric Shulman [[here|https://groups.google.com/d/msg/tiddlywiki/EdKamFTurK0/bRaplaKMAXgJ]]@@
<br><br>
`@@display:block;transform: rotate(-35deg); your text here @@`
Might RSS serve as a way for TW to aggregate content from non-tw sources and tiddlify it? And tw sources for that matter. It is a mature technology that is made both for publishing and aggregating content. And it has [[many uses|http://www.social-searcher.com/2015/02/10/30-awesome-ways-for-using-rss-feeds/]] - note the headlines showing just above the numbered headlines there. The side is about //ways// to use RSS, not the particular examples.
I - who admittedly know zipf on the subject - am thinking that if the aggregator itself is written in javascript and the output from it is in html form... then it should be possible to get it going in TW, no? But then there are browser restrictions.
...but, in spite of such restrictions, I find these aggregators that let you mangle the output and style it etc... so... can't we "put a TW around it"? (Ah, there I made you smile or is that a roll of the eyes? Hey, somebody has to dare ask the stupid questions and I perform this task very well, thank you.)
Anyway, if I understand it right, a RSS/Atom aggregator/reader is "merely" a parser so //if// the feed can get into the TW then it "should work". Here is some stuff of possible use:
''From scratch''
*[[How to parse a RSS feed using javascript?|http://stackoverflow.com/questions/10943544/how-to-parse-a-rss-feed-using-javascript]] (Stackoverflow explanation)
*Using the broswer [[mozilla instrux|https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox]]
''Readers to adopt''
* [[zRSSfeed|http://www.zazar.net/developers/jquery/zrssfeed/]] and a [[quick description|http://www.downscripts.com/zrssfeed_javascript-script.html]] to read first
*[[Node Feedparser|https://github.com/danmactough/node-feedparser]] (github)
*[[Feed for JS|https://github.com/jpmonette/feed]] (github)<br>"...pure ~JavaScript. Support for Atom 1.0 and RSS 2.0"
*[[jquery-rss|https://github.com/sdepold/jquery-rss]] (github)<br>"...read a RSS feed (via the Google Feed API) and transform it into a custom piece of HTML"
*[[FeedEK|http://jquery-plugins.net/FeedEK/FeedEK.html]]
''Tools to directly generate ready JSON output from a provided rss-url''
*[[feedenlarger|http://feedenlarger.com/]]
''Tools that directly generate a ready `<script>` from a provided rss-url''
*[[rss2html|http://rss.bloople.net/]]
*[[Feed2JS|https://feed2js.org/index.php?s=build]] and on [[github|https://github.com/cogdog/feed2js]]
*[[Feedbucket|http://www.feedbucket.com/]]
*[[surfing waves|http://www.surfing-waves.com/feed.htm]]
*[[RSSdog|http://www.rssdog.com/index.htm?url=http%3A%2F%2Fwww.amazon.com%2Frss%2Ftag%2Fblu-ray%2Fnew%3Ftag%3Ddynawebdesign-20&mode=html&showonly=&maxitems=0&showdescs=1&desctrim=0&descmax=0&tabwidth=100%25&linktarget=_blank&bordercol=%23d4d0c8&headbgcol=%23999999&headtxtcol=%23ffffff&titlebgcol=%23f1eded&titletxtcol=%23000000&itembgcol=%23ffffff&itemtxtcol=%23000000]]<br>"Javascript, PHP, or Iframe integration. Configurable output options."
''maybe''
* [[minime rss||http://www.downscripts.com/minime-rss-and-atom-feed-reader_javascript-script.htm]] - actual reader possibly removed?
<<boxref "''Scrapbooking'' is a method for preserving personal and family history in the form of a scrapbook. Typical memorabilia include photographs, printed media, and artwork. Scrapbook albums are often decorated and frequently contain extensive journaling. Scrapbooking is a hobby commonly practiced in many parts of world." "http://en.wikipedia.org/wiki/Scrapbooking]">>
Opening e.g the Type field in edit view typically means seeing half of the drop down list. IMO there should be a scroll to show all of it. You open it in order to see it... so of course this is what you want to see. Pretty annoying actually.
Typing e.g Tobias in search should identify tiddlers created by him.
\define #()
<div id="seli">
<$select tiddler='selection'>
<$list filter='[tag[menu]]'>
<option><$view field='title'/></option>
</$list>
</$select>
</div><span id="selection">{{selection}}</span>
\end
<<#>>
<style>
{} <!-- I have no idea why this must be here -->
#seli { position: fixed; right: 200px; top: 10px; }
</style>
Erics super elegant [[solution|https://groups.google.com/d/msg/tiddlywiki/hMM6PC3Xt-8/zMjUODeTzjMJ]] for how to make //todays// tab shows automatically. (If I had a tiddler titled <<now DDD>>, its content would show below)
<$macrocall
$name="tabs"
state="$:/state/tabs/today-date"
tabsList="Sunday Monday Tuesday Wednesday Thursday Friday Saturday"
default=<<now DDD>>
class="tc-vertical"/>
<$macrocall
$name="toc-tabbed-internal-nav"
tag="SoftwareCategoryGroup"
selectedTiddler="$:/temp/dontpublish/SoftwareCategories/selectedTiddler"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
template='$:/_TWaddle/SeeAlsoTocTemplate'
/>
foobar
yes, annotate right on the image. Go on, click here.
Here are "one offs" and applications that I cannot easily categorize into the other categories.
<style>
#fishclick {position:absolute; bottom:-35px; left: 300px;);
</style>
<div id="fishclick">
<<linkimg "Bigger community ⇄ Better TW" "img/fishclick" "click me!" clickme>>
</div>
Pure CSS star ratings (like on Amazon etc).
,,tag: Rating,,
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[Rating]]">>
Here, put this in a tiddler and tag it with $:/tags/Stylesheet
```
p::first-letter {
font-weight: bold;
color: red;
}
```
I'm considering having the initial letter in all TWaddle tiddlers be "Gothic" or whatever it is like in old bibles. Maybe I should print out TWaddle and bind it in leather too. In 400 years people will read TWaddle and wonder over my wisdom.
<br>
//- Mom, I wonder where the wisdom is?//
[Note: Wikipedia redirects //To Do Lists// to thier article on [[time management|sw: TimeMgmt]]]
See also:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw: Productivity]!is[current]]">>
{{||$:/_TWaddle/template/SoftwareCategoryGroup}}
<<boxref "An ''authoring system'' is a program that has pre-programmed elements for the development of interactive multimedia software titles. Authoring systems can be defined as software that allows its user to create multimedia applications for manipulating multimedia objects.<br><br>In the development of educational software, an authoring system is a program that allows a non-programmer to easily create software with programming features. The programming features are built in but hidden behind buttons and other tools, so the author does not need to know how to program. Generally authoring systems provide lots of graphics, interaction, and other tools educational software needs.<br><br>An authoring system usually includes an authoring language, a programming language built (or extended) with functionality for representing the tutoring system. The functionality offered by the authoring language may be programming functionality for use by programmers or domain representation functionality for use by subject experts. There is overlap between authoring languages with domain representation functionality and domain-specific languages." "Wikipedia|http://en.wikipedia.org/wiki/Authoring_system" >>
See also other ~InfoCasting software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:InfoCasting]!is[current]]">>
[Note: For TW contexts I have so far not classified anything as CMS but instead used the more restricted [[PIM|sw:PIM]] (Personal Information Manager)]<br><br>
<<boxref "A ''content management system'' (CMS) is a computer application that allows publishing, editing and modifying content, organizing, deleting as well as maintenance from a central interface. Such systems of content management provide procedures to manage workflow in a collaborative environment. These procedures can be manual steps or an automated cascade.<br><br>CMSs are often used to run websites containing blogs, news, and shopping. Many corporate and marketing websites use CMSs. CMSs typically aim to avoid the need for hand coding, but may support it for specific elements or entire pages." "http://en.wikipedia.org/wiki/Content_management_system">>
{{||$:/_TWaddle/template/SoftwareCategoryGroup}}
<<boxref "A ''concept map'' or conceptual diagram is a diagram that depicts suggested relationships between concepts. It is a graphical tool that designers, engineers, technical writers, and others use to organize and structure knowledge.<br><br>A concept map typically represents ideas and information as boxes or circles, which it connects with labeled arrows in a downward-branching hierarchical structure. The relationship between concepts can be articulated in linking phrases such as causes, requires, or contributes to.<br><br>The technique for visualizing these relationships among different concepts is called concept mapping. Concept maps define the ontology of computer systems, for example with the object-role modeling or Unified Modeling Language formalism." "http://en.wikipedia.org/wiki/Concept_map">>
<br>For TW, see<br>
[[TiddlyMap|http://felixhayashi.github.io/TW5-TiddlyMap/]] and<br>
[[Railroad Plugin||http://tiddlywiki.com/prerelease/#Railroad%20Diagrams:%5B%5BRailroad%20Diagrams%5D%5D%20%5B%5BRailroad%20Plugin%5D%5D]]
''Diagramming software'' is software that is used to model, represent and visualise information. Among other uses, such diagrams are often used in software and technical development and business to represent dataflows, workflows, software architecture and organizational charts.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Diagramming_software]]@@
{{||$:/_TWaddle/template/SoftwareCategoryGroup}}
<<boxref "A ''distraction-free editor'' (or a full-screen writing program) or is a text editor that occupies the full display with the purpose of isolating the writer from the operating system (OS) and other applications. In this way one should be able to focus on the writing alone, with no distractions from the OS and a cluttered interface. Often distraction-free editors feature a dark background and a text field, with lighter colored text. However, most distraction-free editors include customisable user interfaces. Some editors support rich text editing." "http://en.wikipedia.org/wiki/Full-screen_writing_program">>
See also other Authoring software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Authoring]!is[current]]">>
See also other Editor software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Editor]!is[current]]">>
A ''distributed social network'' or federated social network is an Internet social networking service that is decentralized and distributed across distinct providers. It consists of multiple social websites, where users of each site communicate with users of any of the involved sites. A social website participating in a distributed social network is interoperable with the other sites and is in federation with them. Communication among the social websites is technically conducted over social networking protocols. Software used for distributed social networking is generally portable so it is easily adopted on various website platforms. Distributed social networks contrast with social network aggregation services, which are used to manage accounts and activities across multiple discrete social networks.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Distributed_social_network]]@@
See also other ~InfoExhanging software categories:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:InfoExchanging]!is[current]]">>
<<boxref "''Ebooks software'' [...] facilitates the creation of ebooks. Besides ebooks, users also create digital scrapbooks, photomontages, brochures, school year books, journals, catalogues, manuals, magazines, cards and more on such platforms." "http://en.wikipedia.org/wiki/List_of_E-book_software">>
Notice there are at least three phases in the Ebook writing process each with different demands on the software used:
*Writing the manuscript
*Formatting the manuscript
*Converting the manuscript to ebook format
A ''text editor'' is a type of program used for editing plain text files.
Text editors are often provided with operating systems and software development packages, and can be used to change configuration files, documentation files and programming language source code.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Text_editor]]@@
{{||$:/_TWaddle/template/SoftwareCategoryGroup}}
An ''email client'', email reader or more formally mail user agent (MUA) is a computer program used to access and manage a user's email.
Popular locally installed email clients include Microsoft Outlook, Windows Live Mail, IBM Lotus Notes, Pegasus Mail, Mozilla's Thunderbird, The Bat!, Eudora, KMail in the Kontact suite, Evolution and Apple Inc.'s Mail.
A web application that provides message management, composition, and reception functions is sometimes also considered an email client, but more commonly referred to as webmail. Popular web-based email clients include Gmail, Lycos Mail, Mail.com, Outlook.com and Yahoo! Mail.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Email_client]]@@
See also other InfoExchanging software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:InfoExchanging]!is[current]]">>
''Fiction writing'' is the composition of not factual texts. Fictional writing often is produced as a story meant to entertain or convey an author's point of view. The result of this may be a short story, novel, novella, screenplay, or drama, which are all types (though not the only types) of fictional writing styles. Different types of authors practice fictional writing, including novelists, playwrights, short story writers, dramatists and screenwriters. @@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Fiction_writing]]@@
Note that Wordprocessors are typically not for book writing but more for business documents, as evidenced from features such as pie charts etc.
BTW, [[here|http://graemeshimmin.com/writing-tips-novel-writing-software/]]'s a nice article listing "all" software needed for writing a novel.
[[yWriter5|http://www.spacejock.com/yWriter5.html]] is a word processor for writers, designed by an author and programmer, which apparently has gained popularity as a free tool for authoring novels and other fiction writing.
See also other Authoring software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Authoring]!is[current]]">>
See also other Editor software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Editor]!is[current]]">>
Getting Things Done is a time-management method, described in a book of the same title by productivity consultant David Allen. It is often referred to as GTD.
The GTD method rests on the idea of moving planned tasks and projects out of the mind by recording them externally and then breaking them into actionable work items. This allows one to focus attention on taking action on tasks, instead of on recalling them.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Getting_Things_Done]]@@
See also:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Productivity]!is[current]]">>
{{||$:/_TWaddle/template/SoftwareCategoryGroup}}
{{||$:/_TWaddle/template/SoftwareCategoryGroup}}
{{||$:/_TWaddle/template/SoftwareCategoryGroup}}
An ''Internet forum'', or message board, is an online discussion site where people can hold conversations in the form of posted messages.[...]
A discussion forum is hierarchical or tree-like in structure: a forum can contain a number of subforums, each of which may have several topics. Within a forum's topic, each new discussion started is called a thread, and can be replied to by as many people as so wish.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Internet_forum]]@@
See also other ~InfoExchanging software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:InfoExchanging]!is[current]]">>
''Microblogging'' is a broadcast medium that exists in the form of blogging. A microblog differs from a traditional blog in that its content is typically smaller in both actual and aggregated file size. Microblogs "allow users to exchange small elements of content such as short sentences, individual images, or video links", which may be the major reason for their popularity. These small messages are sometimes called microposts.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Microblogging]]@@
See also other ~InfoCasting categories:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:InfoCasting]!is[current]]">>
A ''mind map'' is a diagram used to visually organize information. A mind map is often created around a single concept, drawn as an image in the center of a blank landscape page, to which associated representations of ideas such as images, words and parts of words are added. Major ideas are connected directly to the central concept, and other ideas branch out from those.
Mind maps can be drawn by hand, either as "rough notes" during a lecture, meeting or planning session, for example, or as higher quality pictures when more time is available.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Mind_map]]@@
<br>For TW, see [[TiddlyMap|http://felixhayashi.github.io/TW5-TiddlyMap/]]
See also other Diagramming software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Diagramming]!is[current]]">>
See also other Authoring software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Authoring]!is[current]]">>
[A] ''news aggregator'', also termed a feed aggregator, feed reader, news reader, RSS reader or simply aggregator, is client software or a web application which aggregates syndicated web content such as online newspapers, blogs, podcasts, and video blogs (vlogs) in one location for easy viewing.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/News_aggregator]]@@
See also other ~InfoCollecting software categories:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:InfoCollecting]!is[current]]">>
See also other PIM software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:PIM]!is[current]]">>
See also other Editor software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Editor]!is[current]]">>
See also other Authoring software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Authoring]!is[current]]">>
An ''outliner'' is a computer program that allows text to be organized into discrete sections that are related in a tree structure or hierarchy. Text may be collapsed into a node, or expanded and edited.
Outliners are typically used for computer programming, collecting or organizing ideas, as personal information management or for project management. Mind mappers and wikis are related types of software.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Outliner]]@@
See also other Diagramming categories:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Diagramming]!is[current]]">>
See also other Editor categories:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Editor]!is[current]]">>
A ''personal wiki'' is a wiki maintained primarily for personal use. Personal wikis allow people to organize information on their desktop or mobile computing devices in a manner similar to community wikis, but without the need for collaboration by multiple users.
Personal wiki software can be broadly divided into multi-user wiki software with personal editions, and those wiki applications that are designed only for single users, not depending on a database engine and a web server.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Personal_wiki]]@@
See also other PIM categories:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:PIM]!is[current]]">>
A ''personal information manager'' (often referred to as a PIM tool or, more simply, a PIM) is a type of application software that functions as a personal organizer. [...] to facilitate the recording, tracking, and management of certain types of "personal information".
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Personal_information_manager]]@@
{{||$:/_TWaddle/template/SoftwareCategoryGroup}}
{{||$:/_TWaddle/template/SoftwareCategoryGroup}}
<<boxref "''Reference management software'', citation management software or personal bibliographic management software is software for scholars and authors to use for recording and utilising bibliographic citations (references). Once a citation has been recorded, it can be used time and again in generating bibliographies, such as lists of references in scholarly books, articles and essays."http://en.wikipedia.org/wiki/Reference_management_software">>
(IMO also ''Bookmarks managers'' belong here.)
[Scientific writing as exemplified by ~LaTeX because it is one of the more popular systems in its category and is already supported by TW5]
''~LaTeX'' ... is a document preparation system and document markup language. It is widely used for the communication and publication of scientific documents in many fields, including mathematics, physics, computer science, statistics, economics, and political science. [...] ~LaTeX is not the name of a particular editing program, but refers to the encoding or tagging conventions that are used in ~LaTeX documents.
[...] widely used in academia. [...] can be used as a standalone document preparation system, or as an intermediate format. [...] offers programmable desktop publishing features and extensive facilities for automating most aspects of typesetting and desktop publishing, including numbering and cross-referencing of tables and figures, chapter and section headings, the inclusion of graphics, page layout, indexing and bibliographies.
[...] it offers authors ready-made commands for common requirements such as chapter headings, footnotes, cross-references and bibliographies.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/LaTeX]]@@
See also other Authoring software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Authoring]!is[current]]">>
See also other Editor software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Editor]!is[current]]">>
''Screenwriting software'' are word processors specialized to the task of writing screenplays. The need for such programs arises from the presence of certain peculiarities in standard screenplay format which are not handled well by generic word processors. [...]
[Variants include; standalone desktop applications. mobile apps, web applications which run in a web browser with no software to install. or add-ins for generic word processors such as Microsoft Word. There is also a package for ~LaTeX called screenplay, as well as a template for Pages.]
There is also a plain text screenwriting syntax called ''Fountain'' [see below] [...] which enables writing screenplays in any basic text environment, be it dedicated writing software, email or theoretically even any text you can run through OCR.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Screenwriting_software]]@@
The [[Fountain|http://en.wikipedia.org/wiki/Fountain_(markup_language)]] markup language:
[...] a free and open-source plain text markup language that makes it possible to write a formatted screenplay in any text editor, on any device, using any software that edits text files.
[...] inspired by John Gruber’s Markdown, and has its origins in two different and non-related projects: Scrippets, [and] Screenplay Markdown [...]
...
See also other Authoring software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Authoring]!is[current]]">>
See also other Editor software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Editor]!is[current]]">>
A ''social bookmarking service'' [...] enables users to add, annotate, edit, and share bookmarks of web documents. [...] Delicious, founded in 2003, popularized the terms "social bookmarking" and "tagging". Tagging is a significant feature of social bookmarking systems, enabling users to organize their bookmarks in flexible ways and develop shared vocabularies known as folksonomies.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Social_bookmarking]]@@
See also other Collaboration software categories:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Collaboration]!is[current]]">>
See also other ~InfoExchanging software categories:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:InfoExchanging]!is[current]]">>
''Task management'' is the process of managing a task through its life cycle.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Task_management]]@@
See also:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Productivity]!is[current]]">>
<<boxref "''Technical writing'' is any written form of writing or drafting technical communication used in a variety of technical and occupational fields, such as computer hardware and software, engineering, chemistry, aeronautics, robotics, finance, consumer electronics, and biotechnology. IT encompasses the largest sub-field within technical communication.<br><br>//The Society for Technical Communication// defines technical communication as any form of communication that exhibits one or more of the following characteristics: (1) communicating about technical or specialized topics, such as computer applications, medical procedures, or environmental regulations; (2) communicating through technology, such as web pages, help files, or social media sites; or (3) providing instructions about how to do something, regardless of the task's technical nature." "http://en.wikipedia.org/wiki/Technical_writing">>
The following tools are used by technical writers to author and present documents:
*Desktop publishing tools or word processors.
*Help authoring tools
*Image editing software
*Collaborative software programs
*Web development tools
*Graphing software
*Screen capture tools
[[Here|http://meteortips.com/blog/technical-writing-software/]]'s an informal article comparing tools for writing technical books.
See also other Editor software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:Editor]!is[current]]">>
[including also "Time Tracking"]
''Time management'' is the act or process of planning and exercising conscious control over the amount of time spent on specific activities, especially to increase effectiveness, efficiency or productivity.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Time_management]]@@
With a ''Web annotation system'', a user can add, modify or remove information from a Web resource without modifying the resource itself. The annotations can be thought of as a layer on top of the existing resource, and this annotation layer is usually visible to other users who share the same annotation system. In such cases, the web annotation tool is a type of social software tool.
Web annotation can be used for the following purposes:
*to rate a Web resource, such as by its usefulness, user-friendliness, suitability for viewing by minors.
*to improve or adapt its contents by adding/removing material, something like a wiki.
*as a collaborative tool, e.g. to discuss the contents of a certain resource.
*as a medium of artistic or social criticism, by allowing Web users to reinterpret, enrich or protest *against institution or ideas that appear on the Web.
*to quantify transient relationships between information fragments.
@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Web_annotation]]@@
See also other ~InfoCasting software:
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[sw:InfoCasting]!is[current]]">>
What tags are there to specify physical //positions// where to insert elements? Referring to tiddler [[http://tiddlywiki.com/#SystemTags]], I find;
*$:/tags/PageTemplate for the main page elements
*$:/tags/TopLeftBar for the top left bar
*$:/tags/TopRightBar for the top right bar
*$:/tags/AboveStory for elements to be placed at the top of the story river
*$:/tags/BelowStory for elements to be placed at the bottom of the story river
*$:/tags/PageControls for the page control tools in the sidebar
*$:/tags/SideBar for sidebar tabs
*$:/tags/MoreSideBar for tabs in the "more" sidebar
*$:/tags/ViewTemplate for the view template
*$:/tags/EditTemplate for the edit template
*$:/tags/ViewToolbar for the view mode tiddler toolbar
*$:/tags/EditToolbar for the edit mode tiddler toolbar
*$:/tags/ControlPanel (and sub-tabs)
*$:/tags/TiddlerInfo for tiddler info panel tabs
*$:/tags/TiddlerInfo/Advanced for tabs under the advanced tiddler tab
And to these we have fields //list-before// and //list-after// (...to all of them?)
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_global_tabindex
Occasionally when I edit a tiddler, particularly if I've changed the title, there is confusion to which one is the current in the Open list. Or if the Open list is just long.
I propose the current one is marked out in the list using e.g ''bold'' or a highlighted background, perhaps a slightly darker shade of grey. Or a little prefixing dot.
On [[BJtools|http://bjtools.tiddlyspot.com/#Welcome%20to%20my%20collection%20of%20tiddlywiki%20related%20projects]], I found a neat way of creating separators in a wikitext table.
Entering `<hr>` (short for, I believe, "header row") in a cell gives a stretching line.<br>
Entering instead `!<hr>` gives the line but also shading of the whole cell.
|!Header|!Header|
| Ini | mini |
| miny | moe |
| <hr> | <hr> |
| Ini | mini |
| miny | moe |
|! <hr> |! <hr> |
| Ini | mini |
| miny | moe |
Starting to type in a new tag opens the tag suggestion dropdown. But it always opens at far left forcing you to move over there to click the choice. It should drop down from where typing field is.
See [[$:/_TWaddle/TagCloud/CSS]] for CSS and cred/source.
<div id="tag_holder">
<$link to="HelloThere" class="tag">is //this// a link?</$link>
<a href="http://code.almeros.com/" class="tag">CSS3</a>
<a href="http://code.almeros.com/" class="tag">tag cloud</a>
<a href="http://code.almeros.com/" class="tag">Almeros</a>
<a href="http://code.almeros.com/" class="tag">code</a>
<a href="http://code.almeros.com/" class="tag">blog</a>
<a href="http://code.almeros.com/" class="tag">CSS</a>
<a href="http://code.almeros.com/" class="tag">HTML</a>
<a href="http://code.almeros.com/" class="tag">Visual effects</a>
<a href="http://code.almeros.com/" class="tag">W3C</a>
</div>
''Tags tagged "tag" so they can appear in this list because I'm thinking they may be of interest.''
<table class="tableFormatter">
<$list filter="[all[shadows+tiddlers]tag[tag]!prefix[$:/]] +[sort[]]">
<tr>
<td valign="top"><$link to=<<currentTiddler>>><$view field='title'/></$link></td>
<td>{{!!summary}}</td>
</tr>
</$list>
</table>
The cliché example of list applications. Needless to say, TW is perfect for this.
Because of the abundance of different task list solutions I doubt it would work as an [[appetizer|Appetizer TiddlyWikis]] per se, but maybe in a greater context like personal [[Project lists]] ?
I'm not even sure how to describe this. Khan Academy is using a really interesting video format... if it even is a video format... check out [[this example|https://www.khanacademy.org/computing/computer-programming/html-css/more-css-selectors/p/using-multiple-css-classes#]].
(...or am I the only one who hadn't seen this?)
[[Investopedia|http://www.investopedia.com/terms/p/product-family.asp]]
<style>
#prodfouter {position: relative; width: 100%; }
#prodfinner {position: absolute; left: 0px; top: -300px; clip:rect(320px 490px 1050px 10px); width: 100%; height: 100%; }
</style>
<div id="prodfouter"><div id="prodfinner" >
<iframe src="http://www.investopedia.com/terms/p/product-family.asp" width="1200px" height="1200px" >
</iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<table class="tableFormatter">
<$list filter="[all[shadows+tiddlers]!has[draft.of]tag[Term]!tag[Unfinished]] [all[shadows+tiddlers]!has[draft.of]tag[Terminology]!tag[Unfinished]]">
<tr>
<td valign="top"><$link to=<<currentTiddler>>><$view field='title'/></$link></td>
<td>{{!!text}}</td>
</tr>
</$list>
</table>
<style>
#o_textobj { position: relative;
}
#i_textobj {position: absolute; display: block; color: #ffffff; background-color: #000000; text-align: center; width: 130px; padding: 10px; font-family: "Segoe Print"; left: -140px; top: -120px;
}
</style>
<div id="o_textobj"><div id="i_textobj">
Stop looking at me as if I was some kind of object. I'm just text, you chauvinist!!!
</div></div>
''Difference'' ([[source|https://answers.yahoo.com/question/index?qid=1006031601476]])<br>
A ''word processor'' is a computer application used for the production (including composition, editing, formatting, and possibly printing) of any sort of viewable or printed material. e.g. Word
A ''text editor'' is a piece of computer software for editing plain text. It is distinguished from a word processor in that it does not manage document formatting or other features commonly used in desktop publishing. e.g. Notepad
''Background'' ([[source|https://in.answers.yahoo.com/question/index?qid=20080923070040AAAPpzQ]])
At one time, there were only editors. All formatting, such as centering text or indenting, had to be coded by hand. This was just fine for those that wrote programs or hypertext files. It was not fine for secretaries and writers. We didn't want to memorize strings of code just to center the title of an article.
In order to please both programmers and end users, text editors were imbued with added features. This annoyed programmers and consternated secretaries. Then IBM, in a clever marketing ploy, released a new line of business software for their computer system. They dubbed the text editor a "word processor." The term stuck.
Thus, the text editor and the word processor diverged. The first specialized in producing plain ASCII text and the latter in producing formatted documents.
[...]
So, a word processor is a type of text editor.
Text editors, too, have progressed from the simple programs of the previous century. We now have editors for creating web pages (HTML Editors), editors for programmers (Programming Editors), and editors that fall somewhere between notepad and a word processor (Text Editors). As a matter of fact, of the last, there are two basic types, ones that support RTF (rich text formatted) files and those that do not. I classify editors that support RTF as Lite Word Processors.
To further complicate matters, there are specialty editors. Specialty editors might allow you to publish a newsletter or a make a greeting card. Other editors act as information organizers. Get this, some editors help make "help" files.
It is not intuitive that editing a tiddler really means you create a new entity that exists //in parallel// with the original so you can have both open simultaneously, which on saving replaces the original... except if the "saving" was saving the whole wiki. Still, opening a permalink to a Draft is a dead link... unless it was saved as a draft. Emmm.
Imagine repainting your house; On project start, a //new// house is created, further down the street, to paint. Once finished, you destroy your old house and move the new one into its place.<br><center>[img width=170 [http://godlovestolaugh.com/wp-content/uploads/2014/12/mailman.jpg]]</center>
The Federation.. or perhaps the TWederation.
The is the big one. This is it. This will do to the the TiddlyVerse what the Internet did to the PC. We got a taste of it in Tiddly''Space''.
A federated system with individually hosted TWs that can communicate via some suitable protocol to trade tiddlers with one another. I tag this also as a Bottleneck because I think it is also a thing people //expect// in this very "digitally social" age.
I'm not sure what Jeremys/our //exact// vision is but I'm hoping for a system that basically could let you host a TW "core skeleton" and a list stating which tiddlers should be included. Then these tiddlers are fetched over the internet to build up the TW.
There is some kind of global tiddler search. On tiddlers that people decide to share of course.
There is some kind of global meta-information system where users can add meta information such as tags, ratings, etc. (Maybe meta-information, or some of the meta-information, is in itself in the form of tiddlers?)
There is some kind of global communication possible between users. Maybe a core is really an identitiy. "tiddler@core"
You build up your TW like a torrent swarm.
Content-communities build. The current TW discussions are pretty much limited to the google boards and therefore(?) centered on general TW development, when people can form groups I predict there will be more content driven applications. The "music interested people" will naturally begin to dabble with music related TW solutions. We should get a plethora of "dev subgroups".
Niche applications will also make TW more accessible, and 'exposable', to non tiddlywikians. Instead of "TW can do anything you want" it'll be more (like normal software) "TW will do //this// for you". It is perhaps unfortunate but it seems people appreciate limited options. The fine part is that with TW we have a zillion limited options ;-)
We have Duartes fantastic [[poster|http://tiddlywiki.com/poster/]].
This was the winning application in a poster [[contest|https://groups.google.com/d/msg/tiddlywiki/EQzQC4-HRd0/aZFwSgE0dcUJ]] I put up. As stated there, the goal was not a poster that was as beautiful as possible (even though the winning contrib in deed was!) but to get the maximum number of people to try out TW.
I'm wondering if, on our day an age of perfect graphics (particularly in ads), how an otherwise blank page just blatantly stating something along
:@@font-size:large;font-family:comic sans ms; a personal wiki@@
:@@font-size:large;font-family:comic sans ms; open source (free)@@
:@@font-size:small;font-family:comic sans ms; - tiddlywiki.com@@
...would stand. Imagine it seemingly handwritten. I believe it might just work well for the very reason that it does not look super polished.
One thing I fear with any poster or similar IRL ad is that they don't go to their laptop but instead pick up their phone and try to do the evaluation there.
Of possible use when we go Federation might be the attribute (rel="nofollow") on hyperlinks.
[[more info|http://googleblog.blogspot.se/2005/01/preventing-comment-spam.html]]
The Perfect Menu is still not created.
It should be like the Table of Contents macro, generating an accordion tree structure, but it should also generically allow for "stuff" to be inserted in a controlled way for each element, such as a small toolbar next to each menu item (with commands like //Delete, Create child, etc//).
It should be simple to rearrange internally, ideally drag'n drop of branches, and to add or remove new tiddlers and branches to it.
addendum: In coming back to this article months after I wrote it, I note it has the basic idea for what later became [[Create tiddlyspot directly via TW]].
<hr>
I would like to be able to direct people to individual tiddlers (e.g from TWaddle), i.e without the surrounding rest of the TW.
This is particularly needed now as I write this because TWaddle has not been officially released yet and I'm not comfortable in directing anyone here yet - but there are individual articles that I do wish to share.
How cool would it be if the export feature, allowing you to export a single static tiddler, was made so that you could easily apply specific styling and and just shoot out a single tiddler to become a mini-webpage in it's own?
Maybe the excellent tiddlyspot service could be made to accept these outshoots to become a new tiddlyspot all together (//thetiddler.tiddlyspot.com//). Or as a subspot under the current (//twaddle.tiddlyspot.com/thetiddler// or perhaps //thetiddler.twaddle.tiddlyspot.com//).<br>[//''addendum'': This idea is further explored in [[Create tiddlyspot directly via TW]] and [[Pull Requests Galore!]] //]
Would be darn cool and useful. Very easy to set up minimal test cases for questions or demos. Or to just make one-off statements on something.
<<list-links "[tag<currentTiddler>prefix<currentTiddler>] +[sort[]]">><<list-links "[tag<currentTiddler>!prefix<currentTiddler>]">>
Ah, the previlege of introducing titles for concepts!
I found a way to "hook" elements so that they move in tandem with the tiddler. Possibly old hat for some but I haven't seen it used and it enables some pretty cool things.
Here's the basic idea:
```
<style>
#outer { position: relative; }
#inner { position: absolute; left: -60px; top: -40px; }
</style>
<div id="outer"><div id="inner">
{{img/fish_small}}
</div></div>
```
<----- And that's el resulto! The tiddler boundaries are no limitation.
<style>
#outer_fish { position: relative; }
#inner_fish { position: absolute; left: -60px; top: -40px; }
</style>
<div id="outer_fish"><div id="inner_fish">
{{img/fish_small}}
</div></div>
The outer div (here called "outer") sets the position to be relative to the tiddler (and not the page). Given that, the //inner// then tells where it should go (CSS values -60px left and -40px top).... relative to where it is called in the tiddler code. I.e had that code appeared higher up in this tiddler, then the fish would also have appeared higher up.
The specific left and top positioning can be iffy. I hope to create some genereic solution using [[Range sliders]] some day. CSS values are defined a bit backwards so that adding more to left moves the image to the right adding more to top moves it down. Ask the html consortium if curious.
Be careful so that a larger image, or other content, doesn't cover the toolbar menu! If the edit button gets covered you can't go in to correct the position and you'll have to erase your whole TW. Ok, just kidding. One workaround is to rename the image temporarily, i.e that tiddler. If you're really showing an external image, or messed up in some other way, create a new tiddler and put a "remote editor" in it:
`<$edit tiddler="MessedUpTiddler" field="text" class="tc-edit-texteditor" />`
This also makes it much easier to experiment with positioning and other stuff in the styling and definition. I.e have the tiddler with the hooked content and then have the editor in the tiddler just above it and edit "live". You can also use my [[SideEditor|http://sideeditor.tiddlyspot.com/]].
We'll get back to the "remote editor" in a moment for some extremely cool things, but let me first mention how the Hooker Technique
''Text content'' - when hooking text, you'll likely want to include //width: 100%;// in the #outer div, so that text spreads across the full tiddler.
The viewtemplate could pick up an address from a field and a format form another field.
''A portable button''
<style>
#oportbutt { position: relative; }
#iportbutt { position: absolute; height: 10px; width: 20%; left: -130px; top: -30px; }
</style>
<div id="oportbutt"><div id="iportbutt">
<<linkimg "Oh yeah..." img/button "click me!" clickme>>
</div></div>
```
<style>
#oportbutt { position: relative; }
#iportbutt { position: absolute; height: 10px; width: 20%; left: -130px; top: -80px; }
</style>
<div id="oportbutt"><div id="iportbutt">
<<linkimg "Oh yeah..." img/button "click me!" clickme>>
</div></div>
```
<br><br>
More to follow.
The //''TW Project''// is not my term but I would explain it like this;
It is the project that includes everything that has to do with TW and the community surrounding it. This means the TW software itself, the dev process of it, and all the surrounding processes and systems that support this. It also refers to the user base and the community, the community culture the organizational structure and the social expressions.
I wish I could show it to you but it doesn't exist yet.
I think this could be a very valuable marketing tool for TW. Or //spreading tool// if you prefer a less commercial tune for it. Still it would be an ad - it's purpose to attract people to TW, which I guess means to attract them to visit tw.com and to try it out.
Now, we //have// Jeremys wonderful [[Introduction to TiddlyWiki|https://www.youtube.com/watch?v=KtCUr83XgyE]]. Maybe this is enough? It is an //introduction// so it's perhaps not really made with the intent of //attracting// new users - but for sure it is a zillion times better than nothing.
Still, what should an "attractor" contain? Who is qualified to do one? Any skilled video editors in our community?
As noted in [[Bring up TW in other contexts]], we should... do so.
But what to say? It partially depends on who you're talking to, but I guess the most important people for TW are competent programmers so what are the magic words to entice these guys? It also depends on the context. The context I imagine here is when I'm asking or talking about something else in some tech related forum, or perhaps commenting on a youtube clip (on coding) etc. So my thinking is... maybe the best thing to do is to provide a link to a youtube clip! I don't think a few words can compete with video to attract people to actually try out TW.
So WE NEED A GOOD ~3 MINUTES PRESENTATION OF TW!
What should it contain? How should it be presented?
The ¤ character is surprisingly absent in everyday life considering it's right there on the keyboard... at least on Swedish ones pressing SHIFT+4. For international Windows keyboards it is [[supposedly|http://symbolcodes.tlt.psu.edu/accents/codeint.html]] ~RightAlt+4
It is apparently the [[generic currency symbol|https://www.google.se/search?q=american+computer+keyboard+layout&ie=utf-8&oe=utf-8&gws_rd=cr&ei=VeMIVbajKIbuPJKKgVg#q=generic+currency+symbol]]. Looking into this a bit I stumbled over the interesting concept of [[glyphs|http://en.wikipedia.org/wiki/Glyph]].
\define slidertable(field:"nofield" ex unit txt)
<tr><td valign="top">[[$field$|$:/themes/tiddlywiki/vanilla/metrics/$field$]]@@float:right; $ex$@@$txt$</td><td valign="top"><$edit-text tag="input" type="range" tiddler="$:/.ThemeTweakSizes" field="$field$"/></td><td valign="top" nowrap>@@display:inline-block;width:3em; <$edit-text tiddler="$:/.ThemeTweakSizes" field="$field$" default="" tag="input" size="3"/>$unit$@@</td></tr>
\end
[[Theme Tweak Size Settings]]<br>
<style>
#textsizes{ position:fixed; right:20px; top:30px;
background:white; border: 1px gray solid; }
{{$:/_TWaddle/CSS/SizeSliders/BaseCSS}}
{{$:/_TWaddle/CSS/SizeSliders/Thumb}}
{{$:/_TWaddle/CSS/SizeSliders/Track}}
#storytop {position: fixed; width:100vh; left:-10vw; top:51vh; transform:rotate(90deg);}
#storyleft {position: fixed; left:0px; width:100vw; top:95vh; }
#storyright{position: fixed; left:0px; width:100vw; top:0px; }
#tiddlerwidth{position: relative; width:100vw; left:-40px;}
#widthcutter { width:{{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}}; overflow-x: hidden; left:-40px; height: 30px; }
</style>
<table class="no-border" width="100%">
<<slidertable "sidebarbreakpoint" "" "%" "<br>//the minimum page width at which the<br>story river and sidebar will appear side by side// ">>
</table>
<<note "[[storywidth|$:/themes/tiddlywiki/vanilla/metrics/storywidth]] is set to same value as tiddler width.">>
<!-- Independently floating box for font settings as they otherwise affect the page as they are set -->
<div id="textsizes">
<table class="no-border" width="100%">
<tr><td colspan="3" nowrap>@@float:right;color:crimson; "''!''" = change carefully @@</td></tr>
<<slidertable "fontsize" "" "px">>
<<slidertable "lineheight" "" "px">>
<<slidertable "bodyfontsize" "'' @@color:crimson; !!!@@''" "px">>
<<slidertable "bodylineheight" "!" "px">>
</table>
</div>
<div id="storytop"><$edit-text tag="input" type="range" tiddler="$:/.ThemeTweakSizes" field="storytop"/></div>
<div id="storyright"><$edit-text tag="input" type="range" tiddler="$:/.ThemeTweakSizes" field="storyright"/></div>
<div id="storyleft"><$edit-text tag="input" type="range" tiddler="$:/.ThemeTweakSizes" field="storyleft"/></div>
<div id="widthcutter"><div id="tiddlerwidth">
<$edit-text tag="input" type="range" tiddler="$:/.ThemeTweakSizes" field="tiddlerwidth"/></div>
<div></div>
It feels a bit strange/inconsistent to set things in the Controlpanel but then to click X (i.e close) without any save or done first. X usually means 'leave unchanged'.
<style>
#thumbnail { display: block; width: 40px;}
#thumbnail:hover + #title {display: block;}
#title {display: none; }
</style>
<div id="thumbnail">[img[img/head]]</div>
<div id="title">Good day!</div>
<table class="no-border">
<tr>
<td valign="top" width="50%">''TW goodies'' @@color:gray; (e.g from the TW forums)@@<br><<bookmarkstable "$:/.TidLink">></td>
<td valign="top" width="50%">''Non-TW goodies''<br><<bookmarkstable "$:/.ExtLink">></td>
</tr>
</table>
<<box "Tiddle bits for your pleasure. Not that I'm the originator of each single one but anyway.<br>And yeah, you're right, the categorizations are not 100% consistent...">>
''Proudly...''<br>
@@color:grey;font-style:italic; some of my creations outside of TWaddle, e.g my plugins@@<br>
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Creation]] [all[shadows+tiddlers]!has[draft.of]tag[Creations]] +[!sort[recent]]">>
''Majorly cool''
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Tidbit]tag[Major]] [all[shadows+tiddlers]!has[draft.of]tag[Tidbits]tag[Major]] +[!sort[recent]]">>
''Cool, too''<br>
● [[List of valuable links|Tidbit Links]] @@color:gray;font-size:90%; //- quick links from the discussion group or external sites// @@
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Tidbit]] [all[shadows+tiddlers]!has[draft.of]tag[Tidbits]] -[tag[Major]] -[tag[Non-TW]] +[!sort[recent]]">>
''How To...''
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[HowTo]] +[!sort[recent]]">>
''Cool Non-TW stuff''
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Tidbit]tag[Non-TW]] [all[shadows+tiddlers]!has[draft.of]tag[Tidbits]tag[Non-TW]] -[tag[Major]] +[!sort[recent]]">>
<style>
#otidbits { position: relative; display:block;}
#itidbits { position: absolute; right: -70px; bottom: 0px; }
</style>
<div id="otidbits"><div id="itidbits">
<$image source="img/tidbits" width="150px;">
</div></div>
There are many services that deal with "information chunks" comparable to //tiddlers//. This is interesting because it is an //indication// that it is a type of service that TW might be applied to.
Here's my (arbitrary!) list of //software categories// that I see relevant for TW in "some way", partly because I note that many of them deal with information that could be treated as tiddlers;
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[SoftwareCategory]]">>
A way to remove, or at least disempower, dead links from appearing [[like this]], would be a script to insert a tilde ~ in front of it. At least in case of camels. I believe this was discussed in one of the later hangouts but can't recall any conclusion.
To tildefy the other case, i.e dead but bracketed titles like `~[[this]]`results in ~[[this]], so less good.
Anyway, it is typically the ~CamelCases that are unintentional. In tab //Missing// there could be a simple checkbox next to each such title. Ticking it injects a tilde and removes the item from the list.
Or how about this!
A plugin that makes it so that if you //click// on a dead link you get a little popup with the alternatives::
:Add `~` to delinkify
:Create new tiddler
:If any exist, it also shows a list of titles that are //tagged// with this missing string
Clicking the second option opens the //New tiddler// editor. After all, there is little point in opening a non-existing tiddler with the current "//Missing tiddler "~FooBar" - click {{$:/core/images/edit-button}} to create //".
The third element, is actually something [[@TobiasBeer]] has implemented as part of his tagglytagging version for TW5. I use this so you can see the code here [[$:/.tb/ui/ViewTemplate/tagging]]. Really good idea.
I know, it can be an //intentional// part of the workflow to write non-defined titles - for instance in a Todo-list, so that it alerts or calls your attention. Or for a list of chapters, showing if a chapter-tiddler is created or not. This still doesn't justify opening a "missing tiddler" in //view mode//. It should be in //edit mode// at least.
...but the popup makes more sense. For public wikis the popup content could be a message about missing tiddler. This is //much// better than having visitors (//real people//, not tiddlywikians) get a "missing tiddler" (ugh!!!)
But I //do// have some alternative ideas, see [[Public TWs need alternative missing tiddler message]].
Everything tiddly. Some refer to it as Tiddly''*''... or maybe that's a subset of the TiddlyVerse.
[[http://www.tiki-toki.com/]] is a time-line service.... meaning a way to create nice looking timelines. I saw it recommended in some article.
I'm guessing such a thing shouldn't be too difficult to create in TW? We can sort things by tag and by time, we can display popups with information etc...
Some [[deifnitions|http://www.morewords.com/word/twiddle/]] of twiddle:<br><br>
<dd>- To touch lightly, or play with; to tweedle; to twirl;<br>
as, to twiddle one's thumbs; to twiddle a watch key.<br>
- To play with anything; hence, to be busy about trifles.<br>
- A slight twist with the fingers.<br>
- A pimple.
Yo Joe! You know Lorem, right? Well he ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
{{img/fish_small}}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<br>
`<img alt="" style="margin-right:30%;" />OUCH, stop pushing me 30%!`
<img alt="" style="margin-right:30%;" />OUCH, stop pushing me 3o%!
You could also use e.g "margin-left" if you prefer the little "thingy" just in front of the text. Or you can use an actual image, say 1px big and transparent if you don't want the thingy at all. For this you would need to use the src attribute (wich of course is what is intended for the img tag).
Now //this// could be powerful marketing for TW!
Imagine being able to send nice html-emails. Perhaps your personal signature or even logo and some other stuff. Well, TW can produce single html-files with the toolbar command //Export tiddler//. Surely we should be able to make it so we can use TW to create emails!
Now, different email clients have different rules for what they allow in an email. I know there are restrictions on javascript. For pure html I don't know, but I do know it is popular for some companies to send ads or newsletters in html. That's an indication it should be accepted generally. TW itself contains javascript - and I really hope that eventually we can send real full TW emails (imagine!) - but for now we will probably have to settle with //static// TW's or, even more realistically, smaller sized individual and static tiddlers.
Imagine how powerful this could be for spreading TW if we include a link to tw.com or a TW of your own. Or to a [[youtube clip|The TW video clip commercial!]] presenting TW!
"TW Glass" has nothing to do with awkward looking glasses
{{img/twglass}}
Instead it is about a concept I twaddled about already [[back in 2008|https://groups.google.com/d/msg/tiddlywiki/C-A9Cj4X1Dg/qEFtSahJLo0J]], then with the application of using it as an annotation tool for external web pages. Here I try to also take it a bit further. The idea is pretty simple: Have tiddlers "overlay" external pages so that you can annotate "on top of" that external page.
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[Glass]has[created]sort[created]limit[10]!title[currentTiddler]] -[<currentTiddler>]">>
Yes, this really is an iframe showing tw.com.
<div style="position: relative;">
<div style="position: absolute; left: 130px; top: 230px;"><div style="width:60%;">
{{img/filmtime}}</div></div>
<div style="position: absolute; right: 0px; top: 170px;"><div style="width:100%;">
{{img/scrollstop}}</div></div>
</div>
<iframe src="http://tiddlywiki.com/#HelloThere" width="600" height="400"></iframe>
<table style="width:100%; ">
<tr>
<th >[[From Joe|fromJoe]]</th>
<th style="width:50%;">[[To Joe|toJoe]] (edit directly in text)</th>
</tr>
<tr>
<td style="vertical-align: top;"><$transclude tiddler="fromJoe" mode="block"/></td>
<td style="vertical-align: top;"><$edit tiddler="toJoe" field="text" class="tc-edit-texteditor"/></td>
</tr>
</table>
Explanation: Our TW here is, via an iframe, peeking at Joe Shmoes TW, which is on a different domain(!). Joe Shmoe is sharing his insights with us on an iframe where he is peeking at yet another site!
Wait a bit while it loads...
<style>
#outerdive {position: relative; width: 100%;}
#innerdive {position: absolute; left: -65px; top: -325px; clip:rect(305px 655px 1005px 55px); }
</style>
<div id="outerdive"><div id="innerdive">
<iframe width="700" height="700" src="http://joeshmoe.tiddlyspace.com/#Annotation" scrolling="no" frameborder="0" overflow="hidden"></iframe>
</div></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Annotate straight on an image. The image is in the back and at front is and ''editor that you can type straight in to - try it''.
<style>
#oimgann{ position: relative; }
#iimgann { position: absolute; left: 0px; top: 30px; width:600px;}
</style>
<div id="oimgann">
{{img/fish}}
<div id="iimgann">
<$edit tiddler="SomeText" field="text" class="tc-edit-overlayeditor" />
</div>
</div>
As stated, you can get direct edit //and// view mode inside the edit view in this tiddler by using the "show preview" feature. See also [[TW Glass: Text on webpage, external editor]]
<div style="position: relative;"><div style="position: absolute; left: 150px; top: 160px;"><div style="background-color:yellow;">
Go into EDIT MODE for this tiddler
...and click "show preview."
You can annotate external webpages!
BTW, this Wikipedia page needs updating!
</div></div></div>
<iframe src="http://en.wikipedia.org/wiki/TiddlyWiki" width="800" height="400"></iframe>
Someone posted a link to [[Git Immersion|http://gitimmersion.com/]]. What an absolutely marvelous name. And the front page looks conceptually great too. I like it for the following reasons;
Basically the front page, all within viewport(!),
*mentions what it is (//"Git Immersion is a guided tour that walks through the fundamentals of Git"//)
*gives a very brief description of what Git is
*features a few "install git" buttons
*...and lastly, has a clear green , right-pointing arrow at lower right with the teasing text "Start Git Immersion".
Clean, simple. And everything in large, friendly print or symbols.
Clicking the arrow also leads to a very clear page. Over sized numbering for the help steps that in themselves are short and quick to read. I'm a bit hesitant to the ToC being a separate popup thing though. I need more time to decide on this one.
Anyway, I think a similar front (viewport) page and a //"guided tour that walks through the fundamentals"// is a good staring page for the TW documentation. Or at least as an optional entrance point into the TW documentation.
How about a wiki that works in a common web browser!!!! Just imagine!
Yes... you and I might have come over the initial chock from this concept, but I'm //sure// that if you say it to someone else they would find it, rightly, very cool!
We should take advantage of this!
We should package TW into a an app and ''add it tho the different browsers respective app stores''!!!
A [[quick search|https://addons.mozilla.org/sv-SE/firefox/search/?q=wiki&appver=37.0.1&platform=WINNT]] in the FF addon store, or whatever it's called, seems to list very few actual wikis. Most of it is something connected to wikipedia.
This would expose TW to millions and millions of people.
I think it would be a very powerful marketing channel.
I hope to make a "TW vs..." series comparing TW with whatever people see as alternatives. Perhaps Evernote, ~OneNote, Google Keep, Word, or even physical post-it's, notebooks etc.
I believe this should be of value for potential newcomers.
Such a list should probably be provided on tw.com
On tw.com, the documentation should be classified into //main article// and //non-main article//. There could be a note or perhaps tag clarifying that it is "Main article on the subject". But, more importantly, //non//-main texts should have a note stating that "For subject main article, see: `[[Foobar]]`".
IRL example; In wanting to learn about //macros//, I typed in "macro" in tw.com search field. Resulting list is very long and it is just not clear which articles I should read - or even which ones are documentation articles at all. Changing the search to "macro''s''", I get a shorter list. Among the results are titles //Macros// and next to it //Macros in WikiText//. The latter title sounds like the formal article... but no. It is the former.
Related; it would be good if one could search for "macro main article" and //not// get the non-main tiddlers that state "For subject main article, see..."
...can't we just do it? Would it be welcome if people made pull requests? I ask because it is obviously an easy thing to do (even for non-programmers!) but equally obvious is that it is ignored.
It does affect the impression of both tw.com and TW negatively. And it's one of those quirks that (1)you see (2)frequently and (3)is particularly confusing for newcomers (who might be evaluating if they want to use TW!) No [[deal breaker|DealBreaker]], but it does nag the professional image of TW.
Me say: [[Tiddlify or Tildefy|Tiddlify or Tildefy... or Poppify?]]!
We have an an active community. But tw.com does not reflect this well. Yes, we do have the [[Community|http://tiddlywiki.com/prerelease/#Community]] tiddler and we comment on the community etc, but IMO we should have something that //really// reflects the vitality of the group.
I propose something that people can post to. A bit like an RSS feed or twitter feed, but that permits different kinds of input. Maybe even [[this|Export into someones TW - works already?]] idea to have people //export// tiddlers straight to a sandboxed area on tw.com?
This could also be the place to make more official statements. A, say, journalist writing about TW shouldn't have to read the //boards//, it should be enough to go to tw.com. And, even worse, the article he is writing for //Newsweek// or //Cosmopolitan// should definitely not have to //link// to the google group... (ugh!!!)
The main problem with the above mentioned Community tiddler is that is relies on one mans effort to reflect the vitality of the whole community by manually creating each tiddler . Certainly he is the man //most// suitable to do it but he is still one single individual and I'm afraid this is not enough for this matter. IMO.
<style>
/* CRED: http://robertnyman.com/css3/css-animations/css-animations-percentage.html */
.animation-container {
height: 0px;
-webkit-animation: movearound 4s ease 1 normal;
}
@-webkit-keyframes movearound {
0% { width: 200px; -webkit-transform: scale(0.5) rotate(15deg); }
30% { width: 300px; -webkit-transform: scale(1.3) rotate(15deg); }
60% { width: 100px; -webkit-transform: scale(0.3) rotate(15deg); }
100% { width: 400px; -webkit-transform: scale(1) rotate(0deg); }
}
#outer { position: relative; }
#inner { position: absolute; left: -120px; top: -75px; }
</style>
<div class="animation-container"><div id="outer"><div id="inner">
{{img/twaddle}}
</div></div></div>
https://groups.google.com/forum/?fromgroups=#!topic/tiddlywikidev/FNltc746Sjw
A //twiddle// [[is|http://www.morewords.com/word/twiddle/]]:
```
◾ To touch lightly, or play with; to tweedle; to
twirl; as, to twiddle one's thumbs.
◾ To play with anything; hence, to be busy about trifles.
◾ A slight twist with the fingers.
◾ A pimple.
```
Of these we are here exclusively concerned with all four.
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Twiddle]] [all[shadows+tiddlers]!has[draft.of]tag[Twiddles]] +[!sort[recent]]">>
<style>
#otwiddles { position: relative; width="100%"}
#itwiddles { position: absolute; right: -70px; bottom: -20px;}
</style>
<div id="otwiddles"><div id="itwiddles">
<$image source="img/twiddles" width="200px">
</div></div>
From [[Wikipedia|http://en.wikipedia.org/wiki/Twiddly_bits]] (but my formatting)
//Twiddly Bits// is an English slang term.<br>
From the word twiddly (sometimes spelled Twiddley);
:curly or decorative, esp. in an unnecessary way and bit; a small piece or amount of something, a twiddly bit is anything that is relatively small and trifling or elaborately decorative. Twiddly is a word commonly used in British English, as in Roald Dahl’s //The [[BFG|http://en.wikipedia.org/wiki/The_BFG]]//, where the giant’s large ears allow him to hear absolutely every single twiddly little thing. The term twiddly bit is applicable in almost any context and is commonly used to describe aspects of architecture, art, music, literature, fashion, etc.
<br>
<<<
1. I don't know how to<br>
2. make two lists following each others
1. to appear like this<br>
2. i.e as two separately numbered (or bulleted) lists.
<<<
<br>Check out the code and you'll see the above has hard coded numbers. The following illustrates the problem.
#So, here's a list with only ''two'' bulleted items
#followed by an empty row.
#Now here comes my second list!
#...right?
Apparently wrong... ok, guess I must insert a `<br>` in "the only reasonable place" in the code...
#Two items
#followed by a separate row containing only a `<br>`
<br>
#Now this should work!
#...right?
Clearly not. It broke. Ah, OK, a list must be preceded by an empty line! Maybe I just need //two// empty lines?
#like
#so
#works?
#...no...!
AHA!
#I must use
#//both// a `<br>` and an empty line!
<br>
#perfect! ...not!
#now two empty lines do appear.
<br>...etc. I don't know how to do it using simple markup.
Using
* Google Docs/Drive - or other service that allows you to put up a "publically editable" doc
* iframe
* the [[Tiddler Hooker|The Tiddler Hooker Method]] method,
...we can create what appears a bit like a message field in tiddlers.
https://docs.google.com/document/d/1UqUuHk_LpHO-26b7-K-PrO5e6-VVd3FXxaKhNdJOvU0/edit?usp=sharing
http://typewonder.com/home
Super smooth: just type in the url, say cnn.com, choose font from the list and see how it appears.
Unfortunately it creates an error for tw.com. Apparently a [[fault of the service|https://groups.google.com/forum/?fromgroups=#!topic/tiddlywikidev/6JCgZ5MEsLI]] but can be circumvented if you apply it to a static TW.
<<boxref "''Typography'' is the art and technique of arranging type to make written language readable and beautiful. The arrangement of type involves selecting typefaces, point size, line length, line-spacing (leading), letter-spacing (tracking), and adjusting the space within letters pairs (kerning). [...] typography has been put in film, television and online broadcasts to add emotion to communication." "http://en.wikipedia.org/wiki/Typography" >>
A [[Grocery list]] should be a useful allurement and entrance point for TW. A grocery list...;
*concerns everyone
*is simple in concept
*everyone knows already what it is<br><br>
*...and it can probably go "under the radar"
What I mean is that people could probably use it without realizing it is a much more complex system (i.e a TW) that they're using and without experiencing that something is difficult. An application presented as a solution to a specific problem and accompanied with a suitable theme where any (seemingly) irrelevant stuff can be hidden, prevents people from //expecting// features outside of it's specialty.
The point? Well, it can serve as a marketing tool for TW. "Powered by ~TiddlyWiki" - but much more! If well designed it can be something that introduces necessary additional features on a need basis. The need to add your own item to the grocery list come rather immediately. But there could be a //notification// after a while about how to "add a comment on a grocery" (//"low lactose if brand X", "Sourcream&Onion for Jane",...//). Later on, how to create a list of items and apply the tag "Healthy"...
...gradual realization that the thingy is really built on a powerful [however we describe TW] and perhaps even that they //already have it//.
And, of course, links to other TW applications, guides etc.
// - Why should we "go under the radar" to begin with? Are we supposed to //trick// people into using TW?//
Of course not. But we need incentives for people to take a look at TW and we need channels and "vehicles" to show TW to the world. It is simply a fact that ''they have as little reason to bother with "a non-linear personal web notebook" as you have to bother with 99.9% of the products out there''. Until you know how fantastic TW is, it is just yet another thing.
//- But would this even attract the //right// audience? People that are technical enough to use TW at all? TW is way to complicated for most people.//
If they //are// the right people - great, there's now a chance they'll join.<br>If they are //not// the right people - great, we've still spread TW a bit more and hopefully they'll inform others about the great grocery list tool... which might just make it spread to the right people. Win-win.
//- How would it reach anyone to begin with? How would they find it?//
I don't know. It's the same difficulty as always. But it is 100% certain that someone searching for a grocery list tool will NOT (a) find TW and (b) think "Oh- //this// is what I will use for a grocery list!"
Not ready for your eyes just yet.
<<list-links "[all[shadows+tiddlers]!has[draft.of]tag[Unfinished]]">>
Every now and then I find I paste an url into tiddlers. I typically prettify them `[[like so|http://uglyurl...]]` but it would be nice to have a default scrubber so one wouldn't always have to bother with this unless you really //want// to.
It could slice out the section between `://www.` and the next `/`. If there is no "www", falls back to try only `://`. This way you'd get default links looking like
*@@color:blue; cnn.com@@
*@@color:blue; docs.google.com@@
● Previous exposure to TW<br>
● Coding experience<br>
● Ambition in TW mastery<br>
● Intended use for TW<br>
<style>
#lady_o { position: relative; }
#lady_i { position: absolute; right: -43px; bottom: -20px; }
.lady_white{ display: none; }
.showtime:hover .lady_white{ display : block; }
.showtime:hover .lady_transp{ display : none; }
</style>
I noted an interesting design tidbit [[here|http://calibre-ebook.com/]]. If hovering over the image, you get a popup (which doesn't popup very elegantly) that shows an identical image and in the exact same position but with a clear surrounding space. What a simple way to give an element all the visual attention! And only when the user wants it! This should also let you put more into a limited space when you design the page.
Here's a simple test. Hover over the girl (I know you want to!) Two images of same size but different amounts of white and transparent. You can of course visibilize //anything//, not only white space. Or use two completely different pics.
Another idea is using two //different// size images that are embedded (not floating on top, like here). Hovering would then //move/push// the text around its edges! (...I think.)
<div id="lady_o"><div id="lady_i" class="showtime">
<span class="lady_white">{{img/ladywhitebg}}</span>
<span class="lady_transp">{{img/ladytranspbg}}</span>
</div></div>
Could it even be beneficial for tiddlers? Crammed tiddlers - hover, or otherwise select one, and it clears the surroundings? A sidebar that clears part of the tiddler river?
Here's an experiment with a titles list using the CSS `box-shadow`. I set it to black to make it visible - white would look (much) nicer but it would be less obvious what is happening. Interestingly, I notice how the `list-links` macro (any list?) puts the succeeding title with another z-index(?) so the result is to only shade over the preceding element!
<div id="foo"><<list-links "[tag[Graphics]]">></div>
<style>
#foo a:hover {box-shadow: 0px 0px 10px 20px black; z-index:1000;}
</style>
<style>#AAFrame { position: relative; display: inline-block;}
#AAbutton { position: absolute; width: 100%;}
</style><div id="AAFrame"><div id="AAbutton">⎥⎥⎥</div></div>
"Hi, I'm Joe Schmoe and I don't wanna do //any// coding or "settings" or modifications, I just want things to //work//. So, what can TW do for me?"
Yes, I know you feel Joe is an ungrateful kid. But in fact he is reasoning exactly like you do regarding your TV set and your car and this we cannot expect everyone to love to tiddle fiddle. (If you and I want TW to spread, then this is //our// problem.)
So, the question here is - what //can// be achieved with default TW?
What would someone who was just found and used it say? IS it a software for note taking? How does it stand up against alternatives, in what ever 'category' it is classed by him or her?
See also [[What minimum demands for the class TW is in?]]
What is the killer [[USP|http://en.wikipedia.org/wiki/Unique_selling_proposition]] for TW vs other wikis?
Or rather, for TW vs other wikis //that people see as alternatives to TW//.
I believe this question is warranted for many reasons. Among them is that in our efforts to reach others, it is easier to know what to emphasize if we know what makes TW unique.
Of course, most people //don't// use wikis to begin with, so for them it is probably a matter of explaining why they ought to start to.
But for people in-the-know, it makes sense to be able to bring up the USPs of TW... and particularly, and this is the big point of the paragraph, particularly there may be programmers who develop wikis who might just try TW out if we present it in an appetizing way.
I tried embedding a Jolt Cola in TW but it must not have the same power these day. What is your suggestion to do or emphasize in TW that will attract them?
Closely related question: [[What minimum demands for the class TW is in?]]
//"Hi, I'm Joe Schmoe. I'm looking for a "non-linear personal web notebook". You seen one?"//
Do we fulfill this? I guess we do, but what //category// of software does TW belong in? When people look for "a tool" and consider TW among other alternatives, what are the common elements among those alternatives?
I intend to investigate this further.
See also:
* the closely related question [[What is the TW USP ?]]
* [[What can default TW do?]].
So if we were to try to //get// programmers to TW, where would we find them?
What is common in their behaviour?
Do they hang out out in some specific discussion groups?
What debuggers to they use?
What review websites do they visit?
Which physical magazines do they read?
...where do we aim?
Some two years ago I stopped using [[TiddlySpace|http://tiddlyspace.com/]] (not to be confused with ~TiddlySpot). I still have some spaces there and, sure, it happens I look up something or even do a little tweak or two but I cannot call myself a user anymore. Here's why:
*When their (at that time) only developer left some two years ago, development obviously immediately halted. At least as far as I know.
*...which is the second reason; there is barely any information from the admin on the status, the intentions, the eventual development etc. I put in a lot of work in my TWs so even suspecting that the service might suddenly shut down is a show stopper. Such worries arise from lack of communication.
**To my surprise I just saw [[this post|https://groups.google.com/forum/?fromgroups#!topic/tiddlyspace/GhKoU8eIcAM]] with friendly help from the Osmosoft team.
**...still, the fact that it is anonymously signed ("Osmosoft" instead of a persons name) makes me feel someone is hiding and perhaps who doesn't want official responsibility.
*I don't think they //want// people to use the service. Obviously the main "customer" base can be reached on the //main// google group, but after they have never posted //anything// there as far as I know.
*It is owned by a commercial company, BT, and TiddlySpace is clearly not a service they make money on which, of course, is my main reason for worrying that they might shut it down.
That said, I believe it was Ed Dixon (established TW community member) who less than a year ago reported having a ''very positive'' meeting with them and there was absolutely no hint of anything shutting down. My bullets above are only my own worries/suspicions and mainly based on what happened two years ago. Who knows, maybe things have picked up... but "behind the scenes" in that case because the tiddlyspace google group is still rather passive and, as noted, there are no appearances or interaction at all on via the main google group.
I don't know no why but the few wiki comparison sites I find are all very dated. About ten years. Are wikis seen as a fad of the past?
There is [[wikimatrix.org|http://www.wikimatrix.org]], a comparison engine for wikis (including an entry on [[TW|http://www.wikimatrix.org/show/TiddlyWiki]], of course). This particular site is probably the most modern one in that it allows users to add and update their stuff instead of some lone website owner. In other words it lists some updated stuff and some stuff that should have been declared dead years ago.
There is a [[wikienginecomparison|https://moinmo.in/WikiEngineComparison]] at Moinmoin... and [[WikiReview|http://www.spack.org/wiki/WikiReview]] is mentioned in the comments to the above.
c2.org, by original wiki inventor Ward Cunningham, has a [[top-ten listing|http://c2.com/]] for wikis. Note the three criteria for the list. TW is listed under "Pending nominations". The page, at bottom, states Sept. 2014 (but the page has an older feel to it than that).
[[wikimatrix.org|http://www.wikimatrix.org]] is a comparison engine for wikis.
TW is [[present|http://www.wikimatrix.org/show/TiddlyWiki]], of course.
Github has added a [[few commands|https://guides.github.com/features/mastering-markdown/]] in the markdown variant //markup//. Among other stuff, they have this syntax for ''tables'':
`First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column`<br>
It's clever that...;
* only the first row has a line under it
* testing on Gh, I find minimum line to be `---|---` (3 hyphens, 1 pipe, 3 hyphens)
* no outer pipes
It appears that headers are necessary. IMO that initial line would be clear enough to specify it's a table.
For a third column, you must both add a third header //and// extend the cross to be: ` ---|---|---
`. Again, I think that seems like overkill. It might be //nice// to get a quick clear view of how many columns, but `---|---` should be enough to define it as a table.
I would like to see this in TW.
In addition, it would be great if the tabulator button worked, not as jumping between fields (press it in editor and you jump to type field), but instead as it does in regular text editor. This way you could have pretty(...ish) tables also in editmode. It can be very messy to edit a table.
It'd be enough to disable the field jumping in only the editfield.
If the tab button could also be made to jump to just before pipe characters, perhaps by using SHIFT+TAB, it would be really good!
!!!General on tables...
I understand tables is so far a bit of a problem in TW. I think this is because tables are complex and they can have many different applications. Maybe multiple solutions to create tables would make sense for this reason? Outside of TW, I guess spreadsheet software ("Excel") is the most perfect we have for tables. If this is what we need, then I just want to point out that each single cell in e.g Excel is almost like a full tiddler. A text field, used in both edit and view mode. An X- and Y- coordinate, perhaps most easily created with two fields in TW. Etc. It would, by the way, be easy to add a Z-coordinate or even further dimensions in a way that I think Excel cannot(?).
A desirable feature(?) is a design that lets a user select individual or multiple rows or columns. (Select as in marking out for e.g Ctrl+C). In most (all?) html tables, trying to select a single column will instead select the row content, in effect marking out the whole table.
This...
`<$list filter="[tag[foo]]">{{!!title}}</$list>`
...annoyingly doesn't wikify the resulting titles. Except for the CamelCased ones of course, making for a list that looks like a broken neon sign.
So, you must put a link widget around the title transclusion. Pretty cumbersome... but it get's worse; as describd in [[Problem linkify CamelCased title]], it turns out that the CamelCased words make up their own links //inside// the full title link! To prevent this, you must first make it all a string before making it a link;
```
<$list filter="[tag[foo]]">
<$link to={{!!title}}><$view field="title" format="text">{{!!title}}</$view></$link>
</$list>
```
I propose a simple ~WikiText markup to wikify the inner part of this because it is just //so frequent//. So, I propose this as a new ~WikiText command:
:`[[!!title]]`
I think that's even so intuitive I think I must be missing something obvious.
And when you groan from getting that neon sign it will be very easy to just change the brackets!
My initial thinking for this was to treat/parse the whole `[[!!title]]` as one static unit... but how about treating only the initial `[[!!` as an identifier to linkify anything that follows, which is parsed as a transclusion, until the end marks `]]`. In other words,
:`[[!!foobar]]`
would //transclude// and //linkify// the value in the foobar field.
Whoa!
I fear I must tag this not only as a Proposal but also as a Pie-in-the-Sky...
Wish lists, Gift idea lists, etc; These can be separate TWs or a component in a broader [[Household TW]].
Make notes about other peoples interests, about gift ideas, perhaps list pre-bought things waiting to be given away.
It can be made //public//, for example to show "the rest of the family the kids wish lists" for birthdays or holidays. Clothes sizes can be noted etc.
Making it beautiful is also an incentive to investigate how to customize the TW.
Side note: I have often pondered over how "clever" it is for music artists to produce holiday songs, e.g Christmas songs. If they hit (yeah, that's a big "if") they can re-surface and bring in dough year after year, as opposed to the typical come-and-go nature with pop songs.
Uses $:/_TWaddle/WordCloud/CSS
[[Source|http://onwebdev.blogspot.com/2011/05/css-word-cloud.html]] - please read it... because you'll probably get a bit disappointed. What you see is not really a word-cloud, at least not a meaningful one with font-size corresponding to (e.g) how many "articles" (tiddlers) there are for a tag. That calculation part has to be added...
<div id="word-cloud">
<span class="word-1">Help, please</span>
<span class="word-2">Marketing</span>
<span class="word-3">Musings</span>
<span class="word-4">Pie</span>
<span class="word-5">Projects</span>
<span class="word-6">Proposal</span>
<span class="word-7">Tidbits</span>
</div>
<!--
Maybe it's possible to use the countwidget to count how many links there is for a tag
<$list filter="[tag[menu]]" variable="item">
<$count "[tag[<item>]]" varible="nr">
<<sizeup "item" "nr">>
</$list>
\define sizeup(item,nr)
<span style="font-size:$nr$">$item$</span>
\end
-->
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
<div style="position:relative;"><div style="position:absolute; left:35%;">
<<linkimg "Bigger community ⇄ Better TW" "img/fishclick" "click me!" clickme>>
</div></div>
<br><br><br><br>
''Marketing''<br>
@@font-style:italic;color:grey;font-size:90%; Marketing is CRUCIAL for building our community. If we provide [[infrastructure|On creating Infrastructures]] for it, we make it possible for the 1000's community members who can't code to also contribute. - Imagine!@@
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Marketing]] [all[shadows+tiddlers]!has[draft.of]tag[Spreading]] +[!sort[recent]]">>
''Benchmarking''
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Benchmarking]] [all[shadows+tiddlers]!has[draft.of]tag[Benchmarketing]] +[!sort[recent]]">>
''Money''
@@font-style:italic;color:grey;font-size:90%; Yet another //incentive// to engage in TW.@@
<<twistify "[all[shadows+tiddlers]!has[draft.of]tag[Money]] [all[shadows+tiddlers]!has[draft.of]tag[Monetization]] +[!sort[recent]]">>
<style>
#omarketing { position: relative; width="100%"}
#imarketing { position: absolute; right: -60px; bottom: 0px;}
</style>
<div id="omarketing"><div id="imarketing">
<$image source="img/marketing" width="140px">
</div></div>
Tiddler [[Calculate screen location]] leads to a method for how to locate where the you are //physically// on the screen, e.g on/in a tiddler text.
As far as I can tell, this would enable WYSIWYG in ~TiddlyWiki!
The calculation can, instead of opening the edit mode, instead make your keyboard insertions directly at that point in the code text!
The obvious example would be to have text typed in.
Another example could be for something like my [[Highlighter]] concepts; you could click the highlighter icon and then wherever you press the mouse cursor the appropriate code could be inserted. Either you drag (like a real highlighting marker) and the highlighting ends on release or it is made so that clicking on another place marks out the end of the highlighting. (regardless if it's html/css commands being inserted or if it uses my [[proposal|Highlighting in TW]] for highlighting).
Insert images, by perhaps dragging them into place.
If the calculations can be made so to render the code (if that is the term), for instnace if there is a macro created list, then maybe it could calculate the position for the results too. These aspects may be the main challenge for this whole idea. Still, it is easy to forget it, but IRL many applications for TW probably contain more or less plain text. Generating dynamic todo lists is one thing, but writing a paper with TW is another. And something like highlighting is obviously more intended for the latter to begin with..
Zotero [is a] reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes and bibliographies, as well as integration with [various] word processors.@@float:right; -[[Wikipedia|http://en.wikipedia.org/wiki/Zotero]]@@
"""
[[Rich Shumaker]] Journal Entry
I have formatted the Journal Date to make it easier for me to sort by name.
This is my first Journal on creating this ~TiddlyWiki about the [[TiddlyWiki Hangouts|hangouts]].
I created this because of what I saw in my mind when I was watching & listening to the ~TiddlyWiki Hangouts. I could see the links between items and how each conversation spawns so many other things. Basically I could see a ~TiddlyWiki listening to people talk about TiddlyWiki.
The thing that hit a nerve for me was when [[Alex Hough discussed Flow|TwHo#73 - Alex Discusses Flow]]. The reason this hit home for me is that I envisioned a way to keep my 'ideas' in a mutlimedia journal long long ago.
The reason I needed such a journal was because I do what is considered a [[Flow Art|http://www.contactjuggling.com/LegacyCd.html#Flow%20Arts]].
When I started it was just [[Contact Juggling|http://www.contactjuggling.com]]. Early on I would [[video record myself|https://www.youtube.com/watch?v=soasyn1aqdY]] as a form of feedback. I knew at that point that I needed something more advanced then simple pen and paper.
Over time I started to teach and learn more, and the more I taught, the more I learned.
At [[CJC2001|https://www.youtube.com/watch?v=1Ql7joHSQwI]] I met Marco from the Netherlands and he said you need to keep a journal.
He showed me his journal and I laughed out loud when I was reading English then it went into Dutch and then back to English and over to I think German and back again. I told him and he said that is how his mind was at that point and I thought it was a great way to keep secrets, #heheh.
I started a paper journal a few years later and I also kept filming.
Jump to today, I have a tool that I can keep all my 'stuff' in and I am amazed. I am using this tool to help me with my book bringing together all the stuff I wrote over time. I am in the process of creating my [[LegacyCd for the Web|http://www.contactjuggling.com/LegacyCd.html#LegacyCd%20Web]].
I have asked a lot of the community and I wanted to give back. That is why I have built this site.
Hopefully you will find it helpful and pass on what you learn to others.
Thanks to everyone in the ~TiddlyWiki Community and especially to [[Jeremy Ruston|JeremyRuston]] without whom my Dream Machine may never have come to life.
Rich Shumaker
"""
The [[<Name Plate>]] is on the front of your virtual office door. What do you want your Name Plate to say since you create it.
The format is has a lot in it so you can do a lot. Just because you do a lot doesn't mean you can't have the name plate you want.
[[vCard|http://en.wikipedia.org/wiki/VCard]] type item that we can easily copy and paste from one TiddlyWiki to another. It is not in a crazy format or difficult to understand or copy and paste. It would be your public card you give out to people, if we can figure out how to encrypt to avoid spiders spam then lets do it otherwise omit that kind of stuff.
From Wikipedia
```
The standard Internet media type for a vCard (often referred to as its mime type) is:[1]
text/vcard
As of version 4.0 specification, other media types known to have been used previously are now deprecated, including:[1]
text/x-vcard
text/directory;profile=vCard
text/directory
```
```
hCard 1.0
lead to
jCard
There are several version of vCard
```
I think we need a twCard type potentially base it on the jCard(Since the insert in the CD is called a JCard there is confusion so a good reason to use twCard)
Code Below for jCard 4.0
See also the [[Website for jCard|https://tools.ietf.org/html/rfc7095]]
```
jCard
["vcard",
[
["version", {}, "text", "4.0"],
["n", {}, "text", ["Gump", "Forrest", "", "", ""]],
["fn", {}, "text", "Forrest Gump"],
["org", {}, "text", "Bubba Gump Shrimp Co"],
["title", {} ,"text", "Shrimp Man"],
["photo", {"mediatype":"image/gif"}, "uri", "http://www.example.com/dir_photos/my_photo.gif"],
["tel", {"type":["work", "voice"]}, "uri", "tel:+1-111-555-1212"],
["tel", {"type":["home", "voice"]}, "uri", "tel:+1-404-555-1212"],
["adr",
{"label":"100 Waters Edge\nBaytown, LA 30314\nUnited States of America", "type":"work"},
"text",
["", "", "100 Waters Edge", "Baytown", "LA", "30314", "United States of America"]
],
["adr",
{"label":"42 Plantation St.\nBaytown, LA 30314\nUnited States of America", "type":"home"},
"text",
["", "", "42 Plantation St.", "Baytown", "LA", "30314", "United States of America"]
],
["email", {}, "text", "forrestgump@example.com"],
["rev", {}, "timestamp", "2008-04-24T19:52:43Z"]
]
]
```
Here are a list of the Tag "people"
{{{ [tag[people]] }}}
\define thisMakeText()
{{!!segment_description}}
$(thisVideoIframe)$
$(thisLongDescription)$
\end
\define thisMakeSegmentName()
$(selectedVideo)$ - $(startTime)$ to $(endTime)$
\end
\define getProperTags() [[$(properTag)$]] [[$(selectedVideo)$]]
\define properTag() [[Video Segment]]
\define thisMakeVideoIframe()
<$set name=videoID value={{$:/.rich/data/videos##$(selectedVideo)$}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="$(startTime)$" end="$(endTime)$"/>
</$set>
\end
<$set name=selectedVideo value={{!!selected_video}}>
<<selectedVideo>>
<!-- inputs for adding a video segment -->
Video Segment (Start and End times should be in hh:mm:ss form):<br>
Start:
<$edit-text tiddler='$:/temp/videosegment' field=start size='10'/>
End:
<$edit-text tiddler='$:/temp/videosegment' field=end size='10'/> (<$button>Set Video Time<$action-setfield embed_start={{$:/temp/videosegment!!start}} embed_end={{$:/temp/videosegment!!end}}/></$button>, <$button>Reset Video Time<$action-setfield embed_start='00:00:00' embed_end='99:99:99'/></$button>)
Short Description:<br><$edit-text tiddler='$:/temp/videosegment' field='segment_description' class='tc-edit-texteditor' placeholder='Short description for Video Segment' class='tc-edit-texteditor'/><br>
Long Description:<br><$edit-text tiddler='$:/temp/videosegmentlongdescription' field='text' class='tc-edit-texteditor' placeholder='Long description for Video Segment' class='tc-edit-texteditor'/><br>
<!-- Segment tag editor -->
Tags (it will always be tagged with the name of the video by default):<br>
<$reveal type=match state='$:/state/videosegmenttag!!add_or_create_tag' text='create'>
New Tag: <$edit-text tiddler='$:/state/videosegmenttag' field='tag_temp' placeholder='New Tag'/><$fieldmangler tiddler='$:/state/videosegmenttag'>
<$button>Create Tag
<$action-setfield $tiddler={{$:/state/videosegmenttag!!tag_temp}} $field='video_tag' $value='true'/>
<$action-setfield $tiddler='$:/state/videosegmenttag' $field='tag_temp' $value=''/>
</$button>
</$fieldmangler><$button set='$:/state/videosegmenttag!!add_or_create_tag' setTo='nocreate'>Done</$button><br>
</$reveal>
<$reveal type='nomatch' state='$:/state/videosegmenttag!!add_or_create_tag' text='create'>
Tag to add:
<$select tiddler='$:/state/videosegmenttag' field='selected_tag'>
<$list filter='[video_tag[true]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$fieldmangler tiddler='$:/temp/videosegment'>
<$button>
<$action-sendmessage $message='tm-add-tag' $param={{$:/state/videosegmenttag!!selected_tag}}/>Add Tag
</$button><$button set='$:/state/videosegmenttag!!add_or_create_tag' setTo='create'>New Tag</$button>
</$fieldmangler>
<br>
</$reveal>
List of current tags:<br>
<$fieldmangler tiddler='$:/temp/videosegment'>
<$list filter='[[$:/temp/videosegment]tags[]]'><$view field='title'/> <$button>Remove Tag<$action-sendmessage $message='tm-remove-tag' $param=<<currentTiddler>>/></$button><br> </$list>
</$fieldmangler>
<!-- Button to create tiddler for the video segment -->
<$set name=startTime value={{$:/temp/videosegment!!start}}>
<$set name=endTime value={{$:/temp/videosegment!!end}}>
<$set name=properTag value="""Video Segment""">
<$set name=thisLongDescription value={{$:/temp/videosegmentlongdescription!!text}}>
<$set name=thisVideoIframe value=<<thisMakeVideoIframe>>>
<$fieldmangler tiddler=<<thisMakeSegmentName>>>
<$button>Add Video Segment
<$action-setfield $tiddler='$:/temp/videosegment' title=<<thisMakeSegmentName>>/>
<$action-sendmessage $message='tm-add-tag' $param=<<properTag>>/>
<$action-sendmessage $message='tm-add-tag' $param=<<selectedVideo>>/>
<$action-setfield $tiddler=<<thisMakeSegmentName>> $field='text' $value=<<thisMakeText>>/>
<$action-setfield $tiddler='$:/temp/videosegment' start='' end='' link='' segment_description=''/>
<$action-setfield $tiddler='$:/temp/videosegmentlongdescription' text='' tags=<<properTag>>/>
</$button>
</$fieldmangler>
</$set>
</$set>
</$set>
</$set>
<!-- List of video segments -->
<$list filter='[tag<selectedVideo>tag[Video Segment]sort[title]]'>
<$button class='tc-btn-invisible'>__{{!!start}} to {{!!end}} - {{!!segment_description}}__<$action-setfield $tiddler='YouTube Video Annotations' embed_start={{!!start}} embed_end={{!!end}}/></$button> <$link to=<<currentTiddler>>>(Open Tiddler)</$link><br>
</$list>
\define thisMakeTiddlerName(TimeStamp)
$(selectedVideo)$ - $(timeStamp)$
\end
\define getProperTag() [[$(properTag)$]]
\define thisThing(YoutubeID TimeStampName SelectedVideo TimeStamp)
<$button>Add Timestamp
<$action-setfield $tiddler='$:/temp/videotimestamp' title=<<thisMakeTiddlerName $TimeStamp$>>/>
<$action-setfield $tiddler='$:/temp/videotimestamp' timestamp='' link='' description='' tags=<<getProperTag>>/>
<$action-sendmessage $message='tm-add-tag' $param={{!!selected_video}}/>
<$action-setfield $tiddler=<<thisMakeTiddlerName $TimeStamp$>> vidname={{!!selected_video}} youtubeid={{$:/.rich/data/videos##$SelectedVideo$}} timestamp={{$:/temp/videotimestamp!!timestamp}}/>
</$button>
\end
\define getYouTubeID(selectedVideo) {{$:/.rich/data/videos##$selectedVideo$}}
\define getYouTubeID2() <$macrocall $name=getYouTubeID selectedVideo={{!!selected_video}}/>
<$set name=selectedVideo value={{!!selected_video}}>
<!-- Timestamp Time -->
Timestamp:
<$edit-text tiddler='$:/temp/videotimestamp' field=timestamp size='10' placeholder='Timestamp'/>
<!-- Add timestamp button -->
<$set name=timeStamp value={{$:/temp/videotimestamp!!timestamp}}>
<$set name=timeStampName value=<<thisMakeTiddlerName>>>
<$set name=properTag value="""Video Timestamp""">
<$fieldmangler tiddler=<<timeStampName>>>
<$macrocall $name=thisThing TimeStampName=<<timeStampName>> SelectedVideo={{!!selected_video}} TimeStamp={{$:/temp/videotimestamp!!timestamp}}/>
</$fieldmangler>
</$set>
</$set>
</$set>
<!-- Timestamp description -->
Description:<br><$edit-text tiddler='$:/temp/videotimestamp' field='description' class='tc-edit-texteditor' placeholder='Description for Timestamp' class='tc-edit-texteditor'/><br>
<!-- Timestamp tag editor -->
Tags (it will always be tagged with the name of the video by default):<br>
<$reveal type=match state='$:/state/videotag!!add_or_create_tag' text='create'>
New Tag: <$edit-text tiddler='$:/state/videotag' field='tag_temp' placeholder='New Tag'/><$fieldmangler tiddler='$:/state/videotag'>
<$button>Create Tag
<$action-setfield $tiddler={{$:/state/videotag!!tag_temp}} $field='video_tag' $value='true'/>
<$action-setfield $tiddler='$:/state/videotag' $field='tag_temp' $value=''/>
</$button>
</$fieldmangler><$button set='$:/state/videotag!!add_or_create_tag' setTo='nocreate'>Done</$button><br>
</$reveal>
<$reveal type='nomatch' state='$:/state/videotag!!add_or_create_tag' text='create'>
Tag to add:
<$select tiddler='$:/state/videotag' field='selected_tag'>
<$list filter='[video_tag[true]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$fieldmangler tiddler='$:/temp/videotimestamp'>
<$button>
<$action-sendmessage $message='tm-add-tag' $param={{$:/state/videotag!!selected_tag}}/>Add Tag
</$button><$button set='$:/state/videotag!!add_or_create_tag' setTo='create'>New Tag</$button>
</$fieldmangler>
<br>
</$reveal>
List of current tags:<br>
<$fieldmangler tiddler='$:/temp/videotimestamp'>
<$list filter='[[$:/temp/videotimestamp]tags[]]'><$view field='title'/> <$button>Remove Tag<$action-sendmessage $message='tm-remove-tag' $param=<<currentTiddler>>/></$button><br> </$list>
</$fieldmangler>
<br>
<!-- list existing timestamps -->
<$list filter='[tag<selectedVideo>!tag[Video Segment]sort[title]]'>
<$button class='tc-btn-invisible'>__{{!!title}} - {{!!description}}__<$action-setfield $tiddler='YouTube Video Annotations' embed_start={{!!timestamp}} embed_end=99:99:99/></$button> <$macrocall $name=youtube-link video={{!!youtubeid}} time={{!!timestamp}} text='(External Link)'/> <$link to=<<currentTiddler>>>(Open Tiddler)</$link><br>
</$list>
Astrid Elecson
[[<Name Plate>]] Needed
[[TiddlyWiki for Scholars|http://tw5.scholars.tiddlyspot.com/]]
Need contact details for him
[[Andreas Website - TW Guides Dot Org|http://twguides.org/]]
You can select a video using the drop down menu, if you want to add a new video click on the `New Video` button and in the dialog that appears enter the youtube video id and a name for the video and click `add` to add the video and then `done` to get back to the video selection.
If you enter a start and end time then click `Set Video Time` it will set the embedded video to play the segment between the start and end time. `Reset Video Time` resets this.
By entering a start time, an end time, short and long descriptions and any tags you wish then clicking `Add Video Segment` the segment will be saved. If you click on a segment name in the list at the bottom than the video will be set to play that segment (no autoplay though, I am working on it.)
[[Google +|https://plus.google.com/109878940599607315163]]
[[BuggyJ GitHub|https://github.com/buggyj]]
[[CloudFlare|http://www.cloudflare.com]]
So I disabled ~CloudFlare and my next upload was unscathed.
Not sure if my hosting company, CloudFlare, or a hacker are aware of this code injection on upload.
I am sure there was fine print in the 'You Accept these terms' that I didn't know about.
Well my TW5's are working again now that I have disabled this feature.
Currently we have a dedicated site to the Google Hangouts
* [[TW devoted to Hangouts|http://hangouts.tiddlyspace.com/]]
** Google Link on the Main Page is not currently working but the links on each dedicated page is working
"""
So why reinvent the wheel?
I am trying to cross thread the data from the different sites and bring them together. The Hangouts are not stagnate they spawn conversations, solutions, more questions.
Most meetings have things that occur the same each time and also have hold overs from last week, Next week we will discuss X at the top of the Meeting or things that get shelved for various reasons.
The concept I had for this TiddlyWiki is to document each TiddlyWiki hangout and use tools like [[Linking to specific Time in YouTube|Create a link to a YouTube video at a specific time]] to allow the discussion to be more dynamic and faster for people to review.
Have the Hangouts be more Social by linking to who was involved with each Hangout and their sites / bio data. Probably Tagging each hangout with the people that came and concepts covered would be the best idea. A simple discussion could then lead to more expansive ideas as the [[Flow]] Tiddler shows.
If you are interested in a specific topic you can jump right to that topic with a simple click. Each concept could spawn a new Tiddler and each Hangout that discusses it could be linked to that concept. So if a person is working on a Plug In and they come to the TW Hangout for 5 different times you could easily see the progress from a single Tiddler.
Ideally each topic would create a [[Hangout Tiddler]] which would link to a Google Group Discussion at either [[TiddlyWiki|https://groups.google.com/forum/#!forum/tiddlywiki]] or [[Dev TiddlyWiki|https://groups.google.com/forum/#!forum/tiddlywikidev]] and then to an outcome if there is one. Or to several sites with different outcomes.
This is what [[Tobias Beer|http://tb5.tiddlyspot.com/#Tobias%20Beer]] does with his site.
An issue comes up on the google groups and he follows it to a resolution. Then he creates a Tiddler or more than one Tiddler and he creates a link to tracks that back to the original thread. This allows people to look at more information that has come up after a solution to the original issue has been completed.
"""
# Copy Data by hand from [[hangouts site|http://hangouts.tiddlyspace.com/]] - do not drag and drop the tiddler - Highlight and Copy and then Clone a "~HangOut_### Tiddler" and paste data into the NEW "~HangOut_### Tiddler" - YOU CLONE THE DATA SO THE TAGS ARE DONE AUTOMATICALLY
# Copy Data by hand from "~HangOut_### Tiddler" - Paste into Txt Editor
#VERY IMPORTANT STEP - convert all ` " to ' ` in the Txt Editor
#Copy Data from Txt Editor to Spreadsheet - Use Fixed Distance to divide the Tiddler into Table Columns - Add Additional Rows or Delete Rows as needed for the hangout
#Move ~TimeCode and Description Data to the proper spots on the Template
#Copy Data from Spreadsheet back to Txt Editor and correct Spreadsheet Formatting Errors
#Use 'New Here' to copy the "~HangOut_###" to create "~TiddlyWiki Hangout #NUM" - This allows them to be linked by the TAG
##Add tags 'hangouts' 'license'
##change the Header define code and the #NUM
#Paste the data from the Txt Editor
#Check links
Done
"""
Open Office
TIMES ''---'' SECONDS = Time Calc = Decimal with 4 places 0.0123 X 24 X 60 X 60
00:00:00 ''---'' 0
00:01:40 ''---'' 100
00:05:00 ''---'' 300
00:10:35 ''---'' 635
00:21:35 ''---'' 1295
00:26:21 ''---'' 1581
00:27:12 ''---'' 1632
00:30:50 ''---'' 1850
00:31:24 ''---'' 1884
00:41:03 ''---'' 2463
00:46:00 ''---'' 2760
00:51:18 ''---'' 3078
00:52:45 ''---'' 3165
00:56:11 ''---'' 3371
01:04:00 ''---'' 3840
01:06:38 ''---'' 3998
01:11:56 ''---'' 4316
01:13:24 ''---'' 4404
01:24:15 ''---'' 5055
1:31:00 ''---'' 5460
1:34:58 ''---'' 5698
01:35:14 ''---'' 5714
1:44:23 ''---'' 6263
1:52:41 ''---'' 6761
1:54:08 ''---'' 6848
1:57:10 ''---'' 7030
1:59:39 ''---'' 7179
2:02:12 ''---'' 7332
2:04:12 ''---'' 7452
2:08:08 ''---'' 7688
2:10:36 ''---'' 7836
"""
This is a fan site for [[TiddlyWiki 5|TiddlyWiki]].
This site was created to help people explore the topics discussed on the [[TiddlyWiki Google Hangouts|Google Hangouts]]. The videos of the Hangouts are posted on YouTube.
Special Thanks to [[Astrid|aelocson]] for creating the [[Macros|Macros for Hangout Wiki Project]] that make the site easier and faster to create and duplicate.
This site uses content from [[Mario Pietsch]] and Tobias Beer and that content has been Tagged [[License]].
Some Content was provided by [[TiddlyWiki.com|http://www.tiddlywiki.com]] - [[Tobias Beer|http://tb5.tiddlyspot.com/#Tobias%20Beer]] - and the entire TiddlyWiki community. This site currently uses very few Macros or add on's. Not to self I need to figure out all the extras I use and list them one example is the corner banner [[Powered by TiddlyWiki]].
[[Rich Shumaker]] created the site content with the intent purpose of making ~TiddlyWiki more AWEsome!!! Originally this site used [[US Version License]] to show the differences between Mario and Tobias's work and this sites. Now all content is covered under the same license. The TAG [[License]] is still used for all of Mario and Tobias's work to allow better sorting moving forward.
<html>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>..
</html>
"""
[[Site with a tool to link to a specific time in YouTube|http://youtubetime.com/]]
!!Code to create a direct link to a YouTube video at a specific time
```
http://www.youtube.com/watch?v=m2JyJWjAUns&t=1m11s
http://www.youtube.com/watch?v=EU-H0xhga08&t=30m50s
&t=1m11s
```
[[Daniello GitHub Site|https://github.com/danielo515]]
I took this data from my [[<Name Plate>]] - [[Rich Shumaker]] as it was not part of my actual details
So I have been getting upset that others don't have an easy to find [[<Name Plate>]] on there web sites. Then I noticed I have no such thing either, d'oh!!!
I am putting my data in and then we can work out details in the 'future' on a standard we could all use. I like the idea of a twCard format.
I used Tobias Beer [[linkimg|$:/.tb/macros/linkimg]] from his [[website|http://tb5.tiddlyspot.com/#Link%20Images]] - linkimg did not work on my server so I had to embed the image instead.
```
Here is the sample code and the code I used Above
<<linkimg Jack.jpg Jack.jpg class:"pretty">>
Here is the ''twCard Name Plate'' I want
Here is the Name Plate I would want <<linkimg RichShumakerNamePlate.png RichShumakerNamePlate.png "RichShumakerNamePlate" height="42">>
[[Dave's Website|http://www.giffmex.org/tw/tiddlywikicentral.html]]
[[NoteStormTW|http://notestorm.giffmex.org/]] was created by Dave Gifford
Ways to check on what is doing what from Stephan Hradek
```
console.log(...whatever I want to seee...);
```
From [[Jeremy|JeremyRuston]]
```
Here's one useful trick. Let's say that you're working on a macro <<myFancyMacro>> and it's not working as you expect. You can inspect the wikitext that is generated by the macro with:
<$text text=<<myFancyMacro>>/>
The <<dumpvariables>> macro can also be useful. It shows the variable values in force at the point where the macro is invoked, so you can check that variables used in your macros have the expected values.
http://tiddlywiki.com/#DumpVariablesMacro
Best wishes
Jeremy
```
[[Rich Shumaker]] Signature in his Test Bed TW
Very Python of Monty
Working on a TW for Kids Note Taking
Eric Shulman is the maintainer of [[TiddlyWiki Classic|http://www.tiddlywiki.org]] and creator of [[TiddlyTools|http://www.tiddlytools.com/]].
\define hangout() 073
<<header>>
"""
<<topic "00:01:25" "Q & A Start">>
<<topiclink "02:08:08" "Eric Discusses how he creates the Wiki Way">>
"""
[[Firefox|https://www.mozilla.org/en-US/firefox/desktop/]] is an open source web browser.
Web browsers are used with TiddlyWiki to view the content created.
"""
Flow is state of mind where you are highly focused and time seems to slip away, it is a state that allows you to slip between and stay in that in between.
-[[Rich Shumaker]] Quote
[[Mihaly Csikszentmihalyi]] - Unpronounceable Name Guy
[[Wikipedia Page about Mihaly Csikszentmihalyi|http://en.wikipedia.org/wiki/Mihaly_Csikszentmihalyi]]
[[Flow Description @ Wikipedia|http://en.wikipedia.org/wiki/Flow_%28psychology%29]]
"""
!!!Hangouts List with mentions of Flow
{{{ [tag[Flow]] }}}
Here is an idea I had for formatting the Hangout Notes
```
[Marker for New Secton - Could use hidden codes]
##:##:## <Some Kind of Divider> Brief Description
Details [[Tiddler Links]] [[Outside Links]]
More Notes
---End Marker---
[Marker for New Secton]
##:##:## <Some Kind of Divider> Brief Description
Details [[Tiddler Links]] [[Outside Links]]
More Notes
---End Marker---
```
+M1 Start+
* ##:##:## | Brief Description
** Details including Tiddler Links and Links to Outside Content
** Additional Notes
** Spacing out the notes makes it easier to read after the fact
+M1 End+
+M2 Start+
* ##:##:## | Brief Description
** Details including Tiddler Links and Links to Outside Content
** Additional Notes
** Spacing out the notes makes it easier to read after the fact
+M2 End+
[[Asked for Help @ TiddlyWiki Dev|https://groups.google.com/forum/#!topic/tiddlywikidev/F8k7jLGSJyg]]
"""
I deleted the one from this system so you can't see what Jeremy was discussing
Need to get the newest one and put it in and make reference back to this being an issue no more.
[[TwHo#72 - Getting Started is out of date]]
"""
[[Github Site|https://github.com/]]
[[TiddlyWiki 5 GitHub Site|https://github.com/Jermolene/TiddlyWiki5]]
[[TiddlyWiki 5 Release on GitHub|https://github.com/Jermolene/TiddlyWiki5/releases]]
"""
2014-12-19: 5.1.7
2014-12-18: 5.1.6
2014-11-25: 5.1.5
2014-10-22: 5.1.4
2014-10-20: 5.1.3
2014-09-27: 5.1.2
2014-09-22: 5.1.1
2014-09-20: 5.1.0
2014-09-17: 5.0.18 beta
2014-09-12: 5.0.17 beta
2014-09-02: 5.0.16 beta
2014-08-20: 5.0.15 beta
2014-08-13: 5.0.14 beta
2014-06-24: 5.0.13 beta
2014-05-16: 5.0.12 beta
2014-04-19: 5.0.10 beta
2014-05-15: 5.0.9 beta
2014-02-28: 5.0.8 beta
2014-01-26: 5.0.7 beta
2014-01-03: 5.0.6 beta
2013-12-24: 5.0.5 beta
2013-12-22: 5.0.4 beta
2013-12-15: 5.0.2 beta
2013-12-06: 5.0.1 alpha
2013-12-06: 5.0.1
2013-11-30: 5.0.0-alpha.17
2013-11-30: 5.0.0-alpha.16
2013-11-19: 5.0.0-alpha.15
2013-11-10: 5.0.0-alpha.14
2013-11-09: 5.0.0-alpha.13
2013-11-08: 5.0.0-alpha.12
2013-11-08: 5.0.0-alpha.11
[[Google Analytics Plug In|http://tiddlywiki.com/#%24%3A%2Fplugins%2Ftiddlywiki%2Fgoogleanalytics]]
"""
Every Tuesday there is a Google Hangout that occurs for about 2 hours to discuss TiddlyWiki.
[[Jeremy Ruston]] the creator of TiddlyWiki and holds these at 4PM GST which is 8am West Coast US Time([[my|Rich Shumaker]] time zone)
<h3>See [[hangouts]] for all the Hangouts Currently in this ~TiddlyWiki</h3>
So locally I don't have a hangout error.
BUT when I post it on the server I do.
So Tobias has given me some help on where to find what I am looking for
I need to txt edit the HTML File and remove some code and then send it over to the debugger.
*This is my first time in the HTML of TW5 on a Txt editor. I have done basic HTML page building but TW is a bit bigger than that.
*I also have only used debug a few times
```
Hi Rich,
Any help on what I am looking for in the code.
The title of that system tiddler in the store section where it is followed by a <pre> for the tiddler body.
At that tiddler, remove the attribute "type=applciation/javascript".
Save, reload... debug.
Best wishes, Tobias.
```
"""
[[BJ from the Google Groups|https://groups.google.com/forum/#!topic/tiddlywiki/5FugIFRgYLs]] suggested Spam Filter.
Then I remembered that I just added something to my website in the last few days. I didn't make the connection until he said Spam Filter. I added CloudFlare because I wanted the site to be faster. I am in the US and wanted the site closer to people around the world leveraging the CloudFlare servers.
Did NOT know they would inject code into my uploads. It is pretty coincidental that I disabled the service and the very next upload works perfectly.
Not sure if this is intentional or if there is a malicious attack either on my server the CloudFlare server or at my hosting company.
"""
Hangout Helper is a ~TiddlyWiki that has all the tools to help anyone that is running a Google Hangout make it more dynamic and informative.
If you run a Google Hangout or your meetings use YouTube videos you need to get
<h3>Hangout Helper [[Powered by TiddlyWiki|TiddlyWiki]] - COMING SOON</h3>
A Tiddler that is spawned from the Google Hangouts. It would spider to the threads and sites and solutions that come from the hangout discussion.
{{{ [tag[hangouts]!sort[title]] }}}
"""
Create Macro to turn all the data into charts
[[TiddlyWiki Google Groups Data]]
see [[$:/.rich/data/twversion]]
See [[GitHub Release Dates]]
[[$:/.rich/data/githubreleasedate]]
"""
!This card should not have data except the way the data should be listed and possibly the format for the data
"""
Date: 2014-12-16
Time: 4pmGMT
YouTube Link Id: EU-H0xhga
Google Hangout id: cma8t37ad9518rjiobed7b63rpk
TW Version @ Hangout: 5.1.5
Attended: [[Jeremy Ruston|JeremyRuston]];[[Branimir Braykov]];[[Dave Gifford]];[[Eric Shulman]];[[Alex Hough]];[[Nathan developer in US]]
Running Time: 02:10:56 format
"""
```
Date: YEAR-MO-DA
Time: XpmGMT
YouTube Link Id: #
Google Hangout id: #
TW Version @ Hangout: #
Attended: [[Name]];[[Name]];[[Name]]
Running Time: ##:##:##
```
2013-06-03 - [[YouTube|http://www.youtube.com/watch?v=jduxruwB5K4]]
"""
0:00:00 Smalltalk you may want to jump to
0:04:10 Mario- Question to Eric - about TW2 beta, external files.
0:05:25 Impact of external files for pmario
0:07:50 Jeremy kicked of the hangout.
0:08:45 Eric uses TW5 to build TW2. Some comments. Update to TiddlyTools. All plugins may be at github in the future.
0:12:15 Discussion about plugin Distribution, the Community, Source Code handling, GitHub ...
0:17:05 Eric - App store model? Jeremy wants to have a Firefox type model. Mario - listeneing :)
0:18:30 Jeremy talks about plugin maintenence
0:19:25 What are the creterias for plugin devs to get plugins accepted by core def (Jeremy :). Who owns plugins. Who maintains them ...
0:20:50 Jeremy's answer
0:22:10 Mario- has constrains about all plugins are in TW5 repo.
0:23:15 Discussion about the contribution workflow.
0:26:55 Jeremy about criteria for accepting contributions, nees to be testable, automated accept testing
0:28:05 Jeremy about plugin ownership
0:29:45 The "new" software structure. Drawings :)
0:31:45 Jeremy - orphaned plugins, roles in the community, plugin adoption, plugin URLs should not change
0:33:55 Eric - summary for understanding
0:35:20 Discussion about Contributor License Agreement - CLA for TiddlyWiki
0:40:20 Back to the plugins and the repo. TW5 Repo rearangement ..
0:42:20 Mario confusion about the repo structure.
0:44:50 Jeremy - All contributor plugins should be in the main repo, Mario - slightly disagrees, Eric - suggestions
0:45:45 NPM - TW5 installation with NPM, brings all the core plugins, Jeremy wants the URL to be stable ...
0:49:50 Mario- github submodules ... no > github subtree ... yes
0:51:40 mario concerns about the plugin adoption process. plugin forking / renaming ...
0:56:50 Erics - drawing. Contribution / Software structure
1:12:00 Jeremy about macros in TW5. TW5 will ship with many, many macros ... How do we credit the original authors.
1:13:40 Eric about plugins, transclusions and ownership in TW2
1:15:45 user's side of macro / plugin import handling
1:18:15 Eric - Non guthub based submission process. Jeremy - TiddlySpace as user repos
1:20:50 We stopped ignoring Jeff ... Change topics to user topics
1:22:20 Jeff- introduces himself. Talks about his use of TW.
1:23:00 TW5 and Android
1:24:45 Eric about TiddlyFox
1:26:10 About user documentation. Getting users involved. Getting the community involved ...
1:38:00 Jeremy, about "spread the word"
1:41:00 Eric about How to discover TiddlyWorld :)
1:43:20 Facebook haters and the sozial networks :)))
1:44:55 Russ - About User stories. TW5 editions. Better "First user experience"
2013-07-09 - [[YouTube|https://www.youtube.com/watch?v=hJuDlLQI9pQ]]
"""
0:04:10 Jermey - TW5 demo about skinny font
0:06:50 Zooming mode - theme
0:07:10 slow motion mode for testing
0:09:00 feedback about zooming mode / single page mode
0:10:15 cecily view (tw-classic)
0:11:30 centraliced theme / themes in general
0:14:10 Eric asks about drag and drop themes / elements?
0:17:10 Sticky title (chrome canary)
0:21:50 About the editor
0:24:05 Preview mode
0:24:20 field editor
0:25:00 image bitmap editor
0:26:45 field editor fancy stuff / behind the curton
0:29:00 group feedback
0:30:15 TW5 drag and drop images
0:33:15 tag autocomplete?
0:34:00 tag coloring / tag icons
0:37:15 - - Q&A - -
0:38:25 tobias - tiddlywiki.com maintenance
0:43:00 eric responds to tobias - TW5 builds TW2 - build process
0:44:20 eric - tiddlywiki.com audience - general discussion
0:45:40 jeremy - TW5 beta as tidlywiki.com "landing page"
0:47:08 jeremy - the TW5 reference documentation
0:49:45 eric - tiddlywiki docs - "how do I"
0:53:45 jeremy - TW saving - tiddlysaver.jar
0:55:20 jeremy - tw5 the mobile story - app.js
0:58:40 tobi/jeremy - how does tiddlyweb fit to tw5
1:01:55 tobi/jeremy - tw5 interface to nodejs / tiddlyweb
1:03:25 jeremy - tw5 serverside demo (techie stuff :)
1:10:40 tobi/jeremy - authentication with nodejs?
1:11:30 tobi/jeremy - several instances?
1:12:15 jeremy - "new features" should be highly configurable (technical)
1:17:22 tobi/jeremy/eric - widgets - eg: todo list
1:24:35 jeremy - about macros (technical)
1:28:12 eric/jeremy - macros compared to transclusion parameter passing in tw2
1:29:20 jeremy - in tw5 everything is a tiddler
1:31:12 jeremy - widget internals
1:35:15 tobi/jeremy - widget handling / plugin handling?
1:42:08 tobi/jeremy - namespaces?
1:42:53 tobi/jeremy - how to create a new theme / plugins?
1:47:00 jeremy - control panel - system tiddlers
1:50:10 Conclusion
2013-07-16 - [[YouTube|https://www.youtube.com/watch?v=SX0jvQ0vYVk]]
"""
0:00:00 Introductions
0:03:35 jeremy - outline
0:04:30 - eric's clinic -
0:05:10 eric - plugins
0:06:20 Q tw2: handling renaming tiddlers
0:15:10 Q tw2: copy paste tiddler links
0:23:25 jeremy: tiddler link info in tw5 (related to above Q)
0:26:04 jeremy: external link handling
0:31:05 jeremy wants to know what people think about tw5 syntax about "file links"
0:43:50 ... braindump about the above Q.
0:46:10 tw5 transclusion mechanism (sound problems)
0:53:00 ... bad echo and background noise, that should be muted :(
0:56:25 syntax TW-classic or markdown
1:03:21 creg - markdown becomes mainstream ...
1:03:21 ...the WYSIWYG discussion
1:16:00 tw5 tiddler types
1:18:07 d3 first cut
1:24:08 mathematical notation - mathjax
1:26:50 d3
1:31:20 User interface
1:34:00 Keyboard shortcuts
1:35:10 Close Others - custom UI
1:42:50 Comments about hangouts
1:44:20 New visitor introduction
1:46:10 Comments about hangouts
1:48:18 23MByte 7000++ tiddlers TW2 intro
2013-07-23 - [[YouTube|https://www.youtube.com/watch?v=_ojnouO8-PA]]
"""
0:00:00 introductions
0:02:43 jeremy - topics
0:04:10 TW5 news: d3 / grid widget
0:08:08 group feedback :)
0:10:14 mario / jeremy - grid sorting / calculations
0:11:40 jeremy - handling the document state in TW5
0:13:30 jeremy - grid sorting ideas
0:14:50 mario - compares grid widget with TW2 "fet plugin"
0:15:25 eric - grid plugin - UI interaction
0:17:20 jeremy - sorting by tiddler modification
0:19:05 grid filtering possibilities?
0:20:25 jeremy - use list widget for filtering
0:23:02 jeremy - how the "grid stuff should be done at all?"
0:27:15 eric - "multi level list" - indented bullet list
0:28:10 jeremy - idea - new table syntax
0:28:10 group feedback
0:34:10 in tables use "space" as "white space"
0:36:20 jeremy - "grid calculation"
0:39:20 jeremy - what should be core / plugin
0:40:10 eric - what should be core / plugin - centralized plugin distribution / ecosystem
0:42:28 jeremy - macros (using / sharing / namespacing)
0:47:30 scott introduction
0:48:30 - erics clinic -
0:49:00 TOC - section link plugin
0:57:45 grid plugin parameters
1:07:30 customizing the story menu tutorial
1:25:30 why are the "basics TWs" V2.5.0
1:28:30 Navigation with GotoPlugin
1:31:00 MathJax V2 with TW2
1:44:20 jeremy - Any final comments?
1:52:30 Bye-Bye!
2013-07-30 - [[YouTube|http://www.youtube.com/watch?v=3SsSh_p_zno]]
"""
0:00:00 attendees introduction
0:04:17 mario - introduces tiddlyweb with vagrant
0:05:30 mario -
0:17:12 questions
0:17:30 mario - summarizing the stuff
0:18:20 jeremy/mario - up again
0:21:00 mario - what is virtual box
0:23:20 about annotations
0:23:40 intro - kamil, marty
0:24:40 marty - about seamonkey and TW on OS10
0:26:00 general discussion about browsers and TW
0:28:10 dave's (giffmex) work with TW5
0:30:20 jeremy - tag widget TW5
0:32:25 jeremy - problem with (unwanted persistent) popup state
0:38:40 mario - question about state tiddlers
0:40:40 jeremy - any questions / requests ?
0:41:15 leo - tiddler namespace / TW directory structure / hirachical structure
0:45:10 jeremy - tiddler content types (eg: text/x-markdown)
0:47:18 jeremy - how saving works with TW5 at the moment (answeres the q above)
0:50:00 tiddlywiki.info / TW editions folder metadata
0:51:30 wiki nesting (metadata)
0:53:28 how "include wiki / editions" stuff works
0:55:10 mario - can you see, where a tiddler comes from?
0:56:05 jeremy - editing / saving tiddlers
0:59:50 jeremy - specify, where new tiddlers should go
1:01:08 discussion about "create new tiddler usecase"
1:03:03 jeremy ideas: about implementing the bag/recipe handling
1:06:30 leo - what is the tiddler identity + discussion ...
1:08:10 pmario - would like to have a UUID
1:09:30 jeremy - back to namespaces and his idea ...
1:11:50 jeremy - how TW5 can build TW2 (with prefixes / namespaces?)
1:18:20 namespace is indipendent from directory?
1:19:30 scott - discussion about naming conventions
1:21:40 scott/jeremy - aliasing mechanism should be part of the core
1:23:40 scott/mario/jeremy - naming conventions and tiddler renaming / search and replace
1:27:01 jeremy - any questions anyone?
1:28:10 jeremy - what's new in TW5 - d3 - demoing "word cloud"
1:29:30 jeremy - ideas: how do we expose data to d3 / grid
1:31:40 intro - dave
1:32:00 dave/jeremy - about the objective of dave's tw + discussion
1:36:20 jeremy - about tw themes
1:37:40 mario/jeremy - "info button" behaviour + discussion
1:39:10 dave/jeremy - tagging in the "info area" + demoing, how to change the templates
1:42:00 jeremy - how to do tagging in the ViewTemplate
1:45:00 jeremy - the "future of weekly hangouts" - how should we continue?
1:49:60 bye - bye!
2013-08-06 - [[YouTube|https://www.youtube.com/watch?v=a0UZfd48Ixc]]
"""
0:00:00 attendees introduction (ltr: Craig, Eric, Jeremy, Mario, (Marty later on), Scott)
0:01:20 mario/jeremy - tiddlyweb and TW5 with "tiddlyweb at home - new possibility" (techie stuff :)
0:03:03 jeremy - demoes, whats possible atm. TW5 with tiddlyspace. TW polls for server updates every now and than.
0:11:27 TW5 is lazy loading the tiddlers, so search works for tiddler titles ...
0:11:55 mario - wants to ship TW5 with "tweb at home" with vagrant
0:14:05 mario/jeremy - about TW5, nodejs and heroku
0:16:00 mario - is it possible to split TW5 into different files. eg: core, themes ...
0:18:49 jeremy/mario about tw5, native tiddlyweb, vagrant, virtualbox, pro and cons
0:21:40 erics clinik
0:22:00 jeremy - question about splitting tiddlytools into individual tiddlers.
0:22:30 erics response - tiddlytools, github, status, tiddlytools internal structure.
0:25:50 eric elements that are "aged out", elements that can be fixed: eg. file drop plugin ...
0:27:29 ... fix import tiddlers plugin ...
0:32:00 jeremy - good to see that eric works on TWclassic and TW5
0:32:35 eric - "TWclassic needs to remain viable for several years"!
0:33:00 eric - about the migration story.
0:37:20 jeremy - about dave's experiences, working with very large TW5 files. (~80MB)
0:39:35 scott/jeremy/eric - question about file size issue and embeded images
0:42:07 about base64 encoded tiddlers ...
0:44:45 eric/scott - about base64 tiddlers and TWclassic (AttachFilePlugin)
0:53:09 jeremy - about daves 80MB TW5 .. "how far can we go with embedded multimedia in TW5", embedding videos
0:55:50 eric - idea about detaching tiddlers and security implications ...
0:58:05 jeremy - TW5 as a "multipurpose, multimedia scrap book"
0:59:27 eric - presentations, slideshow ... display order?
1:02:30 jeremy - ideas about TW5 edit, display possibilities and sorting ...
1:07:10 jeremy - TW5 story list
1:08:35 jeremy - "card sorting" with drag and drop
1:09:05 eric - (lisp) and lists and TW content representation
1:10:25 jeremy - about ZigZag structure xanadu (dot) com/zigzag/
1:12:44 eric - "interesting aspects of TW in general" ... "discovery"
1:14:10 jeremy - "capturing needs to be super smooth"
1:14:42 mario - TWclassic has "secions and slices" what's about TW5
1:16:16 jeremy - response
1:17:44 eric - background info about "slice, section" in TWclassic
1:19:25 jeremy - with TW5, writing back to slices would be possible
1:20:45 mario - usecase for content splitting and aggregation
1:21:50 jeremy - either invest in "intra-tiddler handling" or "aggregating and composing" small tiddlers
1:24:53 scott/jeremy - a users perspective about content "re-organisation"
1:25:50 mario/jeremy - mario would like a "data tiddler plugin" functionality done with sections and slices.
1:27:00 mario shows a usecase ... (codemirror plugin config tiddler)
1:30:20 jeremy - want's to be able to "edit transclusions" - edit in place
1:30:50 jeremy - ideas for "editor add ons" ... "magic editing"
1:32:12 eric - responds to the above
1:33:50 scott - uses TW like ervernote. accumulating information. discribes his usecase.
1:35:51 jeremy - shows TW5 json tiddlers
1:38:10 craig - what's the difference between JSON and XML?
1:40:10 craig/jeremy - displaying "external information" in realtime ...
1:43:15 jeremy - shows IFTTT - it's awsome
1:44:50 Bye! Bye!
2013-08-20 - [[YouTube|http://www.youtube.com/watch?v=zQ_pM286Ew8]]
"""
0:00:00 Intro - ltr: Dave Gifford, Eric Shulman (0:37:50), Jeremy Ruston, Keith Buckner, Mario Pietsch, Scott Simons(later), Slonik Az (Leo), Tobias Beer
0:02:50 Dave - Short intro about his experiments with TW5
0:05:13 Jeremy - There is a plan to automate ViewTemplate modification by special tiddler naming. Plugins should be able to add to the ViewTemplate, without actually modifying this tiddler.
0:06:54 Jeremy/Tobias/Mario - How can we reactivate the LessBackups plugin. TiddlyFox may handle the backup handling. TiddlyFox should _not_ expose "low level functions"
0:14:42 Jeremy/Leo - TiddlyFox doesn't support "old" versions (<=16) of FireFox
0:16:30 Jeremy/Mario/all - Markdown syntax and TW5
0:17:30 - TW5 syntax adjustments -
0:17:35 Mario - Started a TS page: compare-tw2-tw5 (dot) tiddlyspace.com/
0:18:49 Jeremy - Open the markdown page and discuss the specification elements.
0:19:26 Jeremy adopted markdown, that doesn't break TWc allready
0:20:55 Jeremy - TW5 should be a 1000 times more popular than TWc
0:21:38 Leo - hash mark and enumerating. eg: #5 starts with number 5
0:23:05 Jeremy - It should be possible to define the starting level for hedings
0:23:26 Jeremy - opens markdown specification. inline HTML works great allready.
0:24:23 paragraph and linebreak .... (longer than planned :)
0:26:20 fenced paragraph style with special marker eg: ~ for poetry
0:31:30 Mario/Jeremy - plugins should be used to have eg: "strict markdown"
0:33:53 Tobias/Jeremy - what's about single linebreaks atm.
0:36:02 Leo/Jeremy - Intro: plugin for TW2 and line break handling.
0:37:50 Eric/Leo - backslash new line handling in TW2
0:45:10 Jeremy - "Wiki syntax" should be part of the core
0:46:02 Mario/Eric - GitHub flavoured markdown is a "special purpose language", we need a "general purpose syntax"
0:46:35 Eric - syntax examples / documentation is important, to avoid confusion
0:49:13 Leo - prepares for screen sharing
0:49:45 Scott/Jeremy - short discussion
0:51:13 Leo - shows, how the plugin works
0:55:44 - TW5 syntax adjustments -
0:57:20 Jeremy/all - multi paragraph lists (are quite tab centric. so tab handling is a concern now)
0:58:25 Scott/Jeremy - new idea about line break handling -> keyboard shortcuts for eg: <br/>
1:00:30 Jeremy/Mario - back to markdown lists. TW5 has the possibility to nest bullet list with numbered lists ...
1:01:55 Jeremy/all *,+,- for unordered list "is wasting syntax possibilities" - whitespace should not be used to indicate something.
1:03:45 Eric/Jeremy - suggestion, how to use + and - for "collapsable" bullet lists
1:05:52 Jeremy - md < hr > handling is "wasting" syntax. too much redundancy
1:07:02 all - how much markdown should we adopt - portability -
1:08:00 Jeremy - our goal should be > > >"familiarity"< < <
1:08:10 Leo - suggests "import filters" to "normalize" copy/paste content.
1:10:13 Jeremy/all - markdown links
1:14:08 Jeremy - conclusion about markdown links and tabs
1:15:20 Jeremy/all - Emphasis - bold - italics -> there shouldn't be too many variants of the same syntax. We like a "single syntax"
1:20:00 Tobi/Mario - (Tobi) plugin for TWc compatibility vs. (Mario) TWc syntax should be imported with an import filter / translator.
1:21:08 Jeremy - md backtick handling in code blocks.
1:21:35 Jeremy - image handling
1:22:30 - Erics Clinic (and a 26 year old coffee mug) -
1:23:55 Leo/Eric - Is there a official way to distribute plugins?
1:26:09 Tobi - proposal for plugin authors - somethin similar to "tiddlyvault"
1:27:48 Tobi - back to the idea - manually managed registry at tiddlyspace
1:29:20 Eric - suggestion - someone should take "tiddlyvault" and import it to tiddlyspace
1:30:20 Tobi - screenshare - tiddlywiki (dot) org - new plugin that makes docs easier ...
1:33:20 general discussion about TS and plugins
1:34:55 Eric - git/hub and tiddlytools
1:36:20 Jeremy - about github
1:37:00 Eric - tiddlytools on github pages
1:37:45 Tobi/Eric - ideas about the publishing / curating mechanism
1:42:05 Jeremy/Eric/Tobi - idea - If there is a centralized repo, the repo should take over the plugin hosting.
1:47:50 Jeremy - feedback / questions
1:48:37 Keith - Is there a visual indication for transcluded content?
1:54:55 Jeremy - new TW5 features, ConfigInfo tiddler, docs/... integrated documentation tiddlers, info widget, some more list widget docs :)
2:01:20 Bye! Bye!
2013-08-27 - [[YouTube|http://www.youtube.com/watch?v=o70TtNIe-L4]]
"""
0:00:00 Attendees: Craig Prichard, Jeremy Ruston, (later: Marc -from Swizerland), Mario Pietsch, Scott Simmons, Simon Harper, Leo Azimov, Tobias Beer
0:02:30 Jeremy - dev issues - Agenda (... We did one point :))
0:07:30 Jeremy - opens the source code .. directory structure
0:08:42 boot - folder
0:09:05 core - folder
0:09:24 Leo - core is a plugin by intention?
0:11:35 editions - folder
0:12:03 plugins - folder
0:12:22 themes - folder
0:12:43 tmp - folder
0:12:58 files in TW5 "root"
0:13:45 Leo - Content of the wiki is inside editions?
0:14:04 editions/tw5.com
0:14:35 editions/clientserver
0:15:08 Leo - there is an other plugins directory in clientserver?!
0:17:07 Mario - and the tiddlers folder is just the content for this edition?
0:17:42 Mario - the system directory is just an other namespace?
0:18:30 ... general discussion about tiddler filenames and titles
0:20:40 Leo/Jeremy - file name creation and url encoded filenames
0:23:52 editions/d3demo
0:24:04 editions/empty
0:24:26 editions/tahoelafs ... tahoe-lafs (dot) org
0:26:06 editions/test
0:26:20 Tobi - Are the editions accessible on the web
0:27:18 editions/test
0:28:52 editions/tw2
0:29:37 editions/tw5.com
0:29:47 editions/tw5tiddlyweb
+- 0:30:17 mario - is there the latest version at TiddlySpace?
0:31:14 plugins/
0:31:22 plugins/d3 and /codemirror - exploring how to include external libraries
0:31:55 plugins/classictools - tools for dealing with TWclassic
0:32:03 plugins/filesystem - used on the server to sync changes to the store
0:32:20 plugins/fullscreen
0:32:34 plugins/jasmine - test suite
0:32:47 plugins/tahoelfs - good example plugin, because it's "small"
0:33:04 plugins/tiddlyweb - clientside plugin to save on tiddlyweb
0:33:32 themes/ - plugins can have "dependencies" defined in the "plugin.info" file
0:34:14 /*.sh batch files
0:34:50 /package.json
0:35:09 Mario - should it be possibel to say: "npm install .. tiddlywiki"? what will you get?
0:37:02 /tiddlywiki.js
0:37:40 /bld.sh - builds the whole TW5 stuff.
+- 0:38:15 Jeremy/all - about the "static" TW5 representation. The static files use relative links.
0:46:38 Jeremy - how static files are created using the templates
0:51:10 back at /bld.sh - short summary
0:51:30 /bld.sh - how to generate the encrypted TW5
0:51:44 Tobi - questions about the "edit / deployment" possibilities
+- 0:53:30 Jeremy runs the local server to edit tiddlers. Shows his workflow
0:58:30 /core
0:58:30 /boot
0:59:12 Mario - If you want to learn about plugins. Where do you start?
+- 1:00:10 Jeremy - quote: "plugins is a mechanism to deliver shadow tiddlers"
1:00:33 /core - is a plugin
1:00:40 /boot - is needed to start the core
1:00:57 /boot/sjcl.js - encryption library
1:01:10 /boot/boot.css.tid - basic styling needed to decrypt TW5
1:01:51 Leo - What kind of encryption is used?
1:03:35 /boot/bootprefix.js
1:04:33 /boot/boot.js
+- 1:04:33 connection between the code and the html file
1:05:53 Leo - What would be your recomendation for stepping through the code?
+- 1:06:23 Jeremy - quote: "The ordering I'm showing you, is the ordering I'm suggesting, reading things"
1:09:09 Mario - boot.js contains code to boot nodejs and to boot the browser?
1:10:17 Mario - index.html where is the "program init() / main()" type of function?
1:13:00 Leo - "The challange is to debug the node code!?"
1:14:30 Jeremy - /boot/boot.js - how the boot process actually starts. Has been main() in TWc.
1:17:30 /core/startup.js - "The inner loop of TW5"
1:18:30 short break -
1:19:06 Mario - "Leo, why do you want to debug the node stuff?"
1:23:09 Tobi/Jeremy - "How would you debug your node scripts .. renderTiddler?"
1:24:30 Jeremy - short summary.
1:24:54 Leo - Good starting point to learn about plugins?
1:25:43 Leo - If I want to write a MathJax plugin?
1:27:40 /core - folder
1:27:52 /core/plugin.info
1:28:02 /core/docs/* - internal docs - english
1:28:38 /core/images - used in the UI
1:29:00 /core/messages
1:29:18 /core/modules
1:29:23 /core/templates - tiddlers of a "technical nature" used as templates.
1:30:28 /core/ui - "kind of user interface decisions"
1:30:50 /core/wiki - "tiddlers needed for the operation of the wiki
1:31:50 /core/modules - info about conventions in the dir
1:32:18 /core/modules/wiki.js - the "hart of TW" -
1:33:40 /core/modules/widgets
1:34:20 /core/modules/wiki.js - detailed info
+- 1:35:25 /core/modules/startup.js
+- 1:36:38 Tobi - Where does this "exports" come from?
+- 1:37:25 Jeremy - TW5 contains its own implementation of commonJs to "require a tiddler title"
1:38:19 /core/modules/tiddler.js
1:38:37 /core/modules/themes.js
1:38:39 /core/modules/syncer.js
1:39:20 /core/modules/hacks.js
1:39:40 /core/modules/filters.js
1:40:00 /core/modules/deserializers.js
1:40:38 /core/modules/config.js - constants - language ...
1:41:27 Mario - Question about internationalisation?
1:43:20 Mario - idea about languag switching
1:43:20+ Jeremy - The tiddler content should be switchable too
1:45:15 Leo - Is it possible to see both (language content tiddlers) at the same time?
1:46:59 Scott - ... So User created content can be switched?
1:47:43 Tobi - wants to have a "flat file (tiddler)" for translation
1:49:22 Jeremy - back to config.js
1:49:32 /core/modules/commander.js - command line commands
1:49:32+ /core/modules/commands - folder
1:50:16 /core/modules/filters - folder
1:51:55 /core/modules/parsers - folder
1:53:09 /core/modules/rendertree - folder
1:54:10 /core/modules/savers - folder
1:54:49 /core/modules/utils - folder
1:56:31 - - that's it :) - -
1:56:48 Mario - what's the "module-type" used for?
1:58:55 - Small talk
1:59:50 Jeremy - Any questions?
2:00:00 Leo - Is it possible to trace the execution?
2:02:32 Mario - Leo, which browser do you use? FF + Firebug
2:04:30 Jeremy - back to the agenda.
2:04:45 Jeremy/all - TiddlyLink formatting ...
2:12:12 Bye! Bye!
2013-09-03 - [[YouTube|http://www.youtube.com/watch?v=umV13nEJZBk]]
"""
0:00:00 fltr: Craig Prichard, David Gifford, Eric Shulman, Jeremy Ruston, Kolmar Kafran, Mario Pietsch, Scott Simmons, Simon Harper, Tobias Beer
0:03:45 Agenda
0:04:24 Jeremy- New Features TW5 - new WikiInfo tiddler
0:06:00 Jeremy- ControlPanel - AnimationDuration tiddler
0:07:35 Jeremy- ThemeTweaks - and how it works with transclusion ...
0:11:30 Jeremy- ThemeTweaks with FF - change story column and colors
0:16:05 Jeremy- AndTidWiki app support
0:19:00 Jeremy/Scott- MathML support
0:22:45 Mario/Jeremy- What was the problem with MathJax
0:25:35 Jeremy- "What we need is a LaTeX parser ..."
0:26:05 Jeremy- Moving from Alpha to Beta
0:27:20 J- "We should push to NPM" (node package manager)
0:28:00 J- "We need Release note and Release announcements"
0:28:40 J- about the update / upgrade mechanism
0:29:18 Scott/Jeremy - Live cycle of TW-classic / Migration points?
0:32:23 Jeremy- When switch tiddlywiki.com to TW5
0:34:20 Jeremy- Analytics about tiddlywiki.com
0:38:10 Jeremy- "TiddlyWiki-classic is a extremely usefull tool"
0:40:35 Jeremy- There should be a solid upgrade story for TW5!
0:42:43 Dave- Browser back/forward button should work
0:44:45 Dave- about permalinks
0:46:00 Jeremy- Wikitext changes may be disruptive
0:47:13 Scott/Jeremy- about Syntax changes, in the middle of beta?!
0:51:25 Jeremy- summs up from his "take aways"
0:52:38 Scott/Jeremy- about the show stoppers to beta
0:54:20 Jeremy- TiddlerLink should not be bold. But this causes some "hickups"
0:59:53 Jeremy- about TiddlerWidget and TranscludeWidget
1:06:08 Jeremy- New way of handling the ViewTemplate
1:11:45 Craig- What defines the order to build the ViewTemplate?
1:15:15 Jeremy/Kolmar- about MathML with FF
1:23:23 Jeremy- any questions?
1:23:40 Kolmar- How to handle images .. eg: SVGs for diagrams
1:25:10 Jeremy- Inserts an image to TW5 and transclude them
1:29:10 Jeremy- needs a pause ...
1:30:27 Jeremy- is back
1:30:55 Jeremy- Any more questions?
1:32:40 Jeremy/Kolmar about translation into portuguese
1:34:34 Kolmar about moneylog ... has an offline version similar to TW
1:41:08 Bye! Bye!
2013-09-10 - [[YouTube|http://www.youtube.com/watch?v=SH0BU7ZxjWU]]
"""
0:00:00 Intro: fltr: Craig Prichard, Eric Shulman (0:35:30), Javid Lakha, Jeremy Ruston, Kolmar Kafran (later), Kamil (drops out sometimes), Mario Pietsch, Nathan Cain (0:09:10), Scott Simons, Tobias Beer,
0:02:10 Jeremy- freedombits (dot) com
0:04:50 Jeremy- TW5 frontpage gets examples and press tiddler
0:06:27 Jeremy/Mario- about the TW5 markup and the timeframe for possible changes
0:09:25 Jeremy- Data Tiddlers
0:10:20 slices- mime: application/x-tiddler-dictionary
0:11:37 history list- JSON- mime: application/json
0:13:29 d3 stuff- data in JSON format
0:16:50 Jeremy- data tiddler- implementation ... code
0:24:00 Jeremy- forum software ... "eat our own dogfood" or use 3rd party software (eg: discourse (dot) org )
0:34:25 Jeremy- Authentication (eg: passwordjs (dot) org)
0:38:00 see: kunxi (dot) org ... "note up powered by tiddlywiki5"
0:43:45 Jeremy- Video plugins for TW5.
0:44:48 ... voice recording problems ... up to 0:48:40
0:48:40 annotations and video plugin (still some lagging problems)
0:50:52 annotations and video plugin (again :)
0:51:52 Kolmar .. (communication problems..) ... jump to 0:55:30
0:53:50 Kolmar prepares for screen sharing to discuss his issues (mentioned in hangout 11)
0:55:30 Jeremy- about state tiddlers ... to store eg: tab state
1:00:25 Kolmar- about his TW5 issues: core update / import tiddlers,
1:05:03 Kolmar- issue with MathML ...
1:06:30 Kolmar- TW as collaborative tool
1:10:26 Kolmar- about sharing just one tiddler
1:12:10 Jeremy- Export / Download tiddlers in several formats
1:14:26 Jeremy- Save a single tiddler - button example (just ignore the JS warning :)
1:19:30 Jeremy wants to see Kolmars wiki ...
1:23:00 Kolmar- Is it possible to have an image gallery?
1:27:45 Nathan/Jeremy- expanding require to use npm, or pulling modules in on demand?
1:31:40 ... Nathan offers to send some pull requests ...
1:32:00 Jeremy- "The single file nature of TW5 makes it unique."
1:33:00 Jeremy- TW5 is a Quine ..
1:35:35 Jeremy- any final questions?
1:36:30 Bye! Bye!
2013-09-17 - [[YouTube|http://www.youtube.com/watch?v=aLJH2F9zyqk]]
"""
0:00:00 Intro: fltr: Bauwe Bijl, David Johnston, Javid Lakha, Eric Shulman (later), Jeremy Ruston, Mario Pietsch, Nathan Cain, Scott Simmons, Slonik Az (Leo), Tobias Beer (later),
0:03:27 Bauwe- Shows his RaspberryPi experiments- short intro
0:05:50 Bauwe- Screen sharing TW5 hosted on RPi
0:07:30 Bauwe- terminal action :)
0:08:45 Jeremy- How did you get the IP address
0:09:25 Jeremy- You did use express.js to serve a static TW5 ...
0:11:25 Bauwe- shows the script files and directory structure
0:25:40 Jeremy- How does the CPU gauge get its data.
0:26:00 Jeremy/Bauwe- What kind of app do you see in the future ...?
0:27:30 Jeremy/Bauwe- About TW5 possibilities using/manipulating "data" + TW as a wiki
0:29:33 Jeremy/Bauwe- Advantages of the RPi? sensors ...
0:30:35 Jeremy- Summary about his take aways
0:33:05 Jeremy- About CLA "Contributor License Agreement"... automating the procedure... with github
0:37:25 Jeremy/Nathan- Request for help in this regard. Nathan suggests a handy github based method.
0:39:30 David/Jeremy- Data tiddlers as JSON. JSONT or "JSONselect" to pull out data of data tiddlers ... (some microphone problems)
0:45:40 Jeremy- short summary about data tiddlers, because of "lag" problems.
0:47:05 David- Is there a TW mechanism to check for new tiddler files on the filesystem? "fs.watch in nodejs"
0:49:20 Jeremy- shows syncer.js and filesystemadaptor.js code. TW5 based docs ...
0:52:30 Jeremy- any other questions? ... Nathan want to help with "fs.watch nodejs code"
0:53:22 Jeremy- about his plans to have a hardware TW. ...
0:54:00 Intro: Eric Shulman, Kolmar Kafran, Tobias Beer
0:56:45 Jeremy- about "state tiddlers" in TW (about state tiddler names)
1:02:20 Leo- Is it possible to "shorten" the visual tiddler name?
1:04:25 Tobias/Mario- Why do we need state tiddlers.
1:05:20 Mario/David- There is a problem with long win2003 server file names with ntfs
1:06:55 Jeremy- back- Jeremy favors the "hashing" approach
1:07:38 Jeremy- we can't use cookies anymore for state info because of "file cookies"
1:07:55 Jeremy- about local storage and TW5
1:09:10 Jeremy- "the thing is the tiddler" for consistency
1:13:15 Jeremy- Javid(no mic) want's to have a "private" TW in the cloud.
1:14:50 Jeremy- about TW5 server and hosting
1:18:38 Jeremy- Nathan suggests a "git sync plugin"
1:19:15 Jeremy/David about David's pull request, the "code readability" and contribution management
1:24:10 David- about his "getting started guide" and about handling it
1:25:36 Jeremy- Any other topic
1:26:03 David- Do you have scripts for "sublime text" editor, to speed up writing.
some "small talk"
1:33:20 David- What are you working on in TW - the focus?
1:39:08 David- With TWc there is too much stuff at too many different places ...
1:40:30 Eric/David/Jeremy- about TWc plugins and history
1:45:27 David/Jermy- ... talk about a TW "revenue model"
1:47:15 Bauwe- shows the use of TWS to save TW2 files with chrome and as a chrome extension
1:52:10 Jeremy- summs it up ... reflections about saving tiddlers or saving "containers" and "how to take over the world :)"
1:56:50 Leo- about the concept of tiddlers, files, directories and TW5
1:58:25 Bye! Bye!
2013-09-25 - [[YouTube|http://www.youtube.com/watch?v=kraMtDEiu7Y]]
"""
0:00:00 Intro: fltr: David Johnston, Eric Shulman (later), Jeremy Ruston, Kamil Jellonek, Mario Pietsch, Tobias Beer
0:02:10 Jeremy- about Kamil's usecase for documentation and images.
0:02:59 Kamil- introduces his usecase. Creating / Editing - User Guides, ...
0:04:15 Jeremy- screenshare. "Tiddlymanuals" project ...
0:08:00 Jeremy- Ambit basic manual
0:11:15 Jeremy- create screenshot tiddlers with TW5
0:14:05 Kamil- about the desired workflow
0:16:40 Jeremy- the benefit of tiddler images / images as tiddlers.
0:17:10 Jeremy- about TW "mental model"
0:21:20 Hello: Eric Shulman
0:21:30 Jeremy- What is TiddlyWiki.
0:23:15 Jeremy- What does the audience think?
0:23:20 David/Jeremy- short summary about the possible workflow.
0:25:30 Kamil's feedback ... Mario's concerns about picture size.
0:28:34 Eric- about image handling / including in TWc.
0:30:40 Jeremy- TW client/server mode flexibility
0:33:05 Eric- comparing TW "modes" ...
0:36:00 Kamil- "understanding summary"
0:36:45 Jeremy- optimizing images and TW (size) limits
0:37:55 Kamil- How to notify users about eg: "TW usage hints"?
0:39:30 Eric- ...a TW "notification bar" and message logging.
0:43:20 Tobias- shares some of his latest spaces, plugins, ...
0:43:45 customize (dot) tiddlyspace (dot) com ... "all stuff TiddlyWiki"
0:49:15 .. how a plugin space should look like.
0:49:35 Mario- How do you keep the customize up to date?
0:51:45 tiddlywiki (dot) org ... "How TiddlyWiki Works"
0:52:34 scripts (dot) tiddlyspace (dog) com ... code snippest
0:53:20 the "white theme flavors" ... white (dot) tiddlyspace (dot) com
0:55:40 untagged (dot) tiddlyspace (dot) com
0:57:14 pagr (dot) tiddlyspace (dot) com
1:00:04 listfiltr (dot) tiddlyspace (dot) com
1:02:00 tagfiltr (dot) tiddlyspace (dot) com
1:05:20 Mario- has a problem with "hiding information" with eg: the tag "no-tag"
1:06:33 filtr (dot) tiddlyspace (dot) com
1:09:45 Jeremy- short summary (praise the work!)
1:11:00 David- "hobby related" questions ... RPG
1:12:00 David- creating seeded, "real random numbers"
1:14:48 David- shares his RPG work.
1:19:30 David- shares the "randomize" code.
1:25:05 David- "slider input range" and "number line" (touch optimized)
1:29:00 David- modify a tiddler "on save" - UUIDs
1:35:20 David- How to "hook" into the save mechanism?
1:39:57 Mario- Is the "in place editing" a possibility?
1:41:50 Jeremy- ... how to solve the "original problem".
1:44:12 discussion about the "number line"
1:46:50 Jeremy- about "web components spec" ... polymer ... x-tags
1:48:25 some code refactoring
1:50:25 plugins may be on github
1:54:00 Jeremy- "his take away's"
1:54:30 Jeremy- about refactoring the rendering tree code
1:57:20 Mario- some elements have "hardcoded styles" ..
1:59:58 Bye! Bye!
2013-10-01 - [[YouTube|http://www.youtube.com/watch?v=DZiU4uSGFnQ]]
"""
0:00:00 Intro: fltr: David Gifford, David Johnston, Jeremy Ruston, Eric Shulman (had a short look), Kamil Jellonek (later), Keith Bruckner, Mario Pietsch
0:03:38 Dave/Dave- smalltalk
0:04:20 Jeremy- shows "Tiddlers on the Web" presentation from Ben Paddock
0:05:55 Dave J.- shows his additional filters
+- 0:07:03 "list next" - filter add on
+- 0:08:40 "previous" list filter
+- 0:10:20 "before" ...
+- 0:12:10 ... some info about "limit bug"
+- 0:13:10 "before plus limit 1"
+- 0:13:45 "after" -> "!before"
+- 0:14:25 now combining the possibilities
+- 0:15:20 "position" filter
+- 0:15:45 "numberof"
+- 0:17:05 "real world" examples ...
+- 0:18:30 "real world usecase" as a macro
0:21:20 Jeremy- comments on Dave's filters (some audio problems)
0:24:55 David G.- expresses his ideas for some more "new filters" :)
0:26:58 David G./DJ- is there a way to convert DJ's filters to "pills" similar to tags? ... some more usecases ...
0:30:40 Jeremy- Do you intend to create "hirarchy lists"
0:31:42 Jeremy- What about the filter API (filters may be able to take multiple parameters)
0:32:40 Jeremy- (autio problems) ... Hangout broken 10sec
0:33:30 Dave J./Jeremy- more filter info for Dave G.
0:34:33 David G.- Page numbers and printing?
0:37:00 Jeremy- about code refactoring going on, to clean up the rendered DOM
0:38:00 ... audio problems for 2:20min ... Jeremy
0:40:40 some smalltalk
0:41:10 Dave G.- shares some info about a discussion with Jeremy
0:43:30 Dave J./Dave G.- shows the "fly out" nav bar (hangout 14 contains some more info)
0:47:10 Dave G./Jeremy- about "non hirarchical related lists"
0:49:13 Dave J./Jeremy- discussion about "filter syntax and programming"
0:52:15 Mario- questions ... about "word count" - "character count" ... plugin ... (low level stuff)
1:00:00 Jeremy- hints about, how to create the "word count" widget. plus some low level background info for parsing and rendering.
1:12:00 Jeremy's- computer crashed ... :/
1:12:50 Jeremy- audio only ... real crash
1:13:45 David J./Mario .. smalltalk
1:14:50 ... hangout broken ...
2013-10-09 - [[YouTube|http://www.youtube.com/watch?v=fUV4Qzj_7Jw]]
"""
0:00:00 Intro- fltr: Jeremy Ruston, Kamil Jellenek, Kolmar Kafran, Mario Pietsch, Nathan Cain
0:02:30 Kamil- How to get started with TW5? (Chrome)
0:06:00 Kolmar- short intro. ... When is the empty.html updated?
0:07:20 Jeremy- How to get started with TW5? (FireFox w. TiddlyFox)
0:09:40 Kolmar- Is the "BLOB API" updated in empty.html? (needed for saving)
0:11:10 Kamil- How does the "password" work? TiddlyWiki encryption
0:12:35 Kamil- Is there a possibility to "write protect" the TW? (Users should not change content by acident)
0:15:50 Jeremy- TW5 in dropbox - "How to create a view only mode link"
0:20:40 Kolmar- How to hide the "save ... buttons" ...
0:21:50 Jeremy- Dicussion about "read only mode"
0:24:10 Jeremy- TW5 static version
0:24:40 Jeremy- Creates a "read only theme" on the fly! (+ some browser problems :)
0:36:00 Jeremy- Create a "save button" for the "read only theme" ;) ... kind of tricky :)
0:39:00 Jeremy- Deploy - the "ReadOnly" theme! well done :)
0:39:40 - discussion "how to toggle read only mode"
0:41:17 Mario- question about "drag and drop" tagging ...
0:42:20 Jeremy- Edit tags without edit mode ... possible improvements for tagging.
0:45:00 Kamil- discussion about "keyboard shortcuts" and endusers needs.
0:46:27 Kamil- about "tag colors" and categorisation
0:48:16 Mario- Concerns about "automatically changing" UI elements. (eg: automatic resorting of tag lists)
0:49:30 discussion about UI and UX ... tablet - drag and drop ... desktop - mouse and keyboard ...
0:53:20 Kolmar- shares his TW5 and what it means to him.
0:55:30 Jeremy- possibilities to use TW with mobile devices.
0:56:30 Jeremy- about TW5 and TWEdit
0:57:00 Kolmar- Is "TiddlyWiki in the Sky with Dropbox" with TW5 a possibility?
1:00:50 Kolmar- About his dropbox experience with Mon..Log
1:03:55 discussion about "What makes TW5 unique"
1:05:30 Jeremy- TW5 and git ... as a backend
1:06:28 Jeremy- TiddlyWiki local even in Oxford ... planning phase
1:10:40 Kamil- What is the "result" of eg: tw hangouts? ...
1:12:40 Mario- About "hangout annotations" and topics for discussion
1:13:40 Jeremy- github issues ... community pull requests
1:15:40 Jeremy- About the local meetup ... eventually community meetups ...
1:19:00 Kolmar- about internationalisation - TW translation.
1:20:55 Mario- A TW5 Logo is missing :)
1:21:30 Jeremy- Thoughts ... How a TW log should be .. and .. how it should _not_ be
1:25:35 Kolmar- Is it possible to contribute documentation with github or TW5?
1:27:13 Mario- What's about CDent's relation to Osmosoft?
1:28:00 Jeremy- about the community Logo discussion
1:31:30 Jeremy- "TiddlyWiki is all about tiddlers"
1:34:20 Kamil- Where is the TW5 syntax documentation? We can here Jeremy's voice and see Kolmar's TW5
1:37:50 discussion about empty.html ... and built in "wiki syntax info tiddler"
1:41:00 Kamil- about contributing, testing and translation ....
1:44:25 Nathan- Should there be a TW5 edition just for documentation?
1:45:40 Mario- about handling pictures with TW5 and 3rd party services (eg: trovebox (dot) com)
1:47:55 Jeremy- about resizing images in the browser.
1:50:45 Bye! Bye!
2013-10-15 - [[YouTube|http://www.youtube.com/watch?v=tzK6_9W0rn4]]
"""
0:00:00 Intro: fltr: Eric Shulman, Jeremy Ruston, Mario Pietsch, Nathan Cain, Scott Simmons
0:01:50 Jeremy- about the TW5 widget refactoring / refactoring in general
0:02:40 Jeremy- template "readability" ... after the widget refactoring
0:04:15 Jeremy- about the TW5 widget refactoring ... ./nbld.sh
0:09:58 ... FireFox 3D DOM model comparison
0:12:25 Jeremy- "macro" and "context" template mechanism eg: tag background coloring
0:17:20 ... ViewTemplate uses the same mechanism now
0:19:50 Jeremy- comparing the new/old folder structure
0:22:40 Jeremy- TW5 commit history
0:24:30 mario's mic is muted :/ communication problems
0:25:30 audio back ... Jeremy- about the "3rd" refactoring
0:28:20 Scott/Jeremy- sharing tiddlers among different TWs. ... What's the nature of TW5?
0:33:30 Mario- nodejs will be interesting for dev's and if you need "single file tiddlers"
0:34:15 Jeremy- about Dropbox, OwnCloud, "command line action" and possibilities to make it easy
0:36:30 ... TW5 as an "application" ... eg: Appify
0:39:20 Bye! Bye!
2013-10-22 - [[YouTube|http://www.youtube.com/watch?v=LEFadJ6Ls2Y]]
"""
0:00:00 Intro: fltr: Bauwe Bijl (0:12:50), David Gifford, Jeremy Ruston, Mario Pietsch, Paul Truzzi (later) Scott Simmons, Ton Gerner
0:02:05 Ton- About his TiddlyWiki usecases
0:07:35 Dave- Introduces TiddlyWiki 5 Mall
0:12:50 Bauwe- Intro
0:13:50 Bauwe- Update on RaspberryPi sensor experiments
0:21:00 Jeremy- Transclude tiddler content into an SVG
0:24:15 Eric/Bauwe- about other mini-computer hardware .. parallelo, tessel, beagle bone black
0:25:45 Jeremy- Update on "Widget Refactoring"
0:30:20 Mario- Are there any basic widgets missing?
0:32:20 Jeremy- startup.js, version.js, link.js, widget.js
0:35:05 Jeremy- about regexp for "skype:" protocol ... external link detection
0:36:40 Jeremy- Tag search editor issue ... general info about refactoring
0:40:20 Eric- Start Search by clicking a link?
0:42:50 Eric- "" n-da2sh, "-" m-dash and escaping wikification
0:51:46 Eric/Jeremy- Is it possible to disable "dash" rendering ... with a "rule"
0:54:20 Jeremy- about Ton's Top Menu ... theme mod
0:59:30 general discussion about TW5 syntax "evolution" ... rule, macro transclusion
1:02:20 Mario- Will there be "global" makros? ... see: /modules/macros folder
1:04:01 /modules/macros/makedatauri.js ... about general macro handling
1:09:20 Mario/Jeremy- About the transition from TW2 to TW5
1:12:12 Scott- There should be a "cheat sheet" with TW5 syntax in TW5
1:14:30 Jeremy- any questions? ... nope
1:15:25 Dave- Will it be possible to transclude "external" tiddlers? from file / URL
1:21:14 Eric- about the TiddlyWiki structure as a "box of index cards" ...
1:22:45 Jeremy- About "Smalles Federated Wiki"
1:27:40 Scott- How does TiddlySpace include other spaces?
1:30:50 Jeremy/Eric- About "Eric's Clinic" ... smalltalk ... "custom fields"
1:34:12 Jeremy- about +TiddlyWiki google plus circle ... smalltalk about hangout's
1:40:20 Bye! Bye!
2013-10-29 - [[YouTube|http://www.youtube.com/watch?v=wYaFsOzXnPY]]
"""
0:00:00 Intro- fltr: Bauwe Bijl, EricShulmann, Jerey Ruston, Mario Pietsch, Leo Azimov, Stephan Hradeck, Ton Gerner
0:03:40 Jeremy/Stephan- about Stephan's TW5 usecase as a "handover doc paper"
0:06:01 Leo/Stephan- How do you merge changes done by different users?
0:07:50 Intro Bauwe Bijl
0:08:28 Leo- Feature request. Display TW "interdependencies in the form of a graph"
0:10:30 Mario- Suggests TiddlyWeb as a backend instead of the "file system"
0:12:20 Eric- Shows a working HyperGraph TWc plugin - "discovery tools"
0:13:30 Leo/Mario- About his usecase to split a big TW into "private" and "public" pices. Mario suggests hoster (dot) peermore (dot) com
0:17:48 Mario/Jeremy- about MindMaps and importing it into TW
0:21:35 Eric/Leo- shows the TWc RelatedTiddlersPlugin. about tiddler connection structure
0:25:30 Bauwe/Jeremy- update on his RaspberrPi SVG data collection project
0:38:35 Bauwe/Jeremy/Mario/Leo- has a filter feature request ... "hide tiddlers until, they are modified" ... "exclude, based on modifier"
0:43:55 Jeremy- creates a github ticket (#187) for the feature request.
0:45:14 Jeremy- short summary ... about his "take away" thoughts.
0:47:16 Jeremy- dynamic SVG handling.
0:51:30 Jeremy- about the "external link" handling. ... public brainstorming!
1:03:25 Stephan- confusion about "pretty links" in TW and MediaWiki. ... no more tilde's
1:08:50 Stephan/Jeremy- is used in too many places ... may be :)
1:10:40 Jeremy- about refactoring .... !!! here comes the geeky stuff !!!
1:11:45 Jeremy- review the github pull request
1:12:30 about static templates .. core/templates/static.template.html.tid
1:13:54 core/templates/static.tiddler.html.tid
1:14:10 view widget .. wikified is dropped
1:15:14 transclude widget code
1:16:45 core/ui/EditTemplate.tid .. source code
1:20:45 Mario- did the refactoring make CSS simpler?
1:22:20 Mario- about the goal to show a "live theme" inside a tiddler
1:25:30 Jeremy- edit "post render function" is able to "call" the "codemirro plugin" .. general discussion about implementing the tiddlywik cm-parser
1:31:52 core/ui/FieldEditor.tid
1:35:30 Would it be possible, that TW creates "x-tags"/"web components"?
1:37:20 "setvariable" widget .. used in the EditTemplate
1:40:20 title vs tiddler in field names
1:41:40 List of "typed" tiddlers ... for filtering
1:43:25 Mario- short indirection to Bauwe's "data tiddler" filtering
1:45:01 Import widget on PageTemplate .. discussion about the "drop zone"
1:49:36 core/ui/TagTemplate .. "hard coded" styles vs. "CSS styled" tag colors .. general discussion about tag coloring.
2:01:40 about the TW "self documenting" possibilities. Automatically created documentation. snippets templates
2:05:50 Mario- Will there be a "nodejs TiddlyWeb" version. Jeremy isn't that interested in serversides. The API will be enough.
2:12:55 Bye! Bye!
"""
2013-11-05 - [[YouTube|http://www.youtube.com/watch?v=8_-HhbEMiJ4]]
"""
0:00:00 Intro: frtl: Mario, Piers, Robin, Sean, Leo (Slonik), Stephan, Ton
0:03:00 Jeremy- What's new: CodeMirror integration (plugin)
0:05:45 Leo- uses "It's all text" Will it work with CM?
0:06:55 Jeremy- There is a new "markdown plugin" for interoperability.
0:10:15 Jeremy- Short info about markdown plugin integration (code).
0:12:45 Jeremy- How codemirror was included (code)
0:13:15 Jeremy- Some discussion about animation and inernal HTML structure
0:17:27 Intro Nathan
0:18:25 Jeremy- Are there questions from Piers and Sean? usecase?
0:20:43 Jeremy- multi column mode lists ... TW5 as a "guitar songbook"
0:25:37 Leo- External links to MP3?
0:26:20 about multi column CSS
0:27:40 Jeremy- does a lot of "skeleton documentation"
0:30:12 Mario- Are we close to beta? -> upgrade the core is the blocker atm ... general discussion about beta
0:32:40 Leo- Do we need to write browser specific CSS? ... TW5 does simplify CSS creation ..
0:34:30 Jeremy- How to create a "CSS macro" for 4 columns
0:36:40 Mario- What do you think about using microformats. microformats (dot) org
0:38:20 Jeremy/Mario/Nathan/Leo- thinking about RDFa ... open graph ... schema (dot) org ... using RDF as a "storage format"
0:50:40 Jeremy/Nathan- reflections about the above (RDF)
0:54:20 Nathan/Jeremy- about "Federated Querying" ... SPARQL
0:57:20 Jeremy- reflections about "possibilities to use it"
0:58:48 Jeremy- "PageMacros" ... "hacky" global macros ... built in macros
1:00:00 Jeremy- Creating tabs with macros
1:01:08 Mario- brings back the "sections and slice" discussion ... about "prose / natural data structure"
1:04:53 Jeremy- "library of core macros" ... text and javascript
1:08:50 Mario- issue - using TW5 to create TW2 test.html - TW5 npm should be updated.
1:12:25 Nathan- shows a structure of "Linked open data cloud"
1:19:29 ... tags and URI ... od items inside TW have an URI? ... text URI ... rendered URI
1:26:30 Jeremy- TW5 (without javascript) shows the tiddler titles. ... It could be anything.
1:29:00 Nathan- are the "js macros" global?
1:34:08 Jeremy/Mario- Animation is back ... for popup's ... adjusting animation speed ... working with tabs
1:39:40 Jeremy- about keyboard shortcuts
1:41:35 Nathan- Is there a "command line interface" in TW5
1:44:40 Jeremy- searches some "early TW UI sketches"
1:45:20 Nathan- CLI - to manipulate the "server side"
1:47:52 Jeremy- finally shows some "early TW UI sketches" ... a termKit like CLI for TW
1:54:10 Bye! Bye!
"""
2013-11-12 - [[YouTube|https://www.youtube.com/watch?v=SqjPSqQySc0]]
"""
0:00:00 Intro: fltr: Ton, Scott, Mario, Jeremy, Eric, Adrian
0:02:35 Jeremy- What's new in alpha 14 -> ControlPanel
0:04:30 Jeremy- Add a new tab to the ControlPanel tiddler.
0:05:08 Jeremy- Add a tab to the "info panel"
0:06:00 Jeremy- TW5 static representation
0:06:45 Jeremy- What will be interesting ??
0:08:20 Mario- is interested in Adrians usecase.
0:08:40 Adrian- Build TW5 from source with Windows?
0:10:20 Mario- Suggests to use "grunt" to manage TW5 build process
0:15:50 Adrian- ... is hunting for the "perfect personal information management system"
0:16:30 Adrian- would like a "graph like view" of TW
0:17:07 Jeremy- shows the cecily (TWc) project ... It should come back to TW5
0:24:20 Jeremy- about integration of d3
0:27:36 Adrian- TW5 data structure, meta data, "external" databases, ...
0:28:20 Jeremy- ... how the "story view" handles tiddlers ... list widget
0:29:40 Adrian- how to "expose the intrinsic link structure"
0:30:20 Jeremy- ... the filter syntax to "select" tiddlers
0:34:36 Adrian- ... does TW support external data sources?
0:39:40 Jeremy- about the "tiddler store" (code), and "plugable stores"
0:42:45 Andrew- what's about "scaling" out of "personal use"
0:46:50 Mario- suggests couchdb - pouchdb - for syncing single file TWs
0:47:30 Jeremy- about capturing the tiddler hashmap (store) in a clousure to "enforce a unified api"
0:48:10 Jeremy- leavs ...
0:49:30 ... Eric on the guitar!
0:50:20 Jeremy- is back
0:51:25 Adrian- about databases he is interested in eg: neo4j, datomic,
0:54:15 Adrian- about Relavance and "associative databases"
0:56:00 Jeremy- about SQL databases
0:57:40 Jeremy- about the TW5 "internal data structure"
1:02:25 Adrian- had issue with d3 data set saving (actually found a bug)
1:05:30 Adrian- What do you think about "The smallest federated wiki"?
1:11:27 Mario- TW5 on itself will scale much better than TW2
1:12:10 Adrian- What about trello?
1:14:30 Adrian- TWs open tiddler animation is kind of confusing.
1:18:40 Bye! Bye!
2013-11-19 - [[YouTube|http://www.youtube.com/watch?v=UEYaPiOB8dI]]
"""
0:00:00 intro: frtl: Jeremy, Mario, Nathan, Stephan, Ton
0:01:40 Jeremy- What do you think of the "Fork me on GitHub" ribbon
0:08:55 Nathan- "Download me as a file" instead of "Fork me on Github"
0:10:30 Jeremy- The link color changed a bit.
0:13:30 Jeremy- About "vanilla" CSS styling and a new "Vanilla Theme"
0:15:40 Jeremy- about page layout configurability
0:16:40 Mario- "Complains" about text edit performance
0:22:00 Jeremy- About testing and avoid regressions
0:23:45 Jeremy- Control Panel now has a TiddlySpot setting tab.
0:26:30 Jeremy- Save to TiddlySpot will be part of the core ... code review.
0:28:20 ... About IE ... TW5 should work with IE10+
0:29:10 Julio- What's the difference between macros and widgets
0:29:50 Mario- about the difference between macros and widgets.
0:31:50 Stephan- macros are "kind of a template"
0:32:10 Jeremy- summs up the above
0:32:40 Mario- about managing "user specific" macros
0:33:10 Jeremy- Proposal - about extending the MIME type of tiddlers to handle "export/import" of macros.
0:37:10 Jeremy- The goal is that ordinary users don't need to deal with widget syntax.
0:38:25 Jeremy- Which macros are needed for "users" .. 9
0:39:50 Jeremy- shows the "tab macro" code
0:41:03 Jeremy- Summary about macros and widgets
0:42:30 Jeremy- Macros should be "self documenting"
0:44:15 Jeremy- Moving to "beta" ... how to do the "core upgrade"
0:47:00 Jeremy- The boot mechanism should be able to load "external files"
0:49:00 Jeremy- How to do the core upgrade with eg: npm, visit ..tw5/upgrade, download the upgrade mechanism TW, extend TiddlyFox possibilities.
0:52:20 Jeremy- move to beta and TW5 will be the frontpage for tiddlywiki.com
1:04:45 small talk, managing lists :)
Bye! Bye!
"""
2013-11-26 - [[YouTube| https://www.youtube.com/watch?v=vKJwcY-gx2g]]
"""
0:00:00 Intro: frtl: Adrian, Bob(later), Dave, Eric, Jeremy, Stephan, Ton, Mario (later)
0:02:05 Agenda: What's new, Creating DropDown's, about the list widget, tracing the code
0:03:20 Jeremy- New PageTemplate tag, to modify the page template
0:07:15 J- Fixed the "list sorting" issue
0:09:05 J- Control panel - tiddlyspot saver tab. link to backup folder.
0:10:40 J- about fixed issues. (filter typo causes alert) ...
0:12:20 J- Changing templates ... Save empty.html
0:13:50 J- google analytics is now a propper plugin.
0:14:10 J- new save/download buttons
0:16:30 J- Josh's question - how to create a dropdown menue
0:20:03 Eric- some questions about the popup
0:22:20 Eric- suggestion - add items to the list would be cool
0:23:40 J- popup source review
0:29:20 J- about the "linkcatcher" widget ... also used for theme switching
0:31:10 Bob- What is the "bang bang" for?
0:33:45 Eric- Is there a "tooltip" ability?
0:35:55 J- New "fallback" feature of the "view widget".
0:37:20 Bob- Is the span needed to have the tooltip?
0:38:00 J- in beta we need to find out the "common idioms" ... and make them easy.
0:40:30 J- Dave's quesiton - about wikitext filter syntax shortcut
0:41:50 J- we need to extend the table syntax ... eg: multi line table syntax
0:45:55 Stephan- Will it interfere with existing table syntax?
0:47:40 Bob- questions about "escaping"
0:49:35 J- back to Dave's question ... transclusion in tables
0:52:20 J- howto - create a table with the "list widget" and templates
0:57:45 Bob- hangout examples should be copied over to a TW
1:00:00 back to the table syntax. ... right align.
1:02:00 Mario- How do you create a "dynamic" table with "list filters" ...
1:04:00 J- suggest COOL new syntax for "wikitext lists" and tables.
1:06:35 J- how "dynamic tables" are created atm. ... new wiki syntax
1:12:50 J- brainstroming about a "generic simple wiki syntax" for several things.
1:17:25 J- new syntax for "typed transclusion"
1:20:10 J- atm it's possible to make suggestions to improve TW5 wikitext for table, typed transclusions
1:23:10 J- Stephan's question about "What happens, when you click the Save button"
1:25:05 J- review the source for the "save button" ... start with the boot.js kernel
1:28:17 core/ folder ... plugin.info
1:28:44 modules/ folder ... startup.js
1:29:28 have a look at the "new" dev-wiki
1:31:15 Mario- Where is the code, that "catches the button save message"?
1:32:40 J- What happens if the save button is clicked. - part of the PageControls
1:34:25 widgets/button.js ... click event ... .execute
1:36:15 ... have a look at the "widget render tree" ... $tw.wiki.parseText
1:41:50 Mario- OT is there a connection between the tree and the source text position?
1:43:50 J- about the widget architecture
1:45:10 back to the button widget
1:45:40 widget.prototype.dispatchEvent ... tw-save-wiki
1:46:17 find the handler that executes the message. see: startup.js
1:47:50 $tw.wiki.saveWiki() .. see: wiki.js
1:51:00 about the savers/ modules
1:52:50 TiddlyFox saver ... .saverInit()
1:55:30 test.js widget
1:55:55 Stephan- wants visual feedback for saving to tiddlyspot .. upload.sh
1:58:10 progress bar is similar to the notifier.js
2:01:00 J- coding in TW is very different to jQuery, since the DOM is transient. Similar to angular.js
2:03:15 J- summing it up
2:04:40 J- states "parsers are not complicated" ;)
2:06:15 J- storyviews are "kind of complicated"
2:08:15 J- The UI is ripe for contributions.
2:08:50 J- Compare TW5 with other github projects .. number of commits
2:12:05 J- questions? ... smalltalk
2:13:20 Mario- Any progress on the "upgrade" mechanism?
2:18:00 Bye! Bye!
"""
2013-12-04 - [[YouTube|http://www.youtube.com/watch?v=xlXdKMj70yM]]
"""
0:00:00 Intro: frtl: Jim + background, Jeremy, Mario, Michael, Paul, Stephan, Ton
0:07:30 Jeremy / Paul- about "OXTWIG" meeting in Oxford.
0:11:35 Jeremy- User-TWs in action (Jim screenshare won't work)
0:17:40 Michael- TW in action (actually nothing to show :)
0:18:50 Ton- about tw5toolbar(.)tiddlyspot(.)com new buttons: home, full screen, close all, close others, clone, search, help, ... StyleSheets ... ToggelTheme ... hide sidebar
0:26:55 Jeremy- about how Ton does the editing?
0:29:30 Michael- about single file TW vs node version (conversion back and forth) ginsu.sh
0:35:10 Jim- about his TW5 usecase ... create "reference material" .... (Jeremy's screenshare wasn't recorded) :/ (see Jim's TW at hangout#25)
0:47:50 Jeremy- Preperation for the Beta - about version numbering
0:50:40 Jeremy- How the "upgrade process works"
0:57:00 Jeremy- about "Getting Started with TiddlyWiki5" on youtube and a "youtube widget"
0:58:40 Jeremy- Nathan joins the talk.
0:59:50 Jeremy- How to import eg: markdown plugin.
1:00:55 Michael- How to open several tiddlers at once?
1:02:10 Mario- Would it be possible that a "open all tiddlers" also looks a the "list" field to open them in the right order?
1:03:00 Stephan/Jeremy- about automatic loading in "DefaultTiddlers"
1:06:00 Michael- Will it be possible to sort tiddlers in the "story river"?
1:07:50 Jeremy- about borrowing "Trello" functionality.
1:09:55 Jeremy- conditionally show/hide the sidebar
1:10:30 Stephan- do we have a "storyline" plugin/button?
1:11:00 Jim- about "conditionally" change the layout
1:15:40 Jeremy- Eric joined the session
1:17:40 Jeremy- about moving TW5 to tiddlywiki(.)com
1:19:10 Mario- complains about the TW5 "HelloThere" link to TiddlyWikiClassic
1:21:50 Jeremy/Eric- about moving TWc and TW5 frontpages ...
1:24:40 Mario- about the "migration path" from TWc to TW5
1:26:50 Paul- about "HelloThere" wording ...
1:28:30 Stephan- should we talk about the TW syntax for "quotes" skeeve(.)tiddlyspot(.)com
1:39:50 Jeremy- Question: Will quotes work with lists?
1:43:28 Stephan- about "radio buttons"
1:45:40 Michael- How to switch of CamelCase rendering?
1:51:30 Eric- about "black listing" CamelCase links, that should not be links
1:53:20 Mario- about tiddler aliasing
1:54:20 Eric- about "corner cases" if automatic wiki linking is globally switched of
1:57:10 Jeremy- about aliases ... being "symbolic links"
2:00:50 Jeremy- about aliases and regular expressions (regexp)
2:04:50 Bye! Bye!
"""
2013-12-10 - [[YouTube|http://www.youtube.com/watch?v=tGV5F2Gj_mE]]
"""
0:00:00 Intro: frtl: Jim, Jeremy, Mario, Paul, Stephan, Ton
0:02:50 Jim's- usecase: "TW5 in the wild". Using tags to create a "parent - child" structure. ... 1-1, 1-many relations
0:08:20 Jim- question: "How to get backlinks"
0:10:05 Jeremy's- explanation
0:13:20 Mario- suggests to use tags ... similar to "TagglyTagging" ... that's not, what Jim wants.
0:15:30 Jeremy- shows how to add the "backlink" to the ViewTemplate.
0:21:40 Jeremy- about "asking questions is _important_" because it is valuable feedback.
0:23:50 Jim- What does !!parent}} mean? ... about "text references"
0:30:15 Jim- Is "parent" a core field? ... no
0:31:30 Jeremy- documentation about "backlinks"
0:32:55 Jeremy- about "Philosophy of Tiddlers"
0:34:00 Jeremy- about TW Editions
0:38:18 Paul- about "documentation inconsistencies" ... that may be confusing for newbies
0:41:00 Jeremy- about the use of "TiddlyWiki" as TW5 and TiddlyWikiClassic
0:43:15 Paul- "What is a tiddler" ... which tiddler fields are part of the "core". What's default for TWc, TW5 and eg: TiddlyWeb / TiddlySpace
0:49:00 Mario- about fields that are part of the core.
0:52:20 Jeremy- about "Going to beta"
0:54:20 about browser "back / forward" button integration
-> 0:56:40 Jeremy- about the five(.)tiddlywiki(.)com/static/RoadMap ... (google video recording is kind of broken till: the end :(
0:58:10 .. multi language support
0:59:40 .. aliases ... (may affect the "store" structure"
1:01:40 .. search / replace
1:02:55 .. rich links tooltips
1:03:35 .. keyboard shortcuts and focus ... bookmarklets as a workaround
1:06:00 .. quoting ...
1:07:00 about "social" widgets .. eg: youtube widget
1:09:10 .. syntax highlighting
1:13:45 .. plugin minification
1:17:10 .. list editor drag and drop
1:18:10 .. display JSON data .. TW should be "self documenting"
1:19:20 general TW usability
1:22:30 about "depricating widgets" in the future
1:24:50 Paul- .. about $tw.document in the code
1:31:20 Kamil- .. drag and drop importing pictures
1:33:50 ... Google recording problems ...
1:37:10 Jeremy is back .. image support question ...
1:40:20 Jeremy/Eric- about move to beta and necessary "dot com" changes.
1:45:40 Ton- There is a problem with five(.)tiddlyspace(.)com
1:52:35 Bye! Bye!
"""
2013-12-17 - [[YouTube|http://www.youtube.com/watch?v=8nQOLkDwiu8]]
"""
0:00:00 Intro: rtl: Nathan (later), Paul, Stephan, Russ (later), Ton
0:01:34 Jeremy- TiddlyWiki is bata now \o/ see: tiddlywiki(.)com
0:02:45 Jeremy- There will be "broken links" in the web now :/
0:03:40 Jeremy- about bug fixes for the upcomming version (problems with screen sharing ...
0:07:40 Jeremy- is back - about the favicon
0:10:20 Jeremy- any questions about the agenda
0:11:25 Paul/Jeremy- How to contribute to TW with github
0:14:00 Jeremy- about linking external pictures in TW
0:15:15 Paul- about versioning
0:17:50 Paul- about links ... pretty links ... external links
0:30:55 Paul- about API specification ... what is stable and what is in flux
0:34:40 Paul- What are valid characters in a tiddler title?
0:45:00 Paul- Tiddlers may have an URI field
0:47:00 Jeremy- about date representation ... especially time zones
0:49:00 Jeremy- about the TW tiddler storage structure ... and probably changing it.
0:53:50 Paul- about timestamping down to the milisecond
1:00:00 Jeremy- about script tags with a "app specific" content type and related issues
1:02:00 Russ- joins the hangout ...
1:03:50 Russ- about "valid chars for the tiddler title" ecma-404 spec
1:07:15 Jeremy- about defining "task priorities" "fixes and features" for beta
1:13:55 Jeremy- Browser URL should contain the "full story state"
1:17:00 Jeremy- What to fix next - StyleSheet ordering -> internationalisation
1:22:10 Paul/Jeremy- about "RoadMap wording"
1:24:00 Jeremy- about "getting IE working" .. IE extension .. using TW as .hta
1:29:10 Jeremy- about releasing 5.0.4-beta
1:29:55 Paul- How will TW5 work with TiddlyWeb - TiddlySpace.
1:32:00 Jeremy- about DropBox support ... is a "must have"
1:32:40 Jeremy- planing the next hangout.
1:33:55 Jeremy- about some "incompatible issue fixes" ... how to introduce "deprication"
1:40:15 Jeremy- about improving the button widget
1:48:48 Bye! Bye!
"""
2013-12-12 - [[YouTube|https://www.youtube.com/watch?v=fCsQGIav9FM]]
"""
0:00:00 Intro: rtl: Jim, Mario, Scott, Ton, Paul (alias Xavier), Carlos (later)
0:03:30 Jim- shows his usecase ... managing todo lists, goals, projects, tasks
0:08:30 Jim- Is there a way to style reference tiddler links if they are tagged eg: done
0:10:20 Jim- about "navigating a story" eg: next
0:11:15 Jim- about the idea of a "follow up"
0:16:15 Jeremy- general discussion about GTD (Getting Things Done)
0:17:10 Jim- about "tasks" and "appointments" and "time stamp format"
0:20:25 Jeremy- about browser support for "color", "time" and "date" pickers
0:22:30 Jeremy- about a new wikitext syntax to create a calendar
0:26:20 Jeremy- about TW5 "in the wild"
0:26:50 Intro Stephan
0:27:30 Jeremy/Stephan- about regexp's
0:30:20 Jim- about JavaFX ... and "why is it cool"
0:34:40 Jeremy- about "communication" between JavaFX and TW5
0:38:50 Jeremy- about the "webview" with Visual Studio
0:39:50 Mario- "Are there any security restrictions ... web <-> java"
0:41:25 Jim- about he trys to "visualize" the data structure. ... (mp remark: a "non tag based approach to create a story structure")
0:47:23 Jeremy- Would like to implement a "nested list type" structure with drag and drop
0:50:10 Intro Carlos ... about his usecase ... "teaching ... languages" and programming languages.
0:54:50 Jeremy- about Dicon's project and his point of view as a psychologist to work with TW
0:58:38 Carlos- how TW fits to his usecase for "writing and reading"
1:03:00 Jeremy- about "translations" - internationalisation
1:06:00 Jeremy- about the chinese translations at: tw5-zh. tiddlyspot. com
1:06:50 Jeremy- translations should be plugins that work similar to the themeing mechanism
1:10:30 Mario- translations should work for content text and the UI
1:14:07 Stephan- is it possible to search for "system" and "shadow" tiddlers
1:14:52 Jeremy- there should be a new TW file format. Translations should be "a single file"
1:16:00 Jeremy- The Roadmap ... next may be make translations easy
1:18:50 Jim- responding to Carlos's usecase. ... "creating a learning path"
1:26:30 Mario- about hangout #15 and David's filter addons ...
1:27:50 Carlos- about syntax highlighting
1:30:40 Mario- about "lazy loading" "source code" tiddlers from a server for syntax highlighting.
1:31:55 Carlos/Mario- What would be needed to use this in TW5
1:33:10 Carlos- Is it possible to transclude a part of the code, instead of the whole tiddler.
1:34:04 Jeremy- about FF on android and TW on android
1:35:40 Paul- about the versioning of TW5
1:38:10 Carlos- what about "GraphML"?
1:41:30 Jeremy- about how to ship additional plugins. ... editions
1:42:03 Carlos- brainstorming about possibilities / usecases ...
1:44:22 Mario- Jeremy can you remember ... bramp . github . io/js-sequence-diagrams/
1:45:25 Jeremy- .. Stephan, we could import GrphML files.
1:46:58 Bye! Bye!
2013-12-30 - [[YouTube|http://www.youtube.com/watch?v=-fNkYJhGcZA]]
"""
0:00:00 Intro: rtl: Carlos (later), Dave, Jim, Jeremy, Paul, Stephan, Ton
0:03.10 Jeremy- agenda and passes over to Ton
0:03:30 Ton- News about Ton's TW5 guide - "toggle - theme - button"
0:13:30 Jeremy- short summary .. next steps .. "how to package tiddlers into a plugin"
0:16:20 Ton- questions about "how to install node.js and npm" (.. wrong links)
0:19:00 Jeremy- short summary
0:19:30 Intro: Carlos
0:20:00 Jeremy/Jim- about task management
0:21:30 Jeremy- about his observations about task management from TWc
0:25:00 .. what do others (on the call) think?
0:26:00 Carlos- about calenders and a WebDav interface
0:27:45 Jeremy- TW5 node.js could have a WebDav interace ...
0:28:48 Jeremy- about POSSE "Publish (on your) Own Site, Syndicate Elsewhere" ... IMAP interface for TW5
0:31:40 Jeremy- about TW5 as a WebDav/CalDav client ... HTTP client for github issues
0:33:58 Carlos- about his usecase ...
0:35:20 Jeremy- Dave ask (chat): "What does Jeremy plan to do next?" ... Caching in local storage
0:37:30 Jeremy- about "avoiding data loss" ... "Download Offline Snapshot" button
0:40:05 Jeremy- "Helping Hackers" ... translation, making plugins in the browser,
0:40:30 Jeremy- opens the "RoadMap" tiddler. see RoadMap at tiddlywiki . com
0:42:15 Jeremy- .. Things that Jeremy really loves ... Cecily
0:43:00 Jeremy- Browser History handling ...
0:46:00 Jeremy- Permalink handling ...
0:47:00 Jeremy- github issue list ... issues should be actionable
0:56:50 Jeremy- about TiddlySaver ... can Jim help with some "know how"
1:00:38 - - short break - -
1:03:02 Paul- proposal: "vertical merging of tables" ... "top" and "bottom" alignemen syntax
1:13:50 Stephan- about "multi line table layout" with "search and replace pragma"
1:15:35 Jeremy- about "what should be in the core and what should be plugins" pro and cons ... why things are as they are ..
1:18:10 Jeremy- about "how contributions influence the core" even if they are not merged. (...pull requests are allways welcome!)
1:19:50 Jeremy- about the TW5 size
1:20:30 Paul/Jeremy- about size, plugins, core ...
1:23:15 Carlos/Jeremy- about users concerns and expectations
1:27:50 general discussion about community support - contribution - guidance ... turn TW into a team effort
1:32:47 Carlos- How many people use TW5 compared to TWc?
1:35:25 Jeremy- "Why TW5 is designed for users, who don't know TWc"
1:39:50 Jeremy- about the TWc migration path.
1:41:05 Carlos- Which version is at tiddlywiki . com ?
1:46:18 Jeremy- technical aspects of the "dates discussion" ... the internal structure of a tiddler
1:48:20 Jeremy- tiddler fields should get a "type" ...
1:50:23 Paul- What about the "tiddler representation" ... json, html .. see: hangout #27?
1:51:40 Jeremy- any questions?
1:52:05 Carlos- concern about node.js or java dependencies
1:57:55 Bye! Bye!
"""
2014-01-11 - [[YouTube|http://www.youtube.com/watch?v=I7vzfWieF_4]]
"""
0:00:00 Intro frtl: Carlos, Jeremy, Mario, Paul, Stephan, Ton
0:02:20 Stephan- Contact handling .. "database" .. NewTiddler plugin
0:12:45 Jeremy- about contributions to the code / documentation base
0:14:50 - - - short break - - -
0:16:30 Stephan- about transcluding the "full" tiddler content ... title and content
0:19:20 Stephan- shows his "transclusion experiment"
0:22:20 Jeremy- about "credits" in the release notes. There may be Gravatar Widget
0:33:50 Carlos- would like to have GraphMl implemented.
0:41:30 Carlos- What about a "bounty system" for TW plugins?
0:45:05 Jeremy- TW5 should and will be free for end users ... about funding TW5 development
0:49:45 Mario- Carlos - Is there a special reason, why you want to use graphML? — yEd
0:51:05 Jeremy- future features / development for TiddlyDesktop!
0:56:10 Carlos- What kind of advantages do you see, for this type of app?
0:59:50 Jeremy- It would be even possible to integrate a "source code" editor
1:00:15 Mario- about the Brackets project.
1:05:00 Jeremy- about "p" paragraph handling ... "block mode" rendering in general
1:07:15 Jeremy- some new markup / syntax proposals ... brainstorming
1:24:50 - -> kind of an agreement about the new "paragraph - block mode"
1:27:15 Ton- What's about Paul's "multiline table proposal"
1:29:25 Jeremy- ... releases are slowing down.
1:29:58 Mario- CodeMirror is activated for the "client-server edition" by default now?
1:32:20 Paul- Jeremy, did you think more about the extended table syntax? .. it should be part of the core
1:33:00 Jeremy- about the TiddlyWiki for Android video
1:33:60 Jeremy- about the PHP server configuration to save TW5 as a single file
1:36:19 Mario- nodejs server uses the ip address as the parameter number 6. ...
1:38:45 Mario/Jeremy- about the build process in general
1:40:20 Jeremy- suggests the editions .info file should contain build instructions.
1:44:18 Jeremy- new docs tiddler: "Naming of System Tiddlers" ... there are some inconsistencies.
1:48:28 Mario- Would it be possible to have "tabs or sliders" for the namespaces lists?
1:52:25 Mario- About user defined naming conventions for system tiddlers.
1:53:35 Jeremy- shows the TitlesPolicy tiddler for some naming conventions
1:55:07 Carlos- Is the TitlesPolicy live allready ... yes
1:55:45 Paul- about NodeWebkit versioning .. what's about the updating / deployment handling?
1:59:40 Jeremy- about new GitHub's traffic graphs
2:01:18 Bye! Bye!
2014-01-22 - [[YouTube|http://www.youtube.com/watch?v=gpRYHzHCj6w]]
"""
0:00:00 Intro: frtl: Jeremy, Mario, Stephan
0:01:12 Mario- Intro: tw5-vagrant on github
0:02:40 .. about the Vagrantfile
0:04:50 .. how to download the stuff from github
0:05:18 .. how to start the procedure with "vagrant up"
0:05:40 .. access the TW5 client/server edition from the host browser
0:07:18 .. -> commands for contributors, some more internals
0:09:33 .. -> how to build the single file TWs, that static tiddlers and all the demos
0:10:20 Jeremy- Can we create a version, that does "npm install tiddlywiki" -> yes
0:12:00 .. the build finally finished with the tests!
0:13:00 Jeremy- There should be a website with some info about TW5 related projects
0:16:45 Jeremy- There was a request, how to upgrade TW5 with drag and drop ...
0:18:20 Mario/Jeremy- general discussion about TiddlyDesktop and multi user TWs, sharing .. TiddlyWeb
0:20:25 Jeremy- about the "extended" build scripts "./bld.sh" or use "npm start" "npm build" ..
0:23:44 Jeremy- the TW5 repo may need to be splitted into the "docs" and the "code"
0:26:35 .. general discussion about managing TW5 repos. code and docs.
0:30:20 Mario- thoughts about, how to handle a "custom editions" that should be in there own repos
0:33:10 Jeremy- block mode html handling ... (with a little journey to find the issue :)
0:36:30 .. found it \o/ issue #82 and #345 (related) ... will need to refactor the parser
0:38:15 All- brainstorming about an /import pragma .. transclusion .. inclusion .. /rules ..
0:47:30 Mario- .. is this a "global" import?
0:48:30 Jeremy- about the "role" of tags in TW5 at the moment. .. it's just conventions
0:50:03 .. about "missing" documentation and "reading" existing documentation.
0:52:45 Mario- "standard macros" evolving into "user defined macros"
0:54:20 Jeremy- Stephan's pull requests for 5.0.7
0:59:20 Jeremy- Some new docs about the "coding style" .. rules for pull requests
1:00:50 Jeremy- docs .. "Saving to a PHP" server, similar to tiddlyspot
1:03:50 Jeremy- docs .. naming conventions for "user defined" system tiddlers
1:06:05 Jeremy- upcomming changes for the ControlPanel
1:07:40 .. importing encrypted TWs
1:10:00 Jeremy/Mario- .. discussion about using TW as a password vault.
1:13:38 ... your computer is not broken - this silence is by intention :) ...
1:14:48 Jeremy- There should be some warings / info about security.
1:16:20 Bye! Bye!
2014-01-28 - [[YouTube|http://www.youtube.com/watch?v=_14sh5n0qKo]]
"""
0:00:00 Intro rtl: Eric, Mario, Leo, Stephan, Ton
0:02:40 Ton- Reorginzes his TW5 Info pages + some new stuff. Links can be found at tiddlywiki. com
0:06:30 Ton- brought back the "Left Menue"
0:11:39 Mario- Saw some issues with the "!important" key word in the CSS.
0:13:25 Jeremy- Do you have dropdowns in the Top Menue?
0:18:55 Ton- New ReadOnly theme, with a "hidden" save button :)
0:20:20 Jeremy- About "automatic" theme adjustments. ... customize the display depending on the browser used, for documentation.
0:25:10 general discussion about contribution.
0:16:06 Stephan- new journalButton, very similar to the newTiddler button. + dateTimeMacro
0:33:30 Stephan's tiddlyspots. links can be found at tiddlywiki. com
0:35:18 Jeremy/Mario- ... screen sharing problems
0:37:50 Jeremy- the plugin library. Discussion summary on mario's space
0:40:05 Jeremy- github issue page #363 - open for discussion
0:41:56 Jeremy- "core plugins" vs "contributor plugins" vs "3rd party plugins". Discussion Jeremy and Mario about responsibilities. About the TW5 repo structure.
0:48:15 ... connection between "editions" directory and "plugins" directory.
0:50:30 Leo- There should be a "search" functions. What about versioning ... -> Jeremy- We use "Semantic Versioning"
0:52:10 Mario- about his issues, using "vanilla TW5 repo" for his development workflow. There are different views about the dev workflow. Mario wants to have "generic" scripts
1:00:50 Jeremy- About the "new proposed build" mechanism.
1:01:55 Jeremy- discussion about: what are the existing build scripts about.
1:04:00 Jeremy- about: How to submit / contribute plugins.
1:08:30 Leo- Is it possible to install plugins from "any URL" -> yes
1:10:00 Jeremy- How can we distribute plugins. about possible backends ... It seems we need to require contributors to use git/hub.
1:14:00 Jeremy- about pulling plugins to the "core" ... testing needs to be possible/done by the core devs
1:16:34 Leo- example: how "homebrew" does it for MAC software.
1:19:40 Jeremy- about the "tiddlywiki -build" and "-init" commands. TODO
1:24:50 Leo- What about debendency management?
1:31:50 Jeremy- Stephan's bookmarklets with TiddlyDesktop. General bookmarklet handling.
1:36:40 Jeremy- TiddlyDesktop may be a wiki too.
1:37:20 Jeremy- Intro Paul ...
1:38:27 Paul- What's about the next OXTWIG.
1:41:53 Bye! Bye!
"""
2014-02-04 - [[YouTube|http://www.youtube.com/watch?v=GEqXu6xay7M]]
0:00:00 Intro- Dave, Jeremy, Sean, Leo, Vasily
0:02:22 Dave- Using TW with images, note taking, book reading quotes ..
0:08:20 Jeremy- Dave, you did experiment with TW and node.js - How did it feel?
0:11:10 Jeremy- about changes in TW, to do image "lazy loading"
0:12:20 Sean- What is this "lazy loading" feature?
0:12:55 Inrto: Paul, Ton
0:13:35 Jeremy- demo lazy loading - in "client server mode" ... some screensharing problems.
0:15:15 ... demo "lazy loading"
0:18:20 Leo- What happens, if 2 users change the same tiddler.
0:20:10 Jeremy- .. back to the demo
0:29:40 Intro- Mario
0:31:00 .. short summary
0:32:10 .. about image handling and thumb nail handling on the server.
0:33:05 Mario- TW5 with a new sync service named: "seafile - seacloud"
0:34:00 Intro- Alex
0:35:30 Mario- demo seafile sync with TW5 and nodejs.
0:46:00 Jeremy- TW5 should support Dropbox and other sync services.
0:46:40 Mario- requests a "ajax API" within TW5. -> TiddlyWeb plugin should have one.
0:51:00 Jeremy- New in the upcomming 5.0.8-beta - ControlPanel
0:52:30 Jeremy- about keyboard shortcuts - just "ctrl-enter" and "escape" atm. ...
0:57:35 Leo- Does the "keyboard widget" effect the whole TW? - .. they have a scope.
1:00:50 Jeremy- keyboard handler code ... Fx keys are kind of hard to manage.
1:02:33 Jeremy- some bugfixes, some docs, lazy loading, ...
1:03:35 Jeremy- bugfixes for the "placeholder" text.
1:05:20 Mario- It would be nice if autosave and cancel dialogs would be a "high priority"
1:10:10 Jeremy- There should be "ctrl-s" to save a tiddler from edit mode, without closing edit mode
1:12:30 Jeremy- If TW opens, it should highlight tiddlers in "draft mode"
1:13:50 Mario- "modifier and creator" is missing in the info area.
1:15:15 Jeremy- some bugfixes in TiddlyDesktop
1:16:00 Jeremy- about the next release date.
1:16:40 Jeremy- all .. What do you think about the elipsis as a "advanced search" button?
1:18:10 Leo- about "advanced search UI"
1:20:10 Jeremy- about a "term kit" like UI for the TW command line
1:21:25 Leo- would like to have "advanced search options" like: "exact search"
1:23:20 Mario- regexp searches or any search should be saved somehow. General discussion about the search UI.
1:31:50 Jeremy- the keyboard stuff is tricky. ... some feature requests. ... jeremy has a look, how other frameworks handle it.
1:34:40 Jeremy- support for translations.
1:37:10 Jeremy- translations could be in a "multi shadow tiddler" container tiddler. So only one file would need to be handled by translators.
1:44:35 Jeremy- some refactoring for the "shadow tiddler" list is needed. Especially if translations are single tiddlers.
1:46:50 Jeremy- some more new "configuration tiddlers" are added to 5.0.8
1:48:25 Jeremy- any comments ... Mario- whats about the external link discussion
1:50:55 Bye! Bye!
"""
"""
2014-02-11 - [[YouTube|http://www.youtube.com/watch?v=0xWd4nhlQoE]]
0:00:00 Intro: rtl: Carlos, Eric (later), Jeremy, Mario, Ton,
0:01:54 Jeremy- Recent changes to TW ... Autosave! Warning if you close a tab without saving.
0:05:10 Jeremy- Wiki/config/SyncFilter.tid ... configuration, that triggers "dirty"
0:07:08 Jeremy- Internationalisation ... language plugin
0:08:50 - $:/language .. tiddler
0:09:15 Intro: Leo
0:10:50 Jeremy- Short recap of "autosave" and "warning" ... translation
0:12:05 Eric- Info about "save handling" in browsers
0:12:55 Eric- Does the saving do a backup file? - no ... autosave can be configured.
0:14:45 Jeremy- About the browser "low level save mechanism" ... TiddlyFox backup handling
0:19:00 Jeremy- Backups should be done with TiddlyFox and TiddlyDesktop
0:19:32 Eric- About file acess privileges
0:20:13 Jeremy- Back to translation. about the language tiddler naming convention.
0:24:25 Jeremy- About the /language directory. *.tids file usage.
0:25:50 Mario- Is there a possibility for multi line text?
0:30:16 Jeremy- Translations can have "dependencies" for "local variations"
0:32:18 Leo- Are there areas, where the spelling could cause problems?
0:33:45 Jeremy- Translation in the javascript source code.
0:35:47 Eric- Date formating goes along with language settings. Is it handled?
0:38:55 Jeremy- There is a new filter tab in the "$:/AdvancedSearch" tiddler.
0:40:55 Jeremy- Some docs update ... formal grammer for the filter syntax.
0:42:12 Leo- What is formal grammer?
0:46:08 Jeremy- About the filter syntax docs.
0:47:47 Leo- About the documentation tiddler: Docs
0:50:10 Jeremy- About little refactorings for the theme.
0:56:04 Leo- Question about the "color setting" in the control panel
1:00:35 Eric- TWclassic ColorPalette behaviour
1:01:45 Jeremy- Differences between "macros" and "widgest" .. general concept.
1:03:08 Intro: Christian
1:04:20 .. back to- Differences between "macros", "widgest" and "plugins"
1:05:35 Jeremy- system tiddlers ... $:/
1:07:40 Jeremy- shadow tiddlers .. we need to have a look at plugins. A plugin is a "bundle" of shadow tiddlers.
1:10:44 Eric- about the terminology in TWc
1:13:30 Jeremy- about: "what makes a tiddler a plugin" and how to import them.
1:15:45 Jeremy- tiddlers can be "code modules" .. "module-type" field, "type" field
1:17:50 Jeremy- about widgets .. eg: list, ..
1:20:00 Jeremy- about macros .. as "text replacement" mechanism.
1:24:25 Jeremy- how users can contribute to documentation.
1:26:25 Jeremy- How do you make a plugin. eg: snowwhite ... "plugin-type: theme"
1:33:24 Jeremy- The "created" field issue.
1:35:40 Ton- shows his issue with importing the ".ico" files.
1:44:57 Jeremy- general discussion about footnotes
1:58:25 Jeremy- About printed output. There should be propper interoperability with the TeX toolchain.
1:59:49 Jeremy- There will be a demo edition that shows how to use TW to produce a "single hirachical structured text document".
2:00:44 Leo- Can TW produce a dGSD like document.
2:04:24 Jeremy- how to do this stuff in TW.
2:07:35 Eric- comparing TW behaviour with TWc
2:08:35 Bye! Bye!
"""
2014-02-18 - [[YouTube|http://www.youtube.com/watch?v=gAjKKI9Rkis]]
"""
0:00:00 Intro- rtl: Jeremy, Mario, Paul, Ton
0:01:30 Ton- Update on latest changes of his themes.
0:06:00 Jeremy- Explanation of the HistoryMechanism. The HistoryList tiddler.
0:08:55 Mario- Question about creating a CSS class witht the new mechanism.
0:10:16 Mario- Short overview about: TW5 Ubuntu Unity integration.
0:18:30 Jeremy- Short summary about the internal "message handling". Feneral discussion about the message system.
0:23:00 ... mario's icon is active all the time. ... Google didn't switch anymore ... ticket ... navigator event should be global.
0:23:00 Jeremy- thinks it would be nice if someone did thsi for Win8 too.
0:23:33 short break.
0:24:05 Jeremy- Intro new member ... no response
0:25:00 Jeremy- We saw the screen, but google didn't record it sry. Next 35 minutes are audio only. till 1:02:02
0:25:20 Jeremy- Autosave will come with 5.0.8
0:26:58 - about the translations
0:26:20 - about palettes handling similarity with theme switching.
0:27:00 - about building plugins in the browser. New tiddler "how to create plugins in the browser"
0:33:40 Jeremy- "Ctrl-click" .. opens the tiddler, but doesn't scroll to the tiddler.
0:35:00 Jeremy- "Close all" link is a bit darker now.
0:35:40 Jeremy- Short intro of TANK from Chris Dent. TANK is based on TiddlyWeb
0:39:25 Mario- Does Chris intned to render TW5 syntax on the server? .. it's planned!
0:41:00 Jeremy- About the difference of TiddlySpace and TANK
0:44:45 Jeremy- How you can configure a "sub story" ... a story inside a tiddler.
0:46:40 Jeremy- about fixing a problem ... pasting pictures
0:47:25 Jeremy- Intro of the "autosave" feature. TW now keeps track of unsaved tiddlers.
0:50:30 Mario- Would it be possible to temporarily store the stuff locally?
0:53:10 Jeremy- New feature: Alert Message: Visual error messages. So more info, if something gets wrong with the eg: network.
0:58:15 Carlos- What's about the system messages? .. Notifications.
1:01:00 Jeremy- about translations.
1:02:02 Mario- Shows the german tW version.
1:11:25 Carlos- Is there any progress in migration from TWc to TW5
1:12:48 Jeremy- Intro- Palette switching.
1:16:50 Mario- Is it similar to the TWc mechanism? .. some code review.
1:20:10 Mario- about problems with the colon translations ...
1:21:35 Jeremy- about the number of shadow tiddlers. General discussion about performance in the text editor.
1:26:20 Jeremy- about a fix with parsing html ..
1:29:40 Jeremy- about the release of 5.0.8 and 5.0.9
1:32:20 Mario- about debugging with chrome and single step the code.
1:34:25 Jeremy- about the tooling in TW to "see what's going on in the code"
1:36:50 Jeremy- ... it's time it create global macros again ... so users should be able to work with macros. There should be no need to use widgets.
1:38:35 Jeremy- about the "tabs" macro ... how to structure the docs. some discussion about Ton's tabs macros and the state tiddlers ...
1:45:35 Jeremy- short summary, of the chat window text. Request for new Paletts !!
1:47:05 Bye! Bye!
"""
2014-02-25 - [[YouTube|http://www.youtube.com/watch?v=HVM4MqxuOHk]]
---
"""
0:00:00 Intro: Christian, Dave, Eric, Jeremy, Mario
0:01:15 Dave- Some updates on his tutorials
0:06:15 Jeremy- about the TW5 wizard feature.
0:11:30 Mario- Some global js plugins that should be compatible with TWc. today, list, ... with a debug mode.
0:16:05 Mario- the source code.
0:18:20 .. discussion about the functions of a macro vs using widgets.
0:18:45 Jeremy- Users should only know about macros. Discussion about macros and widgets.
0:22:05 Jeremy- about the TW5 macro parameter format.
0:23:53 Intro- Stephan
0:24:18 Jeremy- about some refactorings he made, that affect the template / paragraph handling.
0:26:05 Jeremy- shows / screenshares the changes
0:31:35 Stephan- what happens if you nest html elements?
0:33:05 Jeremy- shows a new formated template.
0:34:30 Jeremy- imports one of Dave's wiki's, to see, what the changes produce there. To see what needs to be changed. .. Sows the "new" import mechanism.
0:40:15 Intro: Paul
0:41:00 Jeremy- Summary about the refactoring
0:42:35 Jeremy- Intro of the new palette editor and "swatches"
0:47:50 Dave- Can the color swatches be larger?
0:50:00 Jeremy- How to create a new palette based on an existing one.
0:51:18 short pause. Stephan about text editors
0:52:30 Mario- uses the Brackets editor from Adobe as a text editor. discussion about the source code comments and the tooling.
0:56:00 ... dealing with an "unpleasant visitor"
0:57:20 Jeremy- new "warning on delete" feature!
0:57:45 Stephan- about a new "control panel menue" for changing the colors for the tags.
0:59:25 Jeremy- live demo: Creates a tag list with a color picker beside it.
1:04:50 Jeremy- some minor "toolbar button" fixes.
1:06:45 Jeremy- SiteTitle and SiteSubtitle are now shadow tiddlers.
1:07:35 Jeremy- A request from Dave. Adjust the settings for the bitmap editor.
1:10:55 Jeremy- more translations - chineese simplified/traditional, french
1:12:20 Eric- Request from the discussion group. What's about switching content instead of UI
1:17:00 Jeremy- Intro to the new tiddlywiki command line interface
1:18:40 Jeremy- new version, init command. ... importing editions .. combining editions.
1:23:17 .. about the help command eg: help server
1:26:05 Jeremy- about the 5.0.8 delay. ..
1:28:25 Mario- question. What's aobut the macros, showed earlier. Should they be core or plugins?
1:33:45 Jeremy- about the mechanism to include plugins into the core. ...
1:38:10 Jeremy- 5.0.8 should be out soon.
1:38:45 Dave- What's the plans for 5.0.9? ... RoadMap tiddler.
1:42:25 Christian- What are the plans for the "presentaiton" theme or "read only" theme?
1:46:26 Jeremy- intro cecily to christian (old code)
1:49:00 ...
1:50:30 Bye! Bye!
"""
2014-03-04 - [[YouTube|http://www.youtube.com/watch?v=kwxGS8aphT8]]
---
"""
0:00:00 Intro: rtl: Eric, Felippe, Jeremy, Mario, Stephan, Ton
0:02:00 Jeremy- Ageda - Upcoming in 5.0.9
0:03:00 Jeremy- Help Environment on tiddlystuff(.)tiddlyspot.com An experiment, how plugins can handle there docs. one more step to a self documenting wiki.
0:06:10 Jeremy- TW core docs may become a plugin.
0:07:05 Jeremy- Request for a contribution of a "Reverence Card"
0:07:35 Jeremy- Upcoming in 5.0.9 - missing tiddler "link handling". live editing :)
0:14:40 Jeremy- New visitor ...
0:16:20 Jeremy- ... missing link text ... what about translations ...
0:18:00 .. discussion about make documentation buttons clickable ... no
0:20:40 Mario- What's about the RoadMap
0:21:12 Stephan- discussion about autosave "default on" setting
0:22:50 Jeremy- With "autosave", what does the "save icon" do?
0:24:20 Mario- Sugggests, an "indicator" for "unsaved tiddlers" on the "save button"
0:26:12 Jeremy- Idea to indicate the "need to save" with a progress bar.
0:28:10 Jeremy- Default behaviour for line break handling. ... :)
0:29:50 Jeremy- about testing GFM linebreak behaviour for TW syntax.
0:33:40 Jeremy- Introduction to the TW test suite.
0:35:23 .. about tests on the server
0:36:40 .. test.sh file
0:37:23 .. test editoin with the .js files. ... uses "jasmin" test system. test-filters.js is a simple one
0:41:50 .. test-html-parser is a complicated one.
0:44:30 .. test-widget ... tests the refresh mechanism.
0:48:10 .. testing the macro call widget. ... how to "copy/paste/create" a new test. .
0:50:20 .. test-wikitext .. the simplest one
0:51:05 .. short pause :) ..
0:51:35 Jeremy- ... Mario short summary, what he needs
0:52:25 Mario- What about a convention for "global macro" CSS class names?
0:54:45 Jeremy- about a language tools edition.
0:57:05 Jeremy- Any questions ?? ... no
0:57:45 Jeremy- about the "big parser refactoring"
0:58:20 Stephan- There needs to be a different / easier "filter syntax" documentation.
1:03:00 Jeremy- about tw-close-other-tiddlers documentation
1:05:30 Mario- Every widget should have at least one example.
1:07:35 Mario- Suggests to copy the Date format docs from stephan.
1:08:40 Mario- about codemirror movie plugin to create interactive tutorials.
1:10:30 Mario- Using filters ... the start should be simple.
1:11:53 Jeremy- About the basic "core concepts", that are needed to understand TW.
1:13:15 Mario- Intro of codemirror movie.
1:16:25 Jeremy- about highlighter plugin.
1:19:35 Jeremy- codemirror should be used in TiddlyDesktop for "wiki folders"
1:19:55 Mario- is happe with the Brackets editor atm.
1:20:45 Mario- Is it necessary, that popups stay open? ... discussion
1:23:45 Mario- What, if a popup has a "tick" to lock it?
1:24:27 Jeremy- about Notifications, Wizards, Alerts ...
1:27:20 Jeremy- how to change popup behaviour. ...
1:28:40 Mario- is experimenting with the "info area" for tagging ...
1:30:22 Jeremy- Tagging linked into the tag manager.
1:31:57 Mario- mentions BJ's Drag and Drop sorting for tiddlers ...
1:37:10 Jeremy- Drag and drop should create a hirachical list.
1:37:47 Jeremy- The "stack trace" would be worth including.
1:39:00 Jeremy/Mario- about debugging exernal library stuff.
1:42:45 Bye! Bye!
"""
2014-03-11 - [[YouTube|http://www.youtube.com/watch?v=6obIvP5NiQ4]]
---
"""
0:00:00 Intro: rtl - Eric, Jeremy, Mario
0:00:45 Jeremy- Copy and paste HTML for upcoming 5.0.9 as a plugin.
0:06:15 Jeremy- Making system tags less visible. Should system tags be visible on the tiddler.
0:11:55 Jeremy- A tiddler with a system tag, most of the time is also a system tiddler.
0:14:05 Mario- "User system tiddlers" may start with an underline, just for sorting.
0:15:25 Jeremy- Advanced Search: Filter tab gets a new "example dropdown"
0:16:27 Mario- Should ther be an filter with EXOR behaviour.
0:19:14 Jeremy- Explanation how the filter dropdown mechanism works.
0:21:00 Mario- Creating automatic documentation from javascript files, or make it extra tiddlers. discussion ...
0:27:45 Eric- Is it technical docs, or user docs?
0:31:25 Eric- about, levels of documentation.
0:34:00 Jeremy- summary about the existing mechanisms.
0:37:00 Hello Stephan
0:37:20 Jeremy- about improvements in "filter" documentation.
0:38:08 Eric- what about a convention for plugin authors? Which info needs to be in the plugin, to have eg: autocomplete.
0:43:04 Jeremy- Would like to have an "content editable" editor to change parts of the tiddler.
0:44:40 Jeremy- about "selective editing"
0:45:20 Eric- Wouldn't it be easier, for selective editing, to start with transcluded content? ... yes
0:47:35 Mario- about editing transclusions with codemirror in edit mode.
0:49:50 Jeremy- Tooltip support for the link widget.
0:53:35 Jeremy- ... A more generic fallback/lookup mechanism for every possible attribute is possible. Do we need this? ... no.
0:54:55 Mario- about his thoughts. ... Using widgets is allready "advanced" enough.
0:57:57 Mario- Would it be possible to show the whole tiddler content as a tooltip?
0:58:53 Jeremy- some fixes in D3 editions
1:00:20 Jeremy- about "charts.js"
1:01:13 Mario/Stephan- What about possibilities of the "checkbox, radio, button" widgets. Some work with tags, others with fields. ...
1:03:54 Jeremy- proposal: .. hiding internal tiddler fields, because they are immutable ... dilscussion.
1:11:53 Jeremy- proposal: .. different field types, get different functions, to create there representation.
1:14:40 Mario- feedback from a plugin authors point of view. discussion ... Probably a documentation problem.
1:18:20 Jeremy- about the plans what has to be changed for the next/last big refactoring.
1:19:12 Mario- about developer expectations. probably wrong expectations. TW doesn't follow the "jQuery" mechanism.
1:21:30 Mario- Edit fields in view mode loose the focus because of the refresh mechanism. ...
1:23:30 Jeremy- about the effort to write code - tests - documentation.
1:24:40 Jeremy- TW beta is close to RC
1:25:50 Jeremy- Transition from TWc to TW5 ... brainstorming about the workflow.
1:28:00 Mario- about Markdown with transclusion and tiddlylinks.
1:29:10 Jeremy- How can we create a transition workflow, with find and replace.
1:33:12 Mario- What if one runs a server for TWc to TW5 conversion? .. The browser should do it .. brainstorming.
1:35:35 Jeremy- What, if we do converion in the "bulk tiddler" view
1:39:50 Mario- What, if we have a special toolbar with several buttons, that do different magic to convert a tiddler from TWc syntax to TW5 syntax.
1:44:15 Bye! Bye!
"""
2014-03-18 - [[YouTube|https://www.youtube.com/watch?v=4fw0QJTpHSQ]]
---
"""
0:00:00 Intro: frtl: Eric, Mario (0:28:00), Jeremy, Matias, Ton
0:01:30 Matias- Advantage of the nodejs / nodejs portable version?
0:04:05 Matias- Is there anything not appropriate in installing nodejs on a google docs drive, using the desktop version. What about in dropbox?
0:10:25 Matias- Where, if anywhere, do I find a list of forbidden characters for tiddler titles? One of those questions I've neglected forever and just limited what I title my tiddlers. Difference between twc and tw5?
0:12:07 Stephan- Are there plans to support multi user editing in the node.js edition of TW5?
0:18:25 Nathan- With google drive, you can run js now, w/ google apps.... full js w/ packages and everything! Could that be applicable?
0:21:15 Nathan- Shouldn't we maybe take questions in topical order? Might get tricky, in either case, heh...
0:21:48 Nathan- What's the status on the NPM packaging and build process? (Seems loosely related?)
0:22:26 Matias- Do I understnad it correct that nodejs should be installed in same folder as TW5nodejs, also meaning that if I want another TW5nodejs then I sould install a new nodejs. Or is nodejs 'global'?
0:23:30 Matias- proposing discussion on tables. Particularly I'm wondering if we could utilize the tab key for tables to lessen the mess in edit mode.
0:24:40 about the tab key / wysiwyg
0:29:00 Jeremy- about the TW development and Open Source (... philosophy)
0:31:10 Matias- What about voting on features?
0:34:25 Eric- About feedback for TW development ... (summary)
0:40:00 Matias- Why is TW not bigger, than it is? ... (It's from dev's, for dev's)
0:46:25 Eric- How Eric explains TW to interested "guests"
0:48:30 .. Jeremy- about "What learned with TWclassic" ... about TW5 editions
0:51:00 .. Matias- about a "central plaice" to explore TW5
0:54:20 Mario- About discussion forums
0:55:15 Eric- About google groups discussions / knowledgebase
0:58:15 Nathan- tiddlywiki+codemirror+ometa is ridiculously good fun and might apply to better wysiwyg, as well as some of the parser/BNFish discussions from earlier. Would there be interest in some rebased patches for it?
0:59:25 Nathan- some of the crazy crypto-currency folks are exploring some very interesting community coordination mechanisms and such (DAOs/DACs) might this be particularly applicable to tiddly in these feedback cycle questions?
1:01:15 Matias- Proposing a discussion on links(!) I'll explain more in hangout but, briefly, going back to where you were in a text after you "opened a link + read + closed" ought to be smoother.
1:05:10 Jeremy- about different story columns ...
1:06:45 Jeremy- about substance composer
1:12:00 Mario- about TW editions with "a single purpose"
1:12:25 Jeremy- about "what IS TiddlyWiki"
1:14:00 Jeremy- what's new in 5.0.9 prerelease
1:14:30 .. NEW: "Advanced panel" in tiddler info panel
1:17:15 Mario- TODO: about translations and handling "diffs"
1:23:10 Jeremy/Mario- about upgrading from TiddlyWikiClassic
1:29:30 Jeremy- new colour for the $:/ prefix
1:30:40 Matias/Jeremy- about system tiddlers "users" need / want to deal with ....
1:37:30 Jeremy- NEW Tag Manager let's you select icons for tags. ... TODO about tag colour manipulation.
1:48:55 Jeremy- NEW an architecture diagram
1:56:56 Bye! Bye!
"""
2014-05-25 - [[YouTube|https://www.youtube.com/watch?v=FDV5ojcCLB8]]
---
"""
0:00:00 Intro frtl: Arlen, Chinarut, Eric, Jeremy, Mario, Nathan
0:01:50 Matias- Proposal for design changes in edittemplate.
0:04:50 .. discussion about how the tag input field works. ...
0:06:45 .. handling of custom fields
0:08:08 .. tag handling again
0:09:50 Eric- .. summary about input strategies ..
0:10:28 Eric- about the problem with "invisible" shadow tags
0:13:57 Mario- idea how to handle system tags
0:16:35 Jeremy- about the general design ...
0:19:58 Stephan joined ..
0:20:53 Mathias- According to tiddler "TiddlerFields" on tw.com, field names must only contain some a-z plus three other explicitly typed characters. However, typing in !"#¤%&/() seems to work? Change instrux or do validation check.
0:28:00 Matias introduced himself
0:29:33 Stephan- discussion about special tag / field $()$ and the newTiddler widget
0:33:08 Jeremy- about cheap TiddlyWiki infrastructure .. TW cloud
0:34:58 Mario- introducing OpenShift to use with tiddlyweb and TW5
0:47:25 Nathan- Likes the "no backend / unhosted" stuff
0:50:54 Mario- about CamilStore as a future backend
0:55:01 Jeremy- recent changes to TW, new home button, right sidebar on/off
0:57:52 Jeremy- Curved Text with an SVG path
1:00:40 Jeremy- first iteration of Cecily list view
1:02:50 Jeremy- new scrollable widget, multi column story view
1:09:13 Matias- about the TiddlerTabsPlugin
1:13:21 Jeremy- general discussion about UI
1:15:55 Jeremy- about translations and plugin management / documentation
1:17:04 Jeremy- about blacklisting of unsafe HTML features
1:19:20 Mario- Eric what's going on with the TWclassic development.
1:22:24 Jeremy- about blocking of javascript
1:23:12 Jeremy- the new TiddlyWiki Architecture diagram
1:27:55 Mario- about the problem with the tiddler object being immutable.
1:30:40 Jeremy- about a fix with the syncer
1:31:04 Matias- When will we see the next release?
1:32:37 Matias- What does the "house/home" icon do?
1:35:45 Nathan- What group is it? LNUG?
1:39:05 Bye! Bye!
"""
2014-04-08 - [[YouTube|https://www.youtube.com/watch?v=2UHjmJ1n5Xc]]
---
"""
0:00:00 Intro frtl: Arlen, Danielo, Eric, Jeremy, Mario, Stephan, Ton
0:02:40 Detailed intro: Danielo, since he is new.
0:03:56 Danielo- Shows some of his documents and encryption.
0:05:20 - general discussion about TW usage
0:06:40 Danielo: About the NewTiddler widget.
0:09:10 About the overview index and top search to open tiddlers
0:10:25 Jeremy- How many tiddlers do you have? 388 content
0:11:10 Jeremy- What did you use before TW .. several, Evernote OneNote
0:13:40 Jeremy- What about the customisation differences ...
0:15:00 Danielo- "In place editing" of table cells
0:21:25 Stephan- Idea, to make the "new tiddler" part of the core.
0:22:25 Danielo- is back ... phone battery was empty. ... the edit template.
0:27:27 - multi column list of all tiddlers
0:28:10 question: Where does TW search at the moment?
0:41:00 Danielo- Introduction of the tiddler encryption plugin
0:51:15 Jeremy- about single tiddler encryption in the core. ... some general discussion about passwords
0:57:00 Jeremy- about the "New tiddler" widget contributed from Arlen
0:59:30 Intro: Miriam (Danielo's girlfriend)
1:02:40 Jeremy- back at the New tiddler widget.
1:05:50 Arlen- shares his take on the new tiddler widget
1:10:27 Jeremy- technical discussion ...
1:28:40 Jeremy- Nathan any questions? .. braintest . tiddlyspace . com
1:30:15 Mario- with Stephans question about the (missing) structure of a TW document.
1:31:20 Jeremy- Recaps Stephan's the story
1:36:06 Jeremy- about the structure of a "big tiddler" transcluding othere tiddlers. ..
1:38:00 Jeremy- about transclusions manipulating the heading level.
1:41:15 Danielo- about WYSIWYG editor on BJ's spot.
1:46:50 Danielo- What about integration for snippets? ... some ideas ..
1:51:10 Bye! Bye!
"""
2014-04-15 - [[YouTube|https://www.youtube.com/watch?v=SGdchd_bW6o]]
---
"""
0:00:00 Intro: frtl: Dave, Jeremy, Mario, Nathan, Ton
0:01:50 Dave- Image gallery
0:04:40 discussion about floating layout
0:05:15 Jeremy- about the scrollable widget coming up in 5.0.9
0:06:20 Jeremy- about the upcoming release.
0:07:20 Jeremy- removing the right sidebar and stretching the tiddler
0:10:20 Jeremy- not done yet ... left-hand menue
0:10:40 Jeremy- about the top left "home" button as a navigation dropdown
0:12:10 Jeremy- cecily plugin ... some general discussion
0:19:14 Jeremy- schema of the TiddlyWiki internal structure ... client / server
0:20:55 Eric- About including TWclassic ideas, plugins into TW5
0:22:23 Jeremy- The 5.0.9 should be out on April 15th.
0:23:07 Jeremy- About the new layout of the community sites.
0:25:15 Jeremy- About the TiddlyDesktop "thumbnail" function
0:26:35 Mario- Will there be a "nightly" build? ... github master
0:28:35 Jeremy- About the "filter changes" and the docs.
0:30:55 Jeremy- The TagManager can assign icons and colors
0:31:20 about Danielos new "tag search" UI
0:32:00 ...tech stuff
0:32:25 Mario- What's about the performance optimizations?
0:36:45 Mario discussion about the general editing behaviour.
0:39:30 Jeremy- some timing info in the dev console. .. memory consumption and GC
0:44:00 Mario- About a new hosting provider, that calculates cost based on http-request. .. discussion
0:48:50 Jeremy- about socket.io for fast 2 way communication
0:51:50 Jeremy- About the 2 "hamburger" icons close to each other.
0:54:10 Jeremy- Full screen mode looks better now, without the right sidebar.
0:54:30 Jeremy- about the updated Filter docs
0:55:30 Text on an SVG path
0:56:10 Eric- about the "hamburger" icons ...
0:57:20 Dave- question about the new fluid theme.
1:01:15 Dave- about full width tiddlers. ... edit mode preview..
1:05:26 Mario- about edit performance of codemirror is faster than the new edit text area.
1:06:10 Dave- Preview as a popup ..
1:08:50 Jeremy- Some new translations ... some general discussion.
1:11:50 about the translations and the file size. ... the "plugin library" will fix this.
1:12:45 Mario- About "language editions" .. So language setups will be editions containing the plugins.
1:14:30 Intro Stephan ... will meet Jeremy in London at the "node js meetup"
1:17:00 The "Road Map" ...
1:18:10 Jeremy creates a "5.0.10" Whishlist
1:18:46 Danielo joined. ...
1:20:30 Dave- votes for "permalinks" of tiddlers. discussion ...
1:29:10 Danielo- question about the top-left and top-right bar.
1:29:50 Stephan- using a query URL for permalinks. ... The URL / http spec says it's for the server!
1:32:30 Jeremy- Any more topics for 5.0.10 .. Mario -> "the global macros"
1:33:52 Danielo- question about the plugin-library mechanism.
1:34:35 -pause- Eric ... Soundtrack for the TiddlyWiki Trailer
1:35:40 Jeremy- about a TiddlyWiki trailer
1:36:00 about the TW plugin-library ...
1:38:00 about "approved components"
1:39:15 Danielo works on a plugin to easily "package plugins in the browser"
1:40:40 Jeremy- about the spanish translation
1:42:30 Mario- online translation with github should be easy. ...
1:43:50 discussion about, how to find texts, that need to be translated.
1:45:40 Danielo- Is it possible to have a multi language TW. ... Mario thinks 2 editions would be much easier.
1:47:40 -pause- .. no music .. but a song :)
1:48:50 Bye! Bye!
"""
2014-04-22 - [[YouTube|https://www.youtube.com/watch?v=AvyWdz3WbsM]]
---
"""
0:00:00 Intro: frtl: Jeremy, Mario, Nathan
0:00:50 ... fixing the invitation links ...
0:01:45 Jeremy- What's new in 5.0.10
0:02:20 Jeremy- short interuption, ... the lnug TW5 presentation
0:03:30 Jeremy- What's new in 5.0.10 ... "safe mode"
0:06:45 Jeremy- Additional info about the safe mode
0:07:40 Jeremy- the image TW syntax - ]] and formatting
0:11:38 Jeremy- image support for markdown syntax in markdown tiddlers
0:12:28 Jeremy- new support for sorting with accented characters
0:13:53 Jeremy- hiding the sidebar frees space for the tiddler now
0:14:35 Jeremy- some minor bugfixes, ... ordering of style sheets
0:16:10 .. questions .. the RoadMap .. ARIA roles - help wanted!
0:19:56 .. further wikitext features
0:20:40 .. productivity functions .. may be after 1.0
0:22:08 Jeremy- 5.0.11 Whishlist .. global macros
0:25:54 Nathan- masstree (prototype) proof of concept implementation with TW.
0:30:40 Jeremy- ideas about the wiki-store ... tiddler hashmap is private member to the wiki object now
0:34:11 Mario- ArangoDB as a TW backend and app server
0:35:05 Jeremy- about PouchDB as a TW browser based backend
0:38:10 Mario- about a "one click install"
0:40:00 Jeremy- about TW security ... (Danielo joined) ... internet security in general
0:43:30 Eric- joined
0:43:47 Jeremy- Danielo should demo the "custom key bindings"
0:44:17 Mario- feature request for "system fields" ...
0:46:30 Jeremy- points to a github issue #487
0:49:25 Arlen- joined
0:50:10 Danielo- screenshares the new key bindings ...
0:54:55 .. the plugin packaging plugin ... the key binding configuration
0:59:00 Mario- Is there a possibility to create buttons for the key strokes? yes .. should be there.
1:01:10 Jeremy- This doesn't work with the codemirror plugin.
1:03:10 Jeremy- Did you use TW with nodejs? ... D. needs a portable option.
1:04:44 Jeremy- Eric you did TiddlyTools in the browser?
1:05:40 Danielo- created the "plugin creator" ...
1:06:16 Danielo- question, about additional info for codemirror plugins ... general discussion.
1:11:30 .. about the existing codemirror key bindings at the tw5 repo
1:15:25 Arlen: question about outstanding pull requests. "new tiddler with a skeleton template" ... These pull request actually require changes in the TW core.
1:23:35 - pause -
1:25:20 Jeremy- discussion with Arlen ...
1:28:35 Jeremy- any questions or comments.
1:29:30 Jeremy- about TW usage ...
1:29:55 Mario- What about a hangout to "shorten the issue list"? ... some discussion
1:38:10 Bye! Bye!
"""
2014-04-29
[[YouTube|https://www.youtube.com/watch?v=wB7t4JeQHt0]]
---
"""
0:00:00 Intro: frtl: Jeremy, Mario, Nathan, Ton
0:01:10 Jeremy- Ton, How did you find the update process to 5.0.10?
0:02:55 Jeremy- the agenda - TW talk at lnug - issue review
0:03:44 Jeremy- about the TW presentation wiht TW - new full screen theme - "Punch"
0:08:35 Jeremy- The presentation itself.
0:08:40 - What is TiddlyWiki?
0:09:02 - What Problem Does TiddlyWiki Solve?
0:12:10 - TiddlyWiki User Experience
0:13:08 - More Features
0:13:54 - Demo of Single File Edition
0:14:45 - TiddlyWiki Rendering Pipeline
0:17:18 - Running on the Browser and Node.js
0:18:25 - Running TiddlyWiki Under Node.js
0:19:00 - TiddlyWiki Server Synchronisation
0:23:19 - Enter node-webkit and TiddlyDesktop
0:31:24 - Using TiddlyWiki as a Library
0:32:10 Mario- is there a link? tiddlywiki(.)com/talkytalky
0:33:05 Jeremy- about the new diagrams ..
0:34:40 Mario- did you modify the diagrams in an editor
0:35:00 If you are not intereste in the issue list you may jump to 1:55:13 "The new TW command line build system"
0:36:25 .. The issue list
0:37:10 the bug list #47 Back button doesn't work as expected
0:38:50 #95 Tables use obsolete align attribute
0:42:26 #116 The savetiddlers command generates filenames with %20 for spaces .. wontfix
0:47:55 ... about punycode
0:51:15 #116 wontfix .. because we can't fix it at the moment.
0:53:30 #118 Scrolling in the story river.
0:56:59 #177 Drag and drop fails with some cross-browser combinations
0:58:19 #202 Exclude popup state tiddlers when saving wiki as a single file
1:04:04 #222 Background in HTML5 Fullscreen with no tiddlers open too small
1:05:07 #224 $edit-text widget loses focus during refresh
1:09:58 #238 JSON deserialiser doesn't import custom fields
1:10:14 #243 Zoomin view order is odd when closing tiddlers
1:10:59 #262 Clarify usage of text reference
1:12:26 #274 Download buttons don't work in internet explorer 11
1:14:46 #282 FF tiddler toolbar moves to the left in a "jumpy" way
1:17:33 #323 Don't persist $:/HistoryList
1:19:53 #347 Intermittent lock-up of server edition, preventing further tiddler saves
1:20:46 #365 Rapid refreshing in browser crashes the server
1:23:57 #379 favicons don't work in ie11
1:24:31 #409 filters behave differently when used in list widget and { { { transclusion
1:25:40 #495 TiddlyIE failing because window.TiddlyIE.save() is undefined
1:26:14 #541 "dependents" field in plugins is mis-named
1:28:02 #582 CodeMirror plugin doesn't refresh correctly
1:28:35 - - -
1:29:41 new features
1:30:22 #47, #86 "new here" toolbar button
1:32:16 #131 copy and paste tiddler as JSON .. the plugin mechanism can be used for this
1:34:22 #141 Feature request: colored icons in edit toolbar
1:37:45 #143 Use keyboard down key to go to AutoComplete popup
1:37:56 #144 Feature to consider: Sidebar scrolling limiting to tabs
1:44:37 #170 hide most edittemplate items in a slider or tab see: #506
1:47:40 #188 Allow tilder to be used to suppress any wikitext rule
1:48:30 #190 It should be possible to display fields in local time
1:48:34 #192 Extend link widget to link to a filtered list
1:50:00 #196 Renaming a tiddler break links, the user should be warned at least
1:50:07 #198 Extend checkbox widget to user fieldmangler widget
1:50:15 #209 Add global "list" macro
1:50:36 #235 Table Block-mode syntax proposal (followup hangout#23)
1:51:15 #253 floating tiddlers - pause the "features" review
1:54:00 - - some reflection
1:54:30 about "refactoring" tag
1:55:13 Jeremy- The new TW command line build system - some breaking changes
2:06:24 question for Nathan about #390 Should wiki and plugin folders be described by package.json
2:08:20 Bye! Bye!
"""
2014-05-13 - [[YouTube|https://www.youtube.com/watch?v=VXDo0I2qzdo]]
---
"""
0:00:00 Intro: frtl: Eric, Nathen, Jeremy
0:00:50 Jeremy- What's new in 5.0.11
0:01:45 Jeremy- The new URL permaview, permalink behaviour, browser "back button" works now!
0:04:40 Jeremy- the browser history ... what should be the default settings.
0:08:24 Jeremy- Make vertical tabs reusable.
0:11:00 Jeremy- New "before", "after" filter operators. for "next" and "previous" buttons.
0:12:23 Jeremy- about Atom editor and some glitches it introduces.
0:13:50 Jeremy- new syntax for single line config / status tiddlers
0:14:20 Jeremy- add the external links syntax [ext[]] ...
0:15:07 Jeremy- about the changes to startup.js ... it's several modules now, handling dependencies
0:21:00 discussion about code / starup ordering
0:22:34 Jeremy- Optimizing the widget update performance.
0:24:10 Jeremy- The permalink URL scheme
0:25:50 Jeremy- .. about safe mode .. TWc paramifiers
0:30:35 Jeremy- short sumary ... Whishlist recap
0:33:15 Jeremy- TiddlyFox will get a backup function
0:34:00 Jeremy- What can we do to promote TW.
0:34:45 Jeremy- tagesanzeiger(.)ch has an article about TW.
0:40:15 Nathan- about the common-js require mechanism .. server side imoprovements
0:48:05 Jeremy
0:49:00 Bye! Bye!
"""
2014-05-27 - [[YouTube|https://www.youtube.com/watch?v=e2rDnFUqlWw]]
---
"""
0:00:00 Intro frtl: Jeremy, Mario, Paul, Stephan
0:02:10 Jeremy- Paul .. anything to share with the community? ... using TWc with tablets
0:13:37 Danielo joined
0:13:53 Jeremy- the agenda
0:14:40 Jeremy- the parsing mechanism needs some refactoring
0:15:50 Jeremy- GFM ... line break handling
0:18:08 Jeremy- global macros
0:20:25 Jeremy- anything else ... ? Stephan & Mario ... Environment variables issue at github
0:22:50 Ton joined
0:23:30 Danielo- hi!
0:23:50 Danielo- What's the usecase for the environment variables?
0:29:44 Jeremy- IreneKnapp's ticket about multi-users with tiddlyspot
0:39:35 Jeremy- How do you like the new "permaview" behaviour.
0:53:50 Jeremy- ... new issue ... vertical tabs don't work
0:55:45 Danielo- question about node, node-webkit, TiddlyDesktop
0:59:40 Jeremy- about integrating VexTab ...
1:03:10 Danielo- question about importing 3rd party libraries into TW
1:04:25 Jeremy- about 3rd party libs. ...
1:10:50 Jeremy- any other topics? ... Danielo .. who to use jquery
1:24:00 ... difficulties using jquery wiht TW. ...
1:25:45 Jeremy- About the TW article in a swiss newspaper ... TW philosophy in general
1:28:50 Jeremy- about "independent technology" and the "no backend" movement ...
1:34:35 ... Bye! Bye"
"""
2014-06-03 - [[YouTube|https://www.youtube.com/watch?v=Xj7PNlUB5TA]]
---
"""
0:00:00 Intro- frtl: Dave, Jeremy, Stephan, Ton
0:02:00 Dave- shares some new experiments .. notes templates, todo's ... creating tiddler hirachies
0:05:55 Jeremy- about Dave's navigation buttons, ... some discussion about the interface
0:08:30 Dave- shows his "tabbed interface" ... table of contents ... improved search
0:10:45 Jeremy- about TW as an IDE?!
0:11:55 Jeremy- about more svg icons, ... help requested!
0:13:12 Jeremy- 3rd party plugins, from "JSXGraph Widget"
0:18:20 Mario- intro: hi!
0:18:55 Jeremy- about Danielo's plugins .. context search plugin
0:21:15 Jeremy- question from Stephan: Is there a widget guideline?
0:24:17 Mario- about tiddlywiki.org .. and docs
0:25:38 Jeremy- recent changes in 5.0.13 ... the new "select widget" ...
0:29:42 Mario- can you show the content of the "select target tiddler"
0:32:52 dicussion with Stephan about his usecase. ... a select widget should be able to enumerate the content of a data-tiddler
0:34:25 About the ControlPanel: Advanced tab ... discussion about "hidden and visible configuration" with mario
0:29:50 Jeremy- tiddler types with the select widget ... intro and some tweaking ...
0:46:18 Jeremy- about html5 "combo box control"
0:47:15 Jeremy- about the tiddler layout refactoring and the select widget "grayed out text"
0:48:30 Jeremy- tweaks to the "permalink" behaviour + discussion about "user problems"
0:54:37 Jeremy- Escape as shortcut is back
0:55:35 Mario- Idea about a "notification mechanism for new functions" ...
0:57:40 Jeremy- about the update process, upgrade widget
0:58:56 Jeremy- is speaking at a company conference in germany ...
1:01:15 Jeremy- things to do in the next version, tiddlyspot as a plugin,
1:05:53 any questions - no
1:06:00 Jeremy- tiddlywiki(.)com documentation should be updated independently to the TW version
1:07:45 Jeremy- about VaxTab ... there are licensing problems
1:09:04 Jeremy- about the Indie Tech Manifesto / Summit
1:14:11 CSS print question from Dave
1:20:11 Jeremy- .. New feature - horizontal tabs ... can handle looooong titles
1:24:35 Jeremy- about the flex box layout for the whole tw page (in the future) ...
1:31:55 Jeremy- about the problem with FireFox and the toolbar buttons. ..
1:35:10 Mario- Some more feedback from IE users?
1:37:13 Jeremy- was playing with IOS 8 .. and Safari WebGL support.
1:41:21 Mario- Have you seen famo(.)us?
1:46:00 Jeremy- Apple's new language "swift"
1:49:25 Mario- How does swift affect TW? ... Jeremy- about a CLI for TW.
1:52:14 Dave- Will entering the search string be more performant in the future - again?
1:58:10 Bye! Bye!
"""
2014-06-10 - [[YouTube|https://www.youtube.com/watch?v=3h8RGv0E9Uc]]
---
"""
0:00:00 Intro- frtl: Jerem, Mario, Stephan, Ton
0:01:27 The most recent changes
0:02:05 Jeremy's ToDo notes
0:03:39 Jeremy- NEW external image support ... _cannonical_uri
0:10:30 about the implementation (techy :)
0:12:35 Mario- Is it possible to create this kind of tiddler by hand? New tiddler?
0:17:45 Mario- The image tiddler transclusion works ... yes!
0:18:57 Jeremy and Mario about youtube links and the time stamp handling ...
0:19:19 Mario- about the annotation timestamps ...
0:19:41 Jeremy- about Mario writing annotations about the discussion about annotations ...
0:20:02 Jeremy-
0:20:10 Nathan joined
0:20:31 Jeremy- about the parsers implementations.
0:25:40 Jeremy- how the _cannonical_uri influents the EditTemplates
0:28:00 Jeremy- new CLI savetiddler command to save / create external image tiddlers
0:31:38 Jeremy- The "old" tiddler type dropdown is back.
0:32:45 Jeremy- some documentation updates
0:33:15 Nathan ?
0:33:37 Jeremy- What's next for
0:33:53 Ton- about the external image functions ... are thumbnails possible?
0:36:58 Jeremy- about extended image presentations functions.
0:41:10 Jeremy- about fixing up the relative date widget.
0:46:45 Nathan- templated image links would be cool
0:47:38 Jeremy- thinks we need tools to visualize the parse- and render-tree (for devs)
0:50:45 Jeremy- about the creation of talky-talky ..
0:52:20 Intro Danielo
0:53:00 Danielo- has some proposals
0:53:20 TiddlyWiki Desktop should be listed on the Node WebKit project page
0:57:50 Danielo- proposal to "track tiddler usage data" eg: how often a tiddler was viewed
1:03:00 Jeremy / Danielo- about tiddler syncing / import mechanism (new plugin)
1:03:54 Danielo requests some plugin management functions in the ControlPanel
1:06:20 Danielo would like to have a "save as" button somewhere.
1:09:50 Mario- about the problem in FireFox with "save as" UUID name. May be the TiddlyFox backups handling should do it.
1:12:52 Danielo- would like to have a dropdown list for fields similar to tags input box
1:17:10 Danielo shows his new "import / sync" plugin. (some screen share problems)
1:19:50 D. back-
1:24:25 Danielo- shows how he changed the code. ... Discussion about sync and import
1:29:50 ... Mario- suggests 3 different import reports ... Jeremy, Danielo, Nathan, Mario discussion about the workflow ...
1:47:10 Jeremy- about a sync command line option ... shows some code, where Danielo could start
2:03:20 Jeremy- shows how to inspect code with the "debugger" option ... discussion about syncing
2:13:00 Bye! Bye!
"""
2014-06-17 - [[YouTube|https://www.youtube.com/watch?v=FdNDuF4UnlA]]
"""
0:00:00 Intro: Jeremy, Stephan, Mario (later)
0:00:40 What's new .. accessibility + discussion
0:08:42 Mario joined ... intro
0:10:12 back to the accessibility discussion. ... page title is an h1 now. tiddler title is h2 now. How do others do it.
0:16:10 Nathan joined
0:17:10 Jeremy- NEW: state tiddlers are not saved anymore, which should fix some strange UI behaviour for new users
0:21:19 Mario- The TiddlyIE extension didn't work with IE11
0:22:38 Jeremy- NEW: external images functions should be finished now
0:24:00 Jeremy- new "build" command options in the tiddlywiki .info file
0:24:50 Jeremy- external links for html-tiddlers can be included as iframes now.
0:29:28 copy / paste html fragments also inlcude an iframe
0:31:40 Jeremy- there should be a possibility to handle "semless iframes"
0:32:23 Jeremy- NEW: extending the server path, for better route handling.
0:34:32 Jeremy- NEW: global macros work now
0:40:08 Nathan- Does it scope macros?
0:41:32 Jeremy- is working on the "Environment Variables" ticket atm.
0:42:10 Jeremy- What's next .. (modifying the roadmap tiddler :)
0:42:47 Stephan- missed the "Environment Variables" info
0:44:35 ... skimming the issue list
0:45:01 Stephan- What about the "new filters" proposal issue?
0:47:20 Jeremy- what needs to be done ... backups, upgrade wizard
0:51:20 Danielo joined
0:52:00 ... about the upgrade process
0:53:15 Jeremy / Danielo issue with codemirror ... discussion (problem with the hangout focus)
1:02:55 Jeremy- Let's talk about the future
1:05:14 Jeremy- want's to make a hirachical table of content (widgets/template/global macros)
1:06:24 Danielo-? (sry I can't understand the question - jeremy did - something with external plugins)
1:07:30 Jeremy- a concept picture about library handling ( ( (Core) Core Library) 3rd party Libraris)
1:14:00 ... we want to solve the "orphan plugins" problem ...
1:18:35 Mario- sees the central repository as the "stable branch"
1:20:25 Jeremy- ... more details (about the workflow)
1:27:05 ... how others do there plugin management (doku-wiki, atom, brackets)
1:33:24 Danielo- has a new "import plugin" ... (some problems with screen sharing)
1:35:51 ... jeremy back online
1:40:25 Jeremy / Danielo- discussion about the implementation and Jeremy's point of view (ideas)
1:47:15 Jeremy- ... "philosophical" discussion about open source and the TW project and plugin mechanism.
1:56:35 Jeremy- about TW language contributions
1:59:20 Bye! Bye!
"""
2014-06-24 - [[YouTube|https://www.youtube.com/watch?v=h_ENc-GAIcc]]
"""
0:00:00 Intro: frtl: Jeremy, Mario, Nathan, Stephan
0:01:00 Nathan- How could we extend the batch build syntax to support interpreting arbitrary environment variables? It seems like the obvious $ENVVAR might not be so great for us!
0:02:03 Jeremy- info about the tiddlywiki.info file
0:04:35 Jeremy- about XDI format at wikipedia
0:15:05 Nathan- info about his usecase
0:16:06 Stephan- Now that we have the environment varibles I think it should be possible to have the content of my tiddlystuff.tiddlyspot.com in a git repository without this being a fork of tiddlywiki, right? What do I need to do?
0:23:50 Stephan- tables generated by an "R" script. Is it possible to import a big file containing many tiddlers, atm?
0:31:55 Nathan- Suggests an import mechanism based on a (drag and drop) tiddlywiki.info file.
0:35:04 Jeremy- Question from Michael on the google group, about styling of individual tiddlers based on there tag.
0:35:34 ... Jeremy demoes the "Talky Talky" TW theme, that does modify the tiddler background.
0:40:35 Stephan- Idea about "ViewTemplate and EditTemplate" see: groups. google. com/d/msg/tiddlywikidev/aqmRkhNd1KA/_wIEkDIT2o0J
0:41:50 Jeremy- about recent changes to the core core/ui/ViewTemplate importing variables to set some styles. (for TW 5.0.14 beta)
0:49:40 Jeremy- about the reuse of the imporvariables mechanism.
0:50:25 Nathan- .. bounty for a "macro/ var import/ transclusion turing machine :)
0:51:20 Nathna/Jeremy- about the ControlPanel- Editor maping configuration for different content types.
0:56:10 Mario- about the Mozilla Web-IDE now uses CodeMirror.
0:58:12 Mario- Would like to have a look at the RoadMap
1:00:30 Mario- What's about the Github flavored markdown ... line break
1:05:30 Jeremy- about better ARIA support.
1:06:25 Nathan- Mario .. are you still playing with the TW cloud stuff? Vagrant? ... docker?!
1:12:20 Mario/Nathan- about the TiddlyWeb adaptor for TiddlyWiki and the TW backend
1:13:40 Jeremy- About TW with and without a backend. TW can have any server.
1:14:55 Danielo joined ... about keyboard shortcuts. ...
1:17:47 Danielo- about external images ... Are there planes to handle external tiddlers?
1:21:15 Danielo- How to save external tiddlers ...
1:24:05 Jeremy- about the next steps. ..
1:25:03 ... Bye! Bye!
"""
2014-07-01 - [[YouTube|https://www.youtube.com/watch?v=zGnEiTDx9F0]]
---
"""
0:00:00 Intro frtl: Jeremy, Nathan, Ton
0:01:12 Ton- Is it possible to use bookmarklets in TiddlyDesktop?
0:03:30 Jeremy- shows TiddlyDesktop .. could support bookmarklets ... but's not there atm
0:06:06 Jeremy- requests help and invites developers to join TiddlyDesktop development or even take it over.
0:10:24 Ton- Is there a chance that the ticket 192 (Extend link widget to link to a filtered list) will be implemented.
0:15:40 Jeremy- about a talk at InnoQ a german cunsulting company. (slides at tiddlywiki. com/talkytalky)
0:17:40 .. "The Nature of TiddlyWiki" - "It's tiddlers all the way down!"
0:18:25 .. "History"
0:18:42 .. "What is TiddlyWiki?"
0:19:44 .. "Features"
0:20:04 .. "How TiddlyWiki Saves Changes"
0:21:32 .. "Saving with TiddlyFox"
0:21:43 .. "Saving with TiddlyTesktop"
0:21:46 .. "Saving on iPad/iPhone"
0:21:55 .. "Demo of Single File Edition"
0:22:38 .. "Task Management Demo"
0:23:11 .. "Customisation via System Tags"
0:23:37 .. "Serverless FTW!"
0:24:53 .. "Duality of TiddlyWiki"
0:27:06 .. "Everything is a Tiddler"
0:27:35 .. "TiddlyWiki Rendering Pipeline"
0:28:40 .. "User Interface State"
0:29:33 .. "Running TiddlyWiki Under Node.js"
0:29:49 .. "Static Site Generation"
0:30:09 .. "TiddlyWiki Sever Synchronisation"
0:30:52 .. "Usint TiddlyWiki as a library"
0:31:25 .. "10 Years of TiddlyWiki"
0:39:31 .. "Shout-outs"
0:39:46 .. "Thank You" ... some discussion
0:41:49 Jeremy about taking part in the "Indie Tech Summit" in Brighton
0:44:22 Jeremy- about "The IndieWeb" and owning your own data
0:46:25 .. web page "Interview with Dr. Richard Stallman" at cointelegraph. com
0:48:32 Nathan- The master branch has about 4000 commits
0:50:05 Jeremy- A discussion about "drag and drop" and import with screen readers. Shows the code how it could be done (highly techy stuff follows)
1:10:40 Bye! Bye!
"""
2014-07-08 - [[YouTube Link|https://www.youtube.com/watch?v=amoSCysVyY4]]
"""
0:00:00 Intro: frtl: Eric, Jeremy, Nathan, Ton
0:01:58 Paolo- small inconsistency: in the "Tag Manager", when I choose a colour by html name, the horizontal colour stripe remains black, instead of reflecting the selected colour. Same problem when editing the tiddler of the tag
0:17:40 mindprism- How do I get an invite to the hangout?
0:23:03 mindprism- wants to show stuff
0:23:22 mindprism- about the color picker
0:23:39 Paolo- tiny suggestions on how to choose a tag from the drop-down list: after activating the tags' list, it would be useful to be able to select the tag with the up-and-down keys (instead of using the mouse). Now, the tab+enter keys also work but requires many
0:32:21 minprism- There is another issue with that tag menu — when it is contained in a div that has overflow:scroll or overflow hidden, it can be clipped to the container — it needs to be elevated in the dom.
0:40:30 mindprism- Can you post that join like please?
0:41:00 mindprism- There is no css solution for that, the inner div will always be clipped.
0:41:15 Ton- Tagging a tiddler with a 'system' tag adds the tiddler as a tab, button, part, filter, macro, etc. But at the moment I don't see any practical use for $:/tags/Image. Is there practical use or is this tag only for 'internal' use?
0:43:47 Matabele- gwiz.tiddlyspot. com about stacking widgets around the button widget.
0:47:20 Mark joined (aka mindprism)
0:49:15 ... Jeremy about wikitext used to build the UI ..
0:50:44 Jeremy- back to Matabele's widget stacking approach
0:51:28 Jeremy- Richer Message Parameters for buttons and widgets in general
0:55:25 .. about the "stories" selector .. storiy becomes an entity
0:57:10 Jeremy- what's new ..
0:57:50 .. The release tiddler was "awful"
0:58:43 .. the tabs macro has to be improved
0:59:28 Eric- making something similar to the "tags grid" ?!
1:00:15 Jeremy- How to customize the "story river". .. Make tiddlywiki. com a "more common" page
1:05:38 Jeremy- There's a new theme tweak ... the sidebar breakpoint .. splitting TW settings into seperate tiddlers.
1:07:48 Jeremy- fixing some bugs ... HistoryList not saved anymore
1:08:56 Jeremy- improving the animations ..
1:09:57 Jeremy- about the "Indie Tech Summit" by Aral Balkan
1:10:50 .. The "Indie Tech Manifesto" ... One question is: "How to creat a new business model"?
1:14:30 .. about "federated tools" .. and there UI
1:17:33 .. TalkyTalky Shout-outs
1:21:12 .. about the manifesto
1:23:26 Mark has some demos.
1:25:40 .. screensharing is working .. make it keyboard accessible .. very interesting UI .. especially the tag input
1:44:30 Jeremy- feedback ..
1:46:45 Jeremy- How many different wikis do you use? some general discussion about a "killer app" .. about contribution
1:52:35 Mark- Does tiddlyspot save the whole file everytime? yes. How do I host my own version?
1:54:00 Mark- What is the largest, in megabytes, TW you've seen?
1:56:25 Jeremy- Short summary for Mark
1:58:12 Bye! Bye!
"""
2014-07-15 - [[YouTube Link|https://www.youtube.com/watch?v=mxr2oe9CPFs]]
---
"""
0:00:00 Intro frtl: Dave, Eddie, Mark, Ton
0:02:50 Branemir- With the new address bar behviour (current story sequence), it becomes hard to refresh a wiki. Whats about a Home button. Or the Title may be a home link? General discussion about the URL refresh behaviour.
0:10:07 Mark- Have you considered to switch on/off "advanced menue" features
0:12:15 Jeremy- Shows Ton's page as an example for extended menu icons.
0:15:00 Jeremy- Shows TW's customization possibilities
0:16:15 Jeremy- points to tw5.scholars. com custom TW from Alberto ... especially the automatic TOC (table of content)
0:21:43 Jeremy- The remaining work that "needs" to be done ... "The update process" ... and "road blockers"
0:24:10 Jeremy- Shows the "new" upgrade / import process. (TODO video / no network traffic)
0:27:47 .. Upgrade: behind the curtain. .. new upgrade plugin
0:30:15 .. import process details ... custom fields ... The import tiddler itself is a "temporary plugin"
0:33:24 Jeremy- The same approach (0:24:10) will be used for search / replace
0:34:10 Jeremy- A new type of module is introduced to the core. Techy details!
0:37:47 .. example how upgraders could deal with eg: tags/stylesheet
0:39:10 Mario joined, Charlie joined
0:39:55 Eddie- How do I get WYSIWYG text into TW?
0:40:17 Jeremy- shows Charly's docs for the Forth language for a PET
0:41:50 back to the upgrade process. .. The upgrade UI .. techy
0:45:08 Chris joined .. 10 users ... max reached
0:46:40 Eddie ... WYSYWIG plain text ... poetry
0:50:35 Mark- What needs to be done to deal with SVG files in different ways? SVG as an image. SVG as part of the TW layout. SVG edited with a text editor.
1:00:59 Charly- Still struggling with automatic style sheets and automatic wikitext links.
1:08:55 Mark- Editing a tiddler updates the display with every keystroke. How to disable this behaviour?
1:13:22 Charly's screenshare ... techy techy ..
1:19:32 Jeremy- How to modify themes ... techy discussion
1:28:10 Jeremy- about file names and tiddler names in "creating TW"
1:39:12 Dave- what's new .. how to deal with bookmarks ... tidmarks
1:47:10 Jeremy- about fargo. io ... outliner ... and its relation to TW
1:51:40 ... discussion about "TiddlySnip" for TW5 ... part of TiddlyFox and TiddlyDesktop
1:53:40 Dave- What will be next? ... upgrade ... RoadMap
1:56:52 Dave- Will you do some more promotion! ... screen casts
1:57:54 Charly- issue with tiddler title with sqare backets .. its an open question
2:02:45 Bye! Bye!
"""
2014-07-22 -
[[YouTube|https://www.youtube.com/watch?v=jRwIWBJ_WN0]]
---
"""
0:00:00 Intro frtl: Branemir, Jeremy, Mario, Nathan
0:01:45 Hangout Roadmap
0:02:08 Jeremy- New behaviour for the "automatic permalink" ... permalinking is off by default - feedback is welcome!
0:05:30 Mario- likes the new behaviour. ... Is there a possibility for "permlink -buttons"? .. yes
0:06:35 Jeremy- Should "empty.html" have the same behaviour?
0:07:50 Nathan- The core and tiddlywiki. com should have the same initial behaviour
0:08:41 Nathan- likes the possibility to share the "whole story"
0:10:40 Jeremy- shows a TW adaptation that uses "story links"
0:11:35 Mario- There should be a possibility to "permalink a search result"
0:12:00 Jeremy- about "TWc parmifiers" ... He doesn't want to have paramifiers again, because of security concerns
0:14:19 Jeremy- ... getting the update wizard finished. Changes to the theme tweak handling
0:18:44 Jeremy- shows the "upgrader" plugin, that creates the "special" theme handeling
0:21:37 Jeremy- (How) Should we deprecate known incompatible plugins?
0:24:54 Jeremy- Changes to the TW frontpage
0:27:45 Jeremy- GettingStarted detects the plattform and provides information acordingly
0:29:53 Jeremy- about the Features tiddler
0:30:16 Mario- likes the TalkyTalky Features list ..
0:31:15 Jeremy- about changes for the Community tiddler
0:32:40 Jeremy- The beta ribbon is a "Find my on GitHub" ribbon now
0:36:00 Jeremy- about the "browser sniffing" mechanism and new system tiddlers
0:39:57 Jeremy- new tiddlywiki.info parameter to specify the "save location" for new tiddlers (server edition)
0:41:15 Jeremy- "must have's" for end of beta
0:43:00 .. about handling [[<ctrl>+s]]
0:43:48 Mark joined the hangout
0:44:30 Mario- discussion about FontAwesome and BlackTie icon fonts. ...
0:51:33 Jeremy- about FlexBox for the Community tiddler and the main layout
0:53:35 Jeremy- about translations ... getting notified if translations are needed
0:59:10 Mario- question: would it be possible to have promise based ajax functions
1:07:00 Jeremy- about "Analysis and documentation of a single page application based on TiddlyWiki" Mater Thesis ...
1:17:50 Jeremy- The developer docs should get there own repo
1:19:34 Mario- What's about your plans to have tiddlywikik frontpage similar to a "normal" product page.
1:22:00 ... about the RoadMap
1:23:58 Nathan- What's the easiest way for a small group of users to start using TW ... in a role related workflow. ... TiddlyWeb - Tank
1:28:20 .. about the TW nodejs server and TiddlyWeb - TW5 compatibility
1:35:36 Nathan- about the envisioned usecase
1:36:35 Jeremy- about CouchDB .. couch apps
1:41:45 Jeremy- about SpiderOak and the Crypton project, which would fit to TW
1:46:02 Jeremy- ... TWc chart on google trends
1:48:10 Bye! Bye!
"""
2014-07-29 - [[YouTube|https://www.youtube.com/watch?v=orcYrgVZK50]]
---
"""
0:00:00 Intro: frtl: Branemir, Jeremy, Mario, Nathan, Ton
0:01:51 Jeremy- Latest changes for 5.0.14 - New Tiddler Info tab,
0:03:10 .. Toolbar button configuration in Control Panel
0:09:50 Control Panel: Advanced Settings .. icons + text settings .. discussion about the info button .. discussion about the default UI
0:14:58 Branemir- likes double click to select text and not open the tiddler in edit mode.
0:15:23 Jeremy- discussion about the default drag and drop behaviour.
0:16:58 Branemir- Should "story river" be added as a "Concept" in the docs (and be explained)? There is a StoryView tiddler but it is not defined.
0:18:15 Branemir- What are the possibilities for printing in TiddlyWiki, i.e. printing a story river? What about making a tiddler a page?
0:27:36 Branemir- What would be a useful usecase for list-before and list-after fields? What should be put in these fields?
0:34:15 Branemir- What do you think about a new WidgetMessage like tw-reaload or tw-refresh?
0:39:29 Branemir- Will there be a "renaming tags" functionality for the stable version?
0:42:20 Branemir- Drag&Drop an image from a website or another browser creates a tiddler with the link to that image. Can TW be modified so that an image tiddler is created instead?
0:46:20 .. using the _cannonical_uri field .. imaged, image links ...
0:51:10 Jeremy- some code review about drag and drop "browser data"
0:53:00 Jeremy- new "widget functionality" Variable operands for filters.
0:54:30 Jeremy- about improved documentation from Steven ... some more dev docs ...
0:58:35 Jeremy- about new TW usecases and users questions, that come up. ... about install in nodejs ...
1:00:40 Jeremy- about possible future functions for TiddlyDesktop
1:02:07 Alex joined ...
1:03:45 Nathan- About usability questions. "linear flow of documentation is missing" ... about the "documentation mission"
1:08:35 Jeremy- about short screencasts to answer some FAQ's ... some youtube TW video statistics.
1:14:15 Jeremy- Alex suggested kumu. io ...
1:15:23 Alex introduces himself and talks a little bit about kumu
1:17:20 ... general discussion about tiddler relation visualisation ..
1:20:48 Jeremy- about visjs. org
1:22:50 Jeremy- about waldly maps
1:25:30 Jeremy- about Ted Nelson's ZigZag Structure ... working with lists and visualisations
1:34:44 Jeremy- what's planned next .. finishing 5.0.14
1:35:35 Mario- about his "splitting emphasis" pull request
1:37:30 Bye! Bye!
"""
2014-08-19 ''---''
[[YouTube|https://www.youtube.com/watch?v=LWyXEZ50jhA ]]
---
"""
0:00:00 intro- frtl: Branimir, Jeremy, Mario, Nathan, Ton
0:02:35 Johannes- How about importing MediaWiki pages into TiddlyWiki? Is that on the priority list of features for TW5?
0:06:05 Nathan GF asks: Images in stylesheets! Is there a better solution than MakeDataUriMacro?
0:11:40 Nathan about the usecase .. using TW as a CMS like system
0:14:06 Nathan- how was the week of?
0:14:27 GF asks: I'd like to be able to keep my <img> tags "as is" in my html content, and have them "just work" when the image is in the wiki, instead of either needing to use the image macro or keep an "images" directory external to the system.
0:17:56 Branimir- Please, explain and demonstrate for everyone the new tw-home and tw-browser-refresh! Also, show how it will behave in TiddlyDesktop.
0:21:35 Branimir- How can I change the behaviour of clicking on the title of the wiki. Discussion about the "refresh - button" clears the URL bar. ...
0:32:40 Branimir- explains his "refresh" workflow ..
0:33:15 Nathan- Suggests the possibility of a 2 way sync. ... Discussion about a "file based lock" for syncing multi user editing ..
0:35:25 Jeremy- about TW as a GuerillaWiki ..
0:36:20 Jeremy- about WebDav and TW5
0:39:18 GF asks pt 2: I'd like to optionally "file out" and/or serve my content in the form of multi-page applications, but keep a unified administrative single page interface to the system. Is there a better way to handle serving this and linking between "pages"?
0:45:26 Jeremy- about the roadmap after the beta period. aka deferred features.
0:47:54 Nathan- bugreport: some titles don't save through the server right now, such as "/css/foo.css" (though their drafts do) or save as an empty file! (I'm still investigating.)
0:50:42 GF asks pt 2: IMPORT UTILITIES! Can I bulk tag and/or name-prefix on imports? Set fields? Drag and drop a folder and keep paths (chrome)? Loosely related, a tool to tag/rename based on a filter would be super-handy!
0:56:20 .. drag and drop folders and keep there paths ..
0:58:50 GF asks pt 2: Searching the docs is hard! I spent a lot of time just in realizing that I wanted to be searching for key-word "clone" and not "copy" to find out about duplicating a tiddler. Can we get a "did you mean?" or "search suggestions" feature? .. discussion about "improving the docs"
1:09:56 .. Can we get a "did you mean?" or "search suggestions" feature?
1:11:30 GF asks pt 2: Parser complexity often gets in the way, and figuring out parser rule lines is some sort of cumbersome black magic thing. Can we get some simple macro sets (or something) offering useful and common/sane parser rule lines? (ex "PageTemplate")
1:19:50 GF asks: I need a tutorial/reference for "CMS" use cases! Can we make an edition with simple but pragmatic examples of 2-3 page "NotAWiki" site(s) parts showing some templates, some simple content, some css and js, and clean static html export render?!?!
1:21:23 GF asks: I want to transclude html content type, but it either doesn't work at all, or the iframe breaks (or drastically complicates) the content! Can we get more flexibility in transclusion of "web native" content?
1:28:50 GF asks: I (critically) need to be able to include alt tags on img and other semantic (or nonstandard) markup like schema.org, aspx, rdfa, etc in my content. Do we have mechanism for attaching arbitrary attributes or container tags to things in rendertree?
1:32:45 Nathan + GF- both of us ask: Revision control! While "files in git" is great and all, should tiddlywiki core consider a cannonical model of history? Should we revive Synchrotron? (Maybe even modernize it up with an Operational Transform sync?) "Out of scope?"
1:42:25 Armchair Designer- The github route seems viable for non-dev types, provided the intimidating factor of contributing there is lowered : maybe a way to go would be to have a simple howto for github at hand from within TW itself.
1:43:30 Armchair Designer- Do you have a rough idea of which popular classic TW plugins are most likely to be included as built-in modules (or equivalent functionality) in the Five 1.0 release package ?
1:45:50 Branimir- What's the story, for upgrading from TWclassic
1:51:10 Jeremy- What will be in 5.0.15-beta ... disable plugins .. saving with the "client / server" edition ...
1:52:43 .. new TOC table of content macro
1:55:53 Jeremy- Release Planning .. RC1 .. weekly releases should be done
1:57:25 Branimir- During "update process" Can you explain the meaning of "blocked" and how the checkboxes actually do.
2:07:13 Bye! Bye!
"""
2014-08-26 ''---'' [[YouTube| https://www.youtube.com/watch?v=UshdLGnXdsI ]]
---
```
2014-08-26 ''---'' [[YouTube| https://www.youtube.com/watch?v=UshdLGnXdsI ]]
```
---
"""
0:00:00 Intro: frtl: Branimir, Eric (later), Jeremy, Mark, Nathan (later), Leo (Slonik), Ton
0:02:54 Nathan joined
0:04:03 Ton- The tag $:/tags/RawMarkup allows raw markup to be included in the generated HTML file. What does that mean (for an end-user)?
0:04:34 Eric- joined
0:09:33 Ton- The tag $:/tags/RawMarkup allows raw markup to be included in the generated HTML file. What does that mean (for an end-user)?
0:24:53 How to get the readme tiddler of a plugin to show up as readme information together with the plugin in tab Plugins of ControlPanel? When building plugins in the browser it doesn't although it is available as a shadow tiddler.
0:36:32 Jeremy- short answer to the above question ;) 2 Steps to add a readme to a plugin.
0:38:37 Jeremy- Review of new 5.0.15-beta features
0:40:34 Jeremy- about the "docs: help wanted" banner ... How to edit docs directly from github
0:41:45 Jeremy- starting from 5.0.16, weekly releases are planned!
0:42:21 Jeremy's notes of "must have"
0:42:43 .. about consistency of CSS class names
0:45:51 .. fixing some JSHint hints
0:48:05 .. review the tags
0:48:38 .. automatically generated TOC
0:49:31 .. Ctrl-S should save TW
0:50:09 .. finalizing the core macros
0:51:53 .. improve sidebar layout handling
0:52:58 .. backwards compatibility of resource links
0:53:26 .. reorganize the ControlPanel
0:54:35 .. automatically exclude "draft.of" tiddlers from lists
0:56:01 .. about the organisation of the TW5 repo / directory structure
0:56:49 .. fixing the config tiddlers
0:57:13 .. about the "style block" syntax
0:59:11 .. too many spans containing divs
1:00:03 .. fix sidebar dropdown buttons in the more menue
1:01:22 Jeremy- final roadmap
1:02:27 Branimir- TW "dirty / save" state recognition may be improved.
1:07:30 Eric- about a "funny" userName issue / bug
1:11:12 Jeremy- about special handling for some tiddlers
1:12:53 Jeremy- about saving tiddlers that start with a slash
1:16:30 Jeremy- about "tab switching" degrades if encryption is on
1:19:36 Leo- feature request: It would be useful, if TW would have a "tiddler drawing" area.
1:26:46 Jeremy- Refresh button now doesn't clear the URL bar. Especially for TiddlyDesktop
1:29:00 Jeremy- 5.0.16 should have a configurable "top bar"
1:30:42 Mark- about popups being to "low in the DOM" ... about html structure
1:45:24 Mark- about the issues caused by z-index for theme authors
1:49:15 Bye! Bye!
"""
2014-09-02 - [[YouTube Link|https://www.youtube.com/watch?v=9SVf04i6jYY]]
---
```
2014-09-02 -
https://www.youtube.com/watch?v=9SVf04i6jYY
```
---
"""
0:00:00 Intro: frtl: Branimir, Jeremy, Mario, Nathan, Leo, Ton
0:03:12 Branimir- TWC has the search string highlighted among all open/found tiddlers. Any chance of adding a similar functionality in TW5? It would be even better if there could be PREV/NEXT links to cycle through found strings.
0:08:58 discussion about TW5 in TiddlyDesktop and its possibilities with Node WebKit.
0:11:50 Jeremy- about the V release and backwards compatibility
0:14:15 Branimir- misses zooming in TiddlyDesktop
0:15:41 Branimir- What plans are there for improving the "Contents" macro? I guess this would be the equivalent of MainMenu in TWC.
0:22:50 Branimir- about the TOC macro. The "categories" should be no tiddler links.
0:26:35 Jeremy- about system tiddlers with a caption used for the TOC
0:28:53 Mario- What should he do with "experimental" macros. Should they be pull request or external plugins? -> plugins
0:29:43 Jeremy- about pull requests from users that want to contribute. -> don't be discouraged be "no's". Create a plugin and let the users decide!
0:30:52 ... exceptions for this. -> if an issue is allready ticketed to the core.
0:32:28 Jeremy- the default should be. Offer a plugin to the community and then it may be pulled into the core. Because if it is part of the core, all changes need to be backwards compatible.
0:36:30 Jeremy- about contributing to open source projects. -> start small!
0:38:08 Jeremy- about what he regrets in TWclassic development.
0:42:25 Ton- Is it wise to go through the tickets: bugs and new features label it (before/after beta, don't do it, plugin, etc)?
0:44:00 Jeremy- What is planned for the TW 10th anniversay? .. a 6h hangout :) .. A tiddly conference early 2015
0:53:50 Jeremy- what's new in 5.0.16-beta release
0:54:06 .. about the TWc compatibility plugin - the classic parser demo
1:01:09 Mario- Should there be an indication for TWc type tiddlers?
1:06:02 .. discussion with Branimir about making it easier to import TWc content into TW5
1:09:44 Jeremy- about "How to contribute to the TW documentation" -> help wanted. with github web UI
1:12:05 .. about Mario's video series that explains the basics about contribution with github web UI
1:14:50 .. about contributions from Ton, that triggered further improvements from Jeremy
1:17:08 Mario- Ton, did the videos help you? - yes :)
1:19:13 Mario- shows his approach to contribute with the help of the cloud9 web IDE.
1:22:40 .. about "RUN configurations" ... little script buttons that perform actions to the repo. eg: build a new index.html
1:25:00 .. serving the index.html with the apache web server.. serves the whole directory structure.
1:27:20 .. configuring the web server root dir, to directly serve the index file.
1:28:35 .. use the TW server to serve and edit the TW page.
1:31:00 .. using git to push the changes to the pmario/tiddlywik5 repo.
1:32:35 some info about the c9 environment.
1:34:55 Branimir- discussion about the build system and using it to commit to github
1:37:10 Jeremy- about git and the command line
1:39:35 Mario- shows how to test index.html with different browsers from Sauce Labs
1:45:40 Mario- short summary. Some thoughts about new users concerns ...
1:46:55 Jeremy- Can you share / copy the workspace environment. - yes
1:48:30 Branimir- How many workspaces can you own?
1:52:00 .. talking about a "cloud9 TW docs hack party" ...
1:54:40 Jeremy- What should be done at the next HO.
1:55:25 Mario- about a p-tag in the edit tag selector
1:57:05 Branimir- Will you cover TiddlyDesktop next time? - probably not
1:58:38 Bye! Bye!
2014-09-09 ''---''
[[YouTube Link|https://www.youtube.com/watch?v=NQdSFuqRFPg]]
---
```
2014-09-09 ''---''
[[YouTube Link|https://www.youtube.com/watch?v=NQdSFuqRFPg]]
```
---
"""
0:00:00 Intro: frtl: Yaka, Eric, Jeremy, Mario, Nathan
0:00:10 Yaka- Introduces himself and tells about his usecase.
0:01:50 Eric .. Mario .. Nathan
0:03:39 Mario- What do we need to do, to make translated empty.html downloadable for users. Introduction of the german version.
0:06:48 Jeremy- about the tiddywiki.com directory structure.
0:16:30 Yaka- Support in the core, for handling content in different languages.
0:22:15 Mario- About the TheDiveO project: ThirdFlow ...
0:25:30 Yaka- actually needs a seperate wiki for each language ...
0:26:45 Jeremy- about TiddlyWiki translations.
0:28:38 Yaka- wants to get people interested in TW.
0:29:00 Jeremy- about the documentation refactoring for 5.0.17-beta, to make it more sutable for users.
0:35:05 Jeremy- The development docs will be a seperate edition.
0:35:55 Jeremy- about "Getting the word out!"
0:39:15 Jeremy- about TWc adaptations and TW5 editions
0:42:45 Jeremy- about: TW for Scholars as an edition example
0:44:30 Yaka- What is the intended audience for TW after the V release
0:45:30 Jeremy- What does the release of TW mean. ... not finished but compatible.
0:47:00 Jeremy- about a TW5 usecase as a "gamers bible" ..
0:47:50 Eric- Some history, we need to develop the community, so different apps will pop up.
0:50:30 Jeremy- about the community, the audience, the users
0:52:05 Eric- about GSD community.. They treat it as an application.
0:53:00 Jeremy- about the Twine application based on TW.
0:54:50 Yaka- about the possible audience: the geeks - geeky users - consuming users. TW needs to be "usable" but a little bit tweakable.
0:57:15 Jeremy- At the moment our audiece is "Technical people, with a small team"
1:01:00 Mario- about newspapers
1:02:10 Yaka- ... TW as a distribution platform for content. similar to jekyll
1:06:00 Eric- about TiddlyBard?? ... All of Shakespeare in a TW. Car Repair References ..
1:09:25 Jeremy- ... about the BT Agile Cookbook .... A TW Content Edition
1:12:12 Nathan- about his experience, explaining TW to his girlfriend ... The ecosystem is missing atm.
1:13:35 Jeremy- about Eucaly' Tiddly World
1:15:05 .. about ThirdFlow and TW5FontAwesome ... and the community that starts ...
1:19:40 Yaka- .. Easy User Reference about existing "editions" .. central resource for apps.
1:23:08 Nathan- Content for users needs to come from users, not devs.
1:24:07 Yaka- .. User contributed content / experiences, can attract other users. ..
1:26:02 Jeremy- sums up his ideas ... how to attract tiddlywiki "ambassadors"
1:27:45 Mario- wants to create some more videos, for the german version.
1:28:38 Jeremy- About the "TW introduction video"
1:32:12 Mario- Video ... How to user TiddlyFox with FireFox.
1:33:35 Jeremy- introducing the regexp filter operator.
1:34:53 Jeremy- about the 20th Sept. Hangout for 8 hours.
1:39:17 Yaka- about video intro's
1:40:50 Yaka- about different TW showcases ... User stories ..
1:43:05 Bye! Bye! Thanks to Yaka :)
"""
2014-10-21 ''---''
[[YouTube Link|https://www.youtube.com/watch?v=hJ4feiD6iuY]] ''---'' [[Google Hangout|https://plus.google.com/events/cd8h7qbbtethtk44i98cq2fmmis]]
---
```
2014-10-21 ''---''
[[YouTube Link|https://www.youtube.com/watch?v=hJ4feiD6iuY]] ''---'' [[Google Hangout|https://plus.google.com/events/cd8h7qbbtethtk44i98cq2fmmis]]
```
---
"""
0:00:00 Intro: frtl: Alex, Eric, Jeremy, Mario, Ton
0:03:15 Alex- Borders and Border images for TW. expains the usecase.
0:05:28 Jeremy- about visualizing relations between tiddlers.
0:07:12 Alex- about the Viable System Model ... wikipedia search for: Viable_system_model.
0:11:29 Jeremy- about js-sequence-digrams ... Alex about the usecase
0:17:08 Eric- about 2 possible workflows to get the drawings into TW
0:19:03 Jeremy- about SVG drawings in the TalkyTalky wiki. From drawing to SVG.
0:21:04 Eric- about clickable "hot zones" in the drawings.
0:23:05 Jeremy- about using bitmaps in CSS style sheets.
0:26:15 Mario- About the Global Learning X-Prize - competition
0:27:17 Mario- about his opinions. ... all
0:29:35 Eric- about authoring systems and the basic concepts for learning materials.
0:32:05 Mario- about the needed frameworks and the target group.
0:33:20 Eric- about "in game upgrades" ..
0:34:35 Eric- Some education designers need to be involved. ... Mario
0:36:35 Jeremy- has concerns about TW is seen in the "wrong light" by the judges.
0:42:05 Nathan- his point of view. About the pros and cons, how TW is seen by
0:43:42 Jeremy- TW could be a great tools. But there are concerns about how TW would do in the competition.
0:45:33 Mario- the development in the competition is kind of closed source. ..
0:49:34 all- discussion about gamification ... discussion ... learning with all senses. a
0:51:35 Jeremy- the random chooser filter and dice roles ...
0:53:02 Jeremy- about Twine and interactive fiction
0:54:25 Alex- about Dickens Manual. ... but target group is children from 6-12
0:55:56 Jeremy- about sliders in HTML5 and input element.
0:59:55 Jeremy- shows the sliders.
1:02:55 Jeremy- Yaka's feature request: ... word count, character count ...
1:06:54 Nathan- Is there an "idle" event?
1:08:20 Jeremy- The relative dates should be dynamic.
1:09:03 Mario- What's the difference of eg: image "lazy" loading and the "normal" loading
1:19:20 Jeremy- about the export icon change
1:23:12 Jeremy- TW has some audio support now.
1:25:25 Mario- What's planned next. .. fixing a strange new bug :(
1:28:02 Mario- about the server command feedback.
1:29:30 - no conversation for a minute. Jeremy is away.
1:30:47 Jeremy- ... plans ... 5.0.4 will be fast bufix. Export should come ...
1:32:00 ... several buttons to export different set of tiddlers. working TW, json, .tid, .cvs, skinny tiddler store. ... build TWs with a different theme.
1:34:10 Mario- What do you think about the discussion in the group about the DefaultTiddlers?
1:38:18 Eric- A very common question is "reordering tiddlers" in the story
1:42:28 Jeremy- Drag a tiddler title to a text editor, takes the whole content too. Should we change this ... yes ... but import will be not touched.
1:46:38 Jeremy- about authoring tools. edit toolbars, codemirror, auto completion, keyboard shortcuts, ...
1:53:30 Paul Q&A- Is a Vanguard about the Global X-Prize and thinks we would have a chance.
1:54:57 Bye! Bye!
2014-10-28 ''---'' [[YouTube Link|https://www.youtube.com/watch?v=OBoZzqu7tYg]] ''---'' [[Google Hangout|https://plus.google.com/events/cou1l99mf4j9uomjg9kkcn5ug20]]
---
```
2014-10-28 ''---'' [[YouTube Link|https://www.youtube.com/watch?v=OBoZzqu7tYg]] ''---'' [[Google Hangout|https://plus.google.com/events/cou1l99mf4j9uomjg9kkcn5ug20]]
```
---
"""
0:00:00 Intro frtl: Jeremy, Mario, Nathan
0:01:14 Jeremy- TiddlyWiki Translations made easy
0:03:40 Jeremy- screen shares the new Translators Edition
0:10:45 Jeremy- How can users send there translations. eg: Dropbox.
0:12:35 Jeremy- How do we extract the translations from the TW file.
0:14:55 Mario- Should the new file structure reflect the translators edition? For easy maintenence. Some general discussion.
0:17:40 .. documentation improvements should be possible to use the same mechanism.
0:19:40 Jeremy- short summary
0:20:00 Mario- shows a short proof of concept, to improve the workflow, with a live preview.
0:25:25 Mario- There would be a possibility to have an interactive tutorial for the TW UI.
0:27:20 Jeremy / Mario- general discussion about improvements.
0:30:30 Jeremy- about a new tooltip mechanism
0:32:12 Mario- Suggests a new layout for the translators tiddler. Multi line layout, similar to the TagsManager.
0:34:10 Jeremy- Can you create a pull request for the tag manager again.
0:36:00 Jeremy- about the next steps.
0:37:00 Mario- Some more ideas about multi line display. ... just some ideas.
0:40:45 Jeremy- Wants some more info about the german translation.
0:41:25 Jeremy- Nathan any topics from your side? ... no
0:42:00 Jeremy- About developing the Translators Edition UI.
0:43:53 Jeremy- About the documentation of the CLI for TW.
0:45:45 .. description field in the tiddlywiki.info file. Discussion about the editions. ... eg: de-AT, de-DE, de-AT-empty ....
0:57:10 Jeremy- may be the init command needs to be improved, to use the "regional" flavors of translations.
1:00:00 ... we want a mechanism similar to the twguides customize function.
1:01:50 Jeremy- short summary about handling editions.
1:04:31 Jeremy- About the tiddlywiki command line and "novice users"
1:06:00 Jeremy- about including some plugins into the core, to make editions handling easier. tiddlyweb and filesystem
1:10:54 Mario- about his proposals at the github issue.
1:18:00 Mario- How do you want to deal with special cases, like the google analytics plugins.
1:19:55 ... short pause ...
1:20:55 Mario- dicussion about the setfield parameter in the tiddlywiki.info file. the "load" command would be an option. or a new .multids file.
1:25:00 ... setfield is still flaged experimental. ...
1:29:55 Jeremy- have a look at the recent changes. ... customizing the search result tabs is now possible.
1:34:50 discussion about the TOC table of content in empty.html
1:36:10 Jeremy- blog post about ghost and what really matters for conversion. discussion about improve the first impression ...
1:44:00 Jeremy- about a new and easier landing page.
1:47:10 Jeremy- what's next ... make the translation workflow work.
1:50:28 Jeremy- about a discussion about using "standard toolkits" or tiddlywiki to do the translations. ... a long time ago.
1:53:00 Jeremy- There may be some weekend hangouts in the future.
1:53:50 Bye! Bye!
2014-11-11 ''---'' [[YouTube Link|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0]] ''---'' [[Google Hangout|https://plus.google.com/events/cuek4r3dmto6n3haq1na4vh4t6s]]
---
```
2014-11-11 ''---'' [[YouTube Link|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0]] ''---'' [[Google Hangout|https://plus.google.com/events/cuek4r3dmto6n3haq1na4vh4t6s]]
```
---
"""
0:00:00 Intro frtl: Yaka, Branimir, Danielo (later), Ed, Felix, Jeremy, Mario, Nathan
0:05:20 Jeremy- agenda, Felix demoes his taskgraph plugin
0:06:50 Felix- Taskgraph demo.
0:08:40 .. idea .. main editor in the right sidebar, views, snapshots
0:09:40 .. UI, tag filter, more filters to come
0:13:30 .. using UUIDs to identify the tiddler
0:15:20 Jeremy- You could have stored each edge as a tiddler. ... Felix explains his ideas, why there is a "edge store". general discussion about the first basic concept.
0:21:45 Mario- Is there a "textual" notation to define edges.
0:24:50 Felix- about node clustering. ... about a possible hirachical layout
0:26:35 .. why he used the vis.js library
0:28:35 .. about his adaptor to the TW datastore
0:30:56 Mario- Is it possible to create a dataset out of existing TW tags
0:35:18 Jeremy- summary about the configuration tiddlers and the core UI. So cour UI should provide some more help to have a "Config UI"
0:38:50 Felix- about the roadmap. about the plugin history
0:44:10 .. about the new TW "search tab"
0:46:00 .. how to create a snapshot. .. multipe graphs in different tiddlers.
0:47:30 Jeremy- do you save the x/y position of the nodes. .. not yet, but will be done. some brainstorming about the "map" tiddler
0:52:00 .. discussion about the development
0:53:20 Mario- vis.js is dynamically loaded at the moment??
0:55:50 Felix- questions, about the TW module types. uploading to github
1:02:20 .. about the community feedback and further development.
1:04:55 .. about the TW core as a starting point / datastore
1:07:05 Branimir- about using it as a MindMap ..
1:10:20 Felix- idea to create a ticketing system with TaskGraph
1:11:58 .. discussion about GTD and what TW is used for
1:13:25 Yaka- will it be possible to change to size of the nodes on specific parameters? .. yes
1:15:55 Jeremy- What relationship do you see between TW and education. TW's role in education.
1:16:48 Felix- about his experience, working with TW. A fast way to collect ideas. TW allows fast swiching between different ideas, tiddlers ...
1:21:10 .. comparing TW with word .. people should know aobut TW
1:24:20 Jeremy- short summary ... some general discussion about knowledge
1:28:25 .. discussion about organizing your knowledge and organizing your live
1:33:50 .. how can we make TW more prominent / visible to users
1:35:40 Mario- there is a "hidden" structure in tiddlers. Exposing it is important.
1:39:30 Yaka- reflection about difficulties for new users, how to create the initial structure of there content. ... there should be easy and specialized examples.
1:42:45 Jeremy- .. the core should have more "refactoring" features. .. general discussion, how to improve the TW UX
1:45:30 Jeremy- Shows the new Export feature. discussion about the new icons. Export is possible as CSV, JSON, pure HTML, .tid file
1:52:20 Danielo- Is the CSS exported too? yes, as inline CSS
1:53:55 .. what's about exporting javascritp? no.
1:55:20 .. export templates could dynamically load js libraries.
1:55:55 Jeremy- zip file format may be possible in the future.
1:57:45 Felix- Is it possible to do a "deep export" that contains eg: transclusions? yes with the right templates.
1:58:50 Mario- When will 5.1.5 be released. .. sooon :) but have a look at the prereleases ...
1:59:50 Felix- How do you pass the parameters to eg: new-tiddler function on the js level.
2:03:15 Bye! Bye!
"""
2014-11-18 ''---''
[[YouTube Link|https://www.youtube.com/watch?v=NlOSyUXAtoA]] ''---'' [[Google Hangout|https://plus.google.com/events/cv5b80i86jvnnkvj1g9ufq6vork]]
---
```
2014-11-18 ''---''
[[YouTube Link|https://www.youtube.com/watch?v=NlOSyUXAtoA]] ''---'' [[Google Hangout|https://plus.google.com/events/cv5b80i86jvnnkvj1g9ufq6vork]]
```
---
"""
0:00:00 Intro frtl: Yaka, Branimir, Eric, Jeff, Jeremy, Mario, Nathan
0:01:50 Jeff- Uses TW for a fiew years .. back from Evernote
0:03:15 Eric- Indie-Gogo campain: Inside TiddlyWiki: The Missing Manual see: indiegogo .com/projects/inside-tiddlywiki-the-missing-manual
0:05:10 Eric- About the project
0:14:35 Eric- About the rewards
0:17:15 Jeremy- about feedback on the group for the book.
0:17:55 Yaka- Why did you choose this model?
0:24:25 Branimir- How do you imagine, updating the book?
0:28:43 Jeremy- About TW's backwards compatibility and book updates.
0:33:43 Jeremy- Agenda, Q&A, Show & Tell, other topics
0:34:22 Yaka- Suggestion to make links to updated chapters. Users should be able to discuss about the content.
0:36:16 Why is the spacing of the tiddler toolbar icons different, in edit mode, than in view mode.
0:39:04 What highlighting language is used for text/plain tiddlers.
0:45:20 Mario- about different MIME-Types for view mode and to "store" in TW.
0:47:01 Jeremy- What's going on with the TW development: Export needs nested popups, which have to be developed.
0:51:33 Jeremy- abou the new icons. They should be more consistent now.
0:56:06 ... some discussion about the icons.
0:59:20 Jeremy- Combined TOC with a pane to view the tiddler content.
1:03:33 Jeremy- Improvements in the control panel.
1:04:25 ... Some restyling for the plguins tab
1:05:12 Yaka- About mobile usage of TW, especially as a mobile app.
1:07:45 Mario- Do you know, how TW works with FireFox OS?
1:11:05 Jeremy- With TW we are able to create static websites to be used with older browsers.
1:11:35 Jeremy- wants to create a native mobile app with TW.
1:12:42 Yaka- explains his ideas, about a mobile tw app / web app
1:14:25 Jeremy- about the "add to home-screen" feature.
1:19:20 Jeremy- about drag and drop in mobile
1:23:00 Intro Felix- is creating a new plugin for TW.
1:23:30 ... demo's his improvements of the Taskgraph plugin. Some discussion about the problems that poped up.
1:46:30 Jeremy- about, how to make the plugin available.
1:47:47 ... some general discussion about the workflow.
1:50:50 Jeremy- short summary, may be there will be a "weekend hangout"
1:51:58 Bye! Bye!
"""
2014-11-25 - [[YouTube|https://www.youtube.com/watch?v=VKDVD6mf9tk]]
"""
0:00:00 Intro: frtl: Ed, Eric, Felix, Jeremy, Mario, Matias, Nathan, Tobias, Ton
0:05:13 Jeremy- about the agenda. .. How can we make TW more popular?!
0:09:30 Matias- Short summary about his (controversial) post in the group. "Hopefully NOT for the next 25 years!"
.. Add-ons (plugins, tweaks, themes...) - difficult to find or (more likely) even know they exist
* No quality assurance of add-ons
* Lacking documentation
* The aggregated knowledge from discussions relies on 3d part system not optimized for us
* Little insight into what attracts new users
* Little insight of user needs, tw applications, behaviours etc
* Challenging to get tiddlyverse overview (resources, applications, options, services, people...)
* Demanding learning curve for customization
* Too few developers (I'm just assuming this is always an issue)
0:16:10 Jeremy- about his behaviour, to develop new TW features... not focusing on documentation.
0:18:50 Jeremy- about the moratorium for new features...
0:21:13 Felix- about the export functionality
0:22:50 Matias- about the responsibilities of / in the community and the infrastructure for the community to get involved.
0:28:15 Jeremy- his thoughts about the different points:
* Add-ons (plugins, tweaks, themes...) - difficult to find or (more likely) even know they exist
* No quality assurance of add-ons
0:33:05 .. about 3rd party plugins, that are not part of the core, but important.
0:34:45 Matias- about meta data / reviews for plugins...
.. Jeremy's thoughts about the existing infrastructure at tiddlywiki dot com
0:43:00 Tobias- About tiddlywiki(.)org on TiddlySpace to be used as community maintained resources. ... general discussion
0:48:35 Tobias- about the possibilities to contribute with tiddlyspot / tiddlyspace
0:51:00 Mario- about a "classic" and "5" domain names ... general discussion about TS access rights. ... Mario can set them!
0:54:40 Jeremy- about moving TiddlyWikiDev group to github ... only the dev group!
0:56:25 Jeremy- Long term goal for the general TW discussion group. ... It should be federated. ... see "long term goal"
1:01:35 Matias- about the community responsibility structure ... general discussion
1:06:02 .. * Lacking documentation
1:07:37 .. * The aggregated knowledge from discussions relies on 3d part system not optimized for us
1:08:08 .. * Little insight into what attracts new users
.. * Little insight of user needs, tw applications, behaviours etc
1:10:35 Eric- about implementing a way for users to give feedback.
1:15:50 .. * Challenging to get tiddlyverse overview (resources, applications, options, services, people...)
1:16:20 .. * Demanding learning curve for customization
1:19:40 Matias- there should be more "ready to use" editions
1:23:00 Jeremy- about "better presenting the editions" we have.
1:24:00 Ed- Would making the group federated, be alienating those, who need help the most?
1:25:55 Matias- What about common discussion boards? It seems, Jeremy doesn't like them ...
1:33:15 Tobias- what about a "dummy github repo" just for discussion?
1:38:50 Jeremy- short summary of the above.
1:43:10 * Too few developers (I'm just assuming this is always an issue)
1:45:30 * Little insight into what attracts new users
1:45:30 Jeremy- refletions, about what happens, if you want to make TW "more conventional" ... but TW is "unconventional" and we shouldn't be afraid of it.
1:52:10 .. about "specific editions" ..
1:54:10 .. about the TW slogan / tagline
1:55:30 Matias- Thx for picking up those topics.
1:56:50 Jeremy- Some TW group statistics ...
1:58:30 Eric- Promoting the "Inside TiddlyWiki" Book!
1:59:50 Bye! Bye!
"""
2015-01-06 - [[YouTube|https://www.youtube.com/watch?v=uUtfd0gA_jk]]
"""
0:00:00 Intro: frtl: Alex (later), Eric (later), Jed, Jeremy, Mat, Nathan (later), Rich (later), Tobias
0:02:08 Jeremy- about the agenda
0:03:12 Jeremy- about a post from Neil in the group: "How do we present TW to new users". Who is or should be our target group at the moment.
0:08:40 .. aobut a "guided edition" for absolute beginners.
0:10:17 .. status quo at the moment.
0:11:00 Intro- Alex and Rich
0:12:00 .. status quo at the moment. ... What does the HO audience think? ... discussion
0:19:06 Jeremy- To whom, do we want to sell TW? ... discussion
0:22:25 .. How can we make it easier for beginners? ... The first impression
0:24:15 Rich- Can / Should there be other sites to learn TW? ..
0:25:25 Intro- Eric, Nathan
0:26:24 all- final thoughts / discussion ...
0:41:17 Jeremy- Mat's questions- about federation ... What happens if TW has a break through and a lot of new users. What will happen?
0:45:22 Jeremy- about GitHub pull requests and discussions. Should I make a pull request? ... If they are actionable.
0:49:25 Jeremy- summary about "what is a pull request"
0:50:20 Mat- about github. ... Some guidelines, how to contribute to GitHub.
0:52:30 Jeremy- short intro about the new "railroad" diagrams
0:57:10 Jeremy- would like to have somebody in the community, who creates a "news bullitin board" for TiddlyWiki. ... discussion
1:01:50 Mat- about federation .. What could we do, if there would be TW federation. The minimum requirement to participate, should be a static web server. ...
1:13:55 Rich ... How does the RSS stuff work?
1:17:52 Intro Arlen (no mic)
1:18:07 Mat ... discussion about iframes, and security concerns.
1:22:10 .. Is it possible to target only one tiddler? .. yes TiddlyWeb
1:26:39 .. discussion about how to get one tiddler with a node.js server.
1:45:30 Nicholas Q&A- may be next time
1:47:40 next handgout will be 27th of Jan. 2015
1:48:30 Bye! Bye!
"""
!TiddlyWiki <<sep>> [[Google Hangouts]]
{{{ [tag[hangouts]!sort[title]] }}}
More Content @ [[TiddlySpace Hangouts|http://hangouts.tiddlyspace.com]] - All Content is slowly being merged into this ~TiddlyWiki
Syntax highlighting for the Web
[[Website for Highlight.js|https://highlightjs.org/]]
[[Hangout TiddlySpace Site|http://hangouts.tiddlyspace.com/]]
See [[License]]
{{{ [tag[http://hangouts.tiddlyspace.com/]] }}}
From [[Wikipedia|http://en.wikipedia.org/wiki/Hypertext]]
Hypertext is text displayed on a computer display or other electronic devices with references (hyperlinks) to other text which the reader can immediately access, or where text can be revealed progressively at multiple levels of detail (also called ~StretchText). The hypertext pages are interconnected by hyperlinks, typically activated by a mouse click, keypress sequence or by touching the screen. Apart from text, hypertext is sometimes used to describe tables, images and other presentational content forms with hyperlinks. Hypertext is the underlying concept defining the structure of the World Wide Web, with pages often written in the Hypertext Markup Language (aka HTML). It enables an easy-to-use and flexible connection and sharing of information over the Internet.
!Don't like the way I get more then just the Tiddler. I want just the Tiddler. Also the render times take a bit.
<iframe src="http://tobibeer.github.io/tb5/#Tobias%20Beer"
style="width:100%;height:800px;border:0;"/>
Crowd Sourcing Site [[indiegogo|https://www.indiegogo.com/]]
~JavaScript is a computer language that was originally introduced by browsers as a way of scripting web pages. At first it was considered a poorly designed toy, but over the years has become recognised as a powerful language in its own right, and has been adopted widely beyond the browser.
~JavaScript looks like this:
```
function circleArea(radius) {
return radius * 2 * 3.141592653;
}
```
[[Jed Carty TW|http://inmysocks.tiddlyspot.com/]]
[[Zork Like Game|http://zorklike.tiddlyspot.com/]]
I'm the original inventor of TiddlyWiki. You can find me on these services:
* jeremy (at) jermolene (dot) com
* [[Jermolene on GitHub|https://github.com/Jermolene]]
* [[Jermolene on GitTip|https://www.gittip.com/Jermolene/]], a micropayment service
* [[@Jermolene on Twitter|http://twitter.com/#!/jermolene]]
* [[Jermy on LinkedIn|http://www.linkedin.com/in/jermy]]
* [[Jermy on Flickr|http://www.flickr.com/photos/jermy/]]
Further information:
* An [[interview with me in The Inquirer|http://www.theinquirer.net/inquirer/feature/2105529/bt-software-engineer-tells-telco-source]] by Wendy Grossman
* A [[hilarious interview with me|http://www.youtube.com/watch?v=auyIhw8MTmQ]] from British television in 1983
* Here's a video of a presentation I did in 2007 called [["How to Start an Open Source Project"|http://vimeo.com/856110]].
! Mario Pietsch and Tobias Beer 2014-
<html>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>..
</html>
!!All Content Tagged under this License
{{{ [tag[License]!sort[title]] }}}
* [[Example Hangout Tiddler]]
* [[TwHo#73 - Eric Discusses how he creates the Wiki Way]]
* [[Test youtube-embed]]
* [[$:/.rich/macros/youtube-link.js]]
* [[$:/.rich/macros/youtube-embed.js]]
* [[$:/.rich/macros/embed]]
* [[$:/.rich/macros/header]]
* [[$:/.rich/macros/topics]]
* [[$:/.rich/macros/punctuation]]
* [[$:/.rich/data/videos]]
"""
[[YouTube Video Annotations]]
[[$:/.rich/data/videos]]
[[$:/.rich/macros/youtube-embed.js]]
[[$:/state/videotimestampreveal]]
[[$:/.rich/macros/embed]]
[[$:/.rich/data/twtags]]
[[$:/.rich/macros/youtube-link.js]]
[[Add Video Segment]]
[[Add Video Timestamp]]
"""
!!This is specific too the Hangouts as I made the details in the [[YouTube Video Annotations]] sliders
"""
[[slider]]
[[Notes about the state of development]]
[[Annotation Instructions]]
"""
<<<
My name is Mario Pietsch from Austria. I'm living near Salzburg.
[[This page|http://pmario.tiddlyspace.com/#Projects]], will be the portal to my TiddlyWiki, TiddlyWeb related content.
<<<
Mario also maintains the German translation of TiddlyWiki.
Unpronounceable Name Guy - [[Mihaly Csikszentmihalyi Wikipedia Page|http://en.wikipedia.org/wiki/Mihaly_Csikszentmihalyi]]
[[Mihaly Csikszentmihalyi Ted Talk - TED.com|http://www.ted.com/talks/mihaly_csikszentmihalyi_on_flow]]
!!Ted on YouTube
<iframe width="640" height="360" src="https://www.youtube.com/embed/fXIeFJCqsPs?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
00:00:00 ''---'' 0
00:00:10 ''---'' 10
00:01:50 ''---'' 110
00:03:39 ''---'' 219
00:06:48 ''---'' 408
00:16:30 ''---'' 990
00:22:15 ''---'' 1335
00:25:30 ''---'' 1530
00:26:45 ''---'' 1605
00:28:38 ''---'' 1718
00:29:00 ''---'' 1740
00:35:05 ''---'' 2105
00:35:55 ''---'' 2155
00:39:15 ''---'' 2355
00:42:45 ''---'' 2565
00:44:30 ''---'' 2670
0:45:30 ''---'' 2730
0:47:00 ''---'' 2820
0:47:50 ''---'' 2870
0:50:30 ''---'' 3030
0:52:05 ''---'' 3125
0:53:00 ''---'' 3180
0:54:50 ''---'' 3290
0:57:15 ''---'' 3435
1:01:00 ''---'' 3660
1:02:10 ''---'' 3730
1:06:00 ''---'' 3960
1:09:25 ''---'' 4165
1:12:12 ''---'' 4332
1:13:35 ''---'' 4415
1:15:05 ''---'' 4505
1:19:40 ''---'' 4780
1:23:08 ''---'' 4988
1:24:07 ''---'' 5047
1:26:02 ''---'' 5162
1:27:45 ''---'' 5265
1:28:38 ''---'' 5318
1:32:12 ''---'' 5532
1:33:35 ''---'' 5615
1:34:53 ''---'' 5693
1:39:17 ''---'' 5957
1:40:50 ''---'' 6050
1:43:05 ''---'' 6185
"""
"""
0:00:00 ''---'' 0
0:00:00 ''---'' 0
0:03:15 ''---'' 195
0:05:28 ''---'' 328
0:07:12 ''---'' 432
0:11:29 ''---'' 689
0:17:08 ''---'' 1028
0:19:03 ''---'' 1143
0:21:04 ''---'' 1264
0:23:05 ''---'' 1385
0:26:15 ''---'' 1575
0:27:17 ''---'' 1637
0:29:35 ''---'' 1775
0:32:05 ''---'' 1925
0:33:20 ''---'' 2000
0:34:35 ''---'' 2075
0:36:35 ''---'' 2195
0:42:05 ''---'' 2525
0:43:42 ''---'' 2622
0:45:33 ''---'' 2733
0:49:34 ''---'' 2974
0:51:35 ''---'' 3095
0:53:02 ''---'' 3182
0:54:25 ''---'' 3265
0:55:56 ''---'' 3356
0:59:55 ''---'' 3595
1:02:55 ''---'' 3775
1:06:54 ''---'' 4014
1:08:20 ''---'' 4100
1:09:03 ''---'' 4143
1:19:20 ''---'' 4760
1:23:12 ''---'' 4992
1:25:25 ''---'' 5125
1:28:02 ''---'' 5282
1:29:30 ''---'' 5370
1:30:47 ''---'' 5447
1:32:00 ''---'' 5520
1:34:10 ''---'' 5650
1:38:18 ''---'' 5898
1:42:28 ''---'' 6148
1:46:38 ''---'' 6398
1:53:30 ''---'' 6810
1:54:57 ''---'' 6897
"""
"""
0:00:00 ''---'' 0
0:01:14 ''---'' 74
0:03:40 ''---'' 220
0:10:45 ''---'' 645
0:12:35 ''---'' 755
0:14:55 ''---'' 895
0:17:40 ''---'' 1060
0:19:40 ''---'' 1180
0:20:00 ''---'' 1200
0:25:25 ''---'' 1525
0:27:20 ''---'' 1640
0:30:30 ''---'' 1830
0:32:12 ''---'' 1932
0:34:10 ''---'' 2050
0:36:00 ''---'' 2160
0:37:00 ''---'' 2220
0:40:45 ''---'' 2445
0:41:25 ''---'' 2485
0:42:00 ''---'' 2520
0:43:53 ''---'' 2633
0:45:45 ''---'' 2745
0:57:10 ''---'' 3430
1:00:00 ''---'' 3600
1:01:50 ''---'' 3710
1:04:31 ''---'' 3871
1:06:00 ''---'' 3960
1:10:54 ''---'' 4254
1:18:00 ''---'' 4680
1:19:55 ''---'' 4795
1:20:55 ''---'' 4855
1:25:00 ''---'' 5100
1:29:55 ''---'' 5395
1:34:50 ''---'' 5690
1:36:10 ''---'' 5770
1:44:00 ''---'' 6240
1:47:10 ''---'' 6430
1:50:28 ''---'' 6628
1:53:00 ''---'' 6780
1:53:50 ''---'' 6830
"""
"""
0:00:00 ''---'' 0
0:05:20 ''---'' 320
0:06:50 ''---'' 410
0:08:40 ''---'' 520
0:09:40 ''---'' 580
0:13:30 ''---'' 810
0:15:20 ''---'' 920
0:21:45 ''---'' 1305
0:24:50 ''---'' 1490
0:26:35 ''---'' 1595
0:28:35 ''---'' 1715
0:30:56 ''---'' 1856
0:35:18 ''---'' 2118
0:38:50 ''---'' 2330
0:44:10 ''---'' 2650
0:46:00 ''---'' 2760
0:47:30 ''---'' 2850
0:52:00 ''---'' 3120
0:53:20 ''---'' 3200
0:55:50 ''---'' 3350
1:02:20 ''---'' 3740
1:04:55 ''---'' 3895
1:07:05 ''---'' 4025
1:10:20 ''---'' 4220
1:11:58 ''---'' 4318
1:13:25 ''---'' 4405
1:15:55 ''---'' 4555
1:16:48 ''---'' 4608
1:21:10 ''---'' 4870
1:24:20 ''---'' 5060
1:28:25 ''---'' 5305
1:33:50 ''---'' 5630
1:35:40 ''---'' 5740
1:39:30 ''---'' 5970
1:42:45 ''---'' 6165
1:45:30 ''---'' 6330
1:52:20 ''---'' 6740
1:53:55 ''---'' 6835
1:55:20 ''---'' 6920
1:55:55 ''---'' 6955
1:57:45 ''---'' 7065
1:58:50 ''---'' 7130
1:59:50 ''---'' 7190
2:03:15 ''---'' 7395
"""
"""
0:00:00 ''---'' 0
0:01:50 ''---'' 110
0:03:15 ''---'' 195
0:05:10 ''---'' 310
0:14:35 ''---'' 875
0:17:15 ''---'' 1035
0:17:55 ''---'' 1075
0:24:25 ''---'' 1465
0:28:43 ''---'' 1723
0:33:43 ''---'' 2023
0:34:22 ''---'' 2062
0:36:16 ''---'' 2176
0:39:04 ''---'' 2344
0:45:20 ''---'' 2720
0:47:01 ''---'' 2821
0:51:33 ''---'' 3093
0:56:06 ''---'' 3366
0:59:20 ''---'' 3560
1:03:33 ''---'' 3813
1:04:25 ''---'' 3865
1:05:12 ''---'' 3912
1:07:45 ''---'' 4065
1:11:05 ''---'' 4265
1:11:35 ''---'' 4295
1:12:42 ''---'' 4362
1:14:25 ''---'' 4465
1:19:20 ''---'' 4760
1:23:00 ''---'' 4980
1:23:30 ''---'' 5010
1:46:30 ''---'' 6390
1:47:47 ''---'' 6467
1:50:50 ''---'' 6650
1:51:58 ''---'' 6718
"""
{{{ [tag[missing log]!sort[title]] }}}
{{YouTube Video Annotations}}
Look at this as a way to link the content from Mario and [[Tobias|http://tb5.tiddlyspot.com/#Tobias%20Beer]]
[[NameSpaceWidget|http://namespace.tiddlyspot.com/#NameSpaceWidget]]
[[Nicholas Spies IMDB|http://www.imdb.com/name/nm0818662/]]
[[Book on forth|http://www.goodreads.com/book/show/7034911-forth-a-text-and-reference]]
<h2>Notes about the state of development</h2>
I still want to add the option to just copy a youtube URL into the add video place and use regular expressions to pull out the video id. You would still have to give it a name. I will get around to that at some point.
Also, the `Add Video Segment` and `Add Video Timestamp` tiddlers don't work outside of their use in this tiddler. You can change this. The problem is that there are a few places in the two tiddlers that have `{{!!selected_video}}`, which in the tabs here references the `selected_video` field of the `YouTube Video Annotations` tiddler, not the individual tiddlers. If you change it to `{{YouTube Video Annotations!!selected_video}}` than they should work. I am leaving it the way it is because this way changing the name of `YouTube Video Annotations` won't break anything.
[[Website Discussion playing part of a YouTube Video|http://www.techtipsforall.com/2013/05/embed-part-of-youtube-video-from.html]]
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=300&end=620&autoplay=0" frameborder="0" allowfullscreen></iframe>
!!That Worked Wow. And it is embedded, even cooler.
Here is the code behind it and the time is in seconds not minutes and seconds like the direct links are.
```
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=300&end=620&autoplay=0" frameborder="0" allowfullscreen></iframe>
```
See also [[YouTube Video Links for Start and End Times]]
"""
Here are the files you need to put in your TW to have Powered by ~TiddlyWiki show up as it does on this site Make sure to back up before trying anything new(just in case).
[[$:/plugins/tiddlywiki/github-fork-ribbon/readme]]
[[$:/plugins/tiddlywiki/github-fork-ribbon/styles]]
[[$:/_MyRibbon]]
"""
Here are the modifications I made to $:/_MyRibbon
```
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon" style="background-color:#DF4848;">
<a href="http://tiddlywiki.com">Powered by ~TiddlyWiki</a>
</div>
</div>
```
Thanks to the help of Everyone on the [[Google Groups and specifically Felix|https://groups.google.com/forum/#!topic/tiddlywiki/4yvBIdVn3fo]].
Here is how to add 'Powered by ~TiddlyWiki' to your TW5 site. I think the idea of a dedicated button that could be customized would be very cool.
Here is the [[website for react.js|http://facebook.github.io/react/]]
''Rich Shumaker'' [img[http://www.richshumaker.com/images/selfportrait1th.jpg]] <<linkimg RichShumakerNamePlate.png RichShumakerNamePlate.png "RichShumakerNamePlate" height="76">>
"""
{{Rich Shumaker.m4a}}
--''Email''--
Rich Shu ma k er -At- G mail Dot Com - Crazy format to avoid the spiders of the web that spam-a-lot
--''Phone''--
Call me and I will let you know if you are talking to me, #heheh. - It would be cool if we could encrypt this and give people the 'passcode' to decrypt it.
--''~TiddlyWiki 5 Stuff on the Net''--
[[5 Steps to TW5|http://www.richshumaker.com/tw5/FiveStepsToTiddlyWiki5.htm]] - This is my attempt to get a TiddlyWiki NOOB up and running
[[LegacyCd Virtual|http://www.contactjuggling.com/LegacyCd.html]] - Currently in Beta - Release date is set for 5-5-15 - 10 years after the original ~LegacyCd Release
[[This Site - TiddlyWiki-Hangouts|http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html]]
--''~TiddlyWiki Classic on the Net''--
[[Dream Machine|http://dreammachine.tiddlyspot.com/]] - Currently working on updating this using TW5
--''Not Yet TW Sites''--
[[Rich Shumaker F(V)anity Site|http://www.RichShumaker.com]]
[[Contact Juggling Dot Com|http://www.contactjuggling.com]]
--''Social Site''--
[[Twitter|https://twitter.com/richshumaker]]
[[YouTube|http://www.YouTube.com/richshumaker]]
[[Google +|https://plus.google.com/102360582405563354873/posts]]
--''Social Sites I don't use enough''--
Facebook
Instagram
--''Almost Archived Social Sites''--
~MySpace
Tribe
~LiveJournal
Del.ic.ous
Deviant Art
Tumblr
I am sure I have forgotten some for sure
"""
!!!__Tiddlers with Rich Shumaker Tags__
{{{ [tag[Rich Shumaker]] }}}
```
Below is the code for the above - I am trying to standardize this stuff so knowing what I did will help to make this more consistent for everyone
--Start of Rich Shumaker [[<Name Plate>]]--
''Rich Shumaker'' [img[http://www.richshumaker.com/images/selfportrait1th.jpg]] <<linkimg RichShumakerNamePlate.png RichShumakerNamePlate.png "RichShumakerNamePlate" height="76">>
"""
{{Rich Shumaker.m4a}}
--''Email''--
Rich Shu ma k er -At- G mail Dot Com - Crazy format to avoid the spiders of the web that spam-a-lot
--''Phone''--
Call me and I will let you know if you are talking to me, #heheh. - It would be cool if we could encrypt this and give people the 'passcode' to decrypt it.
--''~TiddlyWiki 5 Stuff on the Net''--
[[5 Steps to TW5|http://www.richshumaker.com/tw5/FiveStepsToTiddlyWiki5.htm]] - This is my attempt to get a TiddlyWiki NOOB up and running
[[LegacyCd Web|http://www.contactjuggling.com/LegacyCd.html]] - Currently in Beta - Release date is set for 5-5-15 - 10 years after the original ~LegacyCd Release
[[This Site - TiddlyWiki-Hangouts|http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html]]
--''~TiddlyWiki Classic on the Net''--
[[Dream Machine|http://dreammachine.tiddlyspot.com/]] - Currently working on updating this using TW5
--''Not Yet TW Sites''--
[[Rich Shumaker F(V)anity Site|http://www.RichShumaker.com]]
[[Contact Juggling Dot Com|http://www.contactjuggling.com]]
--''Social Site''--
[[Twitter|https://twitter.com/richshumaker]]
[[YouTube|http://www.YouTube.com/richshumaker]]
[[Google +|https://plus.google.com/102360582405563354873/posts]]
--''Social Sites I don't use enough''--
Facebook
Instagram
--''Almost Archived Social Sites''--
~MySpace
Tribe
~LiveJournal
Del.ic.ous
Deviant Art
Tumblr
I am sure I have forgotten some for sure
"""
!!!__Tiddlers with Rich Shumaker Tags__
{{{ [tag[Rich Shumaker]] }}}
--End of Rich Shumaker [[<Name Plate>]]--
''Note about the below, This is a useful feature to include in your [[<Name Plate>]] as it allows you to see all references to your name that have been tagged at the site that copies your [[<Name Plate>]]''
Need to create it so that every Tiddler Reference as well as Tags show in the list below so that you get all references to your name in the TW that has this.
!!!Tiddlers with Rich Shumaker Tags
{{{ [tag[Rich Shumaker]] }}}
I am writing my notes of stuff I have meant to bring up at the Hangouts except I seem to sleep through them and I don't have a camera and mic set up right now
*Twitter and Social Tags - Where and How can they be added to a Tiddler?
*[[<Name Plate>]]
*Shareable method from one TW to another to make it smooth and consistent
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DBwcHKBnz57Qp08f6NatW72MPly9ehUWLlwIsbGxjPYurA0KCAiA5cuXQ01Njdjt18yZM2HQoEH/00fK5AFMSUnBrl27ssb1008/1auiz8nJwSVLloj04nh6esrU03Lo0CH84osvUFdXV+wvUQ0NDRw1ahRevXoVBQKBxOmorKxkjWflypUfPF9aWoq///47Dh06FFVUVMTyfgUEBMj8y1meLF++XOx6Y6rLvn37opeXF169ehXLy8vrLU/KbA8LFiwQKw22trZSvb8jRowQu661tLRwyZIlvHihR40axaktf/jwIU6fPh21tLQ4pdHAwACXLFmCubm5nNOTm5uLK1euRGtra85loa2tjbNmzRIrHkmoqqoS2za4emt8fHykan9l4QFcunQpr/kEADx16hQv+bp06RKOGzdObO+rlZUVLl++HJOTk+XSDr548QLHjBkjMl0rVqz44Hepqak4cOBAqcs7JCTkf7agDAKwtLQUV65cKbJix48fjzU1NfXSuWVmZuLChQs5G9+aNWtk4k4+cOAAtmzZkreXs2/fvvjixQuJG0cuHX5FRQUGBASgiYmJVGnt1KkTRkZGNpjhJL5E4PuXpqYmfvbZZxgUFISFhYVyzZMy20OHDh3Ejl9S7t27J3Gezc3NJY63pqYGN2/ejDo6OiLz9OLFC4lE6tvLyMgI9+7dyypwUlNT0cPDQ6Lh1PfjOXr0qEzsOSsrC/v06cP7O/r+5ePjo1ACcOHChbzn8eNhSXF5+fIljh49Wup0qKur47fffosvX76Uib2UlJTgokWLUENDg1N63heAx48fR0NDQ17K+86dO/IVgGVlZRK/YNu2bUNzc3ORcUyYMKFexN/Lly9x7ty5nL+A316//vorr+m4cOECduzYUSaNkI6ODp45c0bsNFVXV7OG+9VXX2FQUBBaWlryltYmTZpgaGhog/EEbtu2DdXU1GRSrxoaGu/E4Js3b2SeF2W2h1mzZslNAGZnZ6O+vr7EeZaE+/fvo5OTE6e23MfHR+z2jumaPn06VlRUfPIhu3XrVlYhKu61ceNGXr1pBQUFnOZgubq64v79+zEqKgpLSkowOzsb7969iytXruRs57t371YYAfjvv/+iqqoqb/ViYWGB2dnZEn8kr127FjU1NXn/SF69ejVWVlbyVuY1NTVoZWUlVjpWrFiBpaWl+N133/GW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
A solution to simplify renaming a tag and tagging tiddlers posted by [[Alberto Molina|https://groups.google.com/d/msg/tiddlywiki/OCntQ79DuwM/_vYCTYRXfaUJ]].
<table class="no-border">
<tr>
<td colspan=2>
''Step 1:'' First, enter __old__ tag to the left, e.g. GettingStarted<br><br>
</td>
</tr>
<tr>
<td>''Step 3:'' <$edit-text tiddler="$:/temp/RenameTags/search" tag="input" type="text" default="" placeholder="old tag to be removed"/></td>
<td>''Step 2:'' <$edit-text tiddler="$:/temp/RenameTags/replace" tag="input" type="text" default="" placeholder="enter, then apply new tag"/></td>
</tr>
<tr>
<td style="vertical-align:top;width:50%;">
<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/search}}> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox><br>
</$list>
</td>
<td style="vertical-align:top;width:50%;">
<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}!tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/replace}}><$link to={{!!title}}><$view field="title"/></$link></$checkbox><br>
</$list>
</td>
</tr>
</table>
You can use this in your wiki simply by dragging [[this link|Search And Replace Tag]] over.
"""
I need a tool to keep this site history for now I am manually keeping this Site Log
For Versioning I am starting at 1 as this site is not a Beta Site but a Live Site
1.0 - Started Site with Empty TiddlyWiki 5.1.5 Site
1.1 - Added Code by Hand from watching [[TiddlyWiki Hangout #073]]
1.2 Copied and Tested [[Mario|Mario Pietsch]]'s Work - [[TiddlyWiki Hangout #070]]
1.3 - Asked about formatting at Google Groups and for permission to use his work
1.4 Updated Formatting to make it more consistent - This is going to be an area to work on for a while
1.5 Mario gave his permission - Created [[License]]
1.6 Added [[US Version License]]
1.7 Added 60 TW using Hand Coding Technique with Spreadsheet and TXT Editor that [[Mario|Mario Pietsch]] did [[HangOut_069]] [[HangOut_068]] [[HangOut_066]] [[HangOut_065]] [[HangOut_060]]
1.8 Formatted 60's to[[TiddlyWiki Hangout #060]], [[TiddlyWiki Hangout #065]], [[TiddlyWiki Hangout #066]], [[TiddlyWiki Hangout #068]], [[TiddlyWiki Hangout #069]],
2.0 Updated to 5.1.(6)7
2.1 Started to use Macros for Coding
2.2 Used YT Macro from [[Astrid|aelocson]] to convert [[TiddlyWiki Hangout #058]], [[TiddlyWiki Hangout #059]]
2.3 Astrid Updates Macro's to be more complete with linking and embedding YouTube videos
2.4 Added [[<Name Plate>]] Details, [[twCard]]
Added [[$:/.tb/macros/linkimg]] by [[Tobias Beer]]
Added [[twCard]] to discuss and extend [[<Name Plate>]]
[[GitHub Release Dates]] Added
2.5 - Created [[$:/.rich/data/twversion]] [[$:/.rich/data/twtags]] [[$:/.rich/data/twhangoutdates]] [[$:/.rich/data/twhangout_exceptions]] [[$:/.rich/data/googlehangouts]] to follow the [[$:/.rich/data/videos]] format and Updated all the data to be consistent [[TiddlyWiki Google Groups Data]]
2.6 Updated Content [[TiddlyWiki Hangout #058]] and [[TiddlyWiki Hangout #059]] using the new Macro that [[Astrid|aelocson]] created for topics [[$:/.rich/macros/topics]]
2.7 Updated Copyright to match [[Mario Pietsch]] - [[Now CC 4.0|http://creativecommons.org/licenses/by-sa/4.0/]] - Got the Google Hangout Link to work, improperly coded as it has extra code but it works
Updated all of the Hangouts to be safe till 999 ### instead of ##
2.71 Error on [[TiddlyWiki]] with links fixed
2.8 Astrid Updated [[$:/.rich/macros/youtube-embed.js]] and it works great - Updating old code from [[TiddlyWiki Hangout #075]] and working on [[TiddlyWiki Hangout #074]] - Inputted more data from Mario's Hangout Data - Completed 40's TW Hangouts - Updated [[$:/.tb/macros/linkimg]] by [[Tobias Beer]] which now allows images to be linked to External URL's - Updated Site Log for the New ### Format for Hangouts from the old ## Format
2015-01-08 <<sep>> 2.9 [[YouTube Video Annotations]] from [[Jed Carty]] Added - woohoo!!!
''2015-01-11'' - SPECIAL NOTE - The site was not working for about a week. I had turned on CloudFlare at my hosting company and my pages stopped working. Once I turned it off everything started working again. It was injecting code into my HTML uploads.
2015-01-18 - 3.0 Finished Mario's Hangouts
"""
\define slider(label)
<$button popup="$:/state/$label$" class="btn-invisible tw-slider"><$reveal type="match" text="" default="" state="$:/state/$label$">⊞</$reveal><$reveal type="nomatch" text="" default="" state="$:/state/$label$">⊟</$reveal> {{$label$||unwikified}}</$button>
<$reveal type="nomatch" text="" default="" state="$:/state/$label$" animate="yes">
<br>
<$transclude/>
</$reveal>
\end
<$macrocall $name="slider" label={{!!title}}/>
!!This site is a work in progress.
"""
I am trying to document different things I start to use in this site so that you can copy what I am doing ''See the [[Site Log]] for details on the ongoing changes.''
I am trying to follow a consistent format so even if the format is crap it can easily be changed later.
"""
<h3>This site will spawn a [[Hangout Helper TiddlyWiki]]</h3>
I think that it would be helpful for the TW community to look at how other sites spread the word.
Here is the example I found at [[TED.com|http://www.ted.com]]
[[How to help spread TED|http://www.ted.com/pages/21]]
Professor at [[SUNY IT|http://sunyit.edu/]]
{{{ [tag[Steve Schneider]] }}}
Sublime Text is a sophisticated text editor for code, markup and prose.
You'll love the slick user interface, extraordinary features and amazing performance.
[[Website|http://www.sublimetext.com/]]
[[TaskGraph|http://wkpr.de/hosting/tmp/tw5/taskgraph/]]
See also [[Taskgraph]]
[[TaskGraph|http://wkpr.de/hosting/tmp/tw5/taskgraph/]]
See also TaskGraph
<<youtube-embed "m2JyJWjAUns" "01:00:00" "01:00:08">>
<<embed "058" "00:45:30" "00:45:45">>
[[0:00:00|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=0m0s]] ''---'' Intro frtl: Yaka, Branimir, Eric, Jeff, Jeremy, Mario, Nathan
[[Website|http://thediveo.github.io/ThirdFlow/output/thirdflow.html]]
The Third Flow plugin brings to you another way to develop customizations for TiddlyWiki 5. It is not enforcing a specific development flow, it simply tries to help you. Otherwise, it tries to stay out of your way.
Tiddlers are the fundamental units of information in TiddlyWiki. Tiddlers work best when they are as small as possible so that they can be reused by weaving them together in different ways.
A "tiddler" is an informal British word meaning a small fish, typically a stickleback or a minnow. Other systems have analogous concepts with generic names like "items", "entries", "entities", "nodes" or "records". TiddlyWiki takes the view that it is better to be confusingly distinctive than confusingly generic.
Internally, tiddlers are a list of uniquely named values called fields. The only field that is required is the `title` field, but useful tiddlers also have a `text` field, and some or all of the standard fields listed in ~TiddlerFields.
Tiddlers are ubiquitous in TiddlyWiki. They are used to store everything from ~JavaScript code modules to the settings and state associated with the user interface.
!!The Basics of TiddlyClip
Tiddlyclip (TC) allows parts of webpages to be clipped into a tiddlywiki (TW), and consists of two parts, the browser Addon and the TW plugin. The Addon is completely memoryless, any configuration is determined by the current TW that the user has select to work with (we say that the Addon is docked to the TW). TC is designed to work (in a basic mode) without configuration. Once the Addon and plugin are installed, all the user has to do is select which TW to dock to.
[[TiddlyClip Website|http://tiddlyclip.tiddlyspot.com/]]
"""
[[Link to TiddlyDesktop Info|http://tiddlywiki.com/#TiddlyDesktop]]
This brief introduction shows how to install and use TiddlyDesktop:
<iframe width="560" height="315" src="http://www.youtube.com/embed/i3Bggkm7paA" frameborder="0" allowfullscreen></iframe>
A Firefox extension to enable TiddlyWiki to save changes directly to the file system
TiddlyFox [[link|https://addons.mozilla.org/en-us/firefox/addon/tiddlyfox/]]
[[TiddlySpace Web Site|http://tiddlyspace.com]]
Sometimes we all need a little help with organising what's going on in our heads. TiddlySpace lets you organise your thoughts and ideas so that they are with you wherever, whenever and however you need them.
[[TiddlySpot Website|http://www.tiddlyspot.com]]
Tiddlyspot itself is programmed in ruby by Simon Baird. Design and original concept by Daniel Baird.
[[Hosting for TiddlyWiki's|http://www.tiddlyspot.com]]
[[Eric Shulman]] created [[TiddlyTools|http://www.tiddlytools.com/]].
[[Website|http://tiddlyweb.com/]]
!!This Site is [[Powered by TiddlyWiki|Powered by TiddlyWiki]]
!![[Get TiddlyWiki Now|http://tiddlywiki.com/#GettingStarted]]
!!What is ~TiddlyWiki?
~TiddlyWiki is first and foremost a tool: it is a free downloadable tool for capturing and organising content from the web, from your documents or from your brain. It’s a tool for note-taking, bookmarking, pinning, writing, managing to-do lists and projects, collaborating, blogging, and publishing.
In ~TiddlyWiki you create or paste content into notes called tiddlers, then connect your tiddlers with hyperlinks and tags. You can then quickly retrieve your notes through features such as tag pills, sidebar tabs, and ~TiddlyWiki's lightning fast search window. You can even dynamically include one tiddler's content inside another - similar to using building blocks - to create articles, lists, presentations and more.
!! There are currently 2 version of ~TiddlyWiki
"""
[[TiddlyWiki 5|http://www.tiddlywiki.com]]
This is currently in development and is the latest version
[[TiddlyWiki Classic|http://www.tiddlywiki.org]]
This is the original version and is currently maintained by [[Eric Shulman]]
"""
This is the data that runs the [[Macros|Macros for Hangout Wiki Project]] on the site and are the best thing to grab if you want to re-organize the data another way. I am working on a way to get the data I put in the Tiddlers to be pulled out and reused another way.
Dates - [[$:/.rich/data/twhangoutdates]]
Google Hangouts - [[$:/.rich/data/googlehangouts]]
~YouTube Videos - [[$:/.rich/data/videos]]
TW Versions - [[$:/.rich/data/twversion]]
Tags [[$:/.rich/data/twtags]]
Exceptions - Not Recorded & Special Events - [[$:/.rich/data/twhangout_exceptions]]
One other list that is needed is the list of the start stop points for all the individual tiddlers in a Hangout. This gives the embed times for creating short snippet embedded videos. Ideally that would spawn the ability to watch a thread from the beginning forward or from the end backward.
"""
\define hangout() 003
<<header>>
"""
<<topic "0:00:00" "Smalltalk you may want to jump to">>
<<topic "0:04:10" "Mario- Question to Eric - about TW2 beta, external files.">>
<<topic "0:05:25" "Impact of external files for pmario">>
<<topic "0:07:50" "Jeremy kicked of the hangout.">>
<<topic "0:08:45" "Eric uses TW5 to build TW2. Some comments. Update to TiddlyTools. All plugins may be at github in the future.">>
<<topic "0:12:15" "Discussion about plugin Distribution, the Community, Source Code handling, GitHub ...">>
<<topic "0:17:05" "Eric - App store model? Jeremy wants to have a Firefox type model. Mario - listeneing :)">>
<<topic "0:18:30" "Jeremy talks about plugin maintenence">>
<<topic "0:19:25" "What are the creterias for plugin devs to get plugins accepted by core def (Jeremy :). Who owns plugins. Who maintains them ...">>
<<topic "0:20:50" "Jeremy's answer">>
<<topic "0:22:10" "Mario- has constrains about all plugins are in TW5 repo.">>
<<topic "0:23:15" "Discussion about the contribution workflow.">>
<<topic "0:26:55" "Jeremy about criteria for accepting contributions, nees to be testable, automated accept testing">>
<<topic "0:28:05" "Jeremy about plugin ownership">>
<<topic "0:29:45" "The 'new' software structure. Drawings :)">>
<<topic "0:31:45" "Jeremy - orphaned plugins, roles in the community, plugin adoption, plugin URLs should not change">>
<<topic "0:33:55" "Eric - summary for understanding">>
<<topic "0:35:20" "Discussion about Contributor License Agreement - CLA for TiddlyWiki">>
<<topic "0:40:20" "Back to the plugins and the repo. TW5 Repo rearangement ..">>
<<topic "0:42:20" "Mario confusion about the repo structure.">>
<<topic "0:44:50" "Jeremy - All contributor plugins should be in the main repo, Mario - slightly disagrees, Eric - suggestions">>
<<topic "0:45:45" "NPM - TW5 installation with NPM, brings all the core plugins, Jeremy wants the URL to be stable ...">>
<<topic "0:49:50" "Mario- github submodules ... no > github subtree ... yes">>
<<topic "0:51:40" "mario concerns about the plugin adoption process. plugin forking / renaming ...">>
<<topic "0:56:50" "Erics - drawing. Contribution / Software structure">>
<<topic "1:12:00" "Jeremy about macros in TW5. TW5 will ship with many, many macros ... How do we credit the original authors.">>
<<topic "1:13:40" "Eric about plugins, transclusions and ownership in TW2">>
<<topic "1:15:45" "user's side of macro / plugin import handling">>
<<topic "1:18:15" "Eric - Non guthub based submission process. Jeremy - TiddlySpace as user repos">>
<<topic "1:20:50" "We stopped ignoring Jeff ... Change topics to user topics">>
<<topic "1:22:20" "Jeff- introduces himself. Talks about his use of TW.">>
<<topic "1:23:00" "TW5 and Android">>
<<topic "1:24:45" "Eric about TiddlyFox">>
<<topic "1:26:10" "About user documentation. Getting users involved. Getting the community involved ...">>
<<topic "1:38:00" "Jeremy, about 'spread the word'">>
<<topic "1:41:00" "Eric about How to discover TiddlyWorld :)">>
<<topic "1:43:20" "Facebook haters and the sozial networks :)))">>
<<topic "1:44:55" "Russ - About User stories. TW5 editions. Better 'First user experience'">>
\define hangout() 004
<<header>>
"""
<<topic "0:04:10" "Jermey - TW5 demo about skinny font">>
<<topic "0:06:50" "Zooming mode - theme">>
<<topic "0:07:10" "slow motion mode for testing">>
<<topic "0:09:00" "feedback about zooming mode / single page mode">>
<<topic "0:10:15" "cecily view (tw-classic)">>
<<topic "0:11:30" "centraliced theme / themes in general">>
<<topic "0:14:10" "Eric asks about drag and drop themes / elements?">>
<<topic "0:17:10" "Sticky title (chrome canary)">>
<<topic "0:21:50" "About the editor">>
<<topic "0:24:05" "Preview mode">>
<<topic "0:24:20" "field editor">>
<<topic "0:25:00" "image bitmap editor">>
<<topic "0:26:45" "field editor fancy stuff / behind the curton">>
<<topic "0:29:00" "group feedback">>
<<topic "0:30:15" "TW5 drag and drop images">>
<<topic "0:33:15" "tag autocomplete?">>
<<topic "0:34:00" "tag coloring / tag icons">>
<<topic "0:37:15" "- - Q&A - -">>
<<topic "0:38:25" "tobias - tiddlywiki.com maintenance">>
<<topic "0:43:00" "eric responds to tobias - TW5 builds TW2 - build process">>
<<topic "0:44:20" "eric - tiddlywiki.com audience - general discussion">>
<<topic "0:45:40" "jeremy - TW5 beta as tidlywiki.com 'landing page'">>
<<topic "0:47:08" "jeremy - the TW5 reference documentation">>
<<topic "0:49:45" "eric - tiddlywiki docs - 'how do I'">>
<<topic "0:53:45" "jeremy - TW saving - tiddlysaver.jar">>
<<topic "0:55:20" "jeremy - tw5 the mobile story - app.js">>
<<topic "0:58:40" "tobi/jeremy - how does tiddlyweb fit to tw5">>
<<topic "1:01:55" "tobi/jeremy - tw5 interface to nodejs / tiddlyweb">>
<<topic "1:03:25" "jeremy - tw5 serverside demo (techie stuff :)">>
<<topic "1:10:40" "tobi/jeremy - authentication with nodejs?">>
<<topic "1:11:30" "tobi/jeremy - several instances?">>
<<topic "1:12:15" "jeremy - 'new features' should be highly configurable (technical)">>
<<topic "1:17:22" "tobi/jeremy/eric - widgets - eg: todo list">>
<<topic "1:24:35" "jeremy - about macros (technical)">>
<<topic "1:28:12" "eric/jeremy - macros compared to transclusion parameter passing in tw2">>
<<topic "1:29:20" "jeremy - in tw5 everything is a tiddler">>
<<topic "1:31:12" "jeremy - widget internals">>
<<topic "1:35:15" "tobi/jeremy - widget handling / plugin handling?">>
<<topic "1:42:08" "tobi/jeremy - namespaces?">>
<<topic "1:42:53" "tobi/jeremy - how to create a new theme / plugins?">>
<<topic "1:47:00" "jeremy - control panel - system tiddlers">>
<<topic "1:50:10" "Conclusion">>
\define hangout() 005
<<header>>
"""
<<topic "0:00:00" "Introductions">>
<<topic "0:03:35" "jeremy - outline">>
<<topic "0:04:30" "- eric's clinic -">>
<<topic "0:05:10" "eric - plugins">>
<<topic "0:06:20" "Q tw2: handling renaming tiddlers">>
<<topic "0:15:10" "Q tw2: copy paste tiddler links">>
<<topic "0:23:25" "jeremy: tiddler link info in tw5 (related to above Q)">>
<<topic "0:26:04" "jeremy: external link handling">>
<<topic "0:31:05" "jeremy wants to know what people think about tw5 syntax about 'file links'">>
<<topic "0:43:50" "... braindump about the above Q.">>
<<topic "0:46:10" "tw5 transclusion mechanism (sound problems)">>
<<topic "0:53:00" "... bad echo and background noise, that should be muted :(">>
<<topic "0:56:25" "syntax TW-classic or markdown">>
<<topic "1:03:21" "creg - markdown becomes mainstream ...">>
<<topic "1:03:21" "...the WYSIWYG discussion">>
<<topic "1:16:00" "tw5 tiddler types">>
<<topic "1:18:07" "d3 first cut">>
<<topic "1:24:08" "mathematical notation - mathjax">>
<<topic "1:26:50" "d3">>
<<topic "1:31:20" "User interface">>
<<topic "1:34:00" "Keyboard shortcuts">>
<<topic "1:35:10" "Close Others - custom UI">>
<<topic "1:42:50" "Comments about hangouts">>
<<topic "1:44:20" "New visitor introduction">>
<<topic "1:46:10" "Comments about hangouts">>
<<topic "1:48:18" "23MByte 7000++ tiddlers TW2 intro">>
\define hangout() 006
<<header>>
"""
<<topic "0:00:00" "introductions">>
<<topic "0:02:43" "jeremy - topics">>
<<topic "0:04:10" "TW5 news: d3 / grid widget">>
<<topic "0:08:08" "group feedback :)">>
<<topic "0:10:14" "mario / jeremy - grid sorting / calculations">>
<<topic "0:11:40" "jeremy - handling the document state in TW5">>
<<topic "0:13:30" "jeremy - grid sorting ideas">>
<<topic "0:14:50" "mario - compares grid widget with TW2 'fet plugin'">>
<<topic "0:15:25" "eric - grid plugin - UI interaction">>
<<topic "0:17:20" "jeremy - sorting by tiddler modification">>
<<topic "0:19:05" "grid filtering possibilities?">>
<<topic "0:20:25" "jeremy - use list widget for filtering">>
<<topic "0:23:02" "jeremy - how the 'grid stuff should be done at all?'">>
<<topic "0:27:15" "eric - 'multi level list' - indented bullet list">>
<<topic "0:28:10" "jeremy - idea - new table syntax">>
<<topic "0:28:10" "group feedback">>
<<topic "0:34:10" "in tables use 'space' as 'white space'">>
<<topic "0:36:20" "jeremy - 'grid calculation'">>
<<topic "0:39:20" "jeremy - what should be core / plugin">>
<<topic "0:40:10" "eric - what should be core / plugin - centralized plugin distribution / ecosystem">>
<<topic "0:42:28" "jeremy - macros (using / sharing / namespacing)">>
<<topic "0:47:30" "scott introduction">>
<<topic "0:48:30" "- erics clinic -">>
<<topic "0:49:00" "TOC - section link plugin">>
<<topic "0:57:45" "grid plugin parameters">>
<<topic "1:07:30" "customizing the story menu tutorial">>
<<topic "1:25:30" "why are the 'basics TWs' V2.5.0">>
<<topic "1:28:30" "Navigation with GotoPlugin">>
<<topic "1:31:00" "MathJax V2 with TW2">>
<<topic "1:44:20" "jeremy - Any final comments?">>
<<topic "1:52:30" "Bye-Bye!">>
\define hangout() 007
<<header>>
"""
<<topic "0:00:00" "attendees introduction">>
<<topic "0:04:17" "mario - introduces tiddlyweb with vagrant">>
<<topic "0:05:30" "mario -">>
<<topic "0:17:12" "questions">>
<<topic "0:17:30" "mario - summarizing the stuff">>
<<topic "0:18:20" "jeremy/mario - up again">>
<<topic "0:21:00" "mario - what is virtual box">>
<<topic "0:23:20" "about annotations">>
<<topic "0:23:40" "intro - kamil, marty">>
<<topic "0:24:40" "marty - about seamonkey and TW on OS10">>
<<topic "0:26:00" "general discussion about browsers and TW">>
<<topic "0:28:10" "dave's (giffmex) work with TW5">>
<<topic "0:30:20" "jeremy - tag widget TW5">>
<<topic "0:32:25" "jeremy - problem with (unwanted persistent) popup state">>
<<topic "0:38:40" "mario - question about state tiddlers">>
<<topic "0:40:40" "jeremy - any questions / requests ?">>
<<topic "0:41:15" "leo - tiddler namespace / TW directory structure / hirachical structure">>
<<topic "0:45:10" "jeremy - tiddler content types (eg: text/x-markdown)">>
<<topic "0:47:18" "jeremy - how saving works with TW5 at the moment (answeres the q above)">>
<<topic "0:50:00" "tiddlywiki.info / TW editions folder metadata">>
<<topic "0:51:30" "wiki nesting (metadata)">>
<<topic "0:53:28" "how 'include wiki / editions' stuff works">>
<<topic "0:55:10" "mario - can you see, where a tiddler comes from?">>
<<topic "0:56:05" "jeremy - editing / saving tiddlers">>
<<topic "0:59:50" "jeremy - specify, where new tiddlers should go">>
<<topic "1:01:08" "discussion about 'create new tiddler usecase'">>
<<topic "1:03:03" "jeremy ideas: about implementing the bag/recipe handling">>
<<topic "1:06:30" "leo - what is the tiddler identity + discussion ...">>
<<topic "1:08:10" "pmario - would like to have a UUID">>
<<topic "1:09:30" "jeremy - back to namespaces and his idea ...">>
<<topic "1:11:50" "jeremy - how TW5 can build TW2 (with prefixes / namespaces?)">>
<<topic "1:18:20" "namespace is indipendent from directory?">>
<<topic "1:19:30" "scott - discussion about naming conventions">>
<<topic "1:21:40" "scott/jeremy - aliasing mechanism should be part of the core">>
<<topic "1:23:40" "scott/mario/jeremy - naming conventions and tiddler renaming / search and replace">>
<<topic "1:27:01" "jeremy - any questions anyone?">>
<<topic "1:28:10" "jeremy - what's new in TW5 - d3 - demoing 'word cloud'">>
<<topic "1:29:30" "jeremy - ideas: how do we expose data to d3 / grid">>
<<topic "1:31:40" "intro - dave">>
<<topic "1:32:00" "dave/jeremy - about the objective of dave's tw + discussion">>
<<topic "1:36:20" "jeremy - about tw themes">>
<<topic "1:37:40" "mario/jeremy - 'info button' behaviour + discussion">>
<<topic "1:39:10" "dave/jeremy - tagging in the 'info area' + demoing, how to change the templates">>
<<topic "1:42:00" "jeremy - how to do tagging in the ViewTemplate">>
<<topic "1:45:00" "jeremy - the 'future of weekly hangouts' - how should we continue?">>
<<topic "1:49:60" "bye - bye!">>
\define hangout() 008
<<header>>
"""
<<topic "0:00:00" "attendees introduction (ltr: Craig, Eric, Jeremy, Mario, (Marty later on), Scott)">>
<<topic "0:01:20" "mario/jeremy - tiddlyweb and TW5 with 'tiddlyweb at home - new possibility' (techie stuff :)">>
<<topic "0:03:03" "jeremy - demoes, whats possible atm. TW5 with tiddlyspace. TW polls for server updates every now and than.">>
<<topic "0:11:27" "TW5 is lazy loading the tiddlers, so search works for tiddler titles ...">>
<<topic "0:11:55" "mario - wants to ship TW5 with 'tweb at home' with vagrant">>
<<topic "0:14:05" "mario/jeremy - about TW5, nodejs and heroku">>
<<topic "0:16:00" "mario - is it possible to split TW5 into different files. eg: core, themes ...">>
<<topic "0:18:49" "jeremy/mario about tw5, native tiddlyweb, vagrant, virtualbox, pro and cons">>
<<topic "0:21:40" "erics clinik">>
<<topic "0:22:00" "jeremy - question about splitting tiddlytools into individual tiddlers.">>
<<topic "0:22:30" "erics response - tiddlytools, github, status, tiddlytools internal structure.">>
<<topic "0:25:50" "eric elements that are 'aged out', elements that can be fixed: eg. file drop plugin ...">>
<<topic "0:27:29" "... fix import tiddlers plugin ...">>
<<topic "0:32:00" "jeremy - good to see that eric works on TWclassic and TW5">>
<<topic "0:32:35" "eric - 'TWclassic needs to remain viable for several years'!">>
<<topic "0:33:00" "eric - about the migration story.">>
<<topic "0:37:20" "jeremy - about dave's experiences, working with very large TW5 files. (~80MB)">>
<<topic "0:39:35" "scott/jeremy/eric - question about file size issue and embeded images">>
<<topic "0:42:07" "about base64 encoded tiddlers ...">>
<<topic "0:44:45" "eric/scott - about base64 tiddlers and TWclassic (AttachFilePlugin)">>
<<topic "0:53:09" "jeremy - about daves 80MB TW5 .. 'how far can we go with embedded multimedia in TW5', embedding videos">>
<<topic "0:55:50" "eric - idea about detaching tiddlers and security implications ...">>
<<topic "0:58:05" "jeremy - TW5 as a 'multipurpose, multimedia scrap book'">>
<<topic "0:59:27" "eric - presentations, slideshow ... display order?">>
<<topic "1:02:30" "jeremy - ideas about TW5 edit, display possibilities and sorting ...">>
<<topic "1:07:10" "jeremy - TW5 story list">>
<<topic "1:08:35" "jeremy - 'card sorting' with drag and drop">>
<<topic "1:09:05" "eric - (lisp) and lists and TW content representation">>
<<topic "1:10:25" "jeremy - about ZigZag structure xanadu (dot) com/zigzag/">>
<<topic "1:12:44" "eric - 'interesting aspects of TW in general' ... 'discovery'">>
<<topic "1:14:10" "jeremy - 'capturing needs to be super smooth'">>
<<topic "1:14:42" "mario - TWclassic has 'secions and slices' what's about TW5">>
<<topic "1:16:16" "jeremy - response">>
<<topic "1:17:44" "eric - background info about 'slice, section' in TWclassic">>
<<topic "1:19:25" "jeremy - with TW5, writing back to slices would be possible">>
<<topic "1:20:45" "mario - usecase for content splitting and aggregation">>
<<topic "1:21:50" "jeremy - either invest in 'intra-tiddler handling' or 'aggregating and composing' small tiddlers">>
<<topic "1:24:53" "scott/jeremy - a users perspective about content 're-organisation'">>
<<topic "1:25:50" "mario/jeremy - mario would like a 'data tiddler plugin' functionality done with sections and slices.">>
<<topic "1:27:00" "mario shows a usecase ... (codemirror plugin config tiddler)">>
<<topic "1:30:20" "jeremy - want's to be able to 'edit transclusions' - edit in place">>
<<topic "1:30:50" "jeremy - ideas for 'editor add ons' ... 'magic editing'">>
<<topic "1:32:12" "eric - responds to the above">>
<<topic "1:33:50" "scott - uses TW like ervernote. accumulating information. discribes his usecase.">>
<<topic "1:35:51" "jeremy - shows TW5 json tiddlers">>
<<topic "1:38:10" "craig - what's the difference between JSON and XML?">>
<<topic "1:40:10" "craig/jeremy - displaying 'external information' in realtime ...">>
<<topic "1:43:15" "jeremy - shows IFTTT - it's awsome">>
<<topic "1:44:50" "Bye! Bye!">>
\define hangout() 009
<<header>>
"""
<<topic "0:00:00" "Intro - ltr: Dave Gifford, Eric Shulman (0:37:50), Jeremy Ruston, Keith Buckner, Mario Pietsch, Scott Simons(later), Slonik Az (Leo), Tobias Beer">>
<<topic "0:02:50" "Dave - Short intro about his experiments with TW5">>
<<topic "0:05:13" "Jeremy - There is a plan to automate ViewTemplate modification by special tiddler naming. Plugins should be able to add to the ViewTemplate, without actually modifying this tiddler.">>
<<topic "0:06:54" "Jeremy/Tobias/Mario - How can we reactivate the LessBackups plugin. TiddlyFox may handle the backup handling. TiddlyFox should _not_ expose 'low level functions'">>
<<topic "0:14:42" "Jeremy/Leo - TiddlyFox doesn't support 'old' versions (<=16) of FireFox">>
<<topic "0:16:30" "Jeremy/Mario/all - Markdown syntax and TW5">>
<<topic "0:17:30" "- TW5 syntax adjustments -">>
<<topic "0:17:35" "Mario - Started a TS page: compare-tw2-tw5 (dot) tiddlyspace.com/">>
<<topic "0:18:49" "Jeremy - Open the markdown page and discuss the specification elements.">>
<<topic "0:19:26" "Jeremy adopted markdown, that doesn't break TWc allready">>
<<topic "0:20:55" "Jeremy - TW5 should be a 1000 times more popular than TWc">>
<<topic "0:21:38" "Leo - hash mark and enumerating. eg: #5 starts with number 5">>
<<topic "0:23:05" "Jeremy - It should be possible to define the starting level for hedings">>
<<topic "0:23:26" "Jeremy - opens markdown specification. inline HTML works great allready.">>
<<topic "0:24:23" "paragraph and linebreak .... (longer than planned :)">>
<<topic "0:26:20" "fenced paragraph style with special marker eg: ~ for poetry">>
<<topic "0:31:30" "Mario/Jeremy - plugins should be used to have eg: 'strict markdown'">>
<<topic "0:33:53" "Tobias/Jeremy - what's about single linebreaks atm.">>
<<topic "0:36:02" "Leo/Jeremy - Intro: plugin for TW2 and line break handling.">>
<<topic "0:37:50" "Eric/Leo - backslash new line handling in TW2">>
<<topic "0:45:10" "Jeremy - 'Wiki syntax' should be part of the core">>
<<topic "0:46:02" "Mario/Eric - GitHub flavoured markdown is a 'special purpose language', we need a 'general purpose syntax'">>
<<topic "0:46:35" "Eric - syntax examples / documentation is important, to avoid confusion">>
<<topic "0:49:13" "Leo - prepares for screen sharing">>
<<topic "0:49:45" "Scott/Jeremy - short discussion">>
<<topic "0:51:13" "Leo - shows, how the plugin works">>
<<topic "0:55:44" "- TW5 syntax adjustments -">>
<<topic "0:57:20" "Jeremy/all - multi paragraph lists (are quite tab centric. so tab handling is a concern now)">>
<<topic "0:58:25" "Scott/Jeremy - new idea about line break handling -> keyboard shortcuts for eg:">>
<<topic "1:00:30" "Jeremy/Mario - back to markdown lists. TW5 has the possibility to nest bullet list with numbered lists ...">>
<<topic "1:01:55" "Jeremy/all *,+,- for unordered list 'is wasting syntax possibilities' - whitespace should not be used to indicate something.">>
<<topic "1:03:45" "Eric/Jeremy - suggestion, how to use + and - for 'collapsable' bullet lists">>
<<topic "1:05:52" "Jeremy - md < hr > handling is 'wasting' syntax. too much redundancy">>
<<topic "1:07:02" "all - how much markdown should we adopt - portability -">>
<<topic "1:08:00" "Jeremy - our goal should be > > >'familiarity'< < <">>
<<topic "1:08:10" "Leo - suggests 'import filters' to 'normalize' copy/paste content.">>
<<topic "1:10:13" "Jeremy/all - markdown links">>
<<topic "1:14:08" "Jeremy - conclusion about markdown links and tabs">>
<<topic "1:15:20" "Jeremy/all - Emphasis - bold - italics -> there shouldn't be too many variants of the same syntax. We like a 'single syntax'">>
<<topic "1:20:00" "Tobi/Mario - (Tobi) plugin for TWc compatibility vs. (Mario) TWc syntax should be imported with an import filter / translator.">>
<<topic "1:21:08" "Jeremy - md backtick handling in code blocks.">>
<<topic "1:21:35" "Jeremy - image handling">>
<<topic "1:22:30" "- Erics Clinic (and a 26 year old coffee mug) -">>
<<topic "1:23:55" "Leo/Eric - Is there a official way to distribute plugins?">>
<<topic "1:26:09" "Tobi - proposal for plugin authors - somethin similar to 'tiddlyvault'">>
<<topic "1:27:48" "Tobi - back to the idea - manually managed registry at tiddlyspace">>
<<topic "1:29:20" "Eric - suggestion - someone should take 'tiddlyvault' and import it to tiddlyspace">>
<<topic "1:30:20" "Tobi - screenshare - tiddlywiki (dot) org - new plugin that makes docs easier ...">>
<<topic "1:33:20" "general discussion about TS and plugins">>
<<topic "1:34:55" "Eric - git/hub and tiddlytools">>
<<topic "1:36:20" "Jeremy - about github">>
<<topic "1:37:00" "Eric - tiddlytools on github pages">>
<<topic "1:37:45" "Tobi/Eric - ideas about the publishing / curating mechanism">>
<<topic "1:42:05" "Jeremy/Eric/Tobi - idea - If there is a centralized repo, the repo should take over the plugin hosting.">>
<<topic "1:47:50" "Jeremy - feedback / questions">>
<<topic "1:48:37" "Keith - Is there a visual indication for transcluded content?">>
<<topic "1:54:55" "Jeremy - new TW5 features, ConfigInfo tiddler, docs/... integrated documentation tiddlers, info widget, some more list widget docs :)">>
<<topic "2:01:20" "Bye! Bye!">>
\define hangout() 010
<<header>>
"""
<<topic "0:00:00" "Attendees: Craig Prichard, Jeremy Ruston, (later: Marc -from Swizerland), Mario Pietsch, Scott Simmons, Simon Harper, Leo Azimov, Tobias Beer">>
<<topic "0:02:30" "Jeremy - dev issues - Agenda (... We did one point :))">>
<<topic "0:07:30" "Jeremy - opens the source code .. directory structure">>
<<topic "0:08:42" "boot - folder">>
<<topic "0:09:05" "core - folder">>
<<topic "0:09:24" "Leo - core is a plugin by intention?">>
<<topic "0:11:35" "editions - folder">>
<<topic "0:12:03" "plugins - folder">>
<<topic "0:12:22" "themes - folder">>
<<topic "0:12:43" "tmp - folder">>
<<topic "0:12:58" "files in TW5 "root"">>
<<topic "0:13:45" "Leo - Content of the wiki is inside editions?">>
<<topic "0:14:04" "editions/tw5.com">>
<<topic "0:14:35" "editions/clientserver">>
<<topic "0:15:08" "Leo - there is an other plugins directory in clientserver?!">>
<<topic "0:17:07" "Mario - and the tiddlers folder is just the content for this edition?">>
<<topic "0:17:42" "Mario - the system directory is just an other namespace?">>
<<topic "0:18:30" "... general discussion about tiddler filenames and titles">>
<<topic "0:20:40" "Leo/Jeremy - file name creation and url encoded filenames">>
<<topic "0:23:52" "editions/d3demo">>
<<topic "0:24:04" "editions/empty">>
<<topic "0:24:26" "editions/tahoelafs ... tahoe-lafs (dot) org">>
<<topic "0:26:06" "editions/test">>
<<topic "0:26:20" "Tobi - Are the editions accessible on the web">>
<<topic "0:27:18" "editions/test">>
<<topic "0:28:52" "editions/tw2">>
<<topic "0:29:37" "editions/tw5.com">>
<<topic "0:29:47" "editions/tw5tiddlyweb">>
<<topic "0:30:17" "mario - is there the latest version at TiddlySpace?">>
<<topic "0:31:14" "plugins/">>
<<topic "0:31:22" "plugins/d3 and /codemirror - exploring how to include external libraries">>
<<topic "0:31:55" "plugins/classictools - tools for dealing with TWclassic">>
<<topic "0:32:03" "plugins/filesystem - used on the server to sync changes to the store">>
<<topic "0:32:20" "plugins/fullscreen">>
<<topic "0:32:34" "plugins/jasmine - test suite">>
<<topic "0:32:47" "plugins/tahoelfs - good example plugin, because it's "small"">>
<<topic "0:33:04" "plugins/tiddlyweb - clientside plugin to save on tiddlyweb">>
<<topic "0:33:32" "themes/ - plugins can have "dependencies" defined in the "plugin.info" file">>
<<topic "0:34:14" "/*.sh batch files">>
<<topic "0:34:50" "/package.json">>
<<topic "0:35:09" "Mario - should it be possibel to say: "npm install .. tiddlywiki"? what will you get?">>
<<topic "0:37:02" "/tiddlywiki.js">>
<<topic "0:37:40" "/bld.sh - builds the whole TW5 stuff.">>
<<topic "0:38:15" "Jeremy/all - about the "static" TW5 representation. The static files use relative links.">>
<<topic "0:46:38" "Jeremy - how static files are created using the templates">>
<<topic "0:51:10" "back at /bld.sh - short summary">>
<<topic "0:51:30" "/bld.sh - how to generate the encrypted TW5">>
<<topic "0:51:44" "Tobi - questions about the "edit / deployment" possibilities">>
<<topic "0:53:30" "Jeremy runs the local server to edit tiddlers. Shows his workflow">>
<<topic "0:58:30" "/core">>
<<topic "0:58:30" "/boot">>
<<topic "0:59:12" "Mario - If you want to learn about plugins. Where do you start?">>
<<topic "1:00:10" "Jeremy - quote: "plugins is a mechanism to deliver shadow tiddlers"">>
<<topic "1:00:33" "/core - is a plugin">>
<<topic "1:00:40" "/boot - is needed to start the core">>
<<topic "1:00:57" "/boot/sjcl.js - encryption library">>
<<topic "1:01:10" "/boot/boot.css.tid - basic styling needed to decrypt TW5">>
<<topic "1:01:51" "Leo - What kind of encryption is used?">>
<<topic "1:03:35" "/boot/bootprefix.js">>
<<topic "1:04:33" "/boot/boot.js">>
<<topic "1:04:33" "connection between the code and the html file">>
<<topic "1:05:53" "Leo - What would be your recomendation for stepping through the code?">>
<<topic "1:06:23" "Jeremy - quote: "The ordering I'm showing you, is the ordering I'm suggesting, reading things"">>
<<topic "1:09:09" "Mario - boot.js contains code to boot nodejs and to boot the browser?">>
<<topic "1:10:17" "Mario - index.html where is the "program init() / main()" type of function?">>
<<topic "1:13:00" "Leo - "The challange is to debug the node code!?"">>
<<topic "1:14:30" "Jeremy - /boot/boot.js - how the boot process actually starts. Has been main() in TWc.">>
<<topic "1:17:30" "/core/startup.js - "The inner loop of TW5"">>
<<topic "1:18:30" "short break -">>
<<topic "1:19:06" "Mario - "Leo, why do you want to debug the node stuff?"">>
<<topic "1:23:09" "Tobi/Jeremy - "How would you debug your node scripts .. renderTiddler?"">>
<<topic "1:24:30" "Jeremy - short summary.">>
<<topic "1:24:54" "Leo - Good starting point to learn about plugins?">>
<<topic "1:25:43" "Leo - If I want to write a MathJax plugin?">>
<<topic "1:27:40" "/core - folder">>
<<topic "1:27:52" "/core/plugin.info">>
<<topic "1:28:02" "/core/docs/* - internal docs - english">>
<<topic "1:28:38" "/core/images - used in the UI">>
<<topic "1:29:00" "/core/messages">>
<<topic "1:29:18" "/core/modules">>
<<topic "1:29:23" "/core/templates - tiddlers of a "technical nature" used as templates.">>
<<topic "1:30:28" "/core/ui - "kind of user interface decisions"">>
<<topic "1:30:50" "/core/wiki - "tiddlers needed for the operation of the wiki">>
<<topic "1:31:50" "/core/modules - info about conventions in the dir">>
<<topic "1:32:18" "/core/modules/wiki.js - the "hart of TW" -">>
<<topic "1:33:40" "/core/modules/widgets">>
<<topic "1:34:20" "/core/modules/wiki.js - detailed info">>
<<topic "1:35:25" "/core/modules/startup.js">>
<<topic "1:36:38" "Tobi - Where does this "exports" come from?">>
<<topic "1:37:25" "Jeremy - TW5 contains its own implementation of commonJs to "require a tiddler title"">>
<<topic "1:38:19" "/core/modules/tiddler.js">>
<<topic "1:38:37" "/core/modules/themes.js">>
<<topic "1:38:39" "/core/modules/syncer.js">>
<<topic "1:39:20" "/core/modules/hacks.js">>
<<topic "1:39:40" "/core/modules/filters.js">>
<<topic "1:40:00" "/core/modules/deserializers.js">>
<<topic "1:40:38" "/core/modules/config.js - constants - language ...">>
<<topic "1:41:27" "Mario - Question about internationalisation?">>
<<topic "1:43:20" "Mario - idea about languag switching">>
<<topic "1:43:20 “ “ + Jeremy - The tiddler content should be switchable too">>
<<topic "1:45:15" "Leo - Is it possible to see both (language content tiddlers) at the same time?">>
<<topic "1:46:59" "Scott - ... So User created content can be switched?">>
<<topic "1:47:43" "Tobi - wants to have a "flat file (tiddler)" for translation">>
<<topic "1:49:22" "Jeremy - back to config.js">>
<<topic "1:49:32" "/core/modules/commander.js - command line commands">>
<<topic "1:49:32 “ “ + /core/modules/commands - folder">>
<<topic "1:50:16" "/core/modules/filters - folder">>
<<topic "1:51:55" "/core/modules/parsers - folder">>
<<topic "1:53:09" "/core/modules/rendertree - folder">>
<<topic "1:54:10" "/core/modules/savers - folder">>
<<topic "1:54:49" "/core/modules/utils - folder">>
<<topic "1:56:31" "- - that's it :) - -">>
<<topic "1:56:48" "Mario - what's the "module-type" used for?">>
<<topic "1:58:55" "- Small talk">>
<<topic "1:59:50" "Jeremy - Any questions?">>
<<topic "2:00:00" "Leo - Is it possible to trace the execution?">>
<<topic "2:02:32" "Mario - Leo, which browser do you use? FF + Firebug">>
<<topic "2:04:30" "Jeremy - back to the agenda.">>
<<topic "2:04:45" "Jeremy/all - TiddlyLink formatting ...">>
<<topic "2:12:12" "Bye! Bye!">>
\define hangout() 011
<<header>>
"""
<<topic "0:00:00" "fltr: Craig Prichard, David Gifford, Eric Shulman, Jeremy Ruston, Kolmar Kafran, Mario Pietsch, Scott Simmons, Simon Harper, Tobias Beer">>
<<topic "0:03:45" "Agenda">>
<<topic "0:04:24" "Jeremy- New Features TW5 - new WikiInfo tiddler">>
<<topic "0:06:00" "Jeremy- ControlPanel - AnimationDuration tiddler">>
<<topic "0:07:35" "Jeremy- ThemeTweaks - and how it works with transclusion ...">>
<<topic "0:11:30" "Jeremy- ThemeTweaks with FF - change story column and colors">>
<<topic "0:16:05" "Jeremy- AndTidWiki app support">>
<<topic "0:19:00" "Jeremy/Scott- MathML support">>
<<topic "0:22:45" "Mario/Jeremy- What was the problem with MathJax">>
<<topic "0:25:35" "Jeremy- 'What we need is a LaTeX parser ...'">>
<<topic "0:26:05" "Jeremy- Moving from Alpha to Beta">>
<<topic "0:27:20" "J- 'We should push to NPM' (node package manager)">>
<<topic "0:28:00" "J- 'We need Release note and Release announcements'">>
<<topic "0:28:40" "J- about the update / upgrade mechanism">>
<<topic "0:29:18" "Scott/Jeremy - Live cycle of TW-classic / Migration points?">>
<<topic "0:32:23" "Jeremy- When switch tiddlywiki.com to TW5">>
<<topic "0:34:20" "Jeremy- Analytics about tiddlywiki.com">>
<<topic "0:38:10" "Jeremy- 'TiddlyWiki-classic is a extremely usefull tool'">>
<<topic "0:40:35" "Jeremy- There should be a solid upgrade story for TW5!">>
<<topic "0:42:43" "Dave- Browser back/forward button should work">>
<<topic "0:44:45" "Dave- about permalinks">>
<<topic "0:46:00" "Jeremy- Wikitext changes may be disruptive">>
<<topic "0:47:13" "Scott/Jeremy- about Syntax changes, in the middle of beta?!">>
<<topic "0:51:25" "Jeremy- summs up from his 'take aways'">>
<<topic "0:52:38" "Scott/Jeremy- about the show stoppers to beta">>
<<topic "0:54:20" "Jeremy- TiddlerLink should not be bold. But this causes some 'hickups'">>
<<topic "0:59:53" "Jeremy- about TiddlerWidget and TranscludeWidget">>
<<topic "1:06:08" "Jeremy- New way of handling the ViewTemplate">>
<<topic "1:11:45" "Craig- What defines the order to build the ViewTemplate?">>
<<topic "1:15:15" "Jeremy/Kolmar- about MathML with FF">>
<<topic "1:23:23" "Jeremy- any questions?">>
<<topic "1:23:40" "Kolmar- How to handle images .. eg: SVGs for diagrams">>
<<topic "1:25:10" "Jeremy- Inserts an image to TW5 and transclude them">>
<<topic "1:29:10" "Jeremy- needs a pause ...">>
<<topic "1:30:27" "Jeremy- is back">>
<<topic "1:30:55" "Jeremy- Any more questions?">>
<<topic "1:32:40" "Jeremy/Kolmar about translation into portuguese">>
<<topic "1:34:34" "Kolmar about moneylog ... has an offline version similar to TW">>
<<topic "1:41:08" "Bye! Bye!">>
\define hangout() 012
<<header>>
"""
<<topic "0:00:00" "Intro: fltr: Craig Prichard, Eric Shulman (0:35:30), Javid Lakha, Jeremy Ruston, Kolmar Kafran (later), Kamil (drops out sometimes), Mario Pietsch, Nathan Cain (0:09:10), Scott Simons, Tobias Beer,">>
<<topic "0:02:10" "Jeremy- freedombits (dot) com">>
<<topic "0:04:50" "Jeremy- TW5 frontpage gets examples and press tiddler">>
<<topic "0:06:27" "Jeremy/Mario- about the TW5 markup and the timeframe for possible changes">>
<<topic "0:09:25" "Jeremy- Data Tiddlers">>
<<topic "0:10:20" "slices- mime: application/x-tiddler-dictionary">>
<<topic "0:11:37" "history list- JSON- mime: application/json">>
<<topic "0:13:29" "d3 stuff- data in JSON format">>
<<topic "0:16:50" "Jeremy- data tiddler- implementation ... code">>
<<topic "0:24:00" "Jeremy- forum software ... 'eat our own dogfood' or use 3rd party software (eg: discourse (dot) org )">>
<<topic "0:34:25" "Jeremy- Authentication (eg: passwordjs (dot) org)">>
<<topic "0:38:00" "see: kunxi (dot) org ... 'note up powered by tiddlywiki5'">>
<<topic "0:43:45" "Jeremy- Video plugins for TW5.">>
<<topic "0:44:48" "... voice recording problems ... up to 0:48:40">>
<<topic "0:48:40" "annotations and video plugin (still some lagging problems)">>
<<topic "0:50:52" "annotations and video plugin (again :)">>
<<topic "0:51:52" "Kolmar .. (communication problems..) ... jump to 0:55:30">>
<<topic "0:53:50" "Kolmar prepares for screen sharing to discuss his issues (mentioned in hangout 11)">>
<<topic "0:55:30" "Jeremy- about state tiddlers ... to store eg: tab state">>
<<topic "1:00:25" "Kolmar- about his TW5 issues: core update / import tiddlers,">>
<<topic "1:05:03" "Kolmar- issue with MathML ...">>
<<topic "1:06:30" "Kolmar- TW as collaborative tool">>
<<topic "1:10:26" "Kolmar- about sharing just one tiddler">>
<<topic "1:12:10" "Jeremy- Export / Download tiddlers in several formats">>
<<topic "1:14:26" "Jeremy- Save a single tiddler - button example (just ignore the JS warning :)">>
<<topic "1:19:30" "Jeremy wants to see Kolmars wiki ...">>
<<topic "1:23:00" "Kolmar- Is it possible to have an image gallery?">>
<<topic "1:27:45" "Nathan/Jeremy- expanding require to use npm, or pulling modules in on demand?">>
<<topic "1:31:40" "... Nathan offers to send some pull requests ...">>
<<topic "1:32:00" "Jeremy- 'The single file nature of TW5 makes it unique.'">>
<<topic "1:33:00" "Jeremy- TW5 is a Quine ..">>
<<topic "1:35:35" "Jeremy- any final questions?">>
<<topic "1:36:30" "Bye! Bye!">>
\define hangout() 013
<<header>>
"""
<<topic "0:00:00" "Intro: fltr: Bauwe Bijl, David Johnston, Javid Lakha, Eric Shulman (later), Jeremy Ruston, Mario Pietsch, Nathan Cain, Scott Simmons, Slonik Az (Leo), Tobias Beer (later),">>
<<topic "0:03:27" "Bauwe- Shows his RaspberryPi experiments- short intro">>
<<topic "0:05:50" "Bauwe- Screen sharing TW5 hosted on RPi">>
<<topic "0:07:30" "Bauwe- terminal action :)">>
<<topic "0:08:45" "Jeremy- How did you get the IP address">>
<<topic "0:09:25" "Jeremy- You did use express.js to serve a static TW5 ...">>
<<topic "0:11:25" "Bauwe- shows the script files and directory structure">>
<<topic "0:25:40" "Jeremy- How does the CPU gauge get its data.">>
<<topic "0:26:00" "Jeremy/Bauwe- What kind of app do you see in the future ...?">>
<<topic "0:27:30" "Jeremy/Bauwe- About TW5 possibilities using/manipulating 'data' + TW as a wiki">>
<<topic "0:29:33" "Jeremy/Bauwe- Advantages of the RPi? sensors ...">>
<<topic "0:30:35" "Jeremy- Summary about his take aways">>
<<topic "0:33:05" "Jeremy- About CLA 'Contributor License Agreement'... automating the procedure... with github">>
<<topic "0:37:25" "Jeremy/Nathan- Request for help in this regard. Nathan suggests a handy github based method.">>
<<topic "0:39:30" "David/Jeremy- Data tiddlers as JSON. JSONT or 'JSONselect' to pull out data of data tiddlers ... (some microphone problems)">>
<<topic "0:45:40" "Jeremy- short summary about data tiddlers, because of 'lag' problems.">>
<<topic "0:47:05" "David- Is there a TW mechanism to check for new tiddler files on the filesystem? 'fs.watch in nodejs'">>
<<topic "0:49:20" "Jeremy- shows syncer.js and filesystemadaptor.js code. TW5 based docs ...">>
<<topic "0:52:30" "Jeremy- any other questions? ... Nathan want to help with 'fs.watch nodejs code'">>
<<topic "0:53:22" "Jeremy- about his plans to have a hardware TW. ...">>
<<topic "0:54:00" "Intro: Eric Shulman, Kolmar Kafran, Tobias Beer">>
<<topic "0:56:45" "Jeremy- about 'state tiddlers' in TW (about state tiddler names)">>
<<topic "1:02:20" "Leo- Is it possible to 'shorten' the visual tiddler name?">>
<<topic "1:04:25" "Tobias/Mario- Why do we need state tiddlers.">>
<<topic "1:05:20" "Mario/David- There is a problem with long win2003 server file names with ntfs">>
<<topic "1:06:55" "Jeremy- back- Jeremy favors the 'hashing' approach">>
<<topic "1:07:38" "Jeremy- we can't use cookies anymore for state info because of 'file cookies'">>
<<topic "1:07:55" "Jeremy- about local storage and TW5">>
<<topic "1:09:10" "Jeremy- 'the thing is the tiddler' for consistency">>
<<topic "1:13:15" "Jeremy- Javid(no mic) want's to have a 'private' TW in the cloud.">>
<<topic "1:14:50" "Jeremy- about TW5 server and hosting">>
<<topic "1:18:38" "Jeremy- Nathan suggests a 'git sync plugin'">>
<<topic "1:19:15" "Jeremy/David about David's pull request, the 'code readability' and contribution management">>
<<topic "1:24:10" "David- about his 'getting started guide' and about handling it">>
<<topic "1:25:36" "Jeremy- Any other topic">>
<<topic "1:26:03" "David- Do you have scripts for 'sublime text' editor, to speed up writing.">>
* some 'small talk'
<<topic "1:33:20" "David- What are you working on in TW - the focus?">>
<<topic "1:39:08" "David- With TWc there is too much stuff at too many different places ...">>
<<topic "1:40:30" "Eric/David/Jeremy- about TWc plugins and history">>
<<topic "1:45:27" "David/Jermy- ... talk about a TW 'revenue model'">>
<<topic "1:47:15" "Bauwe- shows the use of TWS to save TW2 files with chrome and as a chrome extension">>
<<topic "1:52:10" "Jeremy- summs it up ... reflections about saving tiddlers or saving 'containers' and 'how to take over the world :)'">>
<<topic "1:56:50" "Leo- about the concept of tiddlers, files, directories and TW5">>
<<topic "1:58:25" "Bye! Bye!">>
\define hangout() 014
<<header>>
"""
<<topic "0:00:00" "Intro: fltr: David Johnston, Eric Shulman (later), Jeremy Ruston, Kamil Jellonek, Mario Pietsch, Tobias Beer">>
<<topic "0:02:10" "Jeremy- about Kamil's usecase for documentation and images.">>
<<topic "0:02:59" "Kamil- introduces his usecase. Creating / Editing - User Guides, ...">>
<<topic "0:04:15" "Jeremy- screenshare. 'Tiddlymanuals' project ...">>
<<topic "0:08:00" "Jeremy- Ambit basic manual">>
<<topic "0:11:15" "Jeremy- create screenshot tiddlers with TW5">>
<<topic "0:14:05" "Kamil- about the desired workflow">>
<<topic "0:16:40" "Jeremy- the benefit of tiddler images / images as tiddlers.">>
<<topic "0:17:10" "Jeremy- about TW 'mental model'">>
<<topic "0:21:20" "Hello: Eric Shulman">>
<<topic "0:21:30" "Jeremy- What is TiddlyWiki.">>
<<topic "0:23:15" "Jeremy- What does the audience think?">>
<<topic "0:23:20" "David/Jeremy- short summary about the possible workflow.">>
<<topic "0:25:30" "Kamil's feedback ... Mario's concerns about picture size.">>
<<topic "0:28:34" "Eric- about image handling / including in TWc.">>
<<topic "0:30:40" "Jeremy- TW client/server mode flexibility">>
<<topic "0:33:05" "Eric- comparing TW 'modes' ...">>
<<topic "0:36:00" "Kamil- 'understanding summary'">>
<<topic "0:36:45" "Jeremy- optimizing images and TW (size) limits">>
<<topic "0:37:55" "Kamil- How to notify users about eg: 'TW usage hints'?">>
<<topic "0:39:30" "Eric- ...a TW 'notification bar' and message logging.">>
<<topic "0:43:20" "Tobias- shares some of his latest spaces, plugins, ...">>
<<topic "0:43:45" "customize (dot) tiddlyspace (dot) com ... 'all stuff TiddlyWiki'">>
<<topic "0:49:15" ".. how a plugin space should look like.">>
<<topic "0:49:35" "Mario- How do you keep the customize up to date?">>
<<topic "0:51:45" "tiddlywiki (dot) org ... 'How TiddlyWiki Works'">>
<<topic "0:52:34" "scripts (dot) tiddlyspace (dog) com ... code snippest">>
<<topic "0:53:20" "the 'white theme flavors' ... white (dot) tiddlyspace (dot) com">>
<<topic "0:55:40" "untagged (dot) tiddlyspace (dot) com">>
<<topic "0:57:14" "pagr (dot) tiddlyspace (dot) com">>
<<topic "1:00:04" "listfiltr (dot) tiddlyspace (dot) com">>
<<topic "1:02:00" "tagfiltr (dot) tiddlyspace (dot) com">>
<<topic "1:05:20" "Mario- has a problem with 'hiding information' with eg: the tag 'no-tag'">>
<<topic "1:06:33" "filtr (dot) tiddlyspace (dot) com">>
<<topic "1:09:45" "Jeremy- short summary (praise the work!)">>
<<topic "1:11:00" "David- 'hobby related' questions ... RPG">>
<<topic "1:12:00" "David- creating seeded, 'real random numbers'">>
<<topic "1:14:48" "David- shares his RPG work.">>
<<topic "1:19:30" "David- shares the 'randomize' code.">>
<<topic "1:25:05" "David- 'slider input range' and 'number line' (touch optimized)">>
<<topic "1:29:00" "David- modify a tiddler 'on save' - UUIDs">>
<<topic "1:35:20" "David- How to 'hook' into the save mechanism?">>
<<topic "1:39:57" "Mario- Is the 'in place editing' a possibility?">>
<<topic "1:41:50" "Jeremy- ... how to solve the 'original problem'.">>
<<topic "1:44:12" "discussion about the 'number line'">>
<<topic "1:46:50" "Jeremy- about 'web components spec' ... polymer ... x-tags">>
<<topic "1:48:25" "some code refactoring">>
<<topic "1:50:25" "plugins may be on github">>
<<topic "1:54:00" "Jeremy- 'his take away's'">>
<<topic "1:54:30" "Jeremy- about refactoring the rendering tree code">>
<<topic "1:57:20" "Mario- some elements have 'hardcoded styles' ..">>
<<topic "1:59:58" "Bye! Bye!">>
\define hangout() 015
<<header>>
"""
<<topic "0:00:00" "Intro: fltr: David Gifford, David Johnston, Jeremy Ruston, Eric Shulman (had a short look), Kamil Jellonek (later), Keith Bruckner, Mario Pietsch">>
<<topic "0:03:38" "Dave/Dave- smalltalk">>
<<topic "0:04:20" "Jeremy- shows 'Tiddlers on the Web' presentation from Ben Paddock">>
<<topic "0:05:55" "Dave J.- shows his additional filters">>
"""
* :03 'list next' - filter add on
* :40 'previous' list filter
* :20 'before' ...
* :10 ... some info about 'limit bug'
* :10 'before plus limit 1'
* :45 'after' -> '!before'
* :25 now combining the possibilities
* :20 'position' filter
* :45 'numberof'
* :05 'real world' examples ...
* :30 'real world usecase' as a macro
"""
<<topic "0:21:20" "Jeremy- comments on Dave's filters (some audio problems)">>
<<topic "0:24:55" "David G.- expresses his ideas for some more 'new filters' :)">>
<<topic "0:26:58" "David G./DJ- is there a way to convert DJ's filters to 'pills' similar to tags? ... some more usecases ...">>
<<topic "0:30:40" "Jeremy- Do you intend to create 'hirarchy lists'">>
<<topic "0:31:42" "Jeremy- What about the filter API (filters may be able to take multiple parameters)">>
<<topic "0:32:40" "Jeremy- (autio problems) ... Hangout broken 10sec">>
<<topic "0:33:30" "Dave J./Jeremy- more filter info for Dave G.">>
<<topic "0:34:33" "David G.- Page numbers and printing?">>
<<topic "0:37:00" "Jeremy- about code refactoring going on, to clean up the rendered DOM">>
<<topic "0:38:00" "... audio problems for 2:20min ... Jeremy">>
<<topic "0:40:40" "some smalltalk">>
<<topic "0:41:10" "Dave G.- shares some info about a discussion with Jeremy">>
<<topic "0:43:30" "Dave J./Dave G.- shows the 'fly out' nav bar (hangout 14 contains some more info)">>
<<topic "0:47:10" "Dave G./Jeremy- about 'non hirarchical related lists'">>
<<topic "0:49:13" "Dave J./Jeremy- discussion about 'filter syntax and programming'">>
<<topic "0:52:15" "Mario- questions ... about 'word count' - 'character count' ... plugin ... (low level stuff)">>
<<topic "1:00:00" "Jeremy- hints about, how to create the 'word count' widget. plus some low level background info for parsing and rendering.">>
<<topic "1:12:00" "Jeremy's- computer crashed ... :/">>
<<topic "1:12:50" "Jeremy- audio only ... real crash">>
<<topic "1:13:45" "David J./Mario .. smalltalk">>
<<topic "1:14:50" "... hangout broken ...">>
\define hangout() 016
<<header>>
"""
<<topic "0:00:00" "Intro- fltr: Jeremy Ruston, Kamil Jellenek, Kolmar Kafran, Mario Pietsch, Nathan Cain">>
<<topic "0:02:30" "Kamil- How to get started with TW5? (Chrome)">>
<<topic "0:06:00" "Kolmar- short intro. ... When is the empty.html updated?">>
<<topic "0:07:20" "Jeremy- How to get started with TW5? (FireFox w. TiddlyFox)">>
<<topic "0:09:40" "Kolmar- Is the 'BLOB API' updated in empty.html? (needed for saving)">>
<<topic "0:11:10" "Kamil- How does the 'password' work? TiddlyWiki encryption">>
<<topic "0:12:35" "Kamil- Is there a possibility to 'write protect' the TW? (Users should not change content by acident)">>
<<topic "0:15:50" "Jeremy- TW5 in dropbox - 'How to create a view only mode link'">>
<<topic "0:20:40" "Kolmar- How to hide the 'save ... buttons' ...">>
<<topic "0:21:50" "Jeremy- Dicussion about 'read only mode'">>
<<topic "0:24:10" "Jeremy- TW5 static version">>
<<topic "0:24:40" "Jeremy- Creates a 'read only theme' on the fly! (+ some browser problems :)">>
<<topic "0:36:00" "Jeremy- Create a 'save button' for the 'read only theme' ;) ... kind of tricky :)">>
<<topic "0:39:00" "Jeremy- Deploy - the 'ReadOnly' theme! well done :)">>
<<topic "0:39:40" "- discussion 'how to toggle read only mode'">>
<<topic "0:41:17" "Mario- question about 'drag and drop' tagging ...">>
<<topic "0:42:20" "Jeremy- Edit tags without edit mode ... possible improvements for tagging.">>
<<topic "0:45:00" "Kamil- discussion about 'keyboard shortcuts' and endusers needs.">>
<<topic "0:46:27" "Kamil- about 'tag colors' and categorisation">>
<<topic "0:48:16" "Mario- Concerns about 'automatically changing' UI elements. (eg: automatic resorting of tag lists)">>
<<topic "0:49:30" "discussion about UI and UX ... tablet - drag and drop ... desktop - mouse and keyboard ...">>
<<topic "0:53:20" "Kolmar- shares his TW5 and what it means to him.">>
<<topic "0:55:30" "Jeremy- possibilities to use TW with mobile devices.">>
<<topic "0:56:30" "Jeremy- about TW5 and TWEdit">>
<<topic "0:57:00" "Kolmar- Is 'TiddlyWiki in the Sky with Dropbox' with TW5 a possibility?">>
<<topic "1:00:50" "Kolmar- About his dropbox experience with Mon..Log">>
<<topic "1:03:55" "discussion about 'What makes TW5 unique'">>
<<topic "1:05:30" "Jeremy- TW5 and git ... as a backend">>
<<topic "1:06:28" "Jeremy- TiddlyWiki local even in Oxford ... planning phase">>
<<topic "1:10:40" "Kamil- What is the 'result' of eg: tw hangouts? ...">>
<<topic "1:12:40" "Mario- About 'hangout annotations' and topics for discussion">>
<<topic "1:13:40" "Jeremy- github issues ... community pull requests">>
<<topic "1:15:40" "Jeremy- About the local meetup ... eventually community meetups ...">>
<<topic "1:19:00" "Kolmar- about internationalisation - TW translation.">>
<<topic "1:20:55" "Mario- A TW5 Logo is missing :)">>
<<topic "1:21:30" "Jeremy- Thoughts ... How a TW log should be .. and .. how it should _not_ be">>
<<topic "1:25:35" "Kolmar- Is it possible to contribute documentation with github or TW5?">>
<<topic "1:27:13" "Mario- What's about CDent's relation to Osmosoft?">>
<<topic "1:28:00" "Jeremy- about the community Logo discussion">>
<<topic "1:31:30" "Jeremy- 'TiddlyWiki is all about tiddlers'">>
<<topic "1:34:20" "Kamil- Where is the TW5 syntax documentation? We can here Jeremy's voice and see Kolmar's TW5">>
<<topic "1:37:50" "discussion about empty.html ... and built in 'wiki syntax info tiddler'">>
<<topic "1:41:00" "Kamil- about contributing, testing and translation ....">>
<<topic "1:44:25" "Nathan- Should there be a TW5 edition just for documentation?">>
<<topic "1:45:40" "Mario- about handling pictures with TW5 and 3rd party services (eg: trovebox (dot) com)">>
<<topic "1:47:55" "Jeremy- about resizing images in the browser.">>
<<topic "1:50:45" "Bye! Bye!">>
\define hangout() 017
<<header>>
"""
<<topic "0:00:00" "Intro: fltr: Eric Shulman, Jeremy Ruston, Mario Pietsch, Nathan Cain, Scott Simmons">>
<<topic "0:01:50" "Jeremy- about the TW5 widget refactoring / refactoring in general">>
<<topic "0:02:40" "Jeremy- template 'readability' ... after the widget refactoring">>
<<topic "0:04:15" "Jeremy- about the TW5 widget refactoring ... ./nbld.sh">>
<<topic "0:09:58" "... FireFox 3D DOM model comparison">>
<<topic "0:12:25" "Jeremy- 'macro' and 'context' template mechanism eg: tag background coloring">>
<<topic "0:17:20" "... ViewTemplate uses the same mechanism now">>
<<topic "0:19:50" "Jeremy- comparing the new/old folder structure">>
<<topic "0:22:40" "Jeremy- TW5 commit history">>
<<topic "0:24:30" "mario's mic is muted :/ communication problems">>
<<topic "0:25:30" "audio back ... Jeremy- about the '3rd' refactoring">>
<<topic "0:28:20" "Scott/Jeremy- sharing tiddlers among different TWs. ... What's the nature of TW5?">>
<<topic "0:33:30" "Mario- nodejs will be interesting for dev's and if you need 'single file tiddlers'">>
<<topic "0:34:15" "Jeremy- about Dropbox, OwnCloud, 'command line action' and possibilities to make it easy">>
<<topic "0:36:30" "... TW5 as an 'application' ... eg: Appify">>
<<topic "0:39:20" "Bye! Bye!">>
\define hangout() 018
<<header>>
"""
<<topic "0:00:00" "Intro: fltr: Bauwe Bijl (0:12:50), David Gifford, Jeremy Ruston, Mario Pietsch, Paul Truzzi (later) Scott Simmons, Ton Gerner">>
<<topic "0:02:05" "Ton- About his TiddlyWiki usecases">>
<<topic "0:07:35" "Dave- Introduces TiddlyWiki 5 Mall">>
<<topic "0:12:50" "Bauwe- Intro">>
<<topic "0:13:50" "Bauwe- Update on RaspberryPi sensor experiments">>
<<topic "0:21:00" "Jeremy- Transclude tiddler content into an SVG">>
<<topic "0:24:15" "Eric/Bauwe- about other mini-computer hardware .. parallelo, tessel, beagle bone black">>
<<topic "0:25:45" "Jeremy- Update on 'Widget Refactoring'">>
<<topic "0:30:20" "Mario- Are there any basic widgets missing?">>
<<topic "0:32:20" "Jeremy- startup.js, version.js, link.js, widget.js">>
<<topic "0:35:05" "Jeremy- about regexp for 'skype:' protocol ... external link detection">>
<<topic "0:36:40" "Jeremy- Tag search editor issue ... general info about refactoring">>
<<topic "0:40:20" "Eric- Start Search by clicking a link?">>
<<topic "0:42:50" "Eric- '' n-da2sh, '-' m-dash and escaping wikification">>
<<topic "0:51:46" "Eric/Jeremy- Is it possible to disable 'dash' rendering ... with a 'rule'">>
<<topic "0:54:20" "Jeremy- about Ton's Top Menu ... theme mod">>
<<topic "0:59:30" "general discussion about TW5 syntax 'evolution' ... rule, macro transclusion">>
<<topic "1:02:20" "Mario- Will there be 'global' makros? ... see: /modules/macros folder">>
<<topic "1:04:01" "/modules/macros/makedatauri.js ... about general macro handling">>
<<topic "1:09:20" "Mario/Jeremy- About the transition from TW2 to TW5">>
<<topic "1:12:12" "Scott- There should be a 'cheat sheet' with TW5 syntax in TW5">>
<<topic "1:14:30" "Jeremy- any questions? ... nope">>
<<topic "1:15:25" "Dave- Will it be possible to transclude 'external' tiddlers? from file / URL">>
<<topic "1:21:14" "Eric- about the TiddlyWiki structure as a 'box of index cards' ...">>
<<topic "1:22:45" "Jeremy- About 'Smalles Federated Wiki'">>
<<topic "1:27:40" "Scott- How does TiddlySpace include other spaces?">>
<<topic "1:30:50" "Jeremy/Eric- About 'Eric's Clinic' ... smalltalk ... 'custom fields'">>
<<topic "1:34:12" "Jeremy- about +TiddlyWiki google plus circle ... smalltalk about hangout's">>
<<topic "1:40:20" "Bye! Bye!">>
\define hangout() 019
<<header>>
"""
<<topic "0:00:00" "Intro- fltr: Bauwe Bijl, EricShulmann, Jerey Ruston, Mario Pietsch, Leo Azimov, Stephan Hradeck, Ton Gerner">>
<<topic "0:03:40" "Jeremy/Stephan- about Stephan's TW5 usecase as a 'handover doc paper'">>
<<topic "0:06:01" "Leo/Stephan- How do you merge changes done by different users?">>
<<topic "0:07:50" "Intro Bauwe Bijl">>
<<topic "0:08:28" "Leo- Feature request. Display TW 'interdependencies in the form of a graph'">>
<<topic "0:10:30" "Mario- Suggests TiddlyWeb as a backend instead of the 'file system'">>
<<topic "0:12:20" "Eric- Shows a working HyperGraph TWc plugin - 'discovery tools'">>
<<topic "0:13:30" "Leo/Mario- About his usecase to split a big TW into 'private' and 'public' pices. Mario suggests hoster (dot) peermore (dot) com">>
<<topic "0:17:48" "Mario/Jeremy- about MindMaps and importing it into TW">>
<<topic "0:21:35" "Eric/Leo- shows the TWc RelatedTiddlersPlugin. about tiddler connection structure">>
<<topic "0:25:30" "Bauwe/Jeremy- update on his RaspberrPi SVG data collection project">>
<<topic "0:38:35" "Bauwe/Jeremy/Mario/Leo- has a filter feature request ... 'hide tiddlers until, they are modified' ... 'exclude, based on modifier'">>
<<topic "0:43:55" "Jeremy- creates a github ticket (#187) for the feature request.">>
<<topic "0:45:14" "Jeremy- short summary ... about his 'take away' thoughts.">>
<<topic "0:47:16" "Jeremy- dynamic SVG handling.">>
<<topic "0:51:30" "Jeremy- about the 'external link' handling. ... public brainstorming!">>
<<topic "1:03:25" "Stephan- confusion about 'pretty links' in TW and MediaWiki. ... no more tilde's">>
<<topic "1:08:50" "Stephan/Jeremy- is used in too many places ... may be :)">>
<<topic "1:10:40" "Jeremy- about refactoring .... !!! here comes the geeky stuff !!!">>
<<topic "1:11:45" "Jeremy- review the github pull request">>
<<topic "1:12:30" "about static templates .. core/templates/static.template.html.tid">>
<<topic "1:13:54" "core/templates/static.tiddler.html.tid">>
<<topic "1:14:10" "view widget .. wikified is dropped">>
<<topic "1:15:14" "transclude widget code">>
<<topic "1:16:45" "core/ui/EditTemplate.tid .. source code">>
<<topic "1:20:45" "Mario- did the refactoring make CSS simpler?">>
<<topic "1:22:20" "Mario- about the goal to show a 'live theme' inside a tiddler">>
<<topic "1:25:30" "Jeremy- edit 'post render function' is able to 'call' the 'codemirro plugin' .. general discussion about implementing the tiddlywik cm-parser">>
<<topic "1:31:52" "core/ui/FieldEditor.tid">>
<<topic "1:35:30" "Would it be possible, that TW creates 'x-tags'/'web components'?">>
<<topic "1:37:20" "'setvariable' widget .. used in the EditTemplate">>
<<topic "1:40:20" "title vs tiddler in field names">>
<<topic "1:41:40" "List of 'typed' tiddlers ... for filtering">>
<<topic "1:43:25" "Mario- short indirection to Bauwe's 'data tiddler' filtering">>
<<topic "1:45:01" "Import widget on PageTemplate .. discussion about the 'drop zone'">>
<<topic "1:49:36" "core/ui/TagTemplate .. 'hard coded' styles vs. 'CSS styled' tag colors .. general discussion about tag coloring.">>
<<topic "2:01:40" "about the TW 'self documenting' possibilities. Automatically created documentation. snippets templates">>
<<topic "2:05:50" "Mario- Will there be a 'nodejs TiddlyWeb' version. Jeremy isn't that interested in serversides. The API will be enough.">>
<<topic "2:12:55" "Bye! Bye!">>
\define hangout() 020
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Mario, Piers, Robin, Sean, Leo (Slonik), Stephan, Ton">>
<<topic "0:02:35" "Jeremy- What's new: CodeMirror integration (plugin)">>
<<topic "0:04:30" "Leo- uses 'It's all text' Will it work with CM?">>
<<topic "0:05:08" "Jeremy- There is a new 'markdown plugin' for interoperability.">>
<<topic "0:06:00" "Jeremy- Short info about markdown plugin integration (code).">>
<<topic "0:06:45" "Jeremy- How codemirror was included (code)">>
<<topic "0:08:20" "Jeremy- Some discussion about animation and inernal HTML structure">>
<<topic "0:08:40" "Intro Nathan">>
<<topic "0:10:20" "Jeremy- Are there questions from Piers and Sean? usecase?">>
<<topic "0:15:50" "Jeremy- multi column mode lists ... TW5 as a 'guitar songbook'">>
<<topic "0:16:30" "Leo- External links to MP3?">>
<<topic "0:17:07" "about multi column CSS">>
<<topic "0:24:20" "Jeremy- does a lot of 'skeleton documentation'">>
<<topic "0:27:36" "Mario- Are we close to beta? -> upgrade the core is the blocker atm ... general discussion about beta">>
<<topic "0:28:20" "Leo- Do we need to write browser specific CSS? ... TW5 does simplify CSS creation ..">>
<<topic "0:29:40" "Jeremy- How to create a 'CSS macro' for 4 columns">>
<<topic "0:30:20" "Mario- What do you think about using microformats. microformats (dot) org">>
<<topic "0:34:36" "Jeremy/Mario/Nathan/Leo- thinking about RDFa ... open graph ... schema (dot) org ... using RDF as a 'storage format'">>
<<topic "0:39:40" "Jeremy/Nathan- reflections about the above (RDF)">>
<<topic "0:42:45" "Nathan/Jeremy- about 'Federated Querying' ... SPARQL">>
<<topic "0:46:50" "Jeremy- reflections about 'possibilities to use it'">>
<<topic "0:47:30" "Jeremy- 'PageMacros' ... 'hacky' global macros ... built in macros">>
<<topic "0:48:10" "Jeremy- Creating tabs with macros">>
<<topic "0:49:30" "Mario- brings back the 'sections and slice' discussion ... about 'prose / natural data structure'">>
<<topic "0:50:20" "Jeremy- 'library of core macros' ... text and javascript">>
<<topic "0:51:25" "Mario- issue - using TW5 to create TW2 test.html - TW5 npm should be updated.">>
<<topic "0:54:15" "Nathan- shows a structure of 'Linked open data cloud'">>
<<topic "0:56:00" "... tags and URI ... od items inside TW have an URI? ... text URI ... rendered URI">>
<<topic "0:57:40" "Jeremy- TW5 (without javascript) shows the tiddler titles. ... It could be anything.">>
<<topic "1:02:25" "Nathan- are the 'js macros' global?">>
<<topic "1:05:30" "Jeremy/Mario- Animation is back ... for popup's ... adjusting animation speed ... working with tabs">>
<<topic "1:11:27" "Jeremy- about keyboard shortcuts">>
<<topic "1:12:10" "Nathan- Is there a 'command line interface' in TW5">>
<<topic "1:14:30" "Jeremy- searches some 'early TW UI sketches'">>
<<topic "1:18:40" "Nathan- CLI - to manipulate the 'server side'">>
<<topic "1:18:40" "Jeremy- finally shows some 'early TW UI sketches' ... a termKit like CLI for TW">>
<<topic "1:18:40" "Bye! Bye!">>
\define hangout() 021
<<header>>
"""
<<topic "0:00:00" "Intro: fltr: Ton, Scott, Mario, Jeremy, Eric, Adrian">>
<<topic "0:02:35" "Jeremy- What's new in alpha 14 -> ControlPanel">>
<<topic "0:04:30" "Jeremy- Add a new tab to the ControlPanel tiddler.">>
<<topic "0:05:08" "Jeremy- Add a tab to the 'info panel'">>
<<topic "0:06:00" "Jeremy- TW5 static representation">>
<<topic "0:06:45" "Jeremy- What will be interesting ??">>
<<topic "0:08:20" "Mario- is interested in Adrians usecase.">>
<<topic "0:08:40" "Adrian- Build TW5 from source with Windows?">>
<<topic "0:10:20" "Mario- Suggests to use 'grunt' to manage TW5 build process">>
<<topic "0:15:50" "Adrian- ... is hunting for the 'perfect personal information management system'">>
<<topic "0:16:30" "Adrian- would like a 'graph like view' of TW">>
<<topic "0:17:07" "Jeremy- shows the cecily (TWc) project ... It should come back to TW5">>
<<topic "0:24:20" "Jeremy- about integration of d3">>
<<topic "0:27:36" "Adrian- TW5 data structure, meta data, 'external' databases, ...">>
<<topic "0:28:20" "Jeremy- ... how the 'story view' handles tiddlers ... list widget">>
<<topic "0:29:40" "Adrian- how to 'expose the intrinsic link structure'">>
<<topic "0:30:20" "Jeremy- ... the filter syntax to 'select' tiddlers">>
<<topic "0:34:36" "Adrian- ... does TW support external data sources?">>
<<topic "0:39:40" "Jeremy- about the 'tiddler store' (code), and 'plugable stores'">>
<<topic "0:42:45" "Andrew- what's about 'scaling' out of 'personal use'">>
<<topic "0:46:50" "Mario- suggests couchdb - pouchdb - for syncing single file TWs">>
<<topic "0:47:30" "Jeremy- about capturing the tiddler hashmap (store) in a clousure to 'enforce a unified api'">>
<<topic "0:48:10" "Jeremy- leavs ...">>
<<topic "0:49:30" "... Eric on the guitar!">>
<<topic "0:50:20" "Jeremy- is back">>
<<topic "0:51:25" "Adrian- about databases he is interested in eg: neo4j, datomic,">>
<<topic "0:54:15" "Adrian- about Relavance and 'associative databases'">>
<<topic "0:56:00" "Jeremy- about SQL databases">>
<<topic "0:57:40" "Jeremy- about the TW5 'internal data structure'">>
<<topic "1:02:25" "Adrian- had issue with d3 data set saving (actually found a bug)">>
<<topic "1:05:30" "Adrian- What do you think about 'The smallest federated wiki'?">>
<<topic "1:11:27" "Mario- TW5 on itself will scale much better than TW2">>
<<topic "1:12:10" "Adrian- What about trello?">>
<<topic "1:14:30" "Adrian- TWs open tiddler animation is kind of confusing.">>
<<topic "1:18:40" "Bye! Bye!">>
\define hangout() 022
<<header>>
"""
<<topic "0:00:00" "intro: frtl: Jeremy, Mario, Nathan, Stephan, Ton">>
<<topic "0:01:40" "Jeremy- What do you think of the 'Fork me on GitHub' ribbon">>
<<topic "0:08:55" "Nathan- 'Download me as a file' instead of 'Fork me on Github'">>
<<topic "0:10:30" "Jeremy- The link color changed a bit.">>
<<topic "0:13:30" "Jeremy- About 'vanilla' CSS styling and a new 'Vanilla Theme'">>
<<topic "0:15:40" "Jeremy- about page layout configurability">>
<<topic "0:16:40" "Mario- 'Complains' about text edit performance">>
<<topic "0:22:00" "Jeremy- About testing and avoid regressions">>
<<topic "0:23:45" "Jeremy- Control Panel now has a TiddlySpot setting tab.">>
<<topic "0:26:30" "Jeremy- Save to TiddlySpot will be part of the core ... code review.">>
<<topic "0:28:20" "... About IE ... TW5 should work with IE10+">>
<<topic "0:29:10" "Julio- What's the difference between macros and widgets">>
<<topic "0:29:50" "Mario- about the difference between macros and widgets.">>
<<topic "0:31:50" "Stephan- macros are 'kind of a template'">>
<<topic "0:32:10" "Jeremy- summs up the above">>
<<topic "0:32:40" "Mario- about managing 'user specific' macros">>
<<topic "0:33:10" "Jeremy- Proposal - about extending the MIME type of tiddlers to handle 'export/import' of macros.">>
<<topic "0:37:10" "Jeremy- The goal is that ordinary users don't need to deal with widget syntax.">>
<<topic "0:38:25" "Jeremy- Which macros are needed for 'users' .. 9">>
<<topic "0:39:50" "Jeremy- shows the 'tab macro' code">>
<<topic "0:41:03" "Jeremy- Summary about macros and widgets">>
<<topic "0:42:30" "Jeremy- Macros should be 'self documenting'">>
<<topic "0:44:15" "Jeremy- Moving to 'beta' ... how to do the 'core upgrade'">>
<<topic "0:47:00" "Jeremy- The boot mechanism should be able to load 'external files'">>
<<topic "0:49:00" "Jeremy- How to do the core upgrade with eg: npm, visit ..tw5/upgrade, download the upgrade mechanism TW, extend TiddlyFox possibilities.">>
<<topic "0:52:20" "Jeremy- move to beta and TW5 will be the frontpage for tiddlywiki.com">>
<<topic "1:04:45" "small talk, managing lists :)">>
\define hangout() 023
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Adrian, Bob(later), Dave, Eric, Jeremy, Stephan, Ton, Mario (later)">>
<<topic "0:02:05" "Agenda: What's new, Creating DropDown's, about the list widget, tracing the code">>
<<topic "0:03:20" "Jeremy- New PageTemplate tag, to modify the page template">>
<<topic "0:07:15" "J- Fixed the 'list sorting' issue">>
<<topic "0:09:05" "J- Control panel - tiddlyspot saver tab. link to backup folder.">>
<<topic "0:10:40" "J- about fixed issues. (filter typo causes alert) ...">>
<<topic "0:12:20" "J- Changing templates ... Save empty.html">>
<<topic "0:13:50" "J- google analytics is now a propper plugin.">>
<<topic "0:14:10" "J- new save/download buttons">>
<<topic "0:16:30" "J- Josh's question - how to create a dropdown menue">>
<<topic "0:20:03" "Eric- some questions about the popup">>
<<topic "0:22:20" "Eric- suggestion - add items to the list would be cool">>
<<topic "0:23:40" "J- popup source review">>
<<topic "0:29:20" "J- about the 'linkcatcher' widget ... also used for theme switching">>
<<topic "0:31:10" "Bob- What is the 'bang bang' for?">>
<<topic "0:33:45" "Eric- Is there a 'tooltip' ability?">>
<<topic "0:35:55" "J- New 'fallback' feature of the 'view widget'.">>
<<topic "0:37:20" "Bob- Is the span needed to have the tooltip?">>
<<topic "0:38:00" "J- in beta we need to find out the 'common idioms' ... and make them easy.">>
<<topic "0:40:30" "J- Dave's quesiton - about wikitext filter syntax shortcut">>
<<topic "0:41:50" "J- we need to extend the table syntax ... eg: multi line table syntax">>
<<topic "0:45:55" "Stephan- Will it interfere with existing table syntax?">>
<<topic "0:47:40" "Bob- questions about 'escaping'">>
<<topic "0:49:35" "J- back to Dave's question ... transclusion in tables">>
<<topic "0:52:20" "J- howto - create a table with the 'list widget' and templates">>
<<topic "0:57:45" "Bob- hangout examples should be copied over to a TW">>
<<topic "1:00:00" "back to the table syntax. ... right align.">>
<<topic "1:02:00" "Mario- How do you create a 'dynamic' table with 'list filters' ...">>
<<topic "1:04:00" "J- suggest COOL new syntax for 'wikitext lists' and tables.">>
<<topic "1:06:35" "J- how 'dynamic tables' are created atm. ... new wiki syntax">>
<<topic "1:12:50" "J- brainstroming about a 'generic simple wiki syntax' for several things.">>
<<topic "1:17:25" "J- new syntax for 'typed transclusion'">>
<<topic "1:20:10" "J- atm it's possible to make suggestions to improve TW5 wikitext for table, typed transclusions">>
<<topic "1:23:10" "J- Stephan's question about 'What happens, when you click the Save button'">>
<<topic "1:25:05" "J- review the source for the 'save button' ... start with the boot.js kernel">>
<<topic "1:28:17" "core/ folder ... plugin.info">>
<<topic "1:28:44" "modules/ folder ... startup.js">>
<<topic "1:29:28" "have a look at the 'new' dev-wiki">>
<<topic "1:31:15" "Mario- Where is the code, that 'catches the button save message'?">>
<<topic "1:32:40" "J- What happens if the save button is clicked. - part of the PageControls">>
<<topic "1:34:25" "widgets/button.js ... click event ... .execute">>
<<topic "1:36:15" "... have a look at the 'widget render tree' ... $tw.wiki.parseText">>
<<topic "1:41:50" "Mario- OT is there a connection between the tree and the source text position?">>
<<topic "1:43:50" "J- about the widget architecture">>
<<topic "1:45:10" "back to the button widget">>
<<topic "1:45:40" "widget.prototype.dispatchEvent ... tw-save-wiki">>
<<topic "1:46:17" "find the handler that executes the message. see: startup.js">>
<<topic "1:47:50" "$tw.wiki.saveWiki() .. see: wiki.js">>
<<topic "1:51:00" "about the savers/ modules">>
<<topic "1:52:50" "TiddlyFox saver ... .saverInit()">>
<<topic "1:55:30" "test.js widget">>
<<topic "1:55:55" "Stephan- wants visual feedback for saving to tiddlyspot .. upload.sh">>
<<topic "1:58:10" "progress bar is similar to the notifier.js">>
<<topic "2:01:00" "J- coding in TW is very different to jQuery, since the DOM is transient. Similar to angular.js">>
<<topic "2:03:15" "J- summing it up">>
<<topic "2:04:40" "J- states 'parsers are not complicated' ;)">>
<<topic "2:06:15" "J- storyviews are 'kind of complicated'">>
<<topic "2:08:15" "J- The UI is ripe for contributions.">>
<<topic "2:08:50" "J- Compare TW5 with other github projects .. number of commits">>
<<topic "2:12:05" "J- questions? ... smalltalk">>
<<topic "2:13:20" "Mario- Any progress on the 'upgrade' mechanism?">>
<<topic "2:18:00" "Bye! Bye!">>
\define hangout() 024
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Jim + background, Jeremy, Mario, Michael, Paul, Stephan, Ton">>
<<topic "0:07:30" "Jeremy / Paul- about 'OXTWIG' meeting in Oxford.">>
<<topic "0:11:35" "Jeremy- User-TWs in action (Jim screenshare won't work)">>
<<topic "0:17:40" "Michael- TW in action (actually nothing to show :)">>
<<topic "0:18:50" "Ton- about tw5toolbar(.)tiddlyspot(.)com new buttons: home, full screen, close all, close others, clone, search, help, ... StyleSheets ... ToggelTheme ... hide sidebar">>
<<topic "0:26:55" "Jeremy- about how Ton does the editing?">>
<<topic "0:29:30" "Michael- about single file TW vs node version (conversion back and forth) ginsu.sh">>
<<topic "0:35:10" "Jim- about his TW5 usecase ... create 'reference material' .... (Jeremy's screenshare wasn't recorded) :/ (see Jim's TW at hangout#25)">>
<<topic "0:47:50" "Jeremy- Preperation for the Beta - about version numbering">>
<<topic "0:50:40" "Jeremy- How the 'upgrade process works'">>
<<topic "0:57:00" "Jeremy- about 'Getting Started with TiddlyWiki5' on youtube and a 'youtube widget'">>
<<topic "0:58:40" "Jeremy- Nathan joins the talk.">>
<<topic "0:59:50" "Jeremy- How to import eg: markdown plugin.">>
<<topic "1:00:55" "Michael- How to open several tiddlers at once?">>
<<topic "1:02:10" "Mario- Would it be possible that a 'open all tiddlers' also looks a the 'list' field to open them in the right order?">>
<<topic "1:03:00" "Stephan/Jeremy- about automatic loading in 'DefaultTiddlers'">>
<<topic "1:06:00" "Michael- Will it be possible to sort tiddlers in the 'story river'?">>
<<topic "1:07:50" "Jeremy- about borrowing 'Trello' functionality.">>
<<topic "1:09:55" "Jeremy- conditionally show/hide the sidebar">>
<<topic "1:10:30" "Stephan- do we have a 'storyline' plugin/button?">>
<<topic "1:11:00" "Jim- about 'conditionally' change the layout">>
<<topic "1:15:40" "Jeremy- Eric joined the session">>
<<topic "1:17:40" "Jeremy- about moving TW5 to tiddlywiki(.)com">>
<<topic "1:19:10" "Mario- complains about the TW5 'HelloThere' link to TiddlyWikiClassic">>
<<topic "1:21:50" "Jeremy/Eric- about moving TWc and TW5 frontpages ...">>
<<topic "1:24:40" "Mario- about the 'migration path' from TWc to TW5">>
<<topic "1:26:50" "Paul- about 'HelloThere' wording ...">>
<<topic "1:28:30" "Stephan- should we talk about the TW syntax for 'quotes' skeeve(.)tiddlyspot(.)com">>
<<topic "1:39:50" "Jeremy- Question: Will quotes work with lists?">>
<<topic "1:43:28" "Stephan- about 'radio buttons'">>
<<topic "1:45:40" "Michael- How to switch of CamelCase rendering?">>
<<topic "1:51:30" "Eric- about 'black listing' CamelCase links, that should not be links">>
<<topic "1:53:20" "Mario- about tiddler aliasing">>
<<topic "1:54:20" "Eric- about 'corner cases' if automatic wiki linking is globally switched of">>
<<topic "1:57:10" "Jeremy- about aliases ... being 'symbolic links'">>
<<topic "2:00:50" "Jeremy- about aliases and regular expressions (regexp)">>
<<topic "2:04:50" "Bye! Bye!">>
\define hangout() 025
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Jim, Jeremy, Mario, Paul, Stephan, Ton">>
<<topic "0:02:50" "Jim's- usecase: 'TW5 in the wild'. Using tags to create a 'parent - child' structure. ... 1-1, 1-many relations">>
<<topic "0:08:20" "Jim- question: 'How to get backlinks'">>
<<topic "0:10:05" "Jeremy's- explanation">>
<<topic "0:13:20" "Mario- suggests to use tags ... similar to 'TagglyTagging' ... that's not, what Jim wants.">>
<<topic "0:15:30" "Jeremy- shows how to add the 'backlink' to the ViewTemplate.">>
<<topic "0:21:40" "Jeremy- about 'asking questions is _important_' because it is valuable feedback.">>
<<topic "0:23:50" "Jim- What does !!parent}} mean? ... about 'text references'">>
<<topic "0:30:15" "Jim- Is 'parent' a core field? ... no">>
<<topic "0:31:30" "Jeremy- documentation about 'backlinks'">>
<<topic "0:32:55" "Jeremy- about 'Philosophy of Tiddlers'">>
<<topic "0:34:00" "Jeremy- about TW Editions">>
<<topic "0:38:18" "Paul- about 'documentation inconsistencies' ... that may be confusing for newbies">>
<<topic "0:41:00" "Jeremy- about the use of 'TiddlyWiki' as TW5 and TiddlyWikiClassic">>
<<topic "0:43:15" "Paul- 'What is a tiddler' ... which tiddler fields are part of the 'core'. What's default for TWc, TW5 and eg: TiddlyWeb / TiddlySpace">>
<<topic "0:49:00" "Mario- about fields that are part of the core.">>
<<topic "0:52:20" "Jeremy- about 'Going to beta'">>
<<topic "0:54:20" "about browser 'back / forward' button integration">>
<<topic "-> 0:56 “ “ :40 Jeremy- about the five(.)tiddlywiki(.)com/static/RoadMap ... (google video recording is kind of broken till: the end :(">>
<<topic "0:58:10" ".. multi language support">>
<<topic "0:59:40" ".. aliases ... (may affect the 'store' structure'">>
<<topic "1:01:40" ".. search / replace">>
<<topic "1:02:55" ".. rich links tooltips">>
<<topic "1:03:35" ".. keyboard shortcuts and focus ... bookmarklets as a workaround">>
<<topic "1:06:00" ".. quoting ...">>
<<topic "1:07:00" "about 'social' widgets .. eg: youtube widget">>
<<topic "1:09:10" ".. syntax highlighting">>
<<topic "1:13:45" ".. plugin minification">>
<<topic "1:17:10" ".. list editor drag and drop">>
<<topic "1:18:10" ".. display JSON data .. TW should be 'self documenting'">>
<<topic "1:19:20" "general TW usability">>
<<topic "1:22:30" "about 'depricating widgets' in the future">>
<<topic "1:24:50" "Paul- .. about $tw.document in the code">>
<<topic "1:31:20" "Kamil- .. drag and drop importing pictures">>
<<topic "1:33:50" "... Google recording problems ...">>
<<topic "1:37:10" "Jeremy is back .. image support question ...">>
<<topic "1:40:20" "Jeremy/Eric- about move to beta and necessary 'dot com' changes.">>
<<topic "1:45:40" "Ton- There is a problem with five(.)tiddlyspace(.)com">>
<<topic "1:52:35" "Bye! Bye!">>
\define hangout() 026
<<header>>
"""
<<topic "0:00:00" "Intro: rtl: Nathan (later), Paul, Stephan, Russ (later), Ton">>
<<topic "0:01:34" "Jeremy- TiddlyWiki is bata now \o/ see: tiddlywiki(.)com">>
<<topic "0:02:45" "Jeremy- There will be 'broken links' in the web now :/">>
<<topic "0:03:40" "Jeremy- about bug fixes for the upcomming version (problems with screen sharing ...">>
<<topic "0:07:40" "Jeremy- is back - about the favicon">>
<<topic "0:10:20" "Jeremy- any questions about the agenda">>
<<topic "0:11:25" "Paul/Jeremy- How to contribute to TW with github">>
<<topic "0:14:00" "Jeremy- about linking external pictures in TW">>
<<topic "0:15:15" "Paul- about versioning">>
<<topic "0:17:50" "Paul- about links ... pretty links ... external links">>
<<topic "0:30:55" "Paul- about API specification ... what is stable and what is in flux">>
<<topic "0:34:40" "Paul- What are valid characters in a tiddler title?">>
<<topic "0:45:00" "Paul- Tiddlers may have an URI field">>
<<topic "0:47:00" "Jeremy- about date representation ... especially time zones">>
<<topic "0:49:00" "Jeremy- about the TW tiddler storage structure ... and probably changing it.">>
<<topic "0:53:50" "Paul- about timestamping down to the milisecond">>
<<topic "1:00:00" "Jeremy- about script tags with a 'app specific' content type and related issues">>
<<topic "1:02:00" "Russ- joins the hangout ...">>
<<topic "1:03:50" "Russ- about 'valid chars for the tiddler title' ecma-404 spec">>
<<topic "1:07:15" "Jeremy- about defining 'task priorities' 'fixes and features' for beta">>
<<topic "1:13:55" "Jeremy- Browser URL should contain the 'full story state'">>
<<topic "1:17:00" "Jeremy- What to fix next - StyleSheet ordering -> internationalisation">>
<<topic "1:22:10" "Paul/Jeremy- about 'RoadMap wording'">>
<<topic "1:24:00" "Jeremy- about 'getting IE working' .. IE extension .. using TW as .hta">>
<<topic "1:29:10" "Jeremy- about releasing 5.0.4-beta">>
<<topic "1:29:55" "Paul- How will TW5 work with TiddlyWeb - TiddlySpace.">>
<<topic "1:32:00" "Jeremy- about DropBox support ... is a 'must have'">>
<<topic "1:32:40" "Jeremy- planing the next hangout.">>
<<topic "1:33:55" "Jeremy- about some 'incompatible issue fixes' ... how to introduce 'deprication'">>
<<topic "1:40:15" "Jeremy- about improving the button widget">>
<<topic "1:48:48" "Bye! Bye!">>
\define hangout() 027
<<header>>
"""
<<topic "0:08:30" "Jim- Is there a way to style reference tiddler links if they are tagged eg: done">>
<<topic "0:10:20" "Jim- about 'navigating a story' eg: next">>
<<topic "0:11:15" "Jim- about the idea of a 'follow up'">>
<<topic "0:16:15" "Jeremy- general discussion about GTD (Getting Things Done)">>
<<topic "0:17:10" "Jim- about 'tasks' and 'appointments' and 'time stamp format'">>
<<topic "0:20:25" "Jeremy- about browser support for 'color', 'time' and 'date' pickers">>
<<topic "0:22:30" "Jeremy- about a new wikitext syntax to create a calendar">>
<<topic "0:26:20" "Jeremy- about TW5 'in the wild'">>
<<topic "0:26:50" "Intro Stephan">>
<<topic "0:27:30" "Jeremy/Stephan- about regexp's">>
<<topic "0:30:20" "Jim- about JavaFX ... and 'why is it cool'">>
<<topic "0:34:40" "Jeremy- about 'communication' between JavaFX and TW5">>
<<topic "0:38:50" "Jeremy- about the 'webview' with Visual Studio">>
<<topic "0:39:50" "Mario- 'Are there any security restrictions ... web <-> java'">>
<<topic "0:41:25" "Jim- about he trys to 'visualize' the data structure. ... (mp remark: a 'non tag based approach to create a story structure')">>
<<topic "0:47:23" "Jeremy- Would like to implement a 'nested list type' structure with drag and drop">>
<<topic "0:50:10" "Intro Carlos ... about his usecase ... 'teaching ... languages' and programming languages.">>
<<topic "0:54:50" "Jeremy- about Dicon's project and his point of view as a psychologist to work with TW">>
<<topic "0:58:38" "Carlos- how TW fits to his usecase for 'writing and reading'">>
<<topic "1:03:00" "Jeremy- about 'translations' - internationalisation">>
<<topic "1:06:00" "Jeremy- about the chinese translations at: tw5-zh. tiddlyspot. com">>
<<topic "1:06:50" "Jeremy- translations should be plugins that work similar to the themeing mechanism">>
<<topic "1:10:30" "Mario- translations should work for content text and the UI">>
<<topic "1:14:07" "Stephan- is it possible to search for 'system' and 'shadow' tiddlers">>
<<topic "1:14:52" "Jeremy- there should be a new TW file format. Translations should be 'a single file'">>
<<topic "1:16:00" "Jeremy- The Roadmap ... next may be make translations easy">>
<<topic "1:18:50" "Jim- responding to Carlos's usecase. ... 'creating a learning path'">>
<<topic "1:26:30" "Mario- about hangout #15 and David's filter addons ...">>
<<topic "1:27:50" "Carlos- about syntax highlighting">>
<<topic "1:30:40" "Mario- about 'lazy loading' 'source code' tiddlers from a server for syntax highlighting.">>
<<topic "1:31:55" "Carlos/Mario- What would be needed to use this in TW5">>
<<topic "1:33:10" "Carlos- Is it possible to transclude a part of the code, instead of the whole tiddler.">>
<<topic "1:34:04" "Jeremy- about FF on android and TW on android">>
<<topic "1:35:40" "Paul- about the versioning of TW5">>
<<topic "1:38:10" "Carlos- what about 'GraphML'?">>
<<topic "1:41:30" "Jeremy- about how to ship additional plugins. ... editions">>
<<topic "1:42:03" "Carlos- brainstorming about possibilities / usecases ...">>
<<topic "1:44:22" "Mario- Jeremy can you remember ... bramp . github . io/js-sequence-diagrams/">>
<<topic "1:45:25" "Jeremy- .. Stephan, we could import GrphML files.">>
<<topic "1:46:58" "Bye! Bye!">>
\define hangout() 028
<<header>>
"""
<<topic "0:00:00" "Intro: rtl: Carlos (later), Dave, Jim, Jeremy, Paul, Stephan, Ton">>
<<topic "0:03.10" "Jeremy- agenda and passes over to Ton">>
<<topic "0:03:30" "Ton- News about Ton's TW5 guide - 'toggle - theme - button'">>
<<topic "0:13:30" "Jeremy- short summary .. next steps .. 'how to package tiddlers into a plugin'">>
<<topic "0:16:20" "Ton- questions about 'how to install node.js and npm' (.. wrong links)">>
<<topic "0:19:00" "Jeremy- short summary">>
<<topic "0:19:30" "Intro: Carlos">>
<<topic "0:20:00" "Jeremy/Jim- about task management">>
<<topic "0:21:30" "Jeremy- about his observations about task management from TWc">>
<<topic "0:25:00" ".. what do others (on the call) think?">>
<<topic "0:26:00" "Carlos- about calenders and a WebDav interface">>
<<topic "0:27:45" "Jeremy- TW5 node.js could have a WebDav interace ...">>
<<topic "0:28:48" "Jeremy- about POSSE 'Publish (on your) Own Site, Syndicate Elsewhere' ... IMAP interface for TW5">>
<<topic "0:31:40" "Jeremy- about TW5 as a WebDav/CalDav client ... HTTP client for github issues">>
<<topic "0:33:58" "Carlos- about his usecase ...">>
<<topic "0:35:20" "Jeremy- Dave ask (chat): 'What does Jeremy plan to do next?' ... Caching in local storage">>
<<topic "0:37:30" "Jeremy- about 'avoiding data loss' ... 'Download Offline Snapshot' button">>
<<topic "0:40:05" "Jeremy- 'Helping Hackers' ... translation, making plugins in the browser,">>
<<topic "0:40:30" "Jeremy- opens the 'RoadMap' tiddler. see RoadMap at tiddlywiki . com">>
<<topic "0:42:15" "Jeremy- .. Things that Jeremy really loves ... Cecily">>
<<topic "0:43:00" "Jeremy- Browser History handling ...">>
<<topic "0:46:00" "Jeremy- Permalink handling ...">>
<<topic "0:47:00" "Jeremy- github issue list ... issues should be actionable">>
<<topic "0:56:50" "Jeremy- about TiddlySaver ... can Jim help with some 'know how'">>
<<topic "1:00:38" "- - short break - -">>
<<topic "1:03:02" "Paul- proposal: 'vertical merging of tables' ... 'top' and 'bottom' alignemen syntax">>
<<topic "1:13:50" "Stephan- about 'multi line table layout' with 'search and replace pragma'">>
<<topic "1:15:35" "Jeremy- about 'what should be in the core and what should be plugins' pro and cons ... why things are as they are ..">>
<<topic "1:18:10" "Jeremy- about 'how contributions influence the core' even if they are not merged. (...pull requests are allways welcome!)">>
<<topic "1:19:50" "Jeremy- about the TW5 size">>
<<topic "1:20:30" "Paul/Jeremy- about size, plugins, core ...">>
<<topic "1:23:15" "Carlos/Jeremy- about users concerns and expectations">>
<<topic "1:27:50" "general discussion about community support - contribution - guidance ... turn TW into a team effort">>
<<topic "1:32:47" "Carlos- How many people use TW5 compared to TWc?">>
<<topic "1:35:25" "Jeremy- 'Why TW5 is designed for users, who don't know TWc'">>
<<topic "1:39:50" "Jeremy- about the TWc migration path.">>
<<topic "1:41:05" "Carlos- Which version is at tiddlywiki . com ?">>
<<topic "1:46:18" "Jeremy- technical aspects of the 'dates discussion' ... the internal structure of a tiddler">>
<<topic "1:48:20" "Jeremy- tiddler fields should get a 'type' ...">>
<<topic "1:50:23" "Paul- What about the 'tiddler representation' ... json, html .. see: hangout #27?">>
<<topic "1:51:40" "Jeremy- any questions?">>
<<topic "1:52:05" "Carlos- concern about node.js or java dependencies">>
<<topic "1:57:55" "Bye! Bye!">>
"""
Recording Error
Need to update the header macro to put in Exceptions and also exclude Google Hangout when they don't exist
\define hangout() 030
<<header>>
"""
<<topic "0:00:00" "Intro frtl: Carlos, Jeremy, Mario, Paul, Stephan, Ton">>
<<topic "0:02:20" "Stephan- Contact handling .. 'database' .. NewTiddler plugin">>
<<topic "0:12:45" "Jeremy- about contributions to the code / documentation base">>
<<topic "0:14:50" "- - - short break - - -">>
<<topic "0:16:30" "Stephan- about transcluding the 'full' tiddler content ... title and content">>
<<topic "0:19:20" "Stephan- shows his 'transclusion experiment'">>
<<topic "0:22:20" "Jeremy- about 'credits' in the release notes. There may be Gravatar Widget">>
<<topic "0:33:50" "Carlos- would like to have GraphMl implemented.">>
<<topic "0:41:30" "Carlos- What about a 'bounty system' for TW plugins?">>
<<topic "0:45:05" "Jeremy- TW5 should and will be free for end users ... about funding TW5 development">>
<<topic "0:49:45" "Mario- Carlos - Is there a special reason, why you want to use graphML? — yEd">>
<<topic "0:51:05" "Jeremy- future features / development for TiddlyDesktop!">>
<<topic "0:56:10" "Carlos- What kind of advantages do you see, for this type of app?">>
<<topic "0:59:50" "Jeremy- It would be even possible to integrate a 'source code' editor">>
<<topic "1:00:15" "Mario- about the Brackets project.">>
<<topic "1:05:00" "Jeremy- about 'p' paragraph handling ... 'block mode' rendering in general">>
<<topic "1:07:15" "Jeremy- some new markup / syntax proposals ... brainstorming">>
<<topic "1:24:50" "- -> kind of an agreement about the new 'paragraph - block mode'">>
<<topic "1:27:15" "Ton- What's about Paul's 'multiline table proposal'">>
<<topic "1:29:25" "Jeremy- ... releases are slowing down.">>
<<topic "1:29:58" "Mario- CodeMirror is activated for the 'client-server edition' by default now?">>
<<topic "1:32:20" "Paul- Jeremy, did you think more about the extended table syntax? .. it should be part of the core">>
<<topic "1:33:00" "Jeremy- about the TiddlyWiki for Android video">>
<<topic "1:33:60" "Jeremy- about the PHP server configuration to save TW5 as a single file">>
<<topic "1:36:19" "Mario- nodejs server uses the ip address as the parameter number 6. ...">>
<<topic "1:38:45" "Mario/Jeremy- about the build process in general">>
<<topic "1:40:20" "Jeremy- suggests the editions .info file should contain build instructions.">>
<<topic "1:44:18" "Jeremy- new docs tiddler: 'Naming of System Tiddlers' ... there are some inconsistencies.">>
<<topic "1:48:28" "Mario- Would it be possible to have 'tabs or sliders' for the namespaces lists?">>
<<topic "1:52:25" "Mario- About user defined naming conventions for system tiddlers.">>
<<topic "1:53:35" "Jeremy- shows the TitlesPolicy tiddler for some naming conventions">>
<<topic "1:55:07" "Carlos- Is the TitlesPolicy live allready ... yes">>
<<topic "1:55:45" "Paul- about NodeWebkit versioning .. what's about the updating / deployment handling?">>
<<topic "1:59:40" "Jeremy- about new GitHub's traffic graphs">>
<<topic "2:01:18" "Bye! Bye!">>
\define hangout() 031
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Jeremy, Mario, Stephan">>
<<topic "0:01:12" "Mario- Intro: tw5-vagrant on github">>
<<topic "0:02:40" ".. about the Vagrantfile">>
<<topic "0:04:50" ".. how to download the stuff from github">>
<<topic "0:05:18" ".. how to start the procedure with 'vagrant up'">>
<<topic "0:05:40" ".. access the TW5 client/server edition from the host browser">>
<<topic "0:07:18" ".. -> commands for contributors, some more internals">>
<<topic "0:09:33" ".. -> how to build the single file TWs, that static tiddlers and all the demos">>
<<topic "0:10:20" "Jeremy- Can we create a version, that does 'npm install tiddlywiki' -> yes">>
<<topic "0:12:00" ".. the build finally finished with the tests!">>
<<topic "0:13:00" "Jeremy- There should be a website with some info about TW5 related projects">>
<<topic "0:16:45" "Jeremy- There was a request, how to upgrade TW5 with drag and drop ...">>
<<topic "0:18:20" "Mario/Jeremy- general discussion about TiddlyDesktop and multi user TWs, sharing .. TiddlyWeb">>
<<topic "0:20:25" "Jeremy- about the 'extended' build scripts './bld.sh' or use 'npm start' 'npm build' ..">>
<<topic "0:23:44" "Jeremy- the TW5 repo may need to be splitted into the 'docs' and the 'code'">>
<<topic "0:26:35" ".. general discussion about managing TW5 repos. code and docs.">>
<<topic "0:30:20" "Mario- thoughts about, how to handle a 'custom editions' that should be in there own repos">>
<<topic "0:33:10" "Jeremy- block mode html handling ... (with a little journey to find the issue :)">>
<<topic "0:36:30" ".. found it \o/ issue #82 and #345 (related) ... will need to refactor the parser">>
<<topic "0:38:15" "All- brainstorming about an /import pragma .. transclusion .. inclusion .. /rules ..">>
<<topic "0:47:30" "Mario- .. is this a 'global' import?">>
<<topic "0:48:30" "Jeremy- about the 'role' of tags in TW5 at the moment. .. it's just conventions">>
<<topic "0:50:03" ".. about 'missing' documentation and 'reading' existing documentation.">>
<<topic "0:52:45" "Mario- 'standard macros' evolving into 'user defined macros'">>
<<topic "0:54:20" "Jeremy- Stephan's pull requests for 5.0.7">>
<<topic "0:59:20" "Jeremy- Some new docs about the 'coding style' .. rules for pull requests">>
<<topic "1:00:50" "Jeremy- docs .. 'Saving to a PHP' server, similar to tiddlyspot">>
<<topic "1:03:50" "Jeremy- docs .. naming conventions for 'user defined' system tiddlers">>
<<topic "1:06:05" "Jeremy- upcomming changes for the ControlPanel">>
<<topic "1:07:40" ".. importing encrypted TWs">>
<<topic "1:10:00" "Jeremy/Mario- .. discussion about using TW as a password vault.">>
<<topic "1:13:38" "... your computer is not broken - this silence is by intention :) ...">>
<<topic "1:14:48" "Jeremy- There should be some warings / info about security.">>
<<topic "1:16:20" "Bye! Bye!">>
\define hangout() 032
<<header>>
"""
<<topic "0:00:00" "Intro rtl: Eric, Mario, Leo, Stephan, Ton">>
<<topic "0:02:40" "Ton- Reorginzes his TW5 Info pages + some new stuff. Links can be found at tiddlywiki. com">>
<<topic "0:06:30" "Ton- brought back the 'Left Menue'">>
<<topic "0:11:39" "Mario- Saw some issues with the '!important' key word in the CSS.">>
<<topic "0:13:25" "Jeremy- Do you have dropdowns in the Top Menue?">>
<<topic "0:18:55" "Ton- New ReadOnly theme, with a 'hidden' save button :)">>
<<topic "0:20:20" "Jeremy- About 'automatic' theme adjustments. ... customize the display depending on the browser used, for documentation.">>
<<topic "0:25:10" "general discussion about contribution.">>
<<topic "0:16:06" "Stephan- new journalButton, very similar to the newTiddler button. + dateTimeMacro">>
<<topic "0:33:30" "Stephan's tiddlyspots. links can be found at tiddlywiki. com">>
<<topic "0:35:18" "Jeremy/Mario- ... screen sharing problems">>
<<topic "0:37:50" "Jeremy- the plugin library. Discussion summary on mario's space">>
<<topic "0:40:05" "Jeremy- github issue page #363 - open for discussion">>
<<topic "0:41:56" "Jeremy- 'core plugins' vs 'contributor plugins' vs '3rd party plugins'. Discussion Jeremy and Mario about responsibilities. About the TW5 repo structure.">>
<<topic "0:48:15" "... connection between 'editions' directory and 'plugins' directory.">>
<<topic "0:50:30" "Leo- There should be a 'search' functions. What about versioning ... -> Jeremy- We use 'Semantic Versioning'">>
<<topic "0:52:10" "Mario- about his issues, using 'vanilla TW5 repo' for his development workflow. There are different views about the dev workflow. Mario wants to have 'generic' scripts">>
<<topic "1:00:50" "Jeremy- About the 'new proposed build' mechanism.">>
<<topic "1:01:55" "Jeremy- discussion about: what are the existing build scripts about.">>
<<topic "1:04:00" "Jeremy- about: How to submit / contribute plugins.">>
<<topic "1:08:30" "Leo- Is it possible to install plugins from 'any URL' -> yes">>
<<topic "1:10:00" "Jeremy- How can we distribute plugins. about possible backends ... It seems we need to require contributors to use git/hub.">>
<<topic "1:14:00" "Jeremy- about pulling plugins to the 'core' ... testing needs to be possible/done by the core devs">>
<<topic "1:16:34" "Leo- example: how 'homebrew' does it for MAC software.">>
<<topic "1:19:40" "Jeremy- about the 'tiddlywiki -build' and '-init' commands. TODO">>
<<topic "1:24:50" "Leo- What about debendency management?">>
<<topic "1:31:50" "Jeremy- Stephan's bookmarklets with TiddlyDesktop. General bookmarklet handling.">>
<<topic "1:36:40" "Jeremy- TiddlyDesktop may be a wiki too.">>
<<topic "1:37:20" "Jeremy- Intro Paul ...">>
<<topic "1:38:27" "Paul- What's about the next OXTWIG.">>
<<topic "1:41:53" "Bye! Bye!">>
"""
\define hangout() 033
<<header>>
"""
<<topic "0:00:00" "Intro- Dave, Jeremy, Sean, Leo, Vasily">>
<<topic "0:02:22" "Dave- Using TW with images, note taking, book reading quotes ..">>
<<topic "0:08:20" "Jeremy- Dave, you did experiment with TW and node.js - How did it feel?">>
<<topic "0:11:10" "Jeremy- about changes in TW, to do image 'lazy loading'">>
<<topic "0:12:20" "Sean- What is this 'lazy loading' feature?">>
<<topic "0:12:55" "Inrto: Paul, Ton">>
<<topic "0:13:35" "Jeremy- demo lazy loading - in 'client server mode' ... some screensharing problems.">>
<<topic "0:15:15" "... demo 'lazy loading'">>
<<topic "0:18:20" "Leo- What happens, if 2 users change the same tiddler.">>
<<topic "0:20:10" "Jeremy- .. back to the demo">>
<<topic "0:29:40" "Intro- Mario">>
<<topic "0:31:00" ".. short summary">>
<<topic "0:32:10" ".. about image handling and thumb nail handling on the server.">>
<<topic "0:33:05" "Mario- TW5 with a new sync service named: 'seafile - seacloud'">>
<<topic "0:34:00" "Intro- Alex">>
<<topic "0:35:30" "Mario- demo seafile sync with TW5 and nodejs.">>
<<topic "0:46:00" "Jeremy- TW5 should support Dropbox and other sync services.">>
<<topic "0:46:40" "Mario- requests a 'ajax API' within TW5. -> TiddlyWeb plugin should have one.">>
<<topic "0:51:00" "Jeremy- New in the upcomming 5.0.8-beta - ControlPanel">>
<<topic "0:52:30" "Jeremy- about keyboard shortcuts - just 'ctrl-enter' and 'escape' atm. ...">>
<<topic "0:57:35" "Leo- Does the 'keyboard widget' effect the whole TW? - .. they have a scope.">>
<<topic "1:00:50" "Jeremy- keyboard handler code ... Fx keys are kind of hard to manage.">>
<<topic "1:02:33" "Jeremy- some bugfixes, some docs, lazy loading, ...">>
<<topic "1:03:35" "Jeremy- bugfixes for the 'placeholder' text.">>
<<topic "1:05:20" "Mario- It would be nice if autosave and cancel dialogs would be a 'high priority'">>
<<topic "1:10:10" "Jeremy- There should be 'ctrl-s' to save a tiddler from edit mode, without closing edit mode">>
<<topic "1:12:30" "Jeremy- If TW opens, it should highlight tiddlers in 'draft mode'">>
<<topic "1:13:50" "Mario- 'modifier and creator' is missing in the info area.">>
<<topic "1:15:15" "Jeremy- some bugfixes in TiddlyDesktop">>
<<topic "1:16:00" "Jeremy- about the next release date.">>
<<topic "1:16:40" "Jeremy- all .. What do you think about the elipsis as a 'advanced search' button?">>
<<topic "1:18:10" "Leo- about 'advanced search UI'">>
<<topic "1:20:10" "Jeremy- about a 'term kit' like UI for the TW command line">>
<<topic "1:21:25" "Leo- would like to have 'advanced search options' like: 'exact search'">>
<<topic "1:23:20" "Mario- regexp searches or any search should be saved somehow. General discussion about the search UI.">>
<<topic "1:31:50" "Jeremy- the keyboard stuff is tricky. ... some feature requests. ... jeremy has a look, how other frameworks handle it.">>
<<topic "1:34:40" "Jeremy- support for translations.">>
<<topic "1:37:10" "Jeremy- translations could be in a 'multi shadow tiddler' container tiddler. So only one file would need to be handled by translators.">>
<<topic "1:44:35" "Jeremy- some refactoring for the 'shadow tiddler' list is needed. Especially if translations are single tiddlers.">>
<<topic "1:46:50" "Jeremy- some more new 'configuration tiddlers' are added to 5.0.8">>
<<topic "1:48:25" "Jeremy- any comments ... Mario- whats about the external link discussion">>
<<topic "1:50:55" "Bye! Bye!">>
\define hangout() 034
<<header>>
"""
<<topic "0:00:00" "Intro: rtl: Carlos, Eric (later), Jeremy, Mario, Ton,">>
<<topic "0:01:54" "Jeremy- Recent changes to TW ... Autosave! Warning if you close a tab without saving.">>
<<topic "0:05:10" "Jeremy- Wiki/config/SyncFilter.tid ... configuration, that triggers 'dirty'">>
<<topic "0:07:08" "Jeremy- Internationalisation ... language plugin">>
<<topic "0:08:50" "- $:/language .. tiddler">>
<<topic "0:09:15" "Intro: Leo">>
<<topic "0:10:50" "Jeremy- Short recap of 'autosave' and 'warning' ... translation">>
<<topic "0:12:05" "Eric- Info about 'save handling' in browsers">>
<<topic "0:12:55" "Eric- Does the saving do a backup file? - no ... autosave can be configured.">>
<<topic "0:14:45" "Jeremy- About the browser 'low level save mechanism' ... TiddlyFox backup handling">>
<<topic "0:19:00" "Jeremy- Backups should be done with TiddlyFox and TiddlyDesktop">>
<<topic "0:19:32" "Eric- About file acess privileges">>
<<topic "0:20:13" "Jeremy- Back to translation. about the language tiddler naming convention.">>
<<topic "0:24:25" "Jeremy- About the /language directory. *.tids file usage.">>
<<topic "0:25:50" "Mario- Is there a possibility for multi line text?">>
<<topic "0:30:16" "Jeremy- Translations can have 'dependencies' for 'local variations'">>
<<topic "0:32:18" "Leo- Are there areas, where the spelling could cause problems?">>
<<topic "0:33:45" "Jeremy- Translation in the javascript source code.">>
<<topic "0:35:47" "Eric- Date formating goes along with language settings. Is it handled?">>
<<topic "0:38:55" "Jeremy- There is a new filter tab in the '$:/AdvancedSearch' tiddler.">>
<<topic "0:40:55" "Jeremy- Some docs update ... formal grammer for the filter syntax.">>
<<topic "0:42:12" "Leo- What is formal grammer?">>
<<topic "0:46:08" "Jeremy- About the filter syntax docs.">>
<<topic "0:47:47" "Leo- About the documentation tiddler: Docs">>
<<topic "0:50:10" "Jeremy- About little refactorings for the theme.">>
<<topic "0:56:04" "Leo- Question about the 'color setting' in the control panel">>
<<topic "1:00:35" "Eric- TWclassic ColorPalette behaviour">>
<<topic "1:01:45" "Jeremy- Differences between 'macros' and 'widgest' .. general concept.">>
<<topic "1:03:08" "Intro: Christian">>
<<topic "1:04:20" ".. back to- Differences between 'macros', 'widgest' and 'plugins'">>
<<topic "1:05:35" "Jeremy- system tiddlers ... $:/">>
<<topic "1:07:40" "Jeremy- shadow tiddlers .. we need to have a look at plugins. A plugin is a 'bundle' of shadow tiddlers.">>
<<topic "1:10:44" "Eric- about the terminology in TWc">>
<<topic "1:13:30" "Jeremy- about: 'what makes a tiddler a plugin' and how to import them.">>
<<topic "1:15:45" "Jeremy- tiddlers can be 'code modules' .. 'module-type' field, 'type' field">>
<<topic "1:17:50" "Jeremy- about widgets .. eg: list, ..">>
<<topic "1:20:00" "Jeremy- about macros .. as 'text replacement' mechanism.">>
<<topic "1:24:25" "Jeremy- how users can contribute to documentation.">>
<<topic "1:26:25" "Jeremy- How do you make a plugin. eg: snowwhite ... 'plugin-type: theme'">>
<<topic "1:33:24" "Jeremy- The 'created' field issue.">>
<<topic "1:35:40" "Ton- shows his issue with importing the '.ico' files.">>
<<topic "1:44:57" "Jeremy- general discussion about footnotes">>
<<topic "1:58:25" "Jeremy- About printed output. There should be propper interoperability with the TeX toolchain.">>
<<topic "1:59:49" "Jeremy- There will be a demo edition that shows how to use TW to produce a 'single hirachical structured text document'.">>
<<topic "2:00:44" "Leo- Can TW produce a dGSD like document.">>
<<topic "2:04:24" "Jeremy- how to do this stuff in TW.">>
<<topic "2:07:35" "Eric- comparing TW behaviour with TWc">>
<<topic "2:08:35" "Bye! Bye!">>
\define hangout() 035
<<header>>
"""
<<topic "0:00:00" "Intro- rtl: Jeremy, Mario, Paul, Ton">>
<<topic "0:01:30" "Ton- Update on latest changes of his themes.">>
<<topic "0:06:00" "Jeremy- Explanation of the HistoryMechanism. The HistoryList tiddler.">>
<<topic "0:08:55" "Mario- Question about creating a CSS class witht the new mechanism.">>
<<topic "0:10:16" "Mario- Short overview about: TW5 Ubuntu Unity integration.">>
<<topic "0:18:30" "Jeremy- Short summary about the internal 'message handling'. Feneral discussion about the message system.">>
<<topic "0:23:00" "... mario's icon is active all the time. ... Google didn't switch anymore ... ticket ... navigator event should be global.">>
<<topic "0:23:00" "Jeremy- thinks it would be nice if someone did thsi for Win8 too.">>
<<topic "0:23:33" "short break.">>
<<topic "0:24:05" "Jeremy- Intro new member ... no response">>
<<topic "0:25:00" "Jeremy- We saw the screen, but google didn't record it sry. Next 35 minutes are audio only. till 1:02:02">>
<<topic "0:25:20" "Jeremy- Autosave will come with 5.0.8">>
<<topic "0:26:58" "- about the translations">>
<<topic "0:26:20" "- about palettes handling similarity with theme switching.">>
<<topic "0:27:00" "- about building plugins in the browser. New tiddler 'how to create plugins in the browser'">>
<<topic "0:33:40" "Jeremy- 'Ctrl-click' .. opens the tiddler, but doesn't scroll to the tiddler.">>
<<topic "0:35:00" "Jeremy- 'Close all' link is a bit darker now.">>
<<topic "0:35:40" "Jeremy- Short intro of TANK from Chris Dent. TANK is based on TiddlyWeb">>
<<topic "0:39:25" "Mario- Does Chris intned to render TW5 syntax on the server? .. it's planned!">>
<<topic "0:41:00" "Jeremy- About the difference of TiddlySpace and TANK">>
<<topic "0:44:45" "Jeremy- How you can configure a 'sub story' ... a story inside a tiddler.">>
<<topic "0:46:40" "Jeremy- about fixing a problem ... pasting pictures">>
<<topic "0:47:25" "Jeremy- Intro of the 'autosave' feature. TW now keeps track of unsaved tiddlers.">>
<<topic "0:50:30" "Mario- Would it be possible to temporarily store the stuff locally?">>
<<topic "0:53:10" "Jeremy- New feature: Alert Message: Visual error messages. So more info, if something gets wrong with the eg: network.">>
<<topic "0:58:15" "Carlos- What's about the system messages? .. Notifications.">>
<<topic "1:01:00" "Jeremy- about translations.">>
<<topic "1:02:02" "Mario- Shows the german tW version.">>
<<topic "1:11:25" "Carlos- Is there any progress in migration from TWc to TW5">>
<<topic "1:12:48" "Jeremy- Intro- Palette switching.">>
<<topic "1:16:50" "Mario- Is it similar to the TWc mechanism? .. some code review.">>
<<topic "1:20:10" "Mario- about problems with the colon translations ...">>
<<topic "1:21:35" "Jeremy- about the number of shadow tiddlers. General discussion about performance in the text editor.">>
<<topic "1:26:20" "Jeremy- about a fix with parsing html ..">>
<<topic "1:29:40" "Jeremy- about the release of 5.0.8 and 5.0.9">>
<<topic "1:32:20" "Mario- about debugging with chrome and single step the code.">>
<<topic "1:34:25" "Jeremy- about the tooling in TW to 'see what's going on in the code'">>
<<topic "1:36:50" "Jeremy- ... it's time it create global macros again ... so users should be able to work with macros. There should be no need to use widgets.">>
<<topic "1:38:35" "Jeremy- about the 'tabs' macro ... how to structure the docs. some discussion about Ton's tabs macros and the state tiddlers ...">>
<<topic "1:45:35" "Jeremy- short summary, of the chat window text. Request for new Paletts !!">>
<<topic "1:47:05" "Bye! Bye!">>
"""
\define hangout() 036
<<header>>
"""
<<topic "0:00:00" "Intro: Christian, Dave, Eric, Jeremy, Mario">>
<<topic "0:01:15" "Dave- Some updates on his tutorials">>
<<topic "0:06:15" "Jeremy- about the TW5 wizard feature.">>
<<topic "0:11:30" "Mario- Some global js plugins that should be compatible with TWc. today, list, ... with a debug mode.">>
<<topic "0:16:05" "Mario- the source code.">>
<<topic "0:18:20" ".. discussion about the functions of a macro vs using widgets.">>
<<topic "0:18:45" "Jeremy- Users should only know about macros. Discussion about macros and widgets.">>
<<topic "0:22:05" "Jeremy- about the TW5 macro parameter format.">>
<<topic "0:23:53" "Intro- Stephan">>
<<topic "0:24:18" "Jeremy- about some refactorings he made, that affect the template / paragraph handling.">>
<<topic "0:26:05" "Jeremy- shows / screenshares the changes">>
<<topic "0:31:35" "Stephan- what happens if you nest html elements?">>
<<topic "0:33:05" "Jeremy- shows a new formated template.">>
<<topic "0:34:30" "Jeremy- imports one of Dave's wiki's, to see, what the changes produce there. To see what needs to be changed. .. Sows the 'new' import mechanism.">>
<<topic "0:40:15" "Intro: Paul">>
<<topic "0:41:00" "Jeremy- Summary about the refactoring">>
<<topic "0:42:35" "Jeremy- Intro of the new palette editor and 'swatches'">>
<<topic "0:47:50" "Dave- Can the color swatches be larger?">>
<<topic "0:50:00" "Jeremy- How to create a new palette based on an existing one.">>
<<topic "0:51:18" "short pause. Stephan about text editors">>
<<topic "0:52:30" "Mario- uses the Brackets editor from Adobe as a text editor. discussion about the source code comments and the tooling.">>
<<topic "0:56:00" "... dealing with an 'unpleasant visitor'">>
<<topic "0:57:20" "Jeremy- new 'warning on delete' feature!">>
<<topic "0:57:45" "Stephan- about a new 'control panel menue' for changing the colors for the tags.">>
<<topic "0:59:25" "Jeremy- live demo: Creates a tag list with a color picker beside it.">>
<<topic "1:04:50" "Jeremy- some minor 'toolbar button' fixes.">>
<<topic "1:06:45" "Jeremy- SiteTitle and SiteSubtitle are now shadow tiddlers.">>
<<topic "1:07:35" "Jeremy- A request from Dave. Adjust the settings for the bitmap editor.">>
<<topic "1:10:55" "Jeremy- more translations - chineese simplified/traditional, french">>
<<topic "1:12:20" "Eric- Request from the discussion group. What's about switching content instead of UI">>
<<topic "1:17:00" "Jeremy- Intro to the new tiddlywiki command line interface">>
<<topic "1:18:40" "Jeremy- new version, init command. ... importing editions .. combining editions.">>
<<topic "1:23:17" ".. about the help command eg: help server">>
<<topic "1:26:05" "Jeremy- about the 5.0.8 delay. ..">>
<<topic "1:28:25" "Mario- question. What's aobut the macros, showed earlier. Should they be core or plugins?">>
<<topic "1:33:45" "Jeremy- about the mechanism to include plugins into the core. ...">>
<<topic "1:38:10" "Jeremy- 5.0.8 should be out soon.">>
<<topic "1:38:45" "Dave- What's the plans for 5.0.9? ... RoadMap tiddler.">>
<<topic "1:42:25" "Christian- What are the plans for the 'presentaiton' theme or 'read only' theme?">>
<<topic "1:46:26" "Jeremy- intro cecily to christian (old code)">>
<<topic "1:49:00" "...">>
<<topic "1:50:30" "Bye! Bye!">>
\define hangout() 037
<<header>>
"""
<<topic "0:00:00" "Intro: rtl: Eric, Felippe, Jeremy, Mario, Stephan, Ton">>
<<topic "0:02:00" "Jeremy- Ageda - Upcoming in 5.0.9">>
<<topic "0:03:00" "Jeremy- Help Environment on tiddlystuff(.)tiddlyspot.com An experiment, how plugins can handle there docs. one more step to a self documenting wiki.">>
<<topic "0:06:10" "Jeremy- TW core docs may become a plugin.">>
<<topic "0:07:05" "Jeremy- Request for a contribution of a 'Reverence Card'">>
<<topic "0:07:35" "Jeremy- Upcoming in 5.0.9 - missing tiddler 'link handling'. live editing :)">>
<<topic "0:14:40" "Jeremy- New visitor ...">>
<<topic "0:16:20" "Jeremy- ... missing link text ... what about translations ...">>
<<topic "0:18:00" ".. discussion about make documentation buttons clickable ... no">>
<<topic "0:20:40" "Mario- What's about the RoadMap">>
<<topic "0:21:12" "Stephan- discussion about autosave 'default on' setting">>
<<topic "0:22:50" "Jeremy- With 'autosave', what does the 'save icon' do?">>
<<topic "0:24:20" "Mario- Sugggests, an 'indicator' for 'unsaved tiddlers' on the 'save button'">>
<<topic "0:26:12" "Jeremy- Idea to indicate the 'need to save' with a progress bar.">>
<<topic "0:28:10" "Jeremy- Default behaviour for line break handling. ... :)">>
<<topic "0:29:50" "Jeremy- about testing GFM linebreak behaviour for TW syntax.">>
<<topic "0:33:40" "Jeremy- Introduction to the TW test suite.">>
<<topic "0:35:23" ".. about tests on the server">>
<<topic "0:36:40" ".. test.sh file">>
<<topic "0:37:23" ".. test editoin with the .js files. ... uses 'jasmin' test system. test-filters.js is a simple one">>
<<topic "0:41:50" ".. test-html-parser is a complicated one.">>
<<topic "0:44:30" ".. test-widget ... tests the refresh mechanism.">>
<<topic "0:48:10" ".. testing the macro call widget. ... how to 'copy/paste/create' a new test. .">>
<<topic "0:50:20" ".. test-wikitext .. the simplest one">>
<<topic "0:51:05" ".. short pause :) ..">>
<<topic "0:51:35" "Jeremy- ... Mario short summary, what he needs">>
<<topic "0:52:25" "Mario- What about a convention for 'global macro' CSS class names?">>
<<topic "0:54:45" "Jeremy- about a language tools edition.">>
<<topic "0:57:05" "Jeremy- Any questions ?? ... no">>
<<topic "0:57:45" "Jeremy- about the 'big parser refactoring'">>
<<topic "0:58:20" "Stephan- There needs to be a different / easier 'filter syntax' documentation.">>
<<topic "1:03:00" "Jeremy- about tw-close-other-tiddlers documentation">>
<<topic "1:05:30" "Mario- Every widget should have at least one example.">>
<<topic "1:07:35" "Mario- Suggests to copy the Date format docs from stephan.">>
<<topic "1:08:40" "Mario- about codemirror movie plugin to create interactive tutorials.">>
<<topic "1:10:30" "Mario- Using filters ... the start should be simple.">>
<<topic "1:11:53" "Jeremy- About the basic 'core concepts', that are needed to understand TW.">>
<<topic "1:13:15" "Mario- Intro of codemirror movie.">>
<<topic "1:16:25" "Jeremy- about highlighter plugin.">>
<<topic "1:19:35" "Jeremy- codemirror should be used in TiddlyDesktop for 'wiki folders'">>
<<topic "1:19:55" "Mario- is happe with the Brackets editor atm.">>
<<topic "1:20:45" "Mario- Is it necessary, that popups stay open? ... discussion">>
<<topic "1:23:45" "Mario- What, if a popup has a 'tick' to lock it?">>
<<topic "1:24:27" "Jeremy- about Notifications, Wizards, Alerts ...">>
<<topic "1:27:20" "Jeremy- how to change popup behaviour. ...">>
<<topic "1:28:40" "Mario- is experimenting with the 'info area' for tagging ...">>
<<topic "1:30:22" "Jeremy- Tagging linked into the tag manager.">>
<<topic "1:31:57" "Mario- mentions BJ's Drag and Drop sorting for tiddlers ...">>
<<topic "1:37:10" "Jeremy- Drag and drop should create a hirachical list.">>
<<topic "1:37:47" "Jeremy- The 'stack trace' would be worth including.">>
<<topic "1:39:00" "Jeremy/Mario- about debugging exernal library stuff.">>
<<topic "1:42:45" "Bye! Bye!">>
\define hangout() 038
<<header>>
"""
<<topic "0:00:00" "Intro: rtl - Eric, Jeremy, Mario">>
<<topic "0:00:45" "Jeremy- Copy and paste HTML for upcoming 5.0.9 as a plugin.">>
<<topic "0:06:15" "Jeremy- Making system tags less visible. Should system tags be visible on the tiddler.">>
<<topic "0:11:55" "Jeremy- A tiddler with a system tag, most of the time is also a system tiddler.">>
<<topic "0:14:05" "Mario- "User system tiddlers" may start with an underline, just for sorting.">>
<<topic "0:15:25" "Jeremy- Advanced Search: Filter tab gets a new "example dropdown"">>
<<topic "0:16:27" "Mario- Should ther be an filter with EXOR behaviour.">>
<<topic "0:19:14" "Jeremy- Explanation how the filter dropdown mechanism works.">>
<<topic "0:21:00" "Mario- Creating automatic documentation from javascript files, or make it extra tiddlers. discussion ...">>
<<topic "0:27:45" "Eric- Is it technical docs, or user docs?">>
<<topic "0:31:25" "Eric- about, levels of documentation.">>
<<topic "0:34:00" "Jeremy- summary about the existing mechanisms.">>
<<topic "0:37:00" "Hello Stephan">>
<<topic "0:37:20" "Jeremy- about improvements in "filter" documentation.">>
<<topic "0:38:08" "Eric- what about a convention for plugin authors? Which info needs to be in the plugin, to have eg: autocomplete.">>
<<topic "0:43:04" "Jeremy- Would like to have an "content editable" editor to change parts of the tiddler.">>
<<topic "0:44:40" "Jeremy- about "selective editing"">>
<<topic "0:45:20" "Eric- Wouldn't it be easier, for selective editing, to start with transcluded content? ... yes">>
<<topic "0:47:35" "Mario- about editing transclusions with codemirror in edit mode.">>
<<topic "0:49:50" "Jeremy- Tooltip support for the link widget.">>
<<topic "0:53:35" "Jeremy- ... A more generic fallback/lookup mechanism for every possible attribute is possible. Do we need this? ... no.">>
<<topic "0:54:55" "Mario- about his thoughts. ... Using widgets is allready "advanced" enough.">>
<<topic "0:57:57" "Mario- Would it be possible to show the whole tiddler content as a tooltip?">>
<<topic "0:58:53" "Jeremy- some fixes in D3 editions">>
<<topic "1:00:20" "Jeremy- about "charts.js"">>
<<topic "1:01:13" "Mario/Stephan- What about possibilities of the "checkbox, radio, button" widgets. Some work with tags, others with fields. ...">>
<<topic "1:03:54" "Jeremy- proposal: .. hiding internal tiddler fields, because they are immutable ... dilscussion.">>
<<topic "1:11:53" "Jeremy- proposal: .. different field types, get different functions, to create there representation.">>
<<topic "1:14:40" "Mario- feedback from a plugin authors point of view. discussion ... Probably a documentation problem.">>
<<topic "1:18:20" "Jeremy- about the plans what has to be changed for the next/last big refactoring.">>
<<topic "1:19:12" "Mario- about developer expectations. probably wrong expectations. TW doesn't follow the "jQuery" mechanism.">>
<<topic "1:21:30" "Mario- Edit fields in view mode loose the focus because of the refresh mechanism. ...">>
<<topic "1:23:30" "Jeremy- about the effort to write code - tests - documentation.">>
<<topic "1:24:40" "Jeremy- TW beta is close to RC">>
<<topic "1:25:50" "Jeremy- Transition from TWc to TW5 ... brainstorming about the workflow.">>
<<topic "1:28:00" "Mario- about Markdown with transclusion and tiddlylinks.">>
<<topic "1:29:10" "Jeremy- How can we create a transition workflow, with find and replace.">>
<<topic "1:33:12" "Mario- What if one runs a server for TWc to TW5 conversion? .. The browser should do it .. brainstorming.">>
<<topic "1:35:35" "Jeremy- What, if we do converion in the "bulk tiddler" view">>
<<topic "1:39:50" "Mario- What, if we have a special toolbar with several buttons, that do different magic to convert a tiddler from TWc syntax to TW5 syntax.">>
<<topic "1:44:15" "Bye! Bye!">>
\define hangout() 039
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Eric, Mario (0:28:00), Jeremy, Matias, Ton">>
<<topic "0:01:30" "Matias- Advantage of the nodejs / nodejs portable version?">>
<<topic "0:04:05" "Matias- Is there anything not appropriate in installing nodejs on a google docs drive, using the desktop version. What about in dropbox?">>
<<topic "0:10:25" "Matias- Where, if anywhere, do I find a list of forbidden characters for tiddler titles? One of those questions I've neglected forever and just limited what I title my tiddlers. Difference between twc and tw5?">>
<<topic "0:12:07" "Stephan- Are there plans to support multi user editing in the node.js edition of TW5?">>
<<topic "0:18:25" "Nathan- With google drive, you can run js now, w/ google apps.... full js w/ packages and everything! Could that be applicable?">>
<<topic "0:21:15" "Nathan- Shouldn't we maybe take questions in topical order? Might get tricky, in either case, heh...">>
<<topic "0:21:48" "Nathan- What's the status on the NPM packaging and build process? (Seems loosely related?)">>
<<topic "0:22:26" "Matias- Do I understnad it correct that nodejs should be installed in same folder as TW5nodejs, also meaning that if I want another TW5nodejs then I sould install a new nodejs. Or is nodejs 'global'?">>
<<topic "0:23:30" "Matias- proposing discussion on tables. Particularly I'm wondering if we could utilize the tab key for tables to lessen the mess in edit mode.">>
<<topic "0:24:40" "about the tab key / wysiwyg">>
<<topic "0:29:00" "Jeremy- about the TW development and Open Source (... philosophy)">>
<<topic "0:31:10" "Matias- What about voting on features?">>
<<topic "0:34:25" "Eric- About feedback for TW development ... (summary)">>
<<topic "0:40:00" "Matias- Why is TW not bigger, than it is? ... (It's from dev's, for dev's)">>
<<topic "0:46:25" "Eric- How Eric explains TW to interested 'guests'">>
<<topic "0:48:30" ".. Jeremy- about 'What learned with TWclassic' ... about TW5 editions">>
<<topic "0:51:00" ".. Matias- about a 'central plaice' to explore TW5">>
<<topic "0:54:20" "Mario- About discussion forums">>
<<topic "0:55:15" "Eric- About google groups discussions / knowledgebase">>
<<topic "0:58:15" "Nathan- tiddlywiki+codemirror+ometa is ridiculously good fun and might apply to better wysiwyg, as well as some of the parser/BNFish discussions from earlier. Would there be interest in some rebased patches for it?">>
<<topic "0:59:25" "Nathan- some of the crazy crypto-currency folks are exploring some very interesting community coordination mechanisms and such (DAOs/DACs) might this be particularly applicable to tiddly in these feedback cycle questions?">>
<<topic "1:01:15" "Matias- Proposing a discussion on links(!) I'll explain more in hangout but, briefly, going back to where you were in a text after you 'opened a link + read + closed' ought to be smoother.">>
<<topic "1:05:10" "Jeremy- about different story columns ...">>
<<topic "1:06:45" "Jeremy- about substance composer">>
<<topic "1:12:00" "Mario- about TW editions with 'a single purpose'">>
<<topic "1:12:25" "Jeremy- about 'what IS TiddlyWiki'">>
<<topic "1:14:00" "Jeremy- what's new in 5.0.9 prerelease">>
<<topic "1:14:30" ".. NEW: 'Advanced panel' in tiddler info panel">>
<<topic "1:17:15" "Mario- TODO: about translations and handling 'diffs'">>
<<topic "1:23:10" "Jeremy/Mario- about upgrading from TiddlyWikiClassic">>
<<topic "1:29:30" "Jeremy- new colour for the $:/ prefix">>
<<topic "1:30:40" "Matias/Jeremy- about system tiddlers 'users' need / want to deal with ....">>
<<topic "1:37:30" "Jeremy- NEW Tag Manager let's you select icons for tags. ... TODO about tag colour manipulation.">>
<<topic "1:48:55" "Jeremy- NEW an architecture diagram">>
<<topic "1:56:56" "Bye! Bye!">>
\define hangout() 040
<<header>>
"""
<<topic "0:00:00" "Intro frtl: Arlen, Chinarut, Eric, Jeremy, Mario, Nathan">>
<<topic "0:01:50" "Matias- Proposal for design changes in edittemplate.">>
<<topic "0:04:50" ".. discussion about how the tag input field works. ...">>
<<topic "0:06:45" ".. handling of custom fields">>
<<topic "0:08:08" ".. tag handling again">>
<<topic "0:09:50" "Eric- .. summary about input strategies ..">>
<<topic "0:10:28" "Eric- about the problem with 'invisible' shadow tags">>
<<topic "0:13:57" "Mario- idea how to handle system tags">>
<<topic "0:16:35" "Jeremy- about the general design ...">>
<<topic "0:19:58" "Stephan joined ..">>
<<topic "0:20:53" "Mathias- According to tiddler 'TiddlerFields' on tw.com, field names must only contain some a-z plus three other explicitly typed characters. However, typing in !'#¤%&/() seems to work? Change instrux or do validation check.">>
<<topic "0:28:00" "Matias introduced himself">>
<<topic "0:29:33" "Stephan- discussion about special tag / field $()$ and the newTiddler widget">>
<<topic "0:33:08" "Jeremy- about cheap TiddlyWiki infrastructure .. TW cloud">>
<<topic "0:34:58" "Mario- introducing OpenShift to use with tiddlyweb and TW5">>
<<topic "0:47:25" "Nathan- Likes the 'no backend / unhosted' stuff">>
<<topic "0:50:54" "Mario- about CamilStore as a future backend">>
<<topic "0:55:01" "Jeremy- recent changes to TW, new home button, right sidebar on/off">>
<<topic "0:57:52" "Jeremy- Curved Text with an SVG path">>
<<topic "1:00:40" "Jeremy- first iteration of Cecily list view">>
<<topic "1:02:50" "Jeremy- new scrollable widget, multi column story view">>
<<topic "1:09:13" "Matias- about the TiddlerTabsPlugin">>
<<topic "1:13:21" "Jeremy- general discussion about UI">>
<<topic "1:15:55" "Jeremy- about translations and plugin management / documentation">>
<<topic "1:17:04" "Jeremy- about blacklisting of unsafe HTML features">>
<<topic "1:19:20" "Mario- Eric what's going on with the TWclassic development.">>
<<topic "1:22:24" "Jeremy- about blocking of javascript">>
<<topic "1:23:12" "Jeremy- the new TiddlyWiki Architecture diagram">>
<<topic "1:27:55" "Mario- about the problem with the tiddler object being immutable.">>
<<topic "1:30:40" "Jeremy- about a fix with the syncer">>
<<topic "1:31:04" "Matias- When will we see the next release?">>
<<topic "1:32:37" "Matias- What does the 'house/home' icon do?">>
<<topic "1:35:45" "Nathan- What group is it? LNUG?">>
<<topic "1:39:05" "Bye! Bye!">>
\define hangout() 041
<<header>>
\define hangout() 042
<<header>>
"""
<<topic "0:00:00" "Intro frtl: Arlen, Danielo, Eric, Jeremy, Mario, Stephan, Ton">>
<<topic "0:02:40" "Detailed intro: Danielo, since he is new.">>
<<topic "0:03:56" "Danielo- Shows some of his documents and encryption.">>
<<topic "0:05:20" "- general discussion about TW usage">>
<<topic "0:06:40" "Danielo: About the NewTiddler widget.">>
<<topic "0:09:10" "About the overview index and top search to open tiddlers">>
<<topic "0:10:25" "Jeremy- How many tiddlers do you have? 388 content">>
<<topic "0:11:10" "Jeremy- What did you use before TW .. several, Evernote OneNote">>
<<topic "0:13:40" "Jeremy- What about the customisation differences ...">>
<<topic "0:15:00" "Danielo- 'In place editing' of table cells">>
<<topic "0:21:25" "Stephan- Idea, to make the 'new tiddler' part of the core.">>
<<topic "0:22:25" "Danielo- is back ... phone battery was empty. ... the edit template.">>
<<topic "0:27:27" "- multi column list of all tiddlers">>
<<topic "0:28:10" "question: Where does TW search at the moment?">>
<<topic "0:41:00" "Danielo- Introduction of the tiddler encryption plugin">>
<<topic "0:51:15" "Jeremy- about single tiddler encryption in the core. ... some general discussion about passwords">>
<<topic "0:57:00" "Jeremy- about the 'New tiddler' widget contributed from Arlen">>
<<topic "0:59:30" "Intro: Miriam (Danielo's girlfriend)">>
<<topic "1:02:40" "Jeremy- back at the New tiddler widget.">>
<<topic "1:05:50" "Arlen- shares his take on the new tiddler widget">>
<<topic "1:10:27" "Jeremy- technical discussion ...">>
<<topic "1:28:40" "Jeremy- Nathan any questions? .. braintest . tiddlyspace . com">>
<<topic "1:30:15" "Mario- with Stephans question about the (missing) structure of a TW document.">>
<<topic "1:31:20" "Jeremy- Recaps Stephan's the story">>
<<topic "1:36:06" "Jeremy- about the structure of a 'big tiddler' transcluding othere tiddlers. ..">>
<<topic "1:38:00" "Jeremy- about transclusions manipulating the heading level.">>
<<topic "1:41:15" "Danielo- about WYSIWYG editor on BJ's spot.">>
<<topic "1:46:50" "Danielo- What about integration for snippets? ... some ideas ..">>
<<topic "1:51:10" "Bye! Bye!">>
\define hangout() 043
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Dave, Jeremy, Mario, Nathan, Ton">>
<<topic "0:01:50" "Dave- Image gallery">>
<<topic "0:04:40" "discussion about floating layout">>
<<topic "0:05:15" "Jeremy- about the scrollable widget coming up in 5.0.9">>
<<topic "0:06:20" "Jeremy- about the upcoming release.">>
<<topic "0:07:20" "Jeremy- removing the right sidebar and stretching the tiddler">>
<<topic "0:10:20" "Jeremy- not done yet ... left-hand menue">>
<<topic "0:10:40" "Jeremy- about the top left 'home' button as a navigation dropdown">>
<<topic "0:12:10" "Jeremy- cecily plugin ... some general discussion">>
<<topic "0:19:14" "Jeremy- schema of the TiddlyWiki internal structure ... client / server">>
<<topic "0:20:55" "Eric- About including TWclassic ideas, plugins into TW5">>
<<topic "0:22:23" "Jeremy- The 5.0.9 should be out on April 15th.">>
<<topic "0:23:07" "Jeremy- About the new layout of the community sites.">>
<<topic "0:25:15" "Jeremy- About the TiddlyDesktop 'thumbnail' function">>
<<topic "0:26:35" "Mario- Will there be a 'nightly' build? ... github master">>
<<topic "0:28:35" "Jeremy- About the 'filter changes' and the docs.">>
<<topic "0:30:55" "Jeremy- The TagManager can assign icons and colors">>
<<topic "0:31:20" "about Danielos new 'tag search' UI">>
<<topic "0:32:00" "...tech stuff">>
<<topic "0:32:25" "Mario- What's about the performance optimizations?">>
<<topic "0:36:45" "Mario discussion about the general editing behaviour.">>
<<topic "0:39:30" "Jeremy- some timing info in the dev console. .. memory consumption and GC">>
<<topic "0:44:00" "Mario- About a new hosting provider, that calculates cost based on http-request. .. discussion">>
<<topic "0:48:50" "Jeremy- about socket.io for fast 2 way communication">>
<<topic "0:51:50" "Jeremy- About the 2 'hamburger' icons close to each other.">>
<<topic "0:54:10" "Jeremy- Full screen mode looks better now, without the right sidebar.">>
<<topic "0:54:30" "Jeremy- about the updated Filter docs">>
<<topic "0:55:30" "Text on an SVG path">>
<<topic "0:56:10" "Eric- about the 'hamburger' icons ...">>
<<topic "0:57:20" "Dave- question about the new fluid theme.">>
<<topic "1:01:15" "Dave- about full width tiddlers. ... edit mode preview..">>
<<topic "1:05:26" "Mario- about edit performance of codemirror is faster than the new edit text area.">>
<<topic "1:06:10" "Dave- Preview as a popup ..">>
<<topic "1:08:50" "Jeremy- Some new translations ... some general discussion.">>
<<topic "1:11:50" "about the translations and the file size. ... the 'plugin library' will fix this.">>
<<topic "1:12:45" "Mario- About 'language editions' .. So language setups will be editions containing the plugins.">>
<<topic "1:14:30" "Intro Stephan ... will meet Jeremy in London at the 'node js meetup'">>
<<topic "1:17:00" "The 'Road Map' ...">>
<<topic "1:18:10" "Jeremy creates a '5.0.10' Whishlist">>
<<topic "1:18:46" "Danielo joined. ...">>
<<topic "1:20:30" "Dave- votes for 'permalinks' of tiddlers. discussion ...">>
<<topic "1:29:10" "Danielo- question about the top-left and top-right bar.">>
<<topic "1:29:50" "Stephan- using a query URL for permalinks. ... The URL / http spec says it's for the server!">>
<<topic "1:32:30" "Jeremy- Any more topics for 5.0.10 .. Mario -> 'the global macros'">>
<<topic "1:33:52" "Danielo- question about the plugin-library mechanism.">>
<<topic "1:34:35" "-pause- Eric ... Soundtrack for the TiddlyWiki Trailer">>
<<topic "1:35:40" "Jeremy- about a TiddlyWiki trailer">>
<<topic "1:36:00" "about the TW plugin-library ...">>
<<topic "1:38:00" "about 'approved components'">>
<<topic "1:39:15" "Danielo works on a plugin to easily 'package plugins in the browser'">>
<<topic "1:40:40" "Jeremy- about the spanish translation">>
<<topic "1:42:30" "Mario- online translation with github should be easy. ...">>
<<topic "1:43:50" "discussion about, how to find texts, that need to be translated.">>
<<topic "1:45:40" "Danielo- Is it possible to have a multi language TW. ... Mario thinks 2 editions would be much easier.">>
<<topic "1:47:40" "-pause- .. no music .. but a song :)">>
<<topic "1:48:50" "Bye! Bye!">>
\define hangout() 044
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Jeremy, Mario, Nathan">>
<<topic "0:00:50" "... fixing the invitation links ...">>
<<topic "0:01:45" "Jeremy- What's new in 5.0.10">>
<<topic "0:02:20" "Jeremy- short interuption, ... the lnug TW5 presentation">>
<<topic "0:03:30" "Jeremy- What's new in 5.0.10 ... 'safe mode'">>
<<topic "0:06:45" "Jeremy- Additional info about the safe mode">>
<<topic "0:07:40" "Jeremy- the image TW syntax - ]] and formatting">>
<<topic "0:11:38" "Jeremy- image support for markdown syntax in markdown tiddlers">>
<<topic "0:12:28" "Jeremy- new support for sorting with accented characters">>
<<topic "0:13:53" "Jeremy- hiding the sidebar frees space for the tiddler now">>
<<topic "0:14:35" "Jeremy- some minor bugfixes, ... ordering of style sheets">>
<<topic "0:16:10" ".. questions .. the RoadMap .. ARIA roles - help wanted!">>
<<topic "0:19:56" ".. further wikitext features">>
<<topic "0:20:40" ".. productivity functions .. may be after 1.0">>
<<topic "0:22:08" "Jeremy- 5.0.11 Whishlist .. global macros">>
<<topic "0:25:54" "Nathan- masstree (prototype) proof of concept implementation with TW.">>
<<topic "0:30:40" "Jeremy- ideas about the wiki-store ... tiddler hashmap is private member to the wiki object now">>
<<topic "0:34:11" "Mario- ArangoDB as a TW backend and app server">>
<<topic "0:35:05" "Jeremy- about PouchDB as a TW browser based backend">>
<<topic "0:38:10" "Mario- about a 'one click install'">>
<<topic "0:40:00" "Jeremy- about TW security ... (Danielo joined) ... internet security in general">>
<<topic "0:43:30" "Eric- joined">>
<<topic "0:43:47" "Jeremy- Danielo should demo the 'custom key bindings'">>
<<topic "0:44:17" "Mario- feature request for 'system fields' ...">>
<<topic "0:46:30" "Jeremy- points to a github issue #487">>
<<topic "0:49:25" "Arlen- joined">>
<<topic "0:50:10" "Danielo- screenshares the new key bindings ...">>
<<topic "0:54:55" ".. the plugin packaging plugin ... the key binding configuration">>
<<topic "0:59:00" "Mario- Is there a possibility to create buttons for the key strokes? yes .. should be there.">>
<<topic "1:01:10" "Jeremy- This doesn't work with the codemirror plugin.">>
<<topic "1:03:10" "Jeremy- Did you use TW with nodejs? ... D. needs a portable option.">>
<<topic "1:04:44" "Jeremy- Eric you did TiddlyTools in the browser?">>
<<topic "1:05:40" "Danielo- created the 'plugin creator' ...">>
<<topic "1:06:16" "Danielo- question, about additional info for codemirror plugins ... general discussion.">>
<<topic "1:11:30" ".. about the existing codemirror key bindings at the tw5 repo">>
<<topic "1:15:25" "Arlen: question about outstanding pull requests. 'new tiddler with a skeleton template' ... These pull request actually require changes in the TW core.">>
<<topic "1:23:35" "- pause -">>
<<topic "1:25:20" "Jeremy- discussion with Arlen ...">>
<<topic "1:28:35" "Jeremy- any questions or comments.">>
<<topic "1:29:30" "Jeremy- about TW usage ...">>
<<topic "1:29:55" "Mario- What about a hangout to 'shorten the issue list'? ... some discussion">>
<<topic "1:38:10" "Bye! Bye!">>
"""
\define hangout() 045
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Jeremy, Mario, Nathan, Ton">>
<<topic "0:01:10" "Jeremy- Ton, How did you find the update process to 5.0.10?">>
<<topic "0:02:55" "Jeremy- the agenda - TW talk at lnug - issue review">>
<<topic "0:03:44" "Jeremy- about the TW presentation wiht TW - new full screen theme - 'Punch'">>
<<topic "0:08:35" "Jeremy- The presentation itself.">>
<<topic "0:08:40" "- What is TiddlyWiki?">>
<<topic "0:09:02" "- What Problem Does TiddlyWiki Solve?">>
<<topic "0:12:10" "- TiddlyWiki User Experience">>
<<topic "0:13:08" "- More Features">>
<<topic "0:13:54" "- Demo of Single File Edition">>
<<topic "0:14:45" "- TiddlyWiki Rendering Pipeline">>
<<topic "0:17:18" "- Running on the Browser and Node.js">>
<<topic "0:18:25" "- Running TiddlyWiki Under Node.js">>
<<topic "0:19:00" "- TiddlyWiki Server Synchronisation">>
<<topic "0:23:19" "- Enter node-webkit and TiddlyDesktop">>
<<topic "0:31:24" "- Using TiddlyWiki as a Library">>
<<topic "0:32:10" "Mario- is there a link? tiddlywiki(.)com/talkytalky">>
<<topic "0:33:05" "Jeremy- about the new diagrams ..">>
<<topic "0:34:40" "Mario- did you modify the diagrams in an editor">>
<<topic "0:35:00" "If you are not intereste in the issue list you may jump to 1:55:13 'The new TW command line build system'">>
<<topic "0:36:25" ".. The issue list">>
<<topic "0:37:10" "the bug list #47 Back button doesn't work as expected">>
<<topic "0:38:50" "#95 Tables use obsolete align attribute">>
<<topic "0:42:26" "#116 The savetiddlers command generates filenames with %20 for spaces .. wontfix">>
<<topic "0:47:55" "... about punycode">>
<<topic "0:51:15" "#116 wontfix .. because we can't fix it at the moment.">>
<<topic "0:53:30" "#118 Scrolling in the story river.">>
<<topic "0:56:59" "#177 Drag and drop fails with some cross-browser combinations">>
<<topic "0:58:19" "#202 Exclude popup state tiddlers when saving wiki as a single file">>
<<topic "1:04:04" "#222 Background in HTML5 Fullscreen with no tiddlers open too small">>
<<topic "1:05:07" "#224 $edit-text widget loses focus during refresh">>
<<topic "1:09:58" "#238 JSON deserialiser doesn't import custom fields">>
<<topic "1:10:14" "#243 Zoomin view order is odd when closing tiddlers">>
<<topic "1:10:59" "#262 Clarify usage of text reference">>
<<topic "1:12:26" "#274 Download buttons don't work in internet explorer 11">>
<<topic "1:14:46" "#282 FF tiddler toolbar moves to the left in a 'jumpy' way">>
<<topic "1:17:33" "#323 Don't persist $:/HistoryList">>
<<topic "1:19:53" "#347 Intermittent lock-up of server edition, preventing further tiddler saves">>
<<topic "1:20:46" "#365 Rapid refreshing in browser crashes the server">>
<<topic "1:23:57" "#379 favicons don't work in ie11">>
<<topic "1:24:31" "#409 filters behave differently when used in list widget and { { { transclusion">>
<<topic "1:25:40" "#495 TiddlyIE failing because window.TiddlyIE.save() is undefined">>
<<topic "1:26:14" "#541 'dependents' field in plugins is mis-named">>
<<topic "1:28:02" "#582 CodeMirror plugin doesn't refresh correctly">>
<<topic "1:28:35" "- - -">>
<<topic "1:29:41" "new features">>
<<topic "1:30:22" "#47, #86 'new here' toolbar button">>
<<topic "1:32:16" "#131 copy and paste tiddler as JSON .. the plugin mechanism can be used for this">>
<<topic "1:34:22" "#141 Feature request: colored icons in edit toolbar">>
<<topic "1:37:45" "#143 Use keyboard down key to go to AutoComplete popup">>
<<topic "1:37:56" "#144 Feature to consider: Sidebar scrolling limiting to tabs">>
<<topic "1:44:37" "#170 hide most edittemplate items in a slider or tab see: #506">>
<<topic "1:47:40" "#188 Allow tilder to be used to suppress any wikitext rule">>
<<topic "1:48:30" "#190 It should be possible to display fields in local time">>
<<topic "1:48:34" "#192 Extend link widget to link to a filtered list">>
<<topic "1:50:00" "#196 Renaming a tiddler break links, the user should be warned at least">>
<<topic "1:50:07" "#198 Extend checkbox widget to user fieldmangler widget">>
<<topic "1:50:15" "#209 Add global 'list' macro">>
<<topic "1:50:36" "#235 Table Block-mode syntax proposal (followup hangout#23)">>
<<topic "1:51:15" "#253 floating tiddlers - pause the 'features' review">>
<<topic "1:54:00" "- - some reflection">>
<<topic "1:54:30" "about 'refactoring' tag">>
<<topic "1:55:13" "Jeremy- The new TW command line build system - some breaking changes">>
<<topic "2:06:24" "question for Nathan about #390 Should wiki and plugin folders be described by package.json">>
<<topic "2:08:20" "Bye! Bye!'">>
"""
\define hangout() 046
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Eric, Nathen, Jeremy">>
<<topic "0:00:50" "Jeremy- What's new in 5.0.11">>
<<topic "0:01:45" "Jeremy- The new URL permaview, permalink behaviour, browser 'back button' works now!">>
<<topic "0:04:40" "Jeremy- the browser history ... what should be the default settings.">>
<<topic "0:08:24" "Jeremy- Make vertical tabs reusable.">>
<<topic "0:11:00" "Jeremy- New 'before', 'after' filter operators. for 'next' and 'previous' buttons.">>
<<topic "0:12:23" "Jeremy- about Atom editor and some glitches it introduces.">>
<<topic "0:13:50" "Jeremy- new syntax for single line config / status tiddlers">>
<<topic "0:14:20" "Jeremy- add the external links syntax ...">>
<<topic "0:15:07" "Jeremy- about the changes to startup.js ... it's several modules now, handling dependencies">>
<<topic "0:21:00" "discussion about code / starup ordering">>
<<topic "0:22:34" "Jeremy- Optimizing the widget update performance.">>
<<topic "0:24:10" "Jeremy- The permalink URL scheme">>
<<topic "0:25:50" "Jeremy- .. about safe mode .. TWc paramifiers">>
<<topic "0:30:35" "Jeremy- short sumary ... Whishlist recap">>
<<topic "0:33:15" "Jeremy- TiddlyFox will get a backup function">>
<<topic "0:34:00" "Jeremy- What can we do to promote TW.">>
<<topic "0:34:45" "Jeremy- tagesanzeiger(.)ch has an article about TW.">>
<<topic "0:40:15" "Nathan- about the common-js require mechanism .. server side imoprovements">>
<<topic "0:48:05" "Jeremy">>
<<topic "0:49:00" "Bye! Bye!">>
\define hangout() 047
<<header>>
"""
<<topic "0:00:00" "Intro frtl: Jeremy, Mario, Paul, Stephan">>
<<topic "0:02:10" "Jeremy- Paul .. anything to share with the community? ... using TWc with tablets">>
<<topic "0:13:37" "Danielo joined">>
<<topic "0:13:53" "Jeremy- the agenda">>
<<topic "0:14:40" "Jeremy- the parsing mechanism needs some refactoring">>
<<topic "0:15:50" "Jeremy- GFM ... line break handling">>
<<topic "0:18:08" "Jeremy- global macros">>
<<topic "0:20:25" "Jeremy- anything else ... ? Stephan & Mario ... Environment variables issue at github">>
<<topic "0:22:50" "Ton joined">>
<<topic "0:23:30" "Danielo- hi!">>
<<topic "0:23:50" "Danielo- What's the usecase for the environment variables?">>
<<topic "0:29:44" "Jeremy- IreneKnapp's ticket about multi-users with tiddlyspot">>
<<topic "0:39:35" "Jeremy- How do you like the new 'permaview' behaviour.">>
<<topic "0:53:50" "Jeremy- ... new issue ... vertical tabs don't work">>
<<topic "0:55:45" "Danielo- question about node, node-webkit, TiddlyDesktop">>
<<topic "0:59:40" "Jeremy- about integrating VexTab ...">>
<<topic "1:03:10" "Danielo- question about importing 3rd party libraries into TW">>
<<topic "1:04:25" "Jeremy- about 3rd party libs. ...">>
<<topic "1:10:50" "Jeremy- any other topics? ... Danielo .. who to use jquery">>
<<topic "1:24:00" "... difficulties using jquery wiht TW. ...">>
<<topic "1:25:45" "Jeremy- About the TW article in a swiss newspaper ... TW philosophy in general">>
<<topic "1:28:50" "Jeremy- about 'independent technology' and the 'no backend' movement ...">>
<<topic "1:34:35" "... Bye! Bye'">>
\define hangout() 048
<<header>>
"""
<<topic "0:00:00" "Intro- frtl: Dave, Jeremy, Stephan, Ton">>
<<topic "0:02:00" "Dave- shares some new experiments .. notes templates, todo's ... creating tiddler hirachies">>
<<topic "0:05:55" "Jeremy- about Dave's navigation buttons, ... some discussion about the interface">>
<<topic "0:08:30" "Dave- shows his 'tabbed interface' ... table of contents ... improved search">>
<<topic "0:10:45" "Jeremy- about TW as an IDE?!">>
<<topic "0:11:55" "Jeremy- about more svg icons, ... help requested!">>
<<topic "0:13:12" "Jeremy- 3rd party plugins, from 'JSXGraph Widget'">>
<<topic "0:18:20" "Mario- intro: hi!">>
<<topic "0:18:55" "Jeremy- about Danielo's plugins .. context search plugin">>
<<topic "0:21:15" "Jeremy- question from Stephan: Is there a widget guideline?">>
<<topic "0:24:17" "Mario- about tiddlywiki.org .. and docs">>
<<topic "0:25:38" "Jeremy- recent changes in 5.0.13 ... the new 'select widget' ...">>
<<topic "0:29:42" "Mario- can you show the content of the 'select target tiddler'">>
<<topic "0:32:52" "dicussion with Stephan about his usecase. ... a select widget should be able to enumerate the content of a data-tiddler">>
<<topic "0:34:25" "About the ControlPanel: Advanced tab ... discussion about 'hidden and visible configuration' with mario">>
<<topic "0:29:50" "Jeremy- tiddler types with the select widget ... intro and some tweaking ...">>
<<topic "0:46:18" "Jeremy- about html5 'combo box control'">>
<<topic "0:47:15" "Jeremy- about the tiddler layout refactoring and the select widget 'grayed out text'">>
<<topic "0:48:30" "Jeremy- tweaks to the 'permalink' behaviour + discussion about 'user problems'">>
<<topic "0:54:37" "Jeremy- Escape as shortcut is back">>
<<topic "0:55:35" "Mario- Idea about a 'notification mechanism for new functions' ...">>
<<topic "0:57:40" "Jeremy- about the update process, upgrade widget">>
<<topic "0:58:56" "Jeremy- is speaking at a company conference in germany ...">>
<<topic "1:01:15" "Jeremy- things to do in the next version, tiddlyspot as a plugin,">>
<<topic "1:05:53" "any questions - no">>
<<topic "1:06:00" "Jeremy- tiddlywiki(.)com documentation should be updated independently to the TW version">>
<<topic "1:07:45" "Jeremy- about VaxTab ... there are licensing problems">>
<<topic "1:09:04" "Jeremy- about the Indie Tech Manifesto / Summit">>
<<topic "1:14:11" "CSS print question from Dave">>
<<topic "1:20:11" "Jeremy- .. New feature - horizontal tabs ... can handle looooong titles">>
<<topic "1:24:35" "Jeremy- about the flex box layout for the whole tw page (in the future) ...">>
<<topic "1:31:55" "Jeremy- about the problem with FireFox and the toolbar buttons. ..">>
<<topic "1:35:10" "Mario- Some more feedback from IE users?">>
<<topic "1:37:13" "Jeremy- was playing with IOS 8 .. and Safari WebGL support.">>
<<topic "1:41:21" "Mario- Have you seen famo(.)us?">>
<<topic "1:46:00" "Jeremy- Apple's new language 'swift'">>
<<topic "1:49:25" "Mario- How does swift affect TW? ... Jeremy- about a CLI for TW.">>
<<topic "1:52:14" "Dave- Will entering the search string be more performant in the future - again?">>
<<topic "1:58:10" "Bye! Bye!">>
"""
\define hangout() 049
<<header>>
"""
<<topic "0:00:00" "Intro- frtl: Jerem, Mario, Stephan, Ton">>
<<topic "0:01:27" "The most recent changes">>
<<topic "0:02:05" "Jeremy's ToDo notes">>
<<topic "0:03:39" "Jeremy- NEW external image support ... _cannonical_uri">>
<<topic "0:10:30" "about the implementation (techy :)">>
<<topic "0:12:35" "Mario- Is it possible to create this kind of tiddler by hand? New tiddler?">>
<<topic "0:17:45" "Mario- The image tiddler transclusion works ... yes!">>
<<topic "0:18:57" "Jeremy and Mario about youtube links and the time stamp handling ...">>
<<topic "0:19:19" "Mario- about the annotation timestamps ...">>
<<topic "0:19:41" "Jeremy- about Mario writing annotations about the discussion about annotations ...">>
<<topic "0:20:02" "Jeremy-">>
<<topic "0:20:10" "Nathan joined">>
<<topic "0:20:31" "Jeremy- about the parsers implementations.">>
<<topic "0:25:40" "Jeremy- how the _cannonical_uri influents the EditTemplates">>
<<topic "0:28:00" "Jeremy- new CLI savetiddler command to save / create external image tiddlers">>
<<topic "0:31:38" "Jeremy- The 'old' tiddler type dropdown is back.">>
<<topic "0:32:45" "Jeremy- some documentation updates">>
<<topic "0:33:15" "Nathan ?">>
<<topic "0:33:37" "Jeremy- What's next for">>
<<topic "0:33:53" "Ton- about the external image functions ... are thumbnails possible?">>
<<topic "0:36:58" "Jeremy- about extended image presentations functions.">>
<<topic "0:41:10" "Jeremy- about fixing up the relative date widget.">>
<<topic "0:46:45" "Nathan- templated image links would be cool">>
<<topic "0:47:38" "Jeremy- thinks we need tools to visualize the parse- and render-tree (for devs)">>
<<topic "0:50:45" "Jeremy- about the creation of talky-talky ..">>
<<topic "0:52:20" "Intro Danielo">>
<<topic "0:53:00" "Danielo- has some proposals">>
<<topic "0:53:20" "TiddlyWiki Desktop should be listed on the Node WebKit project page">>
<<topic "0:57:50" "Danielo- proposal to 'track tiddler usage data' eg: how often a tiddler was viewed">>
<<topic "1:03:00" "Jeremy / Danielo- about tiddler syncing / import mechanism (new plugin)">>
<<topic "1:03:54" "Danielo requests some plugin management functions in the ControlPanel">>
<<topic "1:06:20" "Danielo would like to have a 'save as' button somewhere.">>
<<topic "1:09:50" "Mario- about the problem in FireFox with 'save as' UUID name. May be the TiddlyFox backups handling should do it.">>
<<topic "1:12:52" "Danielo- would like to have a dropdown list for fields similar to tags input box">>
<<topic "1:17:10" "Danielo shows his new 'import / sync' plugin. (some screen share problems)">>
<<topic "1:19:50" "D. back-">>
<<topic "1:24:25" "Danielo- shows how he changed the code. ... Discussion about sync and import">>
<<topic "1:29:50" "... Mario- suggests 3 different import reports ... Jeremy, Danielo, Nathan, Mario discussion about the workflow ...">>
<<topic "1:47:10" "Jeremy- about a sync command line option ... shows some code, where Danielo could start">>
<<topic "2:03:20" "Jeremy- shows how to inspect code with the 'debugger' option ... discussion about syncing">>
<<topic "2:13:00" "Bye! Bye!">>
"""
\define hangout() 050
<<header>>
"""
<<topic "0:00:00" "Intro: Jeremy, Stephan, Mario (later)" >>
<<topic "0:00:40" "What's new .. accessibility + discussion" >>
<<topic "0:08:42" "Mario joined ... intro" >>
<<topic "0:10:12" "back to the accessibility discussion. ... page title is an h1 now. tiddler title is h2 now. How do others do it." >>
<<topic "0:16:10" "Nathan joined" >>
<<topic "0:17:10" "Jeremy- NEW: state tiddlers are not saved anymore, which should fix some strange UI behaviour for new users" >>
<<topic "0:21:19" "Mario- The TiddlyIE extension didn't work with IE11" >>
<<topic "0:22:38" "Jeremy- NEW: external images functions should be finished now" >>
<<topic "0:24:00" "Jeremy- new 'build' command options in the tiddlywiki .info file" >>
<<topic "0:24:50" "Jeremy- external links for html-tiddlers can be included as iframes now." >>
<<topic "0:29:28" "copy / paste html fragments also inlcude an iframe" >>
<<topic "0:31:40" "Jeremy- there should be a possibility to handle 'semless iframes'" >>
<<topic "0:32:23" "Jeremy- NEW: extending the server path, for better route handling." >>
<<topic "0:34:32" "Jeremy- NEW: global macros work now" >>
<<topic "0:40:08" "Nathan- Does it scope macros?" >>
<<topic "0:41:32" "Jeremy- is working on the 'Environment Variables' ticket atm." >>
<<topic "0:42:10" "Jeremy- What's next .. (modifying the roadmap tiddler :)" >>
<<topic "0:42:47" "Stephan- missed the 'Environment Variables' info" >>
<<topic "0:44:35" "... skimming the issue list" >>
<<topic "0:45:01" "Stephan- What about the 'new filters' proposal issue?" >>
<<topic "0:47:20" "Jeremy- what needs to be done ... backups, upgrade wizard" >>
<<topic "0:51:20" "Danielo joined" >>
<<topic "0:52:00" "... about the upgrade process" >>
<<topic "0:53:15" "Jeremy / Danielo issue with codemirror ... discussion (problem with the hangout focus)" >>
<<topic "1:02:55" "Jeremy- Let's talk about the future" >>
<<topic "1:05:14" "Jeremy- want's to make a hirachical table of content (widgets/template/global macros)" >>
<<topic "1:06:24" "Danielo-? (sry I can't understand the question - jeremy did - something with external plugins)" >>
<<topic "1:07:30" "Jeremy- a concept picture about library handling ( ( (Core) Core Library) 3rd party Libraris)" >>
<<topic "1:14:00" "... we want to solve the 'orphan plugins' problem ..." >>
<<topic "1:18:35" "Mario- sees the central repository as the 'stable branch'" >>
<<topic "1:20:25" "Jeremy- ... more details (about the workflow)" >>
<<topic "1:27:05" "... how others do there plugin management (doku-wiki, atom, brackets)" >>
<<topic "1:33:24" "Danielo- has a new 'import plugin' ... (some problems with screen sharing)" >>
<<topic "1:35:51" "... jeremy back online" >>
<<topic "1:40:25" "Jeremy / Danielo- discussion about the implementation and Jeremy's point of view (ideas)" >>
<<topic "1:47:15" "Jeremy- ... 'philosophical' discussion about open source and the TW project and plugin mechanism." >>
<<topic "1:56:35" "Jeremy- about TW language contributions" >>
<<topic "1:59:20" "Bye! Bye!" >>
"""
\define hangout() 051
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Jeremy, Mario, Nathan, Stephan" >>
<<topic "0:01:00" "Nathan- How could we extend the batch build syntax to support interpreting arbitrary environment variables? It seems like the obvious $ENVVAR might not be so great for us!" >>
<<topic "0:02:03" "Jeremy- info about the tiddlywiki.info file" >>
<<topic "0:04:35" "Jeremy- about XDI format at wikipedia" >>
<<topic "0:15:05" "Nathan- info about his usecase" >>
<<topic "0:16:06" "Stephan- Now that we have the environment varibles I think it should be possible to have the content of my tiddlystuff.tiddlyspot.com in a git repository without this being a fork of tiddlywiki, right? What do I need to do?" >>
<<topic "0:23:50" "Stephan- tables generated by an 'R' script. Is it possible to import a big file containing many tiddlers, atm?" >>
<<topic "0:31:55" "Nathan- Suggests an import mechanism based on a (drag and drop) tiddlywiki.info file." >>
<<topic "0:35:04" "Jeremy- Question from Michael on the google group, about styling of individual tiddlers based on there tag." >>
<<topic "0:35:34" "... Jeremy demoes the 'Talky Talky' TW theme, that does modify the tiddler background." >>
<<topic "0:40:35" "Stephan- Idea about 'ViewTemplate and EditTemplate' see: groups. google. com/d/msg/tiddlywikidev/aqmRkhNd1KA/_wIEkDIT2o0J" >>
<<topic "0:41:50" "Jeremy- about recent changes to the core core/ui/ViewTemplate importing variables to set some styles. (for TW 5.0.14 beta)" >>
<<topic "0:49:40" "Jeremy- about the reuse of the imporvariables mechanism." >>
<<topic "0:50:25" "Nathan- .. bounty for a 'macro/ var import/ transclusion turing machine :)" >>
<<topic "0:51:20" "Nathna/Jeremy- about the ControlPanel- Editor maping configuration for different content types." >>
<<topic "0:56:10" "Mario- about the Mozilla Web-IDE now uses CodeMirror." >>
<<topic "0:58:12" "Mario- Would like to have a look at the RoadMap" >>
<<topic "1:00:30" "Mario- What's about the Github flavored markdown ... line break" >>
<<topic "1:05:30" "Jeremy- about better ARIA support." >>
<<topic "1:06:25" "Nathan- Mario .. are you still playing with the TW cloud stuff? Vagrant? ... docker?!" >>
<<topic "1:12:20" "Mario/Nathan- about the TiddlyWeb adaptor for TiddlyWiki and the TW backend" >>
<<topic "1:13:40" "Jeremy- About TW with and without a backend. TW can have any server." >>
<<topic "1:14:55" "Danielo joined ... about keyboard shortcuts. ..." >>
<<topic "1:17:47" "Danielo- about external images ... Are there planes to handle external tiddlers?" >>
<<topic "1:21:15" "Danielo- How to save external tiddlers ..." >>
<<topic "1:24:05" "Jeremy- about the next steps. .." >>
<<topic "1:25:03" "... Bye! Bye!" >>
"""
\define hangout() 052
<<header>>
"""
<<topic "0:00:00" "Intro frtl: Jeremy, Nathan, Ton" >>
<<topic "0:01:12" "Ton- Is it possible to use bookmarklets in TiddlyDesktop?" >>
<<topic "0:03:30" "Jeremy- shows TiddlyDesktop .. could support bookmarklets ... but's not there atm" >>
<<topic "0:06:06" "Jeremy- requests help and invites developers to join TiddlyDesktop development or even take it over." >>
<<topic "0:10:24" "Ton- Is there a chance that the ticket 192 (Extend link widget to link to a filtered list) will be implemented." >>
<<topic "0:15:40" "Jeremy- about a talk at InnoQ a german cunsulting company. (slides at tiddlywiki. com/talkytalky)" >>
<<topic "0:17:40" ".. 'The Nature of TiddlyWiki' - 'It's tiddlers all the way down!'" >>
<<topic "0:18:25" ".. 'History'" >>
<<topic "0:18:42" ".. 'What is TiddlyWiki?'" >>
<<topic "0:19:44" ".. 'Features'" >>
<<topic "0:20:04" ".. 'How TiddlyWiki Saves Changes'" >>
<<topic "0:21:32" ".. 'Saving with TiddlyFox'" >>
<<topic "0:21:43" ".. 'Saving with TiddlyTesktop'" >>
<<topic "0:21:46" ".. 'Saving on iPad/iPhone'" >>
<<topic "0:21:55" ".. 'Demo of Single File Edition'" >>
<<topic "0:22:38" ".. 'Task Management Demo'" >>
<<topic "0:23:11" ".. 'Customisation via System Tags'" >>
<<topic "0:23:37" ".. 'Serverless FTW!'" >>
<<topic "0:24:53" ".. 'Duality of TiddlyWiki'" >>
<<topic "0:27:06" ".. 'Everything is a Tiddler'" >>
<<topic "0:27:35" ".. 'TiddlyWiki Rendering Pipeline'" >>
<<topic "0:28:40" ".. 'User Interface State'" >>
<<topic "0:29:33" ".. 'Running TiddlyWiki Under Node.js'" >>
<<topic "0:29:49" ".. 'Static Site Generation'" >>
<<topic "0:30:09" ".. 'TiddlyWiki Sever Synchronisation'" >>
<<topic "0:30:52" ".. 'Usint TiddlyWiki as a library'" >>
<<topic "0:31:25" ".. '10 Years of TiddlyWiki'" >>
<<topic "0:39:31" ".. 'Shout-outs'" >>
<<topic "0:39:46" ".. 'Thank You' ... some discussion" >>
<<topic "0:41:49" "Jeremy about taking part in the 'Indie Tech Summit' in Brighton" >>
<<topic "0:44:22" "Jeremy- about 'The IndieWeb' and owning your own data" >>
<<topic "0:46:25" ".. web page 'Interview with Dr. Richard Stallman' at cointelegraph. com" >>
<<topic "0:48:32" "Nathan- The master branch has about 4000 commits" >>
<<topic "0:50:05" "Jeremy- A discussion about 'drag and drop' and import with screen readers. Shows the code how it could be done (highly techy stuff follows)" >>
<<topic "1:10:40" "Bye! Bye!" >>
"""
\define hangout() 053
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Eric, Jeremy, Nathan, Ton" >>
<<topic "0:01:58" "Paolo- small inconsistency: in the 'Tag Manager', when I choose a colour by html name, the horizontal colour stripe remains black, instead of reflecting the selected colour. Same problem when editing the tiddler of the tag" >>
<<topic "0:17:40" "mindprism- How do I get an invite to the hangout?" >>
<<topic "0:23:03" "mindprism- wants to show stuff" >>
<<topic "0:23:22" "mindprism- about the color picker" >>
<<topic "0:23:39" "Paolo- tiny suggestions on how to choose a tag from the drop-down list: after activating the tags' list, it would be useful to be able to select the tag with the up-and-down keys (instead of using the mouse). Now, the tab+enter keys also work but requires many" >>
<<topic "0:32:21" "minprism- There is another issue with that tag menu — when it is contained in a div that has overflow:scroll or overflow hidden, it can be clipped to the container — it needs to be elevated in the dom." >>
<<topic "0:40:30" "mindprism- Can you post that join like please?" >>
<<topic "0:41:00" "mindprism- There is no css solution for that, the inner div will always be clipped." >>
<<topic "0:41:15" "Ton- Tagging a tiddler with a 'system' tag adds the tiddler as a tab, button, part, filter, macro, etc. But at the moment I don't see any practical use for $:/tags/Image. Is there practical use or is this tag only for 'internal' use?" >>
<<topic "0:43:47" "Matabele- gwiz.tiddlyspot. com about stacking widgets around the button widget." >>
<<topic "0:47:20" "Mark joined (aka mindprism)" >>
<<topic "0:49:15" "... Jeremy about wikitext used to build the UI .." >>
<<topic "0:50:44" "Jeremy- back to Matabele's widget stacking approach" >>
<<topic "0:51:28" "Jeremy- Richer Message Parameters for buttons and widgets in general" >>
<<topic "0:55:25" ".. about the 'stories' selector .. storiy becomes an entity" >>
<<topic "0:57:10" "Jeremy- what's new .." >>
<<topic "0:57:50" ".. The release tiddler was 'awful'" >>
<<topic "0:58:43" ".. the tabs macro has to be improved" >>
<<topic "0:59:28" "Eric- making something similar to the 'tags grid' ?!" >>
<<topic "1:00:15" "Jeremy- How to customize the 'story river'. .. Make tiddlywiki. com a 'more common' page" >>
<<topic "1:05:38" "Jeremy- There's a new theme tweak ... the sidebar breakpoint .. splitting TW settings into seperate tiddlers." >>
<<topic "1:07:48" "Jeremy- fixing some bugs ... HistoryList not saved anymore" >>
<<topic "1:08:56" "Jeremy- improving the animations .." >>
<<topic "1:09:57" "Jeremy- about the 'Indie Tech Summit' by Aral Balkan" >>
<<topic "1:10:50" ".. The 'Indie Tech Manifesto' ... One question is: 'How to creat a new business model'?" >>
<<topic "1:14:30" ".. about 'federated tools' .. and there UI" >>
<<topic "1:17:33" ".. TalkyTalky Shout-outs" >>
<<topic "1:21:12" ".. about the manifesto" >>
<<topic "1:23:26" "Mark has some demos." >>
<<topic "1:25:40" ".. screensharing is working .. make it keyboard accessible .. very interesting UI .. especially the tag input" >>
<<topic "1:44:30" "Jeremy- feedback .." >>
<<topic "1:46:45" "Jeremy- How many different wikis do you use? some general discussion about a 'killer app' .. about contribution" >>
<<topic "1:52:35" "Mark- Does tiddlyspot save the whole file everytime? yes. How do I host my own version?" >>
<<topic "1:54:00" "Mark- What is the largest, in megabytes, TW you've seen?" >>
<<topic "1:56:25" "Jeremy- Short summary for Mark" >>
<<topic "1:58:12" "Bye! Bye!" >>
"""
\define hangout() 054
<<header>>
"""
<<topic "0:00:00" "Intro frtl: Dave, Eddie, Mark, Ton" >>
<<topic "0:02:50" "Branemir- With the new address bar behviour (current story sequence), it becomes hard to refresh a wiki. Whats about a Home button. Or the Title may be a home link? General discussion about the URL refresh behaviour." >>
<<topic "0:10:07" "Mark- Have you considered to switch on/off 'advanced menue' features" >>
<<topic "0:12:15" "Jeremy- Shows Ton's page as an example for extended menu icons." >>
<<topic "0:15:00" "Jeremy- Shows TW's customization possibilities" >>
<<topic "0:16:15" "Jeremy- points to tw5.scholars. com custom TW from Alberto ... especially the automatic TOC (table of content)" >>
<<topic "0:21:43" "Jeremy- The remaining work that 'needs' to be done ... 'The update process' ... and 'road blockers'" >>
<<topic "0:24:10" "Jeremy- Shows the 'new' upgrade / import process. (TODO video / no network traffic)" >>
<<topic "0:27:47" ".. Upgrade: behind the curtain. .. new upgrade plugin" >>
<<topic "0:30:15" ".. import process details ... custom fields ... The import tiddler itself is a 'temporary plugin'" >>
<<topic "0:33:24" "Jeremy- The same approach (0:24:10) will be used for search / replace" >>
<<topic "0:34:10" "Jeremy- A new type of module is introduced to the core. Techy details!" >>
<<topic "0:37:47" ".. example how upgraders could deal with eg: tags/stylesheet" >>
<<topic "0:39:10" "Mario joined, Charlie joined" >>
<<topic "0:39:55" "Eddie- How do I get WYSIWYG text into TW?" >>
<<topic "0:40:17" "Jeremy- shows Charly's docs for the Forth language for a PET" >>
<<topic "0:41:50" "back to the upgrade process. .. The upgrade UI .. techy" >>
<<topic "0:45:08" "Chris joined .. 10 users ... max reached" >>
<<topic "0:46:40" "Eddie ... WYSYWIG plain text ... poetry" >>
<<topic "0:50:35" "Mark- What needs to be done to deal with SVG files in different ways? SVG as an image. SVG as part of the TW layout. SVG edited with a text editor." >>
<<topic "1:00:59" "Charly- Still struggling with automatic style sheets and automatic wikitext links." >>
<<topic "1:08:55" "Mark- Editing a tiddler updates the display with every keystroke. How to disable this behaviour?" >>
<<topic "1:13:22" "Charly's screenshare ... techy techy .." >>
<<topic "1:19:32" "Jeremy- How to modify themes ... techy discussion" >>
<<topic "1:28:10" "Jeremy- about file names and tiddler names in 'creating TW'" >>
<<topic "1:39:12" "Dave- what's new .. how to deal with bookmarks ... tidmarks" >>
<<topic "1:47:10" "Jeremy- about fargo. io ... outliner ... and its relation to TW" >>
<<topic "1:51:40" "... discussion about 'TiddlySnip' for TW5 ... part of TiddlyFox and TiddlyDesktop" >>
<<topic "1:53:40" "Dave- What will be next? ... upgrade ... RoadMap" >>
<<topic "1:56:52" "Dave- Will you do some more promotion! ... screen casts" >>
<<topic "1:57:54" "Charly- issue with tiddler title with sqare backets .. its an open question" >>
<<topic "2:02:45" "Bye! Bye!" >>
"""
\define hangout() 055
<<header>>
"""
<<topic "0:00:00" "Intro frtl: Branemir, Jeremy, Mario, Nathan" >>
<<topic "0:01:45" "Hangout Roadmap" >>
<<topic "0:02:08" "Jeremy- New behaviour for the 'automatic permalink' ... permalinking is off by default - feedback is welcome!" >>
<<topic "0:05:30" "Mario- likes the new behaviour. ... Is there a possibility for 'permlink -buttons'? .. yes" >>
<<topic "0:06:35" "Jeremy- Should 'empty.html' have the same behaviour?" >>
<<topic "0:07:50" "Nathan- The core and tiddlywiki. com should have the same initial behaviour" >>
<<topic "0:08:41" "Nathan- likes the possibility to share the 'whole story'" >>
<<topic "0:10:40" "Jeremy- shows a TW adaptation that uses 'story links'" >>
<<topic "0:11:35" "Mario- There should be a possibility to 'permalink a search result'" >>
<<topic "0:12:00" "Jeremy- about 'TWc parmifiers' ... He doesn't want to have paramifiers again, because of security concerns" >>
<<topic "0:14:19" "Jeremy- ... getting the update wizard finished. Changes to the theme tweak handling" >>
<<topic "0:18:44" "Jeremy- shows the 'upgrader' plugin, that creates the 'special' theme handeling" >>
<<topic "0:21:37" "Jeremy- (How) Should we deprecate known incompatible plugins?" >>
<<topic "0:24:54" "Jeremy- Changes to the TW frontpage" >>
<<topic "0:27:45" "Jeremy- GettingStarted detects the plattform and provides information acordingly" >>
<<topic "0:29:53" "Jeremy- about the Features tiddler" >>
<<topic "0:30:16" "Mario- likes the TalkyTalky Features list .." >>
<<topic "0:31:15" "Jeremy- about changes for the Community tiddler" >>
<<topic "0:32:40" "Jeremy- The beta ribbon is a 'Find my on GitHub' ribbon now" >>
<<topic "0:36:00" "Jeremy- about the 'browser sniffing' mechanism and new system tiddlers" >>
<<topic "0:39:57" "Jeremy- new tiddlywiki.info parameter to specify the 'save location' for new tiddlers (server edition)" >>
<<topic "0:41:15" "Jeremy- 'must have's' for end of beta" >>
<<topic "0:43:00" ".. about handling <ctrl>+s" >>
<<topic "0:43:48" "Mark joined the hangout" >>
<<topic "0:44:30" "Mario- discussion about FontAwesome and BlackTie icon fonts. ..." >>
<<topic "0:51:33" "Jeremy- about FlexBox for the Community tiddler and the main layout" >>
<<topic "0:53:35" "Jeremy- about translations ... getting notified if translations are needed" >>
<<topic "0:59:10" "Mario- question: would it be possible to have promise based ajax functions" >>
<<topic "1:07:00" "Jeremy- about 'Analysis and documentation of a single page application based on TiddlyWiki' Mater Thesis ..." >>
<<topic "1:17:50" "Jeremy- The developer docs should get there own repo" >>
<<topic "1:19:34" "Mario- What's about your plans to have tiddlywikik frontpage similar to a 'normal' product page." >>
<<topic "1:22:00" "... about the RoadMap" >>
<<topic "1:23:58" "Nathan- What's the easiest way for a small group of users to start using TW ... in a role related workflow. ... TiddlyWeb - Tank" >>
<<topic "1:28:20" ".. about the TW nodejs server and TiddlyWeb - TW5 compatibility" >>
<<topic "1:35:36" "Nathan- about the envisioned usecase" >>
<<topic "1:36:35" "Jeremy- about CouchDB .. couch apps" >>
<<topic "1:41:45" "Jeremy- about SpiderOak and the Crypton project, which would fit to TW" >>
<<topic "1:46:02" "Jeremy- ... TWc chart on google trends" >>
<<topic "1:48:10" "Bye! Bye!" >>
"""
\define hangout() 056
<<header>>
"""
<<topic "0:00:00" "Intro: frtl: Branemir, Jeremy, Mario, Nathan, Ton" >>
<<topic "0:01:51" "Jeremy- Latest changes for 5.0.14 - New Tiddler Info tab," >>
<<topic "0:03:10" ".. Toolbar button configuration in Control Panel" >>
<<topic "0:09:50" "Control Panel: Advanced Settings .. icons + text settings .. discussion about the info button .. discussion about the default UI" >>
<<topic "0:14:58" "Branemir- likes double click to select text and not open the tiddler in edit mode." >>
<<topic "0:15:23" "Jeremy- discussion about the default drag and drop behaviour." >>
<<topic "0:16:58" "Branemir- Should 'story river' be added as a 'Concept' in the docs (and be explained)? There is a StoryView tiddler but it is not defined." >>
<<topic "0:18:15" "Branemir- What are the possibilities for printing in TiddlyWiki, i.e. printing a story river? What about making a tiddler a page?" >>
<<topic "0:27:36" "Branemir- What would be a useful usecase for list-before and list-after fields? What should be put in these fields?" >>
<<topic "0:34:15" "Branemir- What do you think about a new WidgetMessage like tw-reaload or tw-refresh?" >>
<<topic "0:39:29" "Branemir- Will there be a 'renaming tags' functionality for the stable version?" >>
<<topic "0:42:20" "Branemir- Drag&Drop an image from a website or another browser creates a tiddler with the link to that image. Can TW be modified so that an image tiddler is created instead?" >>
<<topic "0:46:20" ".. using the _cannonical_uri field .. imaged, image links ..." >>
<<topic "0:51:10" "Jeremy- some code review about drag and drop 'browser data'" >>
<<topic "0:53:00" "Jeremy- new 'widget functionality' Variable operands for filters." >>
<<topic "0:54:30" "Jeremy- about improved documentation from Steven ... some more dev docs ..." >>
<<topic "0:58:35" "Jeremy- about new TW usecases and users questions, that come up. ... about install in nodejs ..." >>
<<topic "1:00:40" "Jeremy- about possible future functions for TiddlyDesktop" >>
<<topic "1:02:07" "Alex joined ..." >>
<<topic "1:03:45" "Nathan- About usability questions. 'linear flow of documentation is missing' ... about the 'documentation mission'" >>
<<topic "1:08:35" "Jeremy- about short screencasts to answer some FAQ's ... some youtube TW video statistics." >>
<<topic "1:14:15" "Jeremy- Alex suggested kumu. io ..." >>
<<topic "1:15:23" "Alex introduces himself and talks a little bit about kumu" >>
<<topic "1:17:20" "... general discussion about tiddler relation visualisation .." >>
<<topic "1:20:48" "Jeremy- about visjs. org" >>
<<topic "1:22:50" "Jeremy- about waldly maps" >>
<<topic "1:25:30" "Jeremy- about Ted Nelson's ZigZag Structure ... working with lists and visualisations" >>
<<topic "1:34:44" "Jeremy- what's planned next .. finishing 5.0.14" >>
<<topic "1:35:35" "Mario- about his 'splitting emphasis' pull request" >>
<<topic "1:37:30" "Bye! Bye!" >>
"""
\define hangout() 057
<<header>>
"""
<<topic "00:00:00" "intro- frtl: Branimir, Jeremy, Mario, Nathan, Ton" >>
<<topic "00:02:35" "Johannes- How about importing MediaWiki pages into TiddlyWiki? Is that on the priority list of features for TW5?" >>
<<topic "00:06:05" "Nathan GF asks: Images in stylesheets! Is there a better solution than MakeDataUriMacro?" >>
<<topic "00:11:40" "Nathan about the usecase .. using TW as a CMS like system" >>
<<topic "00:14:06" "Nathan- how was the week of?" >>
<<topic "00:14:27" "GF asks: I'd like to be able to keep my tags 'as is' in my html content, and have them 'just work' when the image is in the wiki, instead of either needing to use the image macro or keep an 'images' directory external to the system." >>
<<topic "00:17:56" "Branimir- Please, explain and demonstrate for everyone the new tw-home and tw-browser-refresh! Also, show how it will behave in TiddlyDesktop." >>
<<topic "00:21:35" "Branimir- How can I change the behaviour of clicking on the title of the wiki. Discussion about the 'refresh - button' clears the URL bar. ..." >>
<<topic "00:32:40" "Branimir- explains his 'refresh' workflow .." >>
<<topic "00:33:15" "Nathan- Suggests the possibility of a 2 way sync. ... Discussion about a 'file based lock' for syncing multi user editing .." >>
<<topic "00:35:25" "Jeremy- about TW as a GuerillaWiki .." >>
<<topic "00:36:20" "Jeremy- about WebDav and TW5" >>
<<topic "00:39:18" "GF asks pt 2: I'd like to optionally 'file out' and/or serve my content in the form of multi-page applications, but keep a unified administrative single page interface to the system. Is there a better way to handle serving this and linking between 'pages'?" >>
<<topic "00:45:26" "Jeremy- about the roadmap after the beta period. aka deferred features." >>
<<topic "00:47:54" "Nathan- bugreport: some titles don't save through the server right now, such as '/css/foo.css' (though their drafts do) or save as an empty file! (I'm still investigating.)" >>
<<topic "00:50:42" "GF asks pt 2: IMPORT UTILITIES! Can I bulk tag and/or name-prefix on imports? Set fields? Drag and drop a folder and keep paths (chrome)? Loosely related, a tool to tag/rename based on a filter would be super-handy!" >>
<<topic "00:56:20" ".. drag and drop folders and keep there paths .." >>
<<topic "00:58:50" "GF asks pt 2: Searching the docs is hard! I spent a lot of time just in realizing that I wanted to be searching for key-word 'clone' and not 'copy' to find out about duplicating a tiddler. Can we get a 'did you mean?' or 'search suggestions' feature? .. discussion about 'improving the docs'" >>
<<topic "01:09:56" ".. Can we get a 'did you mean?' or 'search suggestions' feature?" >>
<<topic "01:11:30" "GF asks pt 2: Parser complexity often gets in the way, and figuring out parser rule lines is some sort of cumbersome black magic thing. Can we get some simple macro sets (or something) offering useful and common/sane parser rule lines? (ex 'PageTemplate')" >>
<<topic "01:19:50" "GF asks: I need a tutorial/reference for 'CMS' use cases! Can we make an edition with simple but pragmatic examples of 2-3 page 'NotAWiki' site(s) parts showing some templates, some simple content, some css and js, and clean static html export render?!?!" >>
<<topic "01:21:23" "GF asks: I want to transclude html content type, but it either doesn't work at all, or the iframe breaks (or drastically complicates) the content! Can we get more flexibility in transclusion of 'web native' content?" >>
<<topic "01:28:50" "GF asks: I (critically) need to be able to include alt tags on img and other semantic (or nonstandard) markup like schema.org, aspx, rdfa, etc in my content. Do we have mechanism for attaching arbitrary attributes or container tags to things in rendertree?" >>
<<topic "01:32:45" "Nathan + GF- both of us ask: Revision control! While 'files in git' is great and all, should tiddlywiki core consider a cannonical model of history? Should we revive Synchrotron? (Maybe even modernize it up with an Operational Transform sync?) 'Out of scope?'" >>
<<topic "01:42:25" "Armchair Designer- The github route seems viable for non-dev types, provided the intimidating factor of contributing there is lowered : maybe a way to go would be to have a simple howto for github at hand from within TW itself." >>
<<topic "01:43:30" "Armchair Designer- Do you have a rough idea of which popular classic TW plugins are most likely to be included as built-in modules (or equivalent functionality) in the Five 1.0 release package ?" >>
<<topic "01:45:50" "Branimir- What's the story, for upgrading from TWclassic" >>
<<topic "01:51:10" "Jeremy- What will be in 5.0.15-beta ... disable plugins .. saving with the 'client / server' edition ..." >>
<<topic "01:52:43" ".. new TOC table of content macro" >>
<<topic "01:55:53" "Jeremy- Release Planning .. RC1 .. weekly releases should be done" >>
<<topic "01:57:25" "Branimir- During 'update process' Can you explain the meaning of 'blocked' and how the checkboxes actually do." >>
<<topic "02:07:13" "Bye! Bye!" >>
"""
\define hangout() 058
<<header>>
"""<<topic "00:00:00" "Intro: frtl: Branimir, Eric (later), Jeremy, Mark, Nathan (later), Leo (Slonik), Ton" >>
<<topic "00:02:54" "Nathan joined" >>
<<topic "00:04:03" "Ton- The tag [[$:/tags/RawMarkup]] allows raw markup to be included in the generated HTML file. What does that mean (for an end-user)?" >>
<<topic "00:04:34" "Eric- joined" >>
<<topic "00:09:33" "Ton- The tag [[$:/tags/RawMarkup]] allows raw markup to be included in the generated HTML file. What does that mean (for an end-user)?" >>
<<topic "00:24:53" "How to get the readme tiddler of a plugin to show up as readme information together with the plugin in tab Plugins of ControlPanel? When building plugins in the browser it doesn't although it is available as a shadow tiddler." >>
<<topic "00:36:32" "Jeremy- short answer to the above question ;) 2 Steps to add a readme to a plugin." >>
<<topic "00:38:37" "Jeremy- Review of new 5.0.15-beta features" >>
<<topic "00:40:34" "Jeremy- about the 'docs: help wanted' banner ... How to edit docs directly from github" >>
<<topic "00:41:45" "Jeremy- starting from 5.0.16, weekly releases are planned!" >>
<<topic "00:42:21" "Jeremy's notes of 'must have'" >>
<<topic "00:42:43" ".. about consistency of CSS class names" >>
<<topic "00:45:51" ".. fixing some JSHint hints" >>
<<topic "00:48:05" ".. review the tags" >>
<<topic "00:48:38" ".. automatically generated TOC" >>
<<topic "00:49:31" ".. Ctrl-S should save TW" >>
<<topic "00:50:09" ".. finalizing the core macros" >>
<<topic "00:51:53" ".. improve sidebar layout handling" >>
<<topic "00:52:58" ".. backwards compatibility of resource links" >>
<<topic "00:53:26" ".. reorganize the ControlPanel" >>
<<topic "00:54:35" ".. automatically exclude 'draft.of' tiddlers from lists" >>
<<topic "00:56:01" ".. about the organisation of the TW5 repo / directory structure" >>
<<topic "00:56:49" ".. fixing the config tiddlers" >>
<<topic "00:57:13" ".. about the 'style block' syntax" >>
<<topic "00:59:11" ".. too many spans containing divs" >>
<<topic "01:00:03" ".. fix sidebar dropdown buttons in the more menue" >>
<<topic "01:01:22" "Jeremy- final roadmap" >>
<<topic "01:02:27" "Branimir- TW 'dirty / save' state recognition may be improved." >>
<<topic "01:07:30" "Eric- about a 'funny' userName issue / bug" >>
<<topic "01:11:12" "Jeremy- about special handling for some tiddlers" >>
<<topic "01:12:53" "Jeremy- about saving tiddlers that start with a slash" >>
<<topic "01:16:30" "Jeremy- about 'tab switching' degrades if encryption is on" >>
<<topic "01:19:36" "Leo- feature request: It would be useful, if TW would have a 'tiddler drawing' area." >>
<<topic "01:26:46" "Jeremy- Refresh button now doesn't clear the URL bar. Especially for TiddlyDesktop" >>
<<topic "01:29:00" "Jeremy- 5.0.16 should have a configurable 'top bar'" >>
<<topic "01:30:42" "Mark- about popups being to 'low in the DOM' ... about html structure" >>
<<topic "01:45:24" "Mark- about the issues caused by z-index for theme authors" >>
\define hangout() 059
<<header>>
"""
<<topic "00:00:00" "Intro: frtl: Branimir, Jeremy, Mario, Nathan, Leo, Ton" >>
<<topic "00:03:12" "Branimir- TWC has the search string highlighted among all open/found tiddlers. Any chance of adding a similar functionality in TW5? It would be even better if there could be PREV/NEXT links to cycle through found strings." >>
<<topic "00:08:58" "discussion about TW5 in TiddlyDesktop and its possibilities with Node WebKit." >>
<<topic "00:11:50" "Jeremy- about the V release and backwards compatibility" >>
<<topic "00:14:15" "Branimir- misses zooming in TiddlyDesktop" >>
<<topic "00:15:41" "Branimir- What plans are there for improving the 'Contents' macro? I guess this would be the equivalent of MainMenu in TWC." >>
<<topic "00:22:50" "Branimir- about the TOC macro. The 'categories' should be no tiddler links." >>
<<topic "00:26:35" "Jeremy- about system tiddlers with a caption used for the TOC" >>
<<topic "00:28:53" "Mario- What should he do with 'experimental' macros. Should they be pull request or external plugins? -> plugins" >>
<<topic "00:29:43" "Jeremy- about pull requests from users that want to contribute. -> don't be discouraged be 'no's'. Create a plugin and let the users decide!" >>
<<topic "00:30:52" "... exceptions for this. -> if an issue is allready ticketed to the core." >>
<<topic "00:32:28" "Jeremy- the default should be. Offer a plugin to the community and then it may be pulled into the core. Because if it is part of the core, all changes need to be backwards compatible." >>
<<topic "00:36:30" "Jeremy- about contributing to open source projects. -> start small!" >>
<<topic "00:38:08" "Jeremy- about what he regrets in TWclassic development." >>
<<topic "00:42:25" "Ton- Is it wise to go through the tickets: bugs and new features label it (before/after beta, don't do it, plugin, etc)?" >>
<<topic "00:44:00" "Jeremy- What is planned for the TW 10th anniversay? .. a 6h hangout :) .. A tiddly conference early 2015" >>
<<topic "00:53:50" "Jeremy- what's new in 5.0.16-beta release" >>
<<topic "00:54:06" ".. about the TWc compatibility plugin - the classic parser demo" >>
<<topic "01:01:09" "Mario- Should there be an indication for TWc type tiddlers?" >>
<<topic "01:06:02" ".. discussion with Branimir about making it easier to import TWc content into TW5" >>
<<topic "01:09:44" "Jeremy- about 'How to contribute to the TW documentation' -> help wanted. with github web UI" >>
<<topic "01:12:05" ".. about Mario's video series that explains the basics about contribution with github web UI" >>
<<topic "01:14:50" ".. about contributions from Ton, that triggered further improvements from Jeremy" >>
<<topic "01:17:08" "Mario- Ton, did the videos help you? - yes :)" >>
<<topic "01:19:13" "Mario- shows his approach to contribute with the help of the cloud9 web IDE." >>
<<topic "01:22:40" ".. about 'RUN configurations' ... little script buttons that perform actions to the repo. eg: build a new index.html" >>
<<topic "01:25:00" ".. serving the index.html with the apache web server.. serves the whole directory structure." >>
<<topic "01:27:20" ".. configuring the web server root dir, to directly serve the index file." >>
<<topic "01:28:35" ".. use the TW server to serve and edit the TW page." >>
<<topic "01:31:00" ".. using git to push the changes to the pmario/tiddlywik5 repo." >>
<<topic "01:32:35" "some info about the c9 environment." >>
<<topic "01:34:55" "Branimir- discussion about the build system and using it to commit to github" >>
<<topic "01:37:10" "Jeremy- about git and the command line" >>
<<topic "01:39:35" "Mario- shows how to test index.html with different browsers from Sauce Labs" >>
<<topic "01:45:40" "Mario- short summary. Some thoughts about new users concerns ..." >>
<<topic "01:46:55" "Jeremy- Can you share / copy the workspace environment. - yes" >>
<<topic "01:48:30" "Branimir- How many workspaces can you own?" >>
<<topic "01:52:00" ".. talking about a 'cloud9 TW docs hack party' ..." >>
<<topic "01:54:40" "Jeremy- What should be done at the next HO." >>
<<topic "01:55:25" "Mario- about a p-tag in the edit tag selector" >>
<<topic "01:57:05" "Branimir- Will you cover TiddlyDesktop next time? - probably not" >>
<<topic "01:58:38" "Bye! Bye!" >>
"""
2014-09-09 ''---''
[[YouTube Link|https://www.youtube.com/watch?v=NQdSFuqRFPg]] ''---'' [[min to sec 60]]
---
"""
[[0:00:00|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Intro: frtl: Yaka, Eric, Jeremy, Mario, Nathan
[[0:00:10|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- Introduces himself and tells about his usecase.
[[0:01:50|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Eric .. Mario .. Nathan
[[0:03:39|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Mario- What do we need to do, to make translated empty.html downloadable for users. Introduction of the german version.
[[0:06:48|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about the tiddywiki.com directory structure.
[[0:16:30|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- Support in the core, for handling content in different languages.
[[0:22:15|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Mario- About the TheDiveO project: ThirdFlow ...
[[0:25:30|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- actually needs a seperate wiki for each language ...
[[0:26:45|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about TiddlyWiki translations.
[[0:28:38|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- wants to get people interested in TW.
[[0:29:00|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about the documentation refactoring for 5.0.17-beta, to make it more sutable for users.
[[0:35:05|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- The development docs will be a seperate edition.
[[0:35:55|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about "Getting the word out!"
[[0:39:15|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about TWc adaptations and TW5 editions
[[0:42:45|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about: TW for Scholars as an edition example
[[0:44:30|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- What is the intended audience for TW after the V release
[[0:45:30|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- What does the release of TW mean. ... not finished but compatible.
[[0:47:00|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about a TW5 usecase as a "gamers bible" ..
[[0:47:50|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Eric- Some history, we need to develop the community, so different apps will pop up.
[[0:50:30|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about the community, the audience, the users
[[0:52:05|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Eric- about GSD community.. They treat it as an application.
[[0:53:00|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about the Twine application based on TW.
[[0:54:50|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- about the possible audience: the geeks - geeky users - consuming users. TW needs to be "usable" but a little bit tweakable.
[[0:57:15|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- At the moment our audiece is "Technical people, with a small team"
[[1:01:00|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Mario- about newspapers
[[1:02:10|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- ... TW as a distribution platform for content. similar to jekyll
[[1:06:00|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Eric- about TiddlyBard?? ... All of Shakespeare in a TW. Car Repair References ..
[[1:09:25|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- ... about the BT Agile Cookbook .... A TW Content Edition
[[1:12:12|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Nathan- about his experience, explaining TW to his girlfriend ... The ecosystem is missing atm.
[[1:13:35|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about Eucaly' Tiddly World
[[1:15:05|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' .. about ThirdFlow and TW5FontAwesome ... and the community that starts ...
[[1:19:40|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- .. Easy User Reference about existing "editions" .. central resource for apps.
[[1:23:08|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Nathan- Content for users needs to come from users, not devs.
[[1:24:07|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- .. User contributed content / experiences, can attract other users. ..
[[1:26:02|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- sums up his ideas ... how to attract tiddlywiki "ambassadors"
[[1:27:45|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Mario- wants to create some more videos, for the german version.
[[1:28:38|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- About the "TW introduction video"
[[1:32:12|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Mario- Video ... How to user TiddlyFox with FireFox.
[[1:33:35|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- introducing the regexp filter operator.
[[1:34:53|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Jeremy- about the 20th Sept. Hangout for 8 hours.
[[1:39:17|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- about video intro's
[[1:40:50|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Yaka- about different TW showcases ... User stories ..
[[1:43:05|https://www.youtube.com/watch?v=NQdSFuqRFPg&t=000m00s]] ''---'' Bye! Bye! Thanks to Yaka :)
"""
\define hangout() 062
<<header>>
!10 Year Anniversary
\define hangout() 063
<<header>>
\define hangout() 064
<<header>>
2014-10-21 ''---''
[[YouTube Link|https://www.youtube.com/watch?v=hJ4feiD6iuY]] ''---'' [[Google Hangout|https://plus.google.com/events/cd8h7qbbtethtk44i98cq2fmmis]] ''---'' [[min to sec 65]]
---
"""
[[0:00:00|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=000m00s]] ''---'' Intro: frtl: Alex, Eric, Jeremy, Mario, Ton
[[0:03:15|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=003m15s]] ''---'' Alex- Borders and Border images for TW. expains the usecase.
[[0:05:28|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=005m28s]] ''---'' Jeremy- about visualizing relations between tiddlers.
[[0:07:12|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=007m12s]] ''---'' Alex- about the Viable System Model ... wikipedia search for: Viable_system_model.
[[0:11:29|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=011m29s]] ''---'' Jeremy- about js-sequence-digrams ... Alex about the usecase
[[0:17:08|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=017m08s]] ''---'' Eric- about 2 possible workflows to get the drawings into TW
[[0:19:03|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=019m03s]] ''---'' Jeremy- about SVG drawings in the TalkyTalky wiki. From drawing to SVG.
[[0:21:04|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=021m04s]] ''---'' Eric- about clickable "hot zones" in the drawings.
[[0:23:05|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=023m05s]] ''---'' Jeremy- about using bitmaps in CSS style sheets.
[[0:26:15|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=026m15s]] ''---'' Mario- About the Global Learning X-Prize - competition
[[0:27:17|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=027m17s]] ''---'' Mario- about his opinions. ... all
[[0:29:35|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=029m35s]] ''---'' Eric- about authoring systems and the basic concepts for learning materials.
[[0:32:05|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=032m05s]] ''---'' Mario- about the needed frameworks and the target group.
[[0:33:20|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=033m20s]] ''---'' Eric- about "in game upgrades" ..
[[0:34:35|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=034m35s]] ''---'' Eric- Some education designers need to be involved. ... Mario
[[0:36:35|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=036m35s]] ''---'' Jeremy- has concerns about TW is seen in the "wrong light" by the judges.
[[0:42:05|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=042m05s]] ''---'' Nathan- his point of view. About the pros and cons, how TW is seen by
[[0:43:42|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=043m42s]] ''---'' Jeremy- TW could be a great tools. But there are concerns about how TW would do in the competition.
[[0:45:33|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=045m33s]] ''---'' Mario- the development in the competition is kind of closed source. ..
[[0:49:34|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=049m34s]] ''---'' all- discussion about gamification ... discussion ... learning with all senses. a
[[0:51:35|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=051m35s]] ''---'' Jeremy- the random chooser filter and dice roles ...
[[0:53:02|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=053m02s]] ''---'' Jeremy- about Twine and interactive fiction
[[0:54:25|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=054m25s]] ''---'' Alex- about Dickens Manual. ... but target group is children from 6-12
[[0:55:56|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=055m56s]] ''---'' Jeremy- about sliders in HTML5 and input element.
[[0:59:55|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=059m55s]] ''---'' Jeremy- shows the sliders.
[[1:02:55|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=062m55s]] ''---'' Jeremy- Yaka's feature request: ... word count, character count ...
[[1:06:54|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=066m54s]] ''---'' Nathan- Is there an "idle" event?
[[1:08:20|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=068m20s]] ''---'' Jeremy- The relative dates should be dynamic.
[[1:09:03|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=069m03s]] ''---'' Mario- What's the difference of eg: image "lazy" loading and the "normal" loading
[[1:19:20|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=079m20s]] ''---'' Jeremy- about the export icon change
[[1:23:12|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=083m12s]] ''---'' Jeremy- TW has some audio support now.
[[1:25:25|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=085m25s]] ''---'' Mario- What's planned next. .. fixing a strange new bug :(
[[1:28:02|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=088m02s]] ''---'' Mario- about the server command feedback.
[[1:29:30|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=089m30s]] ''---'' - no conversation for a minute. Jeremy is away.
[[1:30:47|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=090m47s]] ''---'' Jeremy- ... plans ... 5.0.4 will be fast bufix. Export should come ...
[[1:32:00|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=092m00s]] ''---'' ... several buttons to export different set of tiddlers. working TW, json, .tid, .cvs, skinny tiddler store. ... build TWs with a different theme.
[[1:34:10|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=094m10s]] ''---'' Mario- What do you think about the discussion in the group about the DefaultTiddlers?
[[1:38:18|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=098m18s]] ''---'' Eric- A very common question is "reordering tiddlers" in the story
[[1:42:28|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=102m28s]] ''---'' Jeremy- Drag a tiddler title to a text editor, takes the whole content too. Should we change this ... yes ... but import will be not touched.
[[1:46:38|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=106m38s]] ''---'' Jeremy- about authoring tools. edit toolbars, codemirror, auto completion, keyboard shortcuts, ...
[[1:53:30|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=113m30s]] ''---'' Paul Q&A- Is a Vanguard about the Global X-Prize and thinks we would have a chance.
[[1:54:57|https://www.youtube.com/watch?v=hJ4feiD6iuY&t=114m57s]] ''---'' Bye! Bye!
2014-10-28 ''---'' [[YouTube Link|https://www.youtube.com/watch?v=OBoZzqu7tYg]] ''---'' [[Google Hangout|https://plus.google.com/events/cou1l99mf4j9uomjg9kkcn5ug20]] ''---'' [[min to sec 66]]
---
"""
[[0:00:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=000m00s]] ''---'' Intro frtl: Jeremy, Mario, Nathan
[[0:01:14|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=001m14s]] ''---'' Jeremy- TiddlyWiki Translations made easy
[[0:03:40|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=003m40s]] ''---'' Jeremy- screen shares the new Translators Edition
[[0:10:45|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=010m45s]] ''---'' Jeremy- How can users send there translations. eg: Dropbox.
[[0:12:35|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=012m35s]] ''---'' Jeremy- How do we extract the translations from the TW file.
[[0:14:55|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=014m55s]] ''---'' Mario- Should the new file structure reflect the translators edition? For easy maintenence. Some general discussion.
[[0:17:40|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=017m40s]] ''---'' .. documentation improvements should be possible to use the same mechanism.
[[0:19:40|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=019m40s]] ''---'' Jeremy- short summary
[[0:20:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=020m00s]] ''---'' Mario- shows a short proof of concept, to improve the workflow, with a live preview.
[[0:25:25|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=025m25s]] ''---'' Mario- There would be a possibility to have an interactive tutorial for the TW UI.
[[0:27:20|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=027m20s]] ''---'' Jeremy / Mario- general discussion about improvements.
[[0:30:30|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=030m30s]] ''---'' Jeremy- about a new tooltip mechanism
[[0:32:12|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=032m12s]] ''---'' Mario- Suggests a new layout for the translators tiddler. Multi line layout, similar to the TagsManager.
[[0:34:10|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=034m10s]] ''---'' Jeremy- Can you create a pull request for the tag manager again.
[[0:36:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=035m00s]] ''---'' Jeremy- about the next steps.
[[0:37:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=037m00s]] ''---'' Mario- Some more ideas about multi line display. ... just some ideas.
[[0:40:45|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=040m45s]] ''---'' Jeremy- Wants some more info about the german translation.
[[0:41:25|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=041m25s]] ''---'' Jeremy- Nathan any topics from your side? ... no
[[0:42:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=042m00s]] ''---'' Jeremy- About developing the Translators Edition UI.
[[0:43:53|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=043m53s]] ''---'' Jeremy- About the documentation of the CLI for TW.
[[0:45:45|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=045m45s]] ''---'' .. description field in the tiddlywiki.info file. Discussion about the editions. ... eg: de-AT, de-DE, de-AT-empty ....
[[0:57:10|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=057m10s]] ''---'' Jeremy- may be the init command needs to be improved, to use the "regional" flavors of translations.
[[1:00:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=060m00s]] ''---'' ... we want a mechanism similar to the twguides customize function.
[[1:01:50|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=061m50s]] ''---'' Jeremy- short summary about handling editions.
[[1:04:31|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=064m31s]] ''---'' Jeremy- About the tiddlywiki command line and "novice users"
[[1:06:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=066m00s]] ''---'' Jeremy- about including some plugins into the core, to make editions handling easier. tiddlyweb and filesystem
[[1:10:54|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=070m54s]] ''---'' Mario- about his proposals at the github issue.
[[1:18:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=078m00s]] ''---'' Mario- How do you want to deal with special cases, like the google analytics plugins.
[[1:19:55|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=079m55s]] ''---'' ... short pause ...
[[1:20:55|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=080m55s]] ''---'' Mario- dicussion about the setfield parameter in the tiddlywiki.info file. the "load" command would be an option. or a new .multids file.
[[1:25:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=085m00s]] ''---'' ... setfield is still flaged experimental. ...
[[1:29:55|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=089m55s]] ''---'' Jeremy- have a look at the recent changes. ... customizing the search result tabs is now possible.
[[1:34:50|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=094m50s]] ''---'' discussion about the TOC table of content in empty.html
[[1:36:10|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=096m10s]] ''---'' Jeremy- blog post about ghost and what really matters for conversion. discussion about improve the first impression ...
[[1:44:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=104m00s]] ''---'' Jeremy- about a new and easier landing page.
[[1:47:10|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=107m10s]] ''---'' Jeremy- what's next ... make the translation workflow work.
[[1:50:28|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=110m28s]] ''---'' Jeremy- about a discussion about using "standard toolkits" or tiddlywiki to do the translations. ... a long time ago.
[[1:53:00|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=113m00s]] ''---'' Jeremy- There may be some weekend hangouts in the future.
[[1:53:50|https://www.youtube.com/watch?v=OBoZzqu7tYg&t=113m50s]] ''---'' Bye! Bye!
"""
\define hangout() 067
<<header>>
"""
2014-11-11 ''---''
[[Youtube Link|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0]] ''---''
[[Google Hangout|https://plus.google.com/events/cuek4r3dmto6n3haq1na4vh4t6s]] ''---'' [[min to sec 68]]
---
"""
[[0:00:00|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=000m00s]] ''---'' Intro frtl: Yaka, Branimir, Danielo (later), Ed, Felix, Je
[[0:05:20|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=005m20s]] ''---'' Jeremy- agenda, Felix demoes his taskgraph plugin
[[0:06:50|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=006m50s]] ''---'' Felix- Taskgraph demo.
[[0:08:40|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=008m40s]] ''---'' .. idea .. main editor in the right sidebar, views, snapsh
[[0:09:40|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=009m40s]] ''---'' .. UI, tag filter, more filters to come
[[0:13:30|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=013m30s]] ''---'' .. using UUIDs to identify the tiddler
[[0:15:20|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=015m20s]] ''---'' Jeremy- You could have stored each edge as a tiddler. ...
[[0:21:45|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=021m45s]] ''---'' Mario- Is there a "textual" notation to define edges.
[[0:24:50|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=024m50s]] ''---'' Felix- about node clustering. ... about a possible hirachi
[[0:26:35|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=026m35s]] ''---'' .. why he used the vis.js library
[[0:28:35|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=028m35s]] ''---'' .. about his adaptor to the TW datastore
[[0:30:56|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=030m56s]] ''---'' Mario- Is it possible to create a dataset out of existing
[[0:35:18|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=035m18s]] ''---'' Jeremy- summary about the configuration tiddlers and the c
[[0:38:50|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=038m50s]] ''---'' Felix- about the roadmap. about the plugin history
[[0:44:10|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=044m10s]] ''---'' .. about the new TW "search tab"
[[0:46:00|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=046m00s]] ''---'' .. how to create a snapshot. .. multipe graphs in differen
[[0:47:30|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=047m30s]] ''---'' Jeremy- do you save the x/y position of the nodes. .. not
[[0:52:00|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=052m00s]] ''---'' .. discussion about the development
[[0:53:20|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=053m20s]] ''---'' Mario- vis.js is dynamically loaded at the moment??
[[0:55:50|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=055m50s]] ''---'' Felix- questions, about the TW module types. uploading to
[[1:02:20|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=062m20s]] ''---'' .. about the community feedback and further development.
[[1:04:55|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=064m55s]] ''---'' .. about the TW core as a starting point / datastore
[[1:07:05|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=067m05s]] ''---'' Branimir- about using it as a MindMap ..
[[1:10:20|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=070m20s]] ''---'' Felix- idea to create a ticketing system with TaskGraph
[[1:11:58|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=071m58s]] ''---'' .. discussion about GTD and what TW is used for
[[1:13:25|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=073m25s]] ''---'' Yaka- will it be possible to change to size of the nodes o
[[1:15:55|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=075m55s]] ''---'' Jeremy- What relationship do you see between TW and educat
[[1:16:48|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=076m48s]] ''---'' Felix- about his experience, working with TW. A fast way t
[[1:21:10|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=081m10s]] ''---'' .. comparing TW with word .. people should know aobut TW
[[1:24:20|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=084m20s]] ''---'' Jeremy- short summary ... some general discussion about kn
[[1:28:25|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=088m25s]] ''---'' .. discussion about organizing your knowledge and organizi
[[1:33:50|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=093m50s]] ''---'' .. how can we make TW more prominent / visible to users
[[1:35:40|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=095m40s]] ''---'' Mario- there is a "hidden" structure in tiddlers. Exposing
[[1:39:30|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=099m30s]] ''---'' Yaka- reflection about difficulties for new users, how to
[[1:42:45|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=102m45s]] ''---'' Jeremy- .. the core should have more "refactoring" feature
[[1:45:30|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=105m30s]] ''---'' Jeremy- Shows the new Export feature. discussion about the
[[1:52:20|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=112m20s]] ''---'' Danielo- Is the CSS exported too? yes, as inline CSS
[[1:53:55|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=113m55s]] ''---'' .. what's about exporting javascritp? no.
[[1:55:20|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=115m20s]] ''---'' .. export templates could dynamically load js libraries.
[[1:55:55|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=115m55s]] ''---'' Jeremy- zip file format may be possible in the future.
[[1:57:45|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=117m45s]] ''---'' Felix- Is it possible to do a "deep export" that contains
[[1:58:50|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=118m50s]] ''---'' Mario- When will 5.1.5 be released. .. sooon :) but have a
[[1:59:50|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=119m50s]] ''---'' Felix- How do you pass the parameters to eg: new-tiddler f
[[2:03:15|https://www.youtube.com/watch?v=H8G6BEQpvW0&t=0&t=123m15s]] ''---'' Bye! Bye!
"""
2014-11-18 ''---''
[[YouTube Link|https://www.youtube.com/watch?v=NlOSyUXAtoA]] ''---'' [[Google Hangout|https://plus.google.com/events/cv5b80i86jvnnkvj1g9ufq6vork]] ''---'' [[min to sec 69]]
---
"""
[[0:00:00|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=000m00s]] ''---'' Intro frtl: Yaka, Branimir, Eric, Jeff, Jeremy, Mario, Nathan
[[0:01:50|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=001m50s]] ''---'' Jeff- Uses TW for a fiew years .. back from Evernote
[[0:03:15|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=003m15s]] ''---'' Eric- Indie-Gogo campain: Inside TiddlyWiki: The Missing Manual see: indiegogo .com/projects/inside-tiddlywiki-the-missing-manual
[[0:05:10|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=005m10s]] ''---'' Eric- About the project
[[0:14:35|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=014m35s]] ''---'' Eric- About the rewards
[[0:17:15|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=017m15s]] ''---'' Jeremy- about feedback on the group for the book.
[[0:17:55|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=017m55s]] ''---'' Yaka- Why did you choose this model?
[[0:24:25|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=024m25s]] ''---'' Branimir- How do you imagine, updating the book?
[[0:28:43|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=028m43s]] ''---'' Jeremy- About TW's backwards compatibility and book updates.
[[0:33:43|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=033m43s]] ''---'' Jeremy- Agenda, Q&A, Show & Tell, other topics
[[0:34:22|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=034m22s]] ''---'' Yaka- Suggestion to make links to updated chapters. Users should be able to discuss about the content.
[[0:36:16|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=036m16s]] ''---'' Why is the spacing of the tiddler toolbar icons different, in edit mode, than in view mode.
[[0:39:04|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=039m04s]] ''---'' What highlighting language is used for text/plain tiddlers.
[[0:45:20|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=045m20s]] ''---'' Mario- about different MIME-Types for view mode and to "store" in TW.
[[0:47:01|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=047m01s]] ''---'' Jeremy- What's going on with the TW development: Export needs nested popups, which have to be developed.
[[0:51:33|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=051m33s]] ''---'' Jeremy- abou the new icons. They should be more consistent now.
[[0:56:06|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=056m06s]] ''---'' ... some discussion about the icons.
[[0:59:20|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=059m20s]] ''---'' Jeremy- Combined TOC with a pane to view the tiddler content.
[[1:03:33|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=063m33s]] ''---'' Jeremy- Improvements in the control panel.
[[1:04:25|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=064m25s]] ''---'' ... Some restyling for the plguins tab
[[1:05:12|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=065m12s]] ''---'' Yaka- About mobile usage of TW, especially as a mobile app.
[[1:07:45|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=067m45s]] ''---'' Mario- Do you know, how TW works with FireFox OS?
[[1:11:05|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=071m05s]] ''---'' Jeremy- With TW we are able to create static websites to be used with older browsers.
[[1:11:35|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=071m35s]] ''---'' Jeremy- wants to create a native mobile app with TW.
[[1:12:42|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=072m42s]] ''---'' Yaka- explains his ideas, about a mobile tw app / web app
[[1:14:25|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=074m25s]] ''---'' Jeremy- about the "add to home-screen" feature.
[[1:19:20|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=079m20s]] ''---'' Jeremy- about drag and drop in mobile
[[1:23:00|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=083m00s]] ''---'' Intro Felix- is creating a new plugin for TW.
[[1:23:30|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=083m30s]] ''---'' ... demo's his improvements of the Taskgraph plugin. Some discussion about the problems that poped up.
[[1:46:30|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=106m30s]] ''---'' Jeremy- about, how to make the plugin available.
[[1:47:47|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=107m47s]] ''---'' ... some general discussion about the workflow.
[[1:50:50|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=110m50s]] ''---'' Jeremy- short summary, may be there will be a "weekend hangout"
[[1:51:58|https://www.youtube.com/watch?v=NlOSyUXAtoA&t=111m58s]] ''---'' Bye! Bye!
"""
2014-11-11 ''---''
[[Youtube Link|https://www.youtube.com/watch?v=VKDVD6mf9tk]] ''---''
[[Google Hangout|https://plus.google.com/events/cfusv41bqto7jcc7l40oft30lv8]]
---
"""
[[0:00:00 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=00m00s]] ''---'' 0:00:00 Intro: frtl: Ed, Eric, Felix, Jeremy, Mario, Matias, Nathan, Tobias, Ton
[[0:05:13 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=05m13s]] ''---'' 0:05:13 Jeremy- about the agenda. .. How can we make TW more popular?!
[[0:09:30 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=09m30s]] ''---'' 0:09:30 Matias- Short summary about his (controversial) post in the group. "Hopefully NOT for the next 25 years!"
"""
* Add-ons (plugins, tweaks, themes...) - difficult to find or (more likely) even know they exist
* No quality assurance of add-ons
* Lacking documentation
* The aggregated knowledge from discussions relies on 3d part system not optimized for us
* Little insight into what attracts new users
* Little insight of user needs, tw applications, behaviours etc
* Challenging to get tiddlyverse overview (resources, applications, options, services, people...)
* Demanding learning curve for customization
* Too few developers (I'm just assuming this is always an issue)
"""
[[0:16:10 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=16m10s]] ''---'' 0:16:10 Jeremy- about his behaviour, to develop new TW features... not focusing on documentation.
[[0:18:50 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=18m50s]] ''---'' 0:18:50 Jeremy- about the moratorium for new features...
[[0:21:13 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=21m13s]] ''---'' 0:21:13 Felix- about the export functionality
[[0:22:50 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=22m50s]] ''---'' 0:22:50 Matias- about the responsibilities of / in the community and the infrastructure for the community to get involved.
[[0:28:15 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=28m15s]] ''---'' 0:28:15 Jeremy- his thoughts about the different points:
"""
* Add-ons (plugins, tweaks, themes...) - difficult to find or (more likely) even know they exist
* No quality assurance of add-ons
"""
[[0:33:05 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=33m05s]] ''---'' 0:33:05 .. about 3rd party plugins, that are not part of the core, but important.
[[0:34:45 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=34m45s]] ''---'' 0:34:45 Matias- about meta data / reviews for plugins...
"""
*Jeremy's thoughts about the existing infrastructure at tiddlywiki dot com
"""
[[0:43:00 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=43m00s]] ''---'' 0:43:00 Tobias- About tiddlywiki(.)org on TiddlySpace to be used as community maintained resources. ... general discussion
[[0:48:35 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=48m35s]] ''---'' 0:48:35 Tobias- about the possibilities to contribute with tiddlyspot / tiddlyspace
[[0:51:00 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=51m00s]] ''---'' 0:51:00 Mario- about a "classic" and "5" domain names ... general discussion about TS access rights. ... Mario can set them!
[[0:54:40 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=54m40s]] ''---'' 0:54:40 Jeremy- about moving TiddlyWikiDev group to github ... only the dev group!
[[0:56:25 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=56m25s]] ''---'' 0:56:25 Jeremy- Long term goal for the general TW discussion group. ... It should be federated. ... see "long term goal"
[[1:01:35 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=61m35s]] ''---'' 1:01:35 Matias- about the community responsibility structure ... general discussion
[[1:06:02 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=66m02s]] ''---'' 1:06:02 .. * Lacking documentation
[[1:07:37 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=67m37s]] ''---'' 1:07:37 .. * The aggregated knowledge from discussions relies on 3d part system not optimized for us
[[1:08:08 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=68m08s]] ''---'' 1:08:08 .. * Little insight into what attracts new users
"""
* Little insight of user needs, tw applications, behaviours etc
"""
[[1:10:35 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=70m35s]] ''---'' 1:10:35 Eric- about implementing a way for users to give feedback.
[[1:15:50 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=75m50s]] ''---'' 1:15:50 .. * Challenging to get tiddlyverse overview (resources, applications, options, services, people...)
[[1:16:20 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=76m20s]] ''---'' 1:16:20 .. * Demanding learning curve for customization
[[1:19:40 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=79m40s]] ''---'' 1:19:40 Matias- there should be more "ready to use" editions
[[1:23:00 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=83m00s]] ''---'' 1:23:00 Jeremy- about "better presenting the editions" we have.
[[1:24:00 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=84m00s]] ''---'' 1:24:00 Ed- Would making the group federated, be alienating those, who need help the most?
[[1:25:55 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=85m55s]] ''---'' 1:25:55 Matias- What about common discussion boards? It seems, Jeremy doesn't like them ...
[[1:33:15 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=93m15s]] ''---'' 1:33:15 Tobias- what about a "dummy github repo" just for discussion?
[[1:38:50 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=98m50s]] ''---'' 1:38:50 Jeremy- short summary of the above.
[[1:43:10 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=103m10s]] ''---'' 1:43:10 * Too few developers (I'm just assuming this is always an issue)
[[1:45:30 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=105m30s]] ''---'' 1:45:30 * Little insight into what attracts new users
[[1:45:30 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=105m30s]] ''---'' 1:45:30 Jeremy- refletions, about what happens, if you want to make TW "more conventional" ... but TW is "unconventional" and we shouldn't be afraid of it.
[[1:52:10 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=112m10s]] ''---'' 1:52:10 .. about "specific editions" ..
[[1:54:10 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=114m10s]] ''---'' 1:54:10 .. about the TW slogan / tagline
[[1:55:30 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=115m30s]] ''---'' 1:55:30 Matias- Thx for picking up those topics.
[[1:56:50 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=116m50s]] ''---'' 1:56:50 Jeremy- Some TW group statistics ...
[[1:58:30 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=118m30s]] ''---'' 1:58:30 Eric- Promoting the "Inside TiddlyWiki" Book!
[[1:59:50 | https://www.youtube.com/watch?v=VKDVD6mf9tk&t=119m50s]] ''---'' 1:59:50 Bye! Bye!
"""
\define hangout() 027
<<header>>
"""
2014-12-09 ''---'' [[YouTube Link|https://www.youtube.com/watch?v=m2JyJWjAUns]] ''---'' [[Google Hangout|https://plus.google.com/events/cctc08rfqq76gtun5r4safd19ds]]
---
"""
00:00:00(0000s) ''---'' [[00:00:00|https://www.youtube.com/watch?v=m2JyJWjAUns]] - Introductions
Hangout Creator [[Jeremy Ruston|JeremyRuston]] - [[Branimir Braykov]] - [[Ed Dixon]] - [[Eric Shulman]] - [[Mario Pietsch]] - [[Daniello]] - [[Tobias Beer]] - [[Jed Carty]] - Nathan
00:02:03(0123s) ''---'' [[00:02:03|https://www.youtube.com/watch?v=m2JyJWjAUns&t=123s]] - [[Eric IndieGogo Update|TwHo#72 - Eric IndieGogo Update]]
00:12:45(0765s) ''---'' [[00:12:45|https://www.youtube.com/watch?v=m2JyJWjAUns&t=012m45s]] - [[Discussion on PR|TwHo#72 - Discussion on PR]]
00:17:45(1065s) ''---'' [[00:17:45|https://www.youtube.com/watch?v=m2JyJWjAUns&t=017m45s]] - [[Matt Goldman Poster Idea|TwHo#72 - Matt Goldman Poster Idea]]
00:22:44(1354s) ''---'' [[00:22:44|https://www.youtube.com/watch?v=m2JyJWjAUns&t=022m44s]] - [[BiblioBox & Pirate Box|TwHo#72 - BiblioBox & Pirate Box]]
00:25:02(1502s) ''---'' [[00:25:02|https://www.youtube.com/watch?v=m2JyJWjAUns&t=025m02s]] - [[Stephen Kimmel Post on New Users Testing|TwHo#72 - Stephen Kimmel Post on New Users Testing]]
00:34:30(2070s) ''---'' [[00:34:30|https://www.youtube.com/watch?v=m2JyJWjAUns&t=034m30s]] - [[Getting Started is out of date|TwHo#72 - Getting Started is out of date]]
00:36:08(2168s) ''---'' [[00:36:08|https://www.youtube.com/watch?v=m2JyJWjAUns&t=036m08s]] - [[More New User Experiences|TwHo#72 - More New User Experiences]]
00:41:44(2504s) ''---'' [[00:41:44|https://www.youtube.com/watch?v=m2JyJWjAUns&t=041m44s]] - [[Concise Documentation|TwHo#72 - Concise Documentation]]
00:47:14(2834s) ''---'' [[00:47:14|https://www.youtube.com/watch?v=m2JyJWjAUns&t=047m14s]] - [[Documentation Examples|TwHo#72 - Documentation Examples]]
00:52:27(3147s) ''---'' [[00:52:27|https://www.youtube.com/watch?v=m2JyJWjAUns&t=052m27s]] - [[Branimir Documentation Examples and Doc Discussion|TwHo#72 - Branimir Documentation Examples and Doc Discussion]]
01:07:48(4068s) ''---'' [[01:07:48|https://www.youtube.com/watch?v=m2JyJWjAUns&t=067m48s]] - Hi Nathan
01:10:57(4257s) ''---'' [[01:10:57|https://www.youtube.com/watch?v=m2JyJWjAUns&t=070m57s]] - [[Return to Test Subject - Didn't Read Documentation|TwHo#72 - Return to Test Subject - Didn't Read Documentation]]
01:20:55(4855s) ''---'' [[01:20:55|https://www.youtube.com/watch?v=m2JyJWjAUns&t=080m55s]] - Hi Daniello Good to see you could make it
01:22:17(4937s) ''---'' [[01:22:17|https://www.youtube.com/watch?v=m2JyJWjAUns&t=081m34s]] - [[Getting Started Discussion|TwHo#72 - Getting Started Discussion]]
01:25:56(5156s) ''---'' [[01:25:56|https://www.youtube.com/watch?v=m2JyJWjAUns&t=085m56s]] - [[Technical Question - Plug Ins using libraries|TwHo#72 - Technical Question - Plug Ins using libraries]]
01:29:20(5360s) ''---'' [[01:29:20|https://www.youtube.com/watch?v=m2JyJWjAUns&t=089m20s]] - [[Jed Introduction and Discussion of his work|TwHo#72 - Jed Introduction and Discussion of his work]]
01:41:46(6106s) ''---'' [[01:41:46|https://www.youtube.com/watch?v=m2JyJWjAUns&t=101m46s]] - [[What is the easiest way to do dynamic mail to links?|TwHo#72 - What is the easiest way to do dynamic mail to links?]]
01:45:05(6305s) ''---'' [[01:45:05|https://www.youtube.com/watch?v=m2JyJWjAUns&t=105m05s]] - [[Is there a way to get direct HTML transclusion?|TwHo#72 - Is there a way to get direct HTML transclusion?]]
01:51:31(6691s) ''---'' [[01:51:31|https://www.youtube.com/watch?v=m2JyJWjAUns&t=111m31s]] - [[Daniello Sync Adapter|TwHo#72 - Daniello Sync Adapter]]
02:06:20(7580s) ''---'' [[02:06:20|https://www.youtube.com/watch?v=m2JyJWjAUns&t=126m20s]] - Good Byes!!!
2014-12-16 ''---'' [[YouTube Link|http://www.youtube.com/watch?v=EU-H0xhga08]] ''---'' [[Google Hangout|https://plus.google.com/events/cma8t37ad9518rjiobed7b63rpk]] - TW Version at time of Hangout 5.1.5
---
"""
Direct Time Link ''---'' Tiddler with Embedded YouTube Video
[[00:00:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=000m00s]] ''---'' Hangout Creator [[Jeremy Ruston|JeremyRuston]] - [[Branimir Braykov]] - [[Dave Gifford]]
[[Eric Shulman]] @ 50:00 [[Alex Hough]] and [[Nathan developer in US]]
[[00:01:25|http://www.youtube.com/watch?v=EU-H0xhga08&t=001m25s]] ''---'' Q & A Start
[[00:01:40|http://www.youtube.com/watch?v=EU-H0xhga08&t=001m40s]] ''---'' [[Alberto Molina Pérez Question|TwHo#73 - Alberto Molina Pérez Question]]
[[00:05:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=005m00s]] ''---'' [[Andreas Hahn Question|TwHo#73 - Andreas Hahn Question]]
[[00:10:35|http://www.youtube.com/watch?v=EU-H0xhga08&t=010m35s]] ''---'' [[Branimir Braykov Question|TwHo#73 - Branimir Braykov Question]]
[[00:21:30|http://www.youtube.com/watch?v=EU-H0xhga08&t=021m30s]] ''---'' [[Branimir Braykov 2nd Question|TwHo#73 - Branimir Braykov 2nd Question]]
[[00:26:21|http://www.youtube.com/watch?v=EU-H0xhga08&t=026m21s]] ''---'' [[BuggyJ Discussion|TwHo#73 - BuggyJ Discussion]]
[[00:27:12|http://www.youtube.com/watch?v=EU-H0xhga08&t=027m12s]] ''---'' [[Thanks to Eric|TwHo#73 - Thanks to Eric]]
[[00:30:50|http://www.youtube.com/watch?v=EU-H0xhga08&t=030m50s]] ''---'' [[Dave Gifford 1st Question|TwHo#73 - Dave Gifford 1st Question]]
[[00:31:24|http://www.youtube.com/watch?v=EU-H0xhga08&t=031m24s]] ''---'' [[Dave Gifford 2nd Question|TwHo#73 - Dave Gifford 2nd Question]]
[[It happens once every Tuesday|http://www.youtube.com/watch?v=EU-H0xhga08&t=041m03s]]
[[00:46:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=046m00s]] ''---'' [[Inline Discussion|TwHo#73 - Inline Discussion]]
[[00:51:18|http://www.youtube.com/watch?v=EU-H0xhga08&t=051m18s]] ''---'' Hi to Alex and Nathan
[[00:52:45|http://www.youtube.com/watch?v=EU-H0xhga08&t=052m45s]] ''---'' [[Alex any questions?|TwHo#73 - Alex any questions?]]
[[00:56:11|http://www.youtube.com/watch?v=EU-H0xhga08&t=056m11s]] ''---'' [[TiddlyWiki Name Story and more Stickleback|TwHo#73 - TiddlyWiki Name Story and more Stickleback]]
[[01:04:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=064m00s]] ''---'' [[Alex discussing the European Connection|TwHo#73 - Alex discussing the European Connection]]
[[01:06:38|http://www.youtube.com/watch?v=EU-H0xhga08&t=066m38s]] ''---'' [[Russian Christmas Tree TW - TiddlyWiki as a CMS|TwHo#73 - Russian Christmas Tree TW - TiddlyWiki as a CMS]]
[[01:11:56|http://www.youtube.com/watch?v=EU-H0xhga08&t=071m56s]] ''---'' [[Discussion on GitHub about Group Tiddler Export|TwHo#73 - Discussion on GitHub about Group Tiddler Export]]
[[01:13:24|http://www.youtube.com/watch?v=EU-H0xhga08&t=073m24s]] ''---'' [[2nd Post on GitHub Ticket|TwHo#73 - 2nd Post on GitHub Ticket]]
[[01:24:15|http://www.youtube.com/watch?v=EU-H0xhga08&t=084m15s]] ''---'' [[Modal Dialogs Discussion|TwHo#73 - Modal Dialogs Discussion]]
__''---''Bumped''---''[[1:31:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=91m30s]] ''---'' [[Bump till next time discussion of State Tiddlers|TwHo#73 - Bump till next time discussion of State Tiddlers]]__
[[01:33:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=093m00s]] ''---'' [[Discussion of 5.1.6|TwHo#73 - Discussion of 5.1.6]]
[[01:34:58|http://www.youtube.com/watch?v=EU-H0xhga08&t=094m58s]] ''---'' [[Big Jump in Groups Traffic and TW Usage discussion|TwHo#73 - Big Jump in Groups Traffic and TW Usage discussion]]
[[There's a Troll in the Box|http://www.youtube.com/watch?v=EU-H0xhga08&t=95m14s]]
[[01:44:23|http://www.youtube.com/watch?v=EU-H0xhga08&t=104m23s]] ''---'' [[Good Stuff is kept by developers|TwHo#73 - Good Stuff is kept by developers]]
[[01:52:41|http://www.youtube.com/watch?v=EU-H0xhga08&t=112m41s]] ''---'' [[Alex Discusses how he copy pastes PDF to txt files|TwHo#73 - Alex Discusses how he copy pastes PDF to txt files]]
[[01:54:08|http://www.youtube.com/watch?v=EU-H0xhga08&t=114m08s]] ''---'' [[Sublime Text Discussion|TwHo#73 - Sublime Text Discussion]]
[[01:57:10|http://www.youtube.com/watch?v=EU-H0xhga08&t=117m10s]] ''---'' [[Code Mirror PlugIn|TwHo#73 - Code Mirror PlugIn]]
[[01:59:39|http://www.youtube.com/watch?v=EU-H0xhga08&t=119m39s]] ''---'' [[Zettelkasten|TwHo#73 - Zettelkasten]]
[[02:02:12|http://www.youtube.com/watch?v=EU-H0xhga08&t=122m12s]] ''---'' [[Eric Discusses Computer Tools|TwHo#73 - Eric Discusses Computer Tools]]
[[02:04:12|http://www.youtube.com/watch?v=EU-H0xhga08&t=124m12s]] ''---'' [[Alex Discusses Flow|TwHo#73 - Alex Discusses Flow]]
[[02:08:08|http://www.youtube.com/watch?v=EU-H0xhga08&t=128m08s]] ''---'' [[Eric Discusses how he creates the Wiki Way|TwHo#73 - Eric Discusses how he creates the Wiki Way]]
[[02:10:36|http://www.youtube.com/watch?v=EU-H0xhga08&t=130m36s]] ''---'' Thank Yous and Wave Goodbye
\define hangout() 074
<<header>>
Details Coming Soon
"""
<<topic "00:00:00" Introductions>> - [[Eric Shulman]], [[Rich Shumaker]]
<<topiclink "00:01:40" "Eric Updates us on his IndieGogo" >>
<<topiclink "00:05:55" "TW Hangouts Page Rich Shumaker" >>
\define hangout() 075
<<header>>
"""
''Thanks to Astrid for all her help with the Hangouts and the Macros she has created and updated.''
<<topic "00:00:00" "Introductions">> [[Jeremy Ruston|JeremyRuston]] - [[Jed Carty]] - [[Mario Pietsch]] - Nathan - [[Nicholas Spies]] <<sep>> Holiday Break
<<topiclink "00:01:45" "Discussion of the Hangout and creating Tiddlers">>
<<topic "00:04:34" "Nathan says Hi">>
"""
<<topilink "00:05:17" "Jed YouTube Macros"">>
"""
<<topiclink "00:14:00" "Nicholas Question Double Scroll Bar Issue">>
<<topiclink "00:21:35" "Nicholas Introduction and Question about Navigation Back and Forward Buttons">>
<<topiclink "00:26:00" "Nicholas Question - Zoomable User Interface">>
<<topiclink "00:38:00" "Nicholas Question - TW as an email client">>
<<topiclink "00:44:50" "Nicholas Question - Other desirable linkages would be Wolfram Alpha, FRINK, General Conversions">> - Look at Wolfram Alpha - Degree of implemenation with Wolfram is based on the API - Probably easiest in TiddlyDesktop - Downloadable content is only with Pro Account - [[Wolfram Alpha|http://www.wolframalpha.com/]] - [[Frink|http://futureboy.us/fsp/frink.fsp]] - We should be able to take advantage of the API with the single TW version - Probably need to be done on the Node.js Version of TiddlyWiki or in TiddlyDesktop
<<topiclink "00:51:00" "Nicholas Mock Up of Sidebar">> Could not find the mock up from Jeremy's Email or where it was posted
<<topiclink "00:53:48" "I Remembered - Timelapse of TW Development - Fun thing from the Summer">> [[Timelapse video of TW development|https://www.youtube.com/watch?v=aROD7iUM85g]] - Every committed GitHub version of TW5 - Originally TW5 had a positionally linked Top bar - Layout of a horizonal tool bar
<<topiclink "00:58:40" "TiddlyWiki Desktop Update and Plan">> Not a lot has changed since last weeks demo because of the holidays - [[LessBackupsPlugin|http://mptw.tiddlyspot.com/#LessBackupsPlugin]] by Daniel Baird - Mario - Do the compression on the OS level using ZIP - Jeremy include zip.js
<<topiclink "01:02:41" "Introduction - Nick Spies">> Introduction by Nick - Primarily using TW as Email Integration by hand - Working with it for several weeks - heard about it from writing a book on Kplus - Dropped ~TiddlyWiki at the same time - What tools have you used in the past - He has written in linear editors like EMACS - Pre WWI Russia Financial Empire - LaTEX is what he used - Straight translation with some modifications for readability - Video Editor and Multimedia work
<<topiclink "01:06:56" "Switching Topics - Video Editing Concept of Learning TW">>Finding the optimal path between the material - It would be nice to have the optimal way of learning in a branching medium - Gets off on a sidetrack and can't easily get back - What is the optimal path for learning TW5 - By using Tags or something like that - The Groups are Confusing - [[GitHub|https://github.com/Jermolene/TiddlyWiki5]] - [[Google Groups TW5 and Classic|https://groups.google.com/forum/#!forum/tiddlywiki]] - [[Google Groups Dev|https://groups.google.com/forum/#!forum/tiddlywikidev]] - [[Google Groups Docs|https://groups.google.com/forum/#!forum/tiddlywikidocs]]
<<topiclink "01:09:50" "Question by Mario about TW.Com to Nick">> Is the Contents Tab not sufficient at TiddlyWikiDotCom? Within ~TiddlyWiki itself there doesn't seem to be a mechanism for 'learn' mode with one or more paths to follow when you are learning - Discussion of learning ~TiddlyWiki mechanism - Create the Introduction ~TiddlyWiki into a guided learning experience - Preset Path is very interesting - Tabs at top would have a preset story - Introduction - Latest - and would feel hopefully like a 'normal' website - Using a Non-Linear Tool to provide a Linear Experience with ~TiddlyWiki
<<topiclink "01:16:30" "History 'mode' inside TiddlyWiki">> Magic Tiddler - [[History|$:/HistoryList]] - Discussion of OS usage
<<topiclink "01:21:35" "Nick shows his mock up">> Demonstration of Nick's TiddlyWiki Mock Up - [[Go|http://en.wikipedia.org/wiki/Go_%28game%29]] Game Discussion as it applies to ~TiddlyWiki - Textual representation to another system - Make TW an Environment to be easily bring in other notation systems - [[SGF or Smart Game Format|http://senseis.xmp.net/?SmartGameFormat]] - Choreographers have a notation system for writing down the movements - Chord diagrams would be another example
<<topiclink "01:29:20" "Write a Novel - Dump it to another system">> Use ~TiddlyWiki to create the book and then dump to another system like [[TeX|http://en.wikipedia.org/wiki/TeX]]
<<topiclink "01:30:09" "Zooming Interface">> Demonstation of Zoom Interface and [[Taskgraph]] - Social Networks can be mapped in [[Mathematica|http://www.wolfram.com/mathematica/]] not Wolfram Alpha
<<topiclink "01:33:54" "Nick's Programming Background">> Wrote a book on [[forth|http://www.goodreads.com/book/show/7034911-forth-a-text-and-reference]] - Linelife written in 4 lines of fourth code - This formed the foundation for [[A New Kind of Science by Stephen Wolfram|http://en.wikipedia.org/wiki/A_New_Kind_of_Science]] - Jeremy was interested in [[forth|http://en.wikipedia.org/wiki/Forth_%28programming_language%29]] - BBC Micro had a music synth in forth - Mention of [[PETIL|http://tiddlywiki.com/#%22PETTIL%20-%20Forth%20for%20the%20Commodore%20PET%22%20by%20Charlie%20Hitselberger]] by Charlie Hitselberger - [[His Site Directly|http://chitselb.com/files/tiddlypettil.html]] - Commodore Pet - MK14 - 6502 Processor - Nick also did [[Hypercard|http://en.wikipedia.org/wiki/HyperCard]] programming received program from Bill Atkinson - Taught Hypercard at Carnegie Mellon for lay people
Mario mentions [[RASPBERRY PI|http://www.raspberrypi.org]] PROJECT and they are using Sketch
<<topiclink "01:43:40" "Having growing up and learning all this hardcore type programming">> People don't understand if they haven't written certain things - Hypercard - [[Lingo|http://en.wikipedia.org/wiki/Lingo_%28programming_language%29]] - Still [[Supercard|http://en.wikipedia.org/wiki/SuperCard]] - [[Revolution currently LiveCode|http://en.wikipedia.org/wiki/LiveCode]] - Transclusion Definition - Reference to content that is listed already somewhere else
<<topiclink "01:48:46" "Critical Skills to have to contribute to TiddlyWiki">> GitHub is essential to contribute to the group. You don't need to know JavaScript per se. GitHub Pull Request is probably the best start.
<<topic "01:52:14" "Thank you and Wave Goodbye">>
"""
\define hangout() 076
<<header>>
"""
<<topiclink "00:00:00" "Introductions">>
<<topic "0:00:00" "Intro: frtl: Alex (later), Eric (later), Jed, Jeremy, Mat, Nathan (later), Rich (later), Tobias">>
<<topic "0:02:08" "Jeremy- about the agenda">>
<<topic "0:03:12" "Jeremy- about a post from Neil in the group: 'How do we present TW to new users'. Who is or should be our target group at the moment.">>
<<topic "0:08:40" ".. aobut a 'guided edition' for absolute beginners.">>
<<topic "0:10:17" ".. status quo at the moment.">>
<<topic "0:11:00" "Intro- Alex and Rich">>
<<topic "0:12:00" ".. status quo at the moment. ... What does the HO audience think? ... discussion">>
<<topic "0:19:06" "Jeremy- To whom, do we want to sell TW? ... discussion">>
<<topic "0:22:25" ".. How can we make it easier for beginners? ... The first impression">>
<<topic "0:24:15" "Rich- Can / Should there be other sites to learn TW? ..">>
<<topic "0:25:25" "Intro- Eric, Nathan">>
<<topic "0:26:24" "all- final thoughts / discussion ...">>
<<topic "0:41:17" "Jeremy- Mat's questions- about federation ... What happens if TW has a break through and a lot of new users. What will happen?">>
<<topic "0:45:22" "Jeremy- about GitHub pull requests and discussions. Should I make a pull request? ... If they are actionable.">>
<<topic "0:49:25" "Jeremy- summary about 'what is a pull request'">>
<<topic "0:50:20" "Mat- about github. ... Some guidelines, how to contribute to GitHub.">>
<<topic "0:52:30" "Jeremy- short intro about the new 'railroad' diagrams">>
<<topic "0:57:10" "Jeremy- would like to have somebody in the community, who creates a 'news bullitin board' for TiddlyWiki. ... discussion">>
<<topic "1:01:50" "Mat- about federation .. What could we do, if there would be TW federation. The minimum requirement to participate, should be a static web server. ...">>
<<topic "1:13:55" "Rich ... How does the RSS stuff work?">>
<<topic "1:17:52" "Intro Arlen (no mic)">>
<<topic "1:18:07" "Mat ... discussion about iframes, and security concerns.">>
<<topic "1:22:10" ".. Is it possible to target only one tiddler? .. yes TiddlyWeb">>
<<topic "1:26:39" ".. discussion about how to get one tiddler with a node.js server.">>
<<topic "1:45:30" "Nicholas Q&A- may be next time">>
<<topic "1:47:40" "next handgout will be 27th of Jan. 2015">>
<<topic "1:48:30" "Bye! Bye!">>
\define hangout() 077
<<header>>
!!Log Completed and being converted and uploaded
\define hangout() 078
<<header>>
"""
<<topic "00:00:00" Introductions>>
[[Jeremy Ruston]] <<sep>> [[Ed Dixon]] <<sep>> [[Nick Spies|Nicholas Spies]] <<sep>> [[Jed Carty]] <<sep>> [[Mario Pietsch]] <<sep>> [[Steve Schneider]] <<sep>> [[Nathan Cain]] <<sep>> [[Alberto Molina Pérez]]
<<topic "00:04:20" "Branimir Blanker Theme Question">>
<<topiclink "00:05:10" "TiddlyPip">>
<<topiclink "00:30:40" "Kickstarter Campaign Idea">>
<<topiclink "00:42:55" "Steve Demo's his work">>
<<topiclink "00:51:10" "Steve Interactive Text Class Walkthrough">>
<<topic "01:11:30" "~TiddlyWiki is not wysiwyg">>
<<topiclink "01:19:00" "Federation">>
<<topiclink "01:30:25" "What else could we do with this architecture">>
<<topiclink "01:42:00" "Demonstration of Federated Idea for plug ins">>
<<topic "01:48:30" "Interesting usage discussion with TiddlyDesktop">>
<<topic "01:52:45" "Thanks and Goodbye">>
\define hangout() 079
<<header>>
!!Log Coming Soon
\define hangout() 080
<<header>>
!!Log Coming Soon
\define hangout() 081
<<header>>
!!Log Coming Soon
\define hangout() 082
<<header>>
!!Log Coming Soon
The Groups are Confusing and a user needs to know where to go to do what
[[Google Groups TW5 and Classic|https://groups.google.com/forum/#!forum/tiddlywiki]] - This group is for both TW5 and ~TiddlyWiki Classic - Posts are specified in the Subject [TW5] or [TWC] - Also I started to use the abreviation TiddlyWikiDotCom to avoid confusion
!!The Goal is to move from Google Groups to ~TiddlyWiki using the [[Eat Your Own Dog Food|http://en.wikipedia.org/wiki/Eating_your_own_dog_food]] Concept
[[Google Groups Docs|https://groups.google.com/forum/#!forum/tiddlywikidocs]] - This is the Google Group for the documentation of ~TiddlyWiki
[[Google Groups Dev|https://groups.google.com/forum/#!forum/tiddlywikidev]] - Google Group for ~TiddlyWiki Developers - Slowly things are being moved over to GitHub
[[GitHub|https://github.com/Jermolene/TiddlyWiki5]] - Used to help create new code for TiddlyWiki and also being used for the documentation - (RS NOTE - Need GitHub Documentation Link)
[[TiddlyWiki Dev Google Group|https://groups.google.com/forum/#!forum/tiddlywikidev]]
Abv. for http://www.tiddlywiki.com
[[tb5|http://tb5.tiddlyspot.com/#Tobias%20Beer]] / [[tobibeer@TiddlySpace|http://tobibeer.tiddlyspace.com/]] + [[tobibeer@GitHub|https://github.com/tobibeer]]
So the idea here is to create a single card that has a special TAG or a Special Content Type of [[twCard]] or something like that.
```
Name:
Website:
Picture:
Sound:
```
Then the content is formatted according to the twCard layout so you put
```
{Rich Shumaker}
{http://www.richshumaker.com}
{http://richshumaker.com/images/selfportrait1th.jpg}
{audio.m4a}
```
Research stuff for this [[TW Site on Filters|http://tiddlywiki.com/#Introduction%20to%20Filters]]
TiddlyWiki Hangout occur every Tuesday @ 4pm GMT/UTC
See [[Hangout Tiddler]]
This Tiddler is for [[my|Rich Shumaker]] ideas on twCards.
I use a twCard for the idea of [[<Name Plate>]]
The idea behind the twCard is an Everything Card that follows a standard format that can easily be shared between TiddlyWiki's(and the world).
Base them on [[jCards 4.0|https://tools.ietf.org/html/rfc7095]]
Ideas in no particular order about twCards
* [[Customizable|twCard Options]] so that you can have the fields you want, you want (Facebook, YouTube, Email) you got it. You want (Nickname, IRQ Handle, favorite site to attend the forum of) you goit it
* you can add your name plate(twCard) to a Tiddler
* It can include an image
* Multimedia inclusion to allow Avatars in different formats
* Do we impose a maximum size and can you compress the data?
* Easily transferred from one TiddlyWiki to another - Drag and Drop
Tagged twCard
{{{ [tag[twCard]!sort[title]] }}}
"""
Or is that Event twCard.
This is a twCard that is created for an Event.
It is a [[<Name Plate>]] that you would have outside the virtual door to the room having the event.
"""
Tagged twCard Event
{{{ [tag[twCard Event]] }}}
NOTE - I have created Tiddlers for all of these options using ### for the hangout Number.
This is the opposite of creating a single card for each hangout
"""
See
[[$:/.rich/data/videos]]
[[$:/.rich/data/twversion]]
[[$:/.rich/data/twtags]]
[[$:/.rich/data/twhangoutdates]]
[[$:/.rich/data/twhangout_exceptions]]
[[$:/.rich/data/googlehangouts]]
Here are some ideas for options you could have on your twCard
"""
* Name
* Nickname
* Avatar
* Physical Address
* Email Addy
** Encoded so spiders can't get or we just convert it ourselves with R Money At G $ Dot C - Not sure how to include email addresses because of data scrapers
* Web Addy
** Customizable to allow for many different site types - Music Site - Image Site - Video Site - Blog Site
* Tiddler Title?
** I was thinking about this as a Label for a Video - So for Google Hangout you create a twCard that you add via Tag to every Tiddler with that Content - Then when you update the twCard all of them have the updated data
*twSites: List of all your sites that use TW5
```
Pseudo Code Example of twCard for Google Hangout
Format
Item(:){Single Space}Data(; - Seperator)Data2;Data3;ect
Date: 2014-12-16
Time: 4pmGMT
YouTube Link Id: EU-H0xhga
Google Hangout id: cma8t37ad9518rjiobed7b63rpk
TW Version @ Hangout: 5.1.5
Attended: [[Jeremy Ruston|JeremyRuston]];[[Branimir Braykov]];[[Dave Gifford]];[[Eric Shulman]];[[Alex Hough]];[[Nathan developer in US]]
Running Time: 02:10:56 format
<<embed "074" "00:01:40" "00:05:54">>
Eric Updates us on his [[IndieGogo|https://www.indiegogo.com/projects/inside-tiddlywiki-the-missing-manual]]
<<embed "075" "00:01:45 " "00:05:16">>
Rich Shumaker Notes — I am working out the details of Tiddlers for each section with the Embeded video for the start and stop
<<embed "075" "00:05:17 " "00:13:59">>
[[Jed Carty Site|http://inmysocks.tiddlyspot.com/]] <<sep>>[[YouTube Video Annotations]] <<sep>> Concatination of URL's Solution is in the Tiddler <<sep>> A built in YouTube widget(into the core) would be very helpful - Google(~YouTube) has a good API to work with
<<embed "075" "00:21:35 " "00:25:59">>
Introduction by Nick Southeast PA - If you are using the Desktop then you don't get the back window and forwards - Saves the pages you have opened by default - Should these be used by default? Update Navigation History - Switch to Navigation Address Bar - These are planned for TiddlyDesktop
<<embed "075" "00:38:00 " "00:44:49">>
Better integration with email would be very useful - Jeremy saw this as an imap protocol implementation into ~TiddlyWiki - From Mario eamil.js link - Email in pure javascript imap client but not imap server - being an imap client opens up possiblities as Nick is imagining - How would we do it? Write a library and there are existing libraries we could take advantage of - Store Tiddlers on an imap server - Idea could work - We are interested in email integration - Eating our own dogfood Google Group - Jeremy uses email to answer things and therefore having integration would allow this - [[IFTTT|https://ifttt.com/]] - If This Then That - Creating workflows using this would get us a lot of flexibility - Resounding Yes on using TW as an email client
<<embed "075" "00:26:00 " "00:37:59">>
Infinite Zoomable Map Tiddlers done in TW Classic - Everyone could create there own Maps of the data - Data relationships based on size and location - It is being used in the introduction TiddlyWiki - Special Theme called Hide Furniture - Scrollable "cecily-demo" story view in ~TiddlyWiki Tiddler ~CecilyMap - JSON Tiddler - [[Taskgraph]] Viz.js implementation
<<embed "075" "00:14:00 " "00:21:34">>
Screenshare of the issue in IE - Does not appear on the MAC until you use it so there is less confusion - Alternative Layout that is more App like - Default Layout should not be changed as it should be more like a webpage then an APP - Offical Theme should be created for this <<sep>> ''Top Bar'' has an issue when you use a large image and the scroll mechanism does not know about the Toolbar - Introduce a new Story View that uses Javascript to layout the window - Best way to fix this is to fix the way we do the sidebars
{{!!segment_description}}
<$set name=videoID value={{$:/.rich/data/videos##076}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start="00:00:00" end="00:02:10"/>
</$set>
[[Matias Goldman]] <<sep>> [[Tobias Beer]] <<sep>> [[Jeremy Ruston]] <<sep>> [[Jed Carty]] <<sep>> [[Alex Hough]](later) <<sep>> [[Nathan Cain]](later) <<sep>> [[Eric Shulman]](later) <<sep>> [[Arlen Beiler]] <<sep>> [[Rich Shumaker]](later)
<<embed "078" "01:42:00 " "01:48:29">>
"""
It is built with Tiddlywiki and it kinda works and have not run into many problems
This could be the basics of a query requests to the outside world
[[react.js]] comes up
<<embed "078" "01:18:59 " "01:30:24">>
"""
[[Rich Shumaker]] brought up several questions in regards to this. [[<Name Plates>|https://groups.google.com/forum/#!searchin/tiddlywiki/name$20plate/tiddlywiki/MIpR-IPvI8o/b3CalZvOKmIJ]] <<sep>> [[Tweet This or Pin That|https://groups.google.com/forum/#!searchin/tiddlywiki/Rich$20Shumaker/tiddlywiki/Si_3u94WI3Y/KgxF_vJ2TQQJ]] <<sep>> [[TW Social|https://groups.google.com/forum/#!searchin/tiddlywiki/Rich$20Shumaker/tiddlywiki/g4giXPhMPao/63QS-uaGxeQJ]]
By adding new languages into TW this grew TiddlyWiki to over 4.5mb which raises a flag
Install a TW ~PlugIn from inside TiddlyWiki - with current technology this can not be created
Ways to implement ideas like this
"""
#XML HTTP requests - Browsers have a same origin policy, so this won't work
#JSONP is the another way to do this - JSONP introduces an security issue if we try to do this
#''Window Post Message(API in Javascript) inside an iFrame - with this architecture this would work''
<<embed "078" "00:30:40 " "00:42:54">>
"""
He hopes to realease the draft over the next few days.
Sum of money MUST be reached.
If it is not reached then the campaign does not go forward.
Rewards - Publishing of at different ranges - Jeremy will be posting this soon
From Mario - Kickstarter is about getting PR and getting it out there
Jeremy Mentions [[Workflow APP|https://workflow.is/]]
Nick brings up [[LateX|http://www.latex-project.org/]] as a way to bring more people into the fold from Academia
<<embed "078" "00:42:55 " "00:51:09">>
"""
Timeline from Steve - Spent the year working in TiddlyWiki - He presents his course materials in TiddlyWiki
He also has his masters students use TiddlyWiki to do their work
Uses TW as a way to learn HyperText
10 to 20% will take the next step from the ones he teaches.
Not a great front end for reading it is a great front end for creation
Mario has about 2/3 related to SUNY IT - They write a lot of great stuff, lots of complaints about the UI
<<embed "078" "01:11:30 " "01:18:59">>
"""
[[Steve's Class Tiddlywiki|http://sunyit-hypertextjournal.tiddlyspace.com/]] - This is broken into a student TiddlyWiki and a teacher TiddlyWiki
NOTE - I could not find the exact one that was being demonstrated.
Here is a link to other ones [[both on PolySci as well as HyperText|http://stevesuny.tiddlyspace.com/Spring2015TiddlyspaceStructure]]
Fresh TiddlySpace for each Module that Steve teaches
Hypertext design and writing with hypertext
Filters Sorts - TiddlyWiki is the purest form of this
Associational thinking
Multidimensional representation
Teaching students to use your brain 'better' to allow them to understand interlinks between things
Note this TiddlyWiki below is from the actual ~PolySci class
[[PolySci Class sunypoly-pos252-spring2015|http://sunypoly-pos252-spring2015.tiddlyspace.com/]]
Student materials are brought in by the students
Amazing authoring platform - Can be continuously updated over time
Interactive Video Abilities
Linear Path through non-linear data
Has been using this for the past 3 years for teaching hypertext
<<embed "078" "00:05:10 " "00:30:39">>
"""
[[Google Group Discussing TiddlyPip|https://groups.google.com/forum/#!topic/tiddlywiki/h95Z77kkwPs]]
Earning Revenue with TW through the Apple APP Store
Create something that is consumed using TW as a bundlable app
Read Only TW - No used as an authoring tool - That would be phase 3
What is the user base? Not sure - As anyone can use it and it is not 'measured'
We do believe that many people have used it, specifically in Academia as an example
If TW was more popular then we could do a kickstarter
Textbooks are a really interesting use case but they are very specific and usually royalty free so couldn't be charge for
[[Ambit - Oxtwig|http://ambit.tiddlyspace.com/]]
[[Stand Alone Calculus Text Book|https://groups.google.com/forum/#!topic/tiddlywiki/ZwPkUCfDzqI]] by Richard Smith
Federated Textbooks Idea
Geneology Idea from Nick Spies - Nick has an idea of how to do that - Rooted Tree with a single button called Path
~TiddlyPip stuff - Other ways like Federated Textbooks
Ideas for vanity publishing if we can get the cost down then people would be happy to do it.
<<embed "078" "01:30:25 " "01:41:59">>
"""
TiddlyWiki code has server code in node.js - Make this interface available via HTML
Windows post method
Discussion of how the system would work between people and allow discussions
node.js will need to be used but many want to use HTML TW from the browser
demonstration of the code by Jeremy
Jed has discussed using something like TW for social systems and if it included things like Twitter and other social things they were interested
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=1364
&end=1501&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[00:22:44|https://www.youtube.com/watch?v=m2JyJWjAUns&t=22m44sec]] - [[BiblioBox - Pirate Box]]
Need to add Tags
It is about sharing and keeping your content yourself
Disruptive Technology
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=3147&end=4068&autoplay=0" frameborder="0" allowfullscreen></iframe>
[[00:52:27|https://www.youtube.com/watch?v=m2JyJWjAUns&t=52m27sec]] ''---'' Branimir Documentation Examples and Doc Discussion
"""
Branimir Documentation Examples and Doc Discussion
[[Filters|http://tiddlywiki.com/#Introduction%20to%20Filters]] Discussion - Difficulty finding Specific Filters
Jeremy - FAQ don't scale well
Necessary Topics and Subtopics
We don't have copy paste examples for OrIng(?)
Advanced Search Dialog box|(NEED TO LINK)is the easiest way to find things like this
We need additional documentation as well
''2 Parts of this''
1. Improve documentation
2. How do you get people to the right spot?
[[TiddlyWiki Documentation Group|https://groups.google.com/forum/#!forum/tiddlywikidocs]]
Clear Plans to take the next steps on documentation.
Introduction Edition - TW5 Step by Step
Move documentation from TiddlyWiki.com to a new site that is just for documenation
TW.C would be the Shop Window and would focus on News and Examples and getting people going
TW.C would link to the Documentation site if you need that level of information
''Branimir Point about all TiddlyWiki - Wiki's is about 2 Things''
1. Information
2. Finding that Information
[[TW.C|http://www.tiddlywiki.com]] would change the look and feel to be more like open source projects
TW Docs would be a separate site to carry all the details needed
There are expectations of Open Source Project Users
Also has to serve as NOOB jumping off point
Hi Nathan @ 01:07:48
Eric Discusses the Elevator Pitch on TW.C right up front
Mario Discusses the different ways to use / Examples for the New Users
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=2504&end=2834&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[00:41:44|https://www.youtube.com/watch?v=m2JyJWjAUns&t=41m44sec]] - Concise Documentation
Mention of [[Dave Gifford]] Site as he has created a narrative to help New Users
Temptation is to make it very chatty. Narrows the audience.
People want to see it working with a clear example.
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=6691&end=7580&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[01:51:31|https://www.youtube.com/watch?v=m2JyJWjAUns&t=111m31s]] ''---'' Daniello Sync Adapter
Is there anyway to give a special appearance to skinny tiddlers before they get loaded.
Jeremy - Skinny Tiddler lacks a text field.
Lazy loading discussion
Screen Share showing Lazy Loading
[[Daniello Post to the TW Dev Group|https://groups.google.com/forum/#!searchin/tiddlywikidev/what$20type$20of$20module$20should$20I$20use/tiddlywikidev/4rqZv4zxMyI/FrRPoPWrQcQJ]]
[[TinCan API|http://tincanapi.com/]]
Ex of how this would work once it is create.
Jeremy would write his Tweets within TiddlyWiki, then he could hit the Tweet Sync Adapter and it would post the Tweet. If you could edit the Tweet then you could Edit the Tiddler and it would Sync up to the Twitter Server.
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=765&end=1064&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[00:12:45|https://www.youtube.com/watch?v=m2JyJWjAUns&t=12m45sec]] - Discussion on PR
Article in the Newspaper
Jeremy: Post to the Group - Make a list of places you read stuff and encourage people to make a submission
Eric: Poster Challenge - Make a poster to get people excited about TiddlyWiki
If you have read an article about something technical let that writer know
New Year is a great time to discuss New Years Resolutions - How to be more efficient - USE TIDDLYWIKI
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=2834&end=3147&autoplay=0" frameborder="0" allowfullscreen></iframe>
[[00:47:14|https://www.youtube.com/watch?v=m2JyJWjAUns&t=47m14sec]] ''---'' Documentation Examples
Example are hard to find
Ex. How to do a Filter List of links with one tag or another
We need to have examples pages for each options so you can see how they work.
!! Narriative style and declarative style
Story Telling
VS
A + B = C
TiddlyTools Plug In Each Plug In had a description of the Plug In
!!2 Parts to this
* Examples -Try to follow the same format
** We need to create a standard format for the examples - Optimal Format for this
* Then go around and update the documentation to follow this format
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=123&end=764&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[00:02:03|https://www.youtube.com/watch?v=m2JyJWjAUns&t=2m03sec]] ''---'' Update on Indigogo
Inside ~TiddlyWiki the Missing Manual - [[IndieGoGo Campaign|https://www.indiegogo.com/projects/inside-tiddlywiki-the-missing-manual]]
Screenshare of who have contributed
764 Visits so far - Surge at the start - Quiet right now
Several Countries
Referals primarily from Google Links
Discussion on how the process will work for the creation of the book in regards to how the community contributes
Avoid [[Wall Garden|http://en.wikipedia.org/wiki/Closed_platform]] process
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=4937&end=5155&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[Eric|Eric Shulman]] We need to be proactive in discussing Getting Started - As an experiment everyone creates a New Getting started and next week we show them to each other.
[[Jeremy|JeremyRuston]] shows [[Jed Carty]] [[No Learning Required TiddlyWiki|http://inmysocks.tiddlyspot.com/#Dashboard]]
Attempt to make a better Getting Started and a new way to use it
Join the [[TW Docs Group|https://groups.google.com/forum/#!forum/tiddlywikidocs]]
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=2070&end=2167&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[00:34:30|https://www.youtube.com/watch?v=m2JyJWjAUns&t=34m30sec]] ''---'' Getting Started is out of date
Jeremy will look into the [[Getting Started]] and make sure it is not a GitHub Issue
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=6305&end=6690&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[01:45:05|https://www.youtube.com/watch?v=m2JyJWjAUns&t=105m05s]] ''---'' Is there a way to get direct HTML transclusion?
Transclusion of HTML content seems to cause an issue - Is there a way to get direct HTML transclusion?
Jeremy gives a Description of how Transclusions work in TW. Macro's are the right way to solve this problem.
There may be some specific syntax that we could introduce to simplify those tasks so that one doesn't need to use Macros all the time.
Jeremy has been discussing the Paragraph Tag with Tobias as it has been causing an issue in other places
Don't have a straight forward answer for this right now.
The trick the core uses is to transclude in inline mode. Downside is you lose block level syntax like headings but you can use HTML code instead. That answer is that it might be useful to have a content type for wikitext without paragraph processing applied
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=5360&end=6106&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[01:29:20|https://www.youtube.com/watch?v=m2JyJWjAUns&t=89m20s]] ''---'' Jed Introduction and Discussion of his work
Summary on Getting Started on discussions we have been having
Discussion of what he was able to do with the built in template
[[Jeremy|JeremyRuston]] says it is Wonderful Technique - This seems like a great use for Contact Information
You have also been working on reusable editions of TW
Links to Jed's Sites
[[Contacts db|http://nolearning-contactsdb.tiddlyspot.com/]]
[[No Learning Required|http://nolearningrequired-full.tiddlyspot.com/]]
Package TIddlers into __[[Plug In]] NEED TO CHECK NAMING CONVENTION FOR THIS__ with all the Edition things that are needed
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=1065&end=1364&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[00:17:45|https://www.youtube.com/watch?v=m2JyJWjAUns&t=17m45sec]] - Matt Goldman Idea
Contribute $100 to Eric's Campaign to the winner of the Poster Campaign
Need Link to the Contest
Screen Shot of Jeremy Poster - Says he thinks it is too wordy
A few people came because of the poster
Please Enter the Contest
"""
Eric - 2 Promotions Methods
#Tech Journalist
#Poster Campaign
#What other ways could we reach other areas?
Is there a way to capitalize on untrust of governments - Distruptive Technologies
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=2168&end=2504&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[00:36:08|https://www.youtube.com/watch?v=m2JyJWjAUns&t=36m08sec]] ''---'' More New User Experiences
Normally you poke around and then download
Seems The wrong way around - Normally you explore after you arrive you don't just download it right off the bat.
Good point made about it being complexity.
Saving locally is complicated because of the browser
Reminder that something else needs to be fixed the Getting Started user experience
Browser consistency is important
Don't take the new user experience for granted
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=4257&end=4855&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[01:10:57|https://www.youtube.com/watch?v=m2JyJWjAUns&t=70m57s]] ''---'' Return to "Test Subject - Didn't Read Documentation"
Are we losing people long before that is the problem?
It is much easier to use TiddlyWiki on TiddlySpot
Maybe we should put TiddlySpot front and center at TW.Com, we will need to work with Daniel and Simon as TW5 is not included on the main page.
They will be making TW5 available shortly but no time frame or date has been set.
[[Eric|Eric Shulman]] Quote from last week "Own it like a document. Use it like a website"
"""
!! We can create 2 routes for getting TW Users.
* Online - Easier
* Offline - Not as Easy
"""
[[TiddlySpace|http://tiddlyspace.com]]
Is TiddlySpace going to be around for a while?
Someone would need to talk to [[Osmsoft|http://osmosoft.com/]] about this
There are things that need to be fixed at TiddlySpace before we can promote using TW5 there.
TiddlySpot needs TW5 added to the front page as it only promotes Tiddly Wiki Classic.
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=1502&end=2069&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[00:25:02|https://www.youtube.com/watch?v=m2JyJWjAUns&t=25m02sec]] ''---'' Stephen Kimmel Post on New Users Testing
[[User Testing Post|https://groups.google.com/forum/#!searchin/tiddlywiki/New$20User$20Experiment$20$231$20(Long$20Post)/tiddlywiki/rDRWHh9r6TA/v9IC6pNa7U0J]] with people that he knows
He describes as ~~victims~~ volunteers
Problems with people just downloading the file
Once this happens they would have quit
Then issues making tiddlers
so on and so on
Suggestions from the client
Download name is an issue
''Jeremy will work on updating this download name issue'' - Will be updated on the next version
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=5156&end=5359&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[01:25:56|https://www.youtube.com/watch?v=m2JyJWjAUns&t=85m56s]] ''---'' Technical question - Plug Ins using libraries
[[Tobias|Tobias Beer]] Technical Question - Plug Ins using libraries, Felix is using disc(?), I am using Math.JS, Putting these plug ins in a more global location and not in individual repositories
[[Jeremy|JeremyRuston]] - I think it is a good idea and we should definitely do it where we have shared libraries but the cases need to come on their merits
There are libraries built into core like Markdown and codemirror plug ins
Discussion of how to handle the plug in dependencies
"""
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=0000&end=0000&autoplay=0" frameborder="0" allowfullscreen></iframe>
<iframe width="640" height="360" src="https://www.youtube.com/embed/m2JyJWjAUns?rel=0&start=6106&end=6304&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[01:41:46|https://www.youtube.com/watch?v=m2JyJWjAUns&t=101m46s]] ''---'' What is the easiest way to do dynamic mail to links?
Daniello and Jeremy will have a conversation offline as he is not mic'd up
Nathan Questions - I have a quesition with respect to the contact list
What is the easiest way to do dynamic mail to links?
Via a Macro that stitches together things you need
Jed is not a coder.
Ex like that - Link in the Sources Pane __TW.com = Sources in the Info Panel
Can't create a link to the source TAB - So how would I do that?(That URL in the source is created that way)
I tried to link to GitHub but it says the page was not found__
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=4404&end=5055&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:13:24|http://www.youtube.com/watch?v=EU-H0xhga08&t=73m24s]] ''---'' 2^^nd^^ Post on [[GitHub Ticket |https://github.com/Jermolene/TiddlyWiki5/issues/1232]]
Post Snippet From [[Daniello]] - I find that TW tends to do too many things in the "background" for my taste. Looks like we are scared of forms, popups or any kind of UI.
Over time we will have configurations come up for use cases.
Discussion includes [[Google Analytics Plug In]]
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=100&end=300&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:25|http://www.youtube.com/watch?v=EU-H0xhga08&t=1m25s]] ''---'' Q & A Start
[[1:40|http://www.youtube.com/watch?v=EU-H0xhga08&t=1m40s]] ''---'' [[Alberto Molina Pérez]] Question
Q - When Working on a Local TW there is a single button to save on the computer and to upload to TiddlySpot but it doesn't perform both actions at the same time, I would prefer to have both actions done on a single click or to have 2 different buttons
A - Discussion on this and it is a very reasonable thing to look at - Jeremy asked Alberto to add a GitHub Ticket to help show his workflow
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=3165&end=3171&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[52:45|http://www.youtube.com/watch?v=EU-H0xhga08&t=52m45s]] ''---'' Alex any questions?
Stickleback discussion - Lots of interest in the 3 spine [[stickleback|http://en.wikipedia.org/wiki/Stickleback]]
Lovely Word StickelBackWiki and StickleBackTiddlyWiki
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=7452&end=7688&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[2:04:12|http://www.youtube.com/watch?v=EU-H0xhga08&t=124m12s]] ''---'' Flow
Alex Discusses [[Flow]] and how TW helps him stay in the flow by allowing him to sketch ideas quickly without breaking him out of the flow
[[Mihaly Csikszentmihalyi]] - Unpronounceable Name Guy
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=6761&end=6848&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:52:41|http://www.youtube.com/watch?v=EU-H0xhga08&t=112m41s]] ''---'' Alex Discusses how he copy pastes PDF to txt files
Raw Material Interaction VS Picture of Material Interaction
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=3840&end=3980&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:04:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=64m00s]] ''---'' Alex discussing the European Connection
Jeremy comments that the future of other projects will be more worldwide and in many languages.
Alex finds it refreshing to be outside American ideas.
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=300&end=620&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[5:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=5m00s]] ''---'' [[Andreas Hahn]] Question
Q - The Node Server of TW Exposese an API similar to TiddlyWeb but TW5 does not know the concept of Bags and Recipes will be Bags and Recipes be integerated in the future and how will they work.
A - Resounding Yes. Although Deep Changes to the TW Core will need to be made. These were not in the original core to keep TW simple
"""
I used this for my test video to see if this concept worked - [[Play YouTube video from one point to another]]
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=5698&end=5714&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:34:58|http://www.youtube.com/watch?v=EU-H0xhga08&t=94m58s]] ''---'' Big Jump in Groups Traffic and TW Usage discussion
Recent spike in Traffic at the Groups.
[[Tobias Beer]] has been helping out greatly and taking what he has learned and putting it into his [[website|http://tb5.tiddlyspot.com/#GettingStarted]]
[[Alex|Alex Hough]] points out that Tobias's work flow is very useful and makes him feel he can contribute to the group. These workflows are very useful for everyone.
[[Eric|Eric Shulman]] - TW puts the ability to bring website technology into the hands to anyone.
[[Alex|Alex Hough]] - Widgets and Filters has brought a new dimension to it.
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=1295&end=1581&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[21:35|http://www.youtube.com/watch?v=EU-H0xhga08&t=21m30s]] ''---'' [[Branimir Braykov]] 2^^nd^^ Question
Q - What further developments are designed beyond 5.1.6?
A - Moratorium till end of January. Firefox has a major update that we need to update TiddlyFox for because of multiprocessor support and TiddlyDesktop needs an update, quite a severe issue with external links.
Help with any of those things is greatly received.
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=635&end=1295&autoplay=0" frameborder="0" allowfullscreen></iframe>
[[10:35|http://www.youtube.com/watch?v=EU-H0xhga08&t=10m35s]] ''---'' [[Branimir Braykov]] Question
Q - [[highlight.js]] plug in - How and when are we going to obtain the new version of Highlight.js?
A - As soon as Jeremy has a chance to do this(after moratorium). Although anyone could do this it does not have to be Jeremy. A Pull Request would be required and updating the code and submitting at GitHub.(stick to stable versions)
Comments on [[highlight.js]] from Jeremy Not great for TW as it is only designed to run in the browser and not under node.js. Jeremy would like to swap out with a highlight that uses node.js
Discussion from the group on TW Google Groups - The core highlight.js only ships with a limited number of languages. The idea is to create 2 plug ins to allow the maximum number of languages we can.
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=1581&end=1632&autoplay=0" frameborder="0" allowfullscreen></iframe>
[[26:21|http://www.youtube.com/watch?v=EU-H0xhga08&t=26m21s]] ''---'' ~BuggyJ Discussion
BuggyJ has released [[TiddlyClip]]
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=5460&end=5580&autoplay=0" frameborder="0" allowfullscreen></iframe>
[[1:31:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=91m30s]] ''---'' Bump till next time discussion of [[State Tiddlers| http://tiddlywiki.com/#StateMechanism]]
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=7030&end=7179&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:57:10|http://www.youtube.com/watch?v=EU-H0xhga08&t=117m10s]] ''---'' Code Mirror ~PlugIn
[[Jeremy|JeremyRuston]] - Code Mirror plug in is now a bit outdated. The newest version has multiple cursors which is the feature that stands out in [[Sublime Text]]. Quite soon editing in TW will be similar to Sublime Text.
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=1850&end=1884&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[30:50|http://www.youtube.com/watch?v=EU-H0xhga08&t=30m50s]] ''---'' [[Dave Gifford]] 1^^st^^ Question
Q - Are you using the moratorium to do documentation
A - Yes, to get documentation done BUT I also have to get TiddlyFox and TiddlyDesktop done. Not an entire moratorium
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=1884&end=2760&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[31:24|http://www.youtube.com/watch?v=EU-H0xhga08&t=31m24s]] ''---'' [[Dave Gifford]] 2^^nd^^ Question
Q - As Part of the clean up and documentation process perhaps you can clean up the default style sheet base. This would help us find and make changes to our local files
A - It is Rendered Output and that is the way it looks - Screen Share of [[$:/themes/tiddlywiki/vanilla/base]] If you look at this in a text editor it is pretty straight forward.
Discussion about extending the core and extending this to style sheets and things like this.
Discussion of making the NOTES BOLD to make them stand out.
In the Future we can look at breaking each section out into individual [[Tiddlers]] to make both customizing and understanding easier.
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=5580&end=5698&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:33:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=93m00s]] ''---'' Discussion of 5.1.6
Garbled file names on downloads has hopefully been fixed for 5.1.6
There has been a lot of help on the file documentation for 5.1.6
Mention of [[Tobias Beer]] contributions to 5.1.6 and his [[website|http://tb5.tiddlyspot.com/#GettingStarted]]
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=4316&end=4404&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:11:56|http://www.youtube.com/watch?v=EU-H0xhga08&t=71m56s]] ''---'' Discussion on GitHub about Group Tiddler Export
Here is the [[GitHub Ticket|https://github.com/Jermolene/TiddlyWiki5/issues/1232]]
[[Daniello]] make a good point now that we can export a group of tiddlers as a file. This would be useful for an export as a plug in.
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=7332&end=7452&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[2:02:12|http://www.youtube.com/watch?v=EU-H0xhga08&t=122m12s]] ''---'' Eric Discusses Computer Tools
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=7688&end=7836&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[2:08:08|http://www.youtube.com/watch?v=EU-H0xhga08&t=128m08s]] ''---'' Eric Discusses how he creates the Wiki Way
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=6263&end=6761&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:44:23|http://www.youtube.com/watch?v=EU-H0xhga08&t=104m23s]] ''---'' Good Stuff is kept by developers
Discussion of how developers keep the best tools for themselves. TW gives those tools to everyone.
[[GitHub]] brought up.
Undo does not exist in most things like Facebook.
[[Eric|Eric Shulman]] - discusses commits and Saving
[[Alex|Alex Hough]] - discusses that one of the things he enjoys is being exposed to things like GitHub
[[Eric|Eric Shulman]] - Developers have had Roll back for years and this ability has existed for years. People are now getting more interested as they are becoming more involved in things like this. GitHub Social aspects is making it more popular.
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=2760&end=3078&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[46:00|http://www.youtube.com/watch?v=EU-H0xhga08&t=46m00s]] ''---'' Inline Discussion
Inline Explanation might be the best way.
DIscussion of how [[underscore.js]] handles it with a markdown type process.
TW had a javascript parser and that was removed. On the list of something that is useful.
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=0&end=84&autoplay=0" frameborder="0" allowfullscreen></iframe>
[[00:00|https://www.youtube.com/watch?v=EU-H0xhga08&t]] ''---'' Jeremy Ruston Hi and Welcome to TW #73
<h3>Introductions</h3>
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=5055&end=5460&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:24:15|http://www.youtube.com/watch?v=EU-H0xhga08&t=84m15s]] ''---'' Modal Dialogs Discussion
[[Jed Carty]] Page is screen shared (Need to confirm the exact page to link here)
Limitation is not what TW can do it is what we have time to do with TW
Screen share [[TaskGraph|http://wkpr.de/hosting/tmp/tw5/taskgraph/]] as an example of what you can do with TW
The mark of success is that others can build these complex systems using these tools.
Jeremy would like to create a wizard to create a new button - Possibly do multiple things at the same time with the button.
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=3398&end=4298&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:06:38|http://www.youtube.com/watch?v=EU-H0xhga08&t=66m38s]] ''---'' Russian Christmas Tree TW
[[heeg.ru Site Link|http://heeg.ru]]
TiddlyWiki as a CMS
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=6848&end=7030&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[1:54:08|http://www.youtube.com/watch?v=EU-H0xhga08&t=114m08s]] ''---'' Sublime Text Discussion
[[Jeremy|JeremyRuston]] - Configuring can be difficult
[[Alex|Alex Hough]] - Having HyperText is very helpful and Wikifying it
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=1641&end=1850&autoplay=0" frameborder="0" allowfullscreen></iframe>
[[27:12|http://www.youtube.com/watch?v=EU-H0xhga08&t=27m12s]] ''---'' Thanks to Eric
[[Google Groups Link to the Question|https://groups.google.com/forum/#!topic/tiddlywiki/3f697_QBzSw]]
Question on group was how to create Separate Lists in TiddlyDesktop for Work and Personal Wiki's
Once Eric is on the way with his IndieGogo [[Campaign|https://www.indiegogo.com/projects/inside-tiddlywiki-the-missing-manual]] he will look at the TiddlyDesktop some more.
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=3371&end=3604&autoplay=0" frameborder="0" allowfullscreen></iframe>
"""
[[56:11|http://www.youtube.com/watch?v=EU-H0xhga08&t=56m11s]] ''---'' ~TiddlyWiki Name Story and more Stickleback Discussion
Tiddler Discussion
Great Metaphor for what TiddlyWiki does
School of Tiddlers
TiddlyWiki about Sticklebacks would be cool
NASA guy Story - We can help you do it for yourself.
"""
<iframe width="640" height="360" src="http://www.youtube.com/embed/EU-H0xhga08?rel=0&start=7179&end=7332&autoplay=0" frameborder="0" allowfullscreen></iframe>
[[1:59:39|http://www.youtube.com/watch?v=EU-H0xhga08&t=119m39s]] ''---'' Zettelkasten
[[TiddlyWiki Group Post|https://groups.google.com/d/msg/tiddlywiki/i58udKt8U-4/0ZyR7qLdzb8J]]
[[Wikipedia(German)|http://de.wikipedia.org/wiki/Zettelkasten]]
[[Niklas Luhmann|http://en.m.wikipedia.org/wiki/Niklas_Luhmann]]
[[ Communicating with Zettelkästen|http://scriptogr.am/kuehnm/post/title-communicating-with]]
More from this [[Google Groups Thread|https://groups.google.com/forum/#!topic/tiddlywiki/3pGhhCM3iT0]]
[[Connected Text|http://www.connectedtext.com/manfred.php]]
[[zettelkasten improves thinking writing|http://christiantietze.de/posts/2013/06/zettelkasten-improves-thinking-writing/]]
[[Pile of Index Cards|https://www.flickr.com/photos/hawkexpress/sets/72157594200490122/]]
[[Web Site for underscore.js |http://underscorejs.org/]]
[[Code and Comments Side by Side|http://underscorejs.org/docs/underscore.html]]
!Rich Shumaker 2014 -
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
[[TiddlyWiki Playlist @ YouTube|https://www.youtube.com/playlist?list=PLVT_2PPd-1p34gGCQ5qpwC8QdykxVAI3u]]
YouTube is a video-sharing website headquartered in San Bruno, California. The service was created by three former ~PayPal employees in February 2005 and has been owned by Google since late 2006. [[Wikipedia|http://en.wikipedia.org/wiki/YouTube]]
[[YouTube|http://www.youtube.com]]
!!~YouTube Tagged Items
{{{ [tag[YouTube]!sort[title]] }}}
[[Google Site|https://developers.google.com/youtube/iframe_api_reference]]
Sinpet from the site
```
The constructor for the video player specifies the following parameters:
The first parameter specifies either the DOM element or the id of the HTML element where the API will insert the <iframe> tag containing the player.
The IFrame API will replace the specified element with the <iframe> element containing the player. This could affect the layout of your page if the element being replaced has a different display style than the inserted <iframe> element. By default, an <iframe> displays as an inline-block element.
The second parameter is an object that specifies player options. The object contains the following properties:
width (number) – The width of the video player. The default value is 640.
height (number) – The height of the video player. The default value is 390.
videoId (string) – The YouTube video ID that identifies the video that the player will load.
playerVars (object) – The object's properties identify player parameters that can be used to customize the player.
events (object) – The object's properties identify the events that the API fires and the functions (event listeners) that the API will call when those events occur. In the example, the constructor indicates that the onPlayerReady function will execute when the onReady event fires and that the onPlayerStateChange function will execute when the onStateChange event fires.
```
!!This is no longer being used.
This is from [[Jeremy|JeremyRuston]]
Thanks Tobias for bumping this.
```
Here's a basic YouTube macro that autoplays a video at a specified start point:
\define yt(id,start)
<iframe width="640" height="360" src="http://www.youtube.com/embed/$id$?autoplay=1&start=$start$" frameborder="0" allowfullscreen></iframe>
\end
<<yt EU-H0xhga08 1850>>
As discussed above, the start point needs to be specified as a number of seconds, not 30m25s.
Here's the documentation on the parameters that YouTube accepts:
https://developers.google.com/youtube/player_parameters#Parameters
Best wishes
Jeremy.
```
"""
SEE [[Macros for Hangout Wiki Project]]
[[$:/.rich/data/videos]]
[[$:/.rich/macros/topics]]
[[$:/.rich/macros/youtube-link.js]]
"""
\define youtubeEmbed(videoName, start, end)
<$macrocall $name="youtube-embed" video={{$:/.rich/data/videos##$videoName$}} start="$start$" end="$end$"/>
\end
\define thisMakeSelectVideoOption()
<option value=<<videoID>>><$view field='title'/></option>
\end
\define thisExternalMakeURL()
https://www.youtube.com/watch?v=$(youtubeID)$&t=$(hours)$h$(minutes)$m$(seconds)$s
\end
\define thisMakeEmbedURL()
http://www.youtube.com/embed/$(youtubeID)$?rel=0&start=$(startTime)$&end=$(endTime)$&autoplay=$(autoPlay)$
\end
\define thisMakeTiddlerName()
$(youtubeID)$ - $(hours)$:$(minutes)$:$(seconds)$
\end
\define thisMakeSegmentName()
$(selectedVideo)$ - $(startTime)$ to $(endTime)$
\end
\define getProperTags() [[$(properTag)$]] [[$(selectedVideo)$]]
\define thisMakeSegmentURL()
http://www.youtube.com/embed/$(youtubeID)$?rel=0&start=$(startTime)$&end=$(endTime)$
\end
\define thisMakeVideoIframe()
<$set name=videoID value={{$:/.rich/data/videos##$(selectedVideo)$}}>
<$macrocall $name="youtube-embed" video=<<videoID>> start=$(startTime)$ end=$(endTime)$/>
</$set>
\end
\define thisMakeText()
{{!!segment_description}}
$(thisVideoIframe)$
$(thisLongDescription)$
\end
\define thisMakeEmbedIframe()
<<thisEmbideIframe>>
\end
\define thisEmbideIframe()
<$macrocall $name='youtube-embed' video=$(youtubeID)$ start={{!!embed_start}} end={{!!embed_end}}/>
\end
\define getYouTubeId()
{{$:/.rich/data/videos##$(selectedVideo)$}}
\end
{{Notes about the state of development||slider}}
{{Annotation Instructions||slider}}
<$set name=selectedVideo value={{!!selected_video}}>
<$set name=youtubeID value=<<getYouTubeId>>>
<$set name=startTime value={{!!embed_start}}>
<$set name=endTime value={{!!embed_end}}>
<!-- Display the embedded video, with the appropriate start and end times set -->
<$macrocall $name=youtubeEmbed videoName={{!!selected_video}} start={{!!embed_start}} end={{!!embed_end}}/>
<!-- Select or Add video things -->
<$reveal type='nomatch' state='$:/state/videotimestampreveal' text='show'>
Select Video: <$select field='selected_video'>
<$list filter='[[$:/.rich/data/videos]indexes[]]'>
<<thisMakeSelectVideoOption>>
</$list>
</$select>
<$button set='$:/state/videotimestampreveal' setTo='show'>New Video</$button>
</$reveal>
<$reveal type='match' state='$:/state/videotimestampreveal' text='show'>
~YouTube ID:<$edit-text tiddler='$:/temp/videotimestamp' field='youtubeid' placeholder='YouTube ID'/><br>
Video Name:<$edit-text tiddler='$:/temp/videotimestamp' field='vidname' placeholder='Video Name'/><br>
<$button>Add Video
<$action-setfield $tiddler='$:/.rich/data/videos' $index={{$:/temp/videotimestamp!!vidname}} $value={{$:/temp/videotimestamp!!youtubeid}}/>
<$action-setfield $tiddler='$:/temp/videotimestamp' vidname='' youtubeid=''/>
</$button>
<$button set='$:/state/videotimestampreveal' setTo='noshow'>Done</$button>
</$reveal>
<<tabs "[[Add Video Segment]] [[Add Video Timestamp]]">>
</$set>
</$set>
</$set>
</$set>
[[Just Added, Yes you can set a start and end time in a YouTube Videos|https://www.quora.com/Can-a-YouTube-video-end-without-showing-other-videos]]
[[All Good Things Must Come to an end= - YouTube API|http://apiblog.youtube.com/2012/06/all-good-things-must-come-to-end.html]]
See also [[Play YouTube video from one point to another]]
<$list filter="[[TWiz]tagging[]]">
</$list>
!!twiz component sources
<$list filter="[[TWiz]tagging[]]">
<$macrocall $name="source" src=<<currentTiddler>>/>
</$list>
@@.Q
the question
@@
@@.A
the answer
@@
This space is for exploring quiz systems using tw5...
* [[References]]
* [[Components]]
* [[CSS Example]]
;TWMagick
:http://tw5magick.tiddlyspot.com
;tw5Flashcards
:http://tw5flashcards.tiddlyspot.com
:https://groups.google.com/forum/#!topic/tiddlywiki/teRnlHptmOQ
;Q&A css trick
:http://tb5.tiddlyspot.com/#Simple%20Quiz%20Using%20CSS
This can be exported to a blog tiddlywiki using the Download Partial tiddler
#install node.js
## ~~edit P:\nodejs\node_modules\npm\npmrc to change where npm installs it's modules if you want~~
#~~install tiddlywiki on nodejs `>npm install -g tiddlywiki`~~ not neccesary if you are using the github repo
#clone the repo at https://github.com/Jermolene/TiddlyWiki5 then
##go to where you cloned tiddlywiki and use `npm link` so that it uses the local github copy instead of the installed one (need to do as admin if you already installed the nodejs version)
## sanity check `tiddlywiki --version`
# moveto [tw_root]\editions\
# create a wiki to test your plugin ``tiddlywiki plugintest --init server``
## this will create a folder called plugintest with a tiddlywiki.info file in it
#create some folders for your plugin in ``[tw_root]\plugins\[organization_name]\[plugin_name]``
##also need some extra data like ``[tw_root]\plugins\[organization_name]\[plugin_name]\plugin.info``
##also need some extra data like ``[tw_root]\plugins\[organization_name]\[plugin_name]\plugin.js``
#add your plugin to ``tiddlywiki.info``
!!Example plugin.info
```javascript
{
"title": "$:/plugins/[organization_name]\[plugin_name]",
"description": "runs local batch scripts",
"author": "James W. Anderson",
"version": "0.0.1",
"core-version": ">=5.0.0",
"source": "https://github.com/Welford/NotUploadedYet",
"plugin-type": "plugin"
}
```
!!Example plugin.js
```javascript
/*\
title: $:/plugins/welford/batch/plugin.js
type: application/javascript
module-type: macro
runs a batch/exe on the local computer
\*/
//module-type etermines the kind of plugin that it is....see the docs somewhere for it
//don't put your own comments in the above, it will ruin the plugin creation
(function () {
/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";
/*
Information about this macro
*/
exports.name = "plugin"; //the name by which the plugin can be called in this case, because it is of type macro, it can be invoked in a tiddler as <<plugin>>
exports.params = [];
/*
Run the macro
*/
exports.run = function () {
return "Garbled Mess1";
};
})();
```
!!Tiddlywiki Development
I have made a few plugins and themes for tiddlywiki, you can find some notes of things I found usefull while developing them on this site. Search for the tag twdev or look at one of the articles below.
;twdev articles
<$list filter="[tag[twdev]]">
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
;twexample articles
<$list filter="[tag[twdev]]">
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
;useful links
<<<
[[http://tw5toolbar.tiddlyspot.com/]]
[[http://tw5gray.tiddlyspot.com/]]
<<<
!! Recent Stuff
[[Filters]] : I Struggle with filters so I have been writing this article to make it clearer what each one does.
!!Some Older Articles
(which may be out of date)
:
[[Creating Plugins]]
[[TW Dev Notes]]
Download single file editions of version ''<<version>>'' of TiddlyWiki:
|{{$:/editions/twnotes/snippets/download-empty-button}}|Get started with an empty wiki |
|{{$:/snippets/download-wiki-button}}|Download a full copy of this site|
|{{$:/editions/twnotes/snippets/download-wiki-button}}|Download a full copy of this site (minus tiddlyweb and filestyem plugins) |
|{{$:/editions/twnotes/save_blog_button}}|Download Blog |
For more advanced configurations, you can run [[TiddlyWiki on Node.js]].
!!Definitions of the download tiddlers can be found here
[[$:/editions/twnotes/download-empty]]
[[$:/editions/twnotes/download-partial]]
[[$:/editions/twnotes/download-wiki]]
!This Tiddler
!!Does Nothing
!!!It's just an example
#numbered
#lists
##are
##ok
#sometimes
*so
*are
*Bulletpoints
!!Links
http://www.google.co.jp
!!TWexe
<$twexe tiddler="This Is TWEXE" />
Just as you can use the buttons in [[Download]] to download the whole tiddlywiki as it is or an empty copy conatining just the plugins and themes, you can also
create a tiddler to extract specific pages. I like to do this to extract pages specifically for my homepage.
!!Method
*Using this syntax `<$button message="tw-download-file" param="Download Partial">Download Empty</$button>`
*and the tiddler [[$:/editions/twnotes/download-partial]] I can creat a button which will let me download a tiddler containing only tiddlers tagged "blog"
!!Example
*<$button message="tw-download-file" param="$:/editions/twnotes/download-partial">Download Partial</$button>
I always struggle with anything but the most basic of tiddlers when writing list. It always feels like a bit of guess work so I will write a few examples too. I will be using the ``<<list-links "[[filter ]]">>`` macro.
!tag
``[tag[filters]]``
<<list-links "[tag[filters]]">>
!tags
``[tags[]]``
<<list-links "[tags[]]">>
``[all[current]tags[]]``
<<list-links "[all[current]tags[]]">>
!is
Selects tidders from the current list, useful within filters itself. Unlike all it doesn't generate lists, rather it selects from the current list.
!
``[is[current]]``
<<list-links "[is[current]]">>
``[is[missing]]``
<<list-links "[is[missing]]">>
!all
``[all[current]]``
<<list-links "[all[current]]">>
``[all[missing]]``
<<list-links "[all[missing]]">>
``[all[orphans]]``
<<list-links "[all[orphans]]">>
``[all[tiddlers]]``
<<list-links "[all[tiddlers]]">>
This TiddlyWiki was for keeping basic notes on plugins for TiddlyWiki but i don't really keep it up to date. See my Old [[Development Articles]]
!My Tiddlywiki Plugins:
{{My Plugins}}
!!My Tiddlywiki Themes:
{{My Themes}}
```cpp
void main(void)
{
//basic example
print("hello world")
}
```
<$list filter="[!is[system]has[type]each[type]sort[type]]">
<div class="tc-menu-list-item">
<$view field="type"/>
<$list filter="[type{!!type}!is[system]sort[title]]">
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
</div>
</$list>
<$list filter="[!is[system]has[modified]!sort[modified]limit[100]eachday[modified]]" itemClass="tc-menu-list-item">
<div class="tc-menu-list-item">
<$view field="modified" format="date" template="DDth MMM YYYY"/>
<$list filter="[sameday{!!modified}!is[system]!sort[modified]]" itemClass="tc-menu-list-subitem">
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
</div>
</$list>
Hello
---
[link text](#Example Tiddler)
!!twexe
<<<
only works in offline hta versions of TW. Very useful for windows users. It lets you register and run exes from tiddlywiki
Source: https://github.com/welford/twexe
Import into your tiddlywiki by dragging and dropping this link [[$:/plugins/welford/twexe]]
<<<
!!twpin
<<<
It lets you pin and unpin tiddlers to the home page via these buttons {{$:/plugins/welford/twpin/images/pinned}} {{$:/plugins/welford/twpin/images/unpinned}}
Very handy!
Source: https://github.com/welford/twpin
Import into your tiddlywiki by dragging and dropping this link [[$:/plugins/welford/twpin]]
<<<
!!twstaticblog
<<<
Lets you export a static blog from tiddlywiki posts
Source: https://github.com/welford/twstaticblog
Example: http://www.phasersonkill.com for a complex example or http://welford.github.io/static-sample/example.html and http://welford.github.io/static-sample/blog/index.html for a barebones tutorial one.
<<<
!!twspimg
<<<
lets you add images to tidders as the background-image element of a span. (pronounced like spinach?)
Source: https://github.com/welford/twspimg
Import into your tiddlywiki by dragging and dropping this link [[$:/plugins/welford/twspimg]]
Exammple: [[spimg]]
<<<
!!twyt
<<<
lets you embed youtube videos in a tiddler and have links jump to specific times within that embedded video.
Source: https://github.com/welford/twyt
Import into your tiddlywiki by dragging and dropping this link [[$:/plugins/welford/twyt]]
Example: [[twyt]]
<<<
!!htalink
<<<
Will only work in offline hta editions of this page. Launches external links in your default browser and not IE.
Source: https://github.com/welford/htalink
Import into your tiddlywiki by dragging and dropping this link [[$:/plugins/welford/htalink]]
<<<
!!mousetrap
<<<
a port of Mousetrap http://craig.is/killing/mice
Source: https://github.com/welford/twmousetrap
Import into your tiddlywiki by dragging and dropping this link [[$:/plugins/welford/twmousetrap]]
Example: Press / on your keyboard and the focus should jump to the search bar at the top.
<<<
!!phasersonkill
<<<
this page uses the theme ~PhasersOnKill
source : https://github.com/welford/phasersonkill
Import into your tiddlywiki by dragging and dropping this link [[$:/themes/welford/phasersonkill]]
<<<
!!phasersonkill-static
<<<
Not used here but on my personal website: http://www.phasersonkill.com
Source : https://github.com/welford/phasersonkill-static
<<<
<<spimg src:"http://upload.wikimedia.org/wikipedia/en/c/c0/Les_Horribles_Cernettes_in_1992.jpg" height:"200px" position:"0% 10%">>
Write a description of the exe here.
<<ytif>>
<iframe name="asdf" allowfullscreen="true" frameborder="0" src="https://www.youtube.com/embed/jNQXAC9IVRw?theme=dark&color=red&wmode=opaque" theme="light"/>
<<ytlnk "00:00:10">>
# transclusion of twexe search results
# ~~push storyriver down by the height of the results~~
# clean up CSS
##clarify rules
# ~~check TW metics changes~~
# ~~twexe examples~~
# ~~hightlight examples~~
# hta to html export button
# hta externa link support
#~~change the spacing of the close search button at the top~~
#~~move the custom storyview out into the theme from the actual tiddly~~
#~~consder having the quick search in the main version too~~
!!Widgets
Accessing a tidder's field and text data from within a widget
<<<
```javascript
tiddler = this.wiki.getTiddler("tiddler name");
source_tid.fields.title; //title
if (source_tid.hasField("some field")) {
var field_value = source_tid.fields["some field"];
}
```
<<<
Accessing tiddler name from widget
<<<
```javascript
this.getVariable("storyTiddler")
```
<<<
Opening a tiddler from within a widget
*src_tiddler is a string of the tidder's title
<<<
```javascript
var bounds = this.domNodes[0].getBoundingClientRect();
this.dispatchEvent({
type: "tc-navigate",
navigateTo: this.src_tiddler,
navigateFromTitle: this.getVariable("storyTiddler"),
navigateFromNode: this,
navigateFromClientRect: {
top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height
},
navigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1)
});
```
<<<
!Video
<<ytif>>
!Links
<<ytlnk "00:00:05">>
<<ytlnk "00:00:10">>
<<ytlnk "00:00:15">>
This was made using the yt code as a field but it could albe be set explicitly in the macro
<<ytif name:"hello" code:"LeAltgu_pbM" start:"00:00:05" >>
<<ytlnk "00:00:02" "hello" "LeAltgu_pbM">>
<<ytlnk "00:00:08" "hello" "LeAltgu_pbM">>
\define ytv(target:"video" code:"dQw4w9WgXcQ" time:0)
<$macrocall $name="ytif" />
\end
[[Add a new video|AddVideo]] first or open an existing video tiddler...
# click the [[+|$:/plugins/tobibeer/youtube/forms/new-annotation]] button below the video to the right
# enter the desired values into the form<div>
{{Intro — 00:00:00 - 00:00:17||$:/plugins/tobibeer/youtube/forms/new-annotation}}
<table>
<tr>
<th>Field</th>
<th>Description</th>
<th>Stored at</th>
<th>Required</th>
</tr>
<tr>
<td>`start`</td>
<td>the start position of the annotation</td>
<td>[[yt-start]]</td>
<td>mandatory</td>
</tr>
<tr>
<td>`end`</td>
<td>the end position of the annotation</td>
<td>[[yt-end]]</td>
<td>optional</td>
</tr>
<tr>
<td>`title`</td>
<td>a short description for the annotation displayed as a link</td>
<td>[[yt-annotation]]</td>
<td>optional</td>
</tr>
<tr>
<td>`tags`</td>
<td>tags assigned to the annotation tiddler</td>
<td>`tags`</td>
<td>optional</td>
</tr>
<tr>
<td>`text`</td>
<td>text for the annotation tiddler </td>
<td>`text`</td>
<td>optional</td>
</tr>
</table>
</div>
# actions:
#; add
#: adds a new annotation tiddler for the video with the specified contents
#:* for short annotation tiddler titles, define a `yt-prefix` field at the video tiddler with the desired prefix
#; set
#: sets the current player to the given start / end values
#; reset
#: resets the current player
!! Example Video [[Introduction To TiddlyWiki]]
{{Introduction To TiddlyWiki||$:/plugins/tobibeer/youtube/ViewTemplate/video}}
!! Example Annotation [[Intro — 00:00:00 - 00:00:17]]
{{Intro — 00:00:00 - 00:00:17||$:/plugins/tobibeer/youtube/ViewTemplate/annotation}}
Set the following fields for a tiddler to turn it into a video tiddler...
;[[yt-id]] (required)
:{{yt-id!!summary}}
:: {{yt-id}}
;[[yt-prefix]] (optional)
:{{yt-prefix!!summary}}
{{yt-prefix}}
!!Example Video [[Introduction To TiddlyWiki]]
{{Introduction To TiddlyWiki||$:/plugins/tobibeer/youtube/ViewTemplate/video}}
''Rich Shuhmaker''
<<<
I have said this before, the end goal would be to watch all the video segments on a specific subject via playlist.
So all Tiddlers Tagged 'Awesome' would show up in a video list and hopefully we could stitch them together somehow.
Not a playlist of videos but a playlist of video subsections, so you could disect a video into smaller bite sized parts to watch on specific subjects.
<<<
In general, annotations are associated with a video tiddler by having the `yt-id` field set to the same value as the video. The list of annotations below a video allows you to...
* ''delete'' an annotation tiddler
* ''clone'' an annotation tiddler
* ''set'' the video player to the start / end time, clicking [[00:00:00 - 00:00:17|Intro — 00:00:00 - 00:00:17]]
* ''open'' the annotation tiddler, clicking the [[annotation title|Intro — 00:00:00 - 00:00:17]]
* ''edit'' the annotation tiddler
* ''toggle'' the visibility of tags for annotations
* ''add'' a new annotation tiddler using the form below the video opened via [[+|AddAnnotation]]
!! Example Annotations
<$set name=yt-video value="Introduction To TiddlyWiki">
<$set name=yt-id value={{Introduction To TiddlyWiki!!yt-id}}>
{{||$:/plugins/tobibeer/youtube/list/annotations}}
</$set>
</$set>
@@color:grey;//for video [[Introduction To TiddlyWiki]]//@@
<div class="hide-annotations">
{{Introduction To TiddlyWiki||$:/plugins/tobibeer/youtube/ViewTemplate/video}}
</div>
```
<$list filter="1 2 3 4 5 6" template="$:/.examples/embed"/>
<br>[[$:/.examples/embed]]
```
<$list filter="1 2 3 4 5 6" template="$:/.examples/embed"/>
<br>[[$:/.examples/embed]]
<$list filter="[tag[FieldTypes]!sort[]]">
<h2><$link to=<<currentTiddler>>><$view field=title/></$link></h2>
<<summaries>>
</$list>
* as small as possible
** so they can be reused
*** weaving them into different narratives and perspectives
Annotation full text...
; You
: know
!!Videos
The following filter checks if a tiddler has a `yt-id` field but no `yt-video` field which makes it a video...
```
<<list-links filter:"[has[yt-id]!has[yt-video]sort[]]">>
```
<<list-links filter:"[has[yt-id]!has[yt-video]sort[]]">>
!!Annotations
The following filter looks up tiddlers with the field `yt-id` set to the value of a variable by the same name, having also a `yt-video` field, which is only true for annotations...
```
<$set name=yt-id value={{Introduction To TiddlyWiki!!yt-id}}>
<<list-links filter:"[yt-id<yt-id>has[yt-video]sort[]]">>
</$set>
```
<$set name=yt-id value={{Introduction To TiddlyWiki!!yt-id}}>
<<list-links filter:"[yt-id<yt-id>has[yt-video]sort[]]">>
</$set>
You can also use the [[plugin template|$:/plugins/tobibeer/youtube/list/annotations]] to render a list without control buttons like so...
```
<$set name=yt-id value={{Introduction To TiddlyWiki!!yt-id}}>
@@.yt-no-controls
{{||$:/plugins/tobibeer/youtube/list/annotations}}
@@
</$set>
```
<$set name=yt-id value={{Introduction To TiddlyWiki!!yt-id}}>
@@.yt-no-controls
{{||$:/plugins/tobibeer/youtube/list/annotations}}
@@
</$set>
''Note'': No player is rendered and the time links won't open one. All command buttons are hidden by having the output wrapped in the class `yt-no-controls`.
The plugin name YoutubePlugin may and probably will change... along with a lot of internals!
The idea is to provide the functionality in a much more generic way, e.g. annotation capabilities for, well, more than just youtube, obviously, but also for audio files!
//My flatmate is a singer and she just bought that recording device and I started to ask myself (and her) how she's going to manage those recordings ;-)//
!! Possible Names
* `MediaPlugin`
* `PlayerPlugin`
* `AnnotatePlugin`
YoutubePlugin allows to easily embed and annotate videos.<br>
!! [[2DO]]
@@color:#f6f;
: experimental => do test
: not yet packaged as a plugin
: please don't use just yet
:: may be restructured a lot, because...
: will likely evolve to a more generic plugin
:: not sure about the PluginName => [[any ideas?|https://groups.google.com/d/msg/tiddlywiki/_dqbubfSm1c/oe4JcJlpzUIJ]]
@@
!! [[Example|Introduction To TiddlyWiki]]
@@.yt-demo
<$link to="Introduction To TiddlyWiki">{{$:/core/images/video}}Introduction To TiddlyWiki</$link>
@@
!! [[Documentation]]
{{Documentation}}
!! [[Inspired by|TiddlyWiki]]
; Astrid Elocson
: [[Youtube Macros|https://groups.google.com/d/msg/tiddlywiki/5FugIFRgYLs/d6QEmHPjfF4J]]
; Jed Carty
: [[YouTube Video Annotations|http://inmysocks.tiddlyspot.com/#YouTube%20Video%20Annotations]] @ [[inmysocks|http://inmysocks.tiddlyspot.com]]
; Rich Shumaker
: [[richshumaker.com|http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html]]
: and his kickoff discussion: [[Idea for a Hangouts TiddlyWiki|https://groups.google.com/d/msg/tiddlywiki/5FugIFRgYLs/fdD9jvWeH34J]]
\define summaries(filter:"[tag{!!title}sort[]]")
<dl>
<<list-search
"$filter$"
"search:summary"
"$:/temp/list-search-classes"
template:"$:/.tb/templates/summary/class">>
</dl>
\end
The default styles are defined in: [[$:/plugins/tobibeer/youtube/styles]]
!!CSS Classes
<<summaries>>
; discuss
: https://groups.google.com/forum/?fromgroups=#!folder/TiddlyWiki
!! Components
<<summaries "[prefix[$:/plugins/tobibeer/youtube]]">>
!! Dependencies
<<summaries "[prefix[$:/.tb/macros/slider]]">>
displayed as a link in the [[list of annotations|Annotations]]
set the `yt-id` field of a tiddler to the id of the youtube video, e.g. `EU-H0xhga08`
:default annotation tiddler titles will be...
:: `$:/yt/<yt-id>/<entered-start>-<entered-end>`
:: ''example'': [[$:/yt/KtCUr83XgyE/00:02:30-00:02:31]]
:to enable visible annotation tiddler titles...
:: define a `yt-prefix` field at the video tiddler
:: ''example'': [[Intro — 00:00:00 - 00:00:17]]
::: used `yt-prefix:Intro` at [[Introduction To TiddlyWiki]] upon creation
!! Purpose
This wiki provides a search engine for {{TiddlyWiki}} community wikis.
* See the list of indexed wikis in [[CommunityWikis]].
* See a brief technical explanation in [[ImplementationOverview]].
* See the [[Documentation]].
!! Version
{{Version}}
!! Contact
{{Contact}}
syntax choo-choo
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
! Agreement
No content is indexed by this system without the explicit agreement of their author.
If you are the author of a wiki and wish to have its content indexed by this search engine, please [[tell me!|Contact]]
! How it works
''... and why your content is well taken care of!''
//Please read this if you are worried about your content not being displayed as you intended it to be!//
The scripts which generate this wiki proceed as follows:
# download the wikis specified in [[$:/IndexableWikiAddressList]]
# extract the tiddlers
# do some filtering/processing
# generate the search wiki.
In step 3, the system ignores:
* System tiddlers,
* Plugin and themes tiddlers
Additionally, you can explicitly tell the system which tiddlers to take into account using the WhitelistFeature.
Regular tiddlers which are collected are converted to system tiddlers, so that they are not visible to the user of the search wiki. They can still be accessed via the //Advanced Search// box, but we can reasonably assume that only skilled users interested in the implementation would use this possibility.
As a consequence, the only (simple) ways for a user to access the content in one of the collected tiddlers is through:
* the community search box,
* the tags,
* other direct links.
In all these cases the links, which would normally point to the corresponding system tiddlers in this wiki, are converted to external links to the original tiddlers (that is, each link is a permalink which points to the tiddler in your wiki). This is achieved through a custom version of the shadow tiddler [[$:/core/ui/ListItemTemplate]].
! Features
In order to make the process as automatized as possible, the following features allow the wiki author to control some aspects of the indexing:
* FollowUrlFeature: {{FollowUrlFeature!!description}}
* WhitelistFeature: {{WhitelistFeature!!description}}
{{||$:/CommunityWikiAuthorTemplate}}
a collection of TW related projects
{{||$:/CommunityWikiPresentationTemplate}}
tools for a digital brain
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
a notebook on differences
{{||$:/CommunityWikiPresentationTemplate}}
<ul>
<$list filter="[tag[WikiAuthors]]" variable="author">
<$list filter="[tag[CommunityWikis]tag<author>]" variable="wiki">
<$list filter="[tag[CommunityPlugins]tag<wiki>]">
<li>
{{||$:/CommunityPluginShortDescription}}
</li>
</$list>
</$list>
</$list>
</ul>
\define lingo-base() $:/language/Search/
<$linkcatcher to="$:/temp/advancedsearch">
Search for tiddlers in the community wikis:
<div class="tc-search">
<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/>
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
<$button class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/advancedsearch" $field="text" $value=""/>
{{$:/core/images/close-button}}
</$button>
</$reveal>
</div>
</$linkcatcher>
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
<$set name="resultCount" value="""<$count filter="[is[system]has[source-wiki-id]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]"/>""">
<div class="tc-search-results">
<<lingo System/Matches>>
<$list filter="[is[system]has[source-wiki-id]search{$:/temp/advancedsearch}!sort[modified]limit[250]] -[[$:/temp/advancedsearch]]" template="$:/core/ui/ListItemTemplate"/>
</div>
</$set>
</$reveal>
<$reveal state="$:/temp/advancedsearch" type="match" text="">
</$reveal>
<$list filter="[has[source-wiki-id]tags[]!is[system]sort[title]] -[<currentTiddler>]">
<$transclude tiddler="$:/core/ui/TagTemplate"/>
<small class="tc-menu-list-count">
<$count filter="[all[current]tagging[]]"/>
</small><br/>
</$list>
<ul>
<$list filter="[tag[WikiAuthors]has[licence]tagging[]!has[empty-wiki]!sort[wiki-latest-modification]]">
<li>
{{||$:/CommunityWikiShortDescription}}
</li>
</$list>
</ul>
If you see any issue with this wiki, want to add your own wiki to the sources, want your wiki to be removed from the sources, or for any other reason, you can contact the author: mailto:erwan.more@@mail.com (replace the second ``@`` with a ``g``, it will probably work better).
search with context
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
take a look
{{||$:/CommunityWikiPresentationTemplate}}
managing the backlog
{{||$:/CommunityWikiPresentationTemplate}}
//Warning: this part is a work in progress!//
The documentation is divided into three parts:
* UserDocumentation explains how to use this wiki.
* AuthorDocumentation is intended for wiki authors who have a wiki indexed by this search system (or who want to!).
* DeveloperDocumentation is intended for people who want to contribute to this project or want to install their own TW aggregator system.
{{||$:/CommunityWikiPresentationTemplate}}
Encrypt single tiddlers
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
filter and list examples
{{||$:/CommunityWikiPresentationTemplate}}
filter and list examples
{{||$:/CommunityWikiPresentationTemplate}}
on content
{{||$:/CommunityWikiPresentationTemplate}}
! Description
{{!!description}}
//Warning: you must only use this feature with wikis that you author, or at least for which you obtained an explicit agreement from the author.//
! Usage
You must have at least one wiki manually registered in the search system; this is your "root wiki". The root wiki is always analyzed by the indexing scripts. You specify another wiki to index by creating a tiddler which:
* contains a field ``follow``, which has ''yes'' or ''no'' for value
* contains a field ``url`` which contains the address of the target wiki
The tiddler title will be used as wiki identifier in the search wiki.
The indexing script will proceed with the indexing of the target wiki if and only if the field ``follow`` contains ''yes'' (the comparison is case insensitive) and the field ``url`` contains a valid address as value.
Of course, you can create such tiddlers for as many wikis as you want. And because the scripts will analyze target wikis in the same way, these wikis can themselves point to more wikis recursively.
!! Example
TobiasBeer creates many enlightening topic-specific wikis. These are indexed from his main wiki using this feature: http://tb5.tiddlyspot.com/#%24%3A%2Ffollow.
iconify tiddlywiki
{{||$:/CommunityWikiPresentationTemplate}}
! Search
{{CommunitySearch}}
You can also browse the index [[by tags|CommunityTags]], [[by wiki|CommunityWikis]] or [[by author|WikiAuthors]].
{{About}}
Les bases de Git
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
pretty-show images in tw5
{{||$:/CommunityWikiPresentationTemplate}}
pictography resources
{{||$:/CommunityWikiPresentationTemplate}}
!! Offline
A [[set of Bash scripts|https://github.com/erwanm/tw-aggregator/tree/master/bin]] downloads the referenced wikis, converts their non-system tiddlers to system tiddlers, and generates a new wiki using {{TiddlyWiki}} [[Node.js edition|http://tiddlywiki.com/#TiddlyWiki%20on%20Node.js]].
!! Online
Pure {{TiddlyWiki}}: the user can search the content gathered from the indexed wikis using a [[custom search box|CommunitySearch]]. The results are displayed as links to the original tiddler (using a custom version of the shadow tiddler [[$:/core/ui/ListItemTemplate]]).
!! Project
The whole project is available on Github: https://github.com/erwanm/tw-aggregator
a wiki containing examples of how to make the wiki do stuff. wiki wiki wiki. I like saying wiki. wiki.
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
a filter to compare and compute
{{||$:/CommunityWikiPresentationTemplate}}
~TiddlyWiki et les Logiciels Libres
{{||$:/CommunityWikiPresentationTemplate}}
Un guide sur Chakra, KDE et les Logiciels Libres
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
sum and subtract
{{||$:/CommunityWikiPresentationTemplate}}
slicing and dicing tiddler titles
{{||$:/CommunityWikiPresentationTemplate}}
testing params and variables
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
searchNreplace plugin for ~TiddlyWiki5
{{||$:/CommunityWikiPresentationTemplate}}
exploring section handling in tw5
{{||$:/CommunityWikiPresentationTemplate}}
AcD's grocery list for TiddlyWiki5
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
building a static website with TW
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
doing that css
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
Tiddlywiki 5 Adventures
{{||$:/CommunityWikiPresentationTemplate}}
dynamically filter by tags
{{||$:/CommunityWikiPresentationTemplate}}
TagglyTagging for tw5
{{||$:/CommunityWikiPresentationTemplate}}
a pocket full of tips
{{||$:/CommunityWikiPresentationTemplate}}
get it done
{{||$:/CommunityWikiPresentationTemplate}}
a way to show gratitude for other peoples contributions
{{||$:/CommunityWikiPresentationTemplate}}
Project Documentation
{{||$:/CommunityWikiPresentationTemplate}}
Map drawing and topic visualization for your wiki!
{{||$:/CommunityWikiPresentationTemplate}}
Une introduction à ~TiddlyWiki
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
<a href="http://tiddlywiki.com">~TiddlyWiki</a>
a non-linear personal web notebook
{{||$:/CommunityWikiPresentationTemplate}}
an in-tiddler toc of headings
{{||$:/CommunityWikiPresentationTemplate}}
easy plugin packer
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
a demo ~TiddlyWiki (@@.BLUE TW v<<version>>@@)
{{||$:/CommunityWikiPresentationTemplate}}
Helpful tips and tricks for the use of ~TiddlyWiki 5
{{||$:/CommunityWikiPresentationTemplate}}
An alternate menu for ~TiddlyWiki
{{||$:/CommunityWikiPresentationTemplate}}
//a notetaking tool powered by// ~TiddlyWiki <<version>>
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiPresentationTemplate}}
TW Hangouts <$link to="TiddlyWiki">Powered by ~TiddlyWiki <<version>></$link>
{{||$:/CommunityWikiPresentationTemplate}}
a tiddlywiki quiz
{{||$:/CommunityWikiPresentationTemplate}}
! Main usage
This wiki lets you search for some content among a preselected list of {{TiddlyWiki}} wikis. The indexed content is mostly focused on {{TiddlyWiki}} usage, so you would typically use this search system to find information about a particular aspect of {{TiddlyWiki}}. Say for example that you want to learn how to make a table of content, type "table of content" in the [[CommunitySearch box|CommunitySearch]] (also accessible in the default tiddler GettingStarted). The search results are links to various wikis, and point directly to the specific tiddlers containing your request.
! Community Search or official documentation?
The community search makes more content accessible than the [[official documentation|http://tiddlywiki.com]] (notice that the official documentation is indexed as well).
Advantages:
* More details,
* More examples,
* Different explanations,
* Specific use-cases,
* Original developments
* ...
Disadvantages:
* Unstructured content
* Variable level of expertise
* Variable quality in the explanations
* Possible outdated material
* ...
! Other usages
You can also browse the indexed content [[by tags|CommunityTags]], [[by wiki|CommunityWikis]] or [[by author|WikiAuthors]].
\define getMostRecent()
<$list filter="[title[LastUpdate]]" emptyMessage="there's a little bug here">
<$view field="created" template="DDth MMM YYYY at hh:mm" format="date"/>
(<$view field="created" format="relativedate"/>).
</$list>
\end
\define nbTiddlers()
<$count filter="[has[source-wiki-id]]" />
\end
\define nbTags()
<$count filter="[has[source-wiki-id]tags[]!is[system]sort[title]] -[<currentTiddler>]">
\end
\define nbWikis()
<$count filter="[tag[WikiAuthors]has[licence]tagging[]!has[empty-wiki]]"/>
\end
A full re-indexing of the content is performed daily. The last update was done on the <<getMostRecent>>
The wiki currently indexes:
* <<nbTiddlers>> tiddlers
* <<nbTags>> distinct tags
* <<nbWikis>> wikis
* from <$count filter="[tag[WikiAuthors]has[licence]]"/> wiki authors
Samples Of My Tiddlywiki Stuff
{{||$:/CommunityWikiPresentationTemplate}}
! Description
{{!!description}}
! Usage
By default, when a wiki is indexed, all its regular tiddlers are taken into account (i.e. all tiddlers except system tiddlers, plugin tiddlers and theme tiddlers).
It is possible to adjust the indexing mechanism to your needs by creating a system tiddler named ``$:/CommunitySearchIndexableTiddlers`` in your wiki. Only the tiddlers listed in this one will be indexed, any other will be ignored. You would typically define the content of ``$:/CommunitySearchIndexableTiddlers`` with a [[filter||http://tiddlywiki.com/#Introduction%20to%20Filters]]. For instance, the filter
```
{{{[tag[public]]}}}
```
would make the indexing script consider only the tiddlers tagged ''public''.
Caution: ``$:/CommunitySearchIndexableTiddlers`` should only contain a list of tiddlers; any other content might cause the indexing script to fail to index your wiki properly.
!! Examples
If you prefer to use a field in your tiddlers:
```
{{{[field:indexable[yes]]}}}
```
If a blacklist strategy suits you better:
```
{{{[!tag[private]]}}}
```
If you only want to keep a few specific tiddlers from indexing:
```
{{{[all[tiddlers]] -MyPrivateTiddler1 -[[MyPrivateTiddler2]]}}}
```
<ul>
<$list filter="[tag[WikiAuthors]has[licence]]" variable="currentAuthor">
<li>
<$link to=<<currentAuthor>>>
<$text text=<<currentAuthor>>/>
</$link>
</li>
<ul>
<$list filter="[tag<currentAuthor>tag[CommunityWikis]]">
<li>{{||$:/CommunityWikiShortDescription}}</li>
</$list>
</ul>
</$list>
</ul>
{{||$:/CommunityWikiPresentationTemplate}}
{{||$:/CommunityWikiAuthorTemplate}}
annotate and embed
{{||$:/CommunityWikiPresentationTemplate}}